@CHARSET "UTF-8";


.v-header {
  width: 100%;
  z-index: 999;
}


#tvHeader {
  width: 1480px;
  margin: 0 auto;
  /* padding: 0 20px; */
  padding: 0;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#tvHeader .h_image {
  height: 100%;
  display: flex;
  align-items: center;
}

#tvHeader .h_image img {
  width: 100%;
}

#tvHeader .search_input {
  position: absolute;
  right: 240px;
  top: 30px;
  z-index: 99;
}

#tvHeader .search_input input {
  width: 180px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #26ABE6;
  padding: 5px 12px 5px 18px;
  border-radius: 15px 0 0 15px;
  outline: none;
  transition-property: width, padding, border-radius;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
}

#tvHeader .search_input .searchBtn {
  background: linear-gradient(to left, #26ABE6, #26ABE6);
  color: #fff;
  border-radius: 0 15px 15px 0;
  transition: border-radius 2s;
  -webkit-transition: border-radius 2s;
  -moz-transition: border-radius 2s;
  -ms-transition: border-radius 2s;
  -o-transition: border-radius 2s;
}

#tvHeader .searchBtn {
  display: inline-block;
  color: #26ABE6;
  text-align: center;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  width: 75px;
}

.p-r-2 {
  padding-right: 2px;
}

.font-18 {
  font-size: 18px;
}

.login a {
  color: #292929;
  text-decoration: none;
}

.font-15 {
  font-size: 15px;
}

.login-pic {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/all_icon.png) no-repeat -37px -78px;
  margin-right: 5px;
  vertical-align: -6px;
  margin-top: 5px;
}


.copyrightPoster #banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.copyrightPoster #home-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.navList {
  margin: 0;
  width: 100%;
  color: #fff;
  background: #26ABE6;
}

.navList>ul {
  width: 1480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 50px;
}


.navList>ul>li {
  min-width: 150px;
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s all linear;
  z-index: 99;
  padding: 0 10px;
  font-weight: 300;
}

.navList>ul>li a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 17px;
  text-decoration: none;
}

.navList a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.navHighLight {
  background: #27E3DD !important;
  color: #fff !important;
}

.navHighLight a {
  background: unset !important;
  color: #fff !important;
}

.m-pointer {
  cursor: pointer;
}


.classType {
  position: absolute;
  left: 570px;
  top: 20px;
}

.classType div {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 65px;
  cursor: pointer;
  color: #26abe6;
}

.classType a:first-child .classTypeBg {
  background-image: url(../images/TvType.png);
}

.classTypeBg {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.onSelected span:nth-child(2) {
  background: #27e3dd;
  color: #fff;
}

.p-2 {
  padding: 2px;
}

.classType a:nth-child(2) .classTypeBg {
  background-image: url(../images/VideoType.png);
}

@media (max-width:768px) {

  .nav-width {
    width: 100% !important;
  }

  #tvHeader {
    width: 100%;
    height: 50px;
  }

  .classType a:nth-child(2) .classTypeBg {
    background-image: url(../images/mbVideoType.png);
  }

  .classType a:first-child .classTypeBg {
    background-image: url(../images/mbTvType.png);
  }

  .classTypeBg {
    width: 20px;
    height: 20px;
  }

  .classType {
    position: absolute;
    left: 82px;
    top: 8px;
  }

  .classType div {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    width: 46px;
    cursor: pointer;
    color: #26abe6;
  }

  .navbar-header {
    display: none;
  }

  .pc-searchbox {
    display: none;
  }

  .mb-searchbox {
    display: block;
  }

  .mb-searchbox {
    flex: 0.3;
    padding: 0 8px;
    position: absolute;
    left: 220px;
  }

  .searchbox-ipnut {
    width: 35vw;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 0 4px 10px;
  }

  .p-2 {
    padding: 0px 2px;
  }

  .mb-logoweb {
    flex: 0.6;
    position: absolute;
    left: 10px;
  }

  .mb {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media (min-width:992px) {

  /* #tvHeader {
    margin: 0 20px;
    padding: 0;
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
*/
  .nav-width {}

  .mb {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}


@media screen and (min-width:100px) and (max-width:1500px) {

  #tvHeader,
  .index .navList>ul,
  .slide-box,
  .jxty-container,
  .activity-content,
  .jxty-container,
  .vLocation,
  .courseware-play-box,
  .search .main-list {
    width: 1200px !important;
  }

  .list .navList>ul,
  .page .navList>ul,
  .live .navList>ul,
  .play .navList>ul,
  .search .navList>ul,
  #coursewareLive .navList>ul,
  .mySpace .navList>ul {
    width: 1200px !important;
  }

  div.videos-pc .link,
  div.videos-pc div.wrap {
    width: 1200px !important;
  }

  #coursewareLive,
  #coursewareSearch,
  #coursewarePlay,
  #coursewareList {
    width: 1200px !important;
  }

  div.videos-pc div.wrap .video {
    width: 960px;
    max-height: 540px;
  }

  div.videos-pc div.wrap .video-list {
    width: 240px;
    height: 540px;
  }

}