
.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;
}

.alertslide {
    box-shadow: 3px 3px 18px #999999;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    z-index: 10;
}

.yanBox .yanIpt{
    width: 168px;
}
.yanBox .massageBtn{
    width: 90px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #EFEFEF;
    color: #999;
}

.yanBox .massageBtn.massageBtnClick{
    background: #35D48F;
    color: #fff;
    cursor: pointer;
}

.yanBox .VoiceBox{
    height: 30px;
    line-height: 30px;
    color: #666;
    min-width: 10px;
    font-size: 12px;
    position: relative;
}
.yanBox .VoiceBox .VoiceBtn{
    color: #007fff;
    text-decoration: underline;
    padding-left: 15px;
    background: url("../img/login-mobile.png") no-repeat left center;
    cursor: pointer;
}
.yanBox .VoiceBox .VoiceTishiBox{
    border: 1px solid #ff7a4d;
    height: 20px;
    position: absolute;
    bottom: -22px;
    left: -80px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    background: #fff9ec;
    white-space: nowrap;
    padding:0 5px;
    z-index: 10;
    display: none;
}
.yanBox .VoiceBox .VoiceSanBox{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff7a4d;
    position: absolute;
    top: -9px;
    left: 100px;
}
.yanBox .VoiceBox .register_VoiceSan{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff9ec;
    position: absolute;
    top: 1px;
    left: -7px;
}
.registerBox{
    padding-top: 35px;
    height: 335px;
}
.registerTop{
    width: 100%;
    background: url("../img/register-tit-line-1.png") no-repeat left top;
    margin-top: 14px;
}
.registerTop.registerTop_avtiveTwo{
    background: url("../img/register-tit-line-2.png") no-repeat left top;
}
.registerTop.registerTop_avtiveThree{
    background: url("../img/register-tit-line-3.png") no-repeat left top;
}

.registerTop .registerTopList{
    float: left;
    color: #a0a0a0;
    margin-top: -15px;
}
.registerTop .registerTopList.textLv{
    color: #47c88a;
}
.registerTop .registerTopOne{
    margin-left: 19px;
}
.registerTop .registerTopOne .registerTopText{
    margin-left: -3px;
}
.registerTop .registerTopTwo{
    margin-left: 64px;
}
.registerTop .registerTopTwo .registerTopText{
    margin-left: -3px;
}
.registerTop .registerTopThree{
    margin-left: 56px;
}
.registerTop .registerTopThree .registerTopText{
    margin-left: 2px;
}
.registerTop .registerTopList .registerTopIcon{
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}

.registerTop .registerTopOne .registerTopIcon{
    background: url("../img/register-tit-1-xz.png") no-repeat;
}
.registerTop .registerTopTwo .registerTopIcon{
    background: url("../img/register-tit-2.png") no-repeat;
}
.registerTop .registerTopTwo .registerTopIcon_active{
    background: url("../img/register-tit-2-xz.png") no-repeat;
}
.registerTop .registerTopThree .registerTopIcon{
    background: url("../img/register-tit-3.png") no-repeat;
}
.registerTop .registerTopThree .registerTopIcon_active{
    background: url("../img/register-tit-3-xz.png") no-repeat;
}

.registerTop .registerTopText{
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}
.phoneBox {
    padding-top: 40px;
}
.yanPasswordBox{
    margin-top: 40px;
}


.register_checkBigBox{
    font-size: 12px;
    line-height: 1;
    margin-top: 16px;
}

.register_checkBigBox .register_checkBox{
    cursor: pointer;
}
.register_checkBigBox .register_checkBox input,.register_checkBigBox .register_checkBox .register_checkLab{
    cursor: pointer;
}
#register_check,#register_check2,.register_checkLab{
    float: left;
}
#register_check,#register_check2{
    margin-top: 1px;
    margin-right: 5px;
}

.register_checkBigBox .duiaXieyi{
    color: #007fff;
    margin-left: 5px;
    cursor: pointer;
}

.register_login{
    float: right;
    margin-top: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
}
.register_login a{
    display: block;
    height: 14px;
    text-align: right;
    font-size: 12px;
    color: #696969;
}
.register_login:hover{
    color: #35d48f;
}
