@charset "utf-8";
/* CSS Document */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height:100%;
	font-size: 13vw;
}

* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

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

body {
    line-height: 1;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
}
.flexbox{display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-direction: row;flex-direction: row;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}

ol, li, ul {
    list-style: none
}

a, div, header, span {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

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

input, textarea {
    outline: 0;
    resize: none
}

a, a:active, a:hover, a:focus, a:visited {
    text-decoration: none
}

.clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

@font-face {
    font-family: "sooqfont";
    src: url('../sooqfont/iconfont.eot'); /* IE9*/
    src: url('../sooqfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../sooqfont/iconfont.woff') format('woff'), /* chrome, firefox */ url('../sooqfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../sooqfont/iconfont.svg#sooqfont') format('svg'); /* iOS 4.1- */
}

.sooqfont {
    font-family: "sooqfont", Arial !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.sooq-pv:before {
    content: "\e600";
}

.sooq-search:before {
    content: "\e601";
}

.sooq-time:before {
    content: "\e602";
}

.sooq-account:before {
    content: "\e603";
}

.sooq-pwd:before {
    content: "\e604";
}

.sooq-qq:before {
    content: "\e605";
}

.sooq-weixin:before {
    content: "\e606";
}

.sooq-logout:before {
    content: "\e607";
}

.sooq-avatar:before {
    content: "\e608";
}

.sooq-error:before {
    content: "\e609";
}

.sooq-IIALOGO:before {
    content: "\e60a";
}

.sooq-mobile:before {
    content: "\e60b";
}

.sooq-youjian:before {
    content: "\e60c";
}

.sooq-com:before {
    content: "\e60d";
}

.sooq-truename:before {
    content: "\e60e";
}

.sooq-list:before {
    content: "\e60f";
}
.sooq-arrow-up:before { content: "\e611"; }
.sooq-arrow-down:before { content: "\e612"; }
.sooq-play:before { content: "\e613"; }
.sooq-identifying:before { content: "\e614"; }

.icon-logo {
    width: 3.2rem;
    height: .8rem;
    vertical-align: -0.15rem;
    fill: currentColor;
    overflow: hidden;
}

.adv_link{font-size: .36rem;}

.login_mask {
    position: fixed;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9989;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none
}

.login_mask::before {
    content: " ";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0
}

.login_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.login_panel {
    background: #fff;
    width: 5.2rem;
    height: 100%;
    position: fixed;
    z-index: 9990;
    overflow: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    padding: 0 .3rem;
    box-sizing: border-box
}

.login_panel.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.login_panel .login_head {
    padding-top: .5rem;
    text-align: center;
    box-sizing: border-box
}

.login_panel .login_head .avatar {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #efefef;
    font-size: .8rem;
    text-align: center;
    line-height: 1.5rem;
    color: #999;
}

.login_panel .login_head .avatar img {
    width: 100%;
    height: 100%;
    display: block
}

.login_panel .login_head .nickname {
    padding-top: .13rem;
    font-size: .28rem;
    color: #888;
    max-width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto
}

.login_panel .login_list {
    margin-top: .5rem
}

.login_panel .login_list ul {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
}

.login_panel .login_list .l_item {
    height: .9rem;
    line-height: .9rem;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    font-size: 0
}

.login_panel .login_list .l_item a {
    display: block
}

.login_panel .login_list .not_logined .l_item:first-child {
    height: auto;
    min-height: .9rem
}

.login_panel .login_list .i_icon {
    width: .5rem;
    height: .5rem;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: .1rem
}

.login_panel .login_list .icon_mail {
    color: #f33;
    top: 0
}

.login_panel .login_list .icon_comment {
    color: #f90;
    top: 0
}

.login_panel .login_list .icon_collection {
    color: #f39;
    top: 0
}

.login_panel .login_list .icon_logout {
    color: #36f;
    top: 0
}

.login_panel .login_list .i_title {
    padding-left: .3rem;
    display: inline-block;
    font-size: .28rem;
    color: #404040
}

.login_panel .login_list .i_num {
    float: right;
    font-size: .28rem;
    color: #888;
    display: inline-block
}

.login_panel .not_logined .loading_box {
    min-height: 100px
}

.login_panel .not_logined .login_module {
    margin: 0 auto;
    display: none
}

.login_panel .not_logined .l_item:last-child {
    padding-bottom: .5rem;
    border: 0
}

.login_panel .not_logined .login-container .inputbox {
    z-index: 19;
    position: relative;
    height: .88rem;
    margin-bottom: .15rem;
    border: 1px solid #c5cddb;
    background: #fff;
    font-size: .284rem;
    line-height: .88rem;
    border-radius: .1rem;
}

.login_panel .not_logined .login-container .inputbox.active {
    border: 1px solid #4aafe9;
}

.login_panel .not_logined .login-container .inputbox.error {
    border: 1px solid #f33;
}

.login-container .inputbox input.field::-webkit-input-placeholder {
    height: .82rem;
}

.login_panel .not_logined .login-container .inputbox input {
    display: block;
    width: 3rem;
    border: 1px solid #e5e5e5;
    border-top: 0;
    line-height: 1em;
    font-size: .28rem;
    padding: .21rem .2rem .21rem .2rem;
    background: #f6f6f6;
    outline: 0
}

.login_panel .not_logined .login-container .inputbox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset
}

.login_panel .not_logined .login-container .inputbox input:active, .login_panel .not_logined .login-container .inputbox input:hover, .login_panel .not_logined .login-container .inputbox input:focus, .login_panel .not_logined .login-container .inputbox input:visited {
    background: #f6f6f6
}

.login_panel .not_logined .login-container .inputbox input.field {
    height: 100%;
    position: absolute;
    left: 1rem;
    width: 3.56rem;
    border-radius: .1rem;
    border: 0;
}

.login_panel .not_logined .login-container .inputbox .u_lable {
    display: block
}

.login_panel .not_logined .login-container .inputbox .sooq_user,
.login_panel .not_logined .login-container .inputbox .sooq_passwd {
    line-height: .8rem;
    display: block;
    width: 1rem;
    text-align: center;
    position: absolute;
    color: #282828;
    font-size: .6rem;
}

#error_msg {
    font-size: .28rem;
    color: #f33;
    display: none;
    position: relative;
}

#error_msg.pwd_error, #error_msg.name_error, #error_msg.post_error {
    display: block
}

#error_msg .error_icon {
    float: left;
    width: 1rem;
    text-align: center;
}

.login_panel .not_logined .loginbox {
    margin-bottom: .2rem
}

.login_panel .not_logined .loginbox #dologin {
    width: 4rem;
    height: .7rem;
    background: #f33;
    border-radius: .1rem;
    color: #fff;
    font-size: .28rem;
    margin: .2rem 0;
    text-align: center;
    line-height: .7rem
}

.login_panel .not_logined .loginbox .reg {
    float: left
}

.login_panel .not_logined .loginbox .reg a {
    color: #404040;
    font-size: .28rem;
    height: .32rem;
    line-height: .32rem
}

.login_panel .not_logined .loginbox .fgtpwdbox {
    float: right
}

.login_panel .not_logined .loginbox .fgtpwdbox a {
    color: #f33;
    font-size: .28rem;
    height: .32rem;
    line-height: .32rem
}

.login_panel .login_versions {
    box-sizing: border-box;
    padding-top: .5rem
}

.login_panel .login_versions .v_icon {
    width: .91rem;
    height: .71rem;
    margin: auto;
    opacity: .2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.login_panel .login_versions .version {
    display: inline-block;
    width: 26%;
    text-align: center
}

.login_panel .login_versions .version:first-child {
    margin-left: 9%
}

.login_panel .login_versions .v_title {
    padding-top: .26rem;
    font-size: .24rem;
    color: #999
}

.login_panel .login_versions .version_standard .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_standard.png)
}

.login_panel .login_versions .version_pc .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_pc.png)
}

.login_panel .login_versions .version_no_pic .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_no_pic.png)
}

.login_panel .login_versions .version_active .v_icon {
    opacity: 1
}

.login_panel .login_versions .version_active .v_title {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    color: #404040
}

.login_panel .login_app {
    margin-top: 1.37rem;
    margin-left: .21rem;
    box-sizing: border-box;
    height: .7rem;
    line-height: .7rem
}

.login_panel .login_app span {
    display: inline-block;
    padding-left: .18rem;
    font-size: .24rem;
    color: #404040
}

.login_panel .login_app .logo {
    float: left;
    width: .7rem;
    height: .7rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/logo.png) center center no-repeat;
    background-size: cover
}

.login_panel .login_warning {
    position: absolute;
    top: .2rem;
    margin: 0 auto;
    width: 6.9rem;
    height: .6rem;
    border-radius: .05rem;
    background: rgba(255, 204, 204, 0.85);
    font-size: .28rem;
    color: #f33;
    text-align: center;
    line-height: .6rem;
    display: none
}

.emailTipList {
    position: fixed;
    z-index: 99;
    box-shadow: -1px -1px 10px #969090;
    background: #f6f6f6;
    color: #404040;
    font-size: .36rem;
    z-index: 99999;
    left: 1rem;
    top: 1.2rem;
    width: 6rem;
    height: 4rem;
    line-height: .9rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none
}

.emailTipList li {
    padding-left: .3rem
}

.login_mask {
    position: fixed;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9989;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none
}

.login_mask::before {
    content: " ";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0
}

.login_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.third_login {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.third_login .title {
    font-size: .24rem;
    width: 50%;
    margin: -0.12rem auto 0;
    text-align: center;
    background: #fff;
    color: #6f6f6f;
    line-height: 1
}

.third_login .select_section {
    padding: .3rem 0;
    font-size: 0;
    text-align: center
}

.third_login .select_section .section_wrap {
    width: 25%;
    margin: .3rem 0;
    display: inline-block;
    text-align: center
}

.third_login .select_section .login_item {
    display: inline-block;
    font-size: .64rem;
    width: .64rem;
    height: .64rem;
    border-radius: .32rem
}

.third_login .select_section .qq {
    color: #68a5e1
}

.third_login .select_section .weixin {
    color: #01d10c
}

@media (max-device-width: 350px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }

    #login-form .fur-change-email {
        width: 166.6px
    }

    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }

    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }

    #cnt-box-parent {
        width: 196px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd {
        width: 196px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd .m-header {
        display: none
    }

    #login-form {
        padding: 0
    }

    #login-form .u-logo {
        width: 21.56px;
        padding: 0 4.9px 0 9.8px
    }

    #login-form .u-logo div {
        margin-top: 6.37px;
        width: 21.56px;
        height: 23.52px
    }

    #login-form .m-etbox {
        display: none
    }

    #login-form .ckin {
        width: 98px
    }

    #login-form .ckin .cktext {
        width: 71.05px;
        padding-left: 0;
        text-indent: 4.9px
    }

    #login-form .ckimgbox {
        width: 83.3px;
        height: auto;
        margin: 4.9px 0 0 9.8px
    }

    #login-form .ckimgbox .ckimg {
        width: 83.3px;
        height: auto
    }

    #login-form .m-nerror .ferrorhead {
        width: 171.5px;
        font-size: 11.76px
    }

    #login-form .m-nerror .ferrorhead2 {
        width: 156.8px;
        font-size: 11.76px
    }

    #login-form .u-success {
        margin-top: 10.29px
    }

    #login-form .m-sug {
        width: 191.1px;
        top: 41.16px;
        left: -36.26px;
        height: 98px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    #login-form .m-sug .itm {
        padding-left: 14.7px
    }

    #cnt-box-parent .w-exception {
        width: 196px;
        height: 264.6px
    }

    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }

    #cnt-box-parent .w-exception .cnt .note {
        font-size: 14.21px
    }

    .u-btn-middle3 {
        font-size: 11.76px;
        width: 73.5px;
        height: 29.4px;
        line-height: 29.4px
    }

    .u-btn.bgcolor {
        height: 29.4px;
        line-height: 29.4px
    }

    .m-footer {
        display: none
    }

    .m-unlogin {
        display: none
    }

    #dologin {
        background: #f33;
        border-radius: 4.9px;
        height: 34.3px;
        font-size: 11.76px;
        line-height: 34.3px
    }
}

@media (min-device-width: 350px) and (max-device-width: 390px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }

    #login-form .fur-change-email {
        width: 187px
    }

    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }

    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }

    #cnt-box-parent {
        width: 220px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd {
        width: 220px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd .m-header {
        display: none
    }

    #login-form {
        padding: 0
    }

    #login-form .u-logo {
        width: 24.2px;
        padding: 0 5.5px 0 11px
    }

    #login-form .u-logo div {
        margin-top: 7.15px;
        width: 24.2px;
        height: 26.4px
    }

    #login-form .m-etbox {
        display: none
    }

    #login-form .inputbox {
        height: 41.8px;
        font-size: 0;
        line-height: 1;
        border-radius: 2.75px
    }

    #login-form .u-input {
        position: relative;
        height: 100%;
        float: left;
    }

    #login-form .ckin {
        width: 110px
    }

    #login-form .ckin .cktext {
        width: 79.75px;
        padding-left: 0;
        text-indent: 5.5px
    }

    #login-form .ckimgbox {
        width: 93.5px;
        height: auto;
        margin: 5.5px 0 0 11px
    }

    #login-form .ckimgbox .ckimg {
        width: 93.5px;
        height: auto
    }

    #login-form .m-nerror .ferrorhead {
        width: 192.5px;
        font-size: 13.2px
    }

    #login-form .m-nerror .ferrorhead2 {
        width: 176px;
        font-size: 13.2px
    }

    #login-form .u-success {
        margin-top: 12.1px
    }

    #login-form .m-sug {
        width: 214.5px;
        top: 46.2px;
        left: -40.7px;
        height: 110px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    #login-form .m-sug .itm {
        padding-left: 16.5px
    }

    #cnt-box-parent .w-exception {
        width: 220px;
        height: 297px
    }

    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }

    #cnt-box-parent .w-exception .cnt .note {
        font-size: 15.95px
    }

    .u-btn-middle3 {
        font-size: 13.2px;
        width: 82.5px;
        height: 33px;
        line-height: 33px
    }

    .u-btn.bgcolor {
        height: 33px;
        line-height: 33px
    }

    .m-footer {
        display: none
    }

    .m-unlogin {
        display: none
    }

    #dologin {
        background: #f33;
        border-radius: 5.5px;
        height: 38.5px;
        font-size: 13.2px;
        line-height: 38.5px
    }
}

@media (min-device-width: 390px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }

    #login-form .fur-change-email {
        width: 204px
    }

    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }

    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }

    #cnt-box-parent {
        width: 240px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd {
        width: 240px;
        margin: 0 auto
    }

    #cnt-box-parent .g-bd .m-header {
        display: none
    }

    #login-form {
        padding: 0
    }

    #login-form .u-logo {
        width: 26.4px;
        padding: 0 6px 0 12px
    }

    #login-form .u-logo div {
        margin-top: 7.8px;
        width: 26.4px;
        height: 28.8px
    }

    #login-form .m-etbox {
        display: none
    }

    #login-form .inputbox {
        height: 0.8rem;
        font-size: 0;
        border-radius: 3px
    }

    #login-form .ckin {
        width: 120px
    }

    #login-form .ckin .cktext {
        width: 87px;
        padding-left: 0;
        text-indent: 6px
    }

    #login-form .ckimgbox {
        width: 102px;
        height: auto;
        margin: 6px 0 0 12px
    }

    #login-form .ckimgbox .ckimg {
        width: 102px;
        height: auto
    }

    #login-form .m-nerror .ferrorhead {
        width: 210px;
        font-size: 14.4px
    }

    #login-form .m-nerror .ferrorhead2 {
        width: 192px;
        font-size: 14.4px
    }

    #login-form .u-success {
        margin-top: 13.8px
    }

    #login-form .m-sug {
        width: 234px;
        top: 50.4px;
        left: -44.4px;
        height: 120px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    #login-form .m-sug .itm {
        padding-left: 18px
    }

    #cnt-box-parent .w-exception {
        width: 240px;
        height: 324px
    }

    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }

    #cnt-box-parent .w-exception .cnt .note {
        font-size: 17.4px
    }

    .u-btn-middle3 {
        font-size: 14.4px;
        width: 90px;
        height: 36px;
        line-height: 36px
    }

    .u-btn.bgcolor {
        height: 36px;
        line-height: 36px
    }

    .m-footer {
        display: none
    }

    .m-unlogin {
        display: none
    }

    #dologin {
        background: #f33;
        border-radius: 6px;
        height: 42px;
        font-size: 14.4px;
        line-height: 42px
    }
}

#index_header {
    font-size: .32rem;
    max-width: 1080px;
    position: relative;
    z-index: 128;
    background-color: #272727;
}

.u_topbar {
    height: .99rem;
    background-color: #272727;
    position: relative;
    overflow: hidden;
}

.u_topbar .u_logo {
    width: 3.2rem;
    height: .8rem;
    font-size: .7rem;
    color: #183e68;
    margin: .1rem;
    position: absolute;
    left: 50%;
    margin-left: -1.6rem;
}

.u_topbar .u_rlogo .icon_seach {
    width: .46rem;
    height: .46rem;
    margin-top: .26rem;
    right: .25rem;
    position: absolute;
    font-size: .5rem;
    color: #eee;
}

.u_topbar .u_llogo .icon_personal {
    width: .46rem;
    height: .46rem;
    margin-top: .26rem;
    left: .25rem;
    position: absolute;
    font-size: .5rem;
    color: #eee;
}

.main_content .fixedhack.ios_fixed {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9980
}

.main_content .fixedhack_ios_fixed_bottom {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    bottom: -1px;
    left: 0;
    background-color: #272727;
    z-index: 9980;
}
.main_content .fixedhack_ios_fixed_bottom a.close{
    font-family: sooqfont;
    position: absolute;
    top: -.35rem;
    right: 0;
    font-size: .7rem;
    color: #1b3e66;
}
.main_content .fixedhack_ios_fixed_bottom a.close:hover{
    color: #ff0000;
}
.main_content .fixedhack_ios_fixed_bottom img.adv_img{
    width: 100%;
}


.bar_wrap {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 9980
}

.main_nav {
    position: relative;
    width: 100%;
    top: 0
}

.main_nav *, .main_nav *::before, .main_nav *::after {
    box-sizing: border-box
}

.main_nav_wrap {
    padding: 0 .3rem
}

.main_nav_topnav_wrap {
    position: relative;
    z-index: 128;
    background-color: #272727;
}

.main_nav_bar {
    background-color: #272727;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #272727;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}

.main_nav_bar.has_subnav {
    border-bottom-color: transparent;
}

.main_nav_bar:not(.has_subnav) .subnav_wrap {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: opacity .5s, z-index 0s, -webkit-transform .5s;
    transition: opacity .5s, z-index 0s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s, z-index 0s;
    transition: opacity .5s, transform .5s, z-index 0s, -webkit-transform .5s
}

.topnav_list_contain {
    position: relative;
    z-index: 100
}

.topnav_list_contain::before {
    left: -0.05rem;
    opacity: 0
}

.topnav_list_contain::after {
    right: .42rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.topnav_list_contain.onscroll::before {
    opacity: 1
}

.topnav_list_scroll_wrap {
    height: .8rem;
    overflow: hidden
}

.main_nav_bar.has_subnav .topnav_list_scroll_wrap::before {
    content: " ";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #7d7d7d;
    width: 100%;
    z-index: 111;
    display: block;
}

.topnav_list {
    position: relative;
    margin: 0 0.44rem;
    overflow-x: scroll;
    overflow-y: hidden;
    color: #fff;
    font-size: 0;
    line-height: .8rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.topnav_list::-webkit-scrollbar {
    display: none
}

.topnav_item {
    position: relative;
    display: inline-block;
    padding: 0 .9em;
    font-size: .32rem;
    text-align: center;
    cursor: pointer;
}

.topnav_item.first_char, .topnav_item.last_char {
    padding: 0 .3em
}

.topnav_item.first_char .topnav_item_box, .topnav_item.last_char .topnav_item_box {
    width: 2em
}

.topnav_item.first_char .topnav_item_box {
    left: -0.5em
}

.topnav_item.first_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0)
}

.topnav_item.last_char .topnav_item_box {
    left: .5em
}

.topnav_item.last_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0)
}

.topnav_item.current {
    color: #ffc34b
}

.topnav_item.current .topnav_item_box {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    font-weight: bold;
}

.topnav_item.current.first_char .topnav_item_box {
    left: -0.5em;
    -webkit-transform: scale(1.125) translate3d(0.5em, 0, 0);
    transform: scale(1.125) translate3d(0.5em, 0, 0)
}

.topnav_item.current.first_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topnav_item.current.last_char .topnav_item_box {
    left: .5em;
    -webkit-transform: scale(1.125) translate3d(-0.5em, 0, 0);
    transform: scale(1.125) translate3d(-0.5em, 0, 0)
}

.topnav_item.current.last_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topnav_item::after {
    content: " ";
    display: block;
    position: absolute;
    height: .12rem;
    width: .12rem;
    bottom: -0.05rem;
    left: 50%;
    margin-left: -0.06rem;
    border-left: 1px solid #7d7d7d;
    border-top: 1px solid #7d7d7d;
    background-color: #272727;
    -webkit-transform: rotate(45deg) rotateX(90deg);
    transform: rotate(45deg) rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 112;
}

.topnav_item.current::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has_subnav .topnav_item::after {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.has_subnav .topnav_item.current::after {
    visibility: visible
}

.topnav_item_box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s
}

.topnav_item_text {
    display: inline-block;
    -webkit-transition: .25s;
    transition: .25s
}

.subnav_wrap {
    position: relative;
    width: 100%;
    z-index: 120;
    background: #272727;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
}

.subnav_wrap .main_nav_wrap {
    -webkit-transition: .5s;
    transition: .5s
}

.subnav_contain.show {
    display: block;
    z-index: 2
}

.subnav_contain:not(.show) {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.subnav_contain:not(.show) .subnav_item {
    opacity: 0;
}

.subnav_list {
    overflow-x: hidden;
    overflow-y: hidden;
    color: #fff;
    font-size: 0;
    line-height: .8rem;
    text-align: left;
    -webkit-overflow-scrolling: touch;
}

.subnav_list::-webkit-scrollbar {
    display: none
}

.subnav_item {
    display: inline-block;
    height: .8rem;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.subnav_item:not(:first-child)::before {
    content: "|";
    display: inline-block;
    font-size: .3rem;
    color: #183145
}

.subnav_item.current .subnav_item_text {
    color: #ffc34b;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    font-weight: bold;
}

.subnav_item_text {
    display: inline-block;
    min-width: 1.25rem;
    padding: 0 .2rem;
    font-size: .3rem;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s
}

section {
    background: #f6f6f6;
    width: 6.9rem;
}

.list_item .m_article_channel {
    display: inline;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888
}

.list_item .iconfont {
    display: inline;
    font-size: .26rem;
    color: #a8a8a8
}

.list_item .t_count {
    color: #888
}

.m_article {
    font-size: .24rem;
    padding: .2rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 .3rem
}

.m_article .m_article_img {
    float: right;
    width: 27%;
    height: 1.4rem;
    overflow: hidden;
    position: relative;
    margin-left: .2rem;
}

.m_article .m_article_img img {
    width: 100%;
    display: block;
    min-height: 1.4rem
}

.m_article .m_article_info .m_article_title {
    font-size: .34rem;
    margin-bottom: .2rem;
    color: #404040;
    line-height: .42rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical
}

.m_article .m_article_desc .m_article_time {
    font-size: .24rem;
    color: #888;
    display: inline-block;
    margin-right:.8em;
}
.m_article .m_article_desc .m_article_pv {
    font-size: .24rem;
    color: #888;
    display: inline-block
}

.m_article .m_article_desc .m_article_desc_l {
    /* float: left; */
}

.m_article .m_article_desc .m_article_desc_r {
    float: right;
    color: #888;
    line-height: .37rem
}

.m_article .m_article_info {
    overflow: hidden
}
.m_article span.sooqfont {
    color:#aaa;
}
.m_photoset .m_photoset_title {
    font-size: .34rem;
    margin-bottom: .2rem;
    color: #404040;
    display: -webkit-box;
    display: flex
}

.m_photoset .m_photoset_pic {
    margin: .22rem 0;
    display: block
}

.m_photoset .m_photoset_pic .m_photoset_pic_wrap {
    overflow: hidden;
    height: 1.65rem
}

.m_photoset .m_photoset_pic .m_photoset_pic_wrap img {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: inline-block;
    min-height: 1.4rem
}

.m_photoset .m_photoset_pic .m_photoset_pic_wrap img:last-child {
    margin-right: 0
}

.m_photoset_square {
    background: #fff;
    width: 3.35rem;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0;
    border: 0;
    box-shadow: 0 1px 1px #e3e3e3
}

.m_photoset_square .m_photoset_square_img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    -webkit-animation: imgload2 1s ease-out;
    animation: imgload2 1s ease-out;
    -webkit-animation-name: imgload2;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-out
}

.m_photoset_square .m_photoset_square_img img {
    width: 100%;
    display: block;
    min-height: 2rem
}

.m_photoset_square.pbpb_item .m_photoset_square_info .m_photoset_square_title span {
    display: inline
}

.m_photoset_square.pbpb_item .m_photoset_square_info .m_photoset_square_title .m_photoset_square_adflag {
    display: inline-block;
    color: #efd469;
    font-size: 12px;
    padding: 2px;
    line-height: 12px;
    margin-right: .1rem;
    background: url(https://static.ws.126.net/f2e/wap/common_tmp_for_ssp/images/border_yellow.png) no-repeat;
    background-size: 100% 100%
}

.m_photoset_square .m_photoset_square_info {
    padding: .15rem;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_title {
    color: #555;
    width: 100%;
    margin-bottom: .15rem
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_title span {
    display: block;
    font-size: .28rem;
    line-height: .42rem
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc {
    width: 100%
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_l {
    float: left;
    background-size: contain;
    background-position: left 0;
    background-repeat: no-repeat;
    color: #888;
    line-height: .36rem;
    font-size: .24rem
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_l .sooqfont {
    padding: 0 .1rem 0 0;
    display: inline-block;
    font-size: .28rem;
    color: #a8a8a8
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_r {
    float: right;
    background-size: contain;
    background-position: left 0;
    background-repeat: no-repeat;
    color: #888;
    line-height: .36rem;
    font-size: .24rem
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_r .sooqfont {
    padding: 0 .1rem 0 0;
    display: inline-block;
    font-size: .28rem;
    color: #a8a8a8
}

.contents .video-item {
    margin: .3rem;
    height: 3.9rem;
    position: relative
}

.contents .video-item .v-poster {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.contents .video-item .v-poster img {
    width: 100%;
    background-color: #e5e5e5
}

.contents .video-item .v-play {
    width: .7rem;
    height: .5rem;
    opacity: .8;
    top: -.2rem;
    border-radius: .2rem;
    position: relative;
    display: inline-block;
    z-index: 3;
}

.contents .video-item .v-mask {
    position: absolute;
    width: 100%;
    height: 2.33rem;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(../images/shade.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 .2rem
}

.contents .video-item .v-head {
    width: 6.5rem;
    bottom: .74rem;
    left: 0;
    line-height: .46rem;
    position: absolute;
    padding: 0 .2rem;
}

.contents .video-item .v-title {
    font-size: .34rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical
}

.contents .video-item .v-detail {
    line-height: .24rem;
    font-size: .24rem;
    padding: .2rem .2rem .2rem .2rem;
    width: 6.5rem;
    position: absolute;
    color: #888;
    left: 0;
    bottom: 0;
}

.contents .video-item .v-source {
    float: left;
}

.contents .video-item .v-time {
    float: right;
    margin-right: .8em;
}
.contents .video-item .v-pv {
    float: right;
}
.contents .video-info {
    height: 1.5rem;
    /* background-color: #ffffff; */
}

.contents .video-info .v-head {
    padding: 0;
}

.contents .video-info .v-mask {
    background: none;
    height: auto;
}

.contents .video-info .v-title {
    color: #222
}

.contents .video-item .v-time:before {
    display: inline-block;
    content: "\e602";
    height: .24rem;
    text-align: center;
    padding-right: 1px;
}
.contents .video-item .v-pv:before {
    display: inline-block;
    content: "\e615";
    height: .24rem;
    text-align: center;
    padding-right: 1px;
}

.contents .video-item.m_article {
    height: auto;
}

.contents .video-item.m_article .m_article_img {
    float: left;
    margin-right: .2rem;
}

.contents .video-item.m_article .m_article_channel {
    display: inline;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888
}

.contents .video-item.m_article .m_article_desc .m_article_desc_l {
    width: 3.3em;
}

.contents .video-item.m_article .m_article_desc .m_article_desc_r {
    float: none;
    white-space: nowrap;
}

.live_item {
    width: 7.5rem;
    padding: .3rem;
    position: relative
}

.live_item, .live_item * {
    box-sizing: border-box
}

.live_poster {
    position: relative;
    overflow: hidden;
}

.live_poster img {
    width: 100%;
    display: block;
    min-height: 1.4rem;
}

.live_poster .user_count {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .37rem;
    padding: .07rem .1rem;
    line-height: .26rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/live/user_count_bg.png) center no-repeat;
    background-size: 100% 100%
}

.live_poster .user_count.unstart {
    display: none
}

.live_poster .user_count.isover .count {
    color: #f33
}

.live_poster .user_ico {
    float: left;
    width: .2rem;
    height: .22rem;
    margin-right: .07rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/live/user_ico.png) center no-repeat;
    background-size: contain
}

.live_poster .count {
    float: right;
    font-size: .24rem;
    color: #888
}

.live_title {
    margin: .15rem .66rem 0 0;
    font-size: .32rem;
    line-height: .47rem;
    color: #404040;
}

.live_source {
    font-size: .24rem;
    color: #999
}

.live_list_status0 {
    position: absolute;
    right: .3rem;
    bottom: .3rem
}

.live_list_status0 .status_ico {
    box-sizing: content-box;
    float: left;
    width: .27rem;
    height: .26rem;
    margin: .03rem .1rem 0 .1rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/live/l_status0.png) center no-repeat;
    background-size: contain
}

.live_list_status0 .status_text {
    float: right;
    color: #f33;
    font-size: .24rem
}

.live_list_status1 {
    position: absolute;
    right: .3rem;
    bottom: .3rem
}

.live_list_status1 .status_ico {
    width: .66rem;
    height: .66rem;
    margin: 0 auto .22rem auto;
    border-radius: 50%;
    background: url(../images/play_btn2.png) center no-repeat;
    background-size: contain;
}

.live_list_status1 .status_text {
    color: #193d65;
    font-size: .24rem
}

.live_list_status2 {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    width: .86rem
}

.live_list_status2 .status_ico {
    float: left;
    width: .28rem;
    height: .21rem;
    margin-top: .07rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/live/l_status2.png) center no-repeat;
    background-size: contain
}

.live_list_status2 .status_text {
    float: right;
    color: #888;
    font-size: .24rem
}

.live_future_time {
    box-sizing: border-box;
    width: 7.5rem;
    padding: .22rem .3rem;
    background: #eee;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 0
}

.live_future_time .ico {
    float: left;
    width: .23rem;
    height: .24rem;
    margin: .05rem .1rem 0 0;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/live/live_future_time_bg.png) center no-repeat;
    background-size: contain
}

.live_future_time .text {
    font-size: .26rem;
    color: #404040
}

.live_future_time + .live_d_line {
    display: none
}

/* slide */
.i_slide {
    position: relative;
    overflow: hidden;
}

.i_slide .i_slide_main {
    position: relative;
    z-index: 0;
}

.i_slide .i_slide_main ul {
    width: 999999px;
}

.i_slide .i_slide_main li {
    position: relative;
    text-align: center;
    float: left;
    width: 7.5rem;
}

.i_slide .i_slide_main li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    background: url(http://p0.ifengimg.com/fe/iifeng_index_touch/images/loading_eb0d4350.gif) center center no-repeat;
}

.i_slide .i_slide_main li a img {
    vertical-align: top;
    width: 100%;
}

.i_slide .i_slide_main li a p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 15px;
    height: 50px;
    font-size: .34rem;
    line-height: 60px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}

.i_slide .i_slide_items {
    position: absolute;
    text-align: center;
    bottom: 0px;
    height: 8px;
    width: 100%;
}

.i_slide .i_slide_items ul li {
    width: 7px;
    height: 2px;
    background: #6f6f6e;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 2px;
}

.i_slide .i_slide_items ul li.on {
    width: 10px;
    height: 2px;
    background: #f54343;
}

.i_slide_shequ_wraper {
    background-color: #FFFFFF;
}

.i_slide_shequ_wraper .txt {
    font-size: .3rem;
    text-align: center;
    width: .8rem;
    margin: .3rem 0;
    color: #404040;
    line-height: .35rem;
}

.i_slide_shequ {
    position: relative;
    overflow: hidden;
    width: 6.7rem;
    padding: .25rem 0 0;
}

.i_slide_shequ .i_slide_main {
    position: relative;
    z-index: 0;
}

.i_slide_shequ .i_slide_main ul {
    width: 999999px;
}

.i_slide_shequ .i_slide_main li {
    position: relative;
    text-align: center;
    float: left;
    width: 2.2rem;
    margin-right: .2rem;
    max-height: 1.4rem;
}

.i_slide_shequ .i_slide_main li a {
    display: block;
}

.i_slide_shequ .i_slide_main li a img {
    vertical-align: top;
    width: 100%;
}

.i_slide_shequ .i_slide_main li a p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 15px;
    height: 50px;
    font-size: .34rem;
    line-height: 60px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}

.i_slide_shequ .i_slide_items {
    position: absolute;
    text-align: center;
    bottom: 0px;
    height: 8px;
    width: 100%;
}

.i_slide_shequ .i_slide_items ul li {
    width: 7px;
    height: 2px;
    background: #6f6f6e;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 2px;
}

.i_slide_shequ .i_slide_items ul li.on {
    width: 10px;
    height: 2px;
    background: #f54343;
}





article {
    padding: 0 .3rem .4rem;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

article .head {
    font-weight: 400;
    padding: .54rem 0 0
}

article .head .title {
    font-size: .46rem;
    font-weight: 700;
    line-height: .7rem;
    padding: 0 0 .2rem;
    color: #404040
}

article .head .info {
    font-size: .28rem;
    font-weight: 400;
    margin: 0 0 .12rem;
    color: #888
}

article .content {
    font-size: .36rem;
    line-height: 1.5em;
    word-break: break-all;
    color: #404040
}
#article .content{
    line-height: 1.5em;
}
#article .content p{
    margin-bottom: 1.5em;
}
article .content object {
    display: none
}

article .content p {
    text-align: justify;
}
article .content p[align=center] {
	text-align: center;
}

article .content p:first-child {
    margin-top: .3rem
}

article .content pre {
    white-space: pre-wrap
}

article .content table {
    font-size: 12px;
    overflow-x: auto;
    width: 100%;
    border-spacing: 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

article .content table p {
    margin: 0;
    padding: 0
}

article .content table td {
    padding: 0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

article .content table th {
    border-color: #e9e9e9;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    background-color: #eee
}

article .content a, article .content a:visited {
    color: #4d86c6
}

#article img {
    width: 100% !important;
    display: block;
}
#article sup {
    vertical-align: super;
    font-size: 9px;
}
.area_title{font-size: .36rem;margin: 0 .3rem; padding-top:.6rem; }
.area_title.sooq-list:before{color: #0287e2; margin-right: .1rem;}
#comments{font-size: .36rem;}
#comments .content_wraper{font-size: .36rem;margin: 0 0.3rem; padding-top:.16rem; position: relative}
#comments .vcode_wraper{font-size: .36rem;margin: 0 0.3rem; line-height: .8rem;position: relative;}
#comments .block{display: block; position: relative;}
#comments .content_wraper label.error{position: absolute;top: -.4rem;right: .1rem;}
#comments .inline{display: inline;}
#comments .form-control{display: block; width: 100%!important;}
#comments .validateCode{vertical-align: middle;vertical-align:-webkit-baseline-middle; }
#comments .vcode_wraper label.error{
    position: absolute;
    bottom: -18px;
    left: -10px;
    line-height: 18px;
}
#validateCode{height: .56rem; line-height: .56rem;}
#comments .btn { display: inline-block;padding: .1rem .23rem;margin-top: .3rem;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;color: #fff;background-color: #0f8585;border-color: #2e6da4;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.copyright {
    font-size: .24rem;
    color: #666;
    text-align: center;
    padding: .15rem 0;
    line-height: .36rem;
}
#bottom{background-color:#272727;color: #fff;}
#bottom .table{display: table;width: 100%;border-top: 1px solid #7b7b7b;}
#bottom .table .row{display: table-row}
#bottom .table .row .cell{line-height: .8rem;width: 25%;display: table-cell;font-size: .36rem;text-align: center;border-bottom: 1px solid #7b7b7b;border-right: 1px solid #7b7b7b;}
#bottom .table .row .cell:hover{background-color: #ccc;}
#contents section:last-child{border-bottom: 0;}

img.adv_img{width: 100%;}
a.adv_link{display: block; position: relative;}
.adv_ico{width: 26px; height: 13px; position: absolute; right: 1px; bottom: 1px; z-index: 99; background: url('/img/adv/26x13_adv_ico.gif') no-repeat;}
