@charset "utf-8";
/* 初始化样式 */
.clearfix {
    clear: both;
}

@font-face {
    font-family: 'iconfont';  /* project id 976964 */
    src: url('//at.alicdn.com/t/font_976964_ffxka1g035o.eot');
    src: url('//at.alicdn.com/t/font_976964_ffxka1g035o.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_976964_ffxka1g035o.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_976964_ffxka1g035o.woff') format('woff'),
    url('//at.alicdn.com/t/font_976964_ffxka1g035o.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_976964_ffxka1g035o.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;
}

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

.caret {
    color: #b3b3b3;
}

.nav-top-bg {
    width: 100%;
    height: 42px;
    background: #242a37;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-mianbaoban {
    height: auto;
    float: left;
}

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

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

.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: #e5e5e5 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 #e5e5e5;
    padding: 20px;
    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 .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: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: auto;
    right: 0px;
    width: 300px;
    height: auto;
    border: #e5e5e5 1px solid;
    border-top: none;
    padding: 10px 0px;
    border-radius: 0px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0px;
    background: #fff;
}

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

.nav-login .nav-login-user .sub-oper .eject-user li {
    width: 100%;
    padding: 0px;
    height: auto;
    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 {
    display: flex;
    justify-content: space-between;
}

.nav-login .nav-login-user .sub-oper .eject-user .integral a {
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    color: #999999;
    height: 22px;
    line-height: 22px;
    padding: 0 4%;
    font-size: 12px;
    border-radius: 2px;
    transition: 0.2s all linear;
    position: relative;
}

.nav-login .nav-login-user .sub-oper .eject-user .integral a:hover {
    color: #2B7ACD;
    border-color: #2B7ACD;
}

.nav-login .nav-login-user .sub-oper .reddot {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #ff6e6e;
    border-radius: 200px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    border: 2px solid #fff;
    padding: 0px 5px;
}

.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: #e5e5e5;
    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 #e5e5e5;
}

.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: #242a37;
}

.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);
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    height: auto;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

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

.thefirst:first-child {
    margin: 0;
}

.thefirst:first-child a {
    padding: 0 10px 0 0;
}

.nav-xinyu li.thefirst .nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.nav-xinyu li.thefirst:hover::before, .nav-xinyu li.active::before {
    display: inline-block;
    content: '';
    height: 3px;
    width: 60%;
    background: linear-gradient(#2B7ACD, #733cd0);
    position: absolute;
    bottom: 0;
    left: 20%;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

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

.nav-btn-group {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;

}

.nav-btn {
    display: block;
    height: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.nav-btn:not(:first-child), .nav-btn:not(:nth-child(2)) {
    margin-left: 10px;
}

.nav-btn:hover {
    color: white;
}

.nav-btn-active {
    background-color: #2B7ACD;
    color: #fff;
    border-radius: 4px;
    padding: 0 22px;
}

.nav-btn-active:hover {
    background-color: #268af3;
}

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

.nav-search {
    /*width: 300px;*/
    height: 41px;
    border-radius: 4px;
    border: 1px solid #2F3541;
    box-sizing: border-box;
    background-color: #2F3541;
    float: right;
    margin-right: 8px;
}

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

.nav-search-after {
    /*background: #fff;*/
    border: 1px solid #2b7acd;
    width: 270px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.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;
    display: none;
}


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

.nav-search .search-option .search-option-value {
    width: 100%;
    position: absolute;
    height: 40px;
    left: 0px;
    top: 0px;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.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: #2F3541;
    position: absolute;
    top: 41px;
    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: 28px;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
    color: #808080;
    font-size: 12px;
}

.nav-search .search-option ul li:hover {
    background-color: #444A54;
    color: #fff;
}

.nav-search .search-option option {
    border: 1px #e5e5e5 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: 40px;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    border: none;
    float: left;
    outline: 0;
    color: rgba(255, 255, 255, 0.8);
    -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;
}

/*.search-container {*/
/*margin-top: 40px;*/
/*text-align: center;*/
/*}*/

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

.container {
    width: 1200px;
    height: auto;
    margin: 20px 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 #e5e5e5;
    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;
}

.form-container {
    width: 720px;
    height: auto;
    margin: 0 auto;
}

.hot-cate {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background-color: #FAFAFA;
    padding: 20px;
    /*display: flex;*/
    line-height: 16px;
    margin-top: 10px;
}

.hot-cate-item {
    cursor: pointer;
}

.hot-cate-item a {
    display: inline-block;
    height: 28px;
    background: #fff;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
    word-wrap: break-word;
    word-break: normal;
    white-space: nowrap;
}

.hot-cate-item a:hover {
    background: #2B7ACD;
    color: #fff;
    border: 1px solid #2B7ACD;
}

.hot-cate-title {
    margin-right: 10px;
    font-size: 16px;
}

.search-form {
    display: inline-block;
    width: 720px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #FAFAFA;
    padding: 0;
    text-align: left;
}

.form-container form {
    display: flex;
}

.form-container .dl-search-option {
    float: left;
    width: 60px;
    height: 34px;
    border-radius: 4px 0px 0px 4px;
    border: none;
    outline: none;
    padding-left: 5px;
    position: relative;
}

.form-container .dl-search-option .dl-search-option-value {
    width: 100%;
    position: absolute;
    height: 40px;
    left: 0px;
    top: 0px;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.form-container .dl-theline {
    width: 1px;
    height: 16px;
    margin-top: 12px;
    background: #d9d9d9;
}

.form-container .dl-thetext {
    color: #CCCCCC;
}

.form-container .dl-search-input {
    width: -moz-calc(100% - 46px - 61px);
    width: -webkit-calc(100% - 46px - 61px);
    width: calc(100% - 46px - 61px);
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 10px;
    border: none;
    outline: 0;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    background: none;
}

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

.form-container .dl-search-option ul {
    display: none;
    width: 80px;
    background: white;
    position: absolute;
    top: 46px;
    left: 0px;
    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;
}

.form-container .dl-search-option ul li {
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
    color: #808080;
    font-size: 12px;
}

.form-container .dl-search-option ul li:hover {
    background-color: #F2F2F2;
}

.form-container .form-latest-search {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}

.form-container .form-latest-search .tag {
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
}

.form-latest-search .tag {
    margin: 0 12px;
}

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

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

.sidebar-upload {
    position: fixed;
    bottom: 160px;
    right: 2%;
    z-index: 999;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px rgba(111, 100, 255, 0.5);
    background: linear-gradient(-42deg, rgba(48, 109, 255, 1), rgba(123, 98, 255, 1));
}

.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;
}

.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 #e5e5e5;
}

.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-x: visible;
}

.c-logo {
    display: none;
}

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

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

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

    .container {
        width: 96%;
    }

    .footer-con {
        width: 96%;
    }

    .nav-mianbaoban .thefirst {
        margin: 0 2px;
    }

    .logo-mianbaoban {
        width: auto;
        margin-right: 20px;
    }

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

    .nav-login {
        width: 140px;
    }

    .nav-login .nav-login-text a {
        width: 70px;
    }

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

@media (max-width: 991px) {
    .nav-bottom-bg {
        box-shadow: none;
    }

    .nav-bottom {
        width: 92%;
    }

    .channel {
        width: 100%;
        height: 50px;
        float: none;
        background: #f7f7f7;
        border-bottom: 1px solid #e5e5e5;
        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;
        left: 50%;
        margin-left: -46px;
    }

    .nav-bottom .logo-xinyu .c-down {
        margin: 20px auto 0px;
        width: 90px;
    }

    .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: #e5e5e5 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 #e5e5e5;
    }

    .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 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 #e5e5e5;
    }

    .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 #e5e5e5;
        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;
    }

    .logo-xinyu {
        width: 113px;
    }

    .logo-xinyu .c-logo {
        width: 100%;
        margin-top: 14px;
        display: block;
    }
}

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

    .search-form {
        width: unset;
    }

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

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

    .form-container {
        width: unset;
        padding: 10px;
    }
}


.navLoginUser > a img {
    width: 30px !important;
    height: 30px !important;
    margin-top: 6px !important;
}
.drop-user{
    top: 42px!important;
}

