.breadcrumbs {
  border-top: 0px solid #CCCCCC;
  margin-top: 128px;
}

.video_content {
  width: 100%;
  height: auto;
  padding: 24px 0 119px;
}

.video_content .video_cat {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.video_content .video_cat .video_item {
  margin-right: 15px;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  padding: 0 15px;
  cursor: pointer;
  width: auto;
  height: 40px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(105, 105, 105, 0.33);
}

.video_content .video_cat .video_item:hover {
  color: #fff;
  border: 1px solid #2FA8FF;
  background: #2FA8FF;
}

.video_content .video_cat .video_item.active {
  color: #fff;
  border: 1px solid #2FA8FF;
  background: #2FA8FF;
}

.video_content .grid {
  width: 100%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video_content .grid li {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 10px;
  width: 32%;
  background: #fff;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
  padding: 0;
}

.video_content .grid li:nth-of-type(3n) {
  margin-right: 0;
}

.video_content .grid li .video_box {
  width: 100%;
  position: relative;
  height: 216px;
  background: #000000;
}

.video_content .grid li .video_box > p {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.video_content .grid li .video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_content .grid li .video_box video {
  display: block;
  width: 100%;
  height: 100%;
}

.video_content .grid li .video_box iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.video_content .grid li .video_box .ZDiepo_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  padding: 0 10px;
}

.video_content .grid li .video_box .ZDiepo_2 > div {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.video_content .grid li .video_box .ZDiepo_2 .like_img {
  width: 20px;
  height: auto;
}

.video_content .grid li .video_box .ZDiepo_2 .like_img img {
  width: 100%;
  height: auto;
}

.video_content .grid li .video_box .ZDiepo_2 span {
  margin-left: 8px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
  line-height: 21px;
  font-weight: 500;
}

.video_content .grid li .content_box {
  width: 100%;
  height: auto;
  padding: 10px;
}

.video_content .grid li .content_box .cat_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video_content .grid li .content_box .cat_box .cat_item {
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: #2FA8FF;
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
}

.video_content .grid li .content_box .title {
  margin-top: 5px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video_swiper_content {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.75);
}

.video_swiper_content .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
  font-size: 30px;
}

.video_swiper_content .video_swiper {
  width: 100%;
  height: 100%;
}

.video_swiper_content .video_swiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.video_swiper_content .video_swiper .swiper-slide .video_swiper_box {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container {
  width: 100%;
  height: 100%;
}

.video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container p {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container video {
  width: 100%;
  height: 100%;
}

.video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container iframe {
  width: 100%;
  height: 100%;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera {
  width: 50px;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box.active .img_box img:first-child {
  display: none;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box.active .img_box img:last-child {
  display: block;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box {
  cursor: pointer;
  width: 30px;
  height: auto;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img {
  width: 100%;
  height: auto;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img:first-child {
  display: block;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img:last-child {
  display: none;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box span {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
  line-height: 21px;
  font-weight: 500;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box:hover .share_hover {
  display: flex;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box img {
  width: 30px;
  height: auto;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box span {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
  line-height: 21px;
  font-weight: 500;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover {
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 50px;
  height: auto;
  background: #000000;
  display: none;
  flex-direction: column;
  align-items: center;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a {
  display: inline-block;
  width: auto;
  height: auto;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(1) {
  margin-bottom: 15px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(1) img {
  width: 20px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(2) {
  margin-bottom: 15px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(2) img {
  width: 20px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(3) {
  margin-bottom: 15px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(3) img {
  width: 20px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(4) {
  margin-bottom: 15px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(4) img {
  width: 10px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(5) img {
  width: 20px;
}

.video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a img {
  height: auto;
}

body.active, html.active {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    border-top: 0vw solid #CCCCCC;
    margin-top: 11.73333vw;
  }
  .video_content {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
  }
  .video_content .video_cat {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 2.66667vw;
  }
  .video_content .video_cat .video_item {
    flex-shrink: 0;
    margin-right: 2.66667vw;
    margin-top: 2.66667vw;
    text-align: center;
    line-height: 10.13333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    cursor: pointer;
    padding: 0 5.33333vw;
    width: auto;
    height: 10.13333vw;
    background: transparent;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(105, 105, 105, 0.33);
  }
  .video_content .video_cat .video_item:hover {
    color: #fff;
    border: 0.13333vw solid #2FA8FF;
    background: #2FA8FF;
  }
  .video_content .video_cat .video_item.active {
    color: #fff;
    border: 0.13333vw solid #2FA8FF;
    background: #2FA8FF;
  }
  .video_content .grid {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0vw 0vw;
  }
  .video_content .grid li {
    border-radius: 1.33333vw;
    overflow: hidden;
    cursor: pointer;
    margin-right: 2% !important;
    margin-bottom: 1.33333vw;
    width: 49%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 0.4vw rgba(120, 120, 120, 0.35);
    padding: 0;
  }
  .video_content .grid li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .video_content .grid li .video_box {
    width: 100%;
    height: 25.33333vw;
  }
  .video_content .grid li .video_box video {
    width: 100%;
    height: 100%;
  }
  .video_content .grid li .video_box iframe {
    width: 100%;
    height: 100%;
  }
  .video_content .grid li .video_box .ZDiepo_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.53333vw;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
    padding: 0 1.33333vw;
  }
  .video_content .grid li .video_box .ZDiepo_2 > div {
    margin-right: 1.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .video_content .grid li .video_box .ZDiepo_2 .like_img {
    width: 4vw;
    height: auto;
  }
  .video_content .grid li .video_box .ZDiepo_2 .like_img img {
    width: 100%;
    height: auto;
  }
  .video_content .grid li .video_box .ZDiepo_2 span {
    margin-left: 8px;
    color: #fff;
    font-size: 3.2vw;
    text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
    line-height: normal;
    font-weight: 500;
  }
  .video_content .grid li .content_box {
    width: 100%;
    height: auto;
    padding: 1.33333vw;
  }
  .video_content .grid li .content_box .cat_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .video_content .grid li .content_box .cat_box .cat_item {
    margin-bottom: 1.33333vw;
    margin-right: 1.33333vw;
    border-radius: 1.33333vw;
    background: #2FA8FF;
    font-size: 2.93333vw;
    color: #fff;
    padding: 1.06667vw 1.33333vw;
  }
  .video_content .grid li .content_box .title {
    margin-top: 0.66667vw;
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #000000;
    line-height: 4vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .video_swiper_content {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.75);
  }
  .video_swiper_content .close {
    cursor: pointer;
    width: 5.33333vw;
    height: 5.33333vw;
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    font-size: 4vw;
  }
  .video_swiper_content .video_swiper {
    width: 100%;
    height: 100%;
  }
  .video_swiper_content .video_swiper .swiper-slide {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box {
    width: 92%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container p {
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container video {
    width: 100%;
    height: 51.73333vw;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container iframe {
    width: 100%;
    height: 100%;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container3 p {
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .video_swiper_box .video_container3 p iframe {
    height: 35vh;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera {
    width: 50px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box.active .img_box img:first-child {
    display: none;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box.active .img_box img:last-child {
    display: block;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box {
    cursor: pointer;
    width: 30px;
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img {
    width: 100%;
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img:first-child {
    display: block;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box .img_box img:last-child {
    display: none;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .ups_box span {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
    line-height: 21px;
    font-weight: 500;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box:hover .share_hover {
    display: flex;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box img {
    width: 30px;
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .img_box span {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0.71264px 0.71264px rgba(0, 0, 0, 0.15);
    line-height: 21px;
    font-weight: 500;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50px;
    height: auto;
    background: #000000;
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(1) img {
    width: 20px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(2) img {
    width: 20px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(3) img {
    width: 20px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(4) img {
    width: 10px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a:nth-of-type(5) img {
    width: 20px;
  }
  .video_swiper_content .video_swiper .swiper-slide .up_shera .shera_box .share_hover a img {
    height: auto;
  }
}
