
.no-click{
	pointer-events: none;
}
.flex{
	display: box; /* OLD - Android 4.4- */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrap {
	/* 09版 */
	-webkit-box-lines: multiple;
	/* 12版 */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-jsbetween{
	/* 09版 */
	-webkit-box-pack: space-between;
	/* 12版 */
	-webkit-justify-content:  space-between;
	-moz-justify-content:  space-between;
	-ms-justify-content:  space-between;
	-o-justify-content:  space-between;
	justify-content:  space-between;
}
.flex-jcenter{
	/* 09版 */
	-webkit-box-pack: center;
	/* 12版 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-acenter{
	/* 09版 */
	-webkit-box-align:  center;
	/* 12版 */
	-webkit-align-items:  center;
	-moz-align-items:  center;
	-ms-align-items:  center;
	-o-align-items:  center;
	align-items:  center;
}
.flex-cloumn {
	display: box; /* OLD - Android 4.4- */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/* 09版 */
	-webkit-box-orient: vertical;
	/* 12版 */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.breadcrumbs{
	position: absolute;
	top:16px;
	left:50%;
	margin-left: -500px;
	z-index: 10;
	color:#333333;
}
.breadcrumbs a,.breadcrumbs span{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
}

.c-title{
	margin: 20px 0;
}
.c-icon img{
	width: 32px;
	height: 26px;
}
.c-des{
	margin: 0 16px;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.c-des2{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 30px;
	margin: 12px 0;
}
.recontent-jy{
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
}
.jy-subject{
	margin-top: 60px;
}
.jy-l{
	position: relative;

}
.moreteacher{
	position: absolute;
	right: 50px;
	top:95px;
}
.moreteacher a{
	
	font-size: 16px;
	font-weight: 500;
	color: #0285ED;
	line-height: 24px;
}
.moreteacher a:hover{
	color: #0285ED;
}
.jy-subject li{
	margin: 0 29px 32px 0;
	width: 128px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	border: 1px solid #8C8C8C;
	text-align: center;
	font-size: 16px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 48px;
	cursor: pointer;
}
.jy-subject .stauts{
	width: 136px;
	height: 48px;
	background: #0285ED;
	border-radius: 4px;
	color:#FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px;
}
.jy-teacher{
	width: 952px;
	height: 265px;
	margin: 60px auto;
	position: relative;
}
.jy-teacher .jy-icon{
	width: 32px;
	height: 72px;
	
	position: absolute;
	top:50%;
	margin-top: -36px;
	z-index: 20;
}
.jy-teacher .jy-icon img{
	width: 100%;
	height: 100%;	
}
.jy-teacher .jy-prev{	
	left:-24px;
}
.jy-teacher .jy-next{
	right:-24px;
}
.jy-teacher .jyt-content{
	width:100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.jyt-content ul .jyt-uli{
	display: inline-block;
	width: 304px;
	height: 265px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 24px;
	box-sizing: border-box;
	margin-right: 20px;
}

.jyt-t{
	padding-bottom: 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #E6E6E6;
}
.jyt-t .teach-left{
	width: 88px;
	height: 88px;
	border-radius: 50%;
}
.jyt-t .teach-left img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.jyt-t .teach-right{
	margin-left: 16px;
}
.jyt-t .teach-right .teach-name{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}
.jyt-t .teach-right .teach-z{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	margin:12px 0;
	
}
.jyt-t .teach-right .teach-su{
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 21px;
}
.jyt-b{
	padding-top: 2px;
	box-sizing: border-box;
}
.jyt-b .jyt-oli{
	height: 16px;
	margin: 18px 0;
	position: relative;
}
.jyt-b .jyt-oli a{
	height: 16px;
	display: block;
	margin-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	text-overflow :ellipsis;
	white-space: nowrap;
	overflow : hidden;

}
.jyt-b .jyt-oli a:hover{
	color:#0e82d9;
}
.jyt-b .jyt-oli::before{
	content:"";
	display:block;
	width: 16px;
	height: 16px;
	background: url(Icon_Indicate_Off.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left:0;
}
.recontent-xxms{
	width: 100%;
	padding: 40px 0 100px 0;
	box-sizing: border-box;
	background: #F2F9FE;
}
.xxms-select{
	width: 1000px;
	height: 350px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	margin: 60px 0 16px 0;
	padding: 4px 24px;
	box-sizing: border-box;
}
.x-province, .x-classify, .x-grade, .x-subject, .x-sex {
	padding-bottom: 24px;
	margin-top: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #E6E6E6;
}
.x-sex{
	border: 0;
}
	.x-province span, .x-classify span, .x-grade span, .x-subject span, .x-sex span {
		font-size: 16px;
		font-weight: 400;
		color: #8C8C8C;
		line-height: 24px;
		margin-right: 30px;
	}
	 .x-classify ul li, .x-grade ul li, .x-subject ul li, .x-sex ul li {
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		line-height: 24px;
		margin-right: 30px;
		cursor: pointer;
	}
	 .x-classify ul .active, .x-grade ul .active, .x-subject ul .active, .x-sex ul .active {
		font-weight: bold;
		color: #0285ED;
	}
	 #province{
		 position:relative;
		 cursor:pointer;
	 }
.x-location {
	width: 250px;
	height: 320px;
	max-height: 310px;
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
	position: absolute;
	left: 0;
	z-index: 20;
	padding: 10px 0;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	display:none
}
	.x-location::-webkit-scrollbar {
		display: none;
	}
	.x-location .x-location-all li {
		margin-left: 15px;
	}
		.x-location .x-location-all  .li-line {
			border-bottom: 1px solid #F66F1A;
		}
	.x-location .x-location-all li:first-child {
		margin-left: 25px;
	}
	.x-location .x-location-list li, .x-location .x-location-list2 li {
		margin-left: 25px;
	}
	.x-location-list2 {
		display: none;
	}
	
	
	.x-location ul li {
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		color: #333333;
		line-height: 24px;
		margin-bottom:5px;
	
	}
.list-left .left-l-t {
	width: 750px;
	

	/*background: #FFFFFF;*/
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.list-des {
	height:170px;
	margin-bottom: 24px;
/*	padding-bottom: 24px;
	box-sizing: border-box;*/
	border-bottom: 1px solid #F2F9FE;
}

.list-des:last-child{
	border: 0;
	margin-bottom:0
}
.ms-img{
	width: 144px;
	height: 100%;
	overflow:hidden;
}
.ms-img img{
	width: 100%;
	
	/* background-color: red; */
}
.bot-f{
	
	width:calc(100% - 154px)
}
.ms-contnet{
	width: 390px;
	margin-left: 8px ;
	margin-right: 4px;
}
.ms-name{
	margin-right: 9px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;

}
.stars {
	
	display: inline-block;
	line-height:30px ;
}
.stars  img{
	width: 13px;
	height: 13px;
}
.ms-c-m{
	margin: 10px 0;
	
}
.ms-sub {
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ms-sub li{
	display: inline-block;
	background: #D8E0ED;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #4E5868;
	line-height: 21px;
	padding: 0px 10px;
	margin-right: 5px;
	margin-bottom:5px;
	
}


.ms-c-b{
	margin:8px 0;
}
.ms-c-b p {
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 12px;
	border-left: 1px solid #999999;
	padding: 0 8px;
}
.ms-c-b .ms-jl{
	padding-left:0;
	border:0;
}
.ms-money{
	width:190px;
	margin-top: -5px;
	font-size: 20px;
	font-weight: bold;
	color: #F66F1A;
	line-height: 21px;
}
.ms-money span{
	margin: 0 5px;
	font-size: 36px;
	font-weight: 500;
	
}
.ms-look a{
	display: inline-block;
	width: 104px;
	height: 40px;
	background: #0285ED;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom:8px;
}
	/*.ms-look a:first-child {
		background: #FD8F00;
	}*/
	.ms-look a:hover {
		color: #FFFFFF
	}
/*.ms-c-b .ms-jl{
	position: relative;
}
.ms-c-b .ms-jl::before{
	content: "";
	position: absolute;
	left:0;
	top:5px;
	display: inline-block;
	width: 14px;
	height: 14px;

	background: url(Icon_TeachingAge.png) no-repeat center;
	background-size: cover;
	
}*/
/*.ms-c-b .ms-code{
	margin-left: 20px;
	position: relative;
}
.ms-c-b .ms-code::before{
	content: "";
	position: absolute;
	left:0;
	top:4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(Icon_Certificate.png) no-repeat center;
	background-size: cover;
	
}*/

.list-right{
	width: 234px;
	height: 271px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	/* border: 1px solid #E6E6E6; */
	overflow: hidden;
}
.help-t{
	width: 100%;
	height: 71px;
	background: url(../img/right-t.png) no-repeat  50%;
	background-size: cover;
	overflow: hidden;
	padding: 18px 21px;
	box-sizing: border-box;
	
	
}
.h-title{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.h-title:nth-child(2){
	
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
}
.help-c{
	padding: 24px 16px;
	box-sizing: border-box;
}
.h-tel,.help-yz input{
	width: 202px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #CBCFD5;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.help-yz{
	margin-top: 16px;
}
.help-yz input{
	width: 106px;
}
.help-yz button{
	cursor: pointer;
	border: 0;
	outline: none;
	width: 88px;
	height: 41px;
	margin-left: 2px;
	background: #D7EDFA;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #0285ED;
	line-height: 41px;
}
.help-btn{
	cursor: pointer;
	margin-top: 24px;
	text-align: center;
	width: 202px;
	height: 40px;
	background: #0285ED;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
}
.ofcontent-mask{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;   
	-khtml-opacity: 0.75;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	z-index: 1100;
	display: none;
}
.ofcontent-tk{
	width: 862px;
	height: 405px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top: -287px;
	margin-left: -431px;
	z-index: 1200;
	display: none;
}
.tk-close{
	width: 100%;
	text-align: right;
	margin-bottom: 18px;
	cursor: pointer;
}
.tk-close img{
	width: 48px;
	height: 48px;
}
.tk-con{
	width: 862px;
	height: 339px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 38px 32px 30px 22px;
	box-sizing: border-box;
}
.con-left{
	width: 450px;	
}
.con-left .c-left-img{
	width: 346px;
	height: 206px;
	margin: 0 auto;
}
	.con-left .c-left-img img{
		width: 100%;
		height: 100%;
	
	}
.con-left ul li{
	text-align: center;
	display: inline-block;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	position: relative;
	margin-top: 20px;
}
.con-left ul li:first-child::after,.con-left ul li:nth-child(2)::after{
	content: "";
	display: inline-block;
	position: absolute;
	top:50%;
	right:0;
	margin-top: -12px;
	width: 1px;
	height: 24px;
	background: #CBCFD5;
}
.con-right{
	margin-top: 12px;
}					
.con-right .con-tel,.con-yz input{
	width: 360px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #CBCFD5;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 50px;
	margin-bottom: 12px;
}
.con-yz input{
	width: 200px;
}
.con-yz button{
	cursor: pointer;
	outline: none;
	border: 0;
	overflow: hidden;
	width: 144px;
	height: 50px;
	background: #D7EDFA;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #139AFE;
	line-height: 24px;
}
.con-ts{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 32px;
}
.con-ts span{
	color:#0285ED
}
.con-look{
	cursor: pointer;
	margin-top: 10px;
	width: 360px;
	height: 56px;
	background: #0285ED;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 56px;
}

.of-successtk{
	display: none;
	width: 720px;
	height: 405px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top: -287px;
	margin-left: -360px;
	z-index: 1200;
}
.of-successtk .tk-con{
	width: 720px;
	height: 336px;
	padding: 24px;
	box-sizing: border-box;
}
.of-successtk .con-right{
	width: 224px;
	height: 288px;
	background: #0285ED;
	box-shadow: 0px 4px 6px 0px rgba(2, 133, 237, 0.12);
	border-radius: 8px;
	margin: 0;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
}
.of-successtk .con-right img{
	width: 192px;
	height: 192px;
}
.of-successtk .con-right .erm-o{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 10px;
}
.of-successtk .con-right .erm-tj{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.dj-succtk{
	display: none;
	width: 500px;
	height: 518px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top: -259px;
	margin-left: -250px;
	z-index: 1200;
}
.dj-content{
	width: 500px;
	height: 452px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 55px;
	box-sizing: border-box;
}
.dj-tit{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.dj-tit2{
	font-weight: 400;
}
.dj-erm{
	text-align: center;
	margin-top: 32px;
}
.dj-erm p{
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.dj-erm img{
	width: 192px;
	height: 192px;
}
.dj-know{
	margin-top: 24px;
	width: 390px;
	height: 56px;
	background: #0285ED;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 56px;
	cursor: pointer;
}
.left-page{
	width: 590px;
	height: 32px;
	margin: 30px auto;
	text-align: center;
}
.layui-laypage a, .layui-laypage span {
	height: 32px !important;
	line-height: 32px !important;
	padding: 0 12px !important;
	display: inline-block;
	margin: 0 5px!important;
}