<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    /* height: 100%;
    position: relative; */
}

body {
    padding-bottom: 0;
    background: url(../images/login-bg1.png) center 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header-login-btn {
    display: none;
}

.title-iphone {
    font-size: 30px;
    line-height: 100px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

/*.login-content{*/
/*margin-top: -10px;*/
/*width: 100%;*/
/*height: 100%;*/

/*}*/
.login-box {
    position: absolute;
    right: 10%;
    top: 200px;
    width: 650px;
    background: #fff;
    opacity: 0.8;
}

.login-box #loginTab .active a {
    margin-right: 0;
    border-radius: unset;
    border: none;
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #EB6100;
}

.login-box #loginTabContent {
    padding: 0 80px 30px 80px;
}

.form-control {
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: unset;
    box-shadow: unset;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: unset;
}

.nav-tabs {
    border: none;
}

#loginTab {
    margin-left: 0;
    margin-right: 0;
}

#loginTab&gt;li {
    padding-right: 0px;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.2);
}

#loginTab&gt;li&gt;a {
    margin-right: 0;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 70px;
    border: none;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
    background: unset;
    border: none;
}

.login-h1 {
    margin: 40px 0 20px 0;
    font-size: 36px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #EB6100;
}

.login-text {
    /* margin-bottom: 28px; */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(131, 130, 130, 1);
}

.form-group input::-webkit-input-placeholder {
    color: #333;
}

.form-group input::-moz-placeholder {
    color: #333;
}

.form-group input:-ms-input-placeholder {
    color: #333;
}

.xz-regisiter-btn {
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EB6100;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

.xz-regisiter-btn:hover {
    color: #fff;
}

#sendcode {
    position: relative;
}

.xz-send-code {
    position: absolute;
    top: 15%;
    right: 10px;
    width: 130px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #EB6100;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

.xz-tip {
    display: none;
    color: red;
}

.pwd-text {
    margin: 20px 0 15px 0;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

.form-control {
    padding: 27px 0 24px 20px;
}

.title-iphone.phonestyle {
    font-size: 14px;
    line-height: 50px;
}

@media (max-width:1199px) {
    .header-big {
        height: 50px;
    }
}

@media (max-width:480px) {
    .login-box {
        width: 100%;
        /*height: 100%;*/
        top: 50px;
        right: 0;
    }

    .login-box #loginTabContent {
        padding: 0px 15px 20px 15px;
    }

    .login-h1 {
        font-size: 24px;
    }
}</pre></body></html>