body .header .header-container .header_logo.cn,header .header-container .header_logo.cn {
    background-position: center;
    height: 45px
}

body {
    background-color: #fff!important
}

body footer .footer-container .footer-upper .footer_logo.cn {
    height: 44px
}

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

.clearfix {
    clear: both
}

#fixed-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

a,b,div,footer,form,h1,h2,h3,h4,h5,h6,header,i,img,menu,p,pre,s,section,span,time,u,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body,html {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline
}

a img,body,html {
    border: 0
}

#container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px
}

.button.submit,body,html {
    font-family: "WenQuanYi Zen Hei","Microsoft YaHei","Microsoft JhengHei",Arial,sans-serif
}

.button {
    display: inline-block;
    margin: 0 3px;
    padding: 0 6px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    border: 0
}

.button i {
    font-size: 18px
}

.button.submit {
    width: 345px;
    font-size: 14px;
    background-color: #f90
}

body,html,input[type=search],input[type=text] {
    font-size: 100%
}

@media (min-width:0) and (max-width:639px) {
    .button.submit {
        width: 300px
    }
}

.actor_wrapper .actor_box .actor_name,.video-group.long .video-wrapper .col-style .videoBox .videoBox-info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body,html {
    height: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

a {
    color: var(--wn-main-color);
    text-decoration: none;
    outline: 0
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

#video-section .video-wrapper .video-content :focus,input:focus {
    outline: 0
}

button {
    border: 0;
    cursor: pointer
}

#container .sectionContent {
    margin: 30px auto;
    max-width: 1170px;
    height: auto
}

#container .sectionContent.below_path_content {
    margin-top: 25px
}

.col-style.d-2 {
    width: 50%
}

.col-style.d-3 {
    width: 33.33%
}

.col-style.d-4 {
    width: 25%
}

.col-style.d-5 {
    width: 20%
}

@media screen and (min-width:770px) and (max-width:999px) {
    .long .video-wrapper .col-style {
        width: 25%
    }
}

@media screen and (min-width:580px) and (max-width:769px) {
    .long .video-wrapper .col-style {
        width: 33.33%
    }
}

@media (min-width:0) and (max-width:999px) {
    .header .header-container .header_logo,header .header-container .header_logo {
        width: 110px;
        height: 36px
    }

    #container {
        padding-top: 10px;
        min-height: -webkit-calc(100% - 75px);
        min-height: calc(100% - 75px)
    }

    #container .sectionContent {
        margin: 20px auto;
        padding: 0 5px
    }

    #container .sectionContent.below_path_content {
        margin-top: 10px
    }

    .col-style.m-2 {
        width: 50%
    }

    .col-style.m-3 {
        width: 33.33%
    }

    .col-style.m-4 {
        width: 25%
    }
}

#video-section {
    margin: 66px auto 0;
    width: 100%
}

#video-section .video-wrapper {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px
}

#video-section .video-wrapper.padding_top_10 {
    padding-top: 10px
}

#video-section .video-wrapper .video-content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 100%
}

#video-section .video-wrapper .video-content .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9
}

#video-section .video-wrapper .video-content .video-container .video-js {
    width: 100%;
    height: 100%
}

#video-section .video-wrapper .video-content .video-action,.actor_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

#video-section .video-wrapper .video-content .video-action {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

#video-section .video-wrapper .video-content .video-action .video-action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    height: 35px;
    margin-right: 15px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

#video-section .video-wrapper .video-content .video-action .video-action-btn:hover {
    background-color: #333;
    border: 1px solid #333
}

#video-section .video-wrapper .video-content .video-action .video-action-btn.switch {
    position: relative;
    z-index: 1
}

#video-section .video-wrapper .video-content .video-action .video-action-btn.switch i {
    color: #00c300;
    font-size: 16px
}

#video-section .video-wrapper .video-content .video-action .video-action-btn .text {
    padding-left: 10px;
    font-size: 14px;
    color: #fff
}

.actor_wrapper .actor_box .actor_img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-position: center;
    border-radius: 50%
}

@media (min-width:0) and (max-width:999px) {
    #video-section {
        margin: 0 auto;
        min-width: 320px;
        min-height: 235px
    }

    #video-section .video-wrapper {
        width: 100%;
        font-size: initial
    }

    #video-section .video-wrapper .video-content {
        width: 100%
    }

    #video-section .video-wrapper .video-content .video-container .video-js {
        width: 100%;
        height: 0!important;
        padding-bottom: 56.25%!important;
        font-size: .8em
    }

    #video-section .video-wrapper .video-content .video-action .video-action-btn {
        font-size: 13px;
        width: 100px;
        height: 35px;
        margin-right: 10px
    }
}

.actor_wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.actor_wrapper .actor_box {
    width: 16.66%;
    margin-bottom: 30px
}

.actor_wrapper .actor_box:hover .actor_name {
    color: #f90
}

.actor_wrapper .actor_box a {
    display: block;
    width: 100%;
    height: 100%
}

.actor_wrapper .actor_box .actor_name {
    margin: 15px auto 0;
    max-width: 145px;
    font-size: 15px;
    text-align: center
}

@media (min-width:640px) and (max-width:999px) {
    .actor_wrapper .actor_box {
        width: 25%
    }
}

@media (min-width:0) and (max-width:639px) {
    .actor_wrapper .actor_box {
        width: 50%
    }
}

.header,footer,header {
    width: 100%;
    background: linear-gradient(90deg,var(--wn-main-color),var(--wn-secondary-color))
}

.header,header {
    position: fixed;
    top: 0;
    border-bottom: 1px solid var(--wn-main-color);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    z-index: 99999
}

.header .header-container,header .header-container {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    min-width: 320px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.header .header-container .logo_switch,header .header-container .logo_switch {
    display: inline-block;
    position: relative;
    min-width: 170px;
    font-size: 0;
    vertical-align: top
}

.header .header-container .header_link,header .header-container .header_link {
    display: inline-block;
    height: 100%
}

.header .header-container .header_logo,header .header-container .header_logo {
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    min-height: 30px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.header .header-container .website_switch,header .header-container .website_switch {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header .header-container .website_switch .menu-site,header .header-container .website_switch .menu-site {
    position: relative;
    margin: 0 8px;
    font-size: 16px;
    cursor: pointer
}

.header .header-container .website_switch .menu-site.active,.header .header-container .website_switch .menu-site:hover,header .header-container .website_switch .menu-site.active,header .header-container .website_switch .menu-site:hover {
    border-bottom: 2px solid var(--wn-main-light-color)
}

.header .header-container .searchbar_wrapper,header .header-container .searchbar_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#sou1 {
    width: 230px;
    position: relative;
    background-color: #fff;
    height: 35px;
    margin-top: 17px;
    border-radius: 20px
}

.header .header-container .searchbar_wrapper .search_bar,header .header-container .searchbar_wrapper .search_bar {
    position: absolute;
    left: 9px;
    top: 3px;
    vertical-align: middle;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 0;
    background-color: rgb(0 0 0/0%)!important;
    color: #ccc;
    outline: 0;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

header .header-container .searchbar_wrapper .search_btn {
    position: absolute;
    right: 0;
    top: 5px
}

.header .header-container .searchbar_wrapper .search_btn,header .header-container .searchbar_wrapper .search_btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 20px;
    line-height: 25px;
    background-color: rgb(0 0 0/0%)!important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: var(--wn-secondary-color);
    cursor: pointer
}

.header .header-container .searchbar_wrapper .search_btn i,header .header-container .searchbar_wrapper .search_btn i {
    font-size: 20px
}

#pagination a .fa,.playtimes i,.video-group .section-title a:hover>h2,.zantimes i {
    color: var(--wn-main-color)
}
.header .header-container .search-icon,header .header-container .search-icon {
    display: none
}

.header,.path_bar {
    background-color: #222
}

@media (min-width:0) and (max-width:999px) {
    .header,header {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border: 0
    }

    .header .header-container,header .header-container {
        padding-left: 0;
        /* line-height: 50px */
    }

    .header .header-container .logo_switch,header .header-container .logo_switch {
        min-width: 160px
    }

    .header .header-container .header_link,header .header-container .header_link {
        padding-left: 10px
    }

    .header .header-container .website_switch,header .header-container .website_switch {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        background: #000;
        margin-top: 0;
        padding-top: 5px
    }

    header .header-container .website_switch {
        border-bottom: 1px solid #000
    }

    .header .header-container .website_switch .menu-site,header .header-container .website_switch .menu-site {
        width: 12%;
        padding: 0;
        height: 100%
    }

    .header .header-container .searchbar_wrapper {
        display: none;
        width: 100%;
        margin-left: 0;
        padding-left: 20px
    }

    .header .header-container .header_logo,header .header-container .header_logo {
        width: 110px;
        /* height: 30px!important */
    }
}

.path_bar {
    height: 45px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.path_bar:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #555;
    content: "";
    display: block
}

@media (min-width:0) and (max-width:999px) {
    .path_bar {
        height: 40px
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.video-group {
    position: relative;
    margin-bottom: 20px
}

.video-group .section-title a {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.video-group .section-title h1,.video-group .section-title h2,.wntheme30 .page-title {
    display: inline-block;
    color: #000;
    font-size: 20px;
    border-left: 5px solid #000;
    padding-left: 10px;
    font-weight: 700
}

.video-group .section-title.grayBorder {
    margin-bottom: 10px;
    margin-top: 25px
}

.video-group .section-title a,.video-group .video-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-group .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-left: -5px;
    margin-right: -5px
}

.video-group .video-wrapper .col-style {
    position: relative;
    padding: 0 5px 20px
}

.video-group .video-wrapper .col-style.lazy {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.video-group .video-wrapper .col-style .videoBox {
    display: block;
    width: 100%;
    color: #fff;
    cursor: pointer
}

.video-group .video-wrapper .col-style .videoBox:hover .videoBox-content .videoBox-cover {
    -webkit-transform: scale(1.03,1.03) translateZ(0);
    transform: scale(1.03,1.03) translateZ(0)
}

.video-group .video-wrapper .col-style .videoBox:hover .videoBox-content .videoBox-cover:after {
    opacity: .3
}

.video-group .video-wrapper .col-style .videoBox:hover .videoBox-info {
    color: #f90;
    -webkit-transition: all .2s;
    transition: all .2s
}

.video-group .video-wrapper .col-style .videoBox .videoBox-content {
    position: relative;
    height: 0
}

.video-group .video-wrapper .col-style .videoBox .videoBox-content .videoBox-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    object-fit: cover
}

.video-group .video-wrapper .col-style .videoBox .videoBox-content .videoBox-cover:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.3)0,#000 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,.3)0,#000 100%);
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.video-group .video-wrapper .col-style .videoBox .videoBox-content .video-tag {
    position: absolute;
    top: -55px;
    left: -55px;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 175px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transform: rotate(-45deg) scale(.95);
    -ms-transform: rotate(-45deg) scale(.95);
    transform: rotate(-45deg) scale(.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.video-group .video-wrapper .col-style .videoBox .videoBox-info {
    margin-top: 8px
}

.video-group .video-wrapper .col-style .videoBox .videoBox-info .title {
    overflow: hidden;
    font-size: 14px
}

.video-group .no_data_container {
    padding: 50px 20px
}

.video-group.long .video-wrapper .col-style .videoBox .videoBox-content {
    padding-bottom: 60%
}

.video-group.long .video-wrapper .col-style .videoBox .videoBox-bottom {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.3),#000);
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.3),#000)
}

.video-group.long .video-wrapper .col-style .videoBox .videoBox-time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    color: #fff
}

.video-group.long .video-wrapper .col-style .videoBox .videoBox-info .title {
    color: #000;
    height: 20px
}

.video-group.long .video-wrapper .col-style .vod-box-meta {
    margin-top: 5px
}

.video-group.long .video-wrapper .col-style .vod-box-meta .name {
    margin-right: 3px
}

.video-group.long .video-wrapper .col-style .vod-box-meta .title {
    max-height: 40px;
    font-size: 13px;
    color: #222;
    overflow: hidden
}

.video-group.long .video-wrapper .col-style .vod-box-meta a {
    color: #bdbdbd
}

.video-group.long .video-wrapper .col-style .vod-box-meta a:hover {
    color: #666
}

@media (min-width:0) and (max-width:639px) {
    .video-group .section-title {
        margin-bottom: 15px
    }

    .video-group .section-title.grayBorder {
        margin-top: 0
    }

    .video-group.long .video-wrapper .col-style .videoBox .videoBox-time {
        bottom: 5px;
        left: 5px;
        font-size: 12px
    }
}

#page {
    margin: 60px 0;
    width: 100%;
    text-align: center
}

#page .page_next,.mobile_page .container .page_button {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

#page .page_next {
    margin-right: 7px;
    min-width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #616161;
    font-size: 12px;
    color: #616161;
    border-radius: 2px;
    line-height: 28px
}

#page .page_next.active,#page .page_next:hover {
    border-radius: 2px;
    background-color: #616161;
    border: 1px solid #616161;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

@media (min-width:0) and (max-width:999px) {
    #page {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: start;
        margin: 10px 0
    }

    #page a {
        margin: 2px!important;
        padding: 5px 9px!important;
        font-size: 14px!important
    }
}

.mobile_page {
    display: none;
    margin: 20px 0;
    min-height: 50px;
    border-bottom: 1px solid #edecee
}

.mobile_page .container {
    font-size: 0
}

.mobile_page .container .page_button {
    padding: 0 5px;
    width: 33.33%;
    cursor: pointer
}

@media (min-width:0) and (max-width:999px) {
    .mobile_page {
        display: block
    }
}

#light_box {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10010;
    -webkit-transition: all .3s;
    transition: all .3s
}

#light_box_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 535px;
    min-height: 437px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
    z-index: 10012
}

#light_box_wrapper:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #f90
}

#light_box_wrapper #light_box_content {
    padding: 30px 25px
}

#light_box_wrapper #light_box_content .title {
    margin-bottom: 20px;
    font-size: 23px;
    color: #333;
    letter-spacing: 1.1px
}

#light_box_wrapper #light_box_content .form_title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #f3f3f3;
    text-align: center;
    font-family: STHeitiTC-Light;
    font-size: 14px;
    color: #9b9b9b
}

#light_box_wrapper #light_box_content .form_body {
    position: relative;
    margin-bottom: 30px;
    font-size: 0
}

#light_box_wrapper #light_box_content .form_body:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 1px;
    background-color: #edecee
}

#gotop {
    background-color: rgba(0,0,0,.5)
}

footer {
    color: #fff
}

footer .footer-container {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    max-width: 1170px
}

#fixed-content,footer .footer-container .footer-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .footer-container .footer-upper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

footer .footer-container .footer-upper .footer_logo {
    display: inline-block;
    width: 152px;
    height: 29px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

footer .footer-container .footer-upper .footer_logo,footer .footer-container .footer-upper .footer_logo.cn {
    background-image: url(https://front.tom023.com/img/saogou.jpg)
}

footer .footer-container .footer-upper .footer-upper-right {
    display: none;
    font-size: 14px;
    color: #acacac
}

.text-bottom a:hover,footer .footer-container .footer-upper .footer-upper-right .policy {
    color: #fff
}



#fixed-content {
    position: fixed;
    z-index: 11;
    right: 0;
    bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

#gotop {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

#gotop:hover {
    background-color: rgba(0,0,0,.6)
}

video::-webkit-media-controls {
    display: none!important
}

@font-face {
    font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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)format("woff");font-weight:400;font-style:normal
}

.video-js {
    display: block;
    position: relative;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: initial
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.video-js[tabindex="-1"] {
    outline: 0
}

.video-js *,.video-js :after,.video-js :before {
    box-sizing: inherit
}

.video-js button {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

@supports ((display:-ms-grid) or (display:grid)) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.video-js :focus:not(:focus-visible) {
    outline: 0
}

.video-js {
    font-size: 16px
}

#page a,.AsianNav .list {
    color: #fff;
    border-radius: 5px
}

#page a,#pagination a {
    font-size: 18px;
    cursor: pointer
}

#page a {
    padding: 18px 24px
}

#page a {
    margin: 0 2px
}

.AsianNav {
    margin: 0 0 12px;
    text-align: left
}

.AsianNav .list {
    background: #464242;
    font-size: 14px;
    margin: 0 1%0 0;
    padding: 7px 25px;
    display: inline-block;
    width: 110px
}

.AsianBox {
    display: none
}

.AsianBox.active {
    display: block
}

#page .active,#page a:hover,#pagination a.active,.AsianNav .active,.AsianNav .list:active,.AsianNav .list:hover {
    color: #fff;
    background: var(--wn-main-color)!important
}

.wntheme30 {
    margin: 20px auto;
    max-width: 1170px;
    color: #ccc
}

.wntheme30 .page-title {
    margin-bottom: 10px
}

.wntheme30 a {
    font-size: 14px;
    color: #ccc
}

.text-bottom {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (min-width:1145px) and (max-width:1202px) {
    .header .header-container .website_switch .menu-site,header .header-container .website_switch .menu-site {
        margin: 0 3px;
        font-size: 15px
    }
}

@media (min-width:1000px) and (max-width:1145px) {
    .header .header-container .website_switch .menu-site,header .header-container .website_switch .menu-site {
        margin: 0 4px;
        font-size: 12px
    }
}

@media screen and (max-width:999px) {
    #sou1 {
        width: 206px;
        margin: 8px 15px 0 0
    }

    .mobile_page {
        border: 0
    }
}

@media screen and (max-width:768px) {
    .wntheme30 {
        padding: 0 15px
    }

    .AsianNav {
        justify-content: center;
        overflow: overlay;
        white-space: nowrap
    }

    .AsianBox {
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:480px) {
    .header .header-container .website_switch,.wntheme30,header .header-container .website_switch {
        padding-top: 0!important
    }

    header span {
        color: #fff!important
    }

    .header .header-container .website_switch .menu-site,header .header-container .website_switch .menu-site {
        padding: 0;
        display: block!important;
        width: auto;
        height: auto!important;
        white-space: nowrap;
        text-align: center;
        line-height: 2rem
    }

    .header .header-container .website_switch,header .header-container .website_switch {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll
    }

    #pagination,#pagination a {
        display: flex;
        display: -webkit-flex;
        justify-content: center
    }

    #pagination {
        height: auto!important;
        flex-wrap: wrap
    }

    #pagination a {
        padding: 0!important;
        align-items: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 2px!important
    }

    .AsianNav .list {
        padding: 0;
        font-size: 12px;
        margin: 0 1%0 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 20%
    }
}

@media screen and (max-width:320px) {
    .website_switch .menu-site {
        margin-left: 3px!important
    }

    .header .header-container .header_logo,header .header-container .header_logo {
        width: 100px
    }

    #sou1 {
        width: 161px;
        margin: 8px 0 0
    }

    .zantimes {
        margin-left: 10px
    }
}

.playtimes,.zantimes {
    margin-right: 10px
}

.video-title span.title {
    color: #000
}

@media (max-width:360px) {
    .zantimes {
        margin-left: 20px
    }
}

@media (max-width:320px) {
    .zantimes {
        margin-left: 5px
    }
}

#owl-demo {
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: -1px 0 5px 0 rgba(0,0,0,.48);
    -webkit-box-shadow: -1px 0 5px 0 rgba(0,0,0,.48);
    -moz-box-shadow: -1px 0 5px 0 rgba(0,0,0,.48)
}

.bottom-text {
    margin-left: 97px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 200
}

.bottom-btn {
    position: absolute;
    top: 30px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg,#f6f6f6,#f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 400
}

#pagination {
    width: 100%;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center
}

#pagination a {
    padding: 8px 13px;
    text-align: center;
    color: var(--wn-main-color);
    margin: 10px 3px;
    border-radius: 5px
}

#pagination a.active {
    background-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    cursor: default
}

@media (max-width:767px) {
    .pagehid {
        display: none
    }
}

.video-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px
}

.video-action-button {
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 700;
    color: var(--wn-main-light-color);
    background-color: var(--wn-main-color)
}

.video-meta-title {
    font-weight: 700
}

.video-intro-wrapper {
    margin-top: 10px
}

.friendship-link-section-wrapper .friendship-link-title {
    font-size: 22px;
    font-weight: 700
}

.friendship-link-section-wrapper .friendship-link-wrapper {
    display: flex;
    flex-wrap: wrap
}

.friendship-link-section-wrapper .friendship-link-wrapper .friendship-link {
    width: calc(100%/12);
    margin-bottom: 3px
}

@media screen and (max-width:768px) {
    .friendship-link-section-wrapper .friendship-link-wrapper .friendship-link {
        width: calc(100%/4)
    }
}

@media screen and (max-width:320px) {
    .website_switch .menu-site {
        margin-left: 0!important
    }
}


header span {
    color: #fff
}

@media screen and (max-width:768px) {
    .video-info {
        padding: 5px
    }

    .video-action {
        padding: 0
    }

    .video-title {
        margin-bottom: 5px
    }

    #video-section .video-wrapper .video-content .video-action {
        margin: 0 0 10px
    }
}



footer .footer-container .footer-declaration {
    margin-top: 12px;
    line-height: 20px;
    color: #fff;
    font-size: 14px
}

footer .footer-container .footer-declaration a {
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid #616161;
    color: #acacac
}

footer .footer-container .footer-declaration .contact-info a{
    color:yellow;
    border-right:none;
}

footer .footer-container .footer-declaration .contact-info a:hover{
    color:#ffffa8;
}

@media (min-width:0) and (max-width:999px) {
    footer .footer-container {
        padding: 10px 0 8px
    }

    footer .footer-container .footer-upper .footer-link {
        width: 100%
    }

    footer .footer-container .footer-upper .footer-upper-right {
        display: block;
        width: 100%
    }

    footer .footer-container .footer-declaration {
        /* display: none */
        text-align: center;
    }
}