.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1240px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1240px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  #Home {
    height: 522px;
  }
  #Home .down {
    left: 121px;
    bottom: 139px;
  }
  #AboutUs {
    padding-top: 120px;
  }
  #ProductBasics {
    padding-top: 120px;
  }
  #ProductBasics .container .box1 .item {
    padding: 16px;
  }
  #ProductBasics .container .box1 .item img {
    margin-bottom: 14px;
  }
  #ProductBasics .container .box1 .item1 {
    width: 383px;
    height: 193px;
    position: absolute;
    background-color: #fff9f9;
    top: 0;
    left: 50%;
    margin-left: -175px;
  }
  #ProductBasics .container .box1 .p1 {
    font-size: 34px;
  }
  #ProductBasics .container .box1 .item2 {
    height: 180px;
  }
  #ProductBasics .container .box1 .item4 {
    height: 180px;
  }

  #AboutUs .container .left .p1 {
    font-size: 34px;
  }
  #ProductFeatures .container  .top .p1 {
    font-size: 34px;
  }
  #TargetGroup .container .left .p1 {
    font-size: 34px;
  }
  #TargetGroup .container .right img {
    width: 526px;
    height: auto;
  }
  #ProductFeatures .container  .bottom .item {
    width: 328px;
    height: 300px;
    background: #fff7f0;
    border-radius: 40px 40px 40px 40px;
    padding: 36px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ProductFeatures .container  .bottom .item p {
    font-size: 28px;
  }
  #ProductBasics .container .box1 .item4 {
    right: 55px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  #Home {
    height: 482px;
  }
  #Home .down {
    left: 121px;
    bottom: 139px;
  }
  #AboutUs {
    padding-top: 120px;
  }
  #ProductBasics {
    padding-top: 120px;
  }
  #ProductBasics .container .box1 .item {
    padding: 16px;
  }
  #ProductBasics .container .box1 .item img {
    margin-bottom: 14px;
  }
  #ProductBasics .container .box1 .item1 {
    width: 383px;
    height: 193px;
    position: absolute;
    background-color: #fff9f9;
    top: 0;
    left: 50%;
    margin-left: -175px;
  }
  #ProductBasics .container .box1 .p1 {
    font-size: 34px;
  }
  #ProductBasics .container .box1 .item2 {
    height: 180px;
  }
  #ProductBasics .container .box1 .item4 {
    height: 180px;
  }

  #AboutUs .container .left .p1 {
    font-size: 34px;
  }
  #ProductFeatures .container  .top .p1 {
    font-size: 34px;
  }
  #TargetGroup .container .left .p1 {
    font-size: 34px;
  }
  #TargetGroup .container .right img {
    width: 526px;
    height: auto;
  }
  #ProductFeatures .container .bottom .item {
    width: 308px;
    height: 300px;
    background: #fff7f0;
    border-radius: 40px 40px 40px 40px;
    padding: 26px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ProductFeatures .container .bottom .item p {
    font-size: 25px;
  }
  #ProductBasics .container .box1 .item4 {
    right: 55px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1240px;
  }
}
