.banner[data-v-0120d07e] {
	display: block;
	position: relative;
	width: 100%;
	height: 448px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.banner[data-v-0120d07e] {
		height: 140px
	}
}

.banner .bannerimg[data-v-0120d07e] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-width:768px) {
	.banner .bannerimg[data-v-0120d07e] {
		height: 100%;
		width: 100%
	}
}

.banner .bannerText[data-v-0120d07e] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999
}

@media screen and (max-width:768px) {
	.banner .bannerText[data-v-0120d07e] {
		height: 20px
	}
}

.contentNav[data-v-0120d07e] {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f0f0f0;
	line-height: 50px
}

@media screen and (max-width:768px) {
	.contentNav[data-v-0120d07e] {
		height: 33px
	}
}

.contentNav .Navcontaniner[data-v-0120d07e] {
	position: relative;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	align-items: center
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner[data-v-0120d07e] {
		width: 100%;
		padding: 0 33px;
		font-size: 14px!important
	}
}

.contentNav .Navcontaniner .back[data-v-0120d07e] {
	width: 80px;
	height: 35px;
	background-color: #d0a971;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-right: 20px;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner .back[data-v-0120d07e] {
		display: none
	}
}

.menu {
	flex: 0 0 200px;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0
}

@media screen and (max-width:768px) {
	.menu {
		display: flex;
		justify-content: space-between
	}
}

.menu li {
	height: 50px;
	border-bottom: 1px solid #d8d8d8;
	padding: 8% 34px;
	cursor: pointer;
	white-space: nowrap
}

@media screen and (max-width:768px) {
	.menu li {
		flex: 0 0 91px;
		padding: 0;
		text-align: center;
		line-height: 43px;
		height: 43px;
		overflow: hidden;
		border: 1px solid #d8d8d8
	}
}

.menu li a {
	color: #000
}

.menu li.act,
.menu li:hover {
	color: #d0a971
}
.menu li.act:before {
	background: #d0a971;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	content: ""
}
.menu li a.cur:before {
	background: #d0a971;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	content: ""
}
.menu li a.cur{ color: #d0a971;}
@media screen and (max-width:768px) {
	.menu li:hover:before {
		background: #d0a971;
		width: 4px;
		height: 20px;
		position: absolute;
		left: 0;
		content: "";
		height: 42px
	}
}

.menu li.act:before {
	background: #d0a971;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	content: ""
}

.content[data-v-2bfd09c7] {
	position: relative;
	width: 100%
}

.content .container[data-v-2bfd09c7] {
	position: relative;
	width: 1200px;
	display: flex;
	margin: 0 auto;
	padding: 40px 0;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	.content .container[data-v-2bfd09c7] {
		width: 100%;
		display: block;
		padding: 26px 21px
	}
}

@media screen and (max-width:768px) {
	.content .container .menu[data-v-2bfd09c7] {
		display: none
	}
}

.content .container .selectBox[data-v-2bfd09c7] {
	flex: 0 0 950px
}

@media screen and (max-width:768px) {
	.content .container .selectBox[data-v-2bfd09c7] {
		width: 100%
	}
}

.content .container .selectBox .selectBox-item[data-v-2bfd09c7] {
	width: 100%;
	display: flex;
	height: 40px;
	margin-bottom: 15px;
	justify-content: space-between
}

.content .container .selectBox .selectBox-item .title[data-v-2bfd09c7] {
	display: flex;
	align-items: center;
	color: #707070;
	flex: 0 0 30%
}

@media screen and (max-width:768px) {
	.content .container .selectBox .selectBox-item .title[data-v-2bfd09c7] {
		display: none
	}
}

.content .container .selectBox .pinyin[data-v-2bfd09c7] {
	display: flex;
	justify-content: space-between;
	color: #707070;
	font-size: 14px
}

.content .container .selectBox .pinyin span[data-v-2bfd09c7] {
	cursor: pointer
}

@media screen and (max-width:768px) {
	.content .container .selectBox .pinyin[data-v-2bfd09c7] {
		flex-wrap: wrap;
		line-height: 25px;
		background-color: #fff
	}
	.content .container .selectBox .pinyin span[data-v-2bfd09c7] {
		display: block;
		flex: 0 0 12.5%;
		text-align: center
	}
}

.content .container .selectBox .BoxList[data-v-2bfd09c7] {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px
}

@media screen and (max-width:768px) {
	.content .container .selectBox .BoxList[data-v-2bfd09c7] {
		width: 100%
	}
}

.content .container .selectBox .BoxList .BoxList-item[data-v-2bfd09c7] {
	flex: 0 0 460px;
	width: 460px;
	height: 180px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 hsla(0, 0%, 65.1%, .3);
	border-radius: 4px;
	margin: 15px 0;
	display: inherit
}

@media screen and (max-width:768px) {
	.content .container .selectBox .BoxList .BoxList-item[data-v-2bfd09c7] {
		display: flex;
		flex: 0 0 100%;
		width: 100%;
		height: 109px;
		overflow: hidden
	}
}

.content .container .selectBox .BoxList .BoxList-item .UserImg[data-v-2bfd09c7] {
	width: 180px;
	height: 100%;
	flex: 0 0 180px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.content .container .selectBox .BoxList .BoxList-item .UserImg[data-v-2bfd09c7] {
		flex: 0 0 109px;
		width: 109px;
		height: 100%
	}
}

.content .container .selectBox .BoxList .BoxList-item .UserImg img[data-v-2bfd09c7] {
	width: 180px;
	height: auto!important
}

@media screen and (max-width:768px) {
	.content .container .selectBox .BoxList .BoxList-item .UserImg img[data-v-2bfd09c7] {
		width: 109px
	}
}

.content .container .selectBox .BoxList .BoxList-item .UserInfo[data-v-2bfd09c7] {
	padding: 30px 21px;
	width: calc(100% - 180px);
	flex: 0 0 calc(100% - 180px);
	height: 100%;
	position: relative
}

@media screen and (max-width:768px) {
	.content .container .selectBox .BoxList .BoxList-item .UserInfo[data-v-2bfd09c7] {
		padding: 16px;
		flex: 0 0 calc(100% - 109px)
	}
}

.content .container .selectBox .BoxList .BoxList-item .UserInfo .Name[data-v-2bfd09c7] {
	font-size: 16px;
	color: #202020;
	line-height: 24px;
	font-weight: 600
}

.content .container .selectBox .BoxList .BoxList-item .UserInfo .title[data-v-2bfd09c7] {
	color: #202020;
	line-height: 30px;
	font-size: 15px
}

.content .container .selectBox .BoxList .BoxList-item .UserInfo .more[data-v-2bfd09c7] {
	color: #d0a971;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer
}

.content .container .details[data-v-2bfd09c7] {
	flex: 0 0 950px;
	display: block
}

.content .container .details .details-title[data-v-2bfd09c7] {
	color: #ae8a55;
	font-weight: 600;
	margin: 28px 0;
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	.content .container .details .details-title[data-v-2bfd09c7] {
		text-align: center
	}
}

.content .container .details .title-showalllist[data-v-2bfd09c7] {
	font-size: 14px;
	cursor: pointer
}

.content .container .details .UuerInfo[data-v-2bfd09c7] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: auto
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo[data-v-2bfd09c7] {
		display: block
	}
}

.content .container .details .UuerInfo .UserImg[data-v-2bfd09c7] {
	flex: 0 0 210px;
	width: 210px;
	height: 210px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .UserImg[data-v-2bfd09c7] {
		width: 129.6px;
		height: 166px;
		margin: 0 auto
	}
}

.content .container .details .UuerInfo .UserImg img[data-v-2bfd09c7] {
	width: 210px;
	height: auto
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .UserImg img[data-v-2bfd09c7] {
		width: 129.6px
	}
}

.content .container .details .UuerInfo .Userlabel[data-v-2bfd09c7] {
	display: block;
	width: 710px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .Userlabel[data-v-2bfd09c7] {
		width: 100%
	}
}

.content .container .details .UuerInfo .Userlabel .label-item[data-v-2bfd09c7] {
	height: 83px;
	position: relative
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .Userlabel .label-item[data-v-2bfd09c7] {
		height: auto
	}
}

.content .container .details .UuerInfo .Userlabel .label-item .bottom[data-v-2bfd09c7] {
	position: absolute;
	top: 9px
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .Userlabel .label-item .bottom[data-v-2bfd09c7] {
		top: 0
	}
}

.content .container .details .UuerInfo .Userlabel .label-item .title[data-v-2bfd09c7] {
	width: 238px;
	height: 33px;
	background-color: #caa165;
	color: #fff;
	line-height: 33px
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .Userlabel .label-item .title[data-v-2bfd09c7] {
		width: 142px;
		height: 24.2px;
		line-height: 24.2px;
		font-size: 13px
	}
}

.content .container .details .UuerInfo .Userlabel .label-item .title img[data-v-2bfd09c7] {
	margin: 0 10px;
	width: 13px;
	position: relative;
    top: 5px;
}

.content .container .details .UuerInfo .Userlabel .label-item .context[data-v-2bfd09c7] {
	display: block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	color: #787878
}

@media screen and (max-width:768px) {
	.content .container .details .UuerInfo .Userlabel .label-item .context[data-v-2bfd09c7] {
		font-size: 11px
	}
}

.content .container .details .Userdetails[data-v-2bfd09c7] {
	color: #787878;
	font-size: 14px;
	line-height: 24px
}

.content .container .details .BoxList[data-v-2bfd09c7] {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	.content .container .details .BoxList[data-v-2bfd09c7] {
		display: block
	}
}

.content .container .details .BoxList .BoxList-item[data-v-2bfd09c7] {
	flex: 0 0 460px;
	width: 460px;
	height: 180px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 hsla(0, 0%, 65.1%, .3);
	border-radius: 4px;
	margin: 15px 0;
	display: inherit
}

@media screen and (max-width:768px) {
	.content .container .details .BoxList .BoxList-item[data-v-2bfd09c7] {
		width: 308px;
		height: 106px;
		margin: 15px auto;
		display: flex
	}
}

.content .container .details .BoxList .BoxList-item .UserImg[data-v-2bfd09c7] {
	width: 180px;
	height: 100%;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.content .container .details .BoxList .BoxList-item .UserImg[data-v-2bfd09c7] {
		width: 109px
	}
}

.content .container .details .BoxList .BoxList-item .UserImg img[data-v-2bfd09c7] {
	width: 180px;
	height: auto!important
}

@media screen and (max-width:768px) {
	.content .container .details .BoxList .BoxList-item .UserImg img[data-v-2bfd09c7] {
		width: 109px;
		height: auto!important
	}
}

.content .container .details .BoxList .BoxList-item .UserInfo[data-v-2bfd09c7] {
	padding: 25px 21px;
	width: calc(100% - 180px);
	height: 100%;
	position: relative
}

@media screen and (max-width:768px) {
	.content .container .details .BoxList .BoxList-item .UserInfo[data-v-2bfd09c7] {
		padding: 16px;
		width: calc(100% - 109px);
		height: auto!important
	}
}

.content .container .details .BoxList .BoxList-item .UserInfo .Name[data-v-2bfd09c7] {
	font-size: 14px;
	color: #202020;
	line-height: 24px;
	font-weight: 600
}

.content .container .details .BoxList .BoxList-item .UserInfo .title[data-v-2bfd09c7] {
	color: #202020;
	line-height: 24px;
	font-size: 14px
}

.content .container .details .BoxList .BoxList-item .UserInfo .more[data-v-2bfd09c7] {
	color: #d0a971;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer
}

.mt-3[data-v-2bfd09c7] {
	margin-top: 30px
}