/* body{background-color: #222} */
.video {
  margin-bottom: 30px;
}

.videolist {
  position: relative;
  float: left;
  width: 30%;
  height: auto;
  margin: 0 1.65%;
  /* margin-right: 50px; */
  margin-top: 15px;
  margin-bottom: 50px;
}

.videolist:hover {
  cursor: pointer;
}

.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%;
}

.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 30px #aaaaaa94;
  padding: 30px 15px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 70px;
  z-index: 100;
}

.vclose {
  position: absolute;
  right: 36%;
  top: 5%;
  border-radius: 100%;
  cursor: pointer;
}

#vedio {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  z-index: 999999;
}



@media(max-width:1700px) {
  .vclose {
    right: 34%;
    top: 5%;
  }
}

@media(max-width:1600px) {
  .vclose {
    right: 33%;
    top: 5%;
  }
}

@media(max-width:1500px) {
  .vclose {
    right: 32%;
    top: 5%;
  }
}

@media(max-width:1300px) {
  .vclose {
    right: 28%;
    top: 5%;
  }

  .wl-topBar .opPanel {
    display: none;
  }
}

@media(max-width:1200px) {
  .vclose {
    right: 27%;
    top: 5%;
  }
}

@media(max-width:1100px) {
  .vclose {
    right: 31%;
    top: 5%;
  }
}

@media(max-width:1100px) {
  .vclose {
    right: 25%;
    top: 5%;
  }
}

@media(max-width:1000px) {
  .vclose {
    right: 21%;
    top: 5%;
  }
}

@media(min-width:1400px) {
  .container {
    width: 1320px;
  }
}

/* @media(min-width:1600px) {
  .container {
    width: 1580px;
    margin: 0 auto;
  }
} */
.vtit {
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}

.videolist .img {
  max-height: 700px;
  overflow-y: scroll;
}

.videolist .img::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.videolist .img::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(145, 156, 255, 0.2);
  background: #a3cafdb7;
}

.videolist .img::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(223, 230, 255, 0.568);
  border-radius: 20px;
  background: #deebff8c;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88888;
  background-color: #fff;
  display: none;
}

.mobile-nav .mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.mobile-nav .btn- {
  position: relative;
  width: 30px;
  height: 30px;

}

.mobile-nav .btn- span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #e98148;
  margin: 5px 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.mobile-nav .btn-.active span {
  position: absolute;
  top: 7px;

}

.mobile-nav .btn-.active span:first-child {
  transform: rotate(45deg);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.mobile-nav .btn-.active span:last-child {
  transform: rotate(-45deg);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.mobile-nav .mobile-list {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 0%;
  right: 0;
  top: 54px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.mobile-nav .mobile-list.active {
  width: 50%;
}

.mobile-nav .mobile-list p {
  padding-left: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e98148;
  white-space: nowrap;
}

.mobile-nav .mobile-list p {
  font-size: 18px;
}

.mobile-nav .mobile-list p.active a {
  color: #e98148;
}

/* .box {
  opacity: 0;
  width: 0;
  height: 0;
} */
.video-detail {
  margin-bottom: 65px;
}

.video-detail .img-det {
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
}

.video-detail .img-det img {
  max-width: 100%;
}

.video-detail .content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-detail .content .box {
  width: 35%;
  text-align: center;
  max-height: 722px;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.video-detail .content .box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.video-detail .content .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(145, 156, 255, 0.2);
  background: #a3cafdb7;
}

.video-detail .content .box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(223, 230, 255, 0.568);
  border-radius: 20px;
  background: #deebff8c;
}

.video-detail .content .box>div {
  display: inline-block;
  width: 100%;
  /* overflow: hidden;
   overflow-y: scroll; */
  height: 100%;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  padding: 40px 20px 60px;

}

.video-detail .content .box .title {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  /* font-weight: bold; */
}

.video-detail .content .box .desc {
  line-height: 40px;
  font-size: 18px;
}

.video-detail .content .video_det {
  width: 42%;
  text-align: left;
}

.video-detail .content .video_det video {
  width: 75%;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  /* padding: 20px; */
}

@media(max-width:1000px) {
  .wl-modelPreForm.rollImg {
    width: 48%;
    margin: 0 1% 68px;
  }
}

@media(max-width:768px) {
  .video {
    margin-bottom: 70px;
  }
  .videolist {
    width: 48%;
    margin: 2% 1%;
  }
  .videolist .img {
    max-height: 287px;
  }
  .webHead {
    display: none;
  }

  #header_search,
  .header_search {
    margin-top: 54px;
    height: 100px;
  }

  .mobile-nav {
    display: block;
  }

  .header_search .s_wrap {
    width: 65%;
  }

  .header_search .s_input {
    width: 77%;
  }

  .header_search .s_right {
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .videos {
    margin-top: 54px;
    padding-top: 70px;
  }

  .vclose {
    right: 3%;
  }

  .vtit {
    font-size: 16px;
  }

  .wl-modelPreForm.rollImg {
    width: 98%;
    margin: 0 1% 68px;
  }

  .video-detail .content {
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .video-detail .content .box {
    width: 90%;
    margin-bottom: 15px;
    margin: 0 auto 15px;
    max-height: 400px;
  }

  .video-detail .content .box>div {
    width: 100%;
    padding: 20px;
  }

  .video-detail .content .box .desc {
    line-height: 27px;
    font-size: 16px;
  }

  .video-detail .content .box .title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .video-detail .content .video_det {
    width: 100%;
    text-align: center;
  }

  .video-detail .content .video_det video {
    width: 90%;
  }

  .footer a {
    display: block;
  }

  .footer {
    height: 30px;
    position: fixed;
    width: 100%;
    bottom: 30px;
    left: 0;
    opacity: 0;
  }
}