.searchbox {
  margin-top: 20px;
  position: relative;
}
.searchbox .tabs {
  display: flex;
  box-shadow: 0 -2px 4px 0 rgba(31,32,34,.04);
  background-color: #eee;
  border-bottom: 1px solid #eee;
}
.searchbox .tabs .item {
  padding: 10px 26px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbox .tabs .item.on {
  background-color: #fff;
  box-shadow: 0 -2px 4px 0 rgba(31,32,34,.04);
}
.searchbox .tabs .platform_icon {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.searchbox .mainbox {
  width: 100%;
  height: 52px;
  padding-right: 6px;
  background-color: #fff;
  border-radius: 0 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
  position: relative;
}
.searchbox .mainbox .selectbox {
  width: 143px;
  height: 52px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.searchbox .mainbox .selectbox .txt {
  font-size: 16px;
}
.searchbox .mainbox .selectbox i {
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  padding-top: 3px;
}
.searchbox .mainbox .selectbox i::after {
  content: '\e799';
}
.searchbox .mainbox .selectbox i.up::after {
  content: '\e797';
}
.searchbox .mainbox .inputbox {
  flex: 1;
  padding-right: 20px;
  padding-left: 20px;
}
.searchbox .mainbox .inputbox input {
  width: 100%;
  border: none;
}
.searchbox .mainbox .luck-btn {
  border: none;
  width: 80px;
  height: 30px;
  border-radius: 3px;
}
.searchbox .search-panel {
  position: absolute;
  top: 98px;
  left: 0;
  width: 600px;
  height: 120px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 99;
  border: 1px solid #eee;
}
.searchbox .search-panel-item {
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all .2s;
}
.condition {
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  overflow: hidden;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
}
.condition .c_group {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  position: relative;
}
.condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.condition .c_group .c_group_title {
  width: 100px;
}
.condition .c_group .more {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 12px;
  color: #999;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -2px;
}
.condition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -14px;
  width: 970px;
}
.condition .c_group .c_group_items.c1 {
  height: 24px;
  overflow: hidden;
}
.condition .c_group .c_group_items a {
  color: #333;
}
.condition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 14px 14px 0;
  color: #333;
}
.condition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #fe346e;
}
.condition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
  font-size: 13px;
}

.mingpian_list {
  min-height: 580px;
  overflow: hidden;
}
.mingpian_list .items {
  margin-top: 20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.mingpian_list .items .item {
	margin-right: 20px;
  margin-bottom: 20px;
  width: 224px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.mingpian_list .items .item .item_box {
	padding: 20px;
	overflow: hidden;
  text-align: center;
  position: relative;
}
.mingpian_list .items .item .platform_icon {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.mingpian_list .items .item .avatar {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.mingpian_list .items .item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.mingpian_list .items .item .name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-top: 16px;
}
.mingpian_list .items .item .sex-icon {
  font-size: 14px;
  margin-left: 3px;
  font-weight: 400;
}
.mingpian_list .items .item .man::before {
  content: '\e602';
  color: #007AFF;
}
.mingpian_list .items .item .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.mingpian_list .items .item .pageaccount {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  display: flex;
  margin-top: 12px;
  justify-content: center;
  opacity: .6;
}
.mingpian_list .items .item .tags {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 720px;
}
.mingpian_list .items .item .tags .items {
  margin-right: -5px;
  margin-bottom: -5px;
}
.mingpian_list .items .item .tags .item {
  width: 60px;
  padding: 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #5b5f66;
  background-color: #fff0f3;
  border-color: transparent;
  font-size: 12px;
  border-radius: 4px;
  cursor: default;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.mingpian_list .items .item .types {
  margin-top: 20px;
}
.mingpian_list .items .item .types .types_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mingpian_list .items .item .types .types_item {
  text-align: center;
  margin: 0 5px;
}
.mingpian_list .items .item .types .types_item .div1 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
}
.mingpian_list .items .item .types .types_item .div2 {
  font-size: 12px;
  color: #999;
}
.mingpian_list .items .item .dec {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}
.mingpian_list .items .item .actions {
  margin-top: 20px;
}
.mingpian_list .items .item .actions .btn {
  border-color: #fe3459;
  background-color: #fff;
  color: #fe3459;
  padding-left: 20px;
  padding-right: 20px;
}

.mingpian_show {
  overflow: hidden;
  min-height: 580px;
  padding-bottom: 30px;
}
.mingpian_show .pagebox .stitle {
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
}
.mingpian_show .pagebox .stitle::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 16px;
  border-radius: 16px;
  background: #ff8099;
  content: '';
}
.mingpian_show .mingpian_default {
  margin-top: 20px;
}
.mingpian_show .mingpian_default .bdcon {
  background-color: #fff;
  border-radius: 3px;
  padding: 26px 20px 55px 20px;
  text-align: center;
}
.mingpian_show .mingpian_default .bdcon .avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  vertical-align: top;
  object-fit: cover;
}
.mingpian_show .mingpian_default .bdcon .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-top: 16px;
}
.mingpian_show .mingpian_default .bdcon .pageaccount {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  display: flex;
  margin-top: 12px;
  justify-content: center;
  opacity: .6;
}
.mingpian_show .mingpian_default .tags {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 720px;
}
.mingpian_show .mingpian_default .tags .items {
  margin-right: -5px;
  margin-bottom: -5px;
}
.mingpian_show .mingpian_default .tags .item {
  width: 60px;
  padding: 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #5b5f66;
  background-color: #fff0f3;
  border-color: transparent;
  font-size: 12px;
  border-radius: 4px;
  cursor: default;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.mingpian_show .mingpian_default .types {
  margin-top: 20px;
}
.mingpian_show .mingpian_default .types .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mingpian_show .mingpian_default .types .items .item {
  text-align: center;
  margin: 0 5px;
}
.mingpian_show .mingpian_default .types .items .item .div1 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
}
.mingpian_show .mingpian_default .types .items .item .div2 {
  font-size: 12px;
  color: #999;
}
.mingpian_show .mingpian_default .actions {
  margin-top: 20px;
}
.mingpian_show .mingpian_default .actions .btn {
  border-color: #fe3459;
  background-color: #fff;
  color: #fe3459;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 3px;
}
.mingpian_show .mingpian_default .actions .collect i:before {
  content: '\e727';
  margin-right: 5px;
}
.mingpian_show .list {
  margin-top: 20px;
}
.mingpian_show .list .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.mingpian_show .list .items .item {
  width: 224px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.mingpian_show .list .items .item .cover {
  width: 224px;
  height: 297px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  object-fit: cover;
}
.mingpian_show .list .items .item .title {
  padding: 0 10px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.mingpian_show .list .items .item .itemfoot {
  padding: 0 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
}
.mingpian_show .list .items .item .itemfoot i {
  margin-right: 5px;
}

.page {
  margin: 20px 0;
}
