/*提问*/
.mask_zhuanshu_tc{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.alert_pingjia{
  width: 387px;
  position: fixed;
  right: 4%;
  top: 40%;
  margin-left: -193px;
  margin-top: -187px;
  background: #fff;
  z-index: 9999;
  border-radius: 6px;
  padding: 25px;
}
.alert_pingjia .close{
  display: block;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  background-image: url(/uploads/image/spimages/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.alert_pingjia .title{
 font-size: 18px;
 line-height:20px;
 font-weight: bold;
 color: #333;
 text-align: center;
 position: relative;
}
.alert_pingjia .title:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2px;
  margin-left: -37px;
  width: 75px;
  height: 3px;
  background: #053571;
  opacity: 0.5;
}
.alert_pingjia .textarea_div{
  width: 338px;
  height: 202px;
  margin: 20px auto;
}
.alert_pingjia .textarea_div textarea{
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #666;  
  padding: 15px;
  border: none;
  resize: none;
}
.alert_pingjia .sub{
  width: 336px;
  height: 45px;
  background: #4e9cff;
  border-radius: 23px; 
  font-size: 16px;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
/*专属老师*/
.alert_zhuanshu_tc{
  width: 387px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -193px;
  margin-top: -187px;
  background: #fff;
  border-radius: 6px;
}
.alert_zhuanshu_tc .close{
  display: block;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.alert_zhuanshu_tc .title{
  height: 50px;
  background: #e6f1ff;
  border-radius: 6px 6px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  text-align: center;
}
.alert_zhuanshu_tc .msg_1{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.alert_zhuanshu_tc .msg_2{
  font-size: 14px;
  font-weight: 400;
  color: #4e9cff;
  text-align: center;
}
.pad20{
  padding: 20px;
}
.alert_zhuanshu_tc .weixin_img{
  width: 213px;
  height: 213px;
  display: block;
  margin: 15px auto 0 auto;
}