<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
æ–°ç‰ˆç™»å½•é¡µæ&nbsp;·å¼
*/
/*header*/
.user-auth{background:#FFF;}
.login_header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.32rem;
    max-height: 132px;
    background: #F3F3F3;
    color: #333333;
}
.login_header .caption, .login_header .wrap {
    position: relative;
    height: 100%;
}
.login_header .arrow-left {
    width: 16%;
}
.login_header .left {
    left: 0;
}
.login_header .hbtn {
    position: absolute;
    top: 0;
    height: 100%;
}
.login_header .arrow-left img {
    margin-left: .4rem;
    width: 0.3rem;
    margin-top: -10%;
}
.login_header .caption {
    margin: 0 16.2%;
}
.login_header .caption {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .54rem;
}
/*header*/
/*content*/

.trunker .contain .info-table {
    padding: 0 0.6rem 0.8rem;
    position: relative;
}
.info-table .item {
    margin-top: 0.6rem;
    border: 2px solid rgba(230,230,230,1);
    border-radius: 0.16rem;
}

.info-table .table {
    border-collapse: separate;
}
.trunker .tab{
    padding-top: 0.7rem;
    font-size: 0.56rem;
    color: #999;
    border-bottom: 3px solid #E7E7E7;
}
.trunker .tab li{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 5px solid transparent;
}
@media screen and (max-width:660px) {
    .info-table .item {border:2px solid rgba(230,230,230,1); }
    .trunker .tab{ border-bottom-width: 2px;}
    .trunker .tab li{}
}
@media screen and (max-width:600px) {}
@media screen and (max-width:540px) {
    .info-table .item {border:1px solid rgba(230,230,230,1);}
    .trunker .tab{ border-bottom-width: 1px;}
}

.cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.info-table .item .cell{
    height: 1.5rem;
    max-height: 168px;
}
.info-table .item .cell:first-child{
    width: 1.1rem;
    text-align: left;
}

.info-table .item .cell .input_ {
    /*margin-right: 2rem;*/
    font-size: 0.48rem;
}
.info-table .item .cell .input_ .txt {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.info-table .item .cell .input_ .txt.pwd {
    font-size: 0.62rem;
    color: #000;
}
.info-table .item .cell .iconbox {
    position: absolute;
    top: 0;
    right: 0.15rem;
    height: 100%;
}

.info-table .item .cell .icon {
    width: 0.52rem;
    height: 0.62rem;
    margin-left: 0.28rem;
    /*margin-bottom: 0.28rem;*/
    display: block;
}
.info-table .item .cell .iconbox .icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.info-table .item .cell .iconbox .icon-del {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/login_btn_delete.png);
}
.info-table .item .cell .iconbox .icon-eye {
    width: 0.6rem;
    height: 0.42rem;
   /* margin-left: 0.6rem;*/
    background-image: url(../images/login_pop_btn_invisible.png);
}
.info-table .item .cell .iconbox .icon-del.on {
    opacity: 1;
    visibility: visible;
}
.info-table .item .cell .iconbox .icon-eye.on {
    background-image: url(../images/login_btn_visible.png);
}

.info-table  .pop-error {
    display: none;
    font-size: 0.44rem;
    color: #FF3228;
    text-align: left;
    position: absolute;
    bottom: 0.18rem;
    /*left: 0.8rem;*/
}
.info-table  .pop-error:before {
    content: '';
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background: url(../images/login_error.png) center center no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
    vertical-align: middle;
    margin-top: -2.5%;
}

.trunker .contain .butn-box {
    padding: 0.3rem 0.6rem 0.3rem;
}
.trunker .contain .butn-box .butn.disabled {
    background: #D0D0D0;
    color: #FFFFFF;
}
.trunker .contain .butn-box .butn,.trunker .contain .butn-box .butn_ {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #23BBF3;
    color: #FFF;
    font-size: 0.56rem;
    border-radius: 0.7rem;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.trunker .contain .butn-box .butn_{
    background:#FFF;
    color: #23BBF3;
    border: 1px solid #23BBF3;
}

.info-table .item .cell .input_ .txt::-webkit-input-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt:-ms-input-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt:-moz-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt::-moz-placeholder {color:#BBB;font-size:0.48rem;}

/*è®°ä½å¯†ç&nbsp;å’Œå¿˜è®°å¯†ç&nbsp;*/
.trunker .contain .link-box {
    padding: 0 0.6rem;
    font-size: 0.48rem;
    color: #666;
}
.trunker .contain .link-box_ {
    padding: 0 0.6rem;
    font-size: 0.48rem;
    color: #666;
}
.trunker .contain .link-box_ .half {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.trunker .contain .link-box_ .forgetbox {
    text-align: right;
}
.trunker .contain .link-box_ .custom-label {
    /*margin-bottom: 0.5rem;*/
}



.trunker .contain .link-box .half {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.trunker .contain .link-box .forgetbox {
    text-align: right;
}
.trunker .contain .link-box .custom-label {
    /*margin-bottom: 0.5rem;*/
}
.custom-label input[type="checkbox"], .custom-label input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
}
.label_icon {
    float: left;
    width: 0.6rem;
    height: 0.8rem;
    margin-right: 0.13rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.label_text {
    overflow: hidden;
    display: block;
    line-height: 0.8rem;
    text-align: left;
}
.label_text.ps {
    line-height: 0.6rem;
}
.label_text a {
    color: #23BBF3;
    display: inline-block;
    margin: 0.1rem 0;
}
.custom-label input[type="checkbox"]:checked+ .label_icon {
    background-image: url(../images/signup_choose_pre.png);
}
.custom-label input[type="checkbox"]+ .label_icon {
    background-image: url(../images/signin_choose_nor.png);
}
.thirdlogin{
    display: none;
    padding: 0.2rem 0.8rem 0;
}
.thirdlogin.on{
    display: block;
}
.thirdlogin .thirdlogin-title span{
    text-align: center;
}



.goLogin{
    padding: 0 0 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.1rem;
}
.goLogin .to_login{
   color:#23BBF3;
    font-size: 0.5rem;
}
/*content*/
.pop-login .pop-box{
	width:11rem;
}
/*
ç™»å½•æ&nbsp;‡é¢˜*/
.title-box{
    padding-top: 0.5rem;
    font-size: 0.68rem;
    position: relative;
}
.title-box .login-title.on{
    position: relative;
    margin-left: 1.2rem;
}
.title-box .login-title.on:before{
    position: absolute;
    top:0;
    left: -1.1rem;
    width: 0.9rem;
    height: 0.9rem;
    content: '';
    background: url(../images/newIcon/logo.png) no-repeat;
    background-size: 100% 100%;
}</pre></body></html>