<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login_content {
    width: 360px;
    height: 510px;
    /* height: 500px; */
    padding: 50px 30px 18px;
    box-sizing: border-box;
    background-color: #fff;
}

.login_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_nav span {
    color: rgba(47, 47, 47, 1);
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
    padding-bottom: 6px;
    border-bottom: 4px solid transparent;
}

.login_nav span:hover {
    color: rgba(245, 64, 19, 1);
}

.login_nav .active {
    position: relative;
    color: rgba(245, 64, 19, 1);
    padding-bottom: 6px;
    border-bottom: 4px solid rgba(245, 64, 19, 1);
    border-radius: 2px;
    font-weight: 600;
}

/* .login_form {
    padding-top: 20px;
} */

.login_item1_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login_item1_header span {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
}

.login_item1_header span:hover {
    color: rgba(245, 64, 19, 1);
}

.login_form .ivu-input {
    height: 44px;
}

.login_item1_row {
    padding-top: 14px;
}

.login_item1_row .ivu-input-prefix i, .login_item1_row .ivu-input-suffix i {
    line-height: 50px;
}

.login_item1_auto_login {
    display: flex;
    justify-content: space-between;
    /* padding-top: 10px; */
}

/* .login_item1_submit {
    padding-top: 32px;
} */

.login_item1_stip {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.login_item1_login_btn {
    width: 300px;
    height: 44px !important;
    line-height: 44px !important;
    margin-top: 30px;
    box-shadow: 0px 3px 5px 0px rgba(245, 64, 19, 0.5);
    border-radius: 10px !important;
}

.login_item1_three {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_three_title {
    flex-shrink: 0;
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.login_three_title::after {
    content: '';
    height: 1px;
    width: 80px;
    background-color: rgba(221, 221, 221, 1);
    position: absolute;
    right: 15px;
    top: calc( 27px / 2);
}

.login_three_title::before {
    content: '';
    height: 1px;
    width: 80px;
    background-color: rgba(221, 221, 221, 1);
    position: absolute;
    left: 15px;
    top: calc( 27px / 2);
}

.login_item1_three_img {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.login_item1_three_img img {
    width: 36px;
    height: 36px;
}

.login_item1_three_img a:nth-of-type(1) img {
    margin-right: 20px;
}

.login_item1_row .ivu-input-group-append {
    cursor: pointer;
}

.ivu-input:hover, .ivu-input:focus {
    border-color: rgba(245, 64, 19, 1) !important;
}

.ivu-checkbox-checked .ivu-checkbox-inner {
    background-color: rgba(245, 64, 19, 1) !important;
    border-color: rgba(245, 64, 19, 1) !important;
}

.login_item1_form_err {
    padding-top: 6px;
    display: flex;
    align-items: center;
}

.login_item1_form_err span {
    color: rgba(245, 64, 19, 1);
}

.register_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register_nav span {
    width: 170px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgba(245, 64, 19, 1);
    border-radius: 10px;
    color: rgba(245, 64, 19, 1);
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
}

.register_nav span:hover {
    background-color: rgba(245, 64, 19, 1);
    color: #fff;
    box-shadow: 0px 0px 6px 0px #f54013;
}

.register_nav .active {
    background-color: rgba(245, 64, 19, 1);
    color: #fff;
    box-shadow: 0px 0px 6px 0px #f54013;
}

.register_nav span:nth-of-type(1) {
    margin-right: 24px;
}

.register_tip {
    margin-top: 10px;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.register_tip a {
    color: rgba(245, 64, 19, 1);
    font-size: 12px;
}

.register_login {
    padding-top: 20px;
    text-align: center;
}

.register_login {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.register_login span:nth-of-type(1) {
    color: rgba(153, 153, 153, 1);
}

.register_login span:nth-of-type(2) {
    color: rgba(245, 64, 19, 1);
}

/* .get_my_pass {
    padding: 103px 0;
} */

.get_my_pass_title {
    text-align: center;
    color: rgba(47, 47, 47, 1);
    font-size: 24px;
    margin-bottom: 20px;
}

.ErrorPass {
    cursor: pointer;
}

.ErrorPass:hover {
    color: rgba(245, 64, 19, 1);
}

#qrcode{
    text-align: center;
}

#qrcode img{
    width: 200px;
    height: 200px;
}

.wx_login_tip{
    margin-top: 40px;
    color: rgba(153,153,153,1);
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.wx_login_bottom_text{
    color: rgba(153,153,153,1);
    font-size: 14px;
    /* margin-top: 14px; */
}

.get_my_pass_main{
    width: 360px;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.ivu-icon-ios-eye-outline:before,.ivu-icon-ios-eye-off-outline:before{
    font-size: 26px;
    margin-right: 8px;
}</pre></body></html>