<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
    width: 100%;
    height: 100%;
}
.home_bg {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/home_bg2.png');
    background-size: 100% 100%;
}
.home_bg2 {
    width: 100%;
    height: 100%;
    background-color: #333333;
}

.logo {
    width: 100%;
    height: auto;
    padding-top: 25%;
}

.logo_img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.logo_text {
    font-size: 32px;
    color: #996633;
    padding-top: 3%;
    text-align: center;
}

.login_button {
    width: 80%;
    height: auto;
    padding-top: 40px;
    margin: 0 auto;
}

.login_button .buttons {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    /*border: 1px solid #FFFFFF;*/
    font-size: 18px;
    color: #FFFFFF;
    background-color: #996633;
    margin-bottom: 10px;
}

.buttons .iconfont {
    font-size: 20px;
    vertical-align: top;
}

.login_button p {
    font-size: 12px;
    color: #996633;
    text-align: center;
}

.bottom_box {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    color: #996633;
    text-align: center;
}

.agree {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #996633;
    margin-top: 10px;
}

.agree .van-icon {
    font-size: 14px;
    vertical-align: bottom;
}
</pre></body></html>