.section_video .wrap {
  width: 1480px;
  margin: 104px auto 156px;
  max-width: 90%;
}
.section_video .wrap .title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0 0 53px 0;
}
.section_video .wrap .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 139px 66px;
  display: none;
}
.section_video .wrap .grid.on{
  display: grid;
}
.section_video .wrap .grid .item {
  width: 100%;
}
.section_video .wrap .grid .item .img {
  height: 320px;
  position: relative;
}
.section_video .wrap .grid .item .img img {
  width: 100%;
  height: 100%;
}
.section_video .wrap .grid .item .img .play img{
  opacity: 0;
  display: none;
}
.section_video .wrap .grid .item .img .play {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.section_video .wrap .grid .item .img .play:after{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 18px solid #D7000F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_video .wrap .grid .item .img .play div {
  width: 0;
  height: 0;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;
  border-left: 23px solid #fff;
}
.section_video .wrap .grid .item .text {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 34px 0 0 0;
}
/*# sourceMappingURL=video.css.map */

.section_video .wrap .cut {
  display: flex;
  margin: 0 0 60px 0;
  justify-content: center;
}
.section_video .wrap .cut a {
  font-size: 22px;
  font-weight: 300;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  color: #000000;
  transition: 0.6s;
}
.section_video .wrap .cut a:not(:last-child) {
  margin: 0 93px 0 0;
}
.section_video .wrap .cut a.on {
  color: #D7000F;
}

@media screen and (max-width: 1856px) {
  .section_video .wrap .grid .item .img{
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .section_video .wrap {
    margin: 51px auto 47px;
  }
  .section_video .wrap .title{
    font-size: 26px;
    margin: 0 0 32px 0;
  }
  .section_video .wrap .cut a:not(:last-child) {
    margin: 0 35px 0 0;
  }
  .section_video .wrap .cut a{
    font-size: 18px;
  }
  .section_video .wrap .grid{
    grid-template-columns: repeat(2,1fr);
    grid-gap: 35px 20px;
  }
  .section_video .wrap .grid .item .text{
    margin: 15px 0 0 0;
    font-size: 14px;
  }
  .section_video .wrap .cut{
    margin: 0 0 30px;
  }
  .section_video .wrap .grid .item .img .play:after{
    bottom: 5%;
    left: 5%;
  }
  .section_video .wrap .grid .item .img .play:after{
    border: 8px solid transparent;
    border-left: 14px solid #D7000F;
  }
  .quality .wrap {
    margin: 2px auto 92px;
  }
}