/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'iconfont';
	/* Project id 2444528 */
	src: url('../fonts/font_2444528_o4hejhi9s1k.woff2') format('woff2'),
		url('../fonts/font_2444528_o4hejhi9s1k.woff') format('woff'),
		url('../fonts/font_2444528_o4hejhi9s1k.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.index-teacher-list{
	margin-top: 0;
}
.index-teacher-list li{
	padding: 0;
}
.teacher-item>a {
	display: flex;
	padding: 30px 0;
}

.teacher-item .teacher-logo {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	margin-top: 5px;
}

.teacher-item .teacher-logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
}

.teacher-item .teacher-r {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.teacher-item .teacher-r>button,.teacher-item .teacher-r>object>a {
	width: 160px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #FE5900;
	background: #FFFFFF;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FE5900;
	line-height: 40px;
	text-align: center;
}




.teacher-item .teacher-r>button:hover,.teacher-item .teacher-r>object>a:hover {
	background: #FE5900;
	color: #FFFFFF;
}

.teacher-item .teacher-r>div {
	max-width: calc(100% - 190px);
}

.teacher-item .teacher-r>div h4 {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
}

.teacher-item .teacher-r>div h4 a {
	font-size: 18px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 25px;
}

.teacher-item .teacher-r>div h4 a:hover {
	color: #1A8CFF;
}

.teacher-item .teacher-r>div h4 em {
	color: #61543A;
	line-height: 20px;
	background: #F3E0AB;
	border-radius: 2px;
	margin-left: 6px;
	padding: 0 4px;
}

.teacher-item .teacher-r>div h4 i {
	font-size: 18px;
	color: #06B61B;
	margin-left: 6px;
}

.teacher-item .teacher-r>div h4 span {
	color: #8C8C8C;
	line-height: 18px;
	margin-left: 6px;
}

.teacher-item .teacher-r>div .teacher-post {
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 20px;
	margin: 5px 0 10px;
}

.teacher-item .teacher-r>div .teacher-text {
	margin-top: 3px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.teacher-item .teacher-r>div .teacher-text span {
	flex: 1;
	min-width: 0;
	color: #595959;
	display: inline-block;
	max-width:450px;
}

.teacher-item:last-child {
	padding-bottom: 0;
}

/* 老师详情 */
.teacher-detail-info-content{
	padding-top: 8px;
}
.teacher-detail-info-name {
	font-size: 28px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 39px;
}

.teacher-detail-info-name .teacher-title {
	height: 24px;
	background: #F3E0AB;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #61543A;
	line-height: 24px;
	padding: 0 10px;
	margin: 8px 0 0 5px;
}

.teacher-detail-info-name span {
	height: 24px;
	padding: 4px 10px;
	margin: 8px 0 0 5px;
}

.teacher-detail-info-content .teacher-post {
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 20px;
	margin-top: 5px;
}

.teacher-detail-info-content .teacher-detail-info-area {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.teacher-detail-info-content .teacher-detail-info-area i {
	font-size: 14px;
	color: #1A8CFF;
	line-height: 18px;
	margin-right: 4px;
}

.teacher-detail-info-content .teacher-detail-info-area span {
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 18px;
	margin-right: 10px;
}

.teacher-detail-info-content .teacher-text {
	margin-top: 5px;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.teacher-detail-info-content .teacher-text span {
	flex: 1;
	min-width: 0;
	color: #595959;
	display: inline-block;
}

.wechat-box {
	width: 100%;
	height: 92px;
	background: linear-gradient(270deg, #F0FBF2 0%, #FFFFFF 100%);
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	position: relative;
}

.wechat-box .wechat-icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.wechat-box .wechat-info h3 {
	font-size: 15px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
}

.wechat-box .wechat-info h3 span {
	font-weight: 600;
}

.wechat-box .wechat-info p {
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 18px;
	margin-top: 3px;
}

.wechat-box button {
	margin-left: auto;
	width: 160px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #06B61B;
	font-size: 14px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #06B61B;
	line-height: 34px;
	cursor: pointer;
}

.wechat-box button:hover {
	background: #06B61B;
	color: #FFFFFF;
}

.wechat-box .bg-icon {
	width: 196px;
	height: 76px;
	position: absolute;
	top: 0;
	right: 228px;
}

.recommend-teacher-box {
	background: #FFFFFF;
	border-radius: 4px;
}

.recommend-teacher-box .recommend-teacher-title {
	width: 100%;
	height: 61px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0;
	color: #333;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recommend-teacher-box .recommend-teacher-title a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #262626;
}

.recommend-teacher-box .recommend-teacher-title a i {
	font-size: 12px;
}

.recommend-teacher-box .recommend-teacher-list {
	padding: 20px 30px 30px;
	display: flex;
	justify-content: space-between;
}

.recommend-teacher-box .recommend-teacher-list li {
	flex: 1;
	min-width: 0;
	max-width: 412px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
	padding: 16px 15px;
	display: flex;
}

.recommend-teacher-box .recommend-teacher-list li .recommend-teacher-logo {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
}

.recommend-teacher-box .recommend-teacher-list li .recommend-teacher-logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
}

.recommend-teacher-box .recommend-teacher-list li+li {
	margin-left: 15px;
}

.recommend-teacher-box .recommend-teacher-list li .recommend-teacher-r {
	flex: 1;
	min-width: 0;
}

.recommend-teacher-box .recommend-teacher-list li h3 {
	display: flex;
	align-items: center;
}

.recommend-teacher-box .recommend-teacher-list li h3 a {
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 22px;
}

.recommend-teacher-box .recommend-teacher-list li h3 a:hover {
	color: #1A8CFF;
}

.recommend-teacher-box .recommend-teacher-list li h3 span {
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 17px;
	margin-left: 5px;
}

.recommend-teacher-box .recommend-teacher-list li p {
	margin-top: 5px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 17px;
}

.contact-way-box {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 16px 16px 20px;
}

.contact-way-box .contact-way-title {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
}

.contact-way-box .contact-way-list {
	margin-top: 12px;
}

.contact-way-list li {
	margin-top: 10px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
	padding: 15px;
	cursor: pointer;
}

.contact-way-list li:first-child {
	margin-top: 0;
}

.contact-way-list li .contact-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 600;
	line-height: 22px;
}

.contact-way-list li .contact-title p {
	color: #262626;
}

.contact-way-list li .contact-title span {
	color: #FE5900;
}

.contact-way-list li .contact-p {
	font-size: 12px;
	font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 17px;
}

.contact-way-list li .contact-p+.contact-p {
	margin-top: 1px;
}

.contact-way-list li .contact-area {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #FFB67A;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 17px;
	display: none;
}

.contact-way-list li .contact-area a {
	color: #1A8CFF;
	position: relative;
	margin-left: 12px;
}

.contact-way-list li .contact-area a i {
	font-size: 12px;
	color: #1A8CFF;
}

.contact-way-list li .contact-area a::before {
	content: '';
	width: 1px;
	height: 10px;
	background: #ABABAB;
	position: absolute;
	left: -6px;
	top: 4px;
}

.contact-way-box>button {
	width: 100%;
	height: 40px;
	background: #FE5900;
	border-radius: 4px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 15px;
}

.contact-way-list li.active {
	background: rgba(254, 89, 0, 0.03);
	border: 1px solid rgba(254, 89, 0, 0.6);
	position: relative;
}

.contact-way-list li.active .contact-area {
	display: block;
}

.contact-way-list li.active::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 16px;
	background: url(../images/dkhp_xz_icon@2x.png) no-repeat;
	background-size: 100% 100%;
	bottom: -1px;
	right: -1px;
}

.free-service {
	padding: 20px 20px 30px;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
}

.free-service::before {
	content: '';
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/service-bg.png) no-repeat;
	background-size: 100% 100%;
}

.free-service .free-service-tit {
	position: relative;
	font-size: 20px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 28px;
	margin-bottom: 20px;
}

.free-service .free-service-form .form-item {
	position: relative;
	margin-bottom: 10px;
}

.free-service .free-service-form .form-item .form-item-input {
	display: flex;
	align-items: center;
	width: 260px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
	padding: 0 10px 0 15px;
}

.free-service .free-service-form .form-item input {
	flex: 1;
	height: 40px;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
}

.free-service .free-service-form .form-item .form-item-input>i {
	color: #ABABAB;
	font-size: 16px;
	transform: rotate(90deg);
	transition: 0.2s;
}

.free-service .free-service-form .form-item input::-webkit-input-placeholder {
	color: #ABABAB;
}

.free-service .form-btn {
	width: 100%;
	height: 40px;
	background: #1A8CFF;
	border-radius: 4px;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 15px;
	cursor: pointer;
}

.free-service .free-service-form .form-item .form-select-list {
	width: 100%;
	margin-top: 10px;
	position: absolute;
	z-index: 20;
	top: 40px;
	left: 0;
	display: none;
	border: 1px solid #e4e7ed;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.free-service .free-service-form .form-item .form-select-arrow {
	width: 0;
	height: 0;
	position: absolute;
	top: -7px;
	left: 22px;
	display: none;
	border-right: solid 6px transparent;
	border-bottom: solid 6px #ebeef5;
	border-left: solid 6px transparent;
}

.free-service .free-service-form .form-item .form-select-arrow::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 1px;
	left: -6px;
	display: block;
	content: ' ';
	border-right: solid 6px transparent;
	border-bottom: solid 6px #fff;
	border-left: solid 6px transparent;
}

.free-service .free-service-form .form-item .select-list {
	max-height: 170px;
	padding: 6px 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.free-service .free-service-form .form-item .select-list::-webkit-scrollbar {
	display: none;
}

.free-service .free-service-form .form-item .select-list li {
	height: 32px;
	padding: 0 13px;
	overflow: hidden;
	line-height: 32px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #595959;
}

.free-service .free-service-form .form-item .select-list li:hover {
	color: #606266;
	background-color: #f5f7fa;
}

.free-service .free-service-form .form-item .select-list li.active {
	font-weight: 700;
	color: #1a8cff;
	background-color: #f1f8ff;
}

.free-service .free-service-form .form-item .form-item-select.selected>i {
	transform: rotate(270deg);
}

.free-service .free-service-form .form-item.form-has-error .form-item-input {
	border-color: #fe1940;
}

.form-error {
	height: 18px;
	margin-top: 2px;
	line-height: 18px;
	color: #fe1940;
	display: none;
}

.free-service .free-service-form .form-item.form-has-error .form-error {
	display: block;
}
.index-teacher-list .teacher-item .teacher-logo{
	width: 100px;
	height: 100px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	margin-top: 0;
}
.index-teacher-list .teacher-item .teacher-r>div{
	width: 100%;
	max-width: 100%;
}
.index-teacher-list .teacher-item .teacher-r{
	position: relative;
	align-items: flex-start;
}
.index-teacher-list .teacher-item .teacher-r>object>a{	position: absolute;
	top: 0;
	right: 0;
	width: 82px;
	height: 36px;
	border-radius: 16px;
	background: url(../images/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;
	border:0;}
.class-detail-left .teacher-item .teacher-r>a{
	width: 180px;
}
.class-detail-left .teacher-item .teacher-r>div{
	max-width: calc(100% - 210px);
}
.recommend-teacher li{
	display: flex;
}
.recommend-teacher .recommend-teacher-info{
	flex: 1;
	min-width: 0;
}
.recommend-teacher .recommend-teacher-info h4{
	display: flex;
	align-items: center;
}
.recommend-teacher .recommend-teacher-info h4>a:first-child{
	font-size: 15px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
	max-width: 90px;
}
.recommend-teacher .recommend-teacher-info h4>span{
	height: 17px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #61543A;
	line-height: 17px;
	background: #F3E0AB;
	border-radius: 2px;
	padding: 0 3px;
	margin-left: 5px;
}
.recommend-teacher .recommend-teacher-info h4>a:last-child{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FE5900;
	line-height: 17px;
	margin-left: auto;
}
.recommend-teacher .recommend-teacher-info h4>a:first-child:hover{
	color: #1A8CFF;
}
.recommend-teacher .recommend-teacher-info h4>a i{
	vertical-align: middle;
}
.recommend-teacher .recommend-teacher-info>div,.recommend-teacher .recommend-teacher-info>p{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 17px;
	margin-top: 2px;
}
.recommend-teacher .recommend-teacher-info>div{
	margin-bottom: 5px;
}

/* 20230801 */
.teacher-item .teacher-r>object>a.open-detail{
	border: 1px solid #1A8CFF;
	color: #1A8CFF;
	display: none;
}
.teacher-item .teacher-r>object>a.open-detail:hover{
	background: #1A8CFF;
	color: #FFFFFF;
}
.teacher-item:hover  .teacher-r>object>a.open-detail{
	display: block;
}
.recommend-teacher .recommend-teacher-info h4>a.open-detail{
	color: #1A8CFF;
	display: none;
}
.recommend-teacher li:hover .recommend-teacher-info h4>a.open-detail{
	display: block;
}


		.dk-list .dk-info .dk-area {
			display: flex;
			align-items: center;
			margin-top: 5px;
		}

			.dk-list .dk-info .dk-area i {
				font-size: 12px;
				color: #8C8C8C;
				margin-right: 2px;
			}

			.dk-list .dk-info .dk-area span {
				color: #8C8C8C;
				position: relative;
			}

				.dk-list .dk-info .dk-area span + span {
					margin-left: 15px;
				}

					.dk-list .dk-info .dk-area span + span::before {
						content: '';
						width: 1px;
						height: 10px;
						background: #D9D9DA;
						position: absolute;
						top: 50%;
						left: -7px;
						transform: translateY(-50%);
					}

		.dk-list .dk-info .dk-contact {
			display: flex;
			align-items: center;
			margin-top: 5px;
		}

			.dk-list .dk-info .dk-contact dd {
				border-radius: 4px;
				border: 1px solid #D9D9DA;
				font-size: 12px;
				font-family: PingFang SC-Regular, PingFang SC;
				font-weight: 400;
				color: #595959;
				line-height: 16px;
				padding: 0px 8px;
				margin-right: 5px;
			}

		.expert-advice {
			display: flex;
			align-items: center;
			margin-top: 5px;
		}

			.expert-advice dd {
				font-size: 13px;
				color: #8C8C8C;
				margin-right: 17px;
				position: relative;
				height: 18px;
				line-height: 18px;
			}

				.expert-advice dd + dd::before {
					content: '';
					width: 1px;
					height: 12px;
					position: absolute;
					left: -8px;
					top: 50%;
					transform: translateY(-50%);
					background: #EBEBEB;
				}
		.teacher-item .teacher-r > div .teacher-text {
		 display:block;
		 margin-top:0px;
		}
		.teacher-item .teacher-r > div .teacher-post {
		 margin-bottom:5px;
		}
 