<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#singln {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#singln_right {
    margin-top: 67px;
    width: 368px;
    height: 400px;
    padding: 50px 26px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 14px 0px rgba(195, 195, 195, 0.29);
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #0c49c9 !important;
}

#singln_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#singln_right ul li {
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    cursor: pointer;

}

#singln_right ul li.change {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;

}

.change:after {
    content: '';
    height: 2px;
    width: 40px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #323232;
    padding-top: 10px;
}

.tab-box form {
    display: none;
    margin-top: 30px;
}

.tab-box form:nth-child(1) {
    display: block;
}

.layui-input-block {
    margin-left: 0px;
}

#verifyNo {
    width: 258px;
    height: 38px;
    background: #ffffff;
    border-radius: 2px;
    float: left;
}

#TencentCaptcha {
    width: 102px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #dfe0e3;
    border-radius: 2px;
    margin-left: 8px;
    color: #999;
}

.zh_mima {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zh_mima a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
}

.SignLn {
    width: 368px;
    height: 40px;
   background: #003793;
    border: 1px solid #003793;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}

.ts {
    height: 36px;
    line-height: 36px;
}

#code, #password_main {
    margin-bottom: 64px;
}

#singln_yd {
    display: none;
}

@media screen and (max-width: 1024px) {
    #singln {
        display: none;
    }
    .layui-input, .layui-textarea{
        padding-left: 0px;
    }
    #singln_yd {
        display: block;
    }

    .SignLn {
        width: 100%;
    }

    .layui-input, .layui-select, .layui-textarea, #TencentCaptcha {
        border: none;
    }

    .layui-input-block {
        border-bottom: 0.5px solid #dfe0e3;
    }

    #TencentCaptcha {
        width: 27%;
    }

    #verifyNo {
        width: 70%;
    }

    .singln_right_yd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .singln_right_yd li {
        margin-top: 10px;
    }

    .singln_right_yd li, .singln_right_yd li a {
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        color: #999999;
    }

    .singln_right_yd li span {
        margin-left: 12px;
        margin-right: 12px;
    }

    .singln_right_yd li.wjmm {
        display: none;
    }

    .change:after {
        display: none;
    }

    #code, #password_main {
        margin-bottom: 28px;
    }


}
</pre></body></html>