<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 初始化样式 */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #323232;
}

a:hover, a:visited, a:link {
    text-decoration: none;
}

a:hover, a:focus {
    color: #2b7acd;
}

.clearfix {
    clear: both;
}

ul {
    margin: 0px;
}

.btn-primary {
    background: #2b7acd !important;
}

.btn-primary a {
    color: #fff;
}

.btn-primary a:hover, .btn-primary a:focus {
    color: #fff;
}

@font-face {
    font-family: 'iconfont';  /* project id 976964 */
    src: url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.eot');
    src: url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.woff') format('woff'),
    url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_976964_ah01wmfkmpw.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'numFont';
    src: url('../../font/georgiai_1.ttf');
    /*src: url('../font/Helvetica.eot');
    src: url('../font/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('../font/Helvetica.otf') format('woff'),
    url('../font/Helvetica.ttf') format('truetype'),
    url('../font/Helvetica.svg#NeuesBauenDemo') format('svg');*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b2b2b2;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b2b2b2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b2b2b2;
}

body {
    font-size: 12px;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
    color: #646464;
}

.disable-scroll {
    overflow: hidden;
    height: 100%;
}

.caret {
    color: #b3b3b3;
}

.nav-top-bg {
    width: 100%;
    height: 42px;
    background: #242a37;
    position: relative;
}

.nav-top {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}

.logo-mianbaoban {
    width: 70px;
    height: 100%;
    float: left;
}

.logo-mianbaoban img {
    margin-top: 8px;
    opacity: 0.8;
    display: block;
    width: 100%;
}

.nav-mianbaoban {
    /*width: -moz-calc(100% - 115px - 190px);*/
    /*width: -webkit-calc(100% - 115px - 190px);*/
    /*width: calc(100% - 115px - 190px);*/
    height: auto;
    float: left;
}

.nav-mianbaoban .thefirst {
    width: auto;
    float: left;
    font-size: 14px;
    position: static;
    /*margin: 0px 10px;*/
}

.nav-mianbaoban li.thefirst .nav-link {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
}

.nav-mianbaoban li.thefirst:hover {
    background: #2b7acd;
    color: rgba(255, 255, 255, 1);
}

.nav-mianbaoban li.thefirst:hover span,
.nav-mianbaoban li.thefirst:hover a {
    color: #fff;
}

.nav-mianbaoban li.thefirst .dropdown-menu {
    width: 100%;
    height: auto;
    border: #ededed 1px solid;
    border-top: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
}

.nav-mianbaoban li.thefirst .dropdown-menu ul {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

.nav-mianbaoban li.thefirst .dropdown-menu li {
    width: 20%;
    height: auto;
    float: left;
    border-right: 1px solid #ededed;
    padding: 20px;
    min-height: 300px;
    min-height: 420px;
}

.nav-mianbaoban li.thefirst .dropdown-menu li:last-child {
    border-right: none;
}

.nav-mianbaoban li.thefirst .dropdown-menu li .thetitle {
    font-size: 16px;
    font-weight: bold;
    color: #2b7acd;
    margin-bottom: 10px;
    display: block;
}

.nav-mianbaoban li.thefirst .dropdown-menu li .thelink a {
    display: block;
    color: #666;
    padding: 7px 0px;
}

.nav-mianbaoban li.thefirst .dropdown-menu li .thelink a:hover {
    color: #2b7acd;
}

.nav-login {
    width: 180px;
    height: 42px;
    float: right;
}

.nav-login .nav-login-text {
    width: 100%;
    display: block;
}

.nav-login .nav-login-text a {
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    transition: all 0.5s;
    float: left;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nav-login .nav-login-text a:first-child {
    background: rgba(255, 255, 255, 0.1);
}

.nav-login .nav-login-text a:last-child {
    background: #2b7acd;
}

.nav-login .nav-login-text a:first-child:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nav-login .nav-login-text a:last-child:hover {
    background: #268af3;
}

.nav-login .nav-login-user {
    position: relative;
    height: 42px;
}

.nav-login .nav-login-user img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    margin-top: 6px;
    float: right;
}

.nav-login .nav-login-user .thenum {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff6e6e;
    height: 16px;
    padding: 0px 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
}

.nav-login .nav-login-user:hover img {
    border: 2px solid #2b7acd;
}

.nav-login .nav-login-user .sub-oper {
    position: absolute;
    top: 42px;
    left: -90px;
    width: 280px;
    height: auto;
    border: #ededed 1px solid;
    border-top: none;
    padding: 10px 0px;
    border-radius: 0px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0px;
}

.nav-login .nav-login-user .sub-oper .eject-user {
    width: 85.71%;
    height: auto;
    margin: 2% auto 0px;
    border-bottom: 1px solid #ededed;
}

.nav-login .nav-login-user .sub-oper .eject-user li {
    width: 100%;
    padding: 0px;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 5%;
}

.nav-login .nav-login-user .sub-oper .eject-user .username {
    font-size: 18px;
    color: #323232;
    margin-bottom: 1.5%;
}

.nav-login .nav-login-user .sub-oper .eject-user .integral span {
    display: block;
    float: left;
    border: 1px solid #ededed;
    color: #999999;
    height: 22px;
    line-height: 22px;
    padding: 0px 4%;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2%;
    border-radius: 2px;
}

.nav-login .nav-login-user .sub-oper .eject-user .grade {
    margin-bottom: 1%;
}

.nav-login .nav-login-user .sub-oper .eject-user .grade .progress-bar-bg {
    width: 100%;
    height: 4px;
    background: #ededed;
    border-radius: 50px;
    position: relative;
}

.nav-login .nav-login-user .sub-oper .eject-user .grade .progress-bar-con {
    position: absolute;
    width: 50%;
    height: 4px;
    background: #2b7acd;
    left: 0px;
    left: 0px;
    border-radius: 50px 0px 0px 50px;
}

.nav-login .nav-login-user .sub-oper .eject-user .grade .progress-text {
    font-size: 12px;
    color: #808080;
    margin-top: 1%;
}

.nav-login .nav-login-user .sub-oper .eject-user .grade .progress-text span {
    color: #b2b2b2;
}

.nav-login .nav-login-user .sub-oper .message-center {
    width: 85.71%;
    height: auto;
    overflow: hidden;
    margin: 3% auto 0px;
}

.nav-login .nav-login-user .sub-oper .message-center li {
    width: 33.33%;
    height: auto;
    float: left;
    padding: 5% 0px 0px;
    text-align: center;
}

.nav-login .nav-login-user .sub-oper .message-center li .icon {
    display: inline-block;
    position: relative;
}

.nav-login .nav-login-user .sub-oper .message-center li .icon .iconfont {
    font-size: 16px;
    color: #b2b2b2;
}

.nav-login .nav-login-user .sub-oper .message-center li strong {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #ff6e6e;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0px 5px;
    border-radius: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.nav-login .nav-login-user .sub-oper .message-center li .thetext {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #808080;
    position: relative;
    top: -2px;
    left: 3px;
}

.nav-login .nav-login-user .sub-oper .message-center li:hover .thetext {
    color: #2b7acd;
}

.nav-login .nav-login-user .sub-oper .eject-icon {
    width: 85.71%;
    height: auto;
    margin: 3% auto;
    overflow: hidden;
}

.nav-login .nav-login-user .sub-oper .eject-icon li {
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
    padding: 2% 0px;
}

.nav-login .nav-login-user .sub-oper .eject-icon li:hover {
    background: #f7f7f7;
}

.nav-login .nav-login-user .sub-oper .eject-icon li:hover a span {
    color: #2b7acd;
}

.nav-login .nav-login-user .sub-oper .eject-icon li span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #808080;
}

.nav-login .nav-login-user .sub-oper .eject-icon li .iconfont {
    font-size: 16px;
    color: #b2b2b2;
}

.nav-login .nav-login-user .sub-oper .setup-exit {
    width: 100%;
    height: auto;
    border-top: 1px solid #ededed;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con {
    width: 85.71%;
    height: auto;
    margin: 3% auto 0px;
    overflow: hidden;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li {
    width: 50%;
    float: left;
    line-height: 30px;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li:last-child {
    text-align: right;
    float: right;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li a {
    color: #808080;
    font-size: 12px;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li .iconfont {
    color: #b2b2b2;
    font-size: 14px;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li :hover {
    color: #2b7acd;
}

.nav-login .nav-login-user .sub-oper .setup-exit-con li :hover .iconfont {
    color: #2b7acd;
}

.nav-bottom-bg {
    width: 100%;
    height: 60px;
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.nav-bottom {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.logo-xinyu {
    width: 145px;
    height: 100%;
    float: left;
}

.logo-xinyu img {
    margin-top: 19px;
}

.nav-xinyu {
    width: -moz-calc(100% - 145px - 300px);
    width: -webkit-calc(100% - 145px - 300px);
    width: calc(100% - 145px - 300px);
    height: auto;
    float: left;
}

.nav-xinyu .thefirst {
    width: auto;
    float: left;
    position: relative;
    margin: 0px 10px;
}

.nav-xinyu li.thefirst .nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    color: #333;
    font-size: 16px;
}

.nav-xinyu li.thefirst:hover {
    background: #2b7acd;
    color: rgba(255, 255, 255, 1);
}

.nav-xinyu li.thefirst:hover a{
    color: #fff!important;
    font-weight: bold;
}

.nav-xinyu li.thefirst:hover span,
.nav-xinyu li.thefirst:hover a {
    color: #fff;
}

.nav-xinyu-btn {
    width: 300px;
    float: right;
    text-align: right;
}

.nav-xinyu-btn a {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #2b7acd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    transition: all 0.5s;
}

.nav-xinyu-btn a:hover, .nav-xinyu-btn a:focus {
    color: #fff;
    background: #268af3;
    outline: none;
}

.nav-search {
    width: 300px;
    height: 36px;
    margin-top: 3px;
    border-radius: 4px!important;
    float: right;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-right: 0px!important;
}

.nav-search-before {
    width: 240px;
}

.nav-search-after {
    background: #fff;
    border: 1px solid #2b7acd;
}

.nav-search .search-option, .nav-search-xs-con .search-option {
    float: left;
    width: 60px;
    height: 34px;
    border-radius: 4px 0px 0px 4px;
    border: none;
    outline: none;
    padding-left: 5px;
    position: relative;
}

.nav-search .theline {
    width: 1px;
    height: 16px;
    margin-top: 10px;
    background: #cccccc;
    float: left;
    display: none;
}

.nav-search .search-option {
    display: none;
}

.nav-search .search-option .search-option-value {
    width: 100%;
    position: absolute;
    height: 36px;
    left: 0px;
    top: 0px;
    line-height: 36px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
}

.nav-search-xs-con .search-option .search-option-value {
    height: 50px;
    line-height: 50px;
}

.nav-search-xs-con .search-option ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10%;
    color: #808080;
}

.nav-search .search-option ul, .nav-search-xs-con .search-option ul {
    width: 100px;
    background: #fff;
    position: absolute;
    top: 36px;
    left: 0px;
    display: none;
    z-index: 999;
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.nav-search-xs-con .search-option ul {
    top: 50px;
}

.nav-search .search-option ul li {
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    cursor: pointer;
    color: #808080;
    font-size: 12px;
}

.nav-search .search-option option {
    border: 1px #ededed solid;
}

.nav-search-active {
    background: #f5f5f5;
}

.nav-search .search-input {
    width: -moz-calc(100% - 46px - 61px);
    width: -webkit-calc(100% - 46px - 61px);
    width: calc(100% - 46px - 61px);
    height: 34px;
    padding: 0px 0px 0px 10px;
    border: none;
    float: left;
    outline: 0;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    background: none;
}

.nav-search button {
    width: 46px;
    height: 34px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    float: right;
    text-align: center;
    line-height: 34px;
    border: none;
    background: none;
    overflow: hidden;
    color: #999999;
    outline: none;
}

.nav-list-xs, .nav-search-xs-con {
    display: none;
}

.fixed-bottom {
    width: 100%;
    height: 102px;
}

.container {
    width: 1200px;
    height: auto;
    margin: 30px auto 0px;
    padding: 0px;
}

.row-ad {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.ad-text {
    padding: 0px 3px;
    position: absolute;
    left: 0px;
    bottom: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: scale(0.80);
    -ms-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -o-transform: scale(0.80);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
}

.modular-title {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #ededed;
    margin: 10px auto 0px;
}

.modular-title span {
    font-size: 20px;
    margin: 0px;
    height: 100%;
    line-height: 56px;
    background-repeat: no-repeat;
    background-size: 28px 25px;
    background-position: left center;
    color: #323232;
    display: inline-block;
}

.modular-title strong {
    display: inline-block;
    border-bottom: 1px solid #2b7acd;
    padding-left: 34px;
    color: #2b7acd;
}

.more {
    display: inline-block;
    line-height: 56px;
    float: right;
    color: #b2b2b2;
}

footer {
    width: 100%;
    height: auto;
    margin: 50px auto 0px;
    background: #2d3237;
    position: relative;
    z-index: 2099;
}

.footer-con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px;
}

.footer-left {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
}

.footer-link a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 20px;
}

.footer-link a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.5);
    margin: 20px 0px 0px;
}

.footer-share {
    height: 24px;
    float: right;
}

.footer-share .iconfont {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    background: #d21a1a;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
}

.footer-share .iconfont:hover {
    opacity: 0.6;
}

.footer-share .weixin:hover {
    opacity: 1;
}

.footer-share .weixin {
    background: #5dba51;
    position: relative;
}

.footer-share .weixin-code {
    width: 150px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -75px;
    background: #fff;
    padding: 12px;
    webkit-box-shadow: 0 10px 20px rgba(153, 160, 169, 0.3);
    box-shadow: 0 10px 20px rgba(153, 160, 169, 0.3);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: none;
}

.footer-share .weixin-code .code-pic-arrow {
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -14px;
}

.footer-share .weixin-code img {
    display: block;
    margin: 0 auto;
    width: 126px;
    height: 126px;
}

.footer-share .weixin-code .code-text {
    color: #646464;
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
}

.footer-share .weixin:hover .weixin-code {
    display: block;
}

.sidebar-top {
    position: fixed;
    bottom: 80px;
    right: 2%;
    display: none;
    z-index: 3999;
}

.sidebar-top .iconfont {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #858585;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.channel {
    width: 160px;
    height: auto;
    float: left;
}

.channel-list-fixed {
    position: fixed;
    /*top: 102px;*/
    top: 0px;
    padding: 20px 0px 0px 0px;
    z-index: 999;
    border-right: 1px solid #ededed;
}

.channel li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 6px;
    color: #323232;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.channel-list-seat {
    overflow-y: auto;
    background: none;
    padding-right: 10px;
    overflow: visible;
}

@media (max-width: 1200px) {
    .nav-mianbaoban li.thefirst .dropdown-menu ul {
        width: 96%;
    }

    .nav-mianbaoban li.thefirst .dropdown-menu li {
        min-height: 360px;
    }

    .nav-top, .nav-bottom {
        width: 96%;
    }

    .nav-con .nav-list li.thefirst {
        margin: 0px 1%;
    }

    .container {
        width: 96%;
    }

    .footer-con {
        width: 96%;
    }
}

@media (max-width: 991px) {
    .nav-bottom-bg {
        border-bottom: 1px solid #ededed;
        box-shadow: none;
        z-index: 999999;
    }

    .nav-bottom {
        width: 92%;
    }

    .channel {
        width: 100%;
        height: 50px;
        float: none;
        background: #f7f7f7;
        border-bottom: 1px solid #ededed;
        position: relative;
    }

    .channel-fixed-top {
        position: fixed !important;
        top: 60px;
        z-index: 999;
    }

    .sub-nav-con {
        display: inline-block;
    }

    .nav-bottom .logo-xinyu {
        height: 60px;
        position: absolute;
        top: 0px;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-bottom .logo-xinyu img {
        display: block;
        margin: 25px auto 0px;
        width: 70px;
    }

    .nav-con .nav-list, .nav-con .nav-search, .nav-con .nav-login {
        display: none;
    }

    .nav-menu-xs {
        height: 60px;
        position: absolute;
        left: 0px;
        line-height: 60px;
    }

    .nav-search-xs {
        position: absolute;
        height: 60px;
        left: 40px;
        line-height: 60px;
    }

    .nav-menu-xs .iconfont,
    .nav-search-xs .iconfont {
        font-size: 20px;
        color: #999999;
    }

    .menu-btn {
        font-size: 22px !important;
    }

    .nav-menu-xs .colse-btn, .nav-menu-xs-active .menu-btn, .nav-search-xs .colse-btn,
    .nav-search-xs-active .search-btn {
        display: none;
    }

    .nav-right-xs {
        position: absolute;
        right: 0px;
        line-height: 60px;
    }

    .nav-right-xs .nav-login-xs,
    .nav-right-xs .write-xs {
        float: left;
    }

    .nav-right-xs .write-xs {
        margin-right: 0px;
    }

    .nav-right-xs .nav-login-xs a {
        color: #808080;
        font-size: 16px;
    }

    .nav-right-xs .nav-login-xs .login-text-xs {
        height: 60px;
        line-height: 60px;
        display: none;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs {
        height: 48px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs {
        width: 140px;
        /*left: -80px;*/
        left: auto;
        right: 0px;
        min-width: 140px !important;
        margin: 0px;
        box-shadow: none;
        border: #ededed 1px solid;
        border-radius: 2px;
        border-top: none;
        z-index: 2999;
        background: #f7f7f7;

    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs li {
        height: 30px;
        line-height: 30px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs .username {
        border-bottom: 1px solid #ededed;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs li a {
        font-size: 12px;
        color: #808080;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs li .iconfont {
        color: #b2b2b2;
        display: inline-block;
        width: 16px;
        font-size: 14px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .sub-oper-xs li .my-blog {
        font-size: 12px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs img {
        width: 32px;
        height: 32px;
        border-radius: 30px;
        display: block;
        border: 2px #fff solid;
        margin-top: 12px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs .thenum {
        position: absolute;
        top: -5px;
        right: 0px;
        background: #ff6e6e;
        height: 16px;
        padding: 0px 5px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 50px;
        font-weight: bold;
        line-height: 16px;
    }

    .nav-right-xs .nav-login-xs .user-pic-xs:hover img {
        border: 2px #2b7acd solid;
    }

    .nav-menu-xs-active .colse-btn {
        display: block;
    }

    .nav-search-xs-active .colse-btn {
        display: block;
    }

    .nav-list-xs {
        width: 100%;
        height: auto;
        background: #f7f7f7;
        position: fixed;
        top: 60px;
        z-index: 2999;
        border-bottom: 1px solid #ededed;
    }

    .nav-list-xs li {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 50px;
    }

    .nav-list-xs li a {
        color: #323232;
        padding-left: 4%;
    }

    .nav-list-xs li span {
        color: #b3b3b3;
    }

    .nav-list-xs li ul.nav-list-subnav {
        display: none;
        overflow: hidden;
    }

    .nav-list-xs li ul.nav-list-subnav li {
        width: 50%;
        height: 40px;
        float: left;
        line-height: 40px;
        font-size: 14px;
    }

    .nav-list-xs li ul.nav-list-subnav li a {
        padding-left: 50px;
        color: #808080;
    }

    .nav-search-xs-con {
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: none;
        position: fixed;
        top: 60px;
        z-index: 10000;
        background: #f7f7f7;
        border-bottom: 1px solid #ededed;
        padding: 0px 2%;
    }

    .nav-search-xs-con .search-option {
        float: left;
        width: 70px;
        height: 49px;
        line-height: 49px;
        position: relative;
        font-size: 16px;
        border-radius: 5px 0px 0px 5px;
        background: #f7f7f7;
    }

    .nav-search-xs-con .search-option .search-option-value {
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        float: left;
        padding-left: 5px;
    }

    .nav-search-xs-con .search-option ul {
        width: 100%;
        background: #fff;
        position: absolute;
        top: 50px;
        left: 0px;
        display: none;
    }

    .nav-search-xs-con .search-option ul li {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        cursor: pointer;
        color: #808080;
        font-size: 14px;
    }

    .nav-search-xs-con .theline {
        width: 1px;
        height: 16px;
        margin-top: 17px;
        background: #e6e6e6;
        float: right;
    }

    .nav-search-xs-con .search-xs-input {
        width: -moz-calc(100% - 70px - 50px);
        width: -webkit-calc(100% - 70px - 50px);
        width: calc(100% - 70px - 50px);
        height: 49px;
        padding: 0px 0px 0px 10px;
        outline: none;
        border: none;
        font-size: 16px;
        background: #f7f7f7;
    }

    .nav-search-xs-con button {
        width: 50px;
        height: 50px;
        float: right;
        background: none;
        border: none;
        outline: none;
    }

    .nav-search-xs-con .iconfont {
        font-size: 20px;
        color: #999999;
    }

    .nav-search-xs-con .search-xs-input:focus {
        border: none;
        outline: 0;
        box-shadow: none;
    }

    .sidebar-top .iconfont {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .nav-xinyu-btn {
        width: auto;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-xinyu-btn a {
        width: 60px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 0px;
    }

}

@media (max-width: 767px) {
    .modular-title {
        height: 44px;
        line-height: 44px;
    }

    .modular-title span {
        font-size: 18px !important;
        line-height: 43px;
        background-size: 20px 18px;
    }

    .modular-title strong {
        padding-left: 28px;
    }


}


</pre></body></html>