@charset "utf-8";
html {
    color: #1e1e1e;
    background-color: #f1f1f1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul {
    list-style: none
}

body {
    vertical-align: baseline;
    background: #f5f5f5;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: block
}

body, button, input, select, textarea {
    font-size: 14px
}

input, select, textarea {
    font-size: 100%
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0;
    margin: 0 auto
}

iframe {
    display: block
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: 500
}

em {
    font-style: normal
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #000
}

.after, .before {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    display: inline-block
}

.vip {
    background: url(http://res.jiemian.com/static/r/jmm/image/jm-icon_67d7c063.png) no-repeat -63px -23px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom
}

.vip2 {
    background: url(http://res.jiemian.com/static/r/jmm/image/jm-icon_67d7c063.png) no-repeat -63px -43px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom
}

.vip3 {
    background: url(http://res.jiemian.com/static/r/jmm/image/jm-icon_67d7c063.png) no-repeat -63px -63px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom
}

.header {
    background: #fff;
    position: fixed;
    height: 49px;
    bottom: 0;
    width: 100%;
    z-index: 888;
}

.header.header-show .header-container {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, .22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, .22, 1)
}

.header.header-hide .header-container {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms cubic-bezier(0.55, .055, .675, .19);
    transition: all 300ms cubic-bezier(0.55, .055, .675, .19)
}

.header-inner .header-container {
    width: 100%;
    background: #fff;
    border-bottom: rgba(0, 0, 0, .08) 1px solid
}

.header-back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(http://res.jiemian.com/static/r/jmm/image/header/header_back_c53a71f6.png) no-repeat center center;
    background-size: 24px;
    width: 60px
}

.header-back a {
    display: block;
    width: 60px;
    height: 60px
}

.header .logo {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 15px;
    width: 106px;
    float: left
}

.header .logo a {
    color: #fff;
    display: inline-block;
    width: 106px;
    height: 48px;
    background: url(http://res.jiemian.com/static/r/jmm/image/mlogo_96eb8837.png) no-repeat 0 0;
    background-size: 100% 100%
}

nav .burger {
    cursor: pointer;
    padding: 17px;
    z-index: 1000;
    -webkit-transform: translate3d(0, -9999em, 0);
    transform: translate3d(0, -9999em, 0);
    position: fixed;
    right: 0;
    top: 0
}

nav .burger.opaque {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

nav .burger div {
    background: #f12b15;
    height: 4px;
    width: 28px;
    margin-bottom: 4px;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

nav .burger div:first-of-type, nav .burger div:last-of-type {
    -webkit-transition: -webkit-transform .3s ease s, background-color 0ms ease-out;
    transition: transform .3s ease s, background-color 0ms ease-out;
    position: relative
}

nav .burger.transform div:first-of-type, nav .burger.transform div:last-of-type {
    -webkit-transition: -webkit-transform .4s ease .3s, background-color 250ms ease-in;
    transition: transform .4s ease .3s, background-color 250ms ease-in;
    background: #fff
}

nav .burger.transform div:first-of-type {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 6px
}

nav .burger.transform div:nth-child(2) {
    display: none
}

nav .burger.transform div:last-of-type {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -2px
}

nav .sections {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    padding: 50px 10px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .92);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-1500px);
    transform: translateY(-1500px);
    width: 100%
}

nav .sections.downward {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

nav .sections .user-view-info {
    background: rgba(255, 255, 255, .2);
    margin: 0 1px 10px
}

nav .sections .user-card {
    overflow: hidden;
    padding: 5px
}

nav .sections .user-card .user-avatar {
    float: left
}

nav .sections .user-card .user-avatar a {
    height: 40px;
    overflow: hidden;
    float: left
}

nav .sections .user-card .user-avatar span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    border-radius: 5px;
    display: inline-block
}

nav .sections .user-card .user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

nav .sections .user-card .user-info {
    margin-left: 50px;
    line-height: 40px
}

nav .sections .user-card .user-info span {
    color: #fff
}

nav .sections .user-card .user-info .user_center {
    float: right;
    color: #fff;
    margin-right: 15px;
    font-size: 12px
}

nav .sections ul {
    overflow: hidden
}

nav .social-tools {
    overflow: hidden;
    padding: 10px 0 10px 10px
}

nav .social-tools li {
    display: inline-block;
    margin-right: 5px;
    float: left
}

nav .social-tools li:last-of-type {
    margin-right: 0
}

nav .social-tools li:last-of-type {
    float: right;
    margin-right: 10px;
    width: inherit
}

nav .social-tools li:last-of-type a {
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: right;
    font-size: 12px;
    padding: 0 5px
}

nav .social-tools li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px;
    display: block
}

nav .social-tools li.wx-login {
    display: none
}

nav .social-tools li a.jm, nav .social-tools li a.login-weibo, nav .social-tools li a.login-qq, nav .social-tools li a.login-wx {
    width: 30px;
    height: 31px;
    display: inline-block;
    background-size: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio: 1), only screen and (min--moz-device-pixel-ratio: 1), only screen and (-o-min-device-pixel-ratio: 100/100), only screen and (min-device-pixel-ratio: 1) {
    nav .social-tools li a.jm, nav .social-tools li a.login-qq, nav .social-tools li a.login-weibo, nav .social-tools li a.login-wx {
        background-image: url(http://res.jiemian.com/static/r/jmm/image/login/login_1x_98c9e45b.png)
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -52px
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -104px
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -155px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2) {
    nav .social-tools li a.jm, nav .social-tools li a.login-qq, nav .social-tools li a.login-weibo, nav .social-tools li a.login-wx {
        background-image: url(http://res.jiemian.com/static/r/jmm/image/login/login_2x_fc109e51.png)
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -47px
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -94px
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -140px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 300/100), only screen and (min-device-pixel-ratio: 3) {
    nav .social-tools li a.jm, nav .social-tools li a.login-qq, nav .social-tools li a.login-weibo, nav .social-tools li a.login-wx {
        background-image: url(http://res.jiemian.com/static/r/jmm/image/login/login_3x_0f7052f2.png)
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -45px
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -90px
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -135px
    }
}

nav form {
    position: relative;
    height: 40px;
    line-height: 42px;
    margin: 0 1px 10px;
    font-size: 31px
}

nav form.js-input-value input, nav form.js-focus input {
    text-align: left;
    padding: 0 20px;
    width: 85%;
    left: 0;
    position: relative
}

nav form.js-input-value button, nav form.js-focus button {
    display: block;
    width: 25%
}

.nav-search {
    padding: 0 20px 0 10px;
    width: 20%;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    height: inherit;
    background: rgba(255, 255, 255, .2);
    border: 0;
    outline: 0
}

.nav-search i {
    float: right;
    width: 34px;
    height: 36px;
    background-image: url(http://res.jiemian.com/static/r/jmm/image/search_ff193e1b.png);
    background-repeat: no-repeat;
    background-size: 100%
}

nav .search {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    height: 40px;
    padding-left: 5%;
    width: 80%;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, .2);
    outline: 0
}

.scrolly {
    overflow-x: hidden;
    overflow-y: auto
}

nav .sections-list-big li, nav .sections-list li {
    padding: 1px;
    float: left
}

nav .sections-list li {
    width: 25%
}

nav .sections-list-big li {
    width: 50%
}

nav .sections-list li a, nav .sections-list-big li a {
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: rgba(255, 255, 255, .2)
}

nav .sections-list-big li:last-of-type a {
    background: #f12b15
}

nav .sections-list-big li a i {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
    background-image: url(http://res.jiemian.com/static/r/jmm/image/icon/nav_20589c35.png);
    background-repeat: no-repeat;
    background-size: 100%
}

nav .sections-list-big li a.app i {
    background-position: 0 -22px
}

nav .sections-list li img {
    width: 20px;
    display: inline-block;
    vertical-align: -3px
}

nav .sections-list li span {
    display: inline-block
}

.content {
    min-height: 400px;
    max-width: 640px;
    margin: 0 auto;
    position: relative
}

.footer-link {
    border-top: 1px solid #bfbfbf;
    text-align: center;
    background: #f8f8f8;
    font-size: 13px
}

.footer-link a {
    color: #848689;
    padding: 0 15px;
    line-height: 40px
}

/* .footer-link a:nth-child(1){border-right:1px solid #d7d7d7} */
.footer-link a:active {
    color: #95a0ac
}

.pagination a {
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

.pagination a:active {
    color: #fff
}

.pagination a:visited {
    color: #666
}

.jm_ad_detail {
    overflow: hidden
}

.jm_ad_detail .bx-wrapper {
    position: relative
}

.jm_ad_detail .bx-wrapper img {
    width: 100%;
    height: auto;
    display: block
}

.jm_ad_detail .bx-controls {
    position: absolute;
    left: 10px;
    top: 10px
}

.jm_ad_detail .bx-controls .bx-pager-item {
    display: inline-block
}

.jm_ad_detail .bx-controls .bx-pager-item a {
    display: inline-block;
    background: #fff;
    text-indent: -999px;
    width: 10px;
    height: 10px;
    margin: 0 3px
}

.jm_ad_detail .bx-controls .bx-pager-item a.active {
    background: #f12b35
}

.header-inner .header-container {
    background: #F5F5F5;
    padding-bottom: 0
}

.content-container {
    background: #fff
}

.article-top-ad {
    text-align: center
}

.article-top-ad img {
    max-width: 100%
}

.article-inner-ad {
    margin: 0 30px;
    padding: 0 0 20px;
    border-top: 1px solid #eee;
    text-align: center
}

.article-inner-ad .inner-title {
    overflow: hidden;
    padding-bottom: 5px
}

.article-inner-ad .inner-title span {
    font-size: 12px;
    color: #ddd;
    line-height: 16px;
    background: #F5F5F5;
    display: inline-block;
    float: right;
    padding: 0 5px;
    border-radius: 0 0 5px 5px
}

.article-inner-ad img {
    width: 100%;
    height: auto
}

.article-app-tips {
    margin: 0 15px;
    padding: 0 0 20px
}

.article-app-tips p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 30px
}

.article-detail {
    padding: 10px 15px
}

.article-detail .article-mate {
    border-left: 4px solid #f12b15;
    padding-left: 8px
}

.article-detail .article-mate a {
    color: #000;
    line-height: 20px
}

.article-detail .article-mate.item-123 {
    border-color: #644cb1
}

.article-detail .article-mate.item-125 {
    border-color: #119e9e
}

.article-detail .title {
    margin-top: .26rem;
    color: #333;
    line-height: .73rem;
    font-size: .52rem;
    font-weight: 700;
}

.article-detail .summary {
    font-size: 14px;
    color: #6e6e6e;
    padding: 4px 0;
    line-height: 20px;
}

.article-detail .info {
    font-size: 12px;
    line-height: 1.75;
    display: block;
    color: #AAA
}

.article-detail .info span {
    padding-left: 6px
}

.article-detail .info span:first-of-type {
    padding-left: 0
}

.article-detail .info span a {
    color: #f35b41
}

.article-detail .info .set-size {
    float: right;
    line-height: 20px
}

.article-detail .info .set-size a {
    font-size: 16px
}

.article-img {
    position: relative
}

.length .article-img {
    background: #141414
}

.article-img img {
    width: 100%;
    height: auto
}

.length .article-img img {
    opacity: .5;
    display: block
}

.article-img p {
    text-align: right;
    color: #AAA;
    line-height: 20px;
    font-size: 12px;
    padding: 0 15px
}

.article-img .img-position {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 50px
}

.article-img .img-position a, .article-img .img-position h3, .article-img .img-position p {
    color: #fff;
    text-align: center
}

.length .article-img .img-position h3 {
    margin-bottom: 10px
}

.length .article-img .img-position h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400
}

.length .article-img .img-position p span {
    margin: 0 5px
}

.article-content {
    padding: 0 4%;
    position: relative;
    z-index: 1;
}

.article-content h3 {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px
}

.article-content h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px
}

.article-content em {
    font-style: italic
}

.article-content a {
    color: #0078AB
}

.article-content p {
    color: #4c4c4c;
    font-size: .36rem;
    line-height: .6rem;
    margin-top: .4rem;
    word-wrap: break-word;
    text-align: justify;

}

.article-content img {
    max-width: 100%;
    border-radius:5px ;
    display: block;
    height: auto!important;
}

.article-content p.big-size {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

.article-content .img-focus {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    margin: 0 auto
}

.article-content .img-focus:after {
    width: 10%;
    height: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.article-content .content-img-focus {
    padding: 10px 0
}

.article-content .content-img-focus img {
    display: block;
    height: auto;
    max-width: 100%
}

.article-content .content-img-focus figcaption {
    text-align: center;
    font-weight: 400;
    color: #b5b5b6;
    font-size: 12px
}

.article-content blockquote {
    margin: 0 10px 10px;
    border-left: 3px solid #dfdfdf
}

.article-content ol, .article-content ul {
    margin-bottom: 20px
}

.article-content blockquote p {
    padding: 0 0 0 10px
}

.article-content li {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    list-style: inside
}

.article-content iframe {
    margin: 0 auto
}

.article-content .content-text-focus {
    border-left: 5px solid #8d8d8d;
    margin: 0 10px 20px;
    display: inline-block
}

.article-content .content-text-focus.align-right {
    float: right
}

.article-content .content-text-focus.align-left {
    float: left
}

.article-content .content-text-focus .content-text-caption p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.article-content .pic-card {
    background: #f5f5f5;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    margin: 0 0 10px
}

.article-content .pic-card p {
    line-height: 20px;
    color: #666;
    font-size: 15px;
    margin: 0
}

.article-content .pic-card p span {
    color: #f35b41;
    font-weight: 700;
    margin-right: 5px
}

.vote-views {
}

.vote-views .vote-header, .vote-views .vote-title {
    padding-bottom: 20px
}

.vote-views .vote-header p {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center
}

.vote-views .vote-title {
    padding: 0 10px 20px
}

.vote-views .vote-title p {
    font-size: 16px;
    line-height: 30px
}

.vote-selected {
}

.vote-selected ul {
    overflow: hidden;
    padding: 0 10px 10px
}

.vote-selected li {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative
}

.vote-selected li .selected-text-icon {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(http://res.jiemian.com/static/r/jmm/image/vote/check_5e8c849f.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: none
}

.vote-selected li.selected .selected-text-icon {
    display: block
}

.vote-selected li .pic {
    position: relative
}

.vote-selected li .pic .selected-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    background-image: url(http://res.jiemian.com/static/r/jmm/image/vote/right_60a4774b.png);
    background-position: center center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    display: none
}

.vote-selected li.selected {
    border-color: #aaa;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6)
}

.vote-selected .selected .pic .selected-icon {
    display: block
}

.vote-selected li img {
    width: 100%;
    display: block
}

.vote-selected li .text {
    padding: 10px 60px 10px 10px
}

.vote-selected li .text span {
    line-height: 20px;
    font-size: 14px;
    height: 100%
}

.vote-selected button {
    display: block;
    color: #fff;
    background: #D36428;
    width: 100%;
    margin: 20px auto 40px;
    line-height: 40px;
    font-size: 16px;
    border: 0
}

.vote-selected .button-group {
    margin: 0 10px
}

.vote-selected .button-group button {
    margin-bottom: 15px;
    width: 49%;
    float: left;
    border: 1px solid #d36428
}

.vote-selected .button-group .result-btn {
    background: #fff;
    color: #333;
    border: 1px solid #d1d1d1;
    margin-right: 2%
}

.vote-selected.default {
}

.vote-selected.default li {
}

.vote-selected.default li .text {
    padding: 10px 5px
}

.vote-selected.row {
}

.vote-selected.row li {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box
}

.vote-selected.row li:nth-of-type(2n+2) {
    margin-right: 0
}

.vote-selected.row li .text {
    padding: 5px;
    height: 60px;
    position: relative
}

.vote-selected.row li .text span {
    max-height: 60px;
    height: auto;
    position: absolute;
    left: 5px;
    width: 90%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    overflow: hidden
}

.vote-selected.grid li {
    overflow: hidden;
    display: table;
    width: 100%
}

.vote-selected.grid li .pic {
    width: 100px;
    height: 100px;
    display: table-cell
}

.vote-selected.grid li .text {
    padding: 5px;
    display: table-cell;
    vertical-align: middle
}

.vote-selected.grid li .selected-text-icon {
    top: 30px;
    background-size: 25px 25px
}

.vote-selected.grid li .text span {
    max-height: 80px;
    overflow: hidden;
    display: block;
    padding-right: 50px
}

.vote-selected.result {
}

.vote-selected.result li {
    border: 0
}

.vote-selected.result .date-pie {
    float: left;
    width: 50px
}

.vote-selected.result .date-main {
    margin-left: 100px
}

.vote-selected.result .date-main p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden
}

.vote-selected.result .date-main span {
    font-size: 30px
}

.article-author-view {
    margin: 0 15px 20px;
    cursor: pointer;
    background: #f6f6f6;
    padding: 0 10px
}

.article-author {
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    position: relative
}

.article-author .author-avatar {
    width: 40px;
    float: left
}

.article-author .author-avatar img {
    height: 40px;
    width: 40px;
    border: 1px solid #d7d8de;
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.article-author .author-main {
    margin-left: 50px;
    line-height: 42px;
    font-size: 16px
}

.article-author .author-main span {
    font-size: 12px;
    color: #333;
    display: inline-block
}

.article-author .author-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    color: #1c74b9;
    font-size: 15px;
    margin-top: -10px
}

.article-source {
    padding: 15px
}

.article-source p {
    color: #666;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0
}

.article-source p a {
    color: #0078AB
}

.article-source em {
    font-style: italic;
    color: #AAA;
    line-height: 20px;
    font-size: 12px
}

.article-share {
    overflow: hidden;
    margin: 0 15px
}

.article-share .news-btn {
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #fff;
    background: #e95142;
    line-height: 30px;
    margin: 0;
    float: left;
    cursor: pointer
}

.article-share .news-btn a, .article-share .news-btn a em {
    color: #fff
}

.article-share .news-btn.btn-share {
    background: #15b1f3;
    margin-right: 2%
}

.article-share .news-btn.btn-share i {
    background-position: 0 0
}

.article-share .news-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(http://res.jiemian.com/static/r/jmm/image/icon/c_de4f3470.png) -25px 0 no-repeat;
    background-size: 50px;
    vertical-align: -8px
}

.share-box-layout {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1500
}

.share-box-layout .share-box-layout-bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1400;
    position: absolute;
    left: 0;
    top: 0
}

.share-box-layout .share-box {
    position: relative;
    width: 100%;
    z-index: 1450;
    background: #fff;
    margin: 0
}

.share-box-layout .share-box img {
    width: 100%
}

.share-box-layout .share-box div {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 0
}

.share-box-layout .share-boxp {
    border-bottom: 1px solid #666
}

.share-box-layout .share-box a {
    display: inline-block;
    float: left;
    width: 31%;
    height: 40px;
    background: #f5f5f5;
    color: #fff;
    text-align: center;
    margin-right: 2%;
    padding: 20px 0
}

.share-box-layout .share-box a span {
    vertical-align: -6px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(http://res.jiemian.com/static/r/jmm/image/share/sns_3dc43e79.png) no-repeat;
    background-size: 160px;
    margin: 2px 0 0
}

.share-box-layout .share-box .share-wb span {
    background-position: -6px -5px
}

.share-box-layout .share-box .share-tqq span {
    background-position: -59px -3px
}

.share-box-layout .share-box .share-qzone span {
    background-position: -110px -5px
}

.share-box-layout .share-box a em {
    color: #666
}

.share-box-layout .share-box a:first-of-type {
    margin-left: 1.5%
}

.share-box-layout .share-box a:last-of-type {
    margin-right: 1.5%
}

.re-list {
    margin: 0 15px 20px
}

.re-list li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px
}

.re-list li:after {
    content: "";
    background: #4c4c4c;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 3px;
    top: 15px;
    margin-top: -2px
}

.re-list p {
    color: #797979;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px
}

.re-list li a {
    color: #113a65;
    font-size: 18px;
    line-height: 30px
}

.re-list li a span {
    color: #797979;
    font-size: 14px;
    font-style: italic
}

.box-title {
    padding: 20px 15px 10px;
    border-bottom: 2px solid #333
}

.box-title span {
    position: relative;
    font-size: 16px;
    line-height: 30px
}

.box-content {
    overflow: hidden;
    padding: 0 3%
}

.box-content .news-list {
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 50px;
}

.news-view {
    overflow: hidden;
}

.news-view .position {
    position: relative
}

.news-view .news-img {
    width: 94px;
    height: 71px;
    float: left;
    margin-right: .25rem
}

.news-view .news-img img {
    width: 94px !important;
    height: 71px;
    border-radius: 5px;
}

.news-view .news-header {
    padding: 5px 0
}

.news-view .news-header a {
    font-weight: 400;
    margin-bottom: .18rem;
    line-height: .44rem;
    text-align: justify;
    font-size: .34rem;
    color: #333;
}

.news-view .news-header a:hover {
    color: #009bff
}

.news-view .news-main p {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.news-view.position .news-position {
    position: absolute
}

.list-grid .news-view {
    float: left;
    width: 50%;
    padding: 0 5px;
    border: 0
}

.pay-view .pay-link {
    text-align: center
}

.pay-view .pay-link .link-btn {
    display: inline-block;
    background: #f12b35;
    color: #fff;
    font-size: 20px;
    line-height: 80px;
    margin: 0 5px 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px 0 #c9c9c9;
    border: 1px solid #fff
}

.pay-view .payer-list {
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center
}

.pay-view .payer-list dt {
    text-align: center
}

.pay-view .payer-list dt p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 40px
}

.pay-view .payer-list dd {
    margin: 0 3px 6px;
    display: inline-block
}

.pay-view .payer-list dd img {
    width: 30px;
    height: 30px
}

.p-article-avatar {
    padding-top: 30px;
    text-align: center;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 15px
}

.p-article-avatar p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px
}

.p-article-avatar p a {
    font-weight: 700
}

.p-article-avatar img {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

.pay-lists {
    text-align: center;
    padding: 10px 0
}

.pay-lists a {
    display: inline-block;
    background: #fff;
    border: 2px solid #f12b35;
    color: #f12b35;
    font-size: 26px;
    font-style: italic;
    padding: 6px 0;
    border-radius: 5px;
    width: 80px;
    margin-top: 15px;
    margin-right: 5px
}

.list-grid .news-view .news-img img, .top-five .news-img img {
    border-radius: 0
}

.ad-news i, .article-footer span i, .comment-footer p i, .pay-lists a span {
    font-style: normal
}

.pay-lists a:last-of-type {
    margin-right: 0
}

.pay-lists a span {
    font-size: 12px;
    margin-left: 5px
}

.pay-info {
    padding: 20px 0 40px;
    text-align: center
}

.pay-info p {
    font-size: 16px;
    color: #666
}

.length-list {
    padding: 30px 0 0
}

.length-list .news-view {
    background: #141414;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

.length-list .news-view .news-img img {
    border-radius: 0;
    opacity: .5;
    display: block
}

.length-list .news-view.position .news-position {
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    background: 0;
    bottom: auto
}

.length-list .news-view.position .news-footer, .length-list .news-view.position .news-header, .length-list .news-view.position .news-main {
    text-align: center
}

.length-list .news-view .news-header a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    height: auto
}

.length-list .news-view .news-footer p {
    line-height: 24px;
    position: relative;
    color: #999;
    overflow: hidden;
    font-size: 12px
}

.length-list .news-view .news-footer p span {
    float: none;
    color: #fff
}

.length-list .news-view .news-footer p span a {
    color: #fff
}

.noon-show {
    padding-top: 30px
}

.noon-show .site-nav-grid {
    border-top: 2px solid #141414;
    overflow: hidden;
    padding: 20px 10px
}

.noon-show .site-nav-grid ul {
    padding-left: 50px
}

.noon-show .site-nav-grid li {
    font-size: 20px;
    line-height: 40px
}

.noon-show .site-nav-grid li span {
    margin-left: 10px
}

.noon-show .site-nav-grid h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px
}

.noon-show .site-nav-grid .long-logo {
    float: left
}

.noon-show .site-nav-grid .long-logo img {
    width: 60px
}

.noon-show .site-nav-grid .long-info {
    margin-left: 70px
}

.m-post-footer-grid, .noon-show .site-nav-grid .long-info p {
    font-size: 14px;
    line-height: 24px
}

.m-post-footer-grid #load-email-form-01 .post-btn, .m-post-footer-grid #load-email-form-01 .post-input, .m-post-footer-grid .post-email .post-left .post-info {
    margin-bottom: 10px
}

.m-post-footer-grid .post-email .post-code img, .m-post-footer-grid .post-email .post-code p {
    float: left;
    width: 50%
}

.m-post-footer-grid .post-email .post-code p {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    word-break: break-word
}

.post-email {
    border: 2px solid #060001;
    padding: 20px;
    overflow: hidden
}

.post-email .post-input {
    padding: 10px 16px;
    height: 40px;
    border: 2px solid #cdcdcd;
    box-shadow: inset 3px 3px 3px #e8e8e8;
    box-sizing: border-box;
    width: 100%
}

.post-email .post-btn {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    padding: 12px 16px;
    color: #000;
    border: 2px solid #000;
    font-weight: 700;
    box-sizing: border-box;
    text-align: center;
    margin-top: 3px
}

.post-email .post-btn:hover {
    background: #000;
    color: #fff
}

.wrap-video {
    background: #1e1e1e
}

.wrap-video .article-detail .title {
    color: #fff
}

.wrap-video .article-detail .summary {
    color: #bbb
}

.wrap-video .box-title {
    color: #fff
}

.wrap-video .news-view .news-header a {
    color: #FFF
}

.keda {
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 4px;
    margin-right: 5px;
    display: block;
    cursor: pointer
}

.baidu {
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 4px;
    margin-right: 5px;
    display: block;
    cursor: pointer
}

.horn {
    background: url(../image/icon/horn.png);
    background-size: 24px;
    background-repeat: no-repeat
}

.play {
    background: url(../image/icon/horn_play.gif);
    background-size: 24px;
    background-repeat: no-repeat
}

.loading_play {
    background: url(../image/icon/loader.gif);
    background-size: 40px;
    background-repeat: no-repeat
}

.play-icon {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 80px;
    z-index: 9999;
    cursor: pointer
}

.mp3-play {
    background: url(../image/icon/mp3_play.png);
    background-size: 40px;
    background-repeat: no-repeat
}

.mp3-stop {
    background: url(../image/icon/mp3_stop.png);
    background-size: 40px;
    background-repeat: no-repeat
}

.top-tg {
}

.top-tg ul li img {
    height: 30px
}

@media screen and (min-width: 640px) {
    .article-content iframe {
        width: 100%;
        height: 450px
    }
}

@media screen and (min-width: 441px)and (max-width: 639px) {
    .article-content iframe {
        width: 100%;
        height: 350px
    }
}

@media screen and (min-width: 321px)and (max-width: 439px) {
    .article-content iframe {
        width: 100%;
        height: 250px
    }
}

.h_main {
    display: none
}

.news-view {
    width: 100%;
    margin: .3rem 0;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: .3rem
}

.news-view:last-child {
    border-bottom: none;
}

.dy_top {
    position: relative;
    background: url("../../images/news/dy_topbg.jpg") 0 0 no-repeat;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    background-size: 100% 100%;
    min-height: 250px;
}

.book {
    -webkit-box-shadow: #999 0px 0px 15px;
    -moz-box-shadow: #999 0px 0px 15px;
    box-shadow: #999 0px 0px 15px;
}

.dy_top h1 {
    font-size: .35rem;
    text-align: left;
    color: #fff;
    padding-left: 4%;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.dy_top p {
    font-size: .25rem;
    text-align: left;
    color: #fff;
    padding-left: 4%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.dy_info {
    padding: 0 4%;
}

.dy_info .num {
    text-align: right;
    color: #c0c0c0;
    font-size: .25rem;
    padding: 15px 0;
}

.dy_part1 {
    border: dashed 1px #b4b9bc;
}

.dy_parttitle {
    color: #38464f;
    font-size: .35rem;
    padding: 0 10px;
    margin-top: -12px;
}

.dy_parttitle b {
    padding: 0 10px;
    background: #fff;

}

.dy_parttitle span {
    background: #fff;
}

.dy_part1 .dy_box {
    padding: 15px;
    font-size: .30rem;
    line-height: .45rem;
    color: #3d3d3d;
}

.dy_part2 {
    margin-top: 30px;
}

.dy_part2 p {
    margin-bottom: 15px;
}

.dy_part3 {
    margin-bottom: 30px;
}

/**********classs*********/
.class_top {
    background: #fff;
    border-bottom: #f2f2f2;
    padding-bottom: 10px;
}

.ctop_text {
    padding: 0 4%;
}

.c_title {
    margin: .46rem 0;
    color: #333;
    line-height: .73rem;
    font-size: .52rem;
    font-weight: 700;
}

.ctop_list {
    font-size: .35rem;
    overflow: hidden;
    margin-bottom: 10px;
}

.ctop_list .c_icon {
    float: left;
}

.ctop_list .c_text {
    margin-left: 25px;
    overflow: hidden;
    color: #3d3d3d;
}

.class_other {
    background: #fff;
    border-top: solid 1px #f2f2f2;
    margin-top: 15px;
    padding-bottom: 30px;
}

.other_title {
    font-size: .3rem;
    border-bottom: solid 1px #f2f2f2;
    padding: 15px 0;
    margin-left: 15px;
}

.other_box {
    padding: 0 15px;
}

.otheritem {
    overflow: hidden;
    margin: 15px 0;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
}

.otheritem:last-child {
    border-bottom: none
}

.otherimg {
    float: left;
    width: 100px;
    height: 70px;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
}

.other_txt {
    margin-left: 110px;
    overflow: hidden;
}

.otherimg img {
    border-radius: 5px;
    width: auto !important;
    height: 70px !important;
    margin-left: -50px;
}

.other_t {
    font-size: .3rem;
    margin-bottom: .2rem;
}

.other_t a {
    color: #3d3d3d;
}

.other_txt time {
    color: #9e9e9e;
}

.book_detail {
    position: relative;
    background: url("../../images/news/top_bg.png") 0 0 no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    background-size: 100% 100%;
    min-height: 250px;
    padding: 40px 4% 0 4%;
}

.book_dimg {
    float: left;
    margin-right: 15px;
}

.book_detail p {
    margin-top: 15px;
}
.book_detail p,.book_detail h1{
    margin-left: 135px;
}

.book_detail p span {
    border: solid 1px #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.book_detail p span:first-child {
    background: #e74c3c;
    border: none;
    margin-right: 15px;
}

.book_detail h1 {
    margin-top: 10px;
}

.book_titie {
    font-size: 1.3rem;
    margin-top: 15px;
}

.dy_info > .book_titie {
    font-size: .45rem;
}

.book_text {
    font-size: 1rem;
    line-height: 1.8em;
    color: #3d3d3d;
    padding-bottom: 30px;
}

.dy_info > .book_text {
    font-size: .35rem;
    line-height: .65rem;
}

.book_text p {
    margin: 15px 0;
}

.point {
    color: #e74c3c;
}

.lastno span {
    width: 33%;
    text-align: center;
    display: inline-block;
    color: #9e9e9e;
}

.money {
    color: #9e9e9e;
}

.lastno span:first-child {
    text-align: left;
}

.lastno span:last-child {
    text-align: right;
}

.product_info {
    padding-top: 15px;
    font-size: .32rem;
    line-height: .55rem;
    padding-bottom: 40px;
}

.product_info img {
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.g-hot > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .3rem;
    line-height: .42rem;
    color: #989898;
}

.g-hot > header em {
    display: inline-block;
    width: .6rem;
    height: .02rem;
    margin: 0 .24rem;
    background-color: #dadada;
}



