@charset "utf-8";
/* all */
body {
    padding-top: 50px
}
/* header */
.ewave-header__top {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background-color: #FFF;
    border-top: 3px solid var(--theme-color);
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
}
.top-fixed-down {
    margin-top: -60px
}
.ewave-header__side {
    float: right
}
/* header-logo */
.ewave-header__logo, .ewave-header__menu {
    float: left
}
.ewave-header__logo {
    margin-top: 0
}
.ewave-header__logo .logo {
    display: block;
    width: 150px;
    height: 50px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}
/* header-menu */
.ewave-header__menu {
    position: relative;
    margin-left: 10px;
}
.ewave-header__menu li {
    float: left;
    width: auto;
}
.ewave-header__menu li a {
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
    color: #333333;
    position: relative;
    z-index: 0;
    width: auto;
}
.ewave-header__menu li a:hover, .ewave-header__menu li.active a {
    color: var(--theme-color);
}
.ewave-header__menu li.active a::after {
    left: 0;
    bottom: 5px;
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: var(--theme-color);
    border-radius: 8px;
}
/* header-seacrh */
.ewave-header__search {
    float: left;
    position: relative;
    margin-top: 12px;
    width: 200px
}
.ewave-header__search .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 0;
    cursor: pointer;
}
.ewave-header__search .submit .icon {
    font-size: 14px;
    color: var(--theme-color)
}
/* header-user */
.ewave-header__user {
    float: right
}
.ewave-header__user > li {
    float: left;
    position: relative;
    padding: 15px 0 10px;
    margin-left: 30px;
}
.ewave-header__user > li > a .icon {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: var(--theme-color);
}
.ewave-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);
}
.ewave-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;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.ewave-header__user .dropdown li {
    position: relative;
    padding: 10px 0;
}
.ewave-header__user .dropdown li:first-child {
    margin-top: 10px;
}
.ewave-header__user .dropdown li:last-child {
    padding-bottom: 0;
}
.ewave-header__user > li:hover .dropdown {
    display: block;
}
/* content */
.ewave-content__detail, .ewave-content__thumb {
    display: table-cell;
    vertical-align: top
}
.ewave-content__thumb .v-thumb {
    width: 190px
}
.ewave-content__thumb .w-thumb {
    width: 300px
}
.ewave-content__detail {
    width: 100%;
    padding: 10px 20px;
}
.ewave-content__detail .title {
    margin: 10px 0 10px;
    line-height: 30px
}
.ewave-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    color: #09BB07;
}
.ewave-content__detail .data {
    margin-bottom: 10px
}
.ewave-content__detail .data li {
    float: left;
    margin-right: 20px
}
.ewave-content__detail .desc {
    padding-left: 42px
}
.ewave-content__detail .desc .left {
    margin-left: -42px
}
/* player */
.ewave-player__video {
    background-color: #000;
    z-index: 0;
}
.ewave-player__detail {
    margin-top: 20px;
}
.ewave-player__detail .more-btn {
    float: right;
    padding-top: 10px;
}
.ewave-player__detail .more-btn li {
    display: inline-block;
    margin-left: 10px;
}
.ewave-player__detail .more-btn .btn {
    padding: 6px 15px;
}
.ewave-player__detail .title {
    margin: 0 0 20px
}
.ewave-player__detail .detail-content {
    padding-top: 10px
}
.ewave-player__detail .desc {
    padding-left: 42px
}
.ewave-player__detail .desc .left {
    margin-left: -42px
}
/* autocomplete */
.autocomplete-suggestions {
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #FFFFFF;
    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 #EEEEEE;
}
.autocomplete-suggestion:first-child {
    border-top: 0
}
.mac_results {
    z-index: 9999;
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.mac_results li {
    padding: 10px 0;
    cursor: pointer;
    border-top: 1px solid #EEEEEE;
}
.mac_results li:first-child {
    border: 0;
}
.index-slide {
    border-radius: 8px;
    overflow: hidden;
    z-index: 0;
}
.dymr {
    display: block;
    position: relative;
    padding-top: 150%;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
}
.dymr.banner {
    padding-top: 30%;
}
.dymr.banner .slide-link{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
}
.MacPlayer {
    position: absolute !important;
    left: 0;
    top: 0;
}
.hide-actor .text-actor {
    display: none;
}
.empty {
    padding: 30px 0;
    text-align: center;
    font-size: 1.5em;
}
.empty::after {
    content: '抱歉，未找到相关结果';
}
.empty.copyright::after {
    content: '';
}
.empty.copyright, .empty.copyright a {
    color: var(--theme-color);
}
.topic-title {
    margin: 20px 0 20px;
}
.topic-desc {
    margin-bottom: 20px;
}
.playlist-slide {
    overflow: hidden;
    max-width: calc(100% - 125px);
    float: right;
}
.playlist-slide li {
    width: auto;
}
.width-auto {
    width: auto !important;
}
.ewave-content__playlist li.width-auto a {
    padding-left: 10px;
    padding-right: 10px;
}
/*评分*/
#rating {
    width: 290px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    clear: both;
    position: absolute;
    top: 12px;
    right: 20px;
    border: 1px solid #e7e7e7;
}
#rating span {
    float: left;
    font-size: 14px;
    height: 35px;
    overflow: hidden
}
#rating span.ratingtxt {
    text-decoration: none;
    padding-left: 8px;
    background-color: #e7e7e7;
}
#rating .rating {
    float: left;
    width: 150px;
    height: 35px;
    overflow: hidden;
    padding: 5px 5px 0 5px
}
#rating .rating li {
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 28px;
    height: 22px;
    text-indent: -99px;
    background: url(../img/listico.png) 0 0 no-repeat
}
#rating .rating li.active, #rating .rating li.hover {
    background-position: 0 -25px
}
.rating-placeholder {
    height: 55px;
}
.rating-box {
    width: 100%;
    height: 85px;
    margin-top: -48px;
    position: relative;
    background: url(../img/score-scale.gif) 9px bottom no-repeat;
    display: none;
    z-index: 4;
    padding-left: 10px;
}
#rating-kong {
    background: 0 0;
    display: block;
    height: 43px;
}
.rating-kong-item {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 42px;
    text-align: center
}
.rating-kong-item .loadingg {
    padding: 10px 20px;
    font-size: 12px;
}
.rating-kong-item .nopingfen {
    padding: 0;
    font-size: 14px;
    background: 0 0
}
.rating-total {
    width: 100%;
    height: 48px
}
.rating-total-item {
    display: block;
    height: 48px;
    overflow: hidden;
    float: left;
    margin-right: -48px
}
.pingfen-total {
    width: 61px;
    height: 43px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: -13px;
    text-align: center;
    background: url(../img/rating-total.png) 0 0 no-repeat
}
.pingfen-total em, .pingfen-total strong {
    display: block;
    width: 61px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    font-size: 26px;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.pingfen-total em {
    top: 0;
    left: 1px;
    z-index: 1
}
.rating-bar {
    height: 20px;
    overflow: hidden;
    position: relative;
    background: #C5C5C5;
}
.rating-bar-item {
    height: 20px;
    overflow: hidden;
}
.rating-box .rating-show {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: none
}
.rating-box .rating-show li {
    width: 100%;
    height: 14px;
    overflow: hidden;
    float: left;
    clear: both;
    margin-top: 5px
}
.rating-box .rating-show .starstop {
    width: 20%;
    height: 12px;
    overflow: hidden;
    display: block;
    text-indent: -999px;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
    background: url(../img/star-min.gif) no-repeat
}
.rating-box .rating-show .star5 {
    background-position: 0 0
}
.rating-box .rating-show .star4 {
    background-position: 0 -20px
}
.rating-box .rating-show span.star3 {
    background-position: 0 -40px
}
.rating-box .rating-show span.star2 {
    background-position: 0 -60px
}
.rating-box .rating-show span.star1 {
    background-position: 0 -80px
}
.rating-box .rating-show .power {
    width: 60%;
    height: 6px;
    overflow: hidden;
    display: block;
    margin-top: 4px;
    margin-right: 5px;
    float: left;
    background: #f5f5f5;
    float: left
}
.rating-box .rating-show .power-item {
    width: 0;
    height: 6px;
    overflow: hidden;
    display: block;
    float: left;
}
.rating-box .rating-show em {
    width: 10%;
    line-height: 14px;
    overflow: hidden;
    float: right;
    font-size: 10px;
    font-weight: 400;
    -webkit-text-size-adjust: none
}
.rating-bar-item {
    background: linear-gradient(to right, #589cf6 0, #2577e3 70%);
    box-shadow: 0 2px 6px rgba(251, 124, 77, 0.2);
    color: #FFF;
    border: 1px solid #2577e3;
}
.pingfen-total strong {
    color: #FFF;
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
    .ewave-header__menu {
        overflow: hidden;
        width: calc(100% - 450px)
    }
    .player-position {
        margin-top: 10px;
    }
}
@media (min-width:992px) {
    .container {
        width: 920px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
@media (min-width:1400px) {
    .container {
        width: 1380px
    }
}
@media (max-width:1024px) {
    /* all */
    body {
        padding-top: 100px
    }
    /* header */
    .top-fixed-down {
        margin-top: -55px
    }
    .ewave-header__side {
        float: none;
        position: absolute;
        top: 0;
        left: 150px;
        right: 0;
        width: auto
    }
    .ewave-header__logo, .ewave-header__menu {
        float: none
    }
    .ewave-header__logo {
        margin: 10px 0 10px
    }
    .ewave-header__logo .logo {
        width: 127px;
        height: 30px;
    }
    .ewave-header__search {
        float: right;
        margin-top: 10px
    }
    .ewave-header__top {
        padding: 0 10px;
        height: 95px;
    }
    .ewave-header__menu {
        margin: 0;
        padding: 0;
    }
    .ewave-header__menu:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 1px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        border-top: 1px solid var(--theme-color)
    }
    .ewave-header__menu li {
        margin-top: 0;
        margin-right: 20px
    }
    .ewave-header__menu li a {
        padding: 0;
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        color: #333;
    }
    .ewave-header__menu li.active a::after {
        bottom: 2px;
        height: 3px;
    }
    .ewave-header__user > li {
        padding: 15px 0 10px;
        margin-right: 10px;
    }
    .ewave-header__user > li .dropdown {
        right: 0;
    }
    .ewave-header__user > li .dropdown:before {
        right: 8px;
    }
    .ewave-header__menu > li:hover .dropdown, .ewave-header__user > li:hover .dropdown {
        display: none;
    }
    .topic-title {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .topic-desc {
        margin: 0;
    }
}
@media (max-width:767px) {
    .dymr.banner {
        padding-top: 45%;
    }
    /* header */
    .ewave-header__search {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto
    }
    .ewave-header__user > li {
        padding: 14px 0;
        margin: 0;
    }
    /* content */
    .ewave-content__thumb .v-thumb {
        width: 115px
    }
    .ewave-content__thumb .w-thumb {
        width: 160px
    }
    .ewave-content__detail {
        padding: 0 10px
    }
    .ewave-content__detail .title {
        margin: 10px 0 10px;
        font-size: 16px;
        line-height: 18px
    }
    .ewave-content__detail .data {
        margin: 0 0 10px;
        font-size: 12px
    }
    .ewave-content__detail .play-btn {
        margin: 0;
        padding: 0
    }
    /* player */
    .ewave-player__detail.detail .title {
        margin: 10px;
        font-size: 16px;
    }
    .ewave-player__detail {
        margin-top: 0;
    }
    .ewave-player__detail .data .title {
        font-size: 16px
    }
    .ewave-player__detail .more-btn {
        margin-bottom: 10px;
    }
    .ewave-player__detail .more-btn {
        float: none;
        padding: 10px;
        background-color: #000;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .ewave-player__detail .more-btn li {
        margin: 0;
        padding: 0 5px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }
    .ewave-player__detail .more-btn .btn {
        display: block;
        padding: 6px;
    }
    /* type */
    .ewave-mobile__type li {
        padding: 0 20px
    }
    .ewave-mobile__type li a {
        display: block;
        padding: 10px 0;
        text-align: center
    }
    /* foot */
    .ewave-foot {
        padding: 20px 0
    }
}
@media screen and (min-width: 750px) {
    .txt-info {
        position: absolute;
        bottom: 50px;
        left: 100px;
        display: flex;
        flex-direction: column;
        color: #fff;
        z-index: 1;
    }
    .txt-info .name {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }
    .txt-info .info {
        display: block;
        font-size: 14px;
        opacity: .8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .swiper-pagination-bullets {
        left: 45% !important;
        top: 83% !important;
    }
}
@media screen and (max-width: 750px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .txt-info {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
        color: #fff;
        z-index: 1;
    }
    .txt-info .name {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
    }
    .txt-info .info {
        font-size: 12px;
        display: block;
        opacity: .8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .swiper-pagination-bullets {
        left: 38% !important;
        top: 83% !important;
    }
}
.swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
}
.swiper-pagination-bullet-active {
    width: 10px !important;
    border-radius: 20px !important;
}
.swiper-container {
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #000 !important;
    border-radius: 50% !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
}
.txt-info .gate span {
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 4px;
    border-radius: 2px;
    text-shadow: none;
    font-size: 12px;
    line-height: 18px;
    opacity: .65;
}
/*box*/
.box-title {
    overflow: hidden;
    line-height: 35px;
    margin-bottom: 5px;
}
.box-title h2, .box-title h1 {
    display: inline-block;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}
.box-title .box-more i {
    margin-left: 5px;
    font-weight: bold
}
.box-title .iconfont {
    margin-right: 5px;
    float: left;
    font-size: 30px;
    font-weight: bold;
}
.pannel-box {
    margin-left: -5px;
    margin-right: -5px;
}
.ml-sm-10 {
    margin-left: 10px !important
}
.sticky {
    position: sticky;
    z-index: 0;
    top: 0;
}
/*辅助功能*/
@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_name {}
.mac_login .mac_login_form .login_form_group input.mac_u_pwd {}
.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;
}
.mac_login .mac_login_form input.login_form_submit:hover {
    background: var(--theme-color);
}
/*弹出层*/
.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;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
.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;
}
.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;
}
.mac_msg._jump .jump {}
.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%;
}
.ewave-player-popedom {
    width: 500px;
    height: 150px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -250px;
}
.ewave-player-popedom small {
    display: block;
    margin-bottom: 15px;
    font-size: 1em;
}
.ewave-player-popedom p {
    margin-bottom: 15px;
}
.ewave-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);
}
.ewave-player-popedom a:hover {
    opacity: .8;
}
.ewave-copyright-notice, .ewave-copyright-notice a {
    color: var(--theme-color);
    font-size: 1.5em;
    text-align: center;
    padding: 20px 0;
}
/* page */
.ewave-page {
    margin-bottom: 30px;
    text-align: center;
}
.ewave-page li {
    display: inline-block;
    margin-left: 10px
}
.ewave-page li .num, .ewave-page li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}
.ewave-page li a:hover, .ewave-page li.active a, .ewave-page li.active .num, .ewave-page li.disabled a {
    background-color: var(--theme-color);
    color: #FFFFFF;
    border: 1px solid var(--theme-color);
}
.ewave-page-text {
    padding: 0 20px 20px;
}
.ewave-page-text a, .ewave-page-text em, .ewave-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;
}
.ewave-page-text .pagego {
    padding: 6px;
    margin-right: 5px;
    border-radius: 5;
    border: 1px solid #EEEEEE;
}
.ewave-page-text .pagebtn {
    padding: 6px 12px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
}
.ewave-page-text span.pagenow {
    background-color: var(--theme-color);
    color: #FFFFFF;
    border: 1px solid #f80
}
/*表单组件*/
.ewave-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;
}
.ewave-submit-btn {
    background: var(--theme-color);
    color: #fff;
    border: 1px solid var(--theme-color);
    cursor: pointer;
    text-align: center;
}
.ewave-submit-btn:hover, .ewave-submit-btn:active {
    opacity: .8;
    color: #333;
}
.ewave-form-group {
    overflow: hidden;
    text-align: right;
}
/*评论*/
.ewave-comment-form {
    padding: 10px;
}
.ewave-comment-content {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'microsoft yahei';
}
.ewave-comment-verify, .ewave-comment-verify-img, .ewave-comment-submit {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left:5px;
    vertical-align: middle;
}
.ewave-comment-verify-img{
    padding-left:0;
    padding-right:0;
}
.ewave-comment-submit {
    padding-left: 20px;
    padding-right: 20px;
}
.pop_content .ewave-comment-verify, .pop_content .ewave-comment-verify-img, .pop_content .ewave-comment-submit {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.pop_content .ewave-comment-submit {
    margin-right: 0;
}
.ewave-comment-item-list {
    padding: 10px;
}
.ewave-comment-reply-box .ewave-comment-form, .ewave-comment-reply-box .ewave-comment-item-list {
    padding-left: 0;
    padding-right: 0;
}
.ewave-comment-item {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
}
.ewave-comment-item + .ewave-comment-item {
    border-top: 5px solid #f0f0f0;
}
.ewave-comment-avatar {
    width: 60px;
    float: left;
    margin-right: 20px;
}
.ewave-comment-avatar img {
    border-radius: 50%;
    width: 100%;
}
.ewave-comment-body {
    width: calc(100% - 80px);
    float: right;
}
.ewave-comment-head {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.ewave-comment-head h3 {
    float: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.ewave-comment-head span {
    float: right;
    color: #999;
    font-size: 12px;
}
.ewave-comment-foot {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.ewave-comment-btn {
    margin-left: 15px;
    color: #666;
}
.ewave-comment-reply-box {
    margin-top: 10px;
}
.ewave-comment-reply-box .ewave-comment-item + .ewave-comment-reply-box .ewave-comment-item {
    border-top: 2px solid rgba(245, 244, 252, 1);
}
.ewave-comment-reply-form {
    display: none;
}
@media(max-width:767px) {
    /* page */
    .ewave-page li {
        width: 20%;
        margin: 0;
        padding: 0 5px 0 5px
    }
    .ewave-page li a, .ewave-page__box li .num {
        display: block;
        padding: 5px 0;
        text-align: center
    }
    .ewave-page li.page-item {
        width: auto;
        margin-bottom: 5px;
    }
    .ewave-page li.page-item a {
        padding: 5px 15px;
    }
    /*页码*/
    .ewave-comment-form {
        padding: 5px;
    }
    .ewave-comment-item-list {
        padding: 5px;
    }
    .ewave-comment-avatar {
        width: 40px;
        margin-right: 10px;
    }
    .ewave-comment-body {
        width: calc(100% - 50px);
    }
    .ewave-comment-verify, .ewave-comment-verify-img, .ewave-comment-submit {
        width: 30%;
        float: left;
        margin-right: 5%;
        margin-left:0;
    }
    .ewave-comment-submit {
        margin-right: 0;
    }
    .mac_pop{
        max-width:98%;
    }
}