:root {
    --theme-color: #666
}
a, iframe, img {
    text-decoration: none
}
.textarea, :focus, object {
    outline: 0
}
.al, td, th {
    text-align: left
}
.il, ol, ul {
    list-style: none
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font: inherit
}
h1, h2, h3, h4, h5, h6, td, th {
    font-weight: 400
}
.emoji-img, .jm-icon, .vip, .vip2, .vip3 {
    vertical-align: text-bottom
}
a img, button, iframe, img {
    border: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
    display: block
}
.after, .before, .emoji-img, .jm-icon, .ui-icon, .vip, .vip2, .vip3 {
    display: inline-block
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
button {
    cursor: pointer
}
button, input, optgroup, option, select, textarea {
    font: inherit
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
em, i {
    font-style: normal
}
a {
    color: #333
}
a:hover {
    color: #ae2a03
}
body.pjax-running, html.pjax-running {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}
body {
    line-height: 1;
    font-family: PingFang SC, STHeiti, 'Microsoft YaHei', simsun, sans-serif, Arial;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased
}
.textarea {
    border-width: 1px;
    border-style: solid;
    word-break: break-word;
    word-wrap: break-word;
    cursor: text;
    overflow: hidden;
    overflow-y: auto
}
.ar {
    text-align: right
}
.ac {
    text-align: center
}
.fl, .il .fl {
    float: left
}
.fr, .il .fr {
    float: right
}
.fc, .il .fc {
    float: none;
    clear: both
}
.rel {
    position: relative
}
.abs, .after, .before {
    position: absolute
}
.il li {
    float: left
}
input::-webkit-input-placeholder {
    color: #ccc
}
input::-moz-placeholder {
    color: #ccc
}
input:-moz-placeholder {
    color: #ccc
}
input:-ms-input-placeholder {
    color: #ccc
}
.jm-icon {
    width: 20px;
    height: 20px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-icon_2017062901.png) no-repeat
}
.jm-icon.s-icon {
    width: 14px;
    height: 14px
}
.icon-chat {
    background-position: -83px -23px
}
.icon-reply {
    background-position: -83px -3px
}
.icon-pm {
    background-position: -83px -43px
}
.icon-rss {
    background-position: -83px -63px
}
.icon-minus {
    background-position: -103px -102px
}
.icon-a-collect {
    background-position: -83px -103px
}
.icon-a-browse {
    background-position: -83px -123px
}
.icon-comment {
    background-position: -83px -141px
}
.after, .before {
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0
}
.vip, .vip2, .vip3 {
    width: 14px;
    height: 16px
}
.vip {
    background: url(https://res.jiemian.com/assets/pc/img/jm-icon_2017062901.png) -63px -23px no-repeat
}
.vip2 {
    background: url(https://res.jiemian.com/assets/pc/img/jm-icon_2017062901.png) -63px -43px no-repeat
}
.vip3 {
    background: url(https://res.jiemian.com/assets/pc/img/jm-icon_2017062901.png) -63px -63px no-repeat
}
.jm-i {
    display: inline-block;
    vertical-align: top;
    background-image: url(https://res.jiemian.com/assets/pc/common/img/sprite.png)!important;
    background-repeat: no-repeat!important;
    background-size: 1200px 1200px!important
}
.jm-i.jm-i-search {
    background-position: 0 0
}
.jm-i.jm-i-close {
    background-position: -90px 0
}
.jm-i.jm-i-message {
    background-position: 0 -45px
}
.jm-i.jm-i-point {
    background-position: 0 -73px
}
.jm-i.jm-i-follow {
    background-position: 0 -101px
}
.jm-i.jm-i-article {
    background-position: 0 -129px
}
.jm-i.jm-i-contribution {
    background-position: 0 -157px
}
.jm-i.jm-i-report {
    background-position: 0 -185px
}
.jm-i.jm-i-account {
    background-position: 0 -213px
}
.jm-i.jm-i-signout {
    background-position: 0 -241px
}
.nav-parent {
    background-color: #51a8dd;
    min-width: 1200px
}
.nav-children {
    background-color: #fff
}
.nav-parent .nav {
    position: relative;
    height: auto;
    border: 0
}
.nav-parent .header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}
.jiemian-nav.parent {
    height: 48px;
    padding-left: 194px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-family: STSongti-SC-Black, STSongti-SC, 'Noto Serif SC', simsun;
    font-weight: 700
}
.jiemian-nav.parent .nav-list {
    height: 100%;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    border-left: 0;
    float: none;
    position: static
}
.jiemian-nav.parent .nav-list:first-child {
    
}
.jiemian-nav.parent .nav-link {
    display: block;
    height: 100%;
    padding: 0 11px;
    color: rgba(255, 255, 255, .7);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    z-index: 1;
    font-family: STSongti-SC-Black, STSongti-SC, 'Noto Serif SC', simsun, sans-serif, Arial;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.jiemian-nav.parent .nav-link .text {
    position: relative;
    z-index: 100;
    color: inherit
}
.jiemian-nav.parent .nav-list .border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.jiemian-nav.parent .nav-list.active .border, .jiemian-nav.parent .nav-list:hover .border {
    height: 100%
}
.jiemian-nav.parent .nav-list.active .nav-link, .jiemian-nav.parent .nav-list:hover .nav-link {
    color: #fff
}
.jiemian-nav.parent .nav-list.active .nav-link .text {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.header-container {
    margin: 0 auto;
    width: 1200px!important;
    overflow: visible
}
.nav2 {
    height: 40px
}
.jiemian-children-wrap {
    width: 990px;
    padding-left: 210px;
    padding-top: 4px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 44px;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: visible;
    z-index: 100
}
.jiemian-nav.children {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.jiemian-children-wrap.custom-active, .nav-list.active .jiemian-children-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 100
}
.nav-list.active .jiemian-children-wrap.init-active {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0
}
.nav-list:hover .jiemian-children-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 102
}
.jiemian-nav.children .nav-list {
    border: 0;
    margin-top: 10px
}
.jiemian-nav.children .nav-list:first-child {
    border-left: 0
}
.jiemian-nav.children .nav-list .link {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-right: 20px;
    padding-left: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 20px;
    font-family: PingFang SC, STHeiti, 'Microsoft YaHei', simsun, sans-serif, Arial;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.jiemian-nav.children .nav-list .link:hover {
    background-color: transparent
}
.jiemian-nav.children .nav-list .link .icon {
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: red
}
header {
    position: relative;
    z-index: 1000;
    margin-bottom: 36px
}
.header-inner {
    width: 100%;
    z-index: 999;
    position: relative;
    background-color: #fff
}
.header-inner.inited {
    box-shadow: 0 2px 7px 0 rgba(219, 219, 219, .33)
}
.header-inner .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200
}
.header-inner .logo-wrap {
    position: relative
}
.header-inner .logo-wrap a {
    
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}
.header-inner .logo-wrap img {
    width: 80%;
    height: auto
}
.opts-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.opts-container .user-container {
    position: relative;
    margin-left: 24px
}
.opts-container .user-container .user-avatar {
    cursor: pointer
}
.opts-container .user-container img {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%
}
.user-container .user-wrap {
    position: absolute;
    right: -6px;
    top: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    padding-top: 20px;
    pointer-events: none;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    z-index: 2000
}
.user-container:hover .user-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: initial
}
.user-container .user-info-list {
    width: 100px;
    padding: 16px 0;
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}
.user-container .user-info-list .user-info-item {
    margin-bottom: 10px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.user-container .user-info-list .user-info-item:last-child {
    margin-bottom: 0
}
.user-info-list .user-info-item i {
    width: 28px;
    height: 24px;
    -webkit-transform: translateZ(0) scale(.5);
    -moz-transform: translateZ(0) scale(.5);
    -ms-transform: translateZ(0) scale(.5);
    -o-transform: translateZ(0) scale(.5);
    transform: translateZ(0) scale(.5);
    margin-left: -6px
}
.user-info-list .user-info-item .jm-i.jm-i-signout {
    height: 26px
}
.user-info-list .user-info-item .link {
    color: #666;
    height: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
#msg_nav {
    background-color: #e72410
}
#msg_menu, #msg_nav {
    border-radius: 50px;
    color: #fff;
    padding: 2px 4px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.user-info-list .user-info-item:hover .link {
    color: #333
}
.user-info-list .user-info-item:hover .jm-i.jm-i-message {
    background-position: -32px -45px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-point {
    background-position: -32px -73px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-follow {
    background-position: -32px -101px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-article {
    background-position: -32px -129px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-contribution {
    background-position: -32px -157px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-report {
    background-position: -32px -185px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-account {
    background-position: -32px -213px
}
.user-info-list .user-info-item:hover .jm-i.jm-i-signout {
    background-position: -32px -241px
}
.opts-container .search-btn {
    position: relative
}
.opts-container .search-btn i {
    width: 41px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: translateZ(0) scale(.5);
    -moz-transform: translateZ(0) scale(.5);
    -ms-transform: translateZ(0) scale(.5);
    -o-transform: translateZ(0) scale(.5);
    transform: translateZ(0) scale(.5)
}
.opts-container .search-btn i.jm-i-close {
    position: absolute;
    left: 0;
    top: 0
}
.opts-container .search-btn i.in {
    -webkit-transform: translateZ(0) scale(0);
    -moz-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    -o-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}
.opts-container .search-btn .jm-i-search:hover {
    background-position: -45px 0
}
.opts-container .search-btn .jm-i-close:hover {
    background-position: -135px 0
}
.search-container {
    width: 100%;
    padding: 60px 0;
    position: absolute;
    left: 0;
    top: 48px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(219, 219, 219, .33);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.search-container.in {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}
.search-container .search-wrap {
    padding-left: 194px;
    padding-right: 66px;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.search-container .search-info {
    padding-top: 23px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.search-wrap .search-input {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.search-wrap .search-input .border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: red;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1
}
.search-wrap .search-input input {
    font-size: 26px;
    color: #333;
    line-height: 37px;
    height: 37px;
    padding: 0 57px 12px 0;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #dedede;
    font-family: PingFangSC-Regular, 'PingFang SC', simsun, sans-serif, Arial;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.search-wrap .search-input input:focus+.border {
    width: 100%
}
.search-wrap .search-input i {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 41px;
    height: 41px;
    background-position: -180px 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    cursor: pointer;
    background-color: transparent
}
.search-wrap .search-input i:hover {
    background-position: -225px 0
}
.search-info .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}
.search-info .title a {
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-weight: 400
}
.search-info .title a:hover {
    color: #666
}
.search-info .title a:hover .jm-i-remove {
    background-image: url(https://res.jiemian.com/assets/pc/common/img/search_delete_icon_hover.svg)!important
}
.search-info .title .jm-i-remove {
    width: 22px;
    height: 24px;
    display: inline-block;
    background-image: url(https://res.jiemian.com/assets/pc/common/img/search_delete_icon.svg)!important;
    background-size: 100% 100%!important;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}
.search-info .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative
}
.search-info .list .item {
    margin-right: 15px
}
.search-info .list .item.active {
    position: absolute
}
.search-info .list .inner {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    background-color: #f8f8f8;
    border-radius: 2px;
    color: #999;
    font-size: 16px;
    padding: 5px 36px 5px 15px;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.search-info .list .text {
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}
.search-info .list .text:hover {
    color: #666
}
.search-info .list .jm-i-close {
    width: 11px;
    height: 11px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url(https://res.jiemian.com/assets/pc/common/img/search_historydel_icon.png)!important;
    background-size: 100% 100%!important;
    background-position: initial
}
.search-info .list .jm-i-close:hover {
    background-image: url(https://res.jiemian.com/assets/pc/common/img/search_historydel_icon_hover.png)!important
}
.search-history {
    width: 605px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.search-history .item {
    line-height: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.search-hot {
    margin-left: 60px;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.search-hot .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px
}
.search-hot .list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.search-hot .list .item {
    padding-left: 20px;
    position: relative;
    color: #777;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 15px
}
.search-hot .list .item a {
    transition: all .3s ease
}
.search-hot .list .item:hover a {
    color: #e72410
}
.search-hot .list .item:last-child {
    margin-bottom: 0
}
.search-hot .list .item::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    margin-top: 1px
}
.search-hot .list .item:nth-child(1)::before {
    content: '1';
    color: #ff3a25
}
.search-hot .list .item:nth-child(2)::before {
    content: '2';
    color: #fba726
}
.search-hot .list .item:nth-child(3)::before {
    content: '3';
    color: #ebc200
}
.search-hot .list .item:nth-child(4)::before {
    content: '4'
}
.search-hot .list .item:nth-child(5)::before {
    content: '5'
}
.normal-login {
    height: 100%;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    padding: 0 10px;
    margin-left: 6px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}
.normal-login:hover {
    color: #fff
}
.nav .navbar-btn {
    width: 60px;
    text-align: center;
    height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    float: left;
    position: relative;
    z-index: 9999
}
.nav .navbar-btn span {
    cursor: pointer
}
.nav .js-nav-hover .nav-drop-down {
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    width: 120px;
    text-align: left;
    z-index: 9999
}
.nav .js-nav-hover.active .nav-drop-down {
    display: block
}
.nav .js-nav-hover .nav-drop-down li a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding: 0 10px
}
.nav .js-nav-hover .nav-drop-down li a:hover {
    color: #f12b35;
    background: #f2f2f5
}
.nav .navbar-btn .nav-drop-down li a .nav-icon {
    margin-right: 5px
}
.nav .navbar-btn .nav-drop-down li p img {
    width: 120px;
    height: 120px
}
.nav .navbar-btn .nav-drop-down .mobile-app {
    text-align: center;
    padding: 10px 0;
    overflow: hidden
}
.nav .navbar-btn .nav-drop-down .mobile-app a {
    width: 40px;
    float: left
}
.nav .navbar-btn .nav-drop-down .mobile-app a:hover {
    background: #fff
}
.nav-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://res.jiemian.com/assets/pc/img/nav-icon.png);
    background-repeat: no-repeat;
    position: relative;
    vertical-align: top;
    text-align: center
}
.nav-icon.icon-arrow {
    margin-top: 18px;
    height: 7px;
    background: 0;
    overflow: hidden;
    width: 20px;
    font: 400 15px/15px consolas;
    color: #fff;
    transition: transform .1s ease-in 0s;
    -webkit-transition: -webkit-transform .1s ease-in 0s
}
.ie7 .nav-icon.icon-arrow {
    margin-top: 8px
}
.nav .navbar-btn .f-btn:hover .icon-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
.nav-icon.icon-arrow s {
    position: relative;
    top: -7px;
    text-decoration: none
}
.nav-icon.icon-wb {
    background-position: 0 0
}
.nav-icon.icon-rss {
    background-position: 0 -30px
}
.nav-icon.icon-wx {
    background-position: 0 -60px
}
.nav-icon.icon-search {
    background-position: 0 -90px
}
.nav-icon.icon-phone {
    background-position: -30px 0
}
.nav-icon.icon-android {
    background-position: -30px -30px
}
.nav-icon.icon-apple {
    background-position: -30px -60px
}
.nav .navbar-btn .drop-down .rss-btn, .nav .navbar-btn .drop-down .weibo-btn, .nav .navbar-btn .drop-down .weixin-btn {
    display: block;
    padding-left: 10px
}
.nav #js-s-search.hide {
    display: none
}
.nav #js-s-search.open {
    display: block
}
.nav .navbar-btn .search-btn .nav-icon {
    vertical-align: -10px
}
.nav2 {
    border-top: none
}
.nav2 .nav-list {
    border-color: #222
}
.nav2 .nav-list .nav-list-inner a {
    border-top: none;
    border-bottom: none;
    background: url(https://res.jiemian.com/assets/pc/img/bg.png) repeat-x 0 0
}
.nav2 .nav-list .nav-list-inner a.active, .nav2 .nav-list .nav-list-inner a:hover {
    background: #444;
    border-color: #fff
}
.nav .align-right {
    float: right;
    margin-right: 20px
}
.nav .align-right a {
    display: inline-block;
    padding: 0 14px;
    color: #fcf9ef;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    position: relative
}
.nav .align-right a span {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 18px
}
.user-home {
    position: relative;
    display: inline-block;
    float: left
}
.user-home .user-login {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px
}
.user-home .user-loading {
    display: block
}
.user-home img {
    width: 40px;
    height: 40px
}
.user-home .new-count {
    width: 10px;
    height: 10px;
    text-align: center;
    background: #f12b15;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    display: none
}
.user-home .red-dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f12b15;
    vertical-align: 2px;
    display: none
}
.user-home .red-dian.active {
    display: inline-block
}
.pjax-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff
}
.pjax-wrapper .content-container {
    padding: 0
}
.pjax-wrapper .pjax-loading {
    width: 1200px;
    height: 1200px
}
.pjax-wrapper .pjax-loading .loading-view {
    width: 100%;
    height: 100%;
    background: url(https://res.jiemian.com/assets/pc/img/loading.gif) center center no-repeat
}
.pjax-wrapper .pjax-content {
    position: relative
}
.pjax-wrapper .next-content, .pjax-wrapper .prev-content {
    position: absolute;
    top: 0;
    width: 1200px;
    min-height: 100px;
    background: #fff;
    display: none
}
.pjax-wrapper .prev-content {
    right: 1200px
}
.pjax-wrapper .next-content {
    left: 1200px
}
.pjax-wrapper .next-content.active, .pjax-wrapper .prev-content.active {
    display: block
}
.pjax-wrapper .middle-content {
    width: 1200px
}
.pjax-switch a {
    position: fixed;
    top: 50%;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    transition: background .2s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 400
}
.pjax-switch a:hover {
    color: #fff
}
.content, .content-container, .footer {
    position: relative
}
.pjax-switch i {
    display: inline-block;
    width: 30px;
    height: 52px;
    background: url(https://res.jiemian.com/assets/pc/common/img/pjax-arrow.png) no-repeat
}
.footer, .footer-container {
    background-color: #141414;
    height: 50px
}
.pjax-switch a span {
    padding: 0 10px;
    opacity: 0;
    transition: opacity .2s ease-out
}
.pjax-switch a:hover span {
    opacity: 1
}
.pjax-switch #t-prev {
    left: 0;
    padding-right: 5px
}
.pjax-switch #t-prev i {
    float: left;
    background-position: left 0
}
.pjax-switch #t-prev:hover i {
    background-position: left -47px
}
.pjax-switch #t-next {
    right: 0;
    padding-left: 5px
}
.pjax-switch #t-next span {
    float: left
}
.pjax-switch #t-next i {
    float: left;
    overflow: hidden;
    background-position: right 0
}
.pjax-switch #t-next:hover i {
    background-position: right -47px
}
.content {
    padding-bottom: 36px
}
.pjax-wrapper .content, .pjax-wrapper .middle-content>.b-ad {
    padding: 0;
    margin-bottom: 20px
}
.pjax-wrapper .content .b-ad {
    background-color: #fff
}
.content-container {
    width: 1200px;
    margin: 0 auto;
    background: #fff
}
.content-container:after, .content-container:before {
    content: '';
    display: block;
    clear: both
}
.content-container.video-page {
    background: var(--theme-color)
}
.content-container.video-page .news-view .news-header a:hover {
    color: var(--theme-color)
}
.footer {
    z-index: 600
}
.footer-inner {
    background: #141414
}
.footer-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}
.footer-container .b-logo {
    float: left;
    height: 50px;
    width: 66px;
    background: url(https://res.jiemian.com/assets/pc/img/b-logo.png) center center no-repeat
}
.footer-container p {
    float: left;
    line-height: 50px;
    padding-left: 15px;
    color: #ddd;
    font-size: 13px
}
.footer-container ul {
    float: right;
    line-height: 50px
}
.footer-container ul li {
    float: left;
    margin-left: 10px
}
.footer-container ul a {
    display: inline-block;
    color: #ddd;
    font-size: 12px;
    position: relative
}
.pagination {
    text-align: center;
    padding: 20px 0 80px
}
.pagination ul li {
    display: inline;
    border-bottom: 0;
    padding: 0
}
.pagination li:first-child a, .pagination li:first-child span {
    border-radius: 50%;
    background: 0
}
.pagination li a, .pagination li span {
    border: 0;
    border-radius: 50%;
    padding: 6px 10px;
    margin: 0 2px;
    background: 0;
    color: #000;
    font-size: 10px;
    display: inline-block;
    line-height: 18px;
    width: 10px;
    text-align: center
}
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
    background: #999;
    color: #fff
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    background-color: #999;
    color: #fff
}
.pagination li:last-child a, .pagination li:last-child span {
    border-radius: 20px
}
.jm-box-layout, .jm-box-shade {
    position: fixed
}
.jm-box-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.jm-box-layout {
    top: 150px;
    left: 50%;
    height: auto;
    width: 310px;
    margin-left: -155px
}
.jm-box-border, .jm-box-close, .jm-box-iframe, .jm-box-moves, .jm-box-page, .jm-box-title, .jm-box-title em, .jm-box-title i {
    position: absolute
}
.jm-box-title {
    left: 0;
    top: 0
}
.jm-box-main {
    position: relative;
    height: 100%;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .2)
}
.jm-box-dialog {
    border-top: 2px solid #f3473a
}
.jm-box-page {
    top: 0;
    left: 0
}
.jm-box-load {
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-loading0.gif) #fff center center no-repeat
}
.jm-box-loading {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff
}
.jm-layer-png32 {
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-ico0.png) no-repeat
}
.jm-box-moves {
    border: 3px solid #666;
    cursor: move;
    background-color: rgba(255, 255, 255, .3)
}
.jm-box-icon {
    width: 30px;
    height: 30px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-icon.png) no-repeat;
    display: inline-block;
    vertical-align: -9px;
    margin-right: 10px
}
.jm-box-text {
    line-height: 30px;
    padding: 0 30px;
    word-break: break-all;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    display: block;
    text-align: center
}
.jm-box-icon-0 {
    background-position: -91px -38px
}
.jm-box-icon-1 {
    background-position: -60px 0
}
.jm-box-icon-2 {
    background-position: -30px 0
}
.jm-box-icon-3 {
    background-position: 0 0
}
.jm-box-loading-0 {
    width: 60px;
    height: 24px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-loading0.gif) no-repeat
}
.jm-box-loading-1 {
    width: 37px;
    height: 37px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-loading1.gif) no-repeat
}
.jm-box-icon-16, .jm-box-loading-2 {
    width: 32px;
    height: 32px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-loading2.gif) no-repeat
}
.jm-box-loading-3 {
    width: 126px;
    height: 22px;
    background: url(https://res.jiemian.com/assets/pc/img/jm-box-loading3.gif) no-repeat
}
.jm-box-setwin {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0
}
.jm-box-setwin a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    font-size: 12px
}
.jm-box-setwin .jm-box-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #919191;
    cursor: pointer
}
.jm-box-setwin .jm-box-min:hover cite {
    background-color: #2d93ca
}
.jm-box-setwin .jm-box-max {
    background-position: -6px -189px
}
.jm-box-setwin .jm-box-max:hover {
    background-position: -6px -206px
}
.jm-box-setwin .jm-box-maxmin {
    background-position: -29px -189px
}
.jm-box-setwin .jm-box-maxmin:hover {
    background-position: -29px -206px
}
.jm-box-setwin .jm-box-close0 {
    width: 14px;
    height: 14px;
    background-position: -31px -7px;
    cursor: pointer
}
.jm-box-setwin .jm-box-close0:hover {
    background-position: -51px -7px
}
.jm-box-setwin .jm-box-close1 {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -60px -195px
}
.jm-box-setwin .jm-box-close1:hover {
    background-position: -91px -195px
}
.jm-box-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d5d5d5;
    background: #f5f5f5;
    font-size: 14px;
    color: #333
}
.jm-box-title em {
    height: 20px;
    line-height: 20px;
    width: 60%;
    top: 7px;
    left: 10px;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.jm-box-button a {
    position: absolute;
    bottom: 10px;
    left: 50%;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    color: #333;
    background-color: #fff;
    border-color: #d9d9d9
}
.jm-box-button a:hover {
    text-decoration: none;
    border-color: #ccc
}
.jm-box-button .jm-box-button1 {
    width: 79px;
    height: 32px;
    line-height: 32px;
    margin-left: -39px;
    background-position: -6px -34px
}
.jm-box-button1:hover {
    background-position: -6px -72px
}
.jm-box-button .jm-box-button2 {
    margin-left: -76px;
    width: 71px;
    height: 29px;
    line-height: 29px;
    background: #fff;
    color: #333
}
.jm-box-button2:hover {
    background-position: -5px -146px
}
.jm-box-button .jm-box-button3 {
    width: 71px;
    height: 29px;
    line-height: 29px;
    margin-left: 10px;
    background-position: -81px -114px
}
.jm-box-button3:hover {
    background-position: -81px -146px
}
.jm-box-tips {
    position: relative;
    line-height: 20px;
    min-width: 12px;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}
.jm-box-tips i.m-tips-G {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed
}
.jm-box-tips i.m-tips-B, .jm-box-tips i.m-tips-T {
    left: 50%;
    margin-left: -8px;
    border-right-style: solid
}
.jm-box-tips i.m-tips-T {
    bottom: -8px
}
.jm-box-tips i.m-tips-B {
    top: -15px
}
.jm-box-tips i.m-tips-L, .jm-box-tips i.m-tips-R {
    top: 1px;
    border-bottom-style: solid
}
.jm-box-tips i.m-tips-R {
    left: -8px
}
.jm-box-tips i.m-tips-L {
    right: -8px
}
.pjax-switch a.item-422:hover {
    background: #666
}
.pjax-switch a.item-174:hover {
    background: #1e286e
}
img.biaoqing {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px
}
.content-container .news-img {
    position: relative
}
.content-container .news-img>em {
    position: absolute;
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    color: #fff;
    right: 0;
    bottom: 0;
    z-index: 1
}
.ex-img .statement {
    font-size: 14px;
    color: #999;
    line-height: 19px;
    margin-top: 10px
}
.return-left-container {
    width: 50px;
    bottom: 110px;
    position: fixed
}
.loadApp_icon, .loadApp_icon-init, .return-top-icon, .wechat_official-icon {
    width: 50px;
    height: 50px
}
.loadApp_icon {
    background: url(https://res.jiemian.com/assets/pc/article/image/xiazai_app.png);
    background-size: 100%
}
.wechat_official-icon {
    background: url(https://res.jiemian.com/assets/pc/article/image/guanzhu.png);
    background-size: 100%
}
.return-top-icon {
    background: url(https://res.jiemian.com/assets/pc/article/image/fanhui.png);
    background-size: 100%;
    margin-top: 10px
}
.loadApp_icon:hover {
    background: url(https://res.jiemian.com/assets/pc/article/image/xiazaiapp-pre.png);
    background-size: 100%
}
.wechat_official-icon:hover {
    background: url(https://res.jiemian.com/assets/pc/article/image/guanzhu-pre.png);
    background-size: 100%
}
.return-top-icon:hover {
    background: url(https://res.jiemian.com/assets/pc/article/image/fanhui_pre.png);
    background-size: 100%;
    margin-top: 10px
}
.download p, .wechat_official-count p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 22px
}
.wechat_official-count {
    display: none
}
.download, .wechat_official-count {
    padding: 10px 0;
    width: 120px;
    position: absolute;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .18);
    border-radius: 2px;
    background-color: #fff
}
.download p span {
    color: #f12b15
}
.download_QR {
    background: url(https://res.jiemian.com/assets/pc/article/image/app-QRCode@2x.png);
    width: 100px;
    height: 100px;
    background-size: 100%
}
.download_QR, .wechat_count_QR, .weibo_button {
    margin: 0 auto
}
.wechat_count_QR {
    background: url(https://res.jiemian.com/assets/pc/article/image/wechat-QRCode@2x.png);
    background-size: 100%;
    width: 110px;
    height: 110px
}
.weibo_button {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 96px;
    height: 25px;
    border-radius: 13px;
    border: 1px solid #f30
}
.weibo_button span {
    font-size: 12px;
    color: #f30
}
.weibo_button .weibo_icon {
    background: no-repeat url(https://res.jiemian.com/assets/pc/article/image/weibo@2x.png);
    background-size: 20px 17px;
    width: 20px;
    height: 17px;
    margin: 0 8px 0 20px
}
.weibo_button:hover {
    background: #f30
}
.weibo_button:hover .weibo_icon {
    background: no-repeat url(https://res.jiemian.com/assets/pc/article/image/weibo-pre@2x.png);
    background-size: 100% 100%
}
.weibo_button:hover span {
    color: #fff
}
.loadApp_icon:hover .download, .wechat_official-icon:hover .wechat_official-count {
    display: block
}
.jm-msg {
    position: fixed;
    top: 112px;
    left: 50%;
    opacity: 0;
    color: #606266;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    padding: 7px 16px;
    z-index: 3000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
.jm-msg.fade-in {
    opacity: 1
}
.jm-msg.jm-msg--primary {
    color: #409eff;
    background-color: #ecf5ff;
    border-color: #ecf5ff
}
.jm-msg.jm-msg--success {
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #f0f9eb
}
.jm-msg.jm-msg--warning {
    color: #e6a23c;
    background-color: #fdf6ec;
    border-color: #fdf6ec
}
.jm-msg.jm-msg--danger {
    color: #e72410;
    background-color: #fce9e7;
    border-color: #fce9e7
}
@media screen and (max-width:415px) {
    .content-container {
        width: 100%!important;
        background: #f5f5f5
    }
    .header-img-view img {
        width: 100%;
        height: auto
    }
}
@media screen and (max-width:1365px) {
    .download, .wechat_official-count {
        display: none!important
    }
}
@media screen and (min-width:1365px) and (max-width:1439px) {
    .download {
        display: none;
        bottom: 170px;
        right: 0
    }
    .wechat_official-count {
        top: -185px;
        right: 0
    }
    .return-left-container {
        margin-left: 12px
    }
}
@media screen and (min-width:1440px) and (max-width:1679px) {
    .download {
        display: none;
        bottom: 170px;
        left: -33px
    }
    .return-left-container {
        margin-left: 20px
    }
    .wechat_official-count {
        top: -185px;
        left: -33px
    }
}
@media screen and (min-width:1680px) {
    .download {
        bottom: 60px;
        left: 60px
    }
    .return-left-container {
        margin-left: 40px
    }
    .wechat_official-count {
        top: 0;
        left: 60px
    }
}
.trial-reading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000
}
.trial-reading .tips, .trial-reading .trial-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.trial-reading .tips {
    width: 250px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: #fff
}
.trial-reading .tips .close-icon {
    color: #d4d4d4;
    font-size: 12px;
    cursor: pointer;
    text-align: right;
    background: url(https://res.jiemian.com/assets/pc/article/image/closed_icon@2x.png);
    width: 12px;
    height: 12px;
    background-size: 100%;
    position: absolute;
    right: 10px
}
.trial-reading .tips .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 12px
}
.trial-reading .tips .desc {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 10px
}
.trial-reading .tips .desc .iconfont {
    padding-right: 8px
}
.trial-reading .tips .desc .iconfont.success-icon {
    color: #f4473a
}
.trial-reading .tips .desc .iconfont.fail-icon {
    color: #c1c1c1
}
.trial-reading .tips button {
    line-height: 16px;
    padding: 4px 26px;
    border-radius: 15px;
    background: #fff;
    margin: 0 10px;
    color: #f4473a;
    border: 1px solid #e72410;
    margin-bottom: 10px
}
.trial-reading .trial-wrap {
    background: url(https://res.jiemian.com/assets/jmw/image/vip/tanchuang_bg@2x.png) no-repeat;
    width: 306px;
    height: 350px;
    background-size: 100%
}
.trial-reading .trial-wrap-content {
    position: relative;
    height: 100%;
    padding: 0 63px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}
.trial-wrap h4 {
    font-size: 30px;
    font-weight: 600;
    color: #383e47;
    line-height: 33px;
    position: absolute;
    top: 89px
}
.trial-wrap .trial-text {
    font-size: 13px;
    color: #856f47;
    line-height: 18px;
    position: absolute;
    top: 177px
}
.trial-wrap button {
    position: absolute;
    bottom: 28px;
    padding: 7px 28px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    background: linear-gradient(138deg, #e3d1a4 0, #ccaa75 100%);
    border-radius: 20px
}
.trial-wrap .trial-icon {
    background: url(https://res.jiemian.com/assets/jmw/image/vip/closed_button@2x.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: 0 auto;
    display: inherit;
    position: absolute;
    bottom: -54px;
    cursor: pointer
}
.card-main .admin-view .admin-main {
    margin-left: 0
}
.card-main .admin-view .admin-avatar {
    margin-right: 16px
}
.center-top .author-header {
    height: 150px
}
.center-top .author-other {
    padding: 10px 0 20px;
    margin: 0
}
.center-top .author-writer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 104px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #f4473a
}
.author-writer a {
    display: block;
    font-size: 16px;
    color: #fff
}
.author-writer .ui-writer {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 12px 5px 0 0;
    background: url(https://res.jiemian.com/assets/jmw/image/author-writer.png) no-repeat;
    vertical-align: top;
    background-size: 100%
}
.user-center .author-name {
    padding-top: 16px
}
.author-avatar .vip-logo {
    display: inline-block;
    width: 31px;
    height: 28px;
    background: url(https://res.jiemian.com/assets/pc/vip/img/viphuiyuan_icon.png);
    background-size: 100%;
    position: absolute;
    right: 17px;
    bottom: 2px
}
.isVip .vip-icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(https://res.jiemian.com/assets/pc/vip/img/viphuiyuan_icon.png);
    background-size: 100%;
    vertical-align: bottom
}
.center-top .isVip .author-header .name {
    color: #b5945f
}
.center-top .isVip .isVip-info {
    display: none
}
.center-top .isVip .vip-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.center-top .isVip .vip-info span {
    font-size: 16px;
    color: #b5945f
}
.center-top .isVip .vip-info .renew-button {
    border-radius: 2px;
    border: 1px solid #b5945f;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 9px
}
.center-top .author-name .name {
    margin-right: 5px!important;
    font-weight: 700
}
.isVip .author-name .name {
    color: #b5945f!important
}
.isVip .author-name h3 {
    position: relative
}
.author-nav li.pro-vip a.active, .author-nav li.pro-vip a:hover {
    background: #b5945f
}
.author-nav li a:hover #msg_menu {
    color: #fff!important
}
.comment-body .vip-logo {
    background: url(https://res.jiemian.com/assets/pc/vip/img/wenzhang_vip.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 100%;
    vertical-align: bottom;
    margin-left: 2px
}
.network-err {
    text-align: center;
    min-height: 400px;
    padding-top: 50px
}
.network-err img {
    width: 434px;
    height: 332px;
    display: inline-block
}
.network-err a {
    font-size: 16px;
    color: #999
}
.pagination li {
    list-style: none;
    display: inline
}
.pagination li a.active, .pagination li a:active {
    background-color: #999;
    color: #fff
}
.columns-top li .news-img {
    width: 700px;
    height: 350px;
    position: relative
}
.multi-line-overflow {
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.content .search-content {
    background: #fff;
    padding-left: 165px;
    border: none;
    margin-top: 42px
}
.content .search-content .columns-left {
    width: 715px;
    border: none;
    padding-right: 31px;
    box-sizing: border-box
}
.content .search-content .columns-right {
    padding: 0;
    margin-left: 715px
}
.content .list-search-author li {
    margin-right: 30px;
    float: left
}
.content .list-search-author li .author-img {
    border: none;
    width: 71px;
    height: 71px;
    padding: 0
}
.content .list-search-author li .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}
.content .list-search-author li .author-info {
    width: 238px;
    margin-left: 86px;
    padding: 11px 0 5px 0
}
.content .list-search-author li .author-info a:hover {
    color: #333
}
.search-content .news-view .news-header a {
    font-size: 18px
}
.search-content .news-view .news-img img {
    height: 100%
}
.search-content .search-text {
    padding: 12px 0 13px 15px;
    height: 25px;
    border: none
}
.search-content .search-button {
    height: 50px
}
.search-content .list-search {
    border: none;
    padding: 0 0 11px 0
}
.search-content .tab-search li {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    width: auto;
    height: auto;
    margin-right: 51px;
    border: none;
    background: #fff
}
.search-content .tab-search li a {
    padding: 11px 0;
    line-height: 22px
}
.search-content .tab-search li a.active {
    background: #fff;
    color: #e72410;
    position: relative
}
.search-content .tab-search li a.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e72410;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%)
}
.search-content .list-search-author {
    padding: 0;
    margin-left: -30px;
    border: none
}
.search-content .list-search-author li {
    padding: 0;
    margin: 0 0 30px 30px;
    border: none;
    width: 324px
}
.search-content .list-search-author li .author-info h3 {
    font-weight: 600;
    line-height: 22px
}
.search-content .list-search-author li .author-info p {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}
.search-content .list-search-news {
    border: none;
    padding: 0
}
.search-content .list-search-news .news-view {
    padding: 10px 0 15px 0;
    border: none
}
.search-content .list-search-news .news-view.left .news-img {
    width: 208px;
    height: 156px;
    border: 1px solid #f8f8f8
}
.search-content .list-search-tag {
    border: none
}
.search-content .tab-search {
    margin-bottom: 20px;
    border-bottom: 2px solid #f3f3f3;
    overflow: visible
}
.clearfix::after, .clearfix::before, .tab-search ul::after, .tab-search ul::before {
    content: '';
    display: block;
    clear: both
}
.list-search-author__title {
    margin-bottom: 20px
}
.list-search-news__title {
    padding: 20px 0 5px 0
}
.list-search-author__title h3, .list-search-news__title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #a3a3a3;
    line-height: 22px;
    display: inline-block
}
.list-search-author .list-search-author__title h3 {
    margin-left: 30px
}
.list-search-author__more {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    float: right
}
.list-search-news .news-main {
    padding: 8px 0
}
.list-search-news .news-main p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 40px;
    max-height: 40px
}
.search-content .list-search-tag {
    padding: 0
}
.search-content .list-search-tag .tags {
    line-height: 28px;
    padding: 0 16px;
    margin-right: 20px;
    border-radius: 15px;
    background: #fff;
    color: #777;
    border: 1px solid #ebebeb;
    font-size: 14px;
    box-sizing: border-box
}
.search-content .list-search-tag .tags.active {
    color: #fff;
    border: 1px solid #e72410
}
.list-search-news .news-view.left .news-right {
    height: 156px
}
.list-search-news .news-view.left .news-footer {
    position: absolute;
    bottom: 0;
    left: 0
}
.list-search-news .news-view.left .news-footer p {
    line-height: 16px
}
.search-content .list-pager ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #666
}
.search-content .list-pager ul li:first-child a::before {
    content: '<'
}
.search-content .list-pager ul li:last-child a::before {
    content: '>'
}
.search-content .list-pager ul li a:hover, .search-content .list-pager ul li.active a {
    color: #fff;
    background: #e72410
}
.search-content .list-pager li:first-child i, .search-content .list-pager li:last-child i {
    display: none
}
.b-ad, .t-ad {
    max-width: 1200px;
    margin: 0 auto
}
.vip-bottom-220922 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999
}
.vip-bottom-220922 a {
    display: block;
    width: 513px;
    margin: 0 auto;
    text-decoration: none
}
.vip-bottom-220922 img {
    width: 100%
}
.vip-bottom-220922 i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 270px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: translateY(-50%) scale(.5);
    -moz-transform: translateY(-50%) scale(.5);
    -ms-transform: translateY(-50%) scale(.5);
    -o-transform: translateY(-50%) scale(.5);
    transform: translateY(-50%) scale(.5)
}
.account-body {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    display: flex
}
.account-body__name {
    position: relative;
    padding-left: 16px;
    margin-right: 25px
}
.account-body__name::before {
    content: '';
    display: block;
    width: 11px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(https://res.jiemian.com/assets/pc/user/image/account-ident-icon.png);
    background-size: 100% 100%
}
.account-body__ip {
    position: relative;
    display: block;
    padding-left: 16px
}
.account-body__ip::before {
    content: '';
    display: block;
    width: 11px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(https://res.jiemian.com/assets/pc/common/img/ip-address-icon@2x.png);
    background-size: 100% 100%
}