textarea::-webkit-input-placeholder {
    color: #666666;
    font-size: 14px;
}
textarea:focus {
     outline :  none ;
	border : 1px solid  #ccc ;/*跟进textarea背景颜色来定*/
}
.consultbox{
	margin-top: 15px;
}

.consult_le{
	float: left;
	width: 855px;
}

.consult_le .myquestion{
	width: 855px;
	/*min-height: 275px;*/
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	padding: 0 20px 15px 25px;
	box-sizing: border-box;
}

.consult_le .myquestion .tap{
	font-size: 14px;
	color: #666666;
    min-height: 45px;
	max-height: 100px;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 13px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.consult_le .myquestion .tap a{
	color: #666666;
}
.consult_le .myquestion .userimgbox{
	overflow: hidden;
}
.consult_le .myquestion .userimgbox .img1{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.consult_le .myquestion .userimgbox .pname{
	font-size: 14px;
	color: #999999;
	float: left;
	margin: 5px 0 0 10px;
}

.consult_le .myquestion .userimgbox .ptime{
	font-size: 12px;
	color: #744F3D;
	float: left;
	margin: 7px 0 0 20px;
}
.consult_le .myquestion .userimgbox .num{
	font-size: 12px;
	color: #999999;
	float: left;
	margin: 7px 0 0 20px;
}

.consult_le .usermsg .ptitle{
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	margin: 13px 0 18px 0;
}

.imgboxlist{
	height: 80px;
}
.imgboxlist img{
	height: 80px;
	width: 80px;
	border-radius: 6px;
	margin-right: 15px;
	cursor: pointer;
}
.consult_le .usermsg .pdizhi{
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}

.consult_le .teachermsg{
	width: 855px;
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	margin-top: 15px;
	padding-bottom: 25px;
}

.consult_le .teachermsg .msgbox{
	padding: 0 20px 0 25px;
	box-sizing: border-box;
}
.consult_le .teachermsg .msgbox .te_img{
	width: 45px;
	height: 45px;
	background: #B5B5B5;
	border-radius: 50%;
	float: left;
}
.consult_le .teachermsg .te_box{
	float: right;
	/* border: 1px solid; */
	width: 745px;
}
.box .p1{
	float: left;
	color: #999999;
	font-size: 14px;
}

.p2{
	float: right;
	font-size: 12px;
	color: #744F3D;
	margin-top: 1px;
}
.consult_le .teachermsg .te_box .p_msg{
	font-size: 16px;
	color: #333333;
	margin: 15px 0;
}
.consult_le .teachermsg .student{
	width: 732px;
	background: #F6F6F6;
	border-radius: 6px;
	padding: 15px 20px;
	box-sizing: border-box;
}
.consult_le .teachermsg .student .wendabox{
	margin-bottom: 10px;
}
.consult_le .teachermsg .student .stu_img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
}
.consult_le .teachermsg .student .stu_msg{
	float: right;
	width: 630px;
	min-height: 55px;
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 5px;
}
/* 问答 */

.qandalist{
	width: 855px;
	background: #FFFFFF;
	box-shadow: 0px 8px 21px 0px rgba(92, 92, 92, 0.13);
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 60px;
	padding: 0 30px 20px 30px;
}
.qandalist .box{
	margin-bottom: 20px;
}
.qandalist .box .wenbox .wen{
	margin-top: 2px;
	width: 745px;
	margin-left: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
}
/* .qandalist .box .wenbox .wen:hover{
	color: #FF6419;
} */
.qandalist .box .dabox{
	margin-top: 10px;
}
.qandalist .box .dabox .da{
	margin-top: 2px;
	width: 745px;
	margin-left: 20px;
	font-size: 14px;
	color: #333333;
}
.qandalist .wd_msg{
	width: 750px;
	float: right;
	height: 60px;
	border-bottom: 1px solid #E5E5E5;
}
.qandalist .wd_msg .msg{
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	background: #EEEEEE;
	border-radius: 6px;
	float: left;
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 13px;
}
.qandalist .wd_msg .ptime{
	margin-top: 15px;
	float: right;
	font-size: 14px;
	color: #999999;
}
/* 问答end */
.consult_ri{
	float: right;
	width: 330px;
}

.consult_ri .loginbox{
	width: 330px;
	height: 93px;
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	padding: 15px 0 0 15px;
	position: relative;
}
.consult_ri .loginbox .img2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.consult_ri .loginbox .imgbox{
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}
.consult_ri .loginbox .imgmsg{
	float: left;
	margin-left: 15px;
	width: 170px;
}
.consult_ri .loginbox .imgmsg .p2{
	font-size: 12px;
	color: #666666;
}
.consult_ri .loginbox .imgmsgbtn{
	margin-top: 15px;
}
.consult_ri .loginbox .btna1{
	width: 97px;
	height: 28px;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	box-shadow: 0px 5px 18px 0px rgba(253, 87, 21, 0.35);
	border-radius: 14px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
}
.consult_ri .loginbox .btna2{
	width: 60px;
	height: 28px;
	background: #EEEEEE;
	border-radius: 14px;
	font-size: 12px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}
.zw_btn{
	width: 78px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	cursor: pointer;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	box-shadow: 0px 5px 18px 0px rgba(253, 87, 21, 0.35);
	border-radius: 15px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px 10px 10px 60px;
}
/* 右侧推荐 */
.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;
	margin-top: 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;
	margin-bottom: 60px;

}
.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;
}
/* 热门资讯end */

.qandalist .btna3{
	width: 207px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFEBE2;
	border-radius: 20px;
	display:inline-block;
	color: #FF6419;
	font-size: 16px;
	margin: 10px auto 0;
}

/* 提问结束 */

.showbox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	text-align: center;
	padding-top: 10%;

}
.imgshow{
	display: none;
}
.showbox .showimgbox{
	position: relative;
}
.pop_box{
	width: 580px;
	height: 335px;
	background: #FFFFFF;
	border-radius: 6px;
	margin: auto;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
/* 弹框 */
.pop_box .close{
	position: absolute;
	right: -45px;
	top: 0;
	cursor: pointer;
	opacity : 0.8;
}

.pop_box .p2{
	color: #FF6600;
	margin-top: 2px;
	font-size: 14px;
}
.pop_box .inputbox{
	width: 100%;
	height: 200px;
	background: #F1F1F1;
	border-radius: 6px;
	margin-top: 15px;
	position: relative;
}

/* 提问 */
.qandashow{
	display: none;
}
.inputbox .twbox{
	width: 100%;
	height: 150px;
}
.pop_box .inputbox .textarea1{
	background: #F1F1F1;
	height: 100%;
	width: 100%;
	border: none;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	resize:none;
	color: #666666;
}
/* 追问 */
.inputbox .zwbox{
	height: 150px;
	width: 100%;
	overflow: hidden;
}
.inputbox .zwbox .p3{
	color: #666666;
	font-size: 14px;
	margin: 10px 0 0 20px;
	text-align: left;
	height: 20px;
}
.pop_box .inputbox .textarea2{
	background: #F1F1F1;
	height: 120px;
	width: 100%;
	border: none;
	padding: 5px 10px 10px 20px;
	box-sizing: border-box;
	resize:none;
	color: #666666;
}


.inputbox  .choosemsg .selectbox{
	border: none;
	width: 99px;
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	border-radius: 6px;
	color: #333333;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.inputbox  .choosemsg{
	background: white;
	height: 40px;
}
.inputbox  .choosemsg  .selectbox .selectul{
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	width: 99px;
	top: 30px;
	height: 100px;
	overflow: auto;
	background: #F1F1F1;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
.se_xiala{
	position: absolute;
	right: 9px;
	top: 13px;
	cursor: pointer;
}
input[type="file"] {
  color: transparent;
}
.inputbox .choosemsg  .selectbox .selectul li{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	background: #F1F1F1;
	text-align: center;
}
/* .inputbox  .choosemsg  .selectbox .selectul li:hover{
	background: #353754;
} */


.pop_box .inputbox .textarea3{
	background: #F1F1F1;
	height: 110px;
	width: 100%;
	border: none;
	padding: 5px 10px 10px 20px;
	box-sizing: border-box;
	resize:none;
	color: #666666;
}

.pop_box .inputbtn{
	display: flex;
	justify-content: space-around;
	margin-top: 70px;
}

.pop_box .inputbtn .btnp1{
	width: 228px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #FFD8C0;
	border-radius: 20px;
	color: #FF7100;
	font-size: 14px;
	cursor: pointer;
}

.pop_box .inputbtn .btnp2{
	width: 228px;
	height: 40px;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.pop_box .input_img{
	padding: 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	padding-top: 5px;
}
.pop_box  .img_le{
	cursor: pointer;
	margin-top: 13px;
}
.pop_box  .img_ri .sonimg{
	width: 37px;
	height: 37px;
	border-radius: 6px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.pop_box  .img_ri .sonimg .cha{
	position: absolute;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 50%;
	top: -5px;
	right: -5px;
	text-align: center;
	line-height: 12px;
	color: #a5a5a5;
	cursor: pointer;
}
