.cloudWarehouse {
    padding: 80px 0;
  }

  .cloudWarehouse .subheading {
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }

  .cloudWarehouse img {
    width: 600px;
    height: 400px;
    object-fit: contain;
    margin: 40px 300px 0 300px;
  }

  .upgradeConditions {
    width: 100%;
    background-color: #f6f6f6;
    padding: 80px 0;
  }

  .upgradeConditions .condition_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
  }

  .upgradeConditions .condition_box_left {
    width: 490px;
    height: 260px;
    color: #626262;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
  }

  .upgradeConditions .condition_box_left_img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 40px;
  }

  .upgradeConditions .condition_box_left_img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .upgradeConditions .condition_box_left_title {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .upgradeConditions .condition_box_right {
    width: 490px;
    height: 260px;
    color: #626262;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
  }

  .upgradeConditions .condition_box_right_img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 40px;
  }

  .upgradeConditions .condition_box_right_img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .upgradeConditions .condition_box_right_title {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .restockingRules {
    padding: 80px 0;
  }

  .restockingRules .restockingRules_box {
    width: 100%;
    font-size: 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
  }

  .restockingRules .restockingRules_box img {
    width: 400px;
    height: 400px;
    object-fit: contain;
  }

  .rewardRules {
    width: 100%;
    background-color: #f6f6f6;
    padding: 80px 0;
  }

  .rewardRules .rewardRules_btn {
    width: 600px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .rewardRules .rewardRules_btn_item {
    width: 230px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
  }

  .rewardRules .btnAct {
    color: #fff;
    background: #08C89D;
  }

  .rewardRules .rewardRules_box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .rewardRules .rewardRules_box img {
    width: 280px;
    height: 360px;
    object-fit: contain;
  }

  .rewardRules .boxAct {
    display: flex;
  }