@media (min-width: 768px) {
  .banner {
    width: 100%;
    height: 10.8rem;
    position: relative;
    z-index: 11;
  }
  .banner .img-bg {
    width: 100%;
    height: auto;
    display: block;
  }
  .banner .text {
    width: 14rem;
    background: rgba(239, 110, 91, 0.9);
    font-size: 0.24rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.4rem;
    padding: 0.77rem 1.63rem;
    position: absolute;
    bottom: 2.18rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .tips-down {
    position: absolute;
    bottom: 0.71rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .tips-down .line {
    width: 0.03rem;
    height: 1.49rem;
    background: #AAAAAA;
    margin: 0 0 0.3rem;
  }
  .banner .tips-down .icon-down {
    transform: rotate(180deg);
    font-size: 0.16rem;
    font-weight: bold;
    color: #626262;
  }
  .section-1 {
    margin-top: 2rem;
    margin-bottom: 1.7rem;
  }
  .section-1 .inner {
    display: flex;
    justify-content: space-between;
  }
  .section-1 .inner .img-box {
    width: 6rem;
    height: 7rem;
  }
  .section-1 .inner .img-box .img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: top;
  }
  .section-1 .inner .text-box .desc1 {
    width: 6.68rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #EB7B30;
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .section-1 .inner .text-box .title {
    display: flex;
  }
  .section-1 .inner .text-box .title .img-1 {
    width: 0.34rem;
    height: 0.34rem;
  }
  .section-1 .inner .text-box .title .text {
    height: 0.9rem;
    font-size: 0.45rem;
    font-weight: 600;
    color: #222222;
    line-height: 0.9rem;
    margin: 0 0.2rem;
  }
  .section-1 .inner .text-box .title .img-2 {
    margin-top: 0.6rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .section-1 .inner .text-box .line {
    width: 1.24rem;
    height: 0.04rem;
    margin: 0.6rem 0 0.5rem;
    background: #EB7B30;
  }
  .section-1 .inner .text-box .desc {
    width: 6.68rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #626262;
    line-height: 0.36rem;
  }
  .section-2 {
    padding-bottom: 1.86rem;
  }
  .section-2 .inner {
    display: flex;
    justify-content: space-between;
  }
  .section-2 .inner .text-box .line {
    width: 1.24rem;
    height: 0.04rem;
    margin: 0 0 0.5rem;
    background: #EB7B30;
  }
  .section-2 .inner .text-box .line:nth-child(4) {
    margin: 1rem 0 0.5rem;
  }
  .section-2 .inner .text-box .desc {
    width: 5.99rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #626262;
    line-height: 0.36rem;
  }
  .section-2 .inner .img-box {
    width: 6.7rem;
    height: 6.9rem;
  }
  .section-2 .inner .img-box .img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    height: 487px;
    position: relative;
    margin-bottom: 62px;
  }
  .banner .img-bg {
    width: 100%;
    height: 487px;
    object-fit: cover;
    display: block;
  }
  .banner .text {
    width: 330px;
    background: rgba(239, 110, 91, 0.9);
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
    padding: 28px 20px 20px 18px;
    position: absolute;
    bottom: 106px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .tips-down {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .tips-down .line {
    width: 2px;
    height: 75px;
    background: #AAAAAA;
    margin: 0 0 015px;
  }
  .banner .tips-down .icon-down {
    transform: rotate(180deg);
  }
  .banner .tips-down .icon-down .icon {
    color: #222222;
    font-size: 12px;
  }
  .section-1 {
    margin-bottom: 1.7rem;
    padding-top: 50px;
  }
  .section-1 .inner {
    width: 324px;
  }
  .section-1 .inner .img-box {
    width: 324px;
    height: 378px;
  }
  .section-1 .inner .img-box .img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-1 .inner .text-box {
    margin-left: 16px;
  }
  .section-1 .inner .text-box .title {
    display: flex;
    margin-bottom: 36px;
  }
  .section-1 .inner .text-box .title .img-1 {
    width: 13px;
    height: 14px;
  }
  .section-1 .inner .text-box .title .text {
    line-height: 34px;
    font-size: 17px;
    font-family: "OPPOSans-B";
    color: #222222;
    margin: 0 7px;
  }
  .section-1 .inner .text-box .title .img-2 {
    margin-top: 22px;
    width: 13px;
    height: 14px;
  }
  .section-1 .inner .text-box .desc1 {
    width: 292px;
    font-size: 12px;
    font-family: "OPPOSans-R";
    font-weight: 400;
    color: #EB7B30;
    line-height: 24px;
  }
  .section-1 .inner .text-box .line {
    width: 62px;
    height: 2px;
    margin: 40px 0 30px;
    background: #EB7B30;
  }
  .section-1 .inner .text-box .desc {
    width: 294px;
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 63px;
  }
  .section-2 .inner {
    width: 324px;
  }
  .section-2 .inner .text-box .line {
    width: 62px;
    height: 2px;
    margin: 60px 0 30px 16px;
    background: #EB7B30;
  }
  .section-2 .inner .text-box .line:nth-child(3) {
    margin: 1rem 0 0.5rem;
  }
  .section-2 .inner .text-box .desc {
    margin-left: 16px;
    width: 294px;
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 63px;
  }
  .section-2 .inner .img-box {
    width: 324px;
    height: 378px;
  }
  .section-2 .inner .img-box .img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
