<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/*公用头部*/
.header {
    width: 100%;
    height: 160px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    width: expression(document.body.clientWidth &lt;=1400? "1200px": "auto");
    min-width: 1400px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.head-row1 {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background: #1a1a1a;
}

.head-row1-wrap {
    width: 1400px;
    margin: 0 auto;
    color: #999;
}

.head-row1-wrap a {
    color: #999;
}

.head-row1-wrap a:hover {
    color: #fff;
}

.head-row-ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #343434;
    position: relative;
}

.head-row-ul li:last-child {
    border-right: 0;
}

.head-row-ul .iconfont {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.head-row2 {
    width: 1400px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.h5-ma {
    width: 120px;
    height: 120px;
    display: none;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 242px;
}

.nav-box {
    width: 1114px;
    padding-top: 6px;
}

.nav-list {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    padding-left: 0;
}

.nav-list li {
    float: left;
    position: relative;
}

.nav-link {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 18px;
    position: relative;
    border: 1px solid #fff;
    border-bottom: 0;
    font-weight: bold;
}

.nav-link:after {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 14px;
    border-left: 1px solid #b2b2b2;
    position: absolute;
    right: 0;
    top: 17px;
}

.nav-list li:last-child .nav-link::after {
    border-left: 0;
}

.nav-link:hover {
    font-weight: bold;
}

.nav-link.curr {
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    z-index: 11;
    background: #fff;
}

.nav-link.curr:after {
    border-left: 1px solid #fff;
}

.iconhot {
    position: absolute;
    top: -13px;
    right: 30px;
    font-size: 24px;
    color: #49b53e;
}

.nav-link:hover .iconhot {
    color: #49b53e;
    font-weight: normal;
}

.login-btn,
.reg-btn {
    display: inline-block;
    padding: 0px 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.login-btn {
    background: #505050;
}

.login-btn:hover {
    background: #383838;
    color: #fff;
}

.reg-btn {
    background: #0dc316;
}

.reg-btn:hover {
    background: #03b20c;
    color: #fff;
}

.hot {
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 30px;
    width: 24px;
    height: 12px;
    background: url(../images/hot.png) no-repeat 0 0;
}

.login-link {
    position: absolute;
    right: 0;
    top: 16px;
}

.slide-link {
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #E6E6E6;
    z-index: 10;
    min-width: 200px;
}

.slide-link a {
    display: inline-block;
    border: 1px solid #E6E6E6;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 0 5px;
}

.slide-link a:hover {
    background: #49B53E;
    color: #fff;
    border: 1px solid #49B53E;
}

/*热搜*/
.hot-ser {
    padding: 10px;
    padding-left: 18px;
    color: #8a8a8a;
}

.hot-ser a {
    color: #8a8a8a;
}

.hot-ser a:after {
    content: '-';
    display: inline-block;
    padding: 0 8px;
}

.hot-ser a:last-child:after {
    content: '';
}

.hot-ser a:hover {
    color: #49b53e;
}

.iconlianmeng1 {
    position: relative;
    top: 4px;
    font-size: 22px;
    color: #b81313;
}

/*登陆后*/
.login-after {
    position: relative;
}

.login-after span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0A8F10;
    text-align: center;
}

.login-after span i {
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 100px;
    position: relative;
    top: 4px;
}

.login-user {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    background: #0DC316;
}

.login-user:hover {
    color: #fff;
    opacity: 0.9;
}

/*头部登录下拉*/
.login-slide {
    width: 108px;
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 10;
}

.login-slide-cur {
    width: 88px;
    height: 5px;
    text-align: right;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    background: url("../images/login-icon1.png") no-repeat right 0;
}

.login-slide-wrap {
    width: 88px;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 6px;
}

.login-slide-wrap li {
    float: none;
    text-align: center;
    font-size: 14px;
}

.login-slide-wrap li a {
    display: block;
    border-bottom: 1px solid #C4C4C4;
    padding: 8px 0;
}
</pre></body></html>