/* 针对宽度大于1200px的屏幕 */
@media (min-width: 1200px) {
  * {
    margin: 0;
    padding: 0;
  }
  .head-top {
    width: 900px;
    margin: auto;
    height: 400px;
    padding-top: 30px;
  }
  .head-top .logo {
    width: 100px;
    height: 100px;
  }
  .head-top .h1-1 {
    width: 100%;
    height: 50px;
    margin: auto;
  }
  .head-top .h1-1 p {
    width: 100%;
    height: 100%;
  }
  .head-top .bj {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 100px;
  }
  .head-top .bj p {
    width: 100%;
    font-size: 16px;
  }
  .payment-success {
    width: 800px !important;
  }
  .cont {
    width: 900px;
    height: 650px;
    margin: auto;
    border: none;
  }
  .cont .qrs {
    width: 900px;
    margin: 0;
  }
  .cont .cy1 {
    width: 900px;
    height: 500px;
  }
  .cont .cy1 .peoplez {
    width: 900px;
    height: 100%;
    margin: auto;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
  }
  .cont .cy1 .peoplez .peoplef {
    width: 100px;
    height: 100px;
    margin-left: 80px;
  }
  .cont .cy1 .peoplez .peoplef img {
    width: 100%;
  }
  .cont .cy1 .peoplez .peoplef p {
    width: 100%;
  }
  .gd {
    width: 900px;
    height: 100px;
    margin: auto;
  }
}
