﻿@charset "UTF-8";
/*
* header style
* 2017年9月4日16:12:49
*/
.header {
  height: 85px;
  padding: 23px 0 22px;
  font-size: 0;
}

.header .line {
  display: inline-block;
  width: 1px;
  height: 68px;
  margin: 8px 33px 9px 36px;
  background-color: #dddddd;
}

.header .logo-title {
  display: inline-block;
  vertical-align: top;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  font-weight: normal;
}

.header .registed {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
}

.header .registed .link {
  color: #f24645;
}

.header .registed .link:hover {
  text-decoration: underline;
}
.header .nav li{
    float: left;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 9px;
    margin-top: 34px;
    border-right: 2px solid #7a7a7a;
}
.header .nav li:last-child{
    border-right: none;
}
.header .nav li:hover{
    text-decoration: underline;
}
.common {
  width: 100%;
  padding-top: 14px;
  background: url("/passport/images/home/fenge.png") no-repeat center top;
}

.common .flow {
  width: 772px;
  height: 82px;
  margin: 88px auto 86px;
}

.common .form {
  width: 700px;
  margin: 0 auto;
}

.common .form .username, .common .form .yanzheng {
  display: block;
  height: 42px;
  margin-bottom: 48px;
}

.common .form .username .text, .common .form .yanzheng .text {
  display: inline-block;
  width: 93px;
  height: 42px;
  margin-right: 20px;
  line-height: 42px;
  text-align: right;
}

.common .form .username {
  position: relative;
}

.common .form .error {
  position: absolute;
  top: 49px;
  left: 113px;
  color: #f24645;
  padding-left: 20px;
  background: url("/passport/images/home/error.png") no-repeat left center;
}

.common .form .btn_gray {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: #999;
  background-color: #ddd;
  font-size: 16px;
  transition: all .3s;
  cursor:default;
}

.common .form .btn {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #f24645;
  color: #ffffff;
  font-size: 16px;
  transition: all .3s;
}

.common .form .btn:hover {
  background-color: #cc0000;
}

.common .form .submit {
  width: 164px;
  height: 42px;
  margin-left: 113px;
}

.common .form .tel {
  margin-right: 5px;
}

.common .form .yzm {
  display: inline-block;
  height: 40px;
  border: 1px solid #dddddd;
  font-size: 0;
  vertical-align: top;
}

.common .form .yzm input {
  width: 254px;
  padding-left: 9px;
  height: 40px;
  line-height: 40px;
  border: none;
  vertical-align: top;
}

.common .form .yzm .getyzm {
  display: inline-block;
  cursor: pointer;
  width: 116px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  border: none;
  background-color: #f0f0f0;
}

.common .form .newPSD, .common .form .sure {
  display: block;
  position: relative;
  height: 42px;
  margin-bottom: 48px;
  line-height: 42px;
}

.common .form .newPSD .text, .common .form .sure .text {
  display: inline-block;
  width: 130px;
  margin-right: 8px;
  text-align: right;
}

.common .form .newPSD .newPSD-box, .common .form .newPSD .surePSD, .common .form .sure .newPSD-box, .common .form .sure .surePSD {
  display: inline-block;
  width: 228px;
  height: 40px;
  padding-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.common .form .newPSD .newPSD-box .icon, .common .form .newPSD .surePSD .icon, .common .form .sure .newPSD-box .icon, .common .form .sure .surePSD .icon {
  display: inline-block;
display: none\9;
  cursor: pointer;
  width: 21px;
  height: 13px;
  background: url("/passport/images/home/watch.png") no-repeat;
}

.common .form .newPSD .newPSD-box .icon-close, .common .form .newPSD .surePSD .icon-close, .common .form .sure .newPSD-box .icon-close, .common .form .sure .surePSD .icon-close {
  height: 9px;
  background-image: url(/Images/home/close.png);
}

.common .form .newPSD .error, .common .form .sure .error {
  position: absolute;
  top: 45px;
  left: 140px;
  padding-left: 21px;
  background: url("/passport/images/home/error.png") no-repeat left center;
}

.common .success {
  width: 600px;
  margin: 0 auto;
}

.common .success .text {
  width: 140px;
  height: 37px;
  margin: 0 auto 20px;
  padding-left: 52px;
  background: url("/passport/images/home/success.png") no-repeat left center;
}

.common .success .red {
  display: block;
  color: #f24645;
  font-size: 16px;
  font-weight: bold;
}

.common .success .login {
  text-align: center;
}

.common .success .login .btn {
  cursor: pointer;
  width: 164px;
  height: 42px;
  border: none;
  border-radius: 3px;
  background-color: #f24645;
  color: #fff;
  font-size: 16px;
  transition: all .3s;
}

.common .success .login .btn:hover {
  background-color: #cc0000;
}

#username {
  width: 238px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  margin-right: 9px;
  vertical-align: top;
  border: 1px solid #ddd;
}

#newPSD, #sure, #newPSD1, #sure1 {
  height: 100%;
  width: 190px;
  line-height: 40px;
  border: none;
  vertical-align: top;
}

.header .nav li{
    float: left;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 9px;
    margin-top: 34px;
    border-right: 2px solid #7a7a7a;
}
.header .nav li:last-child{
    border-right: none;
}
.header .nav li:hover{
    text-decoration: underline;
}



.wechat{
  margin-top: 40px;
}
.wechat .title{
  width: 874px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #2c7091;
  background: #ebf7fd;
  border: 1px solid #b1cfdd;
}

.wechat .form {
  overflow: hidden;
  width: 894px;
  height: 358px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ddd;
}
.form-title{
  margin: 40px 0 25px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.form-block{
  overflow: hidden;
  width: 348px;
  height: 40px;
  margin: 0 auto 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-block input{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  line-height: 40px;
  border: none;
  outline: none;
}
.form-btn,.form-loading{
  cursor: pointer;
  width: 350px;
  height: 42px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  background: #f24645;
  transition: all .2s;
}
.form-btn:hover{
  background: #c00;
}
.form-loading{
  background: #f29b9b;
}
.signin{
  margin: 10px auto 0;
  width: 350px;
  text-align: right;
}
.signin a{
  display: inline-block;
  padding-right: 16px;
  color: #f24645;
  background: url("/passport/images/login/to.png") no-repeat right center;
}
.signin a:hover{
  text-decoration: underline;
}
.signin-loading{
  height: 22px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 16px;
}
.signin-loading .icon{
  display: inline-block;
  vertical-align: top;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("/passport/images/login/toggle.png") no-repeat 0;
}



/*  */
.getYZM{
  overflow: hidden;
  width: 348px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 auto 10px;
  text-align: left;
}
.yzmNumber {
  border: none;
  line-height: 40px;
  height: 40px;
  width: 234px;
  padding-left: 10px;
  margin-left: 0;
  vertical-align: top;
}
#wechat .yzm-btn {
  cursor: pointer;
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f24645;
  color: #ffffff;
  font-size: 14px;
}
#wechat .yzm-btn-gray {
  cursor: pointer;
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 0 5px 5px 0; 
  font-size: 14px; 
  background-color: #f0f0f0;
  color: #999;
}
#wechat .error {
    border: 1px solid #f24645;
    position: static;
    top: 0px;
    left: 0px;
    padding-left: 0px;
    background: none;
}
.consent {
  position: relative;
  width: 350px;
  margin: 0 auto;
  font-size: 0;
}

.consent .checkbox {
  position: absolute;
  cursor: pointer;
  width: 14px;
  height: 14px;
  left: 0;
  z-index: 10;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.consent .checkbox-box {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border: 1px solid #dddddd;
  vertical-align: top;
  margin-top: 1px;
}

 .consent .checked {
  border: none;
  width: 14px;
  height: 14px;
  background: url("/passport/images/login/checked.png") no-repeat center;
}
.consent .consent-text {
  display: inline-block;
  width: 328px;
  text-align: left;
  font-size: 12px;
}
 .consent .consent-text a {
  color: #00a2ff;
}

.consent .consent-text a:hover {
  text-decoration: underline;
}

.bind{
  width: 350px;
  text-align: right;
  margin: 10px auto 0;
}
.toBind{
  color: #f24645;
}
.toBind .icon{
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 3px;
  width: 14px;
  height: 14px;
  background: url("/passport/images/login/to.png");
}
.toBind:hover{
  text-decoration: underline;
}

.form input::-moz-placeholder{
  color: #999999;
}
.form input::-webkit-placeholder{
  color: #999999;
}
.form input::placeholder{
  color: #999999;
}