/* .row-horizon {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.row-horizon>[class*=col-lg],
.row-horizon>[class*=col-md],
.row-horizon>[class*=col-sm],
.row-horizon>[class*=col-xs] {
  float: none;
  display: inline-block;
  white-space: normal;
  vertical-align: top
} */



.row-horizon>.col-xs-12 {
  width: 90%
}

.row-horizon>.col-xs-11 {
  width: 82.5%
}

.row-horizon>.col-xs-10 {
  width: 75%
}

.row-horizon>.col-xs-9 {
  width: 67.5%
}

.row-horizon>.col-xs-8 {
  width: 60%
}

.row-horizon>.col-xs-7 {
  width: 52.5%
}

.row-horizon>.col-xs-6 {
  width: 45%
}

.row-horizon>.col-xs-5 {
  width: 37.5%
}

.row-horizon>.col-xs-4 {
  width: 30%
}

.row-horizon>.col-xs-3 {
  width: 22.5%
}

.row-horizon>.col-xs-2 {
  width: 15%
}

.row-horizon>.col-xs-1 {
  width: 7.5%
}

.containerTitle {
  font-size: 26px;
  position: relative;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 7px;
  height: 46px;
}

.containerTitle>span {
  padding-bottom: 10px;
  border-bottom: 2px solid #26abe6;
}

@media (max-width:768px) {

  .container-each {
    height: auto;
    width: 96%;
    display: flex;
    float: left;
  }

  .containerTitle {
    font-size: 22px;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 7px;
    height: 46px;
  }

  .containerTitle>span {
    padding-bottom: 10px;
    border-bottom: 2px solid #26abe6;
  }

  .mb-video-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .tc-main {
    margin-top: 0px;
  }

  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }

  .thumbnail>img {
    border-radius: 5px;
  }

  .box-border {
    /* box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.07); */
    border: none;
  }

  #pc-video {
    display: none;
  }

  #mb-video {
    display: block;
  }

  #pc-notice {
    display: none;
  }

  #pc-swiper-container {
    display: none;
  }


  #mb-notice {
    display: block;
  }

  #mb-swiper-container {
    display: block;
  }



  .sy-slides-wrap {
    position: relative;
    height: 100% !important;
    width: 100%;
  }

  .sy-pager {
    display: none !important;
  }





  .category-left {
    height: auto;
    width: 100%;
    height: 100%;
    display: flex;
    float: left;
    margin-right: 30px;
  }

  .row-horizon {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }

  .row-horizon [class*=col-lg],
  .row-horizon [class*=col-md],
  .row-horizon [class*=col-sm],
  .row-horizon [class*=col-xs] {
    float: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top
  }

  .row-horizon>.col-sm-12 {
    width: 90%
  }

  .row-horizon>.col-sm-11 {
    width: 82.5%
  }

  .row-horizon .col-sm-10 {
    width: 172px !important;
    height: 150px !important;
    margin: 0 14px 10px 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .row-horizon>.col-sm-9 {
    width: 67.5%
  }

  .row-horizon>.col-sm-8 {
    width: 60%
  }

  .row-horizon>.col-sm-7 {
    width: 52.5%
  }

  .row-horizon .col-sm-6 {
    width: 45%
  }

  .row-horizon>.col-sm-5 {
    width: 37.5%
  }

  .row-horizon>.col-sm-4 {
    width: 30%
  }

  .row-horizon>.col-sm-3 {
    width: 22.5%
  }

  .row-horizon>.col-sm-2 {
    width: 20%
  }

  .row-horizon>.col-sm-1 {
    width: 7.5%
  }

  .row-horizon>.col-sm-0 {}
}

@media (min-width:992px) {

  #mb-video {
    display: none;
  }

  #pc-video {
    display: flex;
    flex-wrap: wrap;
  }

  .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }

  .thumbnail>img {
    border-radius: 0px;
  }

  .box-border {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.07);
    border: none;
  }

  #pc-notice {
    display: block;
  }

  #pc-swiper-container {
    display: block;
  }

  #mb-notice {
    display: none;
  }

  #mb-swiper-container {
    display: none;
  }



  .category-left {
    height: auto;
    width: 75%;
    height: 520px;
    display: flex;
    float: left;
    margin-right: 30px;
  }

  .container-each {
    width: 1480px;
    height: 520px;
    display: flex;
  }

  .row-horizon>.col-md-12 {
    width: 90%
  }

  .row-horizon>.col-md-11 {
    width: 82.5%
  }

  .row-horizon>.col-md-10 {
    width: 75%
  }

  .row-horizon>.col-md-9 {
    width: 67.5%
  }

  .row-horizon>.col-md-8 {
    width: 60%
  }

  .row-horizon>.col-md-7 {
    width: 52.5%
  }

  .row-horizon>.col-md-6 {
    width: 45%
  }

  .row-horizon>.col-md-5 {
    width: 37.5%
  }

  .row-horizon>.col-md-4 {
    width: 30%
  }

  .row-horizon .col-md-3 {
    width: 25%
  }

  .row-horizon .col-md-2 {
    width: 20%
  }

  .row-horizon>.col-md-1 {
    width: 7.5%
  }

  .row-horizon>.col-md-none {}
}

@media (min-width:1200px) {

  .category-left {
    height: auto;
    width: 75%;
    height: 520px;
    display: flex;
    float: left;
    margin-right: 30px;
  }




  .row-horizon>.col-lg-12 {
    width: 90%
  }

  .row-horizon>.col-lg-11 {
    width: 82.5%
  }

  .row-horizon>.col-lg-10 {
    width: 75%
  }

  .row-horizon>.col-lg-9 {
    width: 67.5%
  }

  .row-horizon>.col-lg-8 {
    width: 60%
  }

  .row-horizon>.col-lg-7 {
    width: 52.5%
  }

  .row-horizon>.col-lg-6 {
    width: 45%
  }

  .row-horizon>.col-lg-5 {
    width: 37.5%
  }

  .row-horizon>.col-lg-4 {
    width: 30%
  }

  .row-horizon>.col-lg-3 {
    width: 25%
  }

  .row-horizon>.col-lg-2 {
    width: 20%
  }

  .row-horizon>.col-lg-1 {
    width: 7.5%
  }
}

/*# sourceMappingURL=bootstrap-horizon.min.css.map */