/*!
 * Edition v2.0 Copyright 2016-2018 http://v.shoutu.cn
 * Email 726662013@qq.com,admin@shoutu.cn
 */
@charset "utf-8";
.dow-app-box{
    position: relative;
    display: none;
}
.dow-app-box-inline{
    display: inline-block;
}

.stui-pannel-box-adv-h{
    max-height: 100px;
}

.go-now-padding{
    margin-top: 50px !important;
}

.dow-app{
    position: absolute;
    right: -10px;
    top: -13px;
    padding: 2px 6px;
    background-image: linear-gradient(134deg, #9f60ff 0%, #e27aff 100%);
    font-size: 8px;
    border-radius: 8px 0 8px 0;
    color: #FFFFFF;
    -webkit-transform: scale(0.9);
    font-weight: 400;
}
.key-div-top{margin-top: 16px;}
/* all */
body {
    background: #090b21;
}
.go-now {
	background-image: linear-gradient(134deg, #20D5F8 0%, #FF7ED0 100%);
	padding: 14px;
	border-radius: 36px;
	text-align: center;
	margin: 8px 20px;
	-webkit-animation: pulse 1.5s linear infinite alternate;
	-moz-animation: pulse 1.5s linear infinite alternate;
	animation: pulse 1.5s linear infinite alternate;
}
@keyframes pulse {
  0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  50% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.go-now a{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
}
.flex-w {
    display: flex;
    flex-wrap: wrap;
}

.phone_show {
    display: none;
}
.tips_down{
	padding: 10px 0;
	animation: fade 600ms infinite;
    -webkit-animation: fade 600ms infinite;
}
.tips_down a{color: red;text-decoration: underline;font-size: 16px;}
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
/*添加广告开始*/
.download_app_btn{
	bottom: 160px;
	cursor: pointer;
	width: 69px;
	height: 88px;
	background-image: url("https://static.028hkxx.com/static/images/floating_button.png");
	background-size: 69px 88px;
	position: fixed;
	right: 0;
	z-index:99999999999;
	display: none;
	-webkit-animation: pulse 1s linear infinite alternate;
	-moz-animation: pulse 1s linear infinite alternate;
	animation: pulse 1s linear infinite alternate;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.video_add_bt{
	position: absolute;
	right:10px;
	top:10px;
}
.video_add_bt  a{
	text-decoration: none;
    font-size: 12px;
    color: white;
    margin-right: 10px;
}
.hidden_blu_ray{
	display: none;
}
/*添加广告结束*/

.clickDef {
    border-bottom: 1px solid red;
}

#t_mall {
    width: 88px;
    height: 63px;
    background: red;
    position: absolute;
}

.heros {
    background: #000;
    opacity: 0.7;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

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

.stui-header__side {
    float: right
}

.stui-header__logo {
    margin-top: 0
}

.stui-header__logo .logo {
    display: block;
    width: 150px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.stui-header__search {
    float: left;
    position: relative;
    margin-top: 12px;
    width: 200px
}

.stui-header__search .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 0;
    cursor: pointer;
}

.stui-header__search .submit .icon {
    font-size: 14px;
    color: #999
}

.stui-header__user {
    float: right
}

.stui-header__user > li {
    float: left;
    position: relative;
    padding: 15px 0 10px;
    margin-left: 30px;
}

.stui-header__user > li > a .icon {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.stui-header__user > li .dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    width: 240px;
    top: 100%;
    right: -15px;
    padding: 15px;
    font-size: 12px;
    color: #999;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.stui-header__user > li .dropdown:before {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 22px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.stui-header__user .dropdown li {
    position: relative;
    padding: 10px 0;
}

.stui-header__user .dropdown li:first-child {
    margin-top: 10px;
}

.stui-header__user .dropdown li:last-child {
    padding-bottom: 0;
}

.stui-header__user > li:hover .dropdown {
    display: block;
}

.stui-content__detail, .stui-content__thumb {
    display: table-cell;
    vertical-align: top
}

.stui-content__thumb .v-thumb {
    width: 190px
}

.stui-content__thumb .w-thumb {
    width: 300px
}

.stui-content__detail {
    width: 100%;
    padding: 10px 20px;
}

.stui-content__detail .title {
    margin: 10px 0 10px;
    line-height: 30px
}

.stui-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    color: #09BB07;
}

.stui-content__detail .data {
    margin-bottom: 10px;
    font-size: 16px
}

.stui-content__detail .data li {
    float: left;
    margin-right: 20px
}

.stui-content__detail .desc {
    padding-left: 42px
}

.stui-content__detail .desc .left {
    margin-left: -42px
}

.stui-player__video {
    background-color: #000
}

.stui-player__detail {
    margin-top: 20px;
}

.stui-player__detail .more-btn {
    float: right;
    padding-top: 10px;
}

.stui-player__detail .more-btn li {
    display: inline-block;
    margin-left: 10px;
}

.stui-player__detail .more-btn .btn {
    padding: 6px 15px;
}

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

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

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

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

.autocomplete-suggestions {
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.autocomplete-suggestions.active {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
}

.autocomplete-suggestion {
    padding: 10px 0;
    cursor: pointer;
    border-top: 1px solid #EEEEEE;
}

.autocomplete-suggestion:first-child {
    border-top: 0
}

.mac_results {
    z-index: 9999;
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.mac_results li {
    padding: 10px 0;
    cursor: pointer;
    border-top: 1px solid #EEEEEE;
}

.mac_results li:first-child {
    border: 0;
}

.second-label-level {
    display: flex;
    align-items: flex-start;
}

.second-label-classify {
    font-size: 16px;
    color: rgb(255, 255, 255);
    opacity: .4;
    text-align: right;
    max-width: 140px;
    margin-right: 20px;
    flex-shrink: 0;
    line-height: 30px;
    width: 32px;
}

.second-label-every {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
}

.second-label-current {
    box-sizing: border-box;
    padding: 4px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 6px;
    cursor: pointer;
    color: rgb(169, 169, 172);
}

.second-label-every a:hover .second-label-current {
    color: #00c0ff;
}

.cur {
    color: #fff;
    background: #00c0ff;
    border-color: #00c0ff;
}

.stui-vodlist-pc, .stui-vodlist-ph {
    display: none;
}

.flex_none {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 48px;
    background: #242435;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffffb3;
    margin: 0;
}

/*tab卡开始*/
.display-none {
	display:none;
}
.tab {
    margin-bottom: 10px;
}
.tab ul {
	list-style-type:none;
	overflow:hidden;
}
.tab ul li {
	float:left;
}
.tab ul li {
	border-radius:0;
	padding:5px 0;
	margin-right:5px;
	width:150px;
	text-align:center;
	background-color:#f8f8f8;
	border-bottom:3px solid #eee;
}
.tab ul li a {
	display:inline-block;
	width:150px;
	text-decoration:none;
	color:rgb(50,50,50);
	cursor:pointer;
}
.tab ul li.active {
	background-color:#2b2c3a;
	border-bottom:3px solid #2b2c3a
}
.tab ul li.active a {
	color:#fff;
}
/*tab卡结束*/

.cur-btn{
    color: #fff !important;
}

.stui-pannel__head .more{
    float: right;
    margin: 0;
    line-height: 24px;
    height: 24px;
    color: #999;
}
.more_a:hover{
    color: #00c0ff;
}

/*>1200*/
@media (min-width: 1024px) {
    .stui-vodlist-ph-4{
        display: none;
    }
    .hidden-pc{
        display: none;
    }
    .flex_none:hover {
        color: #00c0ff;
    }

    .donwload_show {
        display: none !important;
    }

    .item_b_b {
        position: absolute;
        bottom: 25px;
    }

    .swiper-button-prev:after, .swiper-rtl, .swiper-button-next:after {
        content: none !important;
        font-size: 0 !important;
    }

    .pc_show_img {
        width: 36px;
        height: 36px;
    }

    .col-md-6_new {
        width: 100%;
        padding-bottom: 25px;
    }

    .stui-vodlist__box_new {
        display: flex;
    }

    .stui-vodlist__thumb_new {
        width: 182px;
        height: 262px;
        padding-top: 0;
    }

    .stui-vodlist__detail_new_s {
        width: 90%;
        padding-left: 15px;
    }

    .text-overflow_new_s {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 100%;
        height: 60px;
        white-space: normal;
    }

    .stui-vodlist-pc {
        display: block;
    }

    .col_d {
        display: flex !important;
    }

    .stui-content__detail p {
        font-size: 16px;
        margin-bottom: 24px !important;
        color: #ffffffb3;
    }

    .stui-content__detail p a {
        color: #ffffffb3;
    }

    .stui-content__detail p a:hover {
        color: #00c0ff;
    }

    .item_txt {
        color: #ffffffb3;
        transition: all .1s ease-out;
        text-decoration: none;
    }

    .item_txt:hover {
        color: #fff;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 40% !important;
    }

    .second-label-level {
        margin-bottom: 15px;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #090b21;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .25s ease-in-out;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .swi_b_dome img:hover {
        transform: scale(1.01);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px !important;
        color: #fff;
        font-weight: 900;
        /*background: url(https://static.028hkxx.com/static/images/btn.png) no-repeat;*/
    }

    .swi_b_dome {
        display: flex;
        flex-direction: column;
    }

    .swi_b_dome img {
        width: 100%;
        max-height: 248px;
    }

    .swi_b_info_title {
        color: #ffffffb3;
        transition: all .1s ease-out;
        text-decoration: none;
        cursor: pointer;
        text-align: left;
        font-size: 16px;
        padding: 6px 6px 0;
        margin: 0;
    }

    .swi_b_info_title a {
        color: #ffffffb3;
    }

    .swi_b_info_title:hover .co-ch {
        color: #079eff;
    }

    .swi_b_info_text {
        text-align: left;
        padding: 6px 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 29px;
        line-height: 24px;
        font-size: 14px;
        width: 100%;
        position: relative;
        z-index: 101;
        background-color: #090b21;
        cursor: pointer;
    }

    .swi_b_info_text:hover {
        color: #00c0ff;
    }

    .swi_b_info {
        display: flex;
        flex-direction: column;
    }

    .pt_row_pc {
        width: 76%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .stui-header__logo, .stui-header__menu {
        float: left
    }

    .stui-header__menu {
        position: absolute;
        top: 40px;
        display: none;
        flex-direction: column;
        padding: 4px 0;
        width: 120px;
        text-align: center;
        cursor: pointer;
        left: -20px;
    }

    .stui-header__menu li {
        float: left;
        text-align: center;
        background-color: #2b2c3a;
        border-bottom: 1px solid #0000;
    }

    .stui-header__menu li a {
        font-size: 13px;
        color: #fff6;
        padding: 10px 12px;
        width: 100%
    }

    .stui-header__menu li.active a {
        background-color: #155FAA;
        color: #fff;
    }

    .col-pd {
        font-size: 16px;
    }

    .new_c {
        color: #00c0ff;
    }

    .new_c:hover {
        color: #00c0ff !important;
    }

    .item_t:hover {
        color: #00c0ff !important;
    }

    .video-js {
        height: 50vh !important;
    }

    .buttom_b {
        z-index: 99;
        position: absolute;
        right: 12%;
        bottom: 20px;
        height: 134px;
        width: 26%;
        pointer-events: none;
    }

    .play_now_dom {
        z-index: 99;
        position: absolute;
        left: 12%;
        bottom: 20px;
        width: 184px;
        height: 60px;
        pointer-events: none;
        background: rgba(255, 255, 255, .15);
        border-radius: 33.6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        font-family: PingFangSC-Regular;
    }

    .play_now_dom img {
        width: 24px;
        height: 24px;
        margin-right: 9px;
    }

    .stui-header__menu li a {
        font-size: 13px;
    }

    .title {
        font-size: 22px;
    }

    .top-nav-wrap {
        position: fixed;
        top: 0;
        left: 12%;
        width: 100vw;
        height: 84px;
        z-index: 100;
        display: flex;
        background: #141414;
    }

    .cur_b {
        color: #00c0ff !important;
    }

    .ser_img {
        width: 24px;
    }

    .isShow_swiper_iph {
        display: none;
    }

    .pl_pc_mask_l {
        pointer-events: none;
        cursor: none;
        position: absolute;
        width: 30%;
        left: 0;
        height: 100%;
        z-index: 10;
        background-image: linear-gradient(90deg, rgb(20, 20, 20) 35%, rgba(20, 20, 20, 0.95) 40%, rgba(20, 20, 20, 0.1) 70%, rgba(20, 20, 20, 0) 80%);
        opacity: .65;
    }

    .pl_pc_mask_r {
        pointer-events: none;
        cursor: none;
        position: absolute;
        width: 30%;
        right: 0;
        height: 100%;
        z-index: 10;
        background-image: linear-gradient(271deg, rgb(20, 20, 20) 60%, rgba(20, 20, 20, 0.9) 65%, rgba(20, 20, 20, 0.6) 75%, rgba(20, 20, 20, 0.1) 90%, rgba(20, 20, 20, 0) 100%);
        opacity: .95;
    }

    .pl_pc_mask_b {
        pointer-events: none;
        cursor: none;
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        z-index: 10;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #141414);
    }

    .pl_pc_mask_t {
        pointer-events: none;
        cursor: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 84px;
        z-index: 100;
        display: flex;
        background-image: linear-gradient(0deg, rgba(20, 20, 20, 0) 1%, rgba(20, 20, 20, .7) 99%);
    }

    .stui-header__top {
        display: flex;
        align-items: center;
        width: 100%;
        height: 62px;
        line-height: 62px;
        z-index: 100;
        background-color: #1c1d2ffa;
        position: fixed;
        right: 50%;
        transform: translate(50%);
    }

    .nav_contaner {
        display: flex;
        align-items: center;
        line-height: 40px;
        width: 100%;
        max-width: 1270px;
        margin: auto;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .slide_w {
        height: 134px !important;
        border-radius: 5px;
    }

    .is_show_seach_dom {
        display: none;
    }


    .pc_left_nav::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .pc_left_nav::-webkit-scrollbar-track {
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: inset 0 0 5px rgba(255, 253, 253, 0.1);
    }

    /* 滚动条滑块 */
    .pc_left_nav::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #717171;
        -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
    }


    .stui-header_bd {
        display: flex;
        align-items: center;
    }

    .pc_left {
        max-width: 1270px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .seach-moives {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 478px;
        height: 40px;
        background: rgba(255, 255, 255, .1);
        border-radius: 36px;
        border: none;
        padding: 0 25px 0 0;
    }

    .whole-style {
        align-items: center;
        white-space: nowrap;
        display: none;
    }

    .search-btn-wrap {
        background: none;
        height: 100%;
        padding-left: 20px;
        -webkit-appearance: button;
        font-family: inherit;
        margin: 0;
        border: 0;
    }

    .seach-moives:hover .simple-style {
        display: none;
    }

    .seach-moives:hover .whole-style {
        display: flex;
    }

    .seach-moives:hover input::placeholder {
        color: rgba(255, 255, 255, 1);
    }

    .seach-moives input {
        width: 100%;
        padding: 5px 8px;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #ffffffb3;
        line-height: 32px;
        letter-spacing: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 25px;
        background: 0 0;
    }

    .item_more div {
        margin: 8px 0;
        color: #ffffffb3;
        font-size: 12px;
    }

    .item_t_tagname {
        margin-left: 12px;
        white-space: normal !important;
        color: #fff;
        opacity: .4;
        font-family: PingFangSC-Regular;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 3; /** 显示的行数 **/
        overflow: hidden; /** 隐藏超出的内容 **/
        font-size: 14px;
    }

    .artSummary {
        white-space: normal !important;
        color: #fff6;
        font-family: PingFangSC-Regular;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 3; /** 显示的行数 **/
        overflow: hidden; /** 隐藏超出的内容 **/
        font-size: 14px;
    }

    .artSummary_art {
        color: #fff;
    }

    .hover_item:hover .item_more {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .item_t_AF5 {
        outline: none;
        touch-action: manipulation;
        background-color: #2b2c3a;
        display: inline-block;
        padding: 1px 0;
        margin-right: 0.5em;
        width: 56px;
        text-align: center;
        white-space: nowrap;
        font-size: 12px;
        color: #fff6;
    }

    .item_t_AF5_hover {
        outline: none;
        touch-action: manipulation;
        background-color: #2b2c3a;
        display: inline-block;
        padding: 1px 3px;
        width: 26%;
        margin-right: 0.5em;
        text-align: center;
        white-space: nowrap;
        font-size: 12px;
        color: #fff6;
    }

    .item_t_AF3_hover {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }


    .seach-moives span {
        margin-left: 10px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: none;
        height: 100%;
    }

    .ispc_show {
        display: flex;
        margin: 0;
    }

    .pill_item {
        display: flex;
        align-items: flex-start;
    }

    .item_img {
        width: 105px;
        height: 150px;
        object-fit: cover;
    }

    .item_t {
        color: #ffffffb3;
        display: flex;
        flex: 1 1 auto;
        padding: 4px 0 7px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        overflow: hidden;
        font-size: 16px;
        transition: all .1s ease-out;
    }

    .item_t-o {
        display: flex;
        flex: 1 1 auto;
        padding: 4px 0 7px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        overflow: hidden;
        font-size: 16px;
        transition: all .1s ease-out;
        margin-left: 12px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

    .item_t-o-af5 {
        margin: 10px 12px;
    }

    .p_top {
        padding: 60px 0 0 0;
    }

    .stui-pannel_bd {
        position: relative;
        padding-top: 15px;
    }

    .p_top_60 {
        padding-top: 50px;
    }

    .stui-vodlist__text {
        width: 100%;
        background-color: #1c1d2f;
    }

    .stui-vodlist__text_1 {
        top: 0;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
    }

    .bottom-line-dot {
        margin-bottom: 10px;
        padding: 0 28px 1px 64px;
    }

    .l_t {
       position: absolute;
        width: 26px;
        top: 20px;
        left: 13px;
        text-align: center;
        color: #484957;
        line-height: 26px;
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
    }

    .l_t_1 {
        color: #ff4800;
    }

    .l_t_2 {
        color: #ff7800;
    }

    .l_t_3 {
        color: #ffb400;
    }

    .stui-vodlist__text_160 {
        top: 0;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
    }

    .stui-vodlist__text_pc {
        top: 0;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
    }

    .xq_item {
        height: 800px;
    }

    .pc_left_nav li a {
        color: rgba(255, 255, 255, .6);
    }

    .pc_left_nav li a:hover {
        color: rgba(255, 255, 255, 1);
    }

    .stui-header__logo .logo {
        height: 40px;
        line-height: 40px;
        width: 200px;
        margin-right: 20px;
        text-align: left;
    }

    .nav-expander {
        display: flex;
        align-items: center;
        width: 96px;
        margin-right: 100px;
        position: relative;
    }

    .fw-600 {
        font-weight: 600;
    }

    .box_re {
        position: relative;
    }

    .item_more {
        position: absolute;
        width: 100%;
        height: 50%;
        background: #1b1d2f;
        bottom: 0;
        padding: 6px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .ng-star-inserted {
        white-space: nowrap;
        font-size: 16px;
        width: 56px;
        display: inline-block;
        color: #b9b9bc;
    }

    .ng-star-inserted-x {
        cursor: pointer;
    }

    .xiangshang {
        height: 16px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: transform .5s;
    }

    .nav-expander:hover .xiangshang {
        content: url("https://static.028hkxx.com/static/images/m4/xiangshang.png");
        -webkit-transform: rotate(360deg);
        transition: transform .5s;
    }

    .nav-expander:hover .stui-header__menu {
        display: flex;
    }

    .menu-item {
        padding-top: 0px;
        width: 100%;
        height: 4px;
        position: relative;
    }

    .menu-item-t {
        border: 4px solid transparent;
        border-bottom: 4px solid #2b2c3a;
        position: absolute;
        left: 50%;
        top: -4px;
    }

    .stui-page li .num, .stui-page li a {
        min-width: 60px;
        padding: 5px 0;
        margin: 5px 2px;
    }

    .stui-page li .num, .stui-page li a:hover {
        background: #31313d;
        border-color: #31313d;
    }

    .stui-pannel_bd_pc {
        padding-top: 0;
    }

    .title_si {
        z-index: 999;
        width: 184px;
        height: 60px;
        position: absolute;
        bottom: 10%;
        left: 12%;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .line-dot-c-p {
        padding: 0;
    }

    .p-top-pc {
        padding-top: 60px;
    }

    .swi_b_dome {
        width: 100%;
    }

    .p-l-20 {
        padding-left: 20px;
    }

    .muted_pc {
        color: #fff6 !important;
    }

    .text-muted {
        color: #ffffff66;
    }

    .line_h_Title {
        color: #e3e3e5;
        font-size: 20px !important;
        display: flex;
        align-items: center;
    }

    .line_item_Title {
        margin-right: 20px;
    }

    .line_item_Title:hover {
        color: #00c0ff !important;
    }
}

/*>1440*/
@media (min-width: 1440px) {
    .nav_contaner, .pc_left {
        max-width: 1770px;
    }
}

/*0-1024*/
@media (max-width: 1024px) {
    .stui-vodlist-pc-4{
        display: none;
    }

    .stui-pannel_bd_ph{
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
.hidden-ph{
    display: none !important;
}
    .stui-pannel_bd_ph::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none;
    }
    .btn-primary-ph{
        overflow: visible;
    }
    .item_b_b {
        position: absolute;
        bottom: 5px;
    }

    .video-js{
        height: 220px;
    }
    .data_ph {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .donwload_show {
        display: block !important;
        margin-left: 6px;
    }

    .stui-vodlist__detail .text {
        font-size: 12px;
    }

    .line_h_Title {
        color: #e3e3e5;
    }

    .flex_none {
        display: block;
        width: 25.466667vw;
        height: 9.6vw;
        line-height: 9.6vw;
        background: -webkit-linear-gradient(135deg, rgba(0, 208, 255, .1), rgba(0, 184, 255, .1));
        background: linear-gradient(315deg, rgba(0, 208, 255, .1), rgba(0, 184, 255, .1));
        border: 1px solid #00c0ff;
        -webkit-border-radius: 0.533333vw;
        border-radius: 0.533333vw;
        font-size: 3.733333vw;
        font-weight: 400;
        text-align: center;
        color: #00c0ff;
        margin-top: 30px;
    }

    .col-md-6_new {
        width: 100% !important;
    }

    .stui-vodlist__box_new {
        display: flex;
    }

    .stui-vodlist__detail_new_s {
        width: 50%;
        padding-left: 15px;
    }

    .stui-vodlist__thumb_new {
        width: 145px;
        height: 195px;
        padding-top: 0;
    }

    .ph-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .ph-n-b-t {
        color: #e3e3e5;
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 74.666667vw;
        font-size: 14px;
    }

    .ph-n-b {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 20px;
        line-height: 20px;
        margin: 10px 0;
    }

    .stui-vodlist-ph {
        display: block;
    }

    .vodlist-ph-div {
        width: 100%;
        height: auto;
        padding: 0 5px;
    }

    .btn-primary {
        font-weight: 400;
        color: #c8c8cc !important;
        padding: 0 5px !important;
        background-color: #0e222a !important;
        width: 24%;
        padding: 10px !important;
    }

    .data a {
        color: #6f6f71;
    }

    .pc_show {
        display: none !important;
    }

    .isShow_swiper {
        display: none;
    }

    .isShow_swiper_iph {
        display: block;
    }

    .pc_left {
        padding-top: 12px;
    }

    .stui-header__top {
        width: 100%;
        overflow: hidden;
        z-index: 999;
        height: auto;
        background: #101012;
    }

    .p-top {
        padding-top: 12px;
    }

    .ispc_show {
        display: none;
    }

    .isPhone_show {
        display: none !important;
    }

    .is_show_seach_dom {
        display: block;
    }

    .seach_dom {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .so {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        border-width: 7px;
        margin-left: 20px;
    }

    .so img {
        width: 18px;
        height: 18px;
    }

    #home-search-value {
        border-color: #e0e0e0;
        margin: 8px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        border-radius: 7px;
        background-color: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        vertical-align: top;
        text-indent: 5px;
        float: left;
    }

    #home-search {
        line-height: 28px;
        cursor: pointer;
        font-size: 16px;
        color: #ffffff;
        border-radius: 10px;
        text-align: center;
        margin-right: 8px;
    }

    .search-col {
        width: 50%;
    }

    /* all */
    body {
        background-color: #101012;
    }

    /* header */
    .top-fixed-down {
        margin-top: -55px
    }

    .stui-header__side {
        float: none;
        position: absolute;
        top: 0;
        left: 150px;
        right: 0;
        width: auto
    }

    .stui-header__logo, .stui-header__menu {
        float: none
    }

    .stui-header__logo {
        margin: 10px 0 10px
    }

    /*.stui-header__logo .logo{width:127px;height:30px; background:url(https://static.028hkxx.com/static/images/m1/logo.png) no-repeat; background-position:50% 50%; background-size:cover}*/
    .stui-header__logo .logo {
        width: 100%;
        height: 30px;
        font-size: 18px;
        color: #ffffff;
        line-height: 30px;
        text-align: left;
        white-space: nowrap
    }

    .stui-header__search {
        float: right;
        margin-top: 10px
    }

    .stui-header__top {
        padding: 0 10px;
    }

    .stui-header__menu {
        margin: 0;
        padding: 0;
    }

    .stui-header__menu li {
        padding: 0 10px 0 10px;
    }

    .stui-header__menu li a {
        padding: 0 5px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        color: #c8c8cc;
    }

    .stui-header__menu li.active a {
        position: relative;
        background: none;
        color: #ff9900;
    }

    .stui-header__user > li {
        padding: 15px 0 10px;
        margin-right: 10px;
    }

    .stui-header__user > li .dropdown {
        right: 0;
    }

    .stui-header__user > li .dropdown:before {
        right: 8px;
    }

    .stui-header__menu > li:hover .dropdown, .stui-header__user > li:hover .dropdown {
        display: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        margin-bottom: 12px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    .swi_b_dome {
        width: 100%;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 195px;
        object-fit: cover;
    }

    .second-label-every {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .second-label-current {
        font-size: 12px;
        white-space: nowrap;
    }

    .second-label-every::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none;
    }

    .second-label-level {
        margin: 6px 0;
    }

    .item_more {
        display: none;
    }

    .nav_phone {
        height: 50px;
        width: 300px;
        line-height: 50px;
    }

    .container {
        padding: 0;
        overflow-x: hidden;
    }

    .phone_show {
        display: block;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets, .swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: -25%;
        left: unset !important;
        bottom: 5px !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #00b8ff !important;
    }

    .pic-text, .pic-title-b {
        color: #fff;
        font-size: 12px;
        text-align: left;
        background: linear-gradient(0deg, #101012, rgba(16, 16, 18, 0));
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 6px;
        height: 2px;
        margin: 0;
        margin-left: 4px;
        background-color: #fff;
        opacity: .3;
    }

    .stui-pannel__head .title {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
    }

    .phone-p-5 {
        padding: 5px;
    }

    .phone-p-12 {
        padding: 0 12px;
    }

    .p-s-p {
        margin-bottom: 5px;
    }

    .box_re {
        background-color: #17181a;
    }

    .stui-vodlist__detail {
        padding: 0 10px 5px 10px;
    }

    .f-w {
        font-size: 18px;
        font-weight: 600;
    }
}

/*0-767*/
@media (max-width: 767px) {
    /* header */
    .stui-header__search {
        position: absolute;
        top: 0;
        left: 0;
        right: 50px;
        width: auto
    }

    .stui-header__user > li {
        padding: 14px 0;
        margin: 0;
    }

    /* content */
    .stui-content__thumb .v-thumb {
        width: 115px
    }

    .stui-content__thumb .w-thumb {
        width: 160px
    }

    .stui-content__detail {
        padding: 0 10px
    }

    .stui-content__detail .title {
        margin: 10px 0 10px;
        font-size: 16px;
        line-height: 18px
    }

    .stui-content__detail .data {
        margin: 0 0 10px;
        font-size: 12px
    }

    .stui-content__detail .play-btn {
        margin: 0;
        padding: 0
    }

    /* player */
    .stui-player__detail.detail .title {
        margin-top: 10px;
        font-size: 16px;
    }

    .stui-player__detail {
        margin-top: 0;
    }

    .stui-player__detail .data .title {
        font-size: 16px
    }

    .stui-player__detail .more-btn {
        margin-bottom: 10px;
    }

    .stui-player__detail .more-btn {
        float: none;
        padding: 10px;
        background-color: #222;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .stui-player__detail .more-btn li {
        margin: 0;
        padding: 0 5px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }

    .stui-player__detail .more-btn .btn {
        display: block;
        padding: 6px;
    }

    /* type */
    .stui-mobile__type li {
        padding: 0 20px
    }

    .stui-mobile__type li a {
        display: block;
        padding: 10px 0;
        text-align: center
    }

    /* foot */
    .stui-foot {
        padding: 20px 0
    }

}


@media (max-width:768px){


.dow-app-box{
display:inline-block;
}

.hidden_blu_ray{
display:block;

}



}

.cur-btn{background:#505050!important;color:#FFF!important}