﻿@charset "utf-8";
.form-horizontal .has-feedback .form-control-feedback {
    /* right: -20px;
  top: 10px;*/
}
/*错误提示颜色*/
.has-error .help-block {
  color: #e90037;
}
/*错误信息的位置*/
.help-block {
    /*position: absolute;
  left: 395px;
  top: 3px;
 float:left*/
    width:100%;
    text-align:left;
}
.form-control {
  height: 38px;
  font-size: 13px;
  border-color: #d6e1e5;
  color: #364347;
}
.form-control:focus {
  border: 1px solid #b5e1ff;
}
.has-error .form-control {
  border-color: #e90037;
  -webkit-box-shadow: 0 0 0 0 ;
  -moz-box-shadow: 0 0 0 0 ;
  box-shadow: 0 0 0 0 ;
}
.has-error .form-control:focus {
  border-color: #e90037;
}
.form-group {
  margin-bottom: 26px;
  /*信息提示*/
  /*选中的公共样式*/
  /*性别选择*/
  /*学历选择*/
  /*出生日期*/
  /*注册类型*/
}
.form-group em {
  min-width: 155px;
  padding-left: 20px;
  font-size: 13px;
  font-style: inherit;
  background: url("../images/wrong.png") left 1px no-repeat;
  text-align: left;
}
.form-group span.ok {
  width: 15px;
  height: 15px;
  display: block;
  background: url("../images/ok.png") left top no-repeat;
}
.form-group span.ok:before {
  content: normal;
}
.form-group span.ts {
  width: 155px;
  display: block;
  position: absolute;
  left: 395px;
  top: 10px;
  font-size: 13px;
  color: #93a4aa;
  text-align: left;
}
.form-group .col-sm-5 ul > li:hover {
  border-color: #568eff;
}
.form-group .col-sm-5 ul > li.on {
  border-color: #33d800;
  background: url("../images/now.png") right top no-repeat;
}
.form-group.sex ul > li {
  float: left;
  text-align: center;
  border: 1px solid #d6e1e5;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 174px;
  cursor: pointer;
}
.form-group.sex ul > li:first-of-type {
  margin-right: 18px;
}
.form-group.edu ul > li {
  float: left;
  text-align: center;
  border: 1px solid #d6e1e5;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 53px;
  margin-left: 8px;
  cursor: pointer;
}
.form-group.edu ul > li:first-of-type {
  margin-left: 0px;
}
.form-group.edu ul > li.col-sm-2 {
  padding: 0;
}
.form-group.birth select.form-control {
  width: 124px;
  float: left;
  overflow: scroll;
}
.form-group.birth select.form-control:first-of-type {
  margin-right: 18px;
}
.form-group label {
  font-size: 14px;
  color: #364347;
  font-weight: 400;
}
.form-group label span.must {
  padding-left: 28px;
  background: url("../images/must.png") left 3px no-repeat;
}
.form-group select.form-control {
  cursor: pointer;
}
.form-group .zc-style {
  padding-top: 8px;
}
.form-group .zc-style h2 {
  font-weight: 700;
  color: #364347;
  font-size: 18px;
  text-align: left;
}
/*弹框*/
.modal-dialog {
  width: 458px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.modal-dialog .modal-body {
  position: absolute;
  left: 50%;
  margin-left: -92px;
  top: -72px;
  width: 184px;
  height: 184px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 147px;
  z-index: -1;
}
.modal-dialog .modal-body i {
  color: #33D700;
  font-size: 77px;
}
.modal-dialog .close {
  font-size: 26px;
  color: #565F70;
  opacity: 1;
  position: absolute;
  right: 23px;
  top: 27px;
}
.modal-dialog .content1 {
  width: 220px;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 50px;
  color: #364347;
}
.modal-dialog .content1 p {
  font-size: 22px;
  font-weight: 700;
}
.modal-dialog .content1 img {
  width: 220px;
  height: 220px;
  margin: 15px auto;
}
.modal-dialog .content1 h4 {
  font-size: 30px;
  padding-bottom: 10px;
}
.modal-dialog .content1 h6 {
  font-size: 16px;
}
.modal-dialog .content1 h6 span {
  font-weight: 700;
}
.modal-dialog .content2 .p1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.modal-dialog .content2 .p2 {
  font-size: 17px;
  color: #4561EC;
  text-align: center;
  margin-top: 35px;
  font-weight: 400;
}
.modal-dialog .content2 h3 {
  font-size: 35px;
  color: #4561EC;
  font-weight: 900;
  text-align: center;
}
.modal-dialog .content2 h6 {
  font-size: 15px;
  line-height: 20px;
}
.modal-dialog .content3 .p1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.modal-dialog .content3 .p2 {
  font-size: 36px;
  text-align: center;
  margin-top: 5px;
}
.modal-dialog .content3 h5 {
  font-size: 36px;
  color: #4561EC;
  text-align: center;
  margin-top: 55px;
  font-weight: 400;
}
.modal-dialog .content3 h3 {
  font-size: 72px;
  color: #4561EC;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 10px;
}
.modal-dialog .content3 h6 {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.modal-dialog .content3 p.iconfont {
  margin-top: 15px;
  text-align: center;
}
.modal-dialog .content3 p.iconfont a {
  color: #A3A9AF;
  font-size: 30px;
}
/*弹框弹出后整个body的*/
body.modal-open {
  padding-right: 0px !important;
  overflow: inherit;
}
.main .form2 {
  margin-top: 0;
}
/*.main .form2 .btn {
  margin-left: -95px;
}*/
.main .form2 {
  padding-bottom: 50px;
}
.form-group .place {
    width: auto;
}

 .form-group .place select.form-control {
    width: auto;
   float: left;
   margin-left: 3px;
   padding: 6px 10px;
}

 .form-group .place select.form-control:first-of-type {
     margin-left: 0;
     margin-right: 0 !important;
 }
.col-sm-5 {
    text-align: left;
}


.place .col-lg-5 {
    padding-right: 0;
    margin-left: 15px;
    padding-left: 0;
    width:auto;
}

    .place .col-lg-5:first-of-type {
        margin-left: 0;
    }

.form-horizontal .place .has-feedback .form-control-feedback {
    position: inherit;
    right: 0;
    float: left;
}



 
.yzm .form-control{
width:auto;
float:left;
}

.yzm .addon{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-horizontal .has-feedback .icon .form-control-feedback {
    right: -33px;
}