/* 用户注册 */
.clearfix:after{
  display: table;
  clear: both;
  content: '';
  font-size: 0;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.top{height: 276px}
.banner{
  height: 470px;
  background: #027a78;
}
.login-tr{
  font-family: SimHei;
  color: #114b54;
  font-size: 18px;
}
.login-tr a{
  color: #114b54;  
  text-decoration: underline;
}
.login-tr a+a{
  margin-left: 20px;
}
.signup-box *{
  box-sizing: border-box;
}
.signup-box{
  margin: auto;
  margin-top: -470px; 
  width: 958px;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.signup-box form{
}

.signup-box-title{
  margin-bottom: 30px;
  padding: 10px 70px;
  height: 90px;
  overflow: hidden;
  background: #e5ebde;
  font-size: 32px;
  font-family: SimHei;
  color: #027a78;
}
.signup-box-title p {
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.signup-box .form-row{
  position: relative;
}

.signup-box .form-row:after{
  content: '';
  display: table;
  clear: both;
  font-size: 0;
}

.form-row .error-tip{
  display:none;
  position: absolute;
  left: 700px;
  margin-left: 10px;
  padding-left: 25px;
  float: left;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #f00;
  background: url('../img/signup_error.svg') no-repeat left center;
  background-size: 20px 20px;
  white-space: nowrap;
}

.signup-box .form-row .input-group{
  position: relative;
  width: 380px;
  float: left;
  margin-bottom: 26px;
}

.signup-box .form-row>label{
  position: relative;
  float: left;
  width: 320px;
  height: 38px;
  line-height: 38px;
  padding-right: 20px;
  text-align: right;
  font-size: 14px;
  color: #000;
}

.signup-box .form-row>label i{
  margin-right: 4px;
  top: 4px; 
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #f00;
  font-style: normal;
}

.signup-box .form-row>label strong{
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  padding-bottom: 10px;
}
.signup-box .form-row select,
.signup-box .form-row input[type='text'],
.signup-box .form-row input[type='password'],
.signup-box .form-row input[type='email']{
  padding-left: 12px;
  width: 380px;
  height: 38px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.signup-box .form-row input.ver-code-input{
  width: 240px;
}
.signup-box .form-row input:focus{
  border-color: #027a78;
  outline: none;
  box-shadow: 0 0 5px #027a78;
}

.signup-box .form-row input.on-error{
  border-color: #ff0000;
  outline: none;
  box-shadow: 0 0 5px #f00;
}

.ver-code-image{
  position: absolute;
  height: 44px;
  width: 102px;
  right: 0;
  top: -5px;
  background: #f00;
}


/* 单选框样式 */
.radio-label{
  position: relative;
  height: 34px;
  line-height: 34px;
}
.radio-label input{
  display: none;
}
.radio-label span{
  padding-left: 5px;
}
.radio-label+.radio-label{
  margin-left: 35px;
}
.radio-label i{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  vertical-align: middle;
}
.radio-label input:checked+i{
  border-color: #027a78;
}
.radio-label input:checked+i:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #027a78;
  border-radius: 6px;
  top: 5px;
  left: 5px;
}

.signup-box button{
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  border-radius: 5px;
  height: 45px;
  width: 380px;  
}
.signup-box button:hover,
.signup-box button:active {
  opacity: 0.6;
}
.signup-box button[type='submit']{
  margin-top: 60px;
  background: #027a78;
  color: #fff;
  font-size: 16px;
}

.signup-box button.j_add_more{
  border: 1px dashed #666;
  color: #000;
  opacity: 0.4;
  background: #efefef;
  font-size: 14px;
}
.signup-box button.j_add_more:hover,
.signup-box button.j_add_more:active {
  opacity: 0.6;
}
.signup-box button.j_add_more img{
  margin-right: 13px; 
  vertical-align: middle;
}

.cross-line{
  background: #ccc;
  width: 958px;
  height: 1px;
  margin: 0 0 20px 0;
}


/* select style */
select{
  display: none;
}
.nice-select{
  display: inline-block;
  width: 380px;
  height: 38px;
  border-color: #ccc;
}
.nice-select.open{
  border-color: #027a78;
  outline: none;
  box-shadow: 0 0 5px #027a78;
  border-radius: 5px 5px 0 0;
}
.nice-select.open .list{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px ;
  box-shadow: 0 0 5px #027a78;
}
.nice-select.j_select_half{
  width: 130px;
}
.select-year .nice-select{
  border: 0;
  text-align: center!important;
}
.select-line{
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  top: 20px;
  left: 50%;
  margin-left: -15px;
}

.nice-select:after{
  display: none;
}
.nice-select:before{
  content: '';
  position: absolute;
  font-size: 0;
  border: 6px solid transparent;
  border-top-color: #777;
  top: 44%;
  right: 9px;
}
.input-group.has-border{
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* 上传缩略图 */
.signup-box .form-row .input-group.img-upload{
  vertical-align: top;
  font-size: 0;
  width: auto;
}
.thumbs{
  font-size: 0;
  display: inline-block;
}
.thumb{
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 130px;
  height: 130px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.thumb.thumb-choose{
  border: 0;
  background: url('../img/signup_upload.png') no-repeat center center;
}
.thumb.thumb-choose:hover{
  opacity: 0.8;
}
.thumb.thumb-choose input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.thumb-del{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background: url('../img/signup_del.png') no-repeat center center;
}
.thumb-del:hover{
  cursor: pointer;
  background: url('../img/signup_del_hover.png') no-repeat center center;
}
