/*表单*/
.form{margin: 0 0.2rem 0.3rem;background: #ffffff;border-radius: 0.08rem;}
.form p{margin-bottom:0.2rem;font-size: 16px;color:#e37b1c;height:40px;line-height: 40px;text-align: center;font-weight: bold;}
.form form{margin:0 0.55rem;width:6rem;}
.form form input{margin-bottom: 8px;width:100%;box-sizing: border-box;border:1px solid #e07100;border-radius: 0.08rem;height:36px;line-height: 36px;padding-left:30px;font-size: 16px;}
.form form .yzm input{width:70%;padding-left: 0.2rem;}
.form form .name input{background: url(../../images/icon8.png) no-repeat 7px center;background-size: 0.36rem auto;}
.form form .tel input{background: url(../../images/icon9.png) no-repeat 7px center;background-size: 0.36rem auto;}
.form form .coolbg{padding-left:0;background: #e37b1c;color: #fff;width: 3rem;border:none;border-radius: 0.08rem;margin: 0.3rem 1.5rem 0.25rem;}

/*表格2*/
select::-ms-expand { display: none; }
.form form .CourseBox select{
  /*将默认的select选择框样式清除*/
  appearance:none;-moz-appearance:none;-webkit-appearance:none;
  width:100%;box-sizing: border-box;border:1px solid #e07100;border-radius: 0.08rem;height:34px;line-height: 34px;font-size: 14px;
  background: url(../../images/sjx.png) no-repeat 5.4rem center;
  background-size:22px auto;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding:0 30px 0 8px;
}
.form form .coolbg{padding-left:0;background: #e37b1c;color: #fff;width: 3rem;border:none;border-radius: 0.08rem;margin: 0.3rem 1.5rem 0.25rem;}

/*老师*/
h3{padding: 0.22rem 0;text-align: center;background: #e37b1c;border-top-left-radius:0.08rem;border-top-right-radius:0.08rem;text-align: center;height: 0.34rem;}
h3 img{display: inline-block;height: 0.34rem;}

.teacher,.team,.banner{margin:0.3rem auto;width: 7.1rem;background:#fff;border-radius: 0.08rem;}
.banner{background: none;}
.banner img{width: 7.1rem;display: block;}
.teacher ul li{text-align:center;width: 50%;float: left;margin-top:0.5rem;}
.teacher ul li a{display: block;}
.teacher ul li a img{ width:2.7rem; height:3.2rem; display:inline-block;}
.teacher ul li a h4{font-size: 16px;color: #3d3d3d;font-weight: bold;line-height: 24px;}
.teacher ul li a p{font-size:14px;line-height: 20px;color: #3d3d3d;}
.teacher .tel{text-align: center;font-size: 16px;color: #3d3d3d;line-height: 40px;font-weight: bold; padding-bottom:0.6rem; }
.team ul{margin:0.4rem 0;}
.team ul li{float: left;width: 33.33%;text-align: center;}
.team ul li img{height: 2.09rem;width:auto;}
.team p{padding:0 0.3rem 0.5rem;font-size: 12px;color: #313131;line-height: 16px;}