input::-webkit-input-placeholder {
/* WebKit browsers */
color: #666666;
font-size: 14px;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #666666;
font-size: 14px;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #666666;
font-size: 14px;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #666666;
font-size: 14px;
}
.buytap{
	height: 60px;
	background: url(../image/teacher2.png);
	max-width: 1920px;
	background-repeat: no-repeat;
	margin: auto;
	display: block;
}
.buytap .inputbox{
	width: 340px;
	height: 39px;
	background: #F7FAFF;
	border-radius: 20px 0px 0px 20px;
	position: relative;
	float: right;
	margin-top: 10px;
}
.buytap .inputbox input{
	height: 39px;
	padding-left: 20px;
	box-sizing: border-box;
	border-radius: 20px 0px 0px 20px;
	background: #F7FAFF;
	width: 80%;
}

.buytap .inputbox .a1{
	width: 39px;
	height: 39px;
	background: #E5E5E5;
	border-radius: 20px;
	position: absolute;
	right: -18px;
	padding-top: 4px;
}
.buytap .inputbox .a2{
	position: absolute;
	right: 25px;
	padding-top: 11px;
	font-size: 12px;
	top: 0;
	color: #666666;
	cursor: pointer;
}

.buytap .inputbox a img{
	display: block;
	margin: auto;
}

.teacherbox{
	margin-top: 15px;
	width: 100%;
	height: 420px;
	display: inline-block;
}

.consultbox{
	margin-top: 15px;
}
.consult_le{
	float: left;
	width: 870px;
	min-height: 900px;
	margin-left: -15px;
}

/* 教师卡片 */
.teacher_msg{
	width: 420px;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 0px 8px 21px 0px rgba(92, 92, 92, 0.13);
	border-radius: 6px;
	float: left;
	margin-left: 14px;
	margin-bottom: 15px;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.teacher_msg .imgbox{
	width: 175px;
	height: 100%;
	float: left;
	background-color: #f2f4f3;
}
.teacher_msg .imgmsg{
	float: right;
	width: 205px;
	height: 100%;
}
.teacher_msg .imgmsg .te_box{
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 13px;
}
.teacher_msg .imgmsg .pname{
	color: #333333;
	font-size: 18px;
	font-weight: 800;
}

.teacher_msg .imgmsg .pxian{
	width: 19px;
	height: 3px;
	background: #FF6419;
	margin: 10px 0;
}
.teacher_msg .imgmsg .box .left{
	/*width: 93px;*/
	max-width: 100%;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #B0B8C6;
	border-radius: 12px;
	color: #73829F;
	font-size: 12px;
	margin-right: 8px;
	padding: 0 5px;
}

.teacher_msg .imgmsg .texts{
	font-size: 14px;
	color: #333333;
	padding-top: 15px;
	line-height: 22px;
}

.overflow5{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
}



.consult_ri{
	float: right;
	width: 330px;
}

/* 右侧推荐 */
.titlebox{
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.titlebox .xian{
	width: 61px;
	height: 2px;
	background: #FFC0AD;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.titlebox .img3{
	position: absolute;
	top: 12px;
	left: 71px;
}

.titlebox .ptitle{
	font-size: 16px;
	color: #333333;
	font-weight: 800;
}

.titlebox .pgd{
	font-size: 12px;
	color: #999999;
}

.consult_ri .question{
	padding: 0 15px;
	/*min-height: 400px;*/
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
}
.consult_ri .course_list .sonbox {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.consult_ri .course_list .sonbox .p1{
	font-size: 24px;
	color: #FF6419;
	font-weight: 800;
}

.consult_ri .cultureimg{
	width: 100%;
	height: 169px;
	background: #48B3EF;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.consult_ri .cultureimg .img100{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: transform 1s;
}

.consult_ri .cultureimg .img100:hover{
	transition: transform 1s;
	transform:scale(1.1)
}
/* 右侧推荐end */
/* 热门资讯 */
.mag_ri{
	width: 330px;
	height: 420px;
	background: #FFFFFF;
	box-shadow: -8px 0px 21px 0px rgba(92, 92, 92, 0.13);
	border-radius: 0px 6px 6px 0px;
	float: right;

}
.mag_ri .tapimg{
	height: 47px;
}
.mag_ri .tapimg a{
	margin: 18px 20px 0 0px;
}
.mag_ri .newlist{
	padding: 0 20px 0 15px;
}

.mag_ri .newlist .p1{
	width: 68px;
	height: 21px;
	line-height: 21px;
	background: #FFF0E9;
	border: 1px solid #FFBB9D;
	border-radius: 11px;
	font-size: 12px;
	text-align: center;
	color: #FF6419;
	float: left;
}
.mag_ri .newlist .a1{
	font-size: 14px;
	color: #333333;
	width: 215px;
	float: right;
}
.mag_ri .newlist .a1:hover{
	color: #FF6419;
}
.mag_ri .newlist ul li{
	margin-bottom: 12px;
}



.showbox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	text-align: center;
	padding-top: 17%;
	display: none;
	z-index: 9;
}

.showbox .showimgbox{
	width: 726px;
	height: 429px;
	background: linear-gradient(0deg, #FFF5E1, #f5d4be);
	border-radius: 6px;
	margin: auto;
	position: relative;
}
.showbox .showimgbox .close{
	position: absolute;
	top: 0;
	right: -45px;
	cursor: pointer;
}

.showbox .popteacher{
	height: 145px;
	position: relative;
}

.showbox .popteacher .img1{
	position: absolute;
	bottom: 0;
	left: 60px;
	height: 265px;
	width: 230px;
	border-radius: 10px 10px 0 0;
}
.showbox .popteacher .img2{
	position: absolute;
	top: 0;
	right: 30px;
	max-height: 270px;
}
.showbox .popteacher .pop_msg{
	float: left;
	margin-left: 48%;
	margin-top: 15px;
}
.showbox .popteacher .pop_msg .p1{
	color: #333333;
	font-size: 20px;
	font-weight: 800;
	text-align: left;
}

.showbox .popteacher .pop_msg .pxian{
	width: 19px;
	height: 3px;
	background: #FF6419;
	margin: 10px 0;
}
.showbox .popteacher .pop_msg .pbox .left{
	height: 23px;
	line-height: 22px;
	border: 1px solid #D7AB60;
	border-radius: 12px;
	text-align: center;
	color: #CF944F;
	font-size: 12px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.showbox .popteacher .pop_msg .haoping{
	font-size: 12px;
	color: #CF944F;
	text-align: left;
	margin-top: 2px;
}
.showbox .popteacher .pop_msg .haoping img{
	margin-left: 5px;
}
.showbox .box{
	width: 100%;
	height: 30px;
	background: #F3C084;
}

.showbox .message{
	padding: 15px 30px;
	text-align: left;
}

.showbox .message .box1{
	margin-bottom: 20px;
}

.showbox .message .p4{
	color: #CF944F;
	font-size: 16px;
	font-weight: 800;
}

.showbox .message .p5{
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
