
/*设置默认字体*/
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-touch-callout: none;
}
/* ----------表单样式---------- */
.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.commonFormPC {
  margin-top: -78px;
  padding: 0 0 30px 40px;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px #fbf3f4;
}

.commonFormPC .form{
  position: relative;
}
.commonFormPC .form-Tit{
  padding: 50px 0 40px 0;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.commonFormPC .input-bd {
  margin-bottom: 20px;
  margin-right: 15px;
  display: block;
  width: 300px;
  height: 50px;
  background: #f6f6f6;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  outline: none;
  -webkit-appearance: none;
}
.commonFormPC .select {
  line-height: 50px;
  background: #f6f6f6 url("../images/Triangle.png") right 0.2rem center no-repeat;
  background-size: 12px 8px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.commonFormPC .order-btn {
  width: 300px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  line-height: 50px;
  overflow: hidden;
  font-size: 18px;
  background:-webkit-linear-gradient( right,#fd5654,#ff324d);
  background:-o-linear-gradient( right,#fd5654,#ff324d);
  background:-moz-linear-gradient( right,#fd5654,#ff324d);
  background:linear-gradient(to right,#fd5654,#ff324d);
  text-align: center;
  cursor: pointer;
}
.commonFormPC .promise {
  font-size: .22rem;
  color: #999;
  text-align: center;
  margin-top: .15rem;
}
.commonFormPC .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20000;
}

.commonFormPC .school-select-container {
  width: 40%;
  position: absolute;
  z-index: 99;
  top: 246px;
  left: 316px;
  background: white;
}

.commonFormPC .school-select-container .cont {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  height: 3rem;
  border-top: 1px solid #EBECF1;
  border-left: 1px solid #EBECF1;
}
.commonFormPC .school-select-container .cont .item {
  text-align: center;
  line-height: 50px;
}
.commonFormPC .school-select-container .cont .district {
  width: 50%;
  float: left;
  height: 100%;
  overflow-y: scroll;
}
.commonFormPC .school-select-container .cont .district .selected {
  background: #F7F7F7;
  color: #ff203d;
}
.commonFormPC .school-select-container .cont .school {
  margin-left: 50%;
  background: #F7F7F7;
  height: 100%;
  overflow-y: scroll;
}
.commonFormPC .school-select-container .cont .school .selected {
  color: #ff203d;
}
.commonFormPC .school-select-container .btn-cont {
  border: 1px solid #EBECF1;
  padding: .1rem;
}
.commonFormPC .school-select-container .btn-cont .btn {
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 30px;
  background-color: #e24943;
  border-radius: 100px;
}
.commonFormPC .school-select-container .btn-cont .btn.disable {
  background: #CCC;
}
.commonFormPC .success-modal {
  width: 5.6rem;
  padding:1rem 0;
  height: auto;
  background: white;
  border-radius: .16rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
}
.commonFormPC .success-modal .close-icon {
  position: absolute;
  right: .15rem;
  top: .15rem;
  display: block;
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  background: url("../images/ico-close.png") no-repeat center;
  background-size: .32rem .32rem;
}
.commonFormPC .success-modal .success-icon {
  width: 1rem;
  height: 1rem;
  background: url("../images/right.png") no-repeat;
  background-size: 100%;
  margin:auto;
}
.commonFormPC .success-modal .modal-title {
  font-size: .36rem;
  color: #111111;
  margin-top: .5rem;
}
.commonFormPC .success-modal .modal-hint {
  font-size: .3rem;
  color: #666666;
  margin-top: .2rem;
}


/* ----------- loading样式------------- */
#loadingToast{
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 200;
}
#loadingToast .gif-loading{
  z-index:203;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:1.4rem;
  height:1.4rem;
  background:url(../images/mobile-loading.gif) center center no-repeat;
  background-size: 1.4rem 1.4rem;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}