@media (max-width: 1140px) {
  .head_pc {
    display: none;
  }
  .head_wap {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
  }
  .head_wap .wap_logo img {
    width: 70%;
  }
  .pc_cang {
    display: none !important;
  }
  .phone_cang {
    display: block !important;
  }
}
