.directSales {
    padding: 80px 0;
  }

  .directSales .subheading {
    color: #262626;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    width: 950px;
    margin: 40px auto;

  }

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

  .publicPlatoonGameplay {
    width: 100%;
    padding: 50px 0;
    background: url('/static/images/index/fanganbg.jpg');
  }

  .publicPlatoonGameplay .title {
    color: #fff;
  }

  .publicPlatoonGameplay .box {
    width: calc(100% - 100px);
    height: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .publicPlatoonGameplay .box_item {
    width: 600px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }

  .publicPlatoonGameplay .box_item .serialNumber {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #ffbc2c;
  }

  .publicPlatoonGameplay .box_item .box_item_right {
    width: 550px;
    font-size: 18px;
  }

  .publicPlatoonGameplay .box_item .box_item_right_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .publicPlatoonGameplay .box img {
    width: 300px;
    height: 300px;
    object-fit: contain;
  }

  .rewardForm {
    padding: 80px 0;
  }

  .rewardForm .rewardForm_box {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .rewardForm .rewardForm_box img {
    width: 400px;
    height: 400px;
    object-fit: contain;
  }

  .rewardForm .rewardForm_box_item {
    width: 350px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .rewardForm .rewardForm_box_item_left {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
  }

  .rewardForm .rewardForm_box_item_left img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .rewardForm .rewardForm_box_item_right {
    width: 100%;
    height: 100px;
    display: flex;
  }

  .rewardForm .rewardForm_box_item_right img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }