
/*模式内容*/
.signup,.checkin{width: 7.1rem;margin:0 auto;background: #fff;border-radius: 0.08rem;margin-bottom: 0.3rem;padding-bottom: 0.3rem;}
h3{padding: 0.22rem 0;text-align: center;background: #e37b1c;border-top-left-radius:0.08rem;border-top-right-radius:0.08rem;height: 0.38rem;margin-bottom: 0.3rem;}
h3 img{display: inline-block;height: 0.38rem;}
dl{padding:0 0.6rem;}
dl dt{font-size:14px;line-height: 26px;color:#cf7916;font-weight: bold;}
dl dd{font-size:12px;line-height: 20px;color: #313131;}
/*地图*/
/*表单*/
.form{margin: 0 0.2rem 0.3rem;background: #ffffff;border-radius: 0.08rem;}
.form p{margin-bottom:0.2rem;font-size: 14px;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:34px;line-height: 34px;padding-left:30px;font-size: 14px;}
.form form .name input{background: url(../../images/icon8.png) no-repeat 7px center;background-size: 0.34rem auto;}
.form form .tel input{background: url(../../images/icon9.png) no-repeat 7px center;background-size: 0.34rem auto;}
/*表格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;}