<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ct {
    width: 40%;
}

@media screen and (max-width: 1400px) {
    .ct {
        width: 35%;
    }
}

.img-list {
    border-radius: 8px;
    position: fixed;
    right: 20px;
    bottom: 50px;
}

.img-list-box {
    position: relative;
    background: #fff;
    padding: 0 10px 15px;
    width: 100px;
    text-align: center;
    margin-left: 64px;
}

.img-list-box img {
    width: 90px;
    margin-top: 15px;
}

.img-list-box p {
    padding: 0;
    color: #4E5969;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 6px;
}

.img-list-box .sj {
    width: 9px;
    height: 9px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    right: 20px;
}

.img-list-title {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.img-list-title img {
    margin: 2px 10px 0 0;
    width: 18px;
}

.img-list-title span {
    letter-spacing: 2px;
    font-size: 15px;
    color: #1B5DEC;
}

.title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    line-height: 65px;
    margin-bottom: 30px;
}

#wrap1 .group &gt; div {
    margin-bottom: 16px;
}

#wrap2 .group &gt; div {
    margin-bottom: 15px;
}

.jtx {
    width: 10px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

#codeLogin {
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

#codeLogin .qrcode_error {
    position: absolute;
    top: 0;
    left: 20px;
    width: 250px;
    height: 250px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

#codeLogin .qrcode_error &gt; div {
    text-align: center;
}

#codeLogin .qrcode_error &gt; div span {
    color: #ffffff;
}

#codeLogin .qrcode_error &gt; div .refresh_code {
    background: #1B5DEC;
    color: #fff;
    border-radius: 5px;
    padding: 7px 11px;
    margin-top: 15px;
    cursor: pointer;
}

#codeLogin .qrcode_success {
    position: absolute;
    top: 0;
    left: 20px;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

#codeLogin &gt; div {
    text-align: center;
}

#codeLogin .success_img {
    width: 71px;
    height: 71px;
    margin-top: 30px;
}

#codeLogin .success_text {
    color: #333333;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

#codeLogin .success_tips {
    color: #999999;

}

/*#codeLogin:hover .maskBox {*/
/*    display: block;*/
/*}*/
#codeLogin .maskBox {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    /*display: none;*/
    text-align: center;
}

#codeLogin .maskBox img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#codeLogin .maskBox img.rotate {
    animation: rotate 1s linear infinite;
}

#codeLogin img {
    width: 300px;
    height: 300px;
}

.get-code {
    padding-right: 10px;
    color: #427AF4;
    font-size: 15px;
    width: 140px;
    cursor: pointer;
    text-align: right;
}

.title span {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.title span.center {
    border-bottom: 2px solid #427AF4;
    color: #427AF4;
}

#wrap1 {
    display: none;
}

.title1 span {
    cursor: inherit;
}

.group &gt; div img.yj {
    cursor: pointer;
    width: 25px;
}

.group {
    padding: 0 20px;
}

.group .des {
    font-size: 15px;
    line-height: 23px;
    border: none;
    padding: 0;
}

.title1 img {
    width: 35px;
    margin-top: 4px;
}

.title1 span {
    text-align: left;
    padding-left: 15px;
}

.tips {
    text-align: right;
    color: #4b4949;
    line-height: 32px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

.content {
    position: relative;
    padding: 0;
}

.mask {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.mask #content {
    width: 380px;
    height: 300px;
    margin: 0 auto;
}

.mask .title1 {
    color: #000;
    border-bottom: 1px solid #e4e7eb;
    line-height: 60px;
    padding: 0 20px;
    margin-bottom: 50px;
}
</pre></body></html>