<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
    height: 190px;
    background: #27CFC1;
    position: relative;
}
.header .headerImg{
    width: 110px;
    height: 110px;
    background: url(/contents/images/icon/registerHeader.png) no-repeat center/100%;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -55px;
    z-index: 1;
}
/*.header .headerImg img{*/
    /*width: 83.5px;*/
    /*height: 83.5px;*/
    /*margin: 13.25px;*/
    /*border-radius: 50%;*/
/*}*/
.inputWarp{
    margin: 18px 6.26% 0 6.26%;
    position: relative;
    height: 280px;
}
.inputLine{
    position: relative;
}
.inputWarp input[type=tel],.inputWarp input[type=text]{
    height: 49px;
    width: 88%;
    padding-left: 12%;
    border: none;
    border-bottom: 1px solid #E1E1E2;
}
.loginIcon{
    position: absolute;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    top: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.loginIconLeft{
    left: 3%;
}
.loginIconRight{
    right: 3%;
}
.loginIcon1{
    background-image: url(/contents/images/icon/loginIcon1.png);
}
.loginIcon2{
    background-image: url(/contents/images/icon/loginIcon2.png);
}
.loginIconPass{
    background-image: url(/contents/images/icon/loginPass.png);
}
.loginIconEyeOpen{
    background-image: url(/contents/images/icon/loginEyeOpen.png);
    background-position-y: center;
}
.loginIconEyeClose{
    background-image: url(/contents/images/icon/longinEyeClose.png);
    background-position-y: center;
}
.loginIconClean{
    background-image: url(/contents/images/icon/loginClean.png);
}
.getBtn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 74px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
    background: #27CFC1;
}
.button{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    margin-top: 70px;
    border-radius: 2px;
}
.agreeWarp{
    display: block;
    margin-top: 15px;
    color: #C1C1C1;
}
.agreeWarp .agree{
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
    -webkit-appearance: none;
    background: url(../images/icon/checkedLogin2.png) no-repeat center/100%;
    border:none;
}
.agreeWarp .agree:checked{
    background: url(../images/icon/checkedLogin1.png) no-repeat center/100%;
}
.agreeWarp span{
    color: #27CFC1;
}



/*----*/
.revealBtn{
    margin: 44px auto 0;
}
.revealInfo{
    position: absolute;
    top: 135px;
    left: 0;right: 0;
}
.revealInfo .errImg{
    width: 350px;
    height: 265px;
    margin: 0 auto;
}
.revealInfo .errImg img{
    width: 100%;
    height: 100%;
}
.revealBtn{
    margin: 44px auto 0;
}


/* 权利声明 */
.text-center{
    text-align: center;
}

.copyright{
    margin-top: 14px;
}

.copyright  p{
    font-size:9px;
    color: #999;
    margin-bottom:7px;
}

.copyright .logo{
    margin-top:10px;
}

.copyright .logo img{
    display: inline-block;
    width:32px;
    height:32px;
    border:2px solid rgba(0,0,0,.1);
    border-radius: 50%;
    /*background-color: rgba(0,0,0,.3);*/
}

.copyright .logo .sharing{
    margin-left:10px;
}</pre></body></html>