/*****************************************
* ：m1938工作室
* ：m1938.com 
* ：专业影视模板仿制设计,此模板仅限用于学习和研究目的，严禁用于非法用途色情网站，否则，一切后果请用户自负。
*****************************************/
*::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
   border-radius: 0;
   background: rgba(0, 0, 0, 0.1);
}
*::-webkit-scrollbar-thumb {
   border-radius: 5px;
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
   background: rgba(0, 0, 0, 0.2);
}
*, *:after, *:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   opacity: 1;
}
ul {
   padding: 0;
   margin: 0;
}
ol, ul {
   list-style: none;
}
html, body {
   margin: 0;
   padding: 0;
   background-color: #333333 !important;
   overflow-x: hidden;

}
h1, h2, h3, h4, h5, h6, a, .details-play-title .nav-tabs > li.active > a, .details-play-title .nav-tabs > li.active > a:focus, .details-play-title .nav-tabs > li.active > a:hover, .details-play-title .nav-tabs > li > a:hover, .details-play-title .nav-tabs > li.open > a, .details-play-title .dropdown-menu > li > a, .dropdown-menu > li > a {
   color: #fff;
   font-weight: 500;
   margin: 0;
}
a:focus, a:hover, a:link {
   text-decoration: none;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.text-ellipsis {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   display: block;
   max-width: 350px;
}




/* HF */
.adHF,.adHF1,.adHF3,.adHF4,.adHF5,.adHF6{margin-bottom: 2px;}
.adHF img{
    width:100%;
    height:6.122vw;;
    min-height: 33px;
    max-height: 56px;
}

.adHF1 img{
    width:100%;
    height:12.244vw;;
    min-height: 60px;
    max-height: 98px;
}

.adHF3 img{
    width:100%;
    height:24.488vw;;
    min-height: 88px;
    max-height: 98px;
}

.adHF4 img{
    width:100%;
    height:30.488vw;;
    min-height: 120px;
    max-height: 320px;
}

.adHF5 img{
    width:100%;
    height:36.488vw;;
    min-height: 150px;
    max-height: 400px;
}

.adHF6 img{
    width:100%;
    height:42.488vw;;
    min-height: 180px;
    max-height: 480px;
}





.scroll-mian {
   position: fixed;
   bottom: 66px;
   right: 140px;
   z-index: 103;
}
.scroll-mian ul {
   overflow: hidden;
   margin-left: 0;
   padding-left: 0px;
   margin-bottom: 0px;
}
.scroll-mian ul li {
   float: none;
   width: 40px;
   height: 40px;
   border-radius: 3px;
   opacity: 0.8;
   margin: 2px;
}
.scroll-mian ul li {
   background: #ff8f8f;
   border: 1px solid rgb(255 152 144);
}



.icon {
   width: 20px;
   height: 20px;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block;
   vertical-align: middle;
}
.icon.icon_arrow_up {
   background-image: url(../images/arrow_up.png);
}
.icon.icon_share {
   background-image: url(../images/share.png);
}
.scroll-mian .icon {
   position: absolute;
   margin-top: 7px;
   margin-left: 7px;
   width: 25px;
   height: 25px;
}
.maomi-content {
   /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07); */
   /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07); */
   background: #000; 
   margin: 0 auto;
   overflow: hidden;
}

.bg_red {
   background-color: #ff8f8f;
   color: #fff;
}
.header-container {
   width: 100%;
   margin-top: 0;
   /* padding: 10px 0; */
}

.border_bootom {
   /* border-bottom: 1px solid #ccc; */
}
header .vip-header-row {
   padding: 0px 0px;
   background:#0e0e0e;
   box-shadow: 0 0 20px 0 rgba(15,41,131,.1);
   border-bottom: 0px solid #eee;
   position: relative;
   margin-bottom: 0px;
}
header .vip-header-row .maomi-content{position: relative;overflow: visible;}

header .vip-header-row .logo-img {
   margin-left: 10px;
   max-width: 180px;
}
header .vip-header-row .vip-content {
   position: absolute;
   top: 50%;
   right: 0;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

header .vip-header-row .vip-content .vip-item {
   padding: 10px;
   display: inline-block;
}
header .vip-header-row .vip-content .vip-item-tip {
   position: relative;
}
header .vip-header-row .vip-content .vip-item img {
   max-width: 40px;
   vertical-align: middle;
}
header .vip-header-row .vip-content .vip-item-tip .vip-tip-img {
   position: absolute;
   bottom: 0;
   right: 10px;
   width: 16px;
}

header .vip-header-row .vip-content .vip-item img.vip_user-img {
   max-width: 100px;
}



.vip-hover-content {
   position: absolute;
   background-color: #fff;
   padding: 10px;
   right: 0;
   min-width: 250px;
   top: 70px;
   color: #999;
   text-align: center;
   border: 1px solid #dcdcdc;
   border-top: 0;
}

.vip-item-img {
   width: 30px;
   padding: 1px;
   text-align: center;
}
.col {
   display: inline-block;
}
.col {
   display: inline-block;
}
.col.col-2 {
   width: 49%;
}
.c_red {
   color: #5d5549;
}
.bg_red {
   background-color: #ff8f8f;
   color: #fff;
}
.c_white {
   color: #1c01e9 !important;
}
.c_pink {
   color: #fd0101;
}
.header-container p {
   margin: 0;
}
.vip-hover-content .col p {
   text-align: center;
   font-size: 13px;
   margin: 10px 0;
}

.size_m {
   font-size: 1em;
}
.size_xxxl {
   font-size: 3em;
}


.header_desc {
   display: inline-block;
   width: 80%;
}
.header_title {
   font-weight: bold;
   font-size: 1.3em;
}

.header_desc p {
   margin: 5px 0;
}

.header-container .share_box {
   float: right;
   vertical-align: top;
   margin-right: 10px;
   width: 124px;
   margin: 10px 10px 10px 0;
   cursor: pointer;
}
.header-container .share_box .share_img {
   min-height: 64px;
   height: auto;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   background-image: url(../images/share_person.png);
}

.row-item.odd {
   background-color: #eaeaea;
}
.row-item.odd {
   background-color: #eaeaea;
}
.row-item.even {
   background-color: #d8d8d8;
}
.row-item-title {
   display: inline-block;
   padding: 5px 7px;
   border-radius: 5px;
   vertical-align: top;
   margin-top: 10px;
   float: left;
   min-width: 78px;
   border: 1px solid #ff8f8f;
   background-color: #ffffff;
}

.row-item-content {
   display: inline-block;
   margin: 0px auto;
   padding-left: 10px;
   width: 90%;
   margin-bottom: 15px;
}
.row-item {
   padding: 0 1%;
   border-top: 1px solid rgb(0 0 0 / 6%);
}
.row-item ul li {
   display: inline-block;
}
.row-item-content .item {
   cursor: pointer;
   text-align: center;
   width: 11.9%;
   margin: 0;
   padding: 15px 0 0 0;
}
.row-item-content .item a {
   cursor: pointer;
   font-size: 1em;
}
.row-item-content .item a {
   color: #fbf5f5;
}
.row-item-content .item:hover a {
   color: #ff8f8f;
}
.section-menu {
   margin-bottom: 10px;
}

.video-box {
   position: relative;
   max-width: 1200px;
   background: #000;
   box-shadow: 0 0px 0px 0;
   margin: 0px 0px;
   display: inline-block;
   padding: 0px;
   border-radius: 0px;
   width: 100%;
}
.box-title {
   /* background-color: #0086cf; */
}
.video-box .box-title {
   position: relative;
   padding: 10px 0;
   width: 100%;
}
.video-box .box-title h3 {
   display: inline-block;
   font-size: 19px;
   color: #fdfdfd;
   padding-left: 10px;
   height: 21px;
   margin: 0;
   line-height: 21px;
   font-weight: bold;
}
.video-box .box-title .share_box {
   float: right;
   vertical-align: top;
   margin: 0px 10px 0px 0;
}
.video-box .box-title .share_box .share_img {
   font-size: 16px;
   color: #ff8f8f;
}
.video-box .content-list .content-item {
   position: relative;
   padding: 5px;
   /* border-top: 1px solid #ddd; */
   width: 25%;
   float: left;
   vertical-align: top;
   margin: 5px 0;
}
.vip-video .video-box .content-list .content-item {
   border-top: 0;
}
.video-box .content-list .content-item .video-pic {
   display: block;
   position: relative;
   /* padding-top: 60%; */
   /* background: no-repeat top center #333; */
   /* background-size: auto 100%; */
   height: 150px;
   overflow: hidden;
   border-radius: 5px;
}
.vip-video .video-box .content-list .content-item .video-pic {
   border-radius: 5px;
   background: no-repeat top center #ddd;
}
.content-img {
   height: 100%;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.video-box .content-list .content-item .video-pic .content-img {
   /* position: absolute; */
   /* top: 50%; */
   /* left: 50%; */
   /* z-index: 1; */
   /* transform: translate(-50%,-50%); */
   /* width: auto; */
   /* max-width: 100%; */
   width: 100%;
   min-height: 100px;
  /*  height: auto;*/
}
.vip-video .video-box .content-list .content-item .video-pic .content-img {
   border-radius: 0px;
}
.video-box .content-list .content-item .video-pic .player {
   text-indent: 15px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   display: block;
   height: 100%;
   width: 100%;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity .2s;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
   background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
   color: #fff;
}
.video-box .content-list .content-item .video-pic .player img {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 40px;
}
.vip-video .video-box .content-list .content-item .text-bg-r {
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 5px 10px;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
   background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
   font-size: 12px;
   color: #fff;
   text-align: right;
   z-index: 3;
   border-radius: 0 0 5px 5px;
}
.video-box .content-list .content-item .note {
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 5px 10px;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
   background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
   font-size: 12px;
   color: #fff;
   text-align: right;
   z-index: 3;
   border-radius: 0 0 5px 5px;
}
.vip-video .video-box .content-list .content-item .vip-tip {
   padding: 3px 5px;
   position: absolute;
   top: 5px;
   z-index: 99;
   right: 5px;
   background: orange;
   border-radius: 6px;
   font-weight: bold;
}
 .video-title {
   color: rgb(187, 187, 187);
   font-weight: normal;
   font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
   line-height: 25px;
   text-overflow: ellipsis;
   height: 25px;
   width: 90%;
   white-space: nowrap;
   overflow: hidden;
}
.video-box .content-list .content-item .title a {
   font-size: 13px;
   font-weight: bold;
}

.tupian-pic {
   background-position: center;
   display: block;
   position: relative;
   padding-top: 133%;
   background: no-repeat top center #333;
   background-size: 100% auto;
}
.movie_list img {
   width: 100%;
   max-height: 253px;
}
.tupian-pic .content-img {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   transform: translate(-50%,-50%);
   height: auto;
   max-height: 100%;
}
.date-text-bg {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   padding: 5px 10px;
   background-repeat: no-repeat;
   background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
   font-size: 12px;
   color: #fff;
   z-index: 3;
   text-align: right;
   margin: 0;
}
.text-overflow-2 {
   overflow: hidden;
   width: 100%;
   line-height: 20px;
   height: 50px;
}
.video-box .content-list .content-item .video-pic .player {
   text-indent: 15px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   display: block;
   height: 100%;
   width: 100%;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity .2s;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
   background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
   color: #fff;
}
.video-box .content-list .content-item .video-pic:hover .player {
   opacity: 1;
}
.menuInfo-row{
   margin: 12px 0px;
   background: #000;
   /* padding: 6px 3px; */
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);  
   margin: 8px 4px;
}
.cat_pos{
   
margin: 3px 5px;
}

/* åˆ†é¡µ */

.pagination {
   text-align: center;
   line-height: 32px;
   margin-top: 20px;
   margin-bottom:20px;
}

.pagination a {
   padding: 0px 12px;
   display: inline-block;
   background-color: #f1f1f1;
   margin-right: 2px;
   color: #777;
}

.pagination a:hover {
   background-color: #ff5757;
   color: #fff;
   text-shadow: 1px 1px 1px #ff5757;
}

.pagination strong {
   font-weight: normal;
   padding: 0px 12px;
   height: 32px;
   line-height: 32px;
   display: inline-block;
   background-color: #ff8f8f;
   margin-right: 2px;
   color: #fff;
   text-shadow: 1px 1px 1px #ff8f8f;
}

.pagination a {
   border-radius: 3px;
}

.pagination strong {
   border-radius: 3px;
}


@media (min-width:769px) {
   .pagination a.hidden-xs {
       display: inline-block;
   }
   .pagination a.visible-xs {
       display: none;
   }
}

@media (max-width:769px) {
   .pagination a.hidden-xs {
       display: none;
   }
   .pagination a.visible-xs {
       display: inline-block;
   }
}
@media (max-width:328px) {
   .pagination a {
       padding: 0px 10px;
       display: inline-block;
       background-color: #f1f1f1;
       margin-right: 2px;
       color: #777;
   }
}


/* è¯¦æƒ…é¡µæ ·å¼ */
.detail{
   display: flex;
   margin-top: 15px;
   margin: 10px 4px;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   background-color: #000000;
   padding: 10px;
}
.detail_pic {width: 45%;height: 250px;overflow: hidden;margin-right: 5px;}
.detail_pic img{width: 100%;}
.detail_info{
   flex: 1;
}

.play-btn-group {
   text-align: left;
   padding: 10px 0;
   display: flex;
   /* border-bottom: 2px solid #ccc; */
   overflow: hidden;
   margin: 10px 4px;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   background-color: #000000;
}
.play-btn-group .item {
   cursor: pointer;
   text-align: center;
   border-radius: 7px;
   padding: 7px;
   color: #fff;
   background: #dd0404;
   font-weight: bold;
   margin: 5px;
   min-width: 110px;
   display: inline-block;
   flex-direction: column;
   justify-content: space-between;
}
.play-btn-group .item a {
   color: #fff;
   font-weight: bold;
}
.play-btn-group .item:hover {
   background: #ff8f8f;
}
.active {
   display: block !important;
}
.hy-switch-tabs{
   
display: inline-block;
   
width: 100%;
}
.main-container ul {
   margin: 0;
   padding: 0;
   display: inline-block;
   width: 100%;
}
.hy-switch-tabs .nav-tabs, .table>thead>tr>th {
   border-bottom: 2px solid #f6f7f9;
}
.nav li {
   background-color: #ff8f8f;
}
.nav li {
   display: inline-block;
   width: 100px;
   float: left;
   height: 35px;
   line-height: 35px;
   border-radius: 5px;
   margin: 10px;
}
.nav-tabs>li>a {
   margin-right: 2px;
   /* line-height: 1.42857143; */
   border: 1px solid transparent;
   border-radius: 4px 4px 0 0;
}
.nav>li>a {
   position: relative;
   display: block;
   /* padding: 10px 15px; */
}
.hy-switch-tabs .nav-tabs li a {
   padding: 0px 4px 10px;
   font-size: 16px;
   border: 0;
   background: 0 0;
   border-radius: 0;
   color: white;
}

.icon.icon-play {
   background-image: url(../images/play_icon.png);
   vertical-align: middle;
}
.playlist table tr {
   width: 100%;
   margin: 5px 0;
   height: 50px;
}

.playlist table tr td {
   width: 100%;
   margin: 0 5px;
   padding: 0 10px;
   color: #444;
}
.playlist table tr a {
   color: #444;
   background-color: #bbb;
   border-radius: 3px;
   padding: 5px 10px;
   margin-right: 15px;
}

.play-body{

}

.play-body .player-html{
   height: 550px;
}

.foot-collect {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: vertical;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 15px 0;
   background-color: white;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   margin: 8px 4px;
}
.foot-collect > div {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.foot-collect .collect-list {
   width: 33vw;
   margin: 20px 0;
   min-width: 310px;
}
.foot-collect .collect-list > .item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: vertical;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   cursor: pointer;
   text-decoration: none;
}
.foot-collect .collect-list > .item img {
   width: 50px;
   margin-bottom: 5px;
}
.foot-collect .collect-list > .item span {
   color: #5A5654;
   font-size: 12px;
}

.clear {
   clear: both;
}
.foot-collect .collect-fun {
   width: 50%;
   /* background: #ffcece; */
   border-radius: 30px;
   min-width: 310px;
}

.foot-collect .collect-fun span, .foot-collect .collect-fun button {
   display: inline-block;
   /* background: #ff8f8f; */
   color: #fff;
   font-size: 12px;
   padding: 0 10px;
   height: 36px;
   line-height: 36px;
}
.foot-collect .collect-fun div {
   color: #5A5654;
   height: 36px;
   padding: 0 4px;
   text-align: center;
   line-height: 36px;
}
.foot-collect .collect-fun span {
   border-radius: 30px 0 0 30px;
   border: 0;
}
.foot-collect .collect-fun button {
   border-radius: 0 30px 30px 0;
   border: 0;
}
.foot-collect .collect-fun span, .foot-collect .collect-fun button {
   background: #ff8f8f;
}
.foot-collect .collect-fun {
   background: #ffcece;
}


.list li {
   border-bottom: #CEDCF0 dashed 1px;
   font-size: 16px;
}

 
.overlay {
   height: 0;
   position: fixed;
   z-index: 9999;
   top: 78vh;
   left: 0;
   bottom: 0;
   right: 0;
   background-color: rgba(0, 0, 0, 0.8);
   overflow-y: hidden;
   transition: .5s;
}
.overlay-content {
   position: relative;
   width: 100%;
   height: 100%;
   text-align: center;
}
.overlay img {
   background-position: center;
   height: auto;
   background-repeat: no-repeat;
   background-size: contain;
}
 




@media screen and (min-width:1920px) {
   .maomi-content {
      width: 1480px;
  }
  .row-item-content {
      display: inline-block;
      margin: 0px auto;
      padding-left: 10px;
      width: 90%;
      margin-bottom: 15px;
   }
   .row-item-content .item {
      cursor: pointer;
      text-align: center;
      width: 11.9%;
      margin: 0;
      padding: 15px 0 0 0;
  }
}

@media screen and (min-width: 805px) {
   .maomi-content {
      width: 1024px;
  }
  .container {
      width: 100%;
      margin: 0 auto;
   }
}


@media screen and (min-width: 769px) {
   .container {
      width: 100%;
      margin: 6px auto;
   }
   .container .row {
      display: block;
      /* width: 100%; */
      border-radius: 5px;
      overflow: hidden;
  }
  .movie_list ul {
      padding-top: 10px;
      position: relative;
      zoom: 1;
   }
   .movie_list li {
      position: relative;
      display: inline-block;
      /* margin: 0 9px; */
      width: 19.5%;
  }
  .movie_list h3 {
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      margin: 5px 0 10px;
      overflow: hidden;
   }
   .container {
      width: 100%;
      margin: 6px auto;
   }
   .footer-container {
      margin-top: 20px;
      line-height: 22px;
      color: #6b798e;
      margin-bottom: 0;
      padding: 20px 10%;
      background: #151c29;
      font-size: 14px;
  }
  .footer-container .row {
      margin-bottom: 10px;
   }
   .header-container{
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
   }
   .next-page {
      width: 100%;
      height: 65px;
      line-height: 65px;
      font-size: 18px;
      padding: 0 15px;
  }
  .hy-layout {
      margin: 20px 0 0 0;
      background-color: white;
      margin: 8px 4px;
      box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   }
   .movie_list a:hover img {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
  }
  .list li a {
      display: block;
      overflow: hidden;
      padding-left: 50px;
   }
   .content img {
      margin: 10px 0;
      clear: both;
      max-width: 920px;
      overflow: hidden;
  }
  .content p {
   margin: 10px;
}
  .next-page {
      width: 100%;
      height: 65px;
      line-height: 65px;
      font-size: 18px;
      padding: 0 15px;
   }
   .content-next1 {
      width: 50%;
      float: left;
      height: 65px;
      line-height: 65px;
      text-align: left;
   }
   .content-next2 {
      width: 50%;
      float: right;
      height: 65px;
      line-height: 65px;
      text-align: right;
  }
}
.channel li a {
   height: 50px;
   line-height: 50px;
}
.list{
   background-color: #757575;
   background: #8f8f8f;
   box-shadow: 0 0px 0px 0 rgba(0,0,0,0.06);
   margin: 0px 0px;
   padding-bottom: 10px;
}
.list span {
   float: right;
   margin-right: 29px;
   cursor: pointer;
   font-size: 12px;
   color: #efefef;
   overflow: hidden;
}
.list li a:hover, .list li a:active {
   background-color: #EEF3FA;
   text-decoration: none;
}
.list li  

.list li:nth-child(odd)
{
background:#ff0000;
}
.list li:nth-child(even)
{background: #000000;}


.boxs-hadow-bg{
  margin: 2px 0px;
   background:#454141;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.search-box{
    position: relative;
    width: 100%;
    animation: home-fade .6s ease-in-out 1;
    height: 36px;
    border: 0px solid rgb(236 237 237);
    background: rgb(0 0 0);
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 2px;
    text-align: left;
    padding: 0 4px;
    font-size: 18px!important;
}
.search-box form{
    line-height: 35px;
}
.search-box .search-input{
    height: 36px;
 /*   background: 0 0;  */
    color: #0f0f0f;
    text-align: left;
    border: none;
    padding: 0px 10px;
    width: 180px;
}
.search-box .search-button{
    display: inline-block;
    padding: 5px 7px;
    border-radius: 44px;
    min-width: 78px;
    border: 1px solid #ff8f8f;
    background-color: #ff8f8f;
    color: aliceblue;
}




@media (max-width: 769px) {
   .row-item-content .item a {
      font-size: 15px;
  }
  .header_desc {
      width: 100%;
   }
   .size_xxxl {
      font-size: 1.1rem;
      padding: 0 0px;
  }
  .header-container{
     padding-top: 2px;
  }
  .header-container .share_box {
      width: 72px;
      margin: 10px auto;
   }
   .footer-container {
      margin-top: 20px;
      line-height: 22px;
      background: #151c29;
      color: #6b798e;
      margin-bottom: 0;
      padding: 20px 10%;
      font-size: 14px;
  }
  #favCanvas {
   top: 0;
}
}
@media (max-width: 738px) {
   .vip-video .video-box .content-list .content-item.content-item-2 {
      width: 50%;
  }
  .video-box .content-list .content-item {
      width: 50%;
   }
   header .vip-header-row .vip-content .vip-item {
      padding: 2px;
  }
  header .vip-header-row .logo-img {
      max-width: 100px;
   }
   .overlay {
      height: 0;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.8);
      overflow-y: hidden;
      transition: .5s;
  }
  .overlay-content {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
   }
   .scroll-mian {
         right: 10px;
   }
   .play-body .player-html {
      height: 255px;
   }
   
}

@media (max-width: 431px) and (min-width:409px) {
   .row-item-content .item {
       width: 79.3px;
       padding: 5px 0 0 0;
   }
   .row-item-content {
       display: inline-block;
       margin: 0;
       width: 80%;
       padding: 0;
       margin-bottom: 5px;
   }
   .row-item-content .item {
      width: 77.3px;
      padding: 5px 0 0 0;
  }
}
@media (max-width: 415px) {
   .row-item-title {
      width: 66px;
      font-size: 13px;
      min-width: 10px;
  }
  .row-item-title {
   width: 68px;
   font-size: 13px;
   min-width: 10px;
}
}
@media (max-width: 409px) and (min-width:390px) {
   .row-item-content .item {
       width: 72px;
       padding: 5px 0 0 0;
   }
   .row-item-content {
       display: inline-block;
       margin: 0;
       width: 81%;
       padding: 0;
       margin-bottom: 5px;
   }
   
}
@media (min-width: 737px) {
   
   .next-page {
      height: 45px;
      line-height: 45px;
      margin: 0 auto;
      text-align: right;
  }
  .row-item-content{
   width: 90%;
  }
}

@media (max-width: 419px) {
   .row-item-title{
      
width: 68px;
      
font-size: 13px;
      
min-width: 14px;
   }
  .row-item-content{
   width: 81%;
   padding-left: 4px;
  }
  .row-item-content .item{
    width: 22.9%;
    padding: 5px 0 0 0;
}
.video-box{
      
width: 97%;
}
.video-box .content-list .content-item .video-pic{
   height: 100px;
}
}

.qw{
position: relative;
}
.app{
position: absolute;
right: 80px;
}

a { color: #ffffff; }
a:hover, a:active, a:focus { color: #333; }
.my-pagination { }
.my-pagination .swiper-pagination-bullet { text-align: center; border-radius: 0; opacity: 1; }
.my-pagination ul { display: -webkit-box; }
.my-pagination li { display: block; background: #fff; overflow: hidden; box-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; height: 40px; line-height: 40px; position: relative; font-size: 15px; }
.my-pagination li:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 1px; content: ''; background-color: #dcdcdc; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scaleY(.5) }
.my-pagination .swiper-pagination-bullet-active { color: #FE3336; }
.my-pagination .swiper-pagination-bullet-active:after { opacity: 1; background-color: #FE3336; height: 4px; }
.my-pagination {
		width:100%;
		overflow-x: auto;
}
.my-pagination ul{
		/*width:200%;*/
	}
.my-pagination ul li {
		min-width:63px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding:0 5px;
}
.swiper-slide {
		padding-top: 15px;
}

.swiper-slide ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;

}

.swiper-slide ul li {
		width: 25%;
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
}

.swiper-slide ul li a {
		width: 80%;
}

.swiper-slide ul li .img-wrap {
		width: 100%;
}

.swiper-slide ul li .img-wrap img {
		border-radius: 0.2rem;
		border: 1px solid #eeeeee;
		width: 100%;
}
.list-wrap .item-wrap .img-wrap img{
		border-radius: 0.2rem;
		border: 1px solid #eeeeee;
}

.swiper-slide ul li .name {
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin-top: 6px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.swiper-containers ul li .btn-wrap {
		flex-shrink: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		background: #f8f8f8;
		color: #FE3336;
		font-size: .24rem;
		width: 1.5rem;
		height: .6rem;
		border-radius: .7rem;
		margin: .1rem auto 0;
}

@-webkit-keyframes hue {
 from {
  -webkit-filter: hue-rotate(0deg);
  -moz-filter: hue-rotate(0deg);
 }
 to {
  -webkit-filter: hue-rotate(-360deg);
  -moz-filter: hue-rotate(-360deg);
 }
}
@keyframes bganimation {
 0% {
  background-position: 0% 50%;
 }
 50% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}
.links-top ul.icon-list {
 list-style:none;
}
.links-top ul.icon-list li {
 list-style:none;
}
.links-top {
 overflow:hidden;
 margin:auto;
 margin-bottom:5px;
 /*border-radius:5px;*/padding-bottom: 5px;
 background:#fff;
 margin-top: 5px;
}
.links-top ul li {
 float:left;
 padding:5px 0;
 width:10%;
 text-align:center
}
.links-top ul li img {
 margin:0 auto;
 padding:4px;
 width:70px;
 height:70px;
 border-radius:5px
}
.links-top ul li a div {
 font-weight: bold;
 color: #f35626;
 background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-animation: hue 10s infinite linear;
}
.links-top ul li a button {
 /*! width: 0.75rem; */
 /*! height: 0.3rem; */
 /*! line-height: .3rem; */
 /*! margin: 0.2rem auto 0 auto; */
 border: 1px solid #fff;
 border-radius: 0.8rem;
 color: white;
 background-color: #ff4ba1;
 font-size: 12px;
 margin-top: 5px;
 box-shadow: rgb(5 24 74 / 37%) 0px 2px 6px 0px;
 background-image: linear-gradient(125deg,#ff4ba1,orange,#8476ee,#00ff00);
 background-size: 400%;
 animation: bganimation 20s infinite;
}
@media screen and (min-width:750px) {
 ul.icon-list li {
  width:12.5%
 }
}
@media screen and(max-width:768px) {
 .links-element ul li {
  width:33.3333%
 }
 .links-top ul.icon-list li {
  width:20%
 }
}
@media screen and (max-width:544px) {
 .links {
  padding:0 5px
 }
 .links-element ul li {
  width:49%
 }
 .links-top ul.icon-list li {
  width:25%
 }
}

@-webkit-keyframes hue {from {-webkit-filter: hue-rotate(0deg);-moz-filter: hue-rotate(0deg);}to {-webkit-filter: hue-rotate(-360deg);-moz-filter: hue-rotate(-360deg);}}@keyframes bganimation {0%{background-position: 0% 50%;}50%{background-position: 100% 50%;}100%{background-position: 0% 50%;}}.links-top ul.icon-list{list-style:none;}.links-top ul.icon-list li{list-style:none;}.links-top{overflow:hidden;margin:auto;margin-bottom:5px;/*border-radius:5px;*/padding-bottom: 5px;background:#ffffff;margin-top: 5px;}.links-top ul li{float:left;padding:5px 0;width:12.5%;text-align:center}.links-top ul li img{margin:0 auto;padding:4px;width:80px;height:80px;border-radius:5px}.links-top ul li a div {font-weight: bold;color: #f35626;background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-animation: hue 10s infinite linear;}.links-top ul li a button @media screen and (min-width:750px) {ul.icon-list li{width:12.5%}}@media screen and(max-width:768px) {    .links-element ul li{width:33.3333%}.links-top ul.icon-list li{width:20%}}@media screen and (max-width:544px) {    .links{padding:0 5px}.links-element ul li{width:49%}.links-top ul.icon-list li{width:25%}}

.text-dl{
display: flex;
flex-direction: row;
}
.text-dl dd {
text-align: center;
padding: 0;
margin: 0;

}
.text-dl dd a{
   color: #fff;
    font-size: 14px;
    border: 1px solid #f00;
    border-radius: 6px;
    display: block;
    margin: 0px 5px;
    padding: 5px;
}
.float_right {
    position: fixed;
    top: 230px;
    right: 0px;
    z-index: 99999;
    width: 80px;
}
.spin_close {
    width: 20px;
    height: 20px;
    position: relative;
    top: 15px;
    left: 60px;
    border-radius: 50%;
    cursor: pointer;
}
.float ul li a {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
.float ul li a span {
    display: block;
    padding-top: 5px;
    text-align: center;
}
.float .ol_img1 {
    max-width: 100%;
    border-radius: 15px;
    border: solid 2px red;
}
