.hiddenPhone {
	display: none !important;
}
.loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.showPhone {
	display: block !important;
}
/* 提示框 */
.popWrap {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(66 64 64 / 40%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.popWrap>div {
	background: #fff;
	width: 80%;
	max-width: 370px;
	height: 260px;
	border-radius: 8px;
	overflow: hidden;
}

.popMarkTitle {
	width: 100%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	background-color: #e7f1fd;
}

.popMarkCont {
	margin: 40px;
	text-align: center;
}

.popMarkBtnBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 50px 16px;
}

.popMarkBtnBox a {
	width: 86px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #0861e2;
}

.popMarkBtnBox a:nth-of-type(1) {
	background-color: #0861e2;
	color: #fff;
}

.popMarkBtnBox a:nth-of-type(2) {
	color: #0861e2;
	background-color: #fff;
}

.popMarkBtnRegister {
	margin-left: calc(50% - 82px);
	color: #fd8b23;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
}

.expert2Box {
	background-color: #fff;
	/* padding: 0 20px; */
	overflow: hidden;
	padding-top: 60px;
}

.expert2One {
	width: 100%;
	height: 20vw;
	background-color: #fff;
	/* padding-bottom: 20px; */
	margin-bottom: 15px;
	/* border-radius: 5px; */
	overflow: hidden;
	/* box-shadow: 0 0 10px 0px #f1eeee; */
	/* margin-right: 26.6px; */
	transform: translateY(0px);
	transition: 0.4s;
	display: flex;
	padding: 0 10px;
}
.phone_warp {
	height: 100vh;
	overflow-y: auto;
}
.expert3One {
	display: block;
	width: 48%;
	margin: 0 1%;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 0 #f4f4f4;
	padding: 0;
}

.expert2One:nth-of-type(4n+4) {
	margin-right: 0;
}

.expert2One:hover {
	transform: translateY(-8px);
	transition: 0.8s;
}

.expert2One img {
	width: 10rem;
	/* height: 100%; */
}
.expert3One img {
	width: 100%;
	height: 100px;
}

.expert2One div {
	/* width: 10.1875rem; */
	width: 12.1875rem;
	text-align: left;
	margin-right: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	font-size: 12px
	/* overflow: hidden; */
   
}

.expert3One div {
	    padding-left: 0 !important;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    width: 100%;
	    line-height: 22px;
	    font-size: 14px;
		height: 50px;
	    /* margin-bottom: 10px;	 */
}

.expert2One p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-height: 20px;
	/* padding-top: 5px; */
	padding: 5px 10px 3px;
	
}


.expert2One b {
	font-weight: initial;
	background-color: #e6effc;
	color: #0861e2;
	border-radius: 6px;
	font-size: 14px;
	width: 60px;
	display: inline-block;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-right: 16px;
	font-size: 13px;
}

.expert2One span {
	color: #999;
	font-size: 12px;
}

.expert2One>div {
	padding-left: 15px;
}

.pageNumberWrap {
	margin: 10px auto 30px;
}


/* 风采展示页面部分 */
.styleDisplayBar{
	width: 100%;
}
.styleDisplayBar>img{    
	width: 100%;
	height: 80px;
    position: absolute;
    top: 50px;
    z-index: 1;
}
.expert2OnestyleDisplay p{
	line-height: 18px;
	padding: 0 10px 6px;
}
.expert2OnestyleDisplay span{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.PCtextImg{
    display: none;
}
.expert2Box2{
	padding-top: 138px;
}