.banner {
  position: relative;
}

.banner .banner-img {
  width: 100%;
  height: 100vh;
}

.banner .m-banner-img {
  display: none;
}

.banner .banner-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.banner .banner-texts {
  position: absolute;
  top: 2.6rem;
  width: 100%;
  z-index: 20;
}

.banner .banner-texts h2 {
  font-family: Libre Franklin;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.4);
}

.banner .play {
  position: absolute;
  top: 5.53rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border-radius: 50%;
}

.banner .play img {
  width: 100%;
  height: 100%;
}

.banner .muted-btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 20;
  right: 0.5rem;
  bottom: 1rem;
  transform: translateX(-50%);
  cursor: pointer;
  border-radius: 50%;
}

.banner .muted-btn img {
  width: 100%;
  height: 100%;
}

.banner .pause {
  top: unset;
  left: unset;
  right: 2.1rem;
  bottom: 1rem;
}

.banner .video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

.main .describe {
  margin: 1.25rem 0 0.5rem;
  font-family: Libre Franklin;
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
  font-variation-settings: "opsz" auto;
}

.main .describe span {
  font-weight: 900;
  font-size: 0.38rem;
  color: #FC4C02;
}

.main .row {
  margin-bottom: 1.4rem;
  display: grid;
  grid-template-columns: 7.15rem 4.68rem 7.13rem;
  grid-template-rows: repeat(2, 4rem);
  column-gap: 0.1rem;
  grid-template-areas: "n1 n2 n3" "n4 n4 n3";
}

.main .row .areas1 {
  width: 100%;
  height: 100%;
  grid-area: n1;
}

.main .row .areas2 {
  width: 100%;
  height: 100%;
  grid-area: n2;
}

.main .row .areas3 {
  width: 100%;
  height: 100%;
  grid-area: n3;
}

.main .row .areas4 {
  padding-top: 0.54rem;
  padding-left: 2rem;
  padding-right: 1.26rem;
  grid-area: n4;
}

.main .row .areas4 p {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}

.main .row .areas4 p span {
  font-weight: 700;
}

.main .row .areas7 {
  width: 100%;
  height: 100%;
  grid-area: n7;
}

.main .row .areas8 {
  width: 100%;
  height: 100%;
  grid-area: n8;
}

.main .row .areas9 {
  padding-top: 1rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  grid-area: n9;
}

.main .row .areas9 p {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}

.main .making {
  padding: 1.3rem 2.15rem;
  background-image: url('/skin/default/images/racing-school/bg.png');
  background-repeat: no-repeat;
  background-size: 100% 6.5rem;
}

.main .making h2 {
  font-family: Libre Franklin;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 0.98rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.main .making .desc {
  margin: 0.32rem 0;
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.main .making .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.2rem;
}

.main .making .imgs img {
  width: 100%;
  height: 3.32rem;
}

.main .making h3 {
  margin: 0.7rem 0;
  font-family: Libre Franklin;
  font-size: 0.52rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}

.main .making .content {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #888888;
}

.main .all-across {
  padding: 1.38rem 2rem 0 9.56rem;
  height: 5.68rem;
  background: url('/skin/default/images/racing-school/bg2.png');
}

.main .all-across p {
  font-family: Libre Franklin;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.46rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.8);
}

.main .all-across p span {
  font-weight: 900;
  font-size: 0.46rem;
  color: #FFFFFF;
}

.main .all-across div {
  font-family: Libre Franklin;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.46rems;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.main .gallery {
  margin-bottom: 0.3rem;
}

.main .gallery .img-title {
  margin: 1.3rem auto 0.3rem;
  display: block;
  height: 0.98rem;
  width: auto;
}

.main .gallery .gallery-intron {
  margin-bottom: 0.6rem;
  font-family: Libre Franklin;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}

.main .gallery .m-imgs {
  display: none;
}

.main .ad {
  padding-top: 1.27rem;
  height: 4rem;
  background-image: url('/skin/default/images/racing-school/adbg.png');
  background-position: center;
}

.main .ad p {
  font-family: Libre Franklin;
  font-size: 0.62rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.main .ad a {
  display: block;
  margin: 0.46rem auto 0;
  width: 2.54rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-family: Libre Franklin;
  font-size: 0.28rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.main .ad a:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .banner .banner-img {
    display: none;
  }

  .banner .m-banner-img {
    display: block;
    width: 100%;
    height: 6rem;
  }

  .banner .banner-texts {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  .banner .banner-texts h2 {
    padding: 0 0.3rem;
    font-family: Libre Franklin;
    font-size: 0.9rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    white-space: nowrap;
    text-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.4);
  }

  .banner .play {
    top: 65%;
    width: 1rem;
    height: 1rem;
    z-index: 20;
    left: unset;
    right: 1.5rem;
    /* transform: translateX(-50%); */
    cursor: pointer;
    border-radius: 50%;
  }

  .banner .play img {
    width: 100%;
    height: 100%;
  }

  .banner .muted-btn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 20;
    right: 0.2rem;
    top: 65%;
    bottom: unset;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 50%;
  }

  .banner .muted-btn img {
    width: 100%;
    height: 100%;
  }

  .main .describe {
    margin: 1rem 0.3rem 0.5rem;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    color: #222222;
    font-variation-settings: "opsz" auto;
  }

  .main .describe span {
    font-weight: 900;
    font-size: 0.38rem;
    color: #FC4C02;
  }

  .main .row {
    margin-bottom: 1.4rem;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto;
    column-gap: 0.1rem;
    grid-template-areas: "n1 n2" "n3 n3" "n4 n4";
  }

  .main .row .areas1 {
    width: 100%;
    height: 100%;
    grid-area: n1;
  }

  .main .row .areas2 {
    width: 100%;
    height: 100%;
    grid-area: n2;
  }

  .main .row .areas3 {
    width: 100%;
    height: 100%;
    grid-area: n4;
  }

  .main .row .areas4 {
    padding: 0.5rem 0.3rem;
    grid-area: n3;
  }

  .main .row .areas4 p {
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: 300;
    line-height: 0.52rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #222222;
  }

  .main .row .areas4 p span {
    font-weight: 700;
  }

  .main .making {
    padding: 1rem 0.3rem;
    background-image: url('/skin/default/images/racing-school/m_bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 14.9rem;
  }

  .main .making h2 {
    font-family: Libre Franklin;
    font-size: 0.6rem;
    font-weight: 900;
    line-height: 0.72rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }

  .main .making .desc {
    margin: 0.4rem 0;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: 300;
    line-height: 0.52rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }

  .main .making .imgs {
    display: block;
  }

  .main .making .imgs img {
    margin-bottom: 0.2rem;
    width: 100%;
    height: auto;
  }

  .main .making h3 {
    margin: 0.7rem 0;
    font-family: Libre Franklin;
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #222222;
  }

  .main .making .content {
    font-family: Libre Franklin;
    font-size: 0.28rem;
    font-weight: 300;
    line-height: 0.48rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #888888;
  }

  .main .all-across {
    padding: 1rem 0.3rem;
    height: 12.2rem;
    background: url('/skin/default/images/racing-school/m_bg3.png');
    background-repeat: no-repeat;
    background-color: #fc4c02;
    background-position: left 0 bottom 0;
    background-size: contain;
  }

  .main .all-across p {
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.52rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: rgba(255, 255, 255, 0.8);
  }

  .main .all-across p span {
    font-weight: 900;
    font-size: 0.48rem;
    color: #FFFFFF;
  }

  .main .all-across div {
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 0.52rem;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }

  .main .gallery {
    margin-bottom: 0.3rem;
  }

  .main .gallery .gallery-intron {
    padding: 0 0.3rem;
  }

  .main .gallery .hom3 {
    display: none;
  }

  .main .gallery .m-imgs {
    display: block;
  }

  .main .gallery .m-imgs .img {
    margin-bottom: 0.3rem;
  }

  .main .gallery .m-imgs .img .imgcover {
    width: 100%;
    height: auto;
  }

  .main .ad {
    padding-top: 1rem;
    height: 4.6rem;
    background-image: url('/skin/default/images/racing-school/m_ad.png');
    background-position: center;
    background-size: cover;
  }

  .main .ad p {
    font-family: Libre Franklin;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }

  .main .ad a {
    display: block;
    margin: 0.36rem auto 0;
    width: 4rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.88rem;
    border: 0.02rem solid #FFFFFF;
    background-color: transparent;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    cursor: pointer;
  }

  .mask .mask-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .mask .close {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 20;
  }

  .mask .video {
    width: 100%;
    height: auto;
  }
}