body {
    margin: 0;
    background: #f7f7f8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body, pre, textarea {
    font-size: 12px;
    line-height: 30px;
    -webkit-tap-highlight-color: transparent;
    font-family: Helvetica Neue, Microsoft YaHei, Helvetica, Tahoma, sans-serif;
    word-wrap: break-word;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body a {
    /*color: #c18a4a;*/
    text-decoration: none;
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0
}

.hidden {
    display: none !important;
}

.text-666 {
    color: #666;
}

.text-red {
    color: red !important;
}

.web_nav .logo img {
    height: 100%;
}
.bg-ff5{
    background: #FFF5EE !important;
}
.header .header_nav {
    background-color: #393D49;
}

.web_nav .lay-nav {
    margin: 0;
}

.header .video_nav .layui-tab {
    margin: 0;
}

.header .video_nav .layui-tab-title {
    border: none;
}

.header .video_nav a {
    color: #000000;
}

.header .web_nav .lay-nav a {
    font-size: 16px;
    color: #fff;
}

.footer {
    margin: 20px 20px 30px 20px;
}

.footer .copyright {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.hidden {
    display: none !important;
}

.text-r {
    text-align: right !important;
}

.text-l {
    text-align: left !important;
}

.text-center {
    text-align: center;
}

.layui-fixbar li {
    position: relative;
}

.layui-fixbar .tips {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.layui-fixbar .v-a-m {
    position: absolute;
    left: 50px;
    top: 0;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    background: #de1e30;
    font-size: 12px;
}

.tool-tips-fixbar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 650px;
    width: 45px;
    visibility: visible;
    z-index: 10;
}

.web_top_refresh {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 30000
}

.web_top_refresh .sub_refresh {
    width: 40px;
    height: 40px;
    background: rgba(244, 62, 80, .7);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    display: block
}

.web_top_refresh .sub_refresh.rotate {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear
}

.web_top_refresh .sub_refresh:after {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    background: rgba(244, 62, 80, .3);
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    border-radius: 100%
}

.menu-button {
    display: none
}

.ad_banner a {
    display: block;
    margin-top: 5px;
}

.ad_banner img {
    width: 100%;
    display: block;
}

.breadcrumb {
    padding: 6px 0 2px 20px;
}

@media screen and (min-width: 1200px) {
    /*web*/
    .back {
        display: none
    }

    /*pagination*/
    .pagination-wrap {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }

    .pagination {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, 0.65);
        font-size: 0;
        font-variant: tabular-nums;
        line-height: 1.5;
        list-style: none;
        -webkit-font-feature-settings: 'tnum';
        font-feature-settings: 'tnum';
    }

    .pagination::after {
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        content: ' ';
    }

    .pagination li {
        display: inline-block;
        min-width: 44px;
        height: 40px;
        line-height: 40px;
        color: rgba(0, 0, 0, 0.65);
        font-family: Arial;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        list-style: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .pagination li {
        margin-left: -1px;
    }

    .pagination li a, .pagination li span {
        color: #4183c4;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        height: 100%;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #E8EAF3;
        border-radius: 0;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s;
        padding: 0 10px;
    }

    .pagination li a:hover {
        background: #F2F2F2
    }

    .pagination .active span {
        z-index: 3;
        color: #fff;
        background-color: #4183c4;
        border-color: #4183c4;
        cursor: default;
    }

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

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

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

    .m-pagination {
        display: none
    }

    .layui-nav .m-live-a {
        display: none
    }

    .ad_banner a:first-child {
        margin-top: 10px;
    }

    .web_content {
        width: 1200px;
        margin: 0 auto;
    }

    .web_nav {
        width: 1200px;
        height: 60px;
        margin: 0 auto;
        position: relative;
    }

    .web_nav .logo {
        float: left;
        height: 100%;
        margin-right: 15px;
    }

    .web_nav .layui-nav {
        float: left;
    }

    .ad_banner {
        width: 1200px;
        margin: 0 auto;
    }

    .header .video_nav .layui-tab {
        width: 1200px;
        margin: 0 auto;
    }

    .web_nav .lay-nav {
        height: 60px;
        line-height: 60px;
    }

    .web_nav .lay-nav .layui-tab-title {
        border: 0;
    }

    .pl-wrap .wrap-head {
        width: 80px;
        margin: 2px 0 10px 0;
        height: 28px;
        line-height: 28px;
        font-size: 15px;
        text-align: center;
        border-radius: 10px;
        background: #FF4D4D;
        color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(255, 77, 77, 0.3);
    }

    .pl-wrap .wrap-head-empty {
        margin: 2px 0 10px 0;
        height: 28px;
    }
}

.hot-wrap {
    display: flex;
}

.pl-wrap {
    float: left;
    width: 100%;
    margin: 7px 0;
    margin-right: 15px;
    vertical-align: top;
    overflow: hidden;
}

.pl-wrap:last-child {
    margin-right: 0;
}

.pl-wrap .wrap-body {
    background: #fff;
    padding: 10px 6px 0px 6px
}

.pl-wrap ul span {
    font-size: 13px;
    padding-right: 18px;
    color: #959595;
}

.pl-wrap li span a {
    color: #959595;
}

.pl-wrap a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.pl-wrap ul span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}

.video-slash {
    display: none
}

.pl-wrap .head-div {
    position: relative;
}

.pl-wrap .head-div .more {
    position: absolute;
    right: 5px;
    top: 0;
}

.web_nav .layui-tab-bar, .video_nav .layui-tab-bar, #primary .layui-tab-bar {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 10;
    height: unset;
    width: 20px;
    line-height: 20px;
}

body .beiyong {
    height: 60px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 13px;
    cursor: pointer;
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

body .beiyong a {
    color: #fff;
    margin-right: 20px;
}

body .beiyong div {
    height: 30px;
    line-height: 30px;
}

body .tishi-class .layui-layer-content {
    text-align: center;
    padding: 0 50px;
}

body .tishi-class .tz {
    margin-top: 10px;
    font-size: 18px;
}

body .tishi-class .yj {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

body .tishi-class .wz {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 53, 81, 1);
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 3px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
}

body .tishi-class .layui-layer-title {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    /*mobile*/
    /*pagination*/
    .beiyong {
        display: none;
    }

    .pagination-wrap {
        position: relative;
        text-align: center;
        margin: 10px 0;
    }

    .pagination {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, 0.65);
        font-size: 0;
        font-variant: tabular-nums;
        line-height: 1.5;
        list-style: none;
        -webkit-font-feature-settings: 'tnum';
        font-feature-settings: 'tnum';
    }

    .pagination::after {
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        content: ' ';
    }

    .pagination li {
        display: inline-block;
        height: 3rem;
        line-height: 3rem;
        color: rgba(0, 0, 0, 0.65);
        font-family: Arial;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        list-style: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .pagination li {
        margin-left: -1px;
    }

    .pagination li a, .pagination li span {
        color: #999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        height: 100%;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-radius: 0;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 0 10px;
    }

    .pagination li a:hover {
        background: #F2F2F2
    }

    .pagination .active span {
        z-index: 3;
        color: #222;
        font-size: 16px;
        cursor: default;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border: 1px solid #e5e5e5;
        margin-right: 35px;
        width: 6rem;
        color: #222;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border: 1px solid #e5e5e5;
        margin-left: 35px;
        width: 6rem;
        color: #222;
    }

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

    .web-pagination {
        display: none
    }

    img {
        max-width: 100%
    }

    .layui-nav .web-live-a {
        display: none
    }

    .ad_banner a {
        display: block;
        margin-top: 3px;
    }

    .ad_banner a:first-child {
        margin-top: 0;
    }

    .web_top_refresh {
        display: block;
    }

    .tool-tips-fixbar {
        display: none;
    }

    .web_nav {
        position: relative;
        text-align: center;
    }

    .web_nav .logo {
        display: block;
        height: 43px;
    }

    .header .layui-nav {
        border-top: 1px solid #fff;
        padding: 0 5px;
        display: none;
        /*background: linear-gradient(#ffe9ae, #b18e59);*/
    }

    .menu-button {
        display: block;
        position: absolute;
        right: 8px;
        top: 6px;
        color: #fff;
        font-size: 16px;
    }

    .web_nav .back {
        position: absolute;
        line-height: 43px;
        left: 10px;
        color: #fff;
    }

    .header .layui-nav .layui-nav-item {
        line-height: 37px;
        text-align: center;
    }

    .web_nav .layui-tab-title li {
        padding: 0 8px;
        min-width: 0;
    }

    .header .layui-nav li a {
        padding: 0;
        font-size: 13px;
    }

    .video_nav .layui-tab-title li {
        padding: 0 8px;
        min-width: 0;
    }

    .hot-wrap .pl-wrap:nth-child(n+2), .wrap-head {
        display: none;
    }

    .video-slash {
        display: block;
        padding: 3px 10px;
    }

    .pl-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .video-slash a.btn {
        width: 80px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        color: #FF4D4D;
        margin: 6px 5px 0 0;
        padding: 3px 6px;
        background: rgba(255, 77, 77, 0.15);
        border-radius: 14px;
        background: rgba(255, 77, 77, 0.15);
    }

    .video-slash a.btn.active {
        background: #FF4D4D;
        color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(255, 77, 77, 0.3);
    }

    .pl-wrap .head-div .more {
        top: -7px
    }

    .pl-wrap .more a {
        font-size: 12px;
    }

    #bifen-free {
        text-align: center;
        background: #fff;
        overflow: scroll;
    }

    #bifen-free iframe {
        margin-top: -118px;
    }
}

.layui-tab-title li {
    padding: 0 12px;
}

/*body .ipSign {*/
/*    display: none !important;*/
/*}*/
