@charset "utf-8";
/*!
 * 版本：MYUI Copyright © 2019
 * 作者：QQ726662013版权所有
 * 官网：https://www.mytheme.cn
 */

:root {
    --btn-bg: linear-gradient(270deg, rgb(96, 58, 245) 0%, rgb(58, 107, 241) 100%)
}

body.active {
    padding-top: 0
}

.container.min {
    width: 80%;
    max-width: 1400px
}

.myui-panel,
.myui-panel-box {
    padding: 0
}

.myui-panel.active,
.myui-panel_hd {
    padding: 20px 0 30px 0
}

.myui-panel-box.active {
    margin: 0
}

.myui-panel__head .title {
    position: relative
}

.myui-topbg {
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden
}

.sign-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg1.png);
    background-size: 100% 100%;
    background-position: 50%;
    filter: blur(80px);
    z-index: -1
}

.sign-bg::before {
    content: "";
    position: absolute;
    left: 0;
    height: 80%;
    width: 100%;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 26, 0)), to(#111319));
    background: -webkit-linear-gradient(top, rgba(22, 22, 26, 0), #111319 100%);
    background: linear-gradient(0deg, rgba(22, 22, 26, 0), #191825 100%)
}

.sign-bg::after {
    content: "";
    position: absolute;
    left: 0;
    height: 80%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 26, 0)), to(#111319));
    background: -webkit-linear-gradient(bottom, rgba(22, 22, 26, 0), #111319 100%);
    background: linear-gradient(180deg, rgba(22, 22, 26, 0), #191825 100%)
}

.myui-header__top {
    width: 100%
}

.top-fixed-down {
    margin-top: -68px
}

.header-container {
    margin: 0 30px
}

.myui-header__list {
    float: left;
    height: 68px;
    line-height: 68px;
    margin-left: 28px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.myui-header__list li {
    margin: 0 17px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 12
}

.myui-header__user .dropdown-box li a,
.myui-header__user .history-list a {
    color: #333
}

.myui-header__list .dropdown-hover:hover .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.hover-drop {
    width: 939px;
    height: auto;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 60px;
    left: -90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    padding: 18px 25px;
    -webkit-box-shadow: 0 10px 16px 0 rgba(43, 45, 48, .3);
    box-shadow: 0 10px 16px 0 rgba(43, 45, 48, .3)
}

.hover-drop:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 112px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.hover-drop .drop-item {
    width: 100%;
    height: 54px;
    padding: 7px 0
}

.hover-drop .item-left {
    width: 140px;
    height: 44px;
    line-height: 44px;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    background: #f8fafb;
    border-radius: 5px;
    margin-right: 32px;
    padding-left: 24px
}

.hover-drop .item-left img {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px
}

.hover-drop .item-left a {
    text-shadow: none;
    height: 100%;
    line-height: 44px;
    display: inline-block;
    color: #171718;
    font-size: 15px;
    font-weight: 600
}

.hover-drop .item-list {
    height: 44px;
    line-height: 44px;
    float: left;
    position: relative
}

.hover-drop .item-list li {
    display: block;
    width: 73px;
    height: 44px;
    float: left;
    margin-right: 6px;
    position: relative
}

.hover-drop .item-list li a {
    position: relative
}

.hover-drop .item-list li a {
    display: inline-block;
    width: auto;
    height: 23px;
    line-height: 13px;
    font-size: 13px;
    color: #5f6771;
    text-shadow: none;
    text-align: left;
    border-radius: 11px;
    padding: 5px 9px
}

.hover-drop .item-list li a:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ffb83e), to(#ff7109));
    background: linear-gradient(90deg, #ffb83e, #ff7109)
}

.vip-text-logo1 {
    width: 46px;
    height: 20px;
    line-height: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#ff7d04), to(#ff4146));
    background: linear-gradient(90deg, #ff7d04, #ff4146);
    position: absolute;
    border-radius: 10px;
    color: #fff;
    top: 3px;
    font-size: 12px;
    right: -24px;
    text-align: center;
    cursor: pointer
}

.vip-text-logo1:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    top: 19px;
    border-color: #ff7d04 transparent transparent #ff7d04;
    border-style: solid;
    border-width: 4px
}

.top-fixed-down .form-control,
.top-fixed-up:not(.headroom--top) .form-control {
    color: #fff;
    background: rgba(204, 204, 204, .88)
}

.myui-header__logo,
.myui-header__menu {
    float: left;
    height: 68px;
    line-height: 68px;
    position: relative;
    z-index: 12
}

.search-box li {
    position: relative;
    z-index: 12
}

.myui-header__search {
    float: left;
    margin-top: 12px;
    height: 38px;
    line-height: 30px;
    border-radius: 8px
}

.myui-header__search li {
    float: left
}

.myui-header__search li.search-item {
    width: 100%;
    height: 38px
}

.myui-header__search li.search-item .form-control:focus {
    border-color: none;
    -webkit-box-shadow: none
}

.myui-header__search li.search-item .hot {
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 110px;
    line-height: 38px;
    color: #f90
}

.myui-header__search li.search-item .submit {
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 16px;
    font-size: 13px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 0;
    background: 0 0
}

.myui-header__search li.search-item .submit i {
    margin-right: 5px
}

.myui-header__search li.search-item .dropdown-box {
    left: 0;
    top: 42px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    width: 450px;
    height: auto;
    -webkit-box-shadow: 1px 7px 10px 0 rgba(94, 94, 94, .5);
    box-shadow: 1px 7px 10px 0 rgba(94, 94, 94, .5);
    z-index: 102;
    padding: 20px
}

.myui-header__search li.search-item.search-item:hover .search-dropdown-hot {
    display: block
}

.myui-header__search li.search-select {
    position: relative;
    margin-top: 8px;
    padding: 0 10px 0 15px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.myui-header__search li.search-select .dropdown-box {
    margin-left: -40px;
    z-index: 101
}

.myui-header__search li.search-select .dropdown-box .item {
    width: 80px;
    padding: 10px;
    text-align: center
}

.myui-header__search li.search-select .dropdown-box .item p {
    margin: 0;
    padding: 5px 0
}

.myui-header__user {
    float: right
}

.myui-header__user>li {
    float: right;
    position: relative;
    padding: 18px 0 18px;
    margin-left: 25px;
    z-index: 13
}

.myui-header__user>li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.myui-header__user>li>a {
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.myui-header__user>li .dropdown-box {
    right: 0;
    margin-top: 5px;
    margin-right: -40px;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 14px
}

.myui-header__user>li .dropdown-box .item {
    width: 260px;
    padding: 20px
}

.myui-header__user>li.menu .dropdown-box {
    right: 0;
    margin-left: 0;
    margin-right: -15px;
    padding-top: 10px
}

.myui-header__user>li.menu .dropdown-box .item {
    width: 120px;
    padding: 10px 20px
}

.myui-header__user>li.menu .dropdown-box .item li {
    padding: 5px 0;
    text-align: center
}

.myui-header__top.top .top-hide {
    display: block
}

.myui-header__top .top-hide {
    display: none
}

.myui-header__top.color .myui-header__user>li>a .fa,
.myui-header__top.colotopr .myui-header__user>li>a,
.myui-header__top.top .myui-header__menu li.search-ul,
.myui-header__top.top .myui-header__menu li.search-ul .fa,
.myui-header__top.top .myui-header__menu li.search-ul>a {
    color: #fff
}

.myui-header__top.top .myui-header__search {
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    border: 0;
    z-index: 12
}

.myui-header__top.top .myui-header__search li.search-select {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.myui-header__top.top .myui-header__search li.search-select,
.myui-header__top.top .myui-header__search li.search-select .fa {
    color: #fff
}

.myui-header__top.top .myui-header__search li.search-item .form-control::-webkit-input-placeholder {
    color: #ccc
}

.myui-header__top .menu .login {
    color: #fff;
    padding: 9px 36px;
    border-radius: 8px;
    background: var(--btn-bg)
}

.search-hot p {
    margin-bottom: 0
}

.ibanner {
    position: relative;
    z-index: 3
}

.ibanner-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    height: 52px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(57, 60, 67, .16);
    box-shadow: 0 15px 40px 0 rgba(57, 60, 67, .16);
    border-radius: 25px;
    position: absolute;
    top: 108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    padding-left: 23px;
    color: #2d2d2d;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.ibanner-search-input {
    width: 589px;
    height: 48px;
    outline: 0;
    margin-left: 12px;
    color: #2d2d2d;
    font-size: 16px
}

.ibanner-search-btn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: -webkit-gradient(linear, left top, right top, from(#ffb83e), to(#ff7109));
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    border-radius: 23px;
    margin: 2px 1px 0 21px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.search-hot-big {
    margin-top: 60px;
    margin-left: -20px;
    padding-left: 10px;
    background-color: #fff;
    width: 100%;
    border-radius: 14px
}

.search-hot-big p {
    margin-bottom: 0
}

.autocomplete-suggestions {
    border-radius: 14px
}

.ibanner-search-btn .icon-sousuo {
    font-size: 19px
}

.icon-sousuo-text {
    font-size: 19px;
    letter-spacing: 3px;
    margin-left: 2px
}

.ibanner .swiper-container .swiper-slide-item {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.swiper-slide-active .swiper-slide-item {
    -webkit-box-shadow: 0 16px 36px 4px rgba(45, 45, 45, .34);
    box-shadow: 0 16px 36px 4px rgba(45, 45, 45, .34)
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: 0 0;
    -webkit-box-shadow: 0 8px 15px 0 rgba(57, 60, 67, .1);
    box-shadow: 0 8px 15px 0 rgba(57, 60, 67, .1);
    border-radius: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0
}

.ibanner .swiper-container .swiper-button-prev {
    left: 100px;
    padding-right: 2px
}

.ibanner .swiper-container .swiper-button-next {
    right: 105px;
    padding-left: 2px;
    outline: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 30px !important;
    font-weight: 700
}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 143px;
    position: absolute
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: hsla(0, 0%, 100%, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0
}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: #fff
}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px
}

.sort {
    position: relative;
    z-index: 3;
    padding: 15px !important;
    -webkit-box-shadow: 0 40px 75px 0 rgba(57, 60, 67, .08);
    box-shadow: 0 40px 75px 0 rgba(57, 60, 67, .08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.ibanner::after {
    content: "";
    position: absolute;
    left: 0;
    height: 20%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 26, 0)), to(#111319));
    background: -webkit-linear-gradient(top, rgba(22, 22, 26, 0), #111319 100%);
    background: linear-gradient(180deg, rgba(22, 22, 26, 0), #191825 100%)
}

#new {
    position: relative;
    width: 100%;
    height: auto
}

.more-btn {
    font-size: 16px;
    padding: 10px 20px
}

.myui-vodlist__tips {
    margin-top: 15px
}

.myui-vodlist__tips a {
    font-size: 14px;
    color: #fff;
    opacity: .7
}

.myui-vodlist a {
    color: #999
}

.week .myui-vodlist__box {
    border: none
}

#list {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 120px
}

.week {
    position: relative;
    padding: 70px;
    margin-top: 40px;
    width: 100%;
    max-height: 480px;
    background-image: url(../img/week.png);
    background-position: center center;
    background-size: 100% auto;
    border-radius: 8px
}

.week::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: -webkit-gradient(linear, left left, left right, from(rgba(22, 22, 26, 0)), to(#111319));
    background: -webkit-linear-gradient(left, rgba(22, 22, 26, 0), #111319 100%);
    background: linear-gradient(270deg, rgba(22, 22, 26, 0), #191825 100%);
    border-radius: 8px
}

.week h3.title {
    width: 100%;
    margin-bottom: 20px
}

.week .text {
    width: 100%;
    color: rgba(255, 255, 255, .7)
}

.slid-e-bottom {
    position: relative;
    bottom: 450px;
    color: #fff
}

.box-width {
    position: absolute;
    z-index: 999
}

.slid-e-bottom .slide-info {
    position: relative;
    z-index: 12
}

.slide-info-title {
    position: relative;
    z-index: 99;
    font-size: 64px;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px
}

.slide-info .fa {
    color: #f90
}

.slide-info a {
    font-size: 16px;
    color: rgba(255, 255, 255, .8)
}

.slide-info.desc {
    position: relative;
    z-index: 99;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    max-width: 560px
}

.slide-info-play {
    position: relative;
    z-index: 99;
    padding: 15px 35px;
    border-radius: 8px;
    color: #fff;
    background-color: #7d12ff;
    margin-right: 15px
}

.slide-info-desc {
    position: relative;
    z-index: 99;
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: 8px;
    color: #fff
}

.slid-btn-box {
    margin-top: 40px
}

.slid-btn-box a {
    display: inline;
    position: relative;
    padding: 15px 35px;
    font-size: 18px;
    margin-right: 20px;
    z-index: 99
}

.top-up120 {
    position: relative;
    top: -120px
}

.bottom-up120 {
    position: relative;
    bottom: -120px
}

.small-banner .small-banner-1 {
    padding: 20px 10px 20px 10px
}

.img-box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0
}

.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .05)
}

.img-box[data-ratio="55"] {
    padding-top: 55%
}

.clearfix {
    clear: both
}

.clearfix {
    zoom: 1
}

.recommend-box-small {
    float: left;
    padding: 10px 0 14px 20px
}

.recommend-box-small .pic-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: end;
    overflow: hidden;
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(67, 67, 67, .4);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}

.myui-vodlist li {
    padding: 6px
}

.myui-vodlist .myui-vodlist__box {
    background-color: #fff;
    overflow: hidden
}

.myui-vodlist__tips {
    padding: 15px;
    background: rgba(125, 18, 255, .2);
    border-radius: 6px
}

.myui-content__thumb {
    float: left
}

.myui-content__thumb .myui-vodlist__thumb {
    width: 210px
}

.myui-content__thumb.active .myui-vodlist__thumb {
    width: 150px
}

.myui-content__detail,
.myui-content__operate {
    float: left;
    width: calc(100% - 210px);
    padding-left: 40px
}

.myui-content__detail.active {
    width: calc(100% - 150px)
}

.myui-content__detail .title {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 35px;
    line-height: 55px;
    font-weight: 600
}

.myui-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif
}

.myui-content__detail .data {
    margin-bottom: 10px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all
}

.dot {
    display: inline-block;
    border-radius: 50%;
    height: 2px;
    width: 2px;
    background-color: rgba(255, 255, 255, .5);
    margin: auto 3px 5px;
    line-height: 20px;
    margin-bottom: 3px
}

.myui-content__detail .data,
.myui-content__detail .data a {
    color: rgba(255, 255, 255, .5)
}

.myui-content__detail .score {
    margin-bottom: 20px
}

.myui-content__detail .score .rating {
    display: inline-block;
    position: relative;
    top: 5px
}

.myui-content__detail .score .rating li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px
}

.myui-content__detail .score .rating li .fa {
    font-size: 24px
}

.myui-content__detail .score .branch {
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px
}

.myui-content__operate {
    float: left;
    margin-top: 20px
}

.myui-content__operate li {
    float: left;
    margin-right: 10px
}

.myui-content__operate li .btn {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600
}

.myui-content__operate li .btn:first-child {
    margin-left: 0
}

.myui-content__tag a {
    display: inline-block;
    line-height: 20px;
    padding: 2px 10px;
    margin-left: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    border-radius: 15px
}

.detail-desc {
    margin-top: 30px;
    margin-bottom: 20px
}

.classify-banner {
    margin: 0 auto;
    width: 100%;
    height: 90px
}

.classify-banner .banner-mask {
    z-index: 1;
    background-color: rgba(46, 46, 48, .5)
}

.classify-banner .classify-tit {
    z-index: 2;
    line-height: 86px;
    font-size: 38px;
    letter-spacing: 5px;
    text-align: center;
    color: #fff
}

.crumbs-labels {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding-right: 60px
}

.crumbs-labels span {
    display: inline-block;
    height: 16px;
    line-height: 16px
}

.crumbs-labels .arrow-wrap {
    margin: 0 3px
}

.crumbs-labels .arrow-wrap,
.crumbs-labels span {
    display: inline-block;
    height: 16px;
    line-height: 16px
}

.crumbs-labels .search-wrap.search-wrap--old {
    width: 650px;
    height: 46px;
    margin-left: 10px;
    background: #eceef5;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 23px
}

.crumbs-labels .search-wrap.search-wrap--old>input {
    padding-right: 130px
}

.crumbs-labels .search-wrap>input {
    padding-left: 18px
}

.crumbs-labels .search-wrap>input {
    padding: 0 96px 0 32px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border-radius: 25px
}

.crumbs-labels .search-wrap.search-wrap--old .search-btn-wrap {
    width: 120px;
    height: 100%;
    line-height: 46px;
    color: #fff;
    padding-right: 0;
    padding-left: 28px;
    text-align: left;
    font-size: 20px;
    background: #e5e5e5 -webkit-gradient(linear, left top, right top, from(#ffc046), to(#ff7d04))
}

.search-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 210px;
    height: 100%;
    -webkit-border-radius: 13px;
    border-radius: 13px
}

.search-wrap>input {
    width: 100%;
    height: 100%;
    padding: 0 46px 0 22px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
    -webkit-border-radius: 13px;
    border-radius: 13px
}

.search-wrap .search-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    text-indent: 7px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer
}

.slideDown-btn.more {
    position: absolute;
    right: 30px
}

.myui-screen__list .btn-warm {
    border-radius: 4px;
    background: #7d12ff
}

.myui-topbg .mask {
    display: block;
    position: static;
    z-index: 2;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8)
}

.myui-topbg .blurimg-normal {
    width: 150%;
    margin-left: -10%;
    vertical-align: middle;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(30px);
    filter: blur(30px)
}

.myui-content__detail .text-warm {
    font-weight: 700
}

.tab-content {
    padding: 32px 0 10px 0;
    border-top: 1px solid #ccc
}

.detail-box {
    display: -webkit-box
}

.detail-box .play-left {
    border-radius: 20px 0 0 0;
    padding: 25px 30px 30px 30px
}

.detail-box .play-right {
    background-color: #f7f9fa;
    border-radius: 0 20px 0 0;
    padding: 30px
}

.detail-box .play-left .left-header {
    padding-bottom: 30px;
    margin-left: -8px
}

.left-header .logo {
    height: 40px
}

.left-header .logo img {
    height: 100%;
    margin-right: 0px
}

.detail-box .play-left .left-header .myui-header__search {
    margin-top: 0;
    width: 60%
}

.detail-box .play-right .right-header .myui-header__user {
    margin-left: 0
}

.detail-box .play-right .right-header .myui-header__user>li {
    padding: 0
}

.play-foot {
    background-color: #fff;
    border-radius: 0 0 20px 20px
}

.myui-panel.myui-player__item {
    position: relative;
    margin-bottom: 0
}

.myui-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)
}

.myui-player__item .is-btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -12px;
    margin-top: -30px;
    display: block;
    width: 12px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    border-radius: 0 4px 4px 0;
    background-color: #404040;
    color: #999
}

.myui-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: #fff;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.myui-player__item .player-title {
    margin-top: 25px
}

.myui-player__item h5 {
    color: #0c0d0f;
    font-size: 21px;
    font-weight: 500
}

.myui-player__item .tips {
    position: relative;
    height: 40px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    color: #fff
}

.myui-player__operate {
    padding: 20px 10px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.myui-player__operate li {
    display: block;
    text-align: center;
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.myui-player__detail .title {
    margin: 0 0 10px
}

.myui-player__detail .detail-content {
    padding-top: 10px
}

.myui-player__detail .desc {
    padding-left: 42px
}

.myui-player__detail .desc .left {
    margin-left: -42px
}

.myui-player__data {
    padding: 20px 0
}

#player-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #1c1b1e
}

#player-sidebar::-webkit-scrollbar-thumb {
    background-color: #434145
}

.myui-player__notice {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -65px
}

.myui-player__notice h3,
.myui-player__notice h5,
.myui-player__notice p {
    color: #fff
}

.myui-player-links {
    position: relative;
    top: 15px;
    right: 10px
}

.myui-player-links .btn {
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 0 5px 5px 0
}

.topline {
    margin-right: 20px;
    border-bottom: 1px solid #666
}

.myui-player__left .myui-panel {
    padding: 0 10px
}

.myui-player__left .myui-panel-box {
    padding: 10px
}

.myui-player__left .myui-panel-box h5 {
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.myui-player__left .myui-panel-box h5 i {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#ffc046), to(#ff7d04));
    background: linear-gradient(90deg, #ffc046, #ff7d04)
}

.myui-player__left .player-title .tips {
    float: left;
    margin-bottom: 10px
}

.myui-player__left .player-title .tips ul li {
    text-align: right;
    color: #333
}

.myui-player__left .icon {
    font-size: 14px
}

@media (min-width:767px) {
    .m-mt {
        margin-top: 40px
    }
    .myui-player__right .myui-panel {
        padding: 0 0 0 20px
    }
}

.myui-player__right .myui-content__thumb .myui-vodlist__thumb {
    text-align: center
}

.myui-player__right .col-pd {
    padding: 20px
}

.myui-player__right .score .rating {
    display: inline-block;
    position: relative
}

.myui-player__right .score .branch,
.myui-player__right .score .rating li .fa {
    color: #f90;
    font-size: 18px
}

.myui-player__right .score .rating li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px
}

.myui-player__right p {
    line-height: 30px
}

.myui-player__right p.data {
    margin-bottom: 0
}

.myui-player__right .bdshare {
    margin-top: 8px
}

.myui-player__right .my_comment_submit {
    padding: 8px 20px
}

.myui-newslist li {
    padding: 30px 0
}

.myui-newslist li .title {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600
}

.myui-newslist li .desc {
    text-indent: 2em;
    margin: 0;
    padding: 20px 0;
    line-height: 25px
}

.myui-newslist__text li .title {
    margin: 0;
    font-size: 15px
}

.myui-art__nav li {
    padding: 6px 0
}

.myui-art__nav li.active a {
    font-weight: 700;
    color: #f90
}

.detail-foot {
    background-color: #fff;
    border-radius: 0 0 20px 20px
}

.myui-foot {
    padding: 20px 0
}

.myui-foot p {
    line-height: 25px
}

.menu .avatar {
    display: block;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50px
}

.menu .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.myui-header__user>li img {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: 2px
}

.search .form-control {
    height: 44px;
    border-radius: 6px;
    padding: 0 16px;
    color: #000;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #0c0d0f
}

.myui-msg__forma h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0d0c0c;
    text-align: center
}

.myui-msg__forma .qrcode-box {
    padding: 5px;
    border-radius: 10px;
    background-color: #fff
}

.myui-msg__forma .form-control {
    height: 28px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    color: #000
}

.myui-foot .ulink {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(12, 13, 15, .12);
    border-bottom: 1px solid rgba(12, 13, 15, .12)
}

.myui-foot .ulink .title {
    font-size: 20px;
    font-weight: 500
}

.m-myui-foot {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    display: none
}

.m-myui-foot ul li {
    float: left;
    padding: 20px;
    width: 25%
}

.m-myui-foot ul li a {
    font-size: 14px
}

.m-myui-foot ul li a span {
    display: block;
    width: 100%
}

.m-myui-foot ul li .mb-img {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.m-myui-foot ul li .mb-img img {
    width: 30%;
    height: 30%
}

.myui-extra li .i-img img {
    width: 60%;
    height: 60%
}

.play-btn-box a {
    font-size: 15px
}

.other {
    margin-top: 30px
}

.other .other-data {
    display: inline-block;
    padding: 0 25px;
    color: #fff
}

.other .other-data:first-child {
    padding-left: 0
}

.other .split-line {
    margin-bottom: 20px
}

.other .other-data span {
    display: block
}

.other .other-data .top {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center
}

.other .other-data .bottom {
    font-size: 14px;
    text-align: center
}

.search-data {
    padding-bottom: 20px
}

.search-data .title {
    font-size: 18px;
    font-weight: 500;
    padding: 7px 0;
    border-radius: 4px
}

.page-bd {
    position: relative;
    background-color: #f7f9fa;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px
}

.shoutu-leftbar {
    position: fixed;
    width: 204px;
    z-index: 9999;
    top: 0;
    bottom: 0;
    border-radius: 20px 0 0 20px;
    -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)
}

.shoutu-leftbar .item {
    position: fixed;
    width: 200px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1301
}

.shoutu-leftbar .item .logo {
    margin: 25px 22px 29px;
    height: 40px
}

.shoutu-leftbar .item .logo img {
    height: 100%
}

.shoutu-leftbar .item .menu {
    position: relative;
    z-index: 999;
    width: 100%;
    padding-bottom: 30px;
    height: calc(100vh - 72px);
    overflow-y: hidden
}

.shoutu-leftbar .item .menu::-webkit-scrollbar {
    width: 5px
}

.shoutu-leftbar .item .menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    height: 5px;
    background: #ccc
}

.shoutu-leftbar .item .menu:hover {
    overflow-y: auto;
    overflow-x: hidden
}

.shoutu-leftbar .item .menu::-webkit-scrollbar-track {
    background: 0 0
}

.shoutu-leftbar .menu li svg {
    width: 18px;
    height: 18px;
    fill: none;
    margin-right: 8px
}

.shoutu-leftbar .menu li.active svg circle,
.shoutu-leftbar .menu li.active svg path,
.shoutu-leftbar .menu li.active svg rect,
.shoutu-leftbar .menu li:hover svg circle,
.shoutu-leftbar .menu li:hover svg path,
.shoutu-leftbar .menu li:hover svg rect {
    stroke: #fff
}

.shoutu-leftbar .item .menu li {
    position: relative;
    margin: 0 22px 12px
}

.shoutu-leftbar .item .menu li a {
    height: 40px;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center
}

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

.shoutu-leftbar .item .menu li.active,
.shoutu-leftbar .item .menu li:hover {
    opacity: 1;
    border-radius: 8px;
    background: var(--btn-bg)
}

.shoutu-leftbar .item .menu li.active a,
.shoutu-leftbar .item .menu li:hover a {
    color: #fff
}

.more-box {
    padding-left: 80px
}

.more-box a {
    float: left;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 22px
}

.more-box a svg {
    margin-right: 10px
}

.share-tan {
    padding: 30px 40px;
    margin: 0;
    border-radius: 10px;
    box-shadow: none
}

.share-tan h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0d0c0c;
    text-align: center
}

.share-tan .qrcode-box {
    padding: 5px;
    border-radius: 10px;
    background-color: #fff
}

.share-tan .form-control {
    height: 28px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    color: #000
}

.upgrade-box {
    background-color: #fff;
    border-radius: 16px
}

.upgrade-tip-box {
    position: relative;
    padding: 15px;
    margin-top: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    background: url(/template/shoutu33/statics/img/tips_box.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999
}

.upgrade-tip-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.upgrade-tip-box p {
    font-size: 14px;
    font-weight: 500
}

.tip-box-icon {
    position: absolute;
    transform: rotate(20deg);
    right: 20px;
    top: 20px
}

.upgrade-box-head {
    padding: 36px;
    background: url(/template/shoutu33/statics/img/pay_box_bg.png) no-repeat 100%
}

.upgrade-box-body {
    padding: 40px
}

.upgrade-box-body .group_select {
    position: relative
}

.upgrade-box-body .group_select a {
    padding: 30px 15px 15px 15px;
    border-radius: 13px;
    box-shadow: 13px 10px 28px rgba(18, 8, 41, .08);
    border: 2px solid #fff
}

.upgrade-box-body .group_select.active a {
    border: 2px solid #5f3bf5
}

.upgrade-box-body .group_select a p {
    color: #000
}

.upgrade-box-body .group_select a p:first-child {
    font-size: 18px;
    font-weight: 500
}

.upgrade-box-body .group_select a p:last-child {
    font-size: 24px;
    font-weight: 600
}

.upgrade-box-body .group_select .tips {
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 6px 20px;
    border-radius: 13px 0 13px 0;
    background: linear-gradient(270deg, #603af5 0, #3a6bf1 100%);
    top: 0
}

.upgrade-box-body .group_select .tips.red {
    background: linear-gradient(90deg, #ed6e53 0, #eb4d47 100%)
}

.upgrade-box-foot {
    padding: 35px 50px !important;
    background-color: #f6f7f8
}

.upgrade-box-foot div {
    float: left
}

.upgrade-box-foot .qrcode {
    width: 98px;
    height: 98px;
    padding: 5px;
    border-radius: 7.5px;
    border: 1px solid #000
}

.upgrade-box-foot .qrcode img {
    width: 100%;
    height: 100%
}

.upgrade-box-foot .pay-box li {
    padding: 8px 38px
}

.upgrade-box-foot .pay-box li:last-child a {
    color: #fff;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 8px;
    background: var(--btn-bg)
}

.upgrade-box-foot .pay-box .pay-box-type {
    display: flex;
    align-items: center
}

.upgrade-box-foot .pay-box .pay-box-type svg {
    width: 20px;
    margin: 0 5px
}

.upgrade-box-foot .pay-box #price {
    font-size: 30px;
    font-weight: 600
}

.upgrade-box-foot .pay-icon {
    float: right
}

.imgdetail-box img {
    max-width: 100%;
    border-radius: 13px;
    margin-bottom: 30px
}

.type_extend_box ul li a.btn {
    padding: 5px 30px 5px 0;
    color: rgba(0, 0, 0, .3);
    font-size: 18px;
    font-weight: 500
}

.type_extend_box ul li.active a {
    color: #000
}

.book-list-box {
    padding: 12px
}

.book-list-box .myui-vodlist__thumb {
    border-radius: 8px
}

.book-list-box:first-child {
    padding-left: 0
}

.book-list-box:last-child {
    padding-right: 0
}

.book-list-box .myui-panel {
    background-color: #fff;
    border-radius: 8px
}

.book-list-box .myui-panel_hd {
    padding-bottom: 0;
    padding-top: 15px
}

.book-list-box h3.title {
    font-size: 20px;
    font-weight: 700
}

.book-list-box ul li a,
.book-list-box ul li a span {
    font-size: 16px;
    color: #0c0d0f
}

.book-list-box ul li a {
    padding-right: 50px
}

.book-list-box ul li a span.badge {
    color: #fff
}

.book-list-box ul li a .type_extend {
    position: absolute;
    right: 0;
    top: 10px
}

.myui-panel-box.bookdetail-box {
    position: relative;
    padding: 36px 50px;
    color: #000;
    background-color: #f2f2f2;
    border-radius: 13px
}

.bookdetail-box .bookdetail-box-head {
    text-align: center;
    border-bottom: 1px solid #ccc
}

.bookdetail-box .bookdetail-box-head h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.bookdetail-box .bookdetail-box-head ul {
    margin-bottom: 32px
}

.bookdetail-box .bookdetail-box-head ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 15px
}

.bookdetail-box .bookdetail-box-content {
    min-height: 500px;
    padding-top: 40px;
    color: #000
}

.bookdetail-box .bookdetail-box-content p {
    color: #000;
    font-size: 15px;
    line-height: 2
}

.bookdetail-box .bookdetail-box-side {
    position: fixed;
    margin-left: -160px;
    top: 150px
}

.bookdetail-box .bookdetail-box-side ul li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    min-width: 66px;
    min-height: 66px;
    box-shadow: 4px 5px 16px rgba(0, 0, 0, .12)
}

.bookdetail-box .bookdetail-box-side ul li svg {
    display: block;
    margin: 0 auto
}

.bookdetail-box .bookdetail-box-side ul li svg path {
    stroke: #adadb3
}

.bookdetail-box .bookdetail-box-side ul li span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #adadb3
}

.book-directory {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 8px 20px 30px;
    min-width: 600px;
    max-width: 800px
}

.like-box .item-link {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 8px 8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.like-box .item-top {
    width: 180px;
    position: relative;
    margin-right: 8px;
    overflow: hidden;
    float: left
}

.like-box .item-top .myui-vodlist__thumb {
    border-radius: 8px 0 0 8px
}

.like-box .item-top .item-videotime {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 12px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 20px 6px 6px 0
}

.like-box .item-bottom {
    padding-right: 10px;
    width: calc(100% - 190px)
}

.like-box .item-bottom .item-bottom-title {
    font-size: 15px;
    color: #0c0d0f;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 6px
}

.like-box .item-bottom p {
    margin-bottom: 0
}

.comment-box {
    border-top: 1px solid #ccc
}

.comment_form_box {
    position: relative;
    padding: 20px 0
}

.comment_form_box .avatar {
    position: absolute;
    top: 20px;
    width: 50px;
    border-radius: 50px
}

.comment_form_box .avatar img {
    border-radius: 50px
}

.myui_comment_right {
    padding-left: 60px
}

.comment_data_foot {
    padding: 20px;
    border-radius: 0 0 8px 8px
}

.my_comment_submit {
    color: #fff;
    background: var(--btn-bg);
    border-radius: 8px
}

.no-resize {
    resize: none
}

.comment-box .form-control {
    border-radius: 8px 8px 0 0
}

.fixedbox-on {
    position: fixed;
    top: 0;
    z-index: 98;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s
}

.fixedbox-off {
    position: absolute;
    bottom: 0;
    z-index: 98
}

.myui-page li.page_total {
    display: none
}

.myui-page li.page_total a {
    color: #fff;
    background: var(--btn-bg)
}

@media (max-width:1400px) {
    .myui-header__menu>li:hover .head-dropdown,
    .myui-header__user>li:hover .head-dropdown {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .page {
        display: block
    }
    .page-bd {
        padding-left: 204px
    }
}

@media (max-width:1023px) and (min-width:767px) {
    .hidden-text-sm {
        visibility: hidden !important
    }
    .ibanner .swiper-container {
        width: 100%;
        height: 400px
    }
    .header-container {
        margin: 0 15px !important
    }
    .dropdown-box.mobile-box {
        width: 300px;
        box-shadow: 0 10px 16px 0 rgba(43, 45, 48, .3)
    }
    .myui-header__list .mobile-box li {
        margin: 0
    }
}

@media (max-width:1023px) {
    body {
        background-color: #f7f9fa !important;
    }
    ::-webkit-scrollbar {
        display: none
    }
    .container {
        padding: 0
    }
    header {
        background-color: #fff
    }
    /*! head */
    .myui-header__search li.search-item {
        width: 100%
    }
    .myui-header__search {
        margin: 10px 0 0 14px;
        width: calc(100% - 120px);
        height: 38px;
        line-height: 30px;
        border-radius: 8px
    }
    .search .form-control {
        height: 34px;
        border-radius: 50px;
        padding: 0 16px;
        color: #000;
        background: rgba(255, 255, 255, .4);
        border: 1px solid #0c0d0f
    }
    .myui-header__search li.search-item .submit {
        height: 34px;
        line-height: 36px
    }
    .menu .avatar {
        display: block;
        height: 38px;
        width: 38px;
        background-color: #fff;
        border-radius: 50px
    }
    .myui-header__user>li {
        margin-left: 15px
    }
    .myui-header__user>li.menu {
        padding-top: 10px;
        padding-bottom: 0
    }
    .myui-header__icon {
        margin-top: 15px;
        margin-right: 15px
    }
    /*! head-menu */
    .main_nav .tab_head {
        height: 100%;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        overflow: auto;
        overflow-y: hidden
    }
    .main_nav .tab_head .tab_item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #fff;
        margin: 0 15px;
        height: 3rem;
        line-height: 3rem;
        text-align: center
    }
    .main_nav .tab_head .tab_item.active {
        border-bottom: 4px solid #603af5;
        border-radius: 2px
    }
    .main_nav .tab_head .tab_item.active a {
        font-weight: 500;
        background: linear-gradient(270deg, #603af5 0, #3a6bf1 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent
    }
    .main_nav .tab_head .tab_item a {
        font-size: 16px
    }
    .detail-top {
        background-color: #fff;
        padding: 15px;
        margin-bottom: 8px;
        width: 100%
    }
    .detail-top span {
        font-size: 20px;
        font-weight: 500
    }
    .detail-top.play-top-btn {
        /*position: fixed;*/
        top: 0;
        z-index: 9999;
        width: 100%;
        max-width: 766px;
        background: 0 0
    }
    .more-box {
        padding-left: 15px;
        padding-top: 8px
    }
    .more-box a {
        float: left;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-right: 22px
    }
    .more-box a svg {
        margin-right: 10px
    }
    .share-tan {
        padding: 30px 40px;
        margin: 0;
        border-radius: 10px;
        box-shadow: none
    }
    .share-tan h3 {
        font-size: 16px;
        font-weight: 500;
        color: #0d0c0c;
        text-align: center
    }
    .share-tan .qrcode-box {
        padding: 5px;
        border-radius: 10px;
        background-color: #fff
    }
    .share-tan .form-control {
        height: 28px;
        border: 1px solid #000;
        border-radius: 6px;
        background: #fff;
        color: #000
    }
    .list .menu li {
        padding: 8px
    }
    .list .menu li .list-box {
        display: flex;
        padding: 35px 10px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        font-size: 15px;
        cursor: pointer;
        align-items: center
    }
    .list .menu li .list-box svg {
        margin-right: 8px
    }
    .myui-vodlist {
        padding: 0 10px;
        margin: 0;
    }
    .book-list-box {
        padding: 10px !important
    }
    /* .page-bd{height:100vh} */
    /*! new list */
    #new {
        position: relative;
        padding: 15px 0;
        height: auto
    }
    .myui-vodlist__detail h4.title a {
        font-size: 13px
    }
    .myui-vodlist__detail .title {
        padding: 8px 10px 0 10px;
        color: #000;
        font-size: 15px;
        line-height: 20px;
        height: calc(2 * 25px);
        font-weight: 400
    }
    .myui-vodlist__detail .text {
        font-size: 12px
    }
    .nav-slide li {
        display: inline-block
    }
    .nav-slide li a {
        font-size: 15px;
        font-weight: 500;
        color: rgba(0, 0, 0, .4)
    }
    .nav-slide li a.active {
        color: #000
    }
    /*! play */
    .detail-box .play-left {
        padding: 0;
        height: 100%
    }
    .myui-player__item .player-title {
        padding-left: 15px
    }
    .myui-player__item h5 {
        font-size: 18px
    }
    .nav-tabs li {
        padding: 0
    }
    .nav-head>li,
    .nav-tabs>li {
        margin-top: 8px;
        margin-right: 12px
    }
    .nav-tabs>li>a {
        display: block;
        padding: 6px 16px;
        font-style: normal;
        font-size: 12px
    }
    .nav-tabs>li.active>a {
        font-style: normal;
        font-size: 12px;
        padding: 6px 16px
    }
    .tab-content {
        padding: 10px
    }
    .myui-content__list li a {
        padding: 6px 15px;
        font-size: 12px
    }
    .myui-content__list li .play-btn {
        margin: 10px 5px 0 5px
    }
    /*! comment */
    .comment-box {
        padding: 15px
    }
    .myui_comment_right {
        padding-left: 0
    }
    /*! page */
    .myui-page li .num,
    .myui-page li a {
        padding: 2px 10px;
        font-size: 14px
    }
    /*! bookdetail */
    .bookdetail-box .bookdetail-box-head {
        text-align: left;
        border-bottom: none
    }
    .bookdetail-box .bookdetail-box-head ul li {
        font-size: 12px
    }
    .myui-panel-box.bookdetail-box {
        padding: 25px 15px
    }
    .bookdetail-box .bookdetail-box-content {
        padding-top: 0
    }
    .bookdetail-box .bookdetail-box-side {
        top: auto;
        bottom: 90px;
        right: 10px;
        z-index: 999
    }
    .detail-box .play-left {
        background-color: #f7f9fa
    }
    #content {
        padding: 15px
    }
    .detail-foot {
        padding-bottom: 90px;
        background: 0 0
    }
    .upgrade-box-body,
    .upgrade-box-foot {
        padding: 20px !important
    }
    .type_extend_box ul li a.btn {
        font-size: 15px;
        padding-right: 15px
    }
    .type_extend_box .myui-screen__list {
        padding: 20px 15px 0
    }
    .myui-panel__head .more {
        line-height: 25px
    }
    .ibanner .swiper-container {
        width: 100%;
        height: 500px
    }
    .nav-tabs>li .dropdown-box {
        margin-left: -80px
    }
    .myui-screen__list {
        white-space: nowrap;
        overflow-y: hidden
    }
    .myui-screen__list li {
        float: none;
        display: inline-block;
        margin-bottom: 0
    }
    .myui-screen__list li a.btn {
        font-size: 12px;
        white-space: nowrap
    }
    .myui-vodlist__detail .title.active {
        font-size: 14px;
        margin-bottom: 0
    }
    .myui-content__playlist {
        -webkit-overflow-scrolling: touch
    }
    .myui-modal__dialog {
        width: 320px;
        margin: 50px auto
    }
    .slid-e-bottom {
        bottom: 120px
    }
    .box-width {
        width: 100%
    }
    .slide-info-title {
        text-align: center;
        font-size: 30px;
        line-height: 35px
    }
    .slide-info {
        text-align: center
    }
    .myui-panel__head .more {
        font-size: 13px
    }
    .myui-panel_hd {
        padding: 10px !important
    }
    .more-btn {
        font-size: 12px;
        padding: 5px 10px
    }
    .week {
        padding: 30px;
        margin-top: 0;
        max-height: 330px
    }
    .week .myui-panel_hd {
        margin-bottom: 20px
    }
    .myui-panel__head .title,
    .myui-panel__head .title a {
        font-size: 18px
    }
    .week h3.title {
        padding-left: 0;
        margin-bottom: 1px
    }
}

@media (max-width:767px) {
    /*! page */
    .myui-page li.page_total {
        display: inline-block
    }
    .book-directory {
        padding: 25px;
        width: 100%;
        min-width: 0;
    }
    .book-directory .myui-content__list li a {
        padding: 6px;
    }
}