.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
   max-height:250px !important;
   width: 100%  !important;
}

marquee {
   text-align:center;
   height:20px;
   margin: 5px 0;
   overflow-x:hidden;
   color: #444;
   font-weight: bold;
}

marquee a{
   color: #444;
   font-weight: bold;
}

.main-block, .des-block{
   background-color: white;
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.main-block {
   padding: 20px 15px;
}
.des-block {
   padding: 15px;
}

.row-mg0 {
   margin-left: 0 !important;
   margin-right: 0 !important;
}
.mchBlock {
   padding-bottom: 5px;
}
.block-title {
   color:black;
   cursor: pointer;
        -moz-transition: color 0.3s ease-out; 
       -o-transition: color 0.3s ease-out; 
  -webkit-transition: color 0.3s ease-out;
      -ms-transition: color 0.3s ease-out;
}
.block-title i {
   color: black;
}
.block-title:hover {
   color: #1E7CBA;
   text-decoration: none;
}
.block-title:hover i{
   color: black;
}
.sub-title {
   font-size: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   box-shadow: 0px 0px 15px -3px rgba(0,0,0,.2) inset;
   border-radius: 4px;
}

.list-title {
   font-size: 20px;
   padding-bottom: 20px;
   margin-bottom: 5px;
   border-bottom: 1px solid #ddd;
}

.series-content{
   font-size: 13px;
   overflow-y: auto;
   max-height: 90px;
   line-height: 18px;
}

.video-image,
.series-image,
.list-image {
   position: relative;
   background-color: black;
   box-sizing: border-box;
   -webkit-transition: transform 0.7s ease;
   transition: transform 0.7s ease;
}
.video-image > img,
.series-image > img,
.list-image > img {
   display: block;
   margin: 0 auto;
   object-fit: contain;
}

.video-image:hover,
.series-image:hover,
.list-image:hover {
   -webkit-transform:scale(1.02);
   transform:scale(1.02);
}

.video-image:before {
   content: "";
   width: 100%;
   height: 100%;
   left: 0;
   position: absolute;
   background-color: #000;
   opacity: 0;
           -moz-transition: opacity 0.3s ease-out; 
       -o-transition: opacity 0.3s ease-out; 
  -webkit-transition: opacity 0.3s ease-out;
      -ms-transition: opacity 0.3s ease-out;
}

.video-image:hover:before {
   opacity: 0.4;
}

.v_img_cont {
   position: absolute;
   z-index: 10;
   width: 100%;
   height: 100%;
   color:white;
   opacity: 0;
   text-align: center;
   display: inline-block;
        -moz-transition: opacity 0.3s ease-out; 
       -o-transition: opacity 0.3s ease-out; 
  -webkit-transition: opacity 0.3s ease-out;
      -ms-transition: opacity 0.3s ease-out;
   
}

.v_img_cont:hover{
   opacity: 1;
}

.v_img_tag {
   z-index: 9;
   color:white;
   background-color: #000;
   opacity: 0.75;
   display: inline-block;
   padding: 1px 2px;
   font-size: 12px;
   font-weight: bold;
   position: absolute;
   bottom: 5px;
   right:5px;
}

.s_img_tag {
   position: absolute;
   z-index: 1;
   width: 100%;
   display: inline-block;
   font-weight: bold;
   bottom: 0;
   right:0;
   color:white;
   background-color: #000;
   opacity: 0.65;
   text-align: center;
   letter-spacing: 2px;
}
.videoRow {
   position: relative;
   overflow: hidden;
}
.videoDes {
   height: 80px;
}
.videoDes p {
   overflow: hidden;
   margin: 0;
   color: #999;
}
.list-des {
   color: #333;
}
.list-des:hover{
   color:#167ac6;
}
.list-des-title {
   overflow: hidden;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   margin: 0;
}
.list-des-sub {
   display: inline-block;
   color:#aaa;
   padding:0 5px;
}

.videoBlock {
   white-space: normal;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.v_btn {
   display: inline-block;
   padding: 0 5px;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border-radius: 2px;
   position: absolute;
   background: #fff;
   height: 100%;
   border: 0;
        -moz-transition: background 0.5s ease-out; 
       -o-transition: background 0.5s ease-out; 
  -webkit-transition: background 0.5s ease-out;
      -ms-transition: background 0.5s ease-out;
}

.v_btn:hover {
   background: #ddd;
}

.v_btn.v_btn_disable {
   color:#bbb !important;
}

.v_btn.v_btn_disable:hover {
   background: #fff;
}

.v_btn_l {
   left:0px;
   box-shadow: 7px 0 11px -4px rgba(0,0,0,.5);
}

.v_btn_r {
   right:0px;
   box-shadow: -7px 0 11px -4px rgba(0,0,0,.5);
}

#goback {
   position: fixed;
   padding: 10px 15px;    
   background: rgba(0,0,0,.4);
   color: white;
   cursor: pointer;
}

#gotop {
   display: none;
   position: fixed;
   padding: 10px 12px;    
   background: rgba(0,0,0,.4);
   color: white;
   cursor: pointer;
}

#goback:hover, #gotop:hover {
   background: rgba(0,0,0,.6);
}
.btn-work {
   background-color: #1EB1E6;
   color:white;
   border-color: transparent;
   cursor: default;
   padding: 6px 32px;
}
.btn-stay {
   background-color: white;
   color:#1EB1E6;
   border-color: #1EB1E6;
   padding: 6px 32px;
}
.btn-stay:hover {
   background-color: #ddd;
   color:#1EB1E6;
}

/* =============
   video css
============= */
.iframeContain {
   position: relative;
   height: 0;
   margin:0 auto;
   width: 100%;
   padding-bottom: 56.25%;
}
.mainIframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.col-quintile {
   float: left;
   width: 20%;
   position: relative;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
}
.video_select {
   background-color: #ddd;
}

/* ==============================
   moblie css & xs-screen
==============================*/
@media (max-width: 767px) {
   .video-image,
   .series-image,
   .video-image > img,
   .series-image > img {
      height: 94.25px;
   }
   .series-image.main-series,
   .series-image.main-series > img {
      height: 150px;
   }
   .v_img_cont{
      font-size: 20px;
      padding-top: 37.13px;
   }
   .s_img_tag {
      height: 30%;
      padding:4px 10px;
   }
   .list-des {
      padding: 5px;
   }
   .des-title {
      font-size: 16px;
   }
   .list-des-title {
      font-size:13px;
   }
   .list-des-sub, .des-sub{
      font-size:12px;
   }
   #goback {
      left: 10px;
      top: 60px;
   }
   
   #gotop {
      right: 10px;
      top: 60px;
   }
}

/* ==============================
   pc css
==============================*/
@media (min-width: 768px) {
   .video-image,
   .series-image,
   .video-image > img,
   .series-image > img {
      height: 157.5px;
   }
   .v_img_cont{
      font-size: 20px;
      padding-top: 68.75px;
   }
   .rowList {
      margin-left: 10px;
      margin-right: 10px;
      overflow:auto;
      white-space:nowrap;
   }    
   .rowList [class*="col-lg"], rowList [class*="col-md"], rowList [class*="col-sm"] {
      float:none;
      display:inline-block;
   }
   .s_img_tag{
      height: 25%;
      padding:10px;
   }
   .des-title {
      font-size: 18px;
   }
   .list-des {
      padding: 15px;
   }
   .list-des-title {
      font-size:14px;
   }
   .list-des-sub, .des-sub{
      font-size:13px;
   }
   #goback {
      right: 30px;
      bottom: 100px;
   }
   
   #gotop{
      right: 30px;
      bottom: 60px;
   }
}

/* ==============================
   md css
==============================*/
@media (min-width: 992px) {
   .video-image,
   .series-image,
   .video-image > img,
   .series-image > img {
      height: 153.75px;
   }
   .v_img_cont{
      font-size: 20px;
      padding-top: 66.87px;
   }
   .des-title {
      font-size: 22px;
   }
   .list-des-title {
      font-size:16px;
   }
   .list-des-sub, .des-sub{
      font-size:14px;
   }
}

/* ==============================
   lg css
==============================*/
@media (min-width: 1200px) {
   .video-image,
   .series-image,
   .video-image > img,
   .series-image > img {
      height: 148.5px;
   }
   .v_img_cont{
      font-size: 24px;
      padding-top: 62.25px;
   }
   .col-lg-quintile {
      float: left;
      width: 20%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
   }
   .des-title {
      font-size: 24px;
   }
   .list-des-title {
      font-size:18px;
   }
   .list-des-sub{
      font-size:16px;
   }
}
.rowList::-webkit-scrollbar{
   height: 0;
}
.rowList::-webkit-scrollbar-thumb{
}
.rowList::-webkit-scrollbar-thumb:hover{
   border:0;
}
.rowList::-webkit-scrollbar-thumb:active{
   border:0;
}
/* ===================
overwrite bootstrap css
===================== */
.nav-tabs {
   border:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border: 0;
}
.nav-tabs > li > a {
   border: 0;
   border-radius: 0;
   padding: 0px 8px;
}
