/* tab栏之前 */
@media screen and (max-width: 480px) {
  .top {
    height: 180px;
    background-image: url(../assets/home/home-back.jpg);
    background-size: cover;
  }

  .top > img {
    height: 45px;
  }

  .box-bottom {
    width: 100%;
    position: relative;
    top: -30px;
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .box-bottom-title-img {
    position: relative;
    top: -100px;
    padding-right: 10px;
  }

  .box-bottom-title-img > img {
    height: 170px;
  }

  .box-bottom-title {
    font-size: 18px;
    padding-top: 10px;
  }

  /* 商品介绍（流程）开始 */
  .box-bottom-flow-box {
    height: 35px;
    overflow: hidden;
  }

  .box-bottom-flow-drop > img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -2px;
  }

  .box-bottom-flow-name {
    width: 70px;
    font-size: 12px;
    padding-left: 5px;
    line-height: 20px;
  }

  .box-bottom-flow-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .lineHeight13 {
    line-height: 13px;
  }
  /* 商品介绍（流程）结束 */
}

/* 品质 */
@media screen and (max-width: 480px) {
  .qualify {
    height: 200px;
    margin: 0px auto;
    background: url(../assets/quality/qualitify-back.jpg) no-repeat center;
    background-size: 100% 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .qualify-box {
    width: 85%;
    height: 80px;
    border: 2px solid #b3e2ce;
    margin: 5px auto;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .qualify-box-num {
    flex: 1;
    font-size: 55px;
    text-align: center;
    background-color: #008543;
    border-top-left-radius: 30px;
  }

  .qualify-box-desc {
    flex: 3;
    color: #008543;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
  }

  .qualify-foodSystem > .wrap div:before {
    width: 19%;
  }

  .qualify-foodSystem > .wrap div:after {
    width: 19%;
  }

  .qualify-note {
    text-indent: 10em;
  }

  .qualify-officialCertification .wrap div:before {
    width: 11%;
  }

  .qualify-officialCertification .wrap div:after {
    width: 11%;
  }

  .qualify-internation .wrap div:before {
    width: 14%;
  }

  .qualify-internation .wrap div:after {
    width: 14%;
  }

  .qualify-img {
    padding: 10px 20px 10px 20px;
    flex-wrap: wrap;
  }

  .qualify-img > img {
    width: 25%;
    padding-bottom: 20px;
  }

  .qualify-internationImg {
    width: 100%;
  }

  .borderRadius10 {
    border-radius: 10px;
  }
}

/* 地理 */
@media screen and (max-width: 480px) {
  .geography {
    height: 200px;
    margin: 0px auto;
    background-image: url(../assets/geography/geography-back.jpg);
    background-size: 100% 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .geography-swipper-box {
    height: 260px;
    position: relative;
    top: 40px;
    padding: 0px 10px;
  }

  .swiper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .geography-swipper-back {
    height: 60px;
    background-color: #008543;
    padding: 65px 36px 10px 46px;
  }

  .geography-timeImg img {
    width: 100%;
  }

  .geography-swipper-companyBox {
    height: 260px;
    padding: 30px 10px 0px 10px;
  }

  .geography-swipper-company {
    height: 60px;
    padding: 20px 0px 10px 40px;
    overflow: hidden;
  }

  .grography-riceBox {
    width: 154px;
    height: 100px;
    align-items: end;
    margin-bottom: 83px;
  }

  .grography-riceBox > img {
    width: 145px;
    border-radius: 20px;
  }

  .paddingBottom10 {
    padding-bottom: 10px;
  }
}

/* 实力 */
@media screen and (max-width: 480px) {
  .strength {
    height: 200px;
    margin: 0px auto;
    background-image: url(../assets/strength/strength-back.jpg);
    background-size: 114% 100%;
    background-position: -18px -1px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .strength-awards h5:first-child {
    text-indent: 6em;
  }

  .strength-planting-img {
    padding: 10px 13px 0px 20px;
  }

  .strength-planting-img img {
    width: 340px;
    border-radius: 10px;
  }
}

/* 荣誉 */
@media screen and (max-width: 480px) {
  .vertical-box {
    justify-content: center;
  }
}
