/*设置默认字体*/
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-touch-callout: none;
}
/* -- form表单 -- */
/* placeholder */
input.input-bd::-webkit-input-placeholder,
textarea.input-bd::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input.input-bd:-moz-placeholder,
textarea.input-bd:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input.input-bd::-moz-placeholder,
textarea.input-bd::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input.input-bd:-ms-input-placeholder,
textarea.input-bd:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/* ----------表单样式---------- */
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common-form-modal .form .input-bd {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
  background: #fff;
}
.common-form-modal .form .input-bd.user-input {
  padding-left: 30px;
  background: #fff url(../images/user.png) 10px no-repeat;
  background-size: 18px 19px;
}
.common-form-modal .form .input-bd.phone-input {
  padding-left: 30px;
  background: #fff url(../images/phone.png) 10px no-repeat;
}
.common-form-modal .form .select-wrap {
  position: relative;
  margin-top: 10px;
}
.common-form-modal .form .select-wrap .input-bd {
  color: #999;
  margin-top: 0px;
}
.common-form-modal .form .select-wrap .input-bd.selected {
  color: #666;
}
.common-form-modal .form .select-wrap.active .input-bd:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.common-form-modal .form .select-wrap.active .select-dropdown {
  display: block;
}
.common-form-modal .form .select-wrap.w50 {
  width: 48%;
}
.common-form-modal .form .select-wrap .input-bd {
  padding: 0 30px 0 10px;
  position: relative;
}
.common-form-modal .form .select-wrap .input-bd:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  top: 18px;
  right: 10px;
  background: url(../images/Triangle.png) no-repeat;
  background-size: 12px 7px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.common-form-modal .form .select-wrap .select-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 35;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 180px;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list.select-list-school {
  width: 50%;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option {
  background: #fff url(../images/arrow.png) top 12px right 10px no-repeat;
  background-size: 5px 7px;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option:hover {
  background: #fff url(../images/arrow-red.png) top 12px right 10px no-repeat;
  background-size: 5px 7px;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option.active {
  background: #f3f3f3 url(../images/arrow-red.png) top 12px right 10px no-repeat;
  background-size: 5px 7px;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list .option {
  margin: 0;
  line-height: 30px;
  padding: 0px 16px;
  clear: both;
  color: #999;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: default;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list .option:hover {
  color: #e24943;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list .option.active {
  color: #e24943;
  background: #f3f3f3;
}
.common-form-modal .submit-btn {
  height: 46px;
  line-height: 46px;
  background: #e24943;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  display: block;
}
.common-form-modal .submit-btn:hover {
  background: #d64540;
}
.common-form-modal.form-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}
.common-form-modal.form-modal .commonFormPc {
  width: 660px;
  background: #fff url(../images/pic_girl.png) 100% 100% no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -240px;
  margin-left: -330px;
  padding: 40px 50px;
}
.common-form-modal.form-modal .commonFormPc .modal-close-btn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/ico-close.png) top 15px left 15px no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}
.common-form-modal.form-modal .commonFormPc .form {
  float: left;
  width: 270px;
}
.common-form-modal.form-modal .commonFormPc .form .tit-con {
  border-bottom: 1px solid #e24943;
  text-align: center;
  margin-bottom: 20px;
}
.common-form-modal.form-modal .commonFormPc .form .tit-con .tit {
  display: inline-block;
  font-size: 20px;
  color: #e24943;
  font-weight: 600;
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: 13px;
}
.common-form-modal.form-modal .commonFormPc .promise {
  font-size: 12px;
  color: rgba(18, 18, 18, 0.7);
  margin-top: 10px;
}
.common-form-modal.form-float {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 0;
}
.common-form-modal.form-float .form {
  text-align: center;
}
.common-form-modal.form-float .form .input-bd,
.common-form-modal.form-float .form .select-wrap,
.common-form-modal.form-float .form .submit-btn {
  display: inline-block;
  width: 150px;
  text-align: left;
  margin-top: 0;
}
.common-form-modal.form-float .form .input-bd.school-select-wrap,
.common-form-modal.form-float .form .select-wrap.school-select-wrap,
.common-form-modal.form-float .form .submit-btn.school-select-wrap {
  width: 270px;
}
.common-form-modal.form-float .form .input-bd.school-select-wrap .input-bd,
.common-form-modal.form-float .form .select-wrap.school-select-wrap .input-bd,
.common-form-modal.form-float .form .submit-btn.school-select-wrap .input-bd {
  width: 100%;
}
.common-form-modal.form-float .form .submit-btn {
  text-align: center;
}
.common-form-modal.form-float .form .select-wrap .select-dropdown {
  top: auto!important;
  bottom: 70px!important;
}
