<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ebox{
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    z-index: 2222222;
    transform: translate(-50%, -50%);
}
.ebox-mask{
    display:none;
    width: 100%;
    height: 100%;
   position:fixed;
   z-index: 2222221;
   background-color: #2c2c2c6b;
   top: 0px;
}
.changeDialog{
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    z-index: 222;
    transform: translate(-50%, -50%);
}
.changeMobile{
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    z-index: 222;
    transform: translate(-50%, -50%);
}
#login-dialog .display-none {
    display: none;
}

#login-dialog .display-block {
    display: block;
}

.modal-backdrop {
    justify-content: center;
    align-items: center;
    z-index: 22222222;
}

.modal {
    background-color: #fff;
    box-shadow: 2px 2px 20px 1px;
    display: flex;
    border-radius: 20px;
}
.modal .left-login-img{
    width: 231px;
    height: 433px;
}
.custom-pop {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
}

.login-title {
    font-size: 30px;
    padding: 40px 0px 0px 0px;
}
.login-title .img{
    width: 116px;
    height: 39px;
}
.dialog-title{
    font-size: 20px;
    padding: 20px 0px 20px 0px;
}

.login-title.other-login {
    background-color: #f9f9f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/**鍏抽棴 */
.clsoe-button {
    line-height: 40px;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    transition: all 1s;
}

.clsoe-button .icon {
    padding: 10px;
}

.clsoe-button:hover {
    transform: rotate(360deg);
}

.back-button {
    line-height: 40px;
    text-align: center;
    left: 0px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

.back-button .icon {
    padding: 10px;
    color: #999999;
    font-size: 20px;
}

/* 鐧诲綍寮规 */
.login-pop {
    height: 100%;
    background-size: auto 100%;
    border-radius: 12px;
}
.login-pop .label{
    word-spacing: 20px;
     letter-spacing: 0.5em;
    color: #BDBEBD;
}

.login-pop .closeX {
    right: -30px;
    top: -26px;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    line-height: 26px;
    text-align: center;
    transition: 0.3s;
}

.login-pop .closeX:hover {
    transform: rotate(180deg);
}

.login-pop .closeX i {
    font-size: 14px;
    color: #000000;
}

.login-pop .left-box {
    float: left;
    width: 350px;
    height: 400px;
    overflow: hidden;
}

.login-pop .left-box-item {
    width: 320px;
    height: 360px;
    /**TODO */
    background-image: url("../static/images/login-bg-01.png");
    margin: 20px 0px 0px 20px;
}

.login-pop .left-box .info {
    color: #5476fe;
    line-height: 30px;
    width: 160px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    margin: 10px 20px;
}

/** 灞曠ず鐧诲綍 */
.login-pop .index-show {
    float: right;
    width: 370px;
    background-color: #fff;
    border-radius: 17px;
    position: relative;
    padding: 0px 106px;
}

.login-pop .read-protocol {
    cursor: pointer;
}

.login-pop .read-protocol p {
    color: #888888;
}

.login-pop .read-protocol a {
    color: #787878;
    text-decoration:underline;
    padding-left: 5px;
}
.login-pop .read-protocol .login-label{
    display: block;
    color: #787878;
    margin-top: 10px;
}
/**鐧诲綍涓婚〉椤甸潰*/
.login-pop .right-box {
    width: 400px;
    background-color: #fff;
    border-radius: 17px;
    margin-left: 40px !important;
}

.login-pop .right-box .login-pop .right-box .sms-or-clo,
.login-pop .right-box .weixin-login,
.login-pop .right-box .qq-and-weixin {
    position: relative;
    height: 400px;
    padding-left: 10px;
    display: none;
}
.login-pop .right-box .sms-or-clo .other-user-login{
    position: absolute;
    bottom: 0px;
    text-decoration: underline;
    color: #696A6E;
    cursor: pointer;
}
.login-pop .right-box .sms-or-clo {}

.login-pop .right-box .weixin-login {
    text-align: center;
}

.login-pop .right-box .qq-and-weixin {
    text-align: center;
}

/**鍏抽棴modal 寮圭獥login */
.login-pop .model-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: -30px;
}

.login-pop .model-close .icon {
    font-size: 1.7rem;
    color: #ffffff;
    cursor: pointer;
}

.login-pop .go-weixin,
.login-pop .go-others,
.login-pop .go-others {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    line-height: 80px;
    border-radius: 0 8px 0 0;
}

.login-pop .go-weixin {
    background-image: url("../static/images/qrcode-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px;
}

.login-pop .go-others {
    background-image: url("../static/images/pc-login-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62px;
}

.login-pop .go-weixin i,
.login-pop .go-others i,
.login-pop .go-others i {
    font-size: 80px;
    color: #c5c8cd;
}

.login-pop .go-weixin:hover i,
.login-pop .go-others:hover i,
.login-pop .go-others:hover i {
    color: #56af9d;
    background-image: linear-gradient(180deg, #56af9d 0%, #93d2a8 100%);
    background-image: -ms-linear-gradient(180deg, #56af9d 0%, #93d2a8 100%);
    background-image: -moz-linear-gradient(180deg, #56af9d 0%, #93d2a8 100%);
    background-image: -o-linear-gradient(180deg, #56af9d 0%, #93d2a8 100%);
    background-image: -webkit-linear-gradient(90deg, #56af9d 0%, #93d2a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56AF9D', endColorstr='#93D2A8', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-pop .go-weixin:before,
.login-pop .go-others:before,
.login-pop .go-others:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    border: 40px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.login-pop .sms-or-clo .lw-li {
    margin-right: 15px;
    font-size: 16px;
    color: #aaaaaa;
    transition: color 0.28s;
    cursor: pointer;
}

.login-pop .sms-or-clo .lw-li.on,
.login-pop .sms-or-clo .lw-li:hover {
    color: #5bbfa4 !important;
    position: relative;
}
.login-pop .sms-or-clo .lw-li-on{
    color: #5bbfa4 !important;
    position: relative;
}
.login-pop .sms-or-clo .lw-li-on:after{
    content: "";
    background-color: #5bbfa4;
    width: 64px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    left: 50%;
    border-radius: 5px;
    margin-left: -32px;
}

.login-pop .sms-or-clo .lw-li.on::after {
    content: "";
    background-color: #5bbfa4;
    width: 64px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    left: 50%;
    border-radius: 5px;
    margin-left: -32px;
}

.login-pop .sms-or-clo .lw-li:first-of-type {
    /*margin-left: 12px;*/
}

.login-pop .sms-or-clo .line {
    position: relative;
    height: 36px;
    margin-top: 33px;
    text-align: left;
}
.login-pop .sms-or-clo .line.login-code-div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.login-pop .sms-or-clo .line.login-code-div div{
    color:#696A6E;
}
.login-pop .sms-or-clo .line input {
    width: 320px;
    height: 100%;
    border: none;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    text-indent: 0;
    outline: none;
    border-radius: 6px;
    padding-left: 10px;
}

.login-pop .sms-or-clo .line input[type="text"]:focus {
    border-color: #a1a1a1a1;
    background-color: #fff;
}

.login-pop .sms-or-clo .line input::placeholder {
    color: #b2b2b2;
    font-weight: 300;
}

.login-pop .sms-or-clo .line .phone-code-btn,
.login-pop .sms-or-clo .line .phone-code-time,
.login-pop .sms-or-clo .line .email-code-time,
.login-pop .sms-or-clo .line .email-code-btn,
.login-pop .sms-or-clo .line .find-pwd-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
}

.login-pop .sms-or-clo .line .phone-code-btn.phone-display-btn {
    background-color: #dddcdc;
    border: 1px solid #dddcdc;
}

.login-pop .sms-or-clo .line .phone-code-time {
    color: #222222;
}

.login-pop .sms-or-clo .line .email-code-time {
    color: #222222;
}

.login-pop .sms-or-clo .line .warning {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    color: #ea2741;
}

.login-pop .sms-or-clo .warning .warning-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ea2741;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
}

.login-pop .sms-or-clo .btn-submit {
    display: block;
    width: 100px;
    height: 34px;
    border: none;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    margin: auto;
}
.not-password-login-submit{
    background-color:#999999;
}
.login-error-label{
    text-align: left;
    padding: 10px;
}
.login-pop .sms-or-clo .hr {
    margin-top: 46px;
}
.login-error-label label{color: #ff5665;}
.login-error-label .icon-warning{
    color: #ff5665;
}
.register-error-label{
    text-align: left;
    padding: 10px;
}
.login-pop .sms-or-clo .hr {
    margin-top: 46px;
}
.register-error-label label{color: #ff5665;}
.register-error-label .icon-warning{
    color: #ff5665;
}

.login-pop .hr {
    margin: 24px auto 15px;
    display: flex;
    display: -ms-flexbox;
    font-size: 14px;
    color: #c5c8cd;
    justify-content: center;
    text-align: center;
}

.login-pop .hr .line {
    margin: 9px 10px;
    display:
            inline-block;
    vertical-align: -6px;
    height: 1px;
    width: 30%;
    background-color: #e2e3e6;
}

.login-pop .other-ways {
    text-align: center;
}

.login-pop .other-ways i {
    font-size: 22px;
    color: #c5c8cd;
}

.login-pop .agreement {
    font-size: 12px;
    padding-top: 20px;
}

.login-pop .go-phone-login-1 {
    color: #222222;
    cursor: pointer;
    padding-top: 20px;
    color: #999;
}

.login-pop .go-phone-login-1 a {
    color: #5bbfa4;
}

.login-pop .qq-login {
    display: inline-block;
    margin-right: 26px;
}

.login-pop .qq-login:hover i {
    color: #2393ff;
    background-image: linear-gradient(0deg, #12d4ff 0%, #315dff 100%);
    background-image: -ms-linear-gradient(0deg, #12d4ff 0%, #315dff 100%);
    background-image: -moz-linear-gradient(0deg, #12d4ff 0%, #315dff 100%);
    background-image: -o-linear-gradient(0deg, #12d4ff 0%, #315dff 100%);
    background-image: -webkit-linear-gradient(-90deg, #12d4ff 0%, #315dff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315DFF', endColorstr='#12D4FF', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-pop .btn-weixin,
.login-pop .btn-phone {
    display: inline-block;
    background: transparent;
    border: none;
}

.login-pop .btn-phone:hover i,
.login-pop .btn-weixin:hover i {
    background: line-gradient(0deg, #7ffab3 0%, #2adf86 100%);
    color: #2393ff;
    background-image: linear-gradient(0deg, #7ffab3 0%, #2adf86 100%);
    background-image: -ms-linear-gradient(0deg, #7ffab3 0%, #2adf86 100%);
    background-image: -moz-linear-gradient(0deg, #7ffab3 0%, #2adf86 100%);
    background-image: -o-linear-gradient(0deg, #7ffab3 0%, #2adf86 100%);
    background-image: -webkit-linear-gradient(-90deg, #7ffab3 0%, #2adf86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ADF86', endColorstr='#7FFAB3', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.login-pop .agreement i {
    vertical-align: middle;
    cursor: pointer;
}

.login-pop .agreement a {
    color: #5bbfa4;
}

/* 寰俊鐧诲綍 */
.login-pop .qq-and-wechat {
    width: 490px;
}
.login-pop .qq-and-wechat .mobile-login{
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100px;
    margin: 10px auto;
}
.login-pop .qq-and-wechat .mobile-login img{
    display: inline-block;
    width: 14px;
}
.login-pop .qq-and-wechat .mobile-login span{
    display: block;
    margin-left: 10px;
    color: #DA251D;
}
.login-pop .qq-and-wechat .line-verify {
    width: 458px;
    text-align: center;
    position: relative;
    height: 2px;
    background-color: #f5f5f5;
}

.login-pop .qq-and-wechat .line-verify h5 {
    position: absolute;
    width: 157px;
    background-color: #fff;
    padding: 0px 40px;
    left: 100px;
    color: #999999;
    top: -10px;
    font-weight: 100;
}

.login-pop .qq-and-wechat .other-login {
    width: 200px;
    margin: auto;
    display: none;
}

.login-pop .qq-and-wechat .other-login p {
    color: #999999;
    padding-top: 10px;
}

.login-pop .qq-and-wechat .login-way {
    text-align: left;
    display: none;
}

.login-pop .weixin-login .pop {
    margin: 0 auto 20px;
    width: 277px;
    height: 40px;
    background: #e4fdf2;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #f9603e;
}

.login-pop .weixin-login .login-tit {
    font-size: 20px;
    color: #000;
}

.login-pop .weixin-login .login-tit i {
    font-size: 22px;
    color: #f9603e;
    margin-right: 10px;
}

.login-pop .weixin-login .wx-pay-qr-code {
    margin-top: 26px;
    width: 198px;
    height: 198px;
    border: 1px solid #e2e3e6;
}

.login-pop .weixin-login .info {
    margin: 18px auto;
    font-size: 14px;
    color: #c5c8cd;
    font-weight: 300px;
}

/* .login-pop .weixin-login .other-ways{ display: inline-block; font-size: 14px; color:#7B8490; cursor: pointer; } */
.login-pop .right-box.disable .sms-or-clo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 470px;
    background: rgba(255, 255, 255);
    border-radius: 12px;
    z-index: 2;
}

.login-pop .right-box.disable .qq-and-weixin:before {
    content: "";
    position: absolute;
    top: 170px;
    right: 0;
    width: 100%;
    height: 214px;
    background: rgba(255, 255, 255);
    border-radius: 12px;
    z-index: 2;
}

/* 寰俊鎵嬫満鐧诲綍 */
.login-pop .qq-and-weixin .logo {
    height: 20px;
    margin-top: 20px;
}

.login-pop .login-way-other {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 335px;
    height: 156px;
    justify-content: space-between;
    margin-top: 30px;
}
.login-pop .login-way-other .login-weixin{
    width: 140px;
    height: 155px;
     box-shadow: 1px 1px 10px #dde8d8;
     border-radius: 24px;
}
.login-pop .login-way-other .login-weixin iframe{
   margin-top: 10px;
}
.login-pop .login-way-other .login-weixin .login-weixin-label{
 text-align: center;
 display: flex;
 justify-content: center;
}
.login-pop .other-login img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.login-pop .qq-and-weixin .slogo {
    margin: 12px auto 16px;
    line-height: 14px;
    font-size: 14px;
    color: #7b8490;
}

.login-pop .qq-and-weixin .pop {
    margin: 0 auto 20px;
    width: 210px;
    height: 30px;
    background: #5bbfa4;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.login-pop .login-way-other .login-qq {
    width: 147px;
    height: 156px;
    border-radius: 24px;
    background: #20b0f9;
    background: linear-gradient(-47deg, #8ae1ff 0%, #1aadfb 100%);
    background: -webkit-linear-gradient(133deg, #8ae1ff 0%, #1aadfb 100%);
    background: -moz-linear-gradient(-47deg, #8ae1ff 0%, #1aadfb 100%);
    background: -ms-linear-gradient(-47deg, #8ae1ff 0%#1aadfb 100%);
    background: -o-linear-gradient(-47deg, #8ae1ff 0%, #1aadfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ae1ff', endColorstr='#1aadfb', GradientType=0);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.login-pop .login-way-other .login-qq .icon {
    font-size: 60px;
    color: #ffffff;
    display: block;
    margin-top: 40px;
}

.login-pop .login-way-other .login-qq:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #2e96f6;
    background-image: linear-gradient(135deg, rgb(67, 107, 255) 0%, rgba(18, 212, 255, 1) 100%);
    border-radius: 50% 0 0 0;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.login-pop .login-way-other .login-qq:hover:after {
    width: 173px;
    height: 190px;
    border-radius: 120px 0 0 0;
    opacity: 1;
}

.login-pop .login-way-other .login-qq .info {
    font-size: 14px;
    margin-top: 10px;
    color: #ffffff;
}

.login-pop .qq-and-weixin .login-weixin {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 180px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #e2e3e6;
}


.login-pop .qq-and-weixin .login-weixin img {
    width: 148px;
    margin: 7px auto 0px;
}

.login-pop .qq-and-weixin .login-weixin .info {
    font-size: 14px;
    color: #222222;
    height: 20px;
}

.login-pop .qq-and-weixin .login-weixin .info .icon {
    color: #27b318;
    font-size: 1.3rem;
    padding-right: 5px;
    margin-top: 2px;
}
.login-pop .qq-and-weixin .go-phone-login {
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: underline;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}
.login-pop .email-box .return-login,
.login-pop .sms-box .return-login {
    cursor: pointer;
}
.modal-fade-enter,
.modal-fade-leave-active {
    opacity: 0;
}
.modal-fade-enter-active,
.modal-fade-leave-active {
    transition: opacity 0.5s ease;
}
/*楠岃瘉鍣�*/
.verify-tip {
    width: 330px;
    position: absolute;
    right: 15px;
    z-index: 2222;
    top: 245px;
    text-align: left;
}
.verify-tip-success {
    color: rgb(47, 240, 8);
}
.verify-tip-error {
    color: rgb(197, 13, 22);
}
.slideblock {}
.login-checkbox * {
    color: #5bbfa4;
    cursor: pointer;
}
#login-checkbox a {
    color: #666;
}</pre></body></html>