.banner {
  width: 100%;
  height: 5.01001rem;
  position: relative;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.banner .text {
  position: absolute;
  top: 2.82001rem;
  left: 0;
  width: 100%;
  font-size: 0.345rem;
  line-height: 1;
  color: #f32720;
  text-align: center;
}
.banner .bottom-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.content {
  width: 100%;
  padding-bottom: 1.41rem;
  position: relative;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  background-color: #fff;
  padding-bottom: 0.6375rem;
}
.content .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .left1 {
  width: 1.545rem;
  height: 0.405rem;
  position: absolute;
  top: -0.2925rem;
  left: 0.04rem;
  background-color: #db1430;
  border-radius: 10px;
  transform: skew(-16deg);
}
.content .box .left1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0.405rem;
  font-size: 0.21rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.content .box .right1 {
  position: absolute;
  top: -0.2775rem;
  right: 0;
  font-size: 0.105rem;
  line-height: 1;
  color: #666666;
}
.content .box .right1 a {
  color: #666666;
}
.content .box .right1 a.on {
  color: #db1430;
}
.content .box .list {
  width: 90%;
  margin: 0 auto;
  padding-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .box .list .item {
  width: 3rem;
  height: 1.95rem;
  background-color: #ffffff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.3rem;
  margin-right: 0.2rem;
}
.content .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.content .box .list .item .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .box .list .item .img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  transition: 0.5s;
}
.content .box .list .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.content .box .list .item .mask .text {
  font-size: 0.12rem;
  line-height: 1;
  color: #ffffff;
  width: 83.796%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  bottom: 0.2625rem;
  left: 0.2325rem;
}
.content .box .list .item .mask .play {
  width: 0.48rem;
  position: absolute;
  top: 0.69rem;
  left: 1.365rem;
}
.content .box .list .item:hover .img img {
  transform: scale(1.1);
}
.content .box .page {
  float: right;
  margin-top: 0.48rem;
  margin-right: 0.4275rem;
}
.content .box .page a {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #ffffff;
  border-radius: 0.03rem;
  border: solid 1px #e8e7e7;
  display: inline-block;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.12rem;
  color: #aaaaaa;
  transition: 0.5s;
  margin: 0 0.0375rem;
}
.content .box .page a:hover {
  background-color: #db1430;
  border: solid 1px #db1430;
  color: #fff;
}
.content .box .page a.on {
  background-color: #db1430;
  border: solid 1px #db1430;
  color: #fff;
}
.content .box .page a.next {
  margin-left: 0.3525rem;
}
.content .box .page a.prve {
  margin-right: 0.3525rem;
}
.content .box .page .tz {
  display: inline-block;
  font-size: 0.105rem;
  line-height: 0.36rem;
  color: #333333;
  margin-left: 0.435rem;
}
.content .box .page .tz input {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #ffffff;
  border-radius: 0.03rem;
  border: solid 1px #e8e7e7;
  margin: 0 0.105rem;
}
.content .box .page1 {
  display: none;
}
.inner-bottom {
  background-color: #db1430;
}
.video-box {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  display: none;
}
.video-box .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.video-box .close svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.video-box .video {
  width: 60%;
  height: 33.75vw;
  margin: 0 auto;
  margin-top: 20vh;
  position: relative;
}
.video-box .video p {
  width: 100%;
  height: 100%;
}
.video-box .video video {
  width: 100%;
  height: 100%;
}
.video-box .video .videoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.video-box .video .VideoBtn {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .box .list .item {
    width: 30%;
    height: 2.2rem;
  }
  .content .box .list .item .mask .text {
    font-size: 0.24rem;
    line-height: 1;
    color: #ffffff;
    width: 83.796%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0.2625rem;
    left: 0.2325rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .box .list .item {
    width: 45%;
    height: 1.7rem;
  }
  .content .box .list .item:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .content .box .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .content .box .list .item .mask .play {
    width: 0.48rem;
    position: absolute;
    top: 0.61rem;
    left: -50%;
    right: -50%;
    margin: auto;
  }
  .video-box .video {
    width: 100%;
    height: auto;
    margin-top: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .content .box .left1 {
    width: 1.9rem;
    height: 0.6rem;
    position: absolute;
    top: -0.4rem;
    left: 0.04rem;
    border-radius: 10px;
    transform: skew(-16deg);
  }
  .content .box .left1 .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
  }
  .content .box .right1 {
    position: absolute;
    top: -0.4rem;
    right: 0;
    font-size: 0.24rem;
  }
  .content .box .list .item {
    width: 100%;
    height: 3.7rem;
    margin-right: 0;
  }
  .content .box .list .item .mask .play {
    width: 0.48rem;
    position: absolute;
    top: 1.61rem;
    left: -50%;
    right: -50%;
    margin: auto;
  }
  .content .box .page {
    display: none;
  }
  .content .box .page1 {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 0.3rem;
    font-size: 0;
  }
  .content .box .page1 .prve,
  .content .box .page1 .next {
    width: 1.5rem;
    height: 0.5rem;
    background-color: #db1430;
    border: solid 1px #db1430;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .content .box .page1 .num {
    width: calc(100% - 3rem - 6px);
    height: 0.5rem;
    border: solid 1px #db1430;
    color: #db1430;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
}
