@media (min-width: 768px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner .img-bg {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    display: block;
  }
  .banner .inner {
    display: flex;
    justify-content: space-between;
    width: 15.03rem;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .inner .title {
    display: flex;
  }
  .banner .inner .title .img-1 {
    width: 0.34rem;
    height: 0.34rem;
  }
  .banner .inner .title .text {
    height: 0.9rem;
    font-size: 0.45rem;
    font-weight: 600;
    color: #222222;
    line-height: 0.9rem;
    margin: 0 0.2rem;
  }
  .banner .inner .title .img-2 {
    margin-top: 0.6rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .section-1 {
    padding: 0.4rem 0 2rem;
    margin-top: 1.5rem;
  }
  .section-1 .links {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0.94rem;
  }
  .section-1 .links .left-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .left-box .icon {
    font-size: 0.2rem;
    color: #626262;
    margin-right: 0.05rem;
  }
  .section-1 .links .left-box .text,
  .section-1 .links .left-box .line {
    font-size: 0.18rem;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 0.18rem;
  }
  .section-1 .links .left-box .line {
    margin: 0 0.05rem;
  }
  .section-1 .links .right-box {
    display: flex;
  }
  .section-1 .links .right-box .img {
    width: 0.24rem;
    height: 0.15rem;
    margin-right: 0.1rem;
  }
  .section-1 .links .right-box .text {
    font-size: 0.2rem;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 0.2rem;
  }
  .section-1 .content .title {
    width: 100%;
    text-align: center;
    margin-bottom: 0.17rem;
    font-size: 0.26rem;
    font-family: OPPOSans-B;
    color: #222222;
  }
  .section-1 .content .date {
    width: 100%;
    text-align: center;
    margin-bottom: 0.58rem;
    font-size: 0.16rem;
    font-family: OPPOSans-R;
    font-weight: 300;
    color: #BBBBBB;
    line-height: 0.16rem;
  }
  .section-1 .content .desc {
    line-height: 0.34rem;
    font-size: 0.18rem;
    font-family: OPPOSans-R;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  .section-1 {
    padding-top: 50px;
  }
  .section-1 .links {
    width: 294px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 59px;
  }
  .section-1 .links .left-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .left-box .icon {
    display: none;
  }
  .section-1 .links .left-box .text,
  .section-1 .links .left-box .line {
    font-size: 13px;
    font-weight: 400;
    color: #2A2A2A;
  }
  .section-1 .links .left-box .line {
    margin: 0 4px;
  }
  .section-1 .links .right-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .right-box .icon {
    font-size: 16px;
    color: #EB7B30;
  }
  .section-1 .inner {
    width: 294px;
  }
  .section-1 .inner .content .title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: OPPOSans-B;
    color: #222222;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .section-1 .inner .content .date {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #BBBBBB;
    margin-bottom: 34px;
    line-height: 18px;
  }
  .section-1 .inner .content .desc {
    font-size: 14px;
    color: #626262;
    line-height: 25px;
    padding-bottom: 100px;
  }
}
