body {
  background-color: #f1f3f8;
}
.list {
	margin: 20px 0 20px 0;
  overflow: hidden;
  min-height: 580px;
}
.list .items .item {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.list .items .item .item_box {
	padding: 20px;
	overflow: hidden;
}
.list .items .item .user_info {
  display: flex !important;
  flex-wrap: nowrap;
  float: left;
  width: 260px;
  padding-top: 10px;
}
.list .items .item .user_info .avatar {
  margin-right: 10px;
  width: 110px;
  height: 110px;
}
.list .items .item .user_info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.list .items .item .user_info .info .name {
  color: #333;
  margin-bottom: 5px;
}
.list .items .item .user_info .info .name .txt {
	font-weight: 600;
	letter-spacing: 2px;
}
.list .items .item .user_info .info .name .sex-icon {
  font-size: 12px;
  margin-left: 2px;
}
.list .items .item .user_info .info .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.list .items .item .user_info .info .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.list .items .item .user_info .info .city {
  color: #999999;
  font-size: 12px;
  margin-bottom: 5px;
}
.list .items .item .user_info .info .city i::before {
  content: '\e616';
  font-size: 12px;
  color: #999;
  margin-right: 2px;
}
.list .items .item .user_info .info .jobs {
	margin-bottom: 12px;
}
.list .items .item .user_info .info .jobs span {
	font-size: 12px;
	margin-right: 5px;
	color: #999;
}
.list .items .item .user_info .info .jobs span:first-child {
	margin-left: 0;
}
.list .items .item .user_info .info .btns .btn {
	background-color: #fd8000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
}
.list .items .item .images {
	float: right;
	width: 700px;
}
.list .items .item .images .image {
	width: 163px;
	height: 163px;
	float: left;
	margin-right: 16px;
}
.list .items .item .images .image:last-child {
	margin-right: 0;
}
.list .items .item .images .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  vertical-align: top;
  object-fit: cover;

}

.show {
	margin: 30px 0 30px 0;
	min-height: 800px;
}
.show .main {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}
.show .top {
	margin-bottom: 30px;
}
.show .top .cover {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}
.show .top .cover img {
	width: 100%;
	height: 100%;
	vertical-align: top;
  object-fit: cover;
}
.show .top .name {
	text-align: center;
	margin-top: 16px;
	font-weight: 400;
}
.show .top .name .txt {
	letter-spacing: 2px;
	font-weight: 600;
}
.show .top .city {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.show .top .sex-icon {
	font-size: 12px;
}
.show .top .man::before {
  content: '\e602';
  color: #007AFF;
}
.show .top .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.show .top .jobs {
	text-align: center;
	margin-top: 16px;
	color: #666;
	font-size: 14px;
}
.show .top .jobs span {
	padding: 1px 6px;
	letter-spacing: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 5px;
}
.show .top .jobs span:last-child {
	margin-right: 0;
}
.show .main .content .bd {
  color: #707070;
  line-height: 180%;
}
.show .main .images .bd img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
}
.show .main .images .bd img:last-child {
	margin-bottom: 0;
}

.page {
  margin: 10px 0 0 0;
}
.pagination {
  justify-content: center;
}
