<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 2020.1.09下载登录注册 */

.tc-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none !important;
    z-index: 10001;
    background: rgba(0,0,0,0.5);
}

.tc-boxal {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
}

.tc-box.ttop {
    display: block !important;
}

.tanchuan {
    width: 500px;
    padding: 20px 50px 30px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.tc-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: -50px;
    cursor: pointer;
}

    .tc-close em {
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        margin-left: 0;
        font-weight: lighter;
    }

.tanchuan-logo {
    width: 80%;
    height: 57px;
    margin: 0 auto;
}

    .tanchuan-logo img {
        width: 100%;
    }

.tanchuan-login-menu {
    text-align: center;
    margin: 10px 0 20px;
}

    .tanchuan-login-menu a {
        display: inline-block;
        font-size: 16px;
        line-height: 36px;
        color: #666;
        margin: 0 25px;
    }

        .tanchuan-login-menu a.on {
            color: #f3262f;
            font-weight: bold;
            border-bottom: 2px solid #f3262f;
        }

.tanchuan-login {
}

.tanchuan11 {
    display: none;
}

    .tanchuan11.on {
        display: block;
    }

    .tanchuan11 input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        color: #666;
        border: 1px solid #e4e4e4;
        margin-top: 12px;
        padding: 5px 20px 5px 40px;
    }

        .tanchuan11 input.login-name {
            background: url(../images/tc-name.png)no-repeat center left 12px;
            background-size: 20px;
        }

        .tanchuan11 input.login-tel {
            background: url(../images/tc-tel.png)no-repeat center left 12px;
            background-size: 20px;
        }

        .tanchuan11 input.login-yx {
            background: url(../images/tc-yx.png)no-repeat center left 12px;
            background-size: 20px;
        }

        .tanchuan11 input.login-gs {
            background: url(../images/tc-gs.png)no-repeat center left 12px;
            background-size: 20px;
        }

        .tanchuan11 input.login-companyname {
            background: url(../images/tc-name.png)no-repeat center left 12px;
        }

        .tanchuan11 input.login-companynet {
            background: url(../images/tc-name.png)no-repeat center left 12px;
        }

        .tanchuan11 input.login-phone {
            background: url(../images/login-phone_03.png)no-repeat center left 12px;
        }

        .tanchuan11 input.login-address {
            background: url(../images/login-address_03.png)no-repeat center left 12px;
        }

        .tanchuan11 input.login-email {
            background: url(../images/login-email_03.png)no-repeat center left 12px;
        }

        .tanchuan11 input.login-identif-code {
            float: left;
            width: 60%;
            background: url(../images/login-identify_03.png)no-repeat center left 12px;
        }

.login-identif {
}

.login-identif-img {
    float: right;
    margin-top: 12px;
    height: 40px;
    width: 38%;
}

    .login-identif-img img {
        height: 100%;
        width: 100%;
    }

.login-submit {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    width: 100%;
    background: #e62129;
    margin-top: 20px;
    padding: 10px 0;
    cursor: pointer;
}

.login {
    padding: 90px 0px 20px;
}

.nav-menu {
    transition: visibility 2s linear 2s;
    -webkit-transition: visibility 2s linear 2s;
}

.login {
    padding: 136px 0px 20px;
}

    .login .tc-boxal.ttop {
        position: static;
    }

@media(max-width:992px) {
    .tanchuan {
        width: 400px;
    }

    .tanchuan-logo {
        width: 180px;
        height: auto;
    }

    .tanchuan-login-menu {
        margin: 10px 0 20px;
    }
}

@media(max-width:767px) {
    .tanchuan {
        width: 100%;
        padding: 20px 20px 30px;
    }

    .tanchuan-logo {
        width: 150px;
    }

    .tc-boxal {
        position: static;
        margin: 10% 5%;
        width: 90%;
    }

    .login-submit {
        padding: 5px 0;
    }

    .login {
        padding-top: 90px;
    }

    .tc-close {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 12px;
        right: 20px;
        cursor: pointer;
    }

        .tc-close em {
            color: #666;
            line-height: 24px;
            height: 24px;
            font-size: 24px;
        }
}

.lgts, .mlgts {
    color: red;
    text-align: center;
}
</pre></body></html>