

.pageBigBox{
    width: 100%;
    min-width: 1200px;
    height:580px;
    background: #dae9f0 url("../img/login-bg.png") no-repeat;
    background-size: 100% 580px;
    /*margin-top: 60px;*/
}
@media screen and (max-width: 1300px) {
    .pageBigBox {
        background: #dae9f0 url("../img/login-bg.png") no-repeat center -200px;
        background-size: 1900px 780px;
    }
}
@media screen and (min-width: 1600px) {
    .pageBigBox {
        background: #dae9f0 url("../img/login-bg.png") no-repeat center -200px;
        background-size: 1900px 780px;
    }
}
.pageCenterBox{
    width: 1100px;
    height: 100%;
    margin:0 auto;
}
.pageCenter{
    float: right;
    margin-top: 85px;
    background: #fff;
    width: 270px;
    height: 330px;
    padding:40px ;
}

.iptDom{
    border: 1px solid #e2e2e2;
    background: #fff;
    width: 258px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.iptDom::-webkit-input-placeholder { /* WebKit browsers */
    color:#AAA;
}
.iptDom:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#AAA;
}
.iptDom::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#AAA;;
}
.iptDom:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#AAA;;
}

input::-ms-clear,input::-ms-reveal{
    display:none;
}
input::-webkit-input-safebox-button {
    display: none;
}
.iptDom.erractive{
    border: 1px solid #FF2626!important;
}
.iptDom.lvactive{
    border: 1px solid #47c88a;
}

.clearOrEye{
    height: 12px;
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -6px;
    display: none;
    z-index: 1;
}
.eyeBox{
    width: 16px;
    height: 10px;
    margin:1px 10px 0 0;
    float: left;
    cursor: pointer;
}
.eyeHui {
    background: url("../img/register-eye.png") no-repeat;
    background-size: 100%;
}
.eyeLv {
    background: url("../img/register-eyeLv.png") no-repeat;
    background-size: 100%;
}
.clearVal{
    float: left;
    width: 12px;
    height: 12px;
    background: url("../img/register-error.png") no-repeat;
    background-size: 100%;
    cursor: pointer;

}
.errTishi{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FF2626;
}
.submit{
    background: #EFEFEF;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
}
.submitClick{
    background: #35D48F;
    color: #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
}
.submitClick:hover{
    background: rgba(53,212,143,.9);
}
.successImg{
    width: 154px;
    height:140px;
    background:  url("../img/register-success.png") no-repeat;
    margin:40px auto 45px;
    background-size: 100%;
}
.successText{
    text-align: center;
    font-size:14px;
    color: #35D48F;
    line-height: 24px;
}
.successText p{
    text-align: center;
}

.navBox{
    position: relative;
}
.navBox .navSaoMa,.navBox .navZhangHao{
    width: 50%;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #333;
}
.navBox .active{
    color: #47c88a;
}
.navBox .navShu{
    position: absolute;
    top:0;
    left: 50%;
    height: 100%;
    background: #e2e2e2;
    width: 1px;
    margin-left:-0.5px;
}
.saoMaImgBox{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.saoMaImgBox .saoMaImg{
    width: 100%;
    height: 100%;
}

.saoMaTextBox .saoMaText{
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #707070;
}
.saoMaTextBox .saoMaTextMagin{
    margin-top: 10px;
}
.saoMaTextBox .saoMaTextLv{
    color: #35d48f;
}
.saoMaTextBox .saoMaTextErr{
    color: #ff3434;
}
.zhuCeBtn{
    float: right;
    font-size: 12px;
    color: #696969;
    cursor: pointer;
    line-height: 12px;
    position: relative;
    bottom: -24px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.zhuCeBtn a{font-size: 12px;color: #696969;}
.zhuCeBtn:hover{
    color: #47c88a;
}
.saoMaCenter .zhuCeBtn{
    bottom: -24px;
}

.zhangHaoCenter{
    margin-top: 40px;
    width: 100%;
}


.login_checkBigBox{
    margin-top:15px;
}
.login_checkBigBox .login_checkBox,.login_checkBigBox .forget_possword{
    font-size: 12px;
    color: #333;
    cursor: pointer;
    line-height: 1;
}
.login_checkBigBox .login_checkBox{
    float: left;
}
.login_checkBigBox .login_checkBox .login_checkLab{
    margin-left: 5px;
    cursor: pointer;
    float: left;

}
#login_check{
    cursor: pointer;
    float: left;
    margin-top: 1px;

}
.login_checkBigBox .forget_possword{
    float: right;
    -webkit-transition: color .3s;
    transition: color .3s;
 }
.login_checkBigBox .forget_possword:hover{
    color: #47c88a;
}


.zhangHaoCenter .zhuCeBtn{
    bottom: 0;
    margin-top: 30px;
}
.saoMaImgBox_tx{
    width: 120px!important;
    height: 120px!important;
    padding: 64px 10px !important;
    border: none!important;
}
.imgYuan{
    border-radius: 50%;
}
.saoMaImg_fail_img{
    filter: Alpha(opacity=20);
    opacity: .2;
}


