<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top {
    padding: 25px 0;
    overflow: hidden;
}
.login-logo {
    float: left;
    width: 500px;
    height: 40px;
    display: block;
}
.login-logo img {
    width: 100%;
    height: 100%;
}
.top-login-index {
    float: right;
    line-height: 50px;
    font-size: 14px;
}
.top-go-index {
    width: 20px;
    height: 20px;
    background: url(/static/img/web/go-index.png);
    background-size: auto auto;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.top-login-index a {
    color: #444;
}
.banner {
    width: 100%;
    height: 750px;
    background: url(/static/img/web/banner1.png) no-repeat center;
}
.post {
    position: relative;
}
.w1100 {
    width: 1100px;
    margin: auto;
}
.banner-titi {
    width: 460px;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
}
.login-box {
    width: 460px;
    height: 385px;
    background: #fff;
    z-index: 2;
    margin-top: 90px;
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.login-box .s1 {
    margin: 40px 50px 0;
}
.login-box .form-box .input {
    border: 1px solid #d7d8d9;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.login-box .form-box .input .icon-huiyuan {
    width: 38px;
    height: 20px;
    margin: 10px 0;
    background: url(/static/img/web/icon-login-yonghuming.png) center no-repeat;
    border-right: 1px solid #d7d8d9;
}
.login-box .form-box .input input {
    height: 100%;
    width: 88%;
    border: none;
    text-indent: 10px;
    color: #595959;
    outline: none;
    font-size: 14px;
    font-family: "微软雅黑";
}
.login-box .form-box .input {
    border: 1px solid #d7d8d9;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.login-box .form-box .input .icon-mima {
    width: 38px;
    height: 20px;
    margin: 10px 0;
    background: url(/static/img/web/icon-login-mima.png) center no-repeat;
    border-right: 1px solid #d7d8d9;
}
.login-box .other-info {
    color: #666;
    display: flex;
    align-items: center;
}
.login-box .other-info input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-top: 0px;
}
.login-box .other-info {
    color: #666;
    display: flex;
    align-items: center;
}
.login-box .other-info a {
    color: #666;
}
.login-box .other-info span {
    color: #ccc;
    margin: 0 7px;
}
.login-box .button {
    border: none;
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #178cee;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 45px;
    outline: none;
    border-radius: 5px;
}
.login-box .button:hover{ background:#0e7dd9;}
.d_bottom {
    margin-top: 20px;
}
.d_bottom_1 {
    float: left;
    margin-left: 380px;
}
.d_bottom_1 h1 {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
}
.d_bottom_3 {
    float: right;
    margin-right: 10px;
}
.d_bottom_3 span {
    float: left;
    width: 115px;
    max-height: 112px;
    overflow: hidden;
}
.d_bottom_3 span img {
    width: 100%;
    height: auto;
}
.d_bottom_3 div {
    float: left;
    padding-left: 20px;
    margin-top: 25px;
    margin-right: 20px;
}
.d_bottom_3 div h1 {
    font-size: 16px;
    color: #000;
}
.d_bottom_3 div h2 {
    padding: 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    background-color: #80c709;
    margin-top: 10px;
}
a:hover{
	color:#178cee;
}
.login-box .other-info a:hover{
	color:#178cee;
}</pre></body></html>