html,body{
  margin: 0 auto;
  height:100%;
  color: #333;
}
body,p,h1,h2,h3,h4,h5,h6,span,label{
  font-family: 微软雅黑, serif !important;
}
*{
  padding: 0;
  margin: 0;
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
a,a:hover{
  text-decoration: none;
}
.clear{
    clear: both;
}
hr{
    height: 0;
    margin: 15px auto;
    margin: 1.5rem auto;
    overflow: hidden;
    clear: both;
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #dddddd;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.hidden{
    display: none;
}
body{
    /*background: #eee;*/
    background: #fff;
    min-width: 1100px;
}
/*main*/
.container{
    margin: 0;
    width: 899px;
    font-size: 12px;
    color: #333;
    min-height: 500px;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
    /*border: 1px solid #dddddd;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.container-header{
  height: 40px;
  width: 960px;
  margin: 0 auto;
}
.container-header h3{
  margin-left: 20px;
  color: #666;
  font-size: 20px;
  font-weight: normal;
}
.register-title {
    width: 960px;
    height: 40px;
    margin: 0 auto;
}
.register-title .pross {
  position: relative;
  background: #ddd;
  float: left;
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
    text-align: center;
}

.register-title .only-process {
    position: relative;
    background: #ddd;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.register-title .only-process .index {
    background: #999;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.register-title .pross .index {
  background: #999;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.register-title .pross .pross-dir {
  background: #ddd;
  position: absolute;
  top: -17px;
  right: -19px;
}
.register-title .pross .pross-dir .outside,
.register-title .pross .pross-dir .inside {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 22px;
}
.register-title .pross .pross-dir .outside {
  border-color: transparent transparent transparent #f8f8f8;
}
.register-title .pross .pross-dir .inside {
  border-color: transparent transparent transparent #ddd;
  margin-left: -47px;
}
.register-title .pross-ok {
  /*background: #7ac23c;*/
    background: #0099e2;
  color: #fff;
}
.register-title .pross-ok .index {
  background: #fff;
  /*color: #7ac23c;*/
    color: #0099e2;
}
.register-title .pross-ok .pross-dir {
  background: #ddd;
}
.register-title .pross-ok .pross-dir .outside {
  border-color: transparent transparent transparent #f8f8f8;
}
.register-title .pross-ok .pross-dir .inside {
  /*border-color: transparent transparent transparent #7ac23c;*/
  border-color: transparent transparent transparent #0099e2;
}
.register-title .pross-ok .pross-dir-bg {
  background: #0099e2;
}
.bind-mobile {
  margin-top: 30px;
}
.bind-mobile ul {
  width: 100%;
  float: left;
}
.bind-mobile ul li {
  padding-left: 70px;
  display: block;
  list-style: none;
  padding-top: 14px;
  vertical-align: middle;
  font-size: 1.166em;
  color: #333;
}
.bind-mobile ul li span {
  display: inline-block;
  vertical-align: middle;
}
.bind-mobile ul li em,
.bind-mobile ul li i {
  font-style: normal;
}
.bind-mobile ul p{
  opacity: 0;
  font-size: 12px;
  color: #2592e0;
  margin: 4px auto;
  width: 270px;
}
.bind-mobile .info {
  margin:26px auto 0;
  text-align: left;
}
.bind-mobile .info li a{
  margin-left: 272px;
}
.bind-mobile .info input,select {
  border: 1px solid #ccc;
  width: 298px;
  height: 38px;
  line-height: 38px;
  padding-left: 5px;
  font-size: 14px;
  color: #888;
}
.bind-mobile .info input{
  width: 291px;
}
.bind-mobile .info input:focus,select:focus {
  color: #333;
  border: 1px solid #8dafe6;
}
.bind-mobile .info .tit {
  display: inline-block;
  width: 272px;
  padding-right: 5px;
  text-align: right;
}
.bind-mobile .info input.yanzhengma{
  width: 120px;
}
.bind-mobile .info img{
  vertical-align: top;
  width: 150px;
  height: 40px;
  background-color: #333;
  margin-left: 20px;
}
.bind-mobile .info .code {
  width: 168px;
}
.bind-mobile .info .button {
  text-align: center;
  text-decoration: none;
  background-color: #2592e0;
  color: #fff;
  width: 300px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  margin-top: 10px;
  margin-left: 4px;
}
.bind-mobile .info .button:hover{
  background-color: #2e6da4;
  transition: all .2s;
}
/*second css*/
.huoqu{
  width: 120px !important;
  margin-left: 36px;
  font-size: 16px;
  color: #fff !important;
  background-color: #2592e0;
}
.huoqu:hover{
  background: #2e6da4;
  transition: all .2s;
}
/*finish css*/
.finish-content{
  width: 960px;
  margin: 80px auto 0;
}
.finish-mid{
  /*width: 960px;*/
  height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.finish-mid img{
  margin-right: 10px;
}
.bind-mobile .button-finish a{
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  width: 200px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color:#2592e0 ;
}
.bind-mobile .button-finish a:hover{
  background-color: #2e6da4;
  transition: all .2s;
}

h3{
	font-size: 18px !important;
	color: #666666;
}
.Security{
    width: 899px !important;
    font-size: 18px;
    line-height: 48px;
    /*background-color: #f1f1f1;*/
    background-color: #ffffff;
    overflow: hidden;
    margin: 0;
    min-width: 800px;
}
table tbody tr td input{
  height: 28px;
  margin-left: 10px;
  width: 180px;
}
.btn_common_s{
    margin-top: 20px;
	margin-bottom: 15px;
}


/*注册公用样式*/

#title p{
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    width: 96%;
}
.container-main{
    width: 460px;
    margin: 0 auto;
}
.container-main .main-block{
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    position: relative;
}
.container-main label{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
}
/*.container-main .main-block span{*/
    /*font-size: 24px;*/
/*}*/
.container-main .main-block span.tips{ color: #ee7411; font-size: 12px; position: absolute; top: -8px; right: 0;}
.container-main input, .container-main select{
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.container-main input:-moz-placeholder{
    color: #ccc;
}
.container-main input::-moz-placeholder{
    color: #ccc;
}
.container-main input::-webkit-input-placeholder{
    color: #ccc;
}
.container-main input:-ms-input-placeholder{
    color: #ccc;
}
.container-main .main-block .wideInput{
    float: left;
    width: 250px;
    height: 38px;
    line-height: 38px;
}
.container-main .main-block .right-img{
    height: 38px;
    width: 175px;
    margin-left: 20px;
    float: left;
    background: #e6e6e6;
    transition: all .3s;
}
.container-main .main-block .right-img:hover, .container-main .main-block .right-img:focus{
    background: #ddd;
    cursor: pointer;
}
.container-main .agree-checkbox{
    height: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.container-main .agree-checkbox input{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
}
.container-main .agree-checkbox a{
    color: #0e90d2;
}
.container-main .agree-checkbox a:hover, .container-main .agree-checkbox a:focus{
    color: #095f8a;
}
.container-main .register-btn input{
    background: #0e90d2;
    color: #fff;
    transition: all .3s;
    border: 1px solid #0e90d2;
}
.container-main .register-btn-disabled input{
    background: #999;
    color: #fff;
    transition: all .3s;
    border: 1px solid #999;
}
.container-main .register-btn input:hover, .container-main .register-btn input:focus{
    background: #0c79b1;
    border: 1px solid #0c79b1;
    cursor: pointer;
}
/*注册流程---实名认证样式*/
.important-remind{
    background-color: #fbccca;
    border: 1px solid #de5d57;
    margin: 0 auto 30px;
}
.important-remind .remaind-text{
    font-size: 14px;
    padding: 5px;
    line-height: 24px;
}
.confirm-ways{
    margin-top: 20px;
}
.confirm-ways h4{
    color: #fff;
    font-size: 16px;
    background: #1492ff;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    margin-bottom: 20px;
}
.confirm-ways h5{
    font-size: 12px;
    color: #ff8b00;
    display: inline-block;
    margin-left: 250px;
}
.confirm-ways h5 span{
    color: red;
}
.confirm-ways .confirm-way-panel{
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 20px;
}
.confirm-ways .confirm-way-panel:hover{
    background: #f5f5f5;
}
.confirm-left{
    width: 350px;
    float: left;
    padding-left: 70px;
}
.confirm-left h2{
    line-height: 20px;
    margin-bottom: 20px;
}
.confirm-left p{
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.confirm-way-panel>span{
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    color: #1492ff;
}
.confirm-alipay{
    background: url("../images/register/m_zfb.png") no-repeat left center;
}
.confirm-xc{
    background: url("../images/register/m_bsdt.png") no-repeat left center;
}
.confirm-face{
    background: url("../images/register/m_srrz.png") no-repeat left center;
}
.confirm-IDcard{
    background: url("../images/register/m_sfzrz.png") no-repeat left center;
}
.confirm-sb{
    background: url("../images/register/m_sb1.png") no-repeat left center;
}
.confirm-gjj{
    background: url("../images/register/m_gjj.png") no-repeat left center;
}
.confirm-jz{
    background: url("../images/register/m_jz.png") no-repeat left center;
}

.confirm-way-panel a{
    color: #fff;
    font-size: 14px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #f37b1d;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 26px 0 0 40px;
}
.confirm-way-panel a:hover, .confirm-way-panel a:focus{
    background: #d85f00;
    cursor: pointer;
}
.primary-register{

}
.primary-register form{
    width: 460px;
    margin: 0 auto;
}
.primary-register form input, .primary-register form select {
    width: 100%;
    height:38px;
    line-height: 38px;
    margin-bottom: 12px;
    padding-left: 10px;
}
.primary-register_pass{

}
.primary-register_pass form{
    width: 460px;
    margin: 0 auto;
}
.primary-register_pass form input, .primary-register_pass form select {
    width: 100%;
    height:38px;
    line-height: 38px;
    margin-bottom: 12px;
    padding-left: 10px;
}
.container-main .register-btn .next-btn{
    background: #ddd;
    color: #333;
    border: 1px solid #bdbdbd;
}
.container-main .register-btn .next-btn:hover, .container-main .register-btn .next-btn:focus{
    background: #ccc;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}
.am-text-sm{
    width: 600px;
}
.am-text-sm h5{
    margin-left: 50px;
}
.am-text-sm li{
    font-size: 12px;
    color: #666;
    width: 450px;
    margin-left: 80px;
    line-height: 20px;
    margin-bottom: 8px;
}
/*注册完成样式*/
.finish-block{
    width: 460px;
    height: 200px;
    margin: 0 auto;
}
.finish-text{
    background: url("../images/register/finish-icon.png") no-repeat left center;
    padding-left: 40px;
    margin-top: 50px;
    min-height: 40px;
}

/*注册完成样式*/
.finish-title{
    width: 460px;
    height: 60px;
    margin: 0 auto;
}

.finish-textarea{
    padding-left: 40px;
    margin-top: 50px;
    min-height: 40px;
}

.finish-textarea textarea{
    width: 100%;
    height: 300px;
    resize:none;
    border: 0;
}

.finish-textarea p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
}

.finish-text p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
}
.link-tip{
    margin-top: 20px;
}
.link-tip p{
    font-size: 14px;
    text-align: left;
    color: #666;
}
.link-tip p a{
    color: #0e90d2;
}
.link-tip p a:hover{
    text-decoration: underline;
    color: #00a9ff;
}

/*安全中心认证流程样式*/
/*.security-body .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width:1100px;
    height: 90px;
    background-color: #22222c;
    z-index: 2;
    color: #ffffff !important;
}
.security-body .Security{
    margin-top: 100px;
}
.security-body  .wide-container{
    padding: 0;
}
.security-body .main-block span{
    font-size: 18px;
    color: #0e90d2;
    font-weight: bold;
    text-align: center;
    margin-left: 100px;
}*/

/*人脸认证弹框样式*/
.ui-widget-overlay{
    background: #666666 !important;
}
#face_recognition_auth{
    display: none;
    margin: 0;
    padding: 0 20px 20px;
    border: none;
    z-index: 10000;
    left: 50%;
    top: 45% !important;
    position:fixed;
    margin-top: -204.5px;
    margin-left: -523px;
    background: #fff;
}
.face_recognition_title{
    height: 48px;
    padding: 10px 20px;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 48px;
}
.face_recognition_title span{
    float: left;
    font-weight: bold;
}
.face_recognition_title a{
    font-size: 30px;
    float: right;
    color: #aaa;
    padding: 0 10px;
}
.face_recognition_title a:hover{
    color: #00a3d2;
    cursor: pointer;
}
#face_recognition_auth img{
    padding: 20px;
}
.main-block .register_switch_span {
    font-size: 16px;!important;
}

.main-block .register_switch_radio {
    margin-left: 10%;
    vertical-align:middle;
    margin-top:-2px;
    margin-bottom:1px;
    width: auto;
}

.main-block .required-indicator{
    color: red;
    padding: 0 5px;
}

.container-main .user_info ul.info p{
    padding: 0px 20px;
    background: #d5eaff;
    font-size: 15px;
    height: 40px;
    color: #1e5f98;
    line-height:40px;
    font-weight:bold;
    width: 880px;
    margin-left: -210px;
}

 .upload-box {
    border: 1px solid #ccc;
    width: 200px;
    display: inline-block;
    height: 120px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding-top: 70px;
    box-sizing: border-box;
    background: url(../images/register/upload-pic.png) no-repeat center 35px #f5f5f5;
    cursor: pointer;
    position: relative;
}

.upload-box .upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    opacity: 0;
    z-index: 4;
}

.upload-box .upload-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 2px 8px;
    box-sizing: border-box;
    background-color: #fff;
}

.main-block .txt-tip {
    vertical-align: top;
    width: 240px;
    min-height: 20px;
    display: inline-block;
    font: normal 12px/16px "Microsoft YaHei";
    color: #ff0000;
    text-align: left;
    margin-left: 8px;
}

