*::-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: #696969 !important;
}
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: #333;
   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: 30px;
    max-height: 80px;
}

.adHF1 img{
    width:100%;
    height:12.244vw;;
    min-height: 60px;
    max-height: 160px;
}

.adHF3 img{
    width:100%;
    height:24.488vw;;
    min-height: 90px;
    max-height: 240px;
}

.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: #698B69;
   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: #fff; */
   margin: 0 auto;
   overflow: hidden;
}

.bg_red {
   background-color: #8B5A00;
   color: #fff;
}
.header-container {
   width: 100%;
   margin-top: 0;
   /* padding: 10px 0; */
}

.border_bootom {
   /* border-bottom: 1px solid #ccc; */
}
header .vip-header-row {
   padding: 11px 10px;
   background: #696969;
   box-shadow: 0 0 20px 0 rgba(15,41,131,.1);
   border-bottom: 1px solid #eee;
   position: relative;
   z-index: 1001;
   margin-bottom: 2px;
}
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: #DCDCDC;
   color: #DCDCDC;
}
.c_white {
   color: #DCDCDC !important;
}
.c_pink {
   color: #e0b889;
}
.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: 2.5em;
}

.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: #BBFFFF;
}
.row-item.odd {
   background-color: #BBFFFF;
}
.row-item.even {
   background-color: #BBFFFF;
}
.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 #BBFFFF;
   background-color: #668B8B;
}

.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: #6a6a6a;
}
.row-item-content .item:hover a {
   color: #96CDCD;
}
.section-menu {
   margin-bottom: 10px;
}

.video-box {
   position: relative;
   max-width: 1200px;
   background: #fff;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   margin: 10px 4px;
   display: inline-block;
   padding: 10px;
   border-radius: 3px;
}
.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: #000;
   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: #00868B;
}
.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: 100%;
}
.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: #fff;
   /* 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: #BBFFFF;
   margin-right: 2px;
   color: #777;
}

.pagination a:hover {
   background-color: #FFFAFA;
   color: #fff;
   text-shadow: 1px 1px 1px #FFFAFA;
}

.pagination strong {
   font-weight: normal;
   padding: 0px 12px;
   height: 32px;
   line-height: 32px;
   display: inline-block;
   background-color: #8B5A00;
   margin-right: 2px;
   color: #fff;
   text-shadow: 1px 1px 1px #8B5A00;
}

.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: #BBFFFF;
       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: white;
   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: white;
}
.play-btn-group .item {
   cursor: pointer;
   text-align: center;
   border-radius: 7px;
   padding: 7px;
   color: #fff;
   background: #FF1493;
   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: #8B5A00;
}
.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 #7AC5CD;
}
.nav li {
   background-color: #8B5A00;
}
.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: #8B5A00; */
   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: #8B5A00;
}
.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: #96CDCD;
   background: #fff;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
   margin: 8px 4px;
   padding-bottom: 20px;
}
.list span {
   float: right;
   margin-right: 29px;
   cursor: pointer;
   font-size: 12px;
   color: #999;
   overflow: hidden;
}
.list li a:hover, .list li a:active {
   background-color: #EEF3FA;
   text-decoration: none;
}
.list li  

.list li:nth-child(odd)
{
background:#FF1493;
}
.list li:nth-child(even)
{background: #BBFFFF;}


.boxs-hadow-bg{
   margin: 8px 4px;
   background: #fff;
   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: 35px;
    border: 1px solid rgb(236 237 237);
    background: rgb(236 237 237);
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 40px;
    text-align: left;
    padding: 0 4px;
    font-size: 18px!important;
}
.search-box form{
    line-height: 35px;
}
.search-box .search-input{
    height: 34px;
    background: 0 0;
    color: #FF1493;
    text-align: left;
    border: none;
    padding: 0px 10px;
    width: 125px;
}
.search-box .search-button{
    display: inline-block;
    padding: 7px 7px;
    border-radius: 44px;
    min-width: 78px;
    border: 1px solid #8B5A00;
    background-color: #8B5A00;
    color: aliceblue;
}




@media (max-width: 769px) {
   .row-item-content .item a {
      font-size: 12px;
  }
  .header_desc {
      width: 100%;
   }
   .size_xxxl {
      font-size: 1.8rem;
      padding: 0 1px;
  }
  .header-container{
     padding-top: 0;
  }
  .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: 82%;
       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: 65px;
      
font-size: 12px;
      
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;
}
}