.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 {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.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 .c_group_items {
  margin-bottom: -14px;
  margin-right: -14px;
  flex: 1;
}
.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;
}

.talent_list {
  min-height: 580px;
  overflow: hidden;
}
.talent_list .items {
  margin-top: 20px;
}
.talent_list .items .item {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.talent_list .items .item .item_box {
	padding: 20px;
	overflow: hidden;
}
.talent_list .items .item .left {
	float: left;
	width: 300px;
}
.talent_list .items .item .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}
.talent_list .items .item .user_info .avatar {
  margin-right: 10px;
  width: 110px;
  height: 110px;
}
.talent_list .items .item .user_info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.talent_list .items .item .user_info .info {
	flex: 1;
  width: 105px;
}
.talent_list .items .item .user_info .info .name {
  color: #333;
  margin-bottom: 5px;
}
.talent_list .items .item .user_info .info .name .txt {
	font-weight: 600;
	letter-spacing: 2px;
}
.talent_list .items .item .user_info .info .name .sex-icon {
  font-size: 12px;
  margin-left: 2px;
}
.talent_list .items .item .user_info .info .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.talent_list .items .item .user_info .info .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.talent_list .items .item .user_info .info .description {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.talent_list .items .item .user_info .info .city {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.talent_list .items .item .user_info .info .city i::before {
  content: '\e617';
  font-size: 12px;
  color: #999;
  margin-right: 2px;
}
.talent_list .items .item .user_info .info .jobs {
	margin-bottom: 12px;
}
.talent_list .items .item .user_info .info .jobs span {
	font-size: 12px;
	margin-right: 5px;
	color: #999;
}
.talent_list .items .item .user_info .info .jobs span:first-child {
	margin-left: 0;
}
.talent_list .items .item .user_info .info .platformbox {
  margin-top: 5px;
  margin-right: -2px;
}
.talent_list .items .item .user_info .info .platformbox img {
  width: 23px;
  height: 23px;
  margin-right: 2px;
}
.talent_list .items .item .lf_foot {
	display: flex !important;
  align-items: center;
	margin-top: 10px;
}
.talent_list .items .item .lf_foot .btns {
  width: 110px;
  text-align: center;
}
.talent_list .items .item .lf_foot .btns .btn {
  width: 90px;
  color: #fff;
}
.talent_list .items .item .lf_foot .btns .btn i:before {
  content: '\e727';
  margin-right: 5px;
}
.talent_list .items .item .lf_foot .txt {}
.talent_list .items .item .images {
	float: right;
	width: 830px;
}
.talent_list .items .item .images .image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: 100%;
  border-radius: 8px;
  cursor: pointer;
	float: left;
	margin-right: 20px;
}
.talent_list .items .item .images .image:last-child {
	margin-right: 0;
}
.talent_list .items .item .images .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  vertical-align: top;
  object-fit: cover;
}

.talent_show {
  overflow: hidden;
  min-height: 580px;
  padding-bottom: 30px;
}
.talent_show .pagetop {
  border-radius: 8px;
  height: 350px;
  margin-top: 20px;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-weight: 400;
  position: relative;
  height: 377px;
}
.talent_show .pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-width: 0.5px;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: rgba(0,0,0,.4);
  border-radius: 8px;
}
.talent_show .pagetopbd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 24px;
}
.talent_show .pagetop .maininfo {
  margin-top: 53px;
  text-align: left;
  display: inline-block;
  width: 460px;
  background-color: hsla(0,0%,100%,.3);
  border-radius: 12px;
  padding: 10px 20px 24px;
  color: #fff;
}
.talent_show .pagetop .div1 {
  display: flex;
}
.talent_show .pagetop .avatar {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 45px;
  margin-top: -47px;
  border: 2px solid #fff;
  border-radius: 50%;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.talent_show .pagetop .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talent_show .pagetop .infobox {
  flex: 1;
  margin-left: 10px;
}
.talent_show .pagetop .namebox .name {
  font-size: 16px;
}
.talent_show .pagetop .namebox .sex-icon {
  font-size: 16px;
}
.talent_show .pagetop .namebox .man::before {
  content: '\e602';
  color: #007AFF;
}
.talent_show .pagetop .namebox .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.talent_show .pagetop .infobox .areabox {
  font-size: 12px;
  margin-top: 3px;
}
.talent_show .pagetop .infobox .areabox .icon_address::before {
  content: '\e617';
  color: #ffffff;
  margin-right: 3px;
  font-size: 12px;
}
.talent_show .pagetop .dec {
  font-size: 12px;
  margin-top: 12px;
}
.talent_show .pagetop .actions {
  margin-top: 54px;
}
.talent_show .pagetop .actions .btn {
  font-size: 12px;
  background-color: #fe3459;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 3px;
  width: 120px;
}
.talent_show .pagetop .actions .collect i:before {
  content: '\e727';
  margin-right: 5px;
}
.talent_show .imagesbox {
  margin-top: 20px;
}
.talent_show .imagesbox .stitle {
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
}
.talent_show .imagesbox .stitle::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 16px;
  border-radius: 16px;
  background: #ff8099;
  content: '';
}
.talent_show .imagesbox .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -15px;
}
.talent_show .imagesbox .items .image {
  width: 228px;
  height: 304px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #999;
  cursor: pointer;
}
.talent_show .imagesbox .items .image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.talent_show .videobox {
  margin-top: 20px;
}
.talent_show .videobox .stitle {
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
}
.talent_show .videobox .stitle::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 16px;
  border-radius: 16px;
  background: #ff8099;
  content: '';
}
.talent_show .videobox .video {
  width: 228px;
  height: 304px;
   background-color: #999;
  cursor: pointer;
}

.talent_show .mingpians {
  margin-top: 20px;
}
.talent_show .mingpians .stitle {
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
}
.talent_show .mingpians .stitle::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 16px;
  border-radius: 16px;
  background: #ff8099;
  content: '';
}
.talent_show .mingpians_items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.talent_show .mingpians_item {
  width: 284px;
  background-color: #fff;
  height: 580px;
  border-radius: 3px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.talent_show .mingpians_item_title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #999;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.talent_show .mingpians_item .btop {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.talent_show .mingpians_item .defaultinfo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.talent_show .mingpians_item .defaultinfo .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 8px;
}
.talent_show .mingpians_item .defaultinfo .sex-icon {
  margin-left: 3px;
}
.talent_show .mingpians_item .defaultinfo .man::before {
  content: '\e602';
  color: #007AFF;
}
.talent_show .mingpians_item .defaultinfo .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.talent_show .mingpians_item .defaultinfo .number {
  font-size: 12px;
  color: #999;
}
.talent_show .mingpians_item .des {
  margin-top: 16px;
  font-size: 12px;
  color: #5b5f66;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.talent_show .mingpians_item .tags {
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.talent_show .mingpians_item .tags_items {
  margin-right: -5px;
  margin-bottom: -5px;
}
.talent_show .mingpians_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;
}
.talent_show .mingpians_item .types {
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.talent_show .mingpians_item .types_items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.talent_show .mingpians_item .types_item {
  width: 25%;
  margin-bottom: 10px;
  text-align: center;
}
.talent_show .mingpians_item .types_item .div1 {
  font-weight: 600;
  margin-bottom: 3px;
}
.talent_show .mingpians_item .types_item .div2 {
  font-size: 12px;
  color: #999;
}
.talent_show .mingpians_item .baojiabox {
  margin-top: 20px;
  border-bottom: 1px solid #ebecf0;
  padding-bottom: 20px;
}
.talent_show .mingpians_item .baojiabox_item {
  display: flex;
}
.talent_show .mingpians_item .baojiabox_item:not(:last-child) {
  margin-bottom: 5px;
}
.talent_show .mingpians_item .baojiabox_item .div2 {
  color: #ff0000;
}
.talent_show .mingpians_item .actions {
  margin-top: 30px;
  text-align: center;
}
.talent_show .mingpians_item .actions .btn {
  border-color: #fe3459;
  background-color: #fff;
  color: #fe3459 !important;
  width: 100%;
}


.page_noresult {
  font-size: 12px;
  color: #999;
  padding-left: 3px;
}
.page {
  margin: 20px 0;
}
