.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
  #home .container .left .p1 {
    font-size: 64px;
    line-height: 75px;
  }
  #home .container .left .p2 {
    font-size: 32px;
    line-height: 38px;
  }
  #home .container .left .p3 {
    font-size: 128px;
  }
  #home .container .left .p4 {
    font-size: 32px;
    line-height: 38px;
  }
  #home .container .right {
    width: 486px;
    height: 749px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  #home .container .left .p1 {
    font-size: 45px;
    line-height: 65px;
  }
  #home .container .left .p2 {
    font-size: 28px;
    line-height: 32px;
  }
  #home .container .left .p3 {
    font-size: 100px;
  }
  #home .container .left .p4 {
    font-size: 28px;
    line-height: 32px;
  }
  #home .container .right {
    width: 386px;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  #home .container .left .p1 {
    font-size: 40px;
    line-height: 55px;
  }
  #home .container .left .p2 {
    font-size: 25px;
    line-height: 30px;
  }
  #home .container .left .p3 {
    font-size: 74px;
  }
  #home .container .left .p4 {
    font-size: 26px;
    line-height: 30px;
  }
  #home .container .right {
    width: 386px;
    height: auto;
  }
  #borrow .container li {
    width: 220px;
  }
  #choose {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  #home .container .left .p1 {
    font-size: 40px;
    line-height: 55px;
  }
  #home .container .left .p2 {
    font-size: 25px;
    line-height: 30px;
  }
  #home .container .left .p3 {
    font-size: 74px;
  }
  #home .container .left .p4 {
    font-size: 26px;
    line-height: 30px;
  }
  #home .container .right {
    width: 386px;
    height: auto;
  }
  #borrow .container li {
    width: 220px;
  }
  #choose {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
  .container {
    width: 1000px;
  }
}
