/**
**************************************************
* 作者: 文尼先生
* 站長資源: https://3dayseo.com
* 文尼模板網: https://wntheme.com
**************************************************
*/
@charset "utf-8";

.wntheme-header_bd {
    display: flex;
    align-items: center;
    height: 62px;
}

.wntheme-header__top {
    top: 0;
    z-index: 999;
    width: 100%;
    min-height: 62px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.top-fixed-down {
    margin-top: -80px
}

.wntheme-header__side {
    float: right
}

.wntheme-header__logo,
.wntheme-header__menu {
    display: flex;
    align-items: center;
}

.wntheme-header__search {
    float: left;
}

.wntheme-header__logo .logo {
    display: inline-block;
    width: 150px;
    height: 50px;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.wntheme-header__search {
    position: relative;
    width: 300px;
    /* margin-left: 50px;*/
    /*margin-top: 12px */
    margin-left: 15px;
}

.wntheme-header__search .form-control {
    height: 36px;
    padding: 0 15px;
    border-radius: 18px;
    background-color: #f0f0f0;
    border: 0
}

.wntheme-header__search .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.wntheme-header__search .submit .icon {
    font-size: 14px;
    color: #999
}

.wntheme-header__menu {
    position: relative;
    width: calc(100% - 640px);
}

.wntheme-header__menu>li,
.wntheme-header-slide li {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 15px 0 10px
}

.wntheme-header__menu>li {
    float: right;
}

.wntheme-header__menu>li>a,
.wntheme-header-slide li a {
    font-size: 16px;
    line-height: 30px
}

.wntheme-header__menu>li.active>a,
.wntheme-header-slide li.active>a,
.wntheme-header__menu .dropdown li.active a {
    color: var(--theme-color)
}

.wntheme-header__menu>li .dropdown {
    display: none;
    width: 520px;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: -200px;
    padding: 20px 10px 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.wntheme-header__menu>li .dropdown:before {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 230px;
    background-color: #fff
}

.wntheme-header__menu>li:hover .dropdown {
    display: block
}

.wntheme-header-slide {
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
    margin-left: 20px;
}

.wntheme-header-slide li {
    width: auto;
    margin-left: 20px;
}

.wntheme-header__menu .dropdown li {
    float: left;
    /* width: 16.6666667%; */
    width: calc(100% / 4);
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: center;
}

.wntheme-header__menu .dropdown li a {
    display: block;
    padding: 6px;
    border-radius: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wntheme-header__menu .dropdown li a:hover,
.wntheme-header__menu .dropdown li.active a {
    border: 0 solid var(--theme-color);
    background-color: var(--theme-color);
    color: #fff
}

.wntheme-header__user {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto;
}

.wntheme-header__user>li {
    float: left;
    position: relative;
    /* padding: 18px 0 10px; */
    margin-left: 10px;
}

.wntheme-header__user>li>a,
.wntheme-header__user>li>a .icon {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.wntheme-header__user>li .dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    width: 240px;
    top: 100%;
    right: -15px;
    padding: 15px;
    font-size: 12px;
    color: #999;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.wntheme-header__user>li .dropdown:before {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 22px;
    background-color: #fff
}

.wntheme-header__user>li:hover .dropdown {
    display: block
}

.wntheme-header__user .dropdown .history li {
    position: relative;
    padding: 10px 0
}

.wntheme-header__user .dropdown .history li:first-child {
    margin-top: 10px
}

.wntheme-header__user .dropdown .history li:last-child {
    padding-bottom: 0
}

.wntheme-banner {
    position: relative;
    overflow: hidden;
}

.wntheme-banner,
.wntheme-banner * {
    border-radius: 0;
}

.index-slide {
    overflow: hidden;
}

.wntheme-banner__item {
    position: relative;
    display: block;
    width: 100%
}

.wntheme-banner__pic {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wntheme-banner__pic {
    padding-top: 30%;
}

@media (max-width:1023px) {
    .wntheme-banner__pic {
        padding-top: 45%;
    }
}

@media (max-width:767px) {
    .wntheme-banner__pic {
        padding-top: 55%;
    }
}

.wntheme-banner__switch {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 120px
}

.wntheme-banner__switch ul {
    margin-top: 15px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.wntheme-banner__switch ul li {
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center
}

.wntheme-banner__switch ul li span {
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 4px;
}

.wntheme-banner__switch ul li.active span {
    border: 3px solid #f60
}

.carousel-control {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 100%
}

.carousel-control .icon {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border-radius: 50%
}

.carousel-control.left {
    left: 0
}

.carousel-control.left .icon {
    left: 30px
}

.carousel-control.right {
    right: 0
}

.carousel-control.right .icon {
    right: 30px
}

.wntheme-pannel-screen {
    background-color: #292838;
    border-radius: 0;
}

.wntheme-index__screen {
    position: relative
}

.wntheme-index__screen li {
    position: relative;
    float: left;
    width: 25%;
    padding-left: 20px;
    border-left: 1px solid #333;
    text-align: center
}

.wntheme-index__screen li:first-child {
    border-left: 0;
    padding-left: 0
}

.wntheme-index__screen li a {
    display: block;
    float: left;
    width: 33.333333%;
    line-height: 30px;
    color: #ddd
}

.wntheme-content {
    background-color: #f8f8f8
}

.wntheme-content__detail,
.wntheme-content__thumb {
    display: table-cell;
    vertical-align: top;
}

.wntheme-content__thumb .v-thumb {
    width: 190px
}

.wntheme-content__thumb .w-thumb {
    width: 300px
}

.wntheme-content__detail {
    width: 100%;
    padding-left: 20px
}

.wntheme-content__detail .detail-info-top {
    overflow: hidden;
}

.wntheme-content__detail .title {
    margin: 10px 0;
    line-height: 30px;
    float: left;
    width: calc(100% - 240px);
}

.wntheme-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, times new roman, Times, serif
}

.wntheme-content__detail .data {
    margin-bottom: 10px;
    word-break: break-all
}

.wntheme-content__detail .data li {
    float: left;
    margin-right: 20px
}

.wntheme-content__detail .desc {
    padding-left: 42px
}

.wntheme-content__detail .desc .left {
    margin-left: -42px
}

.wntheme-content__detail .play-btn {
    padding-left: 42px;
    margin-top: 20px
}

.wntheme-content__detail .play-btn .share {
    margin-top: 5px
}

.wntheme-player__item {
    position: relative
}

.wntheme-player__detail {
    padding: 20px
}

.wntheme-player__detail .more-btn {
    padding-top: 10px;
    float: right
}

.wntheme-player__detail .more-btn li {
    display: inline-block;
    margin-left: 5px;
}

.wntheme-player__detail .more-btn .btn {
    padding: 6px 15px
}

.wntheme-player__detail .detail-content {
    padding-top: 10px
}

.wntheme-player__detail .desc {
    padding-left: 42px
}

.wntheme-player__detail .desc .left {
    margin-left: -42px
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.wntheme-player__item .fixed {
    width: 500px
}

.wntheme-player__item .fixed {
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.wntheme-player__item .fadeInDown {
    -webkit-animation: fadeInDown .5s .2s ease both;;
    animation: fadeInDown .5s .2s ease both;;
    -moz-animation: fadeInDown .5s .2s ease both
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

.wntheme-player__item .player-fixed-off {
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-donate:before {
    content: "\f1f4"
}

.autocomplete-suggestions {
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.autocomplete-suggestions.active {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%
}

.autocomplete-suggestion {
    padding: 10px 0;
    cursor: pointer;
    border-top: 1px solid #eee
}

.autocomplete-suggestion:first-child {
    border-top: 0
}

.wntheme-foot {
    padding-top: 20px;
    background-color: #f8f8f8
}

.wntheme_star {
    float: right;
    margin-top: 10px;
    width: 230px;
}

.wntheme_star li {
    margin-right: 5px;
    line-height: 30px;
}

.wntheme_star::after {
    content: attr(score);
    display: block;
    width: auto;
    float: right;
    line-height: 30px;
    font-size: 30px;
    color: #f60;
    margin-left: 20px;
}

@media(min-width:1200px) {
    .container {
        max-width: 1920px
    }
}

@media(min-width:1400px) {
    .container {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media(max-width:1023px) {

    .wntheme-header__logo .logo {
        width: 127px;
        display: inline-block;
    }

    .wntheme-header__logo .logo img {
        height: auto;
        max-height: 45px;
    }

    .wntheme-header__search {
        width: 200px;
        margin-left: 20px;
        margin-top: 15px;
    }

    .wntheme-header__menu {
        width: calc(100% - 460px);
        margin-top: 5px;
    }

    .wntheme-header-slide {
        width: calc(100% - 90px);
    }

    .wntheme-header__menu>li,
    .wntheme-header-slide li {
        margin-left: 15px
    }

    .wntheme-header__user>li {
        margin-left: 20px
    }

    .wntheme-header__menu>li:hover .dropdown,
    .wntheme-header__user>li:hover .dropdown {
        display: none
    }

    .wntheme-banner .flickity-page-dots {
        bottom: 10px
    }
}

@media(max-width:767px) {

    .wntheme-header__top {
        min-height: 50px
    }

    .wntheme-header__search {
        position: absolute;
        top: -100%;
        left: 10px;
        right: 10px;
        width: auto;
        padding-right: 30px
    }

    .wntheme-header__search .form-control {
        height: 32px;
        padding: 0 10px;
        border-radius: 16px
    }

    .wntheme-header__search .submit {
        right: 30px;
        width: 32px;
        height: 32px;
        line-height: 30px
    }

    .wntheme-header__search .submit .icon {
        font-size: 12px
    }

    .wntheme-header__search.active {
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .wntheme-header__search .search-close {
        position: absolute;
        /* top: 6px; */
        top: 8px;
        right: 0
    }

    .wntheme-header__menu {
        width: calc(100% - 230px);
        margin-top: -10px;
        display: none !important;
    }

    .wntheme-header-slide {
        width: calc(100% - 20px);
    }

    .wntheme-header__menu>li,
    .wntheme-header-slide li {
        margin-left: 10px;
        padding: 25px 0 10px
    }

    .wntheme-header__menu>li>a {
        line-height: 20px
    }

    .wntheme-header__menu>li .dropdown {
        left: -120px;
        width: 300px
    }

    .wntheme-header__menu>li .dropdown:before {
        left: 150px
    }

    .wntheme-header__menu .dropdown li {
        width: 33.333333%
    }

    .wntheme-header__user {
        padding-right: 10px
    }

    .wntheme-header__user>li {
        margin-left: 20px;
        padding: 10px 0
    }

    .wntheme-header__user>li>a .icon {
        font-size: 20px;
        line-height: 20px;
        vertical-align: middle;
    }

    .wntheme-header__menu>li .dropdown {
        left: -170px
    }

    .wntheme-header__menu>li .dropdown:before {
        left: 190px
    }

    .wntheme-banner {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -10px;
    }

    .carousel-control.left {
        left: 15px;
    }

    .carousel-control.right {
        right: 15px;
    }

    .wntheme-pannel-m50 {
        margin: 0
    }

    .wntheme-index__screen:before,
    .wntheme-index__screen:after {
        display: none
    }

    .wntheme-index__screen li {
        float: none;
        border: 0;
        width: 100%;
        padding: 15px 0;
        overflow: hidden
    }

    .wntheme-index__screen li:first-child {
        padding: 0 0 15px
    }

    .wntheme-index__screen li:last-child {
        padding: 15px 0 0
    }

    .wntheme-index__screen li a {
        float: none;
        display: inline-block;
        padding: 0;
        margin-right: 20px;
        width: auto;
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap
    }

    .wntheme-content__item {
        padding: 20px 15px
    }

    .wntheme-content__thumb .v-thumb {
        width: 125px
    }

    .wntheme-content__thumb .w-thumb {
        width: 160px
    }

    .wntheme-content__detail {
        padding: 0 0 0 10px
    }

    .wntheme-content__detail .title {
        margin: 5px 0 10px;
        font-size: 16px;
        line-height: 18px;
        float: none;
        width: 100%;
    }

    .wntheme-content__detail .data {
        margin: 0 0 10px;
        font-size: 12px;
        word-break: break-all
    }

    .wntheme-content__detail .play-btn {
        margin: 0;
        padding: 0
    }

    .wntheme-player__detail {
        margin: 0
    }

    .wntheme-player__detail .more-btn {
        margin-bottom: 10px
    }

    .wntheme-player__detail .more-btn li {
        margin: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center
    }

    .wntheme-player__detail .more-btn .btn {
        display: block;
        padding: 6px
    }

    .wntheme-player__detail .data .title {
        font-size: 16px
    }

    .wntheme-player__detail.detail .title {
        font-size: 16px
    }

    .wntheme-mobile__type li {
        padding: 0 20px
    }

    .wntheme-mobile__type li a {
        display: block;
        padding: 10px 0;
        text-align: center
    }

    .carousel-control {
        width: 50px;
        height: 100%
    }

    .carousel-control .icon {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px
    }

    .carousel-control.left .icon {
        left: 10px
    }

    .carousel-control.right .icon {
        right: 10px
    }

    .wntheme-foot {
        padding: 20px 0
    }
}

/*辅助功能*/
.wntheme-empty {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: var(--theme-color);
}

.wntheme-sticky {
    position: sticky;
    z-index: 0;
    top: 0;
}

.wntheme-width-auto {
    width: auto !important;
}

@media(min-width:768px) {
    .hide-pc {
        display: none !important;
    }
}

@media(max-width:767px) {
    .hide-mobile {
        display: none !important;
    }
}

/*登录页面*/
.mac_login {
    padding: 30px;
    width: 100%;
    height: 350px;
    background: #fff;
    box-sizing: border-box;
    font-family: "microsoft yahei"
}

.mac_login h3 {
    font-weight: normal;
    color: #333;
    margin: 0 0 30px;
}

.mac_login .mac_login_form .login_form_group {
    margin-top: 20px;
}

.mac_login .mac_login_form .login_form_group input {
    padding: 4px 10px 4px 36px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
}

.mac_login .mac_login_form .login_form_group input.mac_u_verify {
    float: left;
    width: 50%;
}

.mac_login .mac_login_form .login_form_group img.mac_verify_img {
    float: left;
    margin-left: 1%;
    width: 88px;
    height: 38px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
}

.mac_login .mac_login_form .login_form_link {
    margin-top: 10px;
    text-align: right;
}

.mac_login .mac_login_form .login_form_link a {
    font-size: 12px;
    color: #333;
    margin-left: 15px;
}

.mac_login .mac_login_form .login_form_link a:hover {
    color: var(--theme-color)
}

.mac_login .mac_login_form input.login_form_submit {
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border: none;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

.mac_login .mac_login_form input.login_form_submit:hover {
    opacity: .8;
}

/*弹出层*/
.mac_pop_bg {
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop {
    z-index: 99998;
    display: none;
    min-height: 20px;
    max-height: 750px;
    max-width: 98%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop .pop_top {
    height: 40px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
}

.mac_pop .pop_top h2 {
    float: left;
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: "microsoft yahei";
}

.mac_pop span.pop_close {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 22px;
    border: 1px solid #999;
    border-radius: 50%;
}

.mac_pop span.pop_close:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.mac_pop .pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
}

.mac_pop .pop-cancel,
.pop-ok {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337AB7;
    color: #fff;
    cursor: pointer;
}

.mac_pop .pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.mac_pop .pop-content {
    height: 380px;
}

.mac_pop .pop-content-left {
    float: left;
}

.mac_pop .pop-content-right {
    width: 310px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
}

.mac_pop .bgPop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop .pop-msg {
    text-align: center;
    font-size: 14px;
}

.mac_pop_msg_bg {
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop_msg {
    z-index: 99999;
    display: none;
    min-height: 20px;
    max-height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop_msg .pop-msg {
    text-align: center;
    font-size: 14px;
    /*  line-height: 50px;*/
}

/*跳转信息*/
.mac_msg_jump {
    width: 90%;
    max-width: 624px;
    min-height: 60px;
    padding: 20px 50px 50px;
    margin: 100px auto;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #cdd5e0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    color: #666;
}

.mac_msg_jump.inner {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.mac_msg_jump .title {
    margin-bottom: 11px;
}

.mac_msg_jump .text {
    padding-left: 29px;
    margin-bottom: 11px;
}

.msg_jump_tit {
    width: 100%;
    height: 35px;
    margin: 25px 0 10px;
    text-align: center;
    font-size: 25px;
    color: var(--theme-color);
    font-family: "黑体", "microsoft yahei";
    letter-spacing: 5px;
}

/*播放器*/
.MacPlayer {
    position: absolute !important;
    z-index: 0;
    left: 0;
    top: 0;
}

.MacPlayer iframe,
.MacPlayer embed,
.MacPlayer video,
.MacPlayer object {
    width: 100%;
    height: 100%;
}

.wntheme-player-popedom {
    width: 500px;
    height: 150px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -250px;
}

.wntheme-player-popedom small {
    display: block;
    margin-bottom: 15px;
    font-size: 1em;
}

.wntheme-player-popedom p {
    margin-bottom: 15px;
}

.wntheme-player-popedom a {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.wntheme-player-popedom a:hover {
    opacity: .8;
}

.wntheme-copyright-notice,
.wntheme-copyright-notice a {
    color: var(--theme-color);
    font-size: 1.5em;
    text-align: center;
    padding: 20px 0;
}

/* 分页 */
.wntheme-page {
    margin-bottom: 30px;
    text-align: center;
}

.wntheme-page li {
    display: inline-block;
    margin-left: 10px
}

.wntheme-page li .num,
.wntheme-page li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.wntheme-page li a:hover,
.wntheme-page li.active a,
.wntheme-page li.active .num,
.wntheme-page li.disabled a {
    background-color: var(--theme-color);
    color: #FFFFFF;
    border: 1px solid var(--theme-color);
}

.wntheme-page-text {
    padding: 0 20px 20px;
}

.wntheme-page-text a,
.wntheme-page-text em,
.wntheme-page-text span {
    font-style: normal;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.wntheme-page-text .pagego {
    padding: 6px;
    margin-right: 5px;
    border-radius: 5;
    border: 1px solid #EEEEEE;
}

.wntheme-page-text .pagebtn {
    padding: 6px 12px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.wntheme-page-text span.pagenow {
    background-color: var(--theme-color);
    color: #FFFFFF;
    border: 1px solid #f80
}

/*表单组件*/
.wntheme-input-item {
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    font-size: 14px;
    width: 150px;
    height: 35px;
    line-height: 35px;
}

.wntheme-submit-btn {
    background: var(--theme-color);
    color: #fff;
    border: 1px solid var(--theme-color);
    cursor: pointer;
    text-align: center;
}

.wntheme-submit-btn:hover,
.wntheme-submit-btn:active {
    opacity: .8;
    color: #333;
}

.wntheme-form-group {
    overflow: hidden;
    text-align: right;
}

/*星级评分*/
.wntheme_star li {
    display: inline-block;
    color: var(--theme-color);
}

/*评论*/
.wntheme-comment-form {
    padding: 10px;
}

.wntheme-comment-content {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'microsoft yahei';
}

.wntheme-comment-verify,
.wntheme-comment-verify-img,
.wntheme-comment-submit {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
    vertical-align: middle;
}

.wntheme-comment-verify-img {
    padding-left: 0;
    padding-right: 0;
}

.wntheme-comment-submit {
    padding-left: 20px;
    padding-right: 20px;
}

.pop_content .wntheme-comment-verify,
.pop_content .wntheme-comment-verify-img,
.pop_content .wntheme-comment-submit {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.pop_content .wntheme-comment-submit {
    margin-right: 0;
}

.wntheme-comment-item-list {
    padding: 10px;
}

.wntheme-comment-reply-box .wntheme-comment-form,
.wntheme-comment-reply-box .wntheme-comment-item-list {
    padding-left: 0;
    padding-right: 0;
}

.wntheme-comment-item {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
}

.wntheme-comment-item+.wntheme-comment-item {
    border-top: 5px solid #f0f0f0;
}

.wntheme-comment-avatar {
    width: 60px;
    float: left;
    margin-right: 20px;
}

.wntheme-comment-avatar img {
    border-radius: 50%;
    width: 100%;
}

.wntheme-comment-body {
    width: calc(100% - 80px);
    float: right;
}

.wntheme-comment-head {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.wntheme-comment-head h3 {
    float: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.wntheme-comment-head span {
    float: right;
    color: #999;
    font-size: 12px;
}

.wntheme-comment-foot {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.wntheme-comment-btn {
    margin-left: 15px;
    color: #666;
}

.wntheme-comment-reply-box {
    margin-top: 10px;
}

.wntheme-comment-reply-box .wntheme-comment-item+.wntheme-comment-reply-box .wntheme-comment-item {
    border-top: 2px solid rgba(245, 244, 252, 1);
}

.wntheme-comment-reply-form {
    display: none;
}

@media(max-width:767px) {

    /* page */
    .wntheme-page li {
        width: 20%;
        margin: 0;
        padding: 0 5px 0 5px
    }

    .wntheme-page li a,
    .wntheme-page__box li .num {
        display: block;
        padding: 5px 0;
        text-align: center
    }

    .wntheme-page li.page-item {
        width: auto;
        margin-bottom: 5px;
    }

    .wntheme-page li.page-item a {
        padding: 5px 15px;
    }

    /*页码*/
    .wntheme-comment-form {
        padding: 5px;
    }

    .wntheme-comment-item-list {
        padding: 5px;
    }

    .wntheme-comment-avatar {
        width: 40px;
        margin-right: 10px;
    }

    .wntheme-comment-body {
        width: calc(100% - 50px);
    }

    .wntheme-comment-verify,
    .wntheme-comment-verify-img,
    .wntheme-comment-submit {
        width: 30%;
        float: left;
        margin-right: 5%;
        margin-left: 0;
    }

    .wntheme-comment-submit {
        margin-right: 0;
    }
}

.art-box,
.art-box * {
    box-sizing: border-box;
}

.art-box {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}

.art-clearfix::before,
.art-clearfix::after {
    display: table;
    content: " ";
    clear: both;
}

.art-box-title {
    font-size: 20px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.art-list {
    overflow: hidden;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.art-item {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.art-item a {
    display: block;
}

.art-item a:hover {
    color: #f60;
}

.art-item-cover {
    /* padding-bottom: 40%; */
    padding-bottom: calc(100% / 16 * 9);
    background-color: rgba(0, 0, 0, .2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.art-item-title {
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 5px;
}

.art-detail-box,
.art-detail-sidebar {
    background-color: #fdfdfd;
    border: 1px solid #eee;
}

.art-box .pages {
    height: auto;
}

.art-detail-box {
    float: left;
    width: calc(75% - 10px);
    margin-bottom: 10px;
}

.art-detail-sidebar {
    float: right;
    width: calc(25% - 10px);
    position: sticky;
    top: 0;
}

.art-detail-title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 5px;
}

.art-detail-info {
    text-align: center;
    margin-bottom: 10px;
}

.art-detail-vod,
.art-detail-content {
    padding: 10px;
}

.art-detail-content {
    line-height: 1.8;
    margin-bottom: 20px;
}

.art-detail-content img {
    display: block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.art-rel-item {
    background-color: #f5f5f5;
    padding: 10px;
    overflow: hidden;
}

.art-rel-item+.art-rel-item {
    margin-top: 10px;
}

.art-rel-cover {
    width: 15%;
    float: left;
}

.art-rel-cover a,
.art-sidebar-cover a {
    display: block;
    padding-bottom: 130%;
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.art-rel-item h4,
.art-sidebar-item h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}

.art-rel-item h4 a:hover,
.art-sidebar-item h4 a:hover {
    color: #f60;
}

.art-rel-item p,
.art-sidebar-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.art-rel-item p em,
.art-sidebar-item p em {
    color: #999;
    font-style: normal;
}

.art-rel-btn {
    padding-top: 5px;
}

.art-rel-btn a {
    display: inline-block;
    margin-right: 5px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color: #fff;
}

.art-rel-btn a:first-child {
    background-color: #FF9900;
}

.art-rel-btn a:nth-child(2) {
    background-color: #FCBC5C;
}

.art-rel-btn a:hover {
    background-color: #FF6600;
}

.art-rel-info {
    width: 85%;
    padding-left: 10px;
    float: right;
}

.art-sidebar-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.art-sidebar-title img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: -5px;
}

.art-sidebar-item {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}

.art-sidebar-cover {
    width: 30%;
    float: left;
}

.art-sidebar-info {
    width: calc(70% - 10px);
    float: right;
}

.art-sidebar-text {
    padding: 10px;
}

.art-sidebar-text li {
    padding: 8px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
}

.art-sidebar-text li:last-child {
    border-bottom: none;
}

.art-sidebar-text li em {
    color: #f00;
    font-style: italic;
    margin-right: 5px;
}

.art-sidebar-text li .art-sidebar-status {
    float: right;
    color: #999;
}

@media (max-width:1023px) {
    .art-item {
        width: 33.333%;
    }
}

@media (max-width:991px) {
    .art-item {
        width: 50%;
    }
}

@media(max-width:767px) {

    .art-box,
    .art-list,
    .art-box-title,
    .art-detail-vod,
    .art-detail-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .art-hidden-xs {
        display: none;
    }

    .art-detail-box {
        float: none;
        width: calc(100% - 10px);
        margin-left: 5px;
    }

    .art-detail-sidebar {
        display: none;
    }

    .art-item {
        width: 100%;
    }

    .art-rel-cover {
        width: 30%;
    }

    .art-rel-info {
        width: calc(70% - 10px);
    }
}