<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-family: "microsoft yahei", Arial;
    background: #eee;
}

* {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0px;
    list-style: none;
}

#nav-header {
    background: #fff;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 85px;
}

.header .header_left {
    float: left;
    display: inline;
}

.header .header_left span {
    float: left;
    display: block;
    width: 130px;
    height: 68px;
    margin: 8px 10px 8px 0;
    background: url(../images/logo.png) no-repeat;
}

.header .header_left h1 {
    float: left;
    display: block;
    text-decoration: none;
    font-family: "寰蒋闆呴粦";
    font-size: 35px;
    font-weight: bold;
    color: #4679b2;
    letter-spacing: 2px;
}

.header .header_right {
    float: right;
    display: inline;
    margin: 30px 5px 0 0;
}

.header .header_right a {
    text-decoration: none;
    color: #337ab7;
    font-size: 14px;
}

.header .unlogin {
    display: block;
    margin-top: -24px;
}

.header .unlogin a {
    margin-right: 10px;
}

.header .logined {
    display: none;
    margin-top: -24px;
}

.header .logined li {
    float: left;
    margin-right: 14px;
    height: 32px;
    line-height: 32px;
}

.header .logined li a {
    display: block;
    margin-top: -5px;
}

.header .logined li ul {
    display: none;
}

.header .header_right .userinfo {
    color: #4679b2;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    min-height: 44px;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
}

/* .navbar-nav li {
    width: 150px;
    height: 20px;
    margin: 12px 0;
    border-right: 1px solid #fff; 
    text-align: center;
} */

/* .navbar-nav li a {
    position: absolute;
    top: -12px;
    left: 0px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
} */

.navbar-custom .navbar-nav&gt;li&gt;a {
    font-size: 18px;
    color: white;
}

.navbar-custom .navbar-nav li a:hover {
    background-color: #1C528E;
}

.nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: #337AB7;
}

.navbar-custom {
    border: none;
    border-radius: 0px;
    background-color: #337AB7;
}

.container-fluid-custom {
    width: 1200px;
    margin: 0 auto;
}

.city {
    position: absolute;
    top: 43px;
    width: 900px;
    padding: 30px 0px 30px 0px;
    font-size: 14px;
    background: #1c528e;
    display: none;
}

.city_con {
    width: 760px;
    margin: auto;
}

.province {
    clear: both;
    display: table;
    content: '';
}

.province_le {
    float: left;
    width: 750px;
}

.province_le ul.province_row li {
    float: left;
    display: block;
    width: 110px;
    font-weight: 600;
    color: #FFF;
}

.province_le li a {
    color: #FFF;
}

.province_rt {
    float: left;
    width: 750px;
}

.province_rt ul.province_row li {
    float: left;
    display: block;
    width: 75px;
    padding: 10px 0px;
    font-weight: 600;
    color: #FFF;
}

.province_rt ul.province_row li .county {
    font-weight: 500;
}

.province_rt li a {
    color: #FFF;
}

.footer_f {
    /* width: 460px; */
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.footer_f li {
    padding: 0 5px;
}

.footer_f li a {
    text-decoration: none;
    color: #666666;
}

.m_section {
    display: flex;
    width: 600px;
    margin: 30px auto 5px;
}

.footer_text {
    /* width: 400px; */
    margin: 0 auto 30px;
}

#userInfoModal .modal-body th {
    padding-left: 15px;
}</pre></body></html>