.dk-box-title {
    padding: 20px 0 10px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
}
.office-result-cont .office-cont-border.expert-border{
	border-radius: 6px;
}
.expert-list{
	background: #FFFFFF;
	border-radius: 6px;
}
.expert-list li{
	padding: 0 20px;
	position: relative;
}
.expert-list li:first-child{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.expert-list li:last-child{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.expert-list li:hover{
	background: #FEFAF1;
	/* box-shadow: 0 4px 2px -2px rgba(254, 141, 0, 0.3); */
}
.expert-list li:hover::after{
	content: '';
	width: calc(100% + 4px);
	height: 6px;
	box-shadow: 0 4px 2px -2px rgba(254, 141, 0, 0.3);
	position: absolute;
	bottom: 0;
	left: -2px;
}
.expert-list li:hover .expert-btn{
	opacity: 1;
}
.expert-list li:hover a{
	border-color: rgba(255, 255, 255, 0);
}
.expert-list li>a{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB;
}
.expert-list li>a .expert-logo{
	width: 120px;
	height: 120px;
	border: 1px solid #EBEBEB;
	margin-right: 20px;
	border-radius: 8px;
}
.expert-list li>a .expert-logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 8px;
}
.expert-list .expert-info{
	flex: 1;
	min-width: 0;
	max-width: 670px;
}
.expert-list .expert-info .expert-name{
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
.expert-list .expert-info .expert-name h4{
	font-size: 20px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 28px;
}
.expert-list li:hover .expert-info .expert-name h4{
	color: #FE5900;
}
.expert-list .expert-info .expert-name h4:hover{
	color: #FE5900;
}
.expert-list .expert-info .expert-name .expert-title{
	font-size: 13px;
	color: #61543A;
	line-height: 17px;
	background: #F3E0AB;
	border-radius: 2px;
	margin-left: 5px;
	padding: 0 6px;
}
.expert-list .expert-info .expert-area{
	font-size: 14px;
	font-weight: 600;
	color: #595959;
	margin-bottom: 4px;
}
.expert-list .expert-info .expert-profile{
	font-size: 12px;
	color: #595959;
	margin-bottom: 4px;
}
.expert-list .expert-info dl{
	display: flex;
	align-items: center;
}
.expert-list .expert-info dl dd{
	font-size: 13px;
	color: #8C8C8C;
	margin-right: 17px;
	position: relative;
}
.expert-list .expert-info dl dd+dd::before {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	background: #EBEBEB;
}
.expert-list .expert-info dl dd em {
	color: #FE8605;
}
.expert-list .expert-info .expert-address{
	margin-bottom: 5px;
}
.expert-list .expert-info .expert-address dd{
	color: #595959;
}
.expert-list .expert-btn{
	width: 120px;
	opacity: 0;
	position: relative;
}
.expert-list .expert-btn button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 82px;
	height: 36px;
	border-radius: 16px;
	background: url(/ka/img/liebiaoanniu.png) no-repeat;
	background-size: 100% 100%;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 4px;
}
.teacher-detail-info-area{
	display: flex;
}
.teacher-detail-info-area dd{
	margin-right: 17px;
	position: relative;
}
.teacher-detail-info-area dd+dd::before {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	background: #EBEBEB;
}
.teacher-detail-info-area dd em {
	color: #FE8605;
}
.teacher-detail-info-content .teacher-detail-info-area dd span{
	margin-right: 0;
	font-size: 13px;
	color: #595959;
}
.teacher-detail-info {
	background-image: url(/ka/img/xqbj.png) !important;
	background-repeat: no-repeat !important;
	background-position-x: 100% !important;
	background-size: contain !important;
	display: flex;
	padding: 24px 30px 24px 40px;
	min-height: 200px;
	position: relative;
}
.teacher-detail-info .teacher-detail-info-content{
	flex: 1;
	min-width: 0;
}
.teacher-detail-info-content .teacher-text{
	align-items: normal;
}
.teacher-detail-info .expert-btn{
	display: flex;
	align-items: center;
	margin-left: 12px;
	width: 260px;
}
.teacher-detail-info .expert-btn a{
	height: 38px;
	padding: 0 24px 0 20px;
	line-height: 32px;
	color:#fff;
}
	.teacher-detail-info .expert-btn a:hover
	{
	 color:#fff;
	}
	.content-service-type {
		background-color: #FFFFFF;
	}
.content-service-type .type-title{
	width: 100%;
	padding: 0 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0;
	color: #333;
	border-bottom: 1px solid #eee;
}
.content-service-type ul{
	display: flex;
	padding: 12px 15px;
}
.content-service-type ul li{
	flex: 1;
	text-align: center;
	height: 135px;
}
.content-service-type ul li img{
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
.content-service-type ul li h5{
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	margin-top: 10px;
}
.content-service-type ul li p{
	font-size: 12px;
	color: #8C8C8C;
	text-align: center;
	margin: 4px 0;
}
.expert-btn-bg{
	display: block;
	padding: 0 16px 0 12px;
	border-radius: 16px;
	background: url(/ka/img/anniu.png) no-repeat;
	background-size: 100% 100%;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
.content-service-type ul li a{
	width: 80px;
	height: 30px;
	background: url(/ka/img/zixunfangshianniu.png) no-repeat;
	background-size: 100% 100%;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	transition: .3s all;
	opacity: 0;
}
.content-service-type ul li a:hover {
	color:#fff;
}
	.content-service-type ul li > div {
		transition: 0.4s all;
	}
.content-service-type ul li:hover>div{
	transform: translateY(-10px);
}
.content-service-type ul li:hover a{
	display: block;
	transform: translateY(-10px);
	opacity: 1;
}
.recommend-teacher-box .recommend-teacher-list li h3 p{
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 22px;
	display: inline-block;
	margin-top: 0;
}
.recommend-teacher-box .recommend-teacher-list dl{
	display: flex;
	align-items: center;
}
.recommend-teacher-box .recommend-teacher-list dl dd{
	font-size: 12px;
	color: #8C8C8C;
	white-space: nowrap;
	margin-right: 9px;
	position: relative;
}
.recommend-teacher-box .recommend-teacher-list dl dd+dd::before {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	background: #EBEBEB;
}
.recommend-teacher-box .recommend-teacher-list dl dd em {
	color: #FE8605;
}
.teacher-jg-profile{
	display: flex;
	width: 100%;
}
.profile-text{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 21px;
	margin-top: 14px;
	max-height: 170px;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.profile-text::before {
	float: right;
	content: '';
	height: calc(100% - 21px);
}
.profile-text a{
	float: right;
	clear: both;
	width: 56px;
	text-align: right;
	color: #1A8CFF;
}
.contact-teacher-detail{
	background-image: initial;
}
.expert-contact{
	padding: 20px 30px;
}
.expert-contact .expert-contact-block{
	margin-bottom: 24px;
}
.expert-contact .expert-contact-block:last-child{
	margin-bottom: 0;
}
.expert-contact-block-title{
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 600;
	color: #262626;
	line-height: 21px;
	margin-bottom: 12px;
}
.expert-contact .form-text{
	padding: 0 12px 8px;
	position: relative;
}
.expert-contact .form-text .text-num{
	position: absolute;
	bottom: 8px;
	right: 12px;
}
.expert-contact .consult-type{
	display: flex;
}
.expert-contact .consult-type li {
	display: flex;
	flex: 1;
}

.expert-contact .consult-type li:last-child {
	margin-bottom: 0;
}

.expert-contact .consult-type li input[type='radio'] {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	background-color: #ABABAB;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	vertical-align: text-top;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-circle-linear.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-circle-linear.svg) no-repeat;
}

.expert-contact .consult-type li input[type=radio]:checked {
	background: linear-gradient(270deg, #FF6100 0%, #FE8D00 100%);
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-check-block.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-check-block.svg) no-repeat;
}
.expert-contact .consult-type li input[type=radio]:checked+label p{
	color: #FF6100;
}

.expert-contact .consult-type li p {
	font-size: 15px;
	color: #262626;
	line-height: 20px;
	font-weight: 400;
}

.expert-contact .consult-type li span {
	color: #8C8C8C;
	font-size: 12px;
}
.expert-contact .contact-form .contact-form-input{
	width: 200px;
}
.expert-contact .expert-btn{
	display: flex;
	justify-content: center;
	padding-top: 16px;
	margin-top: 40px;
	border-top: 1px solid #EBEBEB;
}
.expert-contact .expert-btn .expert-cancel{
	width: 92px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #EBEBEB;
	text-align: center;
	color: #696969;
	background: initial;
	font-size: 14px;
	margin-right: 12px;
}
.expert-contact .expert-btn .expert-btn-bg{
	width: 92px;
	height: 40px;
	font-size: 14px;
	padding-bottom: 7px;
}
.layer-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.layer-box {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 24px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.layer-tips{
	width: 350px;
}
.layer-tel{
	width: 370px;
	height: 70%;
	min-height: 550px;
	background: #F5F6F7;
}
.layer-box .layer-title-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.layer-box .layer-title {
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 600;
	color: #262626;
	text-align: center;
	line-height: 29px;
}
.layer-box .close-icon{
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-color: #CBCBCB;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	vertical-align: text-top;
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
}
.layer-box .layer-content{
	margin: 24px 0;
	font-size: 13px;
	color: #595959;
	display: flex;
	align-items: center;
}
.layer-box .layer-content p{
	color: #43a0eb;
	margin-left: 6px;
}
.layer-box .layer-content p span{
	margin: 0 4px;
}
.layer-box .layer-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.layer-box .layer-btn button{
	width: 100px;
	height: 36px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 600;
	line-height: 34px;
	border-radius: 2px;
	margin-left: 8px;
}
.layer-box .submit-layer-btn {
	display: block;
	width: 100%;
	background: #FE6D02;
	color: #FFFFFF;
	line-height: 46px;
}

.layer-box .close-layer-btn {
	background-color: #FFFFFF;
	display: block;
	color: #8C8C8C;
	border: 1px solid #CBCBCB;
}

@keyframes layer-fade-in {
	0% {
		-webkit-transform: translate3d(-50%, -60%, 0);
		-moz-transform: translate3d(-50%, -60%, 0);
		transform: translate3d(-50%, -60%, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		opacity: 1;
	}
}

@keyframes layer-fade-out {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-50%, -60%, 0);
		-moz-transform: translate3d(-50%, -60%, 0);
		transform: translate3d(-50%, -60%, 0);
		opacity: 0;
	}
}

.layer-form-fadeIn {
	-webkit-animation: layer-fade-in 0.3s;
	-moz-animation: layer-fade-in 0.3s;
	animation: layer-fade-in 0.3s;
}

.layer-form-fadeOut {
	-webkit-animation: layer-fade-out 0.3s;
	-moz-animation: layer-fade-out 0.3s;
	animation: layer-fade-out 0.3s;
}
.form-tel-container,.form-code-container {
	padding: 30% 40px 0;
}

.form-tel-container .form-title {
	font-size: 15px;
	color: #262626;
	font-weight: 600;
	margin-bottom: 8px;
}

.form-tel-container .form-tel {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-radius: 4px;
	height: 40px;
	margin-bottom: 16PX;
}

.form-tel-container .form-tel label {
	color: #ABABAB;
	font-size: 14px;
	padding: 0 10px;
}

.form-tel-container .form-tel input {
	font-size: 14px;
	color: #262626;
	padding: 0 10px;
	border-left: 1px solid #EBEBEB;
}

.form-tel-container .next-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background: #FE8301;
}
.service-agreement {
	position: absolute;
	bottom: 20px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.service-agreement input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	background-color: #CBCBCB;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	vertical-align: text-top;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-square-linear.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-square-linear.svg) no-repeat;
}

.service-agreement input[type=checkbox]:checked {
	background: #FE8D00;
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-check-square-block.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-check-square-block.svg) no-repeat;
}

.service-agreement p {
	font-size: 14px;
	color: #ABABAB;
}

.service-agreement p a {
	color: #1A8CFF;
	padding: 0 3px;
}

.form-code-container .form-title {
	font-size: 20px;
	color: #262626;
	font-weight: 600;
	text-align: center;
	margin-bottom: 24px;
}

.form-code-container .form-code-tip {
	color: #8C8C8C;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
}

.form-code-container .form-code-tip span {
	color: #262626;
}

.form-code-container .form-code-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	position: relative;
}

.form-code-container .form-code-input input[type=tel] {
	width: 50px;
	height: 50px;
	color: #262626;
	font-size: 24px;
	font-weight: 600;
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
}

.form-code-container .form-code-input input.error-input {
	border-color: #FF6100;
}

.form-code-container .form-code-input input[type=text] {
	display: none;
	position: absolute;
	background: unset;
	width: 100%;
	height: 100%;
}

.form-code-container .error-text {
	font-size: 13px;
	color: #FF6100;
	position: absolute;
	bottom: -32px;
	left: 0;
	display: none;
}

.form-code-container button {
	font-size: 13px;
	color: #B2B2B2;
	background: initial;
	float: right;
}

.form-code-container .get-code {
	color: #1A8CFF;
}
.layer-head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	padding: 0 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.layer-head i{
	font-size: 20px;
	cursor: pointer;
}
.layer-head .return-hide{
	display: none;
}
.layer-head .close-layer{
	margin-left: auto;
}
.form-tel-page{
	transition: 0.3s;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(100% - 24px);
}
.form-tel-hide{
	left: -100%;
}
.form-code-page{
	transition: 0.3s;
	position: absolute;
	right: 0;
	width: 100%;
	height: calc(100% - 24px);
}
.form-code-hide{
	right: -100%;
}
.teacher-introduction .jyb-tab-style1 .service-type-tab{
	display: none;
}
.jyb-tab-box{
	width: 100%;
	background: #FFFFFF;
}
.jyb-tab-box .tab-to-contact{
	display: none;
}
.can-jump-box-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.can-jump-box-fixed .jyb-tab-style1{
	margin-bottom: 0;
}
.can-jump-box-fixed .jyb-tab-style1 .service-type-tab{
	display: block;
}
.can-jump-box-fixed>div{
	position: relative;
	width: 1220px;
	margin: 0 auto;
}
.can-jump-box-fixed .tab-to-contact{
	display: block;
	width: 290px;
	height: 100%;
	background-color: #1A8CFF;
	font-size: 15px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 60px;
}
.teacher-jg-profile-right~.popular-data{
	padding-top: 0;
}


.info-data 
{
	padding-left:0px;
	margin-top:0px !important;
}
/*ÈÈÃÅ×ÊÑ¶*/
.info-data li {
	width: 100%;
	margin-top: 16px;
}

	.info-data li a {
		height: 20px;
		padding-left: 10px;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #262626;
	}

		.info-data li a::before {
			width: 3px;
			height: 3px;
			position: absolute;
			top: 7px;
			left: 0;
			content: '';
			-moz-border-radius: 50%;
			border-radius: 50%;
			background: #1a8cff;
		}

		.info-data li a:hover {
			color: #1a8cff;
		}

.consult-type input, .consult-type label {
 cursor:pointer;
}



.contact-form .bxk-notice input {
	width: 15px;
	height: 15px;
	margin: 2px 6px 0 0;
	background: url(//static.jiaoyubao.cn/img/checkbox-blank-line@2x.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: none;
	cursor: pointer;
}

	.contact-form .bxk-notice input[type=checkbox]:checked {
		background: url(//static.jiaoyubao.cn/img/checkbox-fill@2x.png) no-repeat;
		background-size: 100% 100%;
	}

.contact-form .bxk-notice {
	font-family: PingFang SC,PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	border: 0 !important;
	box-shadow: none !important;
	display: flex;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
}

.expert-btn-bg.expert-submit.bxk-disable {
	opacity: 0.5;
	cursor: not-allowed;
}
