.banner {
  position: relative;
}

.banner .img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-position: center;
  object-fit: cover;
}

.banner .title {
  left: 50%;
  bottom: 27%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}

.banner .title .ch {
  font-family: OPPOSans-B;
  font-size: 60px;
  line-height: 1.33;
  color: #ffffff;
}

.banner .title .en {
  font-family: Gilroy-Regular;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}

.myContent {
  padding: 100px 0 140px;
}

.myContent .content {
  display: flex;
}

.myContent .content .left {
  width: 100%;
}

.myContent .content .left .title {
  font-family: OPPOSans-B;
  font-size: 40px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
}

.myContent .content .left .text {
  padding-top: 76px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
  text-align: justify;
}

.myContent .content .left .text .smallTitle {
  font-size: 18px;
  color: #006de8;
  font-family: OPPOSans-B;
  line-height: 1.66;
}

.myContent .content .left .text p {
  font-family: OPPOSans-R;
  font-size: 18px;
  text-align: justify;
  padding-bottom: 40px;
  text-indent: 2em;
  color: #1b1b1b;
}

.myContent .content .left .text .imgBox {
  margin: auto;
  max-width: 90.5%;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding-top: 20px;
}

.myContent .content .left .text .imgBox .describe {
  color: #313131;
  font-family: OPPOSans-B;
}

.myContent .content .left .text .describe {
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
}

.myContent .content .left .newsChange {
  display: flex;
  padding-top: 84px;
  justify-content: space-between;
  align-items: center;
}

.myContent .content .left .newsChange .prev {
  display: flex;
}

.myContent .content .left .newsChange .prev .icon {
  width: 15px;
  height: 28px;
  margin-right: 26px;
}

.myContent .content .left .newsChange .prev .icon .img {
  object-fit: cover;
  object-position: center;
}

.myContent .content .left .newsChange .next {
  display: flex;
  flex-direction: row-reverse;
}

.myContent .content .left .newsChange .next .icon {
  width: 15px;
  height: 28px;
  margin-left: 26px;
}

.myContent .content .left .newsChange .next .img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1200px) {
  .banner .title .ch {
    font-size: 38px;
  }
  .banner .title .en {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .banner .title {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .banner .title .ch {
    font-size: 32px;
  }
  .banner .title .en {
    font-size: 16px;
  }
  .myContent {
    padding: 60px 0;
  }
  .myContent .content {
    position: relative;
    overflow: hidden;
  }
  .myContent .content .left {
    margin-right: 0;
  }
  .myContent .content .left .text p {
    padding-bottom: 10px;
  }
  .myContent .content .left .text .imgBox .describe {
    padding: 15px 0;
  }
  .myContent .content .left .text .describe {
    padding: 15px 0 10px;
  }
}

@media (max-width: 768px) {
  .banner .title .ch {
    font-size: 24px;
  }
  .banner .title .en {
    font-size: 15px;
  }
  .myContent {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .myContent .content .left .title {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
  }
  .myContent .content .left .text {
    padding: 20px 0;
  }
  .myContent .content .left .text .smallTitle {
    font-size: 14px;
  }
  .myContent .content .left .text p {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .myContent .content .left .text .imgBox {
    padding-top: 10px;
  }
  .myContent .content .left .text .imgBox .describe {
    font-size: 12px;
    padding: 5px 0 10px;
  }
  .myContent .content .left .text .describe {
    font-size: 12px;
    padding: 10px 0 0;
  }
  .myContent .content .left .newsChange {
    padding-top: 40px;
  }
  .myContent .content .left .newsChange .prev .icon {
    width: 10px;
    height: 19px;
  }
  .myContent .content .left .newsChange .prev ~ .next .icon {
    width: 10px;
    height: 19px;
  }
  .myContent .content .left .newsChange .icon {
    width: 12px;
    height: 12px;
  }
  .myContent .content .left .newsChange .t {
    font-size: 14px;
  }
}
