<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.register-pop{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53,53,59,.8);
    z-index: 201;
}

.register-wrap{
    width: 5.88rem;
    height: 7.26rem;
    background: #ffffff;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 .22rem;
}

.register-wrap .popup-close {
    height: .28rem;
    width: .28rem;
    background: url(../images/icon_close.png)center no-repeat;
    background-size: cover;
    position: absolute;
    right: .26rem;
    top: .24rem;
    display: block;
}

.register-wrap&gt;div.logo{
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/loginphoto.png)center no-repeat;
    background-size: cover;
}

.register-wrap&gt;p.texts{
    font-size: .28rem;
    color: #F89714;line-height:.4rem;
    text-align: center;
    height: .4rem;margin-top:0.8rem;
    display: block;
    width: 100%;
   
}

/*è¾“å…¥æ¡†*/
.register-wrap .phones-int,.register-wrap .verifi-int,.register-wrap .goin-int{
    width: 100%;
    height: .75rem;
    background: #fff;
    border: .02rem solid rgba(237,237,237,1);
    margin-top: .24rem;
    border-radius: .04rem;
    overflow: hidden;
    position: relative;
}

.phones-int&gt;input,.verifi-int&gt;input{
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    text-indent: .32rem;
    font-size: .24rem;
}

.verifi-int&gt;div.codes-show{
    padding: 0 .3rem;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: .71rem;
}

.verifi-int .codes-show&gt;input{
    border: none;
    display: block;
    height: 100%;
    line-height: .71rem;
    font-size: .28rem;
    color: #4B4B50;
    background: none;
    cursor: pointer;
}

.register-wrap .goin-int{
    background: #007aff;
    text-align: center;
    line-height: .75rem;
    border: none;
    color: #ffffff;
    font-size: .28rem;
}

.register-wrap&gt;p.texts01{
    text-align: left;
    width: 100%;
    display: block;
    font-size: .24rem;
    color: #A1A1A1;
    height: .74rem;
    line-height: .74rem;
}
.register-wrap .icons{width:100%;display: flex;justify-content: center;}
.register-wrap .icons&gt;a.QQ-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #007aff url(../images/img-qq-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}
.register-wrap .icons&gt;a.wechat-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #24bf37 url(../images/img-wechat-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}
.register-wrap .icons&gt;a.phone-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #ff9100 url(../images/img-phone-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}

.register-wrap&gt;p.texts02{
    text-align: center;
    width: 100%;
    display: block;
    font-size: .24rem;
    color: #A1A1A1;
    height: .34rem;
    line-height: .34rem;
    margin-top: .24rem;
    margin-bottom: .2rem;
}

/*ç™»å½•æ³¨å†Œå¼¹çª—å¢žåŠ&nbsp;å›¾å½¢éªŒè¯ç&nbsp;*/
.register-wrap .code-input{
    display: block;
    width: 100%;
    height: .75rem;
    margin-top: .24rem;
}

.register-wrap .code-input&gt;input{
    float: left;
    width: 65.81197%;
    height: 100%;
    display: block;
    font-size: .24rem;
    text-indent: .32rem;
    border: .01rem solid #ECECF0;
}

.register-wrap .imgCode img{
    vertical-align: top;
    width: 31.33903%;
    height: 100%;
    margin-left: 2.849%;
}</pre></body></html>