﻿
body {
    background-color: var(--TZT-BG-1);
}

.font-12 {
    font-size: 9pt;
}

.page-bd {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.skin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--TZT-BG-2);
    padding: 0 0.5rem;
}

.skin-header .logo {
    width: 107px;
    max-width: 107px;
}

.skin-header .search {
    display: flex;
    align-items: center;
}

.skin-header .search .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skin-header .search .search-form .form-input {
    position: relative;
    width: 300px;
}

.skin-header .search .search-form .form-input .submit {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
}

.skin-header .search .menu_head {
    display: inline-grid;
    align-items: center;
}

.skin-header .search .menu_head li {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
}

.skin-header .search .menu_head li.active a {
    color: var(--TZT-MAIN);
    font-weight: normal;
}

.skin-header .search .search-form .error {
    margin-left: 1rem;
}

.skin-header .search .menu {
    margin-right: 0;
}

.skin-header .search .menu .icon {
    font-size: 1rem;
    white-space: nowrap;
}

.skin-header .user {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.skin-header .user li {
    position: relative;
    flex: 0 0 auto;
    font-size: 1.1rem;
    padding: 0 0.5rem;
}

.skin-header .user li .icon {
    font-size: 1.5rem;
}

.skin-header .user li:first-child {
    padding-right: 0;
}

.skin-header .user li img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.skin-header .user .record {
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    height: 55px;
}

.skin-header .user .searchMe {
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    height: 55px;
}

.skin-header .user em {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-top: 4px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-style: normal;
}

.skin-header .user li:hover .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
}

.skin-header .col5 {
    grid-template-columns: repeat(5, 1fr);
}

.skin-header .col6 {
    grid-template-columns: repeat(6, 1fr);
}

.skin-header .col7 {
    grid-template-columns: repeat(7, 1fr);
}

.skin-nav {
    width: 100%;
    background-color: var(--TZT-BG-2);
    padding: 0 15px;
}

.skin-nav .menu_head {
    padding: 1rem 0;
    display: grid;
}

.skin-nav .col5 {
    grid-template-columns: repeat(5, 1fr);
}

.skin-nav .col6 {
    grid-template-columns: repeat(6, 1fr);
}

.skin-nav .col7 {
    grid-template-columns: repeat(7, 1fr);
}

.skin-nav .menu_head li {
    display: inline-block;
    text-align: center;
}

.skin-nav .menu_head li a {
    display: block;
    font-size: 1.1rem;
}

.skin-nav .menu_head li.active a {
    color: var(--TZT-MAIN);
    font-weight: bold;
    font-size: 1.2rem;
}

.skin-leftbar {
    position: fixed;
    width: 169px;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.skin-leftbar .item {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 169px;
    height: 100%;
    background-color: var(--TZT-BG-2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.skin-leftbar .item .logo {
    padding: 0.8rem;
}

.skin-leftbar .item .logo logo {
    color: var(--TZT-MAIN);
    font-weight: bold;
    font-size: 20px;
}

.skin-leftbar .item .logo img {
    height: 30px;
}

.skin-leftbar .item .menu li {
    padding-left: 2rem;
    margin-bottom: 1px;
}

.skin-leftbar .item .menu li a {
    display: inline-block;
    padding: 1rem 0 1rem 2rem;
    color: var(--TZT-FG-1);
    width: 100%;
}

.skin-leftbar .item .menu li a .icon {
    margin-left: -2rem;
    margin-right: 10px;
}

.skin-leftbar .item .menu li.active,
.skin-leftbar .item .menu li:hover {
    background-color: var(--TZT-BG-1);
}

.skin-leftbar .item .menu li.active a,
.skin-leftbar .item .menu li:hover a {
    color: var(--TZT-FG-0);
}

.skin-leftbar.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.skin-leftbar.hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.skin-content .cover-img {
    width: 240px;
}

.skin-content .skin-media-bd h1 {
    font-size: 1.8rem;
}

.skin-content .skin-media-bd .info {
    margin-bottom: 15px;
}

.skin-content .skin-media-bd .info .tag {
    color: var(--TZT-FG-1);
    padding-left: 5px;
}

.skin-content .skin-media-bd .data {
    color: var(--TZT-FG-2);
    margin-bottom: 0.5rem;
    display: block;
}

.skin-content .skin-media-bd .tag span {
    margin-right: 0.5rem;
}

.panel {
    position: relative;
    margin-top: 2rem;
    border-radius: var(--TZT-CIRCLE);
}

.panel.nobg {
    padding: 0;
    background: none;
}

.panel.bg {
    background-color: var(--TZT-BG-1);
}

.panel.shadow {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.panel .panel-hd {
    position: relative;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel .panel-hd h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.panel .panel-hd .title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--TZT-FG-1);
    justify-content: space-between;
    align-items: baseline;
}

.panel .panel-bread {
    padding-bottom: 15px;
    color: var(--TZT-FG-1);
}

.panel .panel-bread a,
.panel .panel-bread .icon {
    font-size: 12px;
}

.panel .panel-ft {
    position: relative;
    padding-top: 1rem;
}

.panel .panel-box {
    margin: 0 -0.5rem;
}

.panel .panel-block {
    padding: 2rem;
    background-color: var(--TZT-BG-1);
    border-radius: var(--TZT-CIRCLE);
}

.skin-vod-list {
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
}

.skin-vod-list li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
}

.skin-vod-list li .title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.skin-vod-list li .text {
    font-size: 0.8rem;
    margin: 0;
    color: var(--TZT-FG-1);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.skin-vod-list .cover-data .title a:hover {
    color: var(--TZT-FG-1);
}

.skin-vod-list .cover-data .title a:active {
    color: var(--TZT-MAIN);
}

.skin-vod-list .cover-img:active ~ .cover-data .title a {
    color: var(--TZT-MAIN);
}

@media (hover: hover) and (pointer: fine) {
    .skin-vod-list .cover-img:hover ~ .cover-data .title a {
        color: var(--TZT-MAIN);
    }

    .skin-vod-list .cover-data .title a:hover {
        color: var(--TZT-MAIN);
    }
}

.skin-screen {
    display: flex;
    padding: 10px 0;
    overflow: hidden;
}

.skin-screen .skin-screen-hd {
    position: relative;
    z-index: 2;
}

.skin-screen .skin-screen-hd span {
    display: block;
    width: 60px;
    padding: 7px 0;
    color: var(--TZT-FG-1);
    background-color: var(--TZT-BG-2);
}

.skin-screen .skin-selectlist {
    margin-bottom: 0.2rem;
    padding: 0;
}

.skin-screen .skin-selectlist li {
    width: auto;
    padding-right: 0.9rem;
}

.skin-screen .skin-selectlist li a {
    position: relative;
    padding: 0.5rem 1rem;
    border: 1px solid var(--TZT-FG-3);
    border-radius: 6px;
    font-size: 0.9rem;
}

.skin-screen .skin-selectlist li.active a,
.skin-screen .skin-selectlist li:hover a {
    background-color: var(--TZT-MAIN);
    color: #fff;
}

.skin-screen-head {
    display: block;
    padding: 10px 0;
}

.skin-screen-head .skin-selectlist {
    margin-bottom: 0.2rem;
    padding: 0;
}

.skin-screen-head .skin-selectlist li {
    width: auto;
    padding-right: 0.9rem;
}

.skin-screen-head .skin-selectlist li a {
    position: relative;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.skin-screen-head .skin-selectlist li span {
    position: relative;
    padding: 0.4rem 0;
    font-size: 1rem;
    display: inline-block;
    color: var(--TZT-FG-2);
}

.skin-screen-head .skin-selectlist li.active a,
.skin-screen-head .skin-selectlist li:hover a {
    background-color: var(--TZT-MAIN);
    color: #fff;
}

.skin-playlist-dialog {
    display: flex;
    flex-wrap: wrap;
}

.skin-playlist-dialog li {
    padding: 0.2rem;
    width: 20%;
}

.skin-playlist-dialog li a {
    position: relative;
    padding: 0.1rem;
    display: block;
    line-height: 2rem;
    text-align: center;
    background-color: var(--TZT-BG-1);
    border-radius: 6px;
    font-size: 0.8rem;
    border: 1px solid var(--TZT-FG-3);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--TZT-FG-1);
}

.skin-playlist-dialog li a:hover {
    background-color: var(--TZT-MAIN);
    color: #fff;
}

.skin-playlist-dialog li.active a {
    background-color: var(--TZT-BG-4);
    color: var(--TZT-ACTIVE-CR);
}

.skin-playlist li {
    padding: 0.2rem 0.1rem;
}

.skin-playlist li a {
    position: relative;
    padding: 0.1rem;
    display: block;
    line-height: 2rem;
    text-align: center;
    background-color: var(--TZT-BG-1);
    border-radius: 6px;
    font-size: 0.8rem;
    border: 1px solid var(--TZT-FG-3);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--TZT-FG-1);
}

.skin-playlist li a:hover {
    background-color: var(--TZT-MAIN);
    color: #fff;
}

.skin-playlist li.active a {
    background-color: var(--TZT-BG-4);
    color: var(--TZT-ACTIVE-CR);
}

.skin-playlist.active li {
    width: 20%;
}

.skin-player {
    background-color: var(--TZT-BG-2);
    border-radius: var(--TZT-CIRCLE);
}

.skin-player .playbtn {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-left: 0;
}

.skin-player .data {
    padding-left: 1rem;
    border-left: 4px solid #000000;
    margin-bottom: 1rem;
}

.skin-player .data .title {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--TZT-FG-1);
}

.skin-player .data .text-muted {
    margin-top: 0.5rem;
    margin-bottom: 0;
    display: block;
}

.skin-player .desc {
    font-size: 0.9rem;
    padding: 1rem 0;
    color: var(--TZT-FG-1);
}

.skin-player .playbtn .btn {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.skin-player .skin-player-side {
    padding: 1rem;
    background-color: var(--PLAYER-SIDE);
    border-radius: 0;
}

.player-top {
    margin-top: 1rem;
}

#player-sidebar {
    max-height: 8rem;
    overflow-y: hidden;
}

#playerCnt {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pg {
    padding: 30px 10px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pg a {
    height: 2.3rem;
    line-height: 2.3rem;
    padding: 0 6px;
    font-size: 0.9rem;
    text-align: center;
    min-width: 3.5rem;
    background-color: var(--TZT-NAV);
    color: var(--TZT-FG-1);
    border-radius: 5px;
    display: inline-block;
    margin-right: 3px;
}

.pg a:hover {
    background-color: var(--TZT-MAIN);
    color: var(--TZT-ACTIVE-CR);
}

.pg .active {
    background-color: var(--TZT-MAIN);
    color: var(--TZT-ACTIVE-CR);
}

.custom-checkbox {
    position: relative;
    padding-left: 25px;
    user-select: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    transition: 0.2s;
}

.custom-checkbox:hover .checkmark {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.5);
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.player-pbg {
    position: relative;
    width: 100%;
    height: 100%;
}

.player-btn {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.line {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: var(--TZT-FG-1);
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    color: var(--PLAYER-SIDE);
}

.skin-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background-color: var(--TZT-BG-0);
    padding: 1rem 2rem;
}

.skin-footer logo {
    color: var(--TZT-MAIN);
    font-weight: 600;
    font-size: 20px;
}

.skin-footer img {
    height: 30px;
}


.skin-footer .info {
    text-align: right;
}

.skin-footer .info .text-muted {
    display: block;
}

.skin-fixedbar {
    position: fixed;
    z-index: 999;
    bottom: 2rem;
    right: 0;
}

.skin-fixedbar li {
    margin-top: 0.5rem;
}

.skin-fixedbar li a {
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border: 1px solid var(--TZT-FG-3);
    border-radius: 3px;
    background-color: var(--TZT-NAV);
    color: #fff;
}

.skin-fixedbar li a .icon {
    font-size: 1rem;
}

.skin-fixedbar li a:hover {
    background-color: var(--TZT-MAIN);
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .skin-vod-list {
        grid-template-columns: repeat(8, 1fr);
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 20%;
    }

    .skin-player {
        display: flex;
    }

    .skin-player .item {
        opacity: 1;
        will-change: width, height;
        zoom: 1;
        width: calc(100% - 370px);
        max-width: calc(100% - 370px);
    }

    .skin-player .skin-player-side {
        width: 370px;
    }

    .panel {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .skin-vod-list {
        grid-template-columns: repeat(8, 1fr);
    }

    .skin-vod-list.box li:nth-child(n+9) {
        display: none;
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 10%;
    }

    .skin-player {
        display: flex;
    }

    .skin-player .item {
        opacity: 1;
        will-change: width, height;
        zoom: 1;
        width: calc(100% - 370px);
        max-width: calc(100% - 370px);
    }

    .skin-player .skin-player-side {
        width: 370px;
    }

    .panel {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .skin-vod-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .skin-vod-list.box li:nth-child(n+7) {
        display: none;
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 12.5%;
    }

    .skin-player {
        display: flex;
    }

    .skin-player .item {
        opacity: 1;
        will-change: width, height;
        zoom: 1;
        width: calc(100% - 370px);
        max-width: calc(100% - 370px);
    }

    .skin-player .skin-player-side {
        width: 370px;
    }

    .panel {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .skin-vod-list {
        grid-template-columns: repeat(5, 1fr);
    }

    .skin-vod-list.box li:nth-child(n+6) {
        display: none;
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 16.666666%;
    }

    .skin-player {
        display: flex;
    }

    .skin-player .item {
        opacity: 1;
        will-change: width, height;
        zoom: 1;
        width: calc(100% - 370px);
        max-width: calc(100% - 370px);
    }

    .skin-player .skin-player-side {
        width: 370px;
    }
    .panel {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .skin-vod-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .skin-vod-list.box li:nth-child(n+9) {
        display: none;
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .skin-vod-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .skin-vod-list.box li:nth-child(n+7) {
        display: none;
    }

    .skin-playlist {
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 33.333333%;
    }
}

@media screen and (max-width: 768px) {
    .skin-content {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .skin-content .skin-media-hd {
        width: 60%;
        padding-right: 0;
        margin: 0 auto 1rem;
    }
}

@media screen and (max-width: 768px) {
    .skin-content .skin-media-hd .cover-img {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {

    .page-bd {
        padding-left: 169px;
    }

    .page-row {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .skin-header {
        margin: 0;
        box-shadow: none;
    }

    .skin-leftbar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .page-row {
        padding: 0 1rem;
    }

}

@media screen and (max-width: 960px) {
    .skin-header {
        margin: 0;
        box-shadow: none;
    }

    .skin-header .search .search-form {
        display: none;
        margin-top: -1.5rem;
        width: 100%;
        padding: 1rem;
        position: absolute;
        z-index: 1001;
        top: -100%;
        left: 0;
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        background-color: var(--TZT-BG-2);
    }

    .skin-header .search .search-form .form-input {
        width: 100%;
    }

    .skin-header .search .search-form.show {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        display: inline-flex;
    }

    .skin-header .search .search-form .submit {
        top: 1.5rem;
        right: 1rem;
    }

    .skin-screen .skin-selectlist {
        flex-wrap: nowrap;
    }

    .skin-screen .skin-selectlist li {
        margin-bottom: 0;
    }

    .skin-playlist-dialog {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist-dialog.active li {
        width: 20%;
    }

    .skin-playlist {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .skin-playlist li {
        width: 33.3333333%;
    }

    .skin-playlist.active li {
        width: 20%;
    }

    .skin-playlist.position-on {
        margin-top: 0.5rem;
        flex-wrap: nowrap;
    }

    .skin-playlist.position-on li {
        padding-right: 0.5rem;
    }

    .skin-player .data .title {
        font-size: 1.3rem;
    }

    .skin-player .skin-player-side {
        padding: 1rem;
    }

    .page-row {
        padding: 0;
    }

    .panel {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .skin-header {
        margin: 0;
        box-shadow: none;
    }

    .skin-header .search .search-form {
        display: none;
        margin-top: -1.5rem;
        width: 100%;
        padding: 1rem;
        position: absolute;
        z-index: 1001;
        top: -100%;
        left: 0;
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        background-color: var(--TZT-BG-2);
    }

    .skin-header .search .search-form .form-input {
        width: 100%;
    }

    .skin-header .search .search-form.show {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        display: inline-flex;
    }

    .skin-header .search .search-form .submit {
        top: 1.5rem;
        right: 1rem;
    }

    .skin-vod-list li .title {
        font-weight: 400;
        margin-bottom: 0.2rem;
    }

    .skin-vod-list li .text {
        font-size: 0.5rem;
    }

    .skin-player .item .foot {
        padding: 0;
    }

    .skin-player .playbtn .btn {
        margin: 0 0.2rem;
        padding: 0.5rem 0.8rem;
    }

    .skin-fixedbar {
        bottom: 1rem;
        right: 0.3rem;
    }

    .skin-fixedbar li {
        margin-top: 0.5rem;
    }

    .skin-fixedbar li a {
        width: 42px;
        height: 42px;
        line-height: 37px;
    }

    .skin-footer {
        padding: 1rem;
    }

    .skin-footer .info {
        text-align: center;
    }

    .page-row {
        padding: 0;
    }
}


.container-slide {
    position: relative;
    padding: 0 1rem;
    padding-top:1.2rem;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-big .swiper-slide .banner {
    position: relative;
    display: block;
    height: 28vw;
    min-height: 180px;
    max-height: 520px;
    border-radius: 3px;
    overflow: hidden;
}

.swiper-big .swiper-slide .banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, .2);
    pointer-events: none;
}

.swiper-big {
    min-height: 180px;
    max-height: 520px;
    margin: 0 0 20px;
    border-radius: 3px;
}

.swiper-big img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.sm-swiper {
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 9;
    width: 220px;
    transform: translateY(-50%);
}

.swiper-small {
    width: 85%;
    margin: 0 auto;
}

.swiper-small .swiper-slide .pic {
    width: 126px;
    height: 168px;
    margin: 0 auto;
    background-color: #373737;
    border-radius: 3px;
    overflow: hidden;
}

.swiper-small .swiper-slide .pic img {
    width: 100%;
    object-fit: cover;
}

.swiper-small .swiper-slide .title {
    text-align: center;
}

.swiper-small .swiper-slide {
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 100%;
}

.swiper-small .swiper-slide {
    color: #fff;
}

.swiper-small .swiper-slide .title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #ffffff;
    padding: 15px 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-drag: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    width: 20px !important;
    height: 20px !important;
    outline: none !important;
}

.swiper-button-next {
    right: -10px !important;
}

.swiper-button-prev {
    left: -10px !important;
}

.swiper-pagination {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.swiper-pagination span {
    margin: 0 7px;
}

.swiper-pagination-bullet-active {
    transform: scaleX(2.66) !important;
    background-color: #e50914 !important;
}

.mobile-v-info {
    display: none;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

@media screen and (max-width: 720px) {
    .swiper-big .swiper-slide .banner {
        padding-top: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .sm-swiper {
        display: none;
    }

    .mobile-v-info {
        position: absolute;
        left: 0;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        z-index: 9;
        padding: 10px;
        background-color: rgba(1, 1, 1, .2);
        color: #fff;
        pointer-events: none;
    }

    .mobile-v-info .v-title {
        padding: 5px 0;
        font-size: 24px;
    }

    .mobile-v-info .v-ins p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 50%;
        font-size: 14px;
        opacity: .7;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 1300px) {
    .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    .sm-swiper {
        display: none;
    }

    .mobile-v-info {
        position: absolute;
        left: 0;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        z-index: 9;
        padding: 10px;
        background-color: rgba(1, 1, 1, .2);
        color: #fff;
        pointer-events: none;
    }

    .mobile-v-info .v-title {
        padding: 5px 0;
        font-size: 24px;
    }

    .mobile-v-info .v-ins p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 50%;
        font-size: 14px;
        opacity: .7;
        margin: 0 0 5px;
    }
}