@charset "utf-8";
/* ----------重置样式---------- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
legend,
button,
input,
textarea,
label,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dd,
dl,
dt,
ul,
ul li {
  list-style: none;
  display: block;
}
/*设置默认字体*/
: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 h3{
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.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;
  background-size: 13px 20px;
}
.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: #36abee;
}
.common-form-modal .form .select-wrap .select-dropdown .select-list .option.active {
  color: #36abee;
  background: #f3f3f3;
}
.common-form-modal .submit-btn {
  height: 46px;
  line-height: 46px;
  background: #2f395a;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
.common-form-modal .submit-btn:hover {
  background: #fdc11d;
}
.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 #36abee;
  text-align: center;
  margin-bottom: 20px;
}
.common-form-modal.form-modal .commonFormPc .form .tit-con .tit {
  display: inline-block;
  font-size: 20px;
  color: #36abee;
  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: 1000px;
  margin: 30px auto 0;
  /* 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;
  width: 432px;
}
/* .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 .group .input-bd{
    margin-bottom: 16px;
    display: block;
    width: 100%;
    height: 48px;
    /* background: #f0f2f4; */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    /* color: #615b6f; */
    outline: none;
    -webkit-appearance: none;
    /* border: none; */
}
.common-form-modal.form-float .form .select-wrap{
  width: 100%;
  margin-bottom: 16px;
  margin-top: 0;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  /* border: 1px solid #ddd; */
}
.common-form-modal.form-float .form .select-wrap .input-bd{
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  padding: 0 30px 0 10px;
  border: 1px solid #ddd;
}
.common-form-modal.form-float .form .group .select-wrap{
  width: 211px;
}

/* .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;
  cursor: pointer;
  margin-top: 0;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(54,171,238,.2);
}
.common-form-modal.form-float .form .select-wrap .select-dropdown {
  top: auto!important;
  bottom: 48px!important;
}
.common-form-modal.form-float .form .select-wrap .select-dropdown .select-list .option{
  line-height: 48px;
  font-size: 16px!important;
  text-align: left;
}
.common-form-modal.form-float .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option {
  background: #fff url(../images/arrow.png) top 20px right 10px no-repeat;
  background-size: 5px 7px;
}
.common-form-modal.form-float .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option:hover {
  background: #fff url(../images/arrow-red.png) top 20px right 10px no-repeat;
  background-size: 5px 7px;
}
.common-form-modal.form-float .form .select-wrap .select-dropdown .select-list.select-list-school:nth-child(1) .option.active {
  background: #f3f3f3 url(../images/arrow-red.png) top 20px right 10px no-repeat;
  background-size: 5px 7px;
}