.pc {
  display: none;
}
.h5 {
  display: block;
  height: 100%;
  width: 100%;
}
* {
  padding: 0px;
  margin: 0px;
}
/* 当屏幕宽度小于等于 768px 时，隐藏 class="pc"，显示 class="h5" */
@media (min-width: 768px) {
  html,
  body {
    background-color: #fce9f8 !important;
    background: #fce9f8 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    padding: 0px !important;
  }
  body {
    position: relative;
    max-width: 100% !important;
  }
  .pc {
    display: block;
  }
  .h5 {
    display: none;
  }
  .pcbg {
    height: 100vh;
    width: auto;
    position: absolute;
    right: 0px;
  }
  .pcbg .pimg {
    width: auto;
    height: 100vh;
    position: relative;
    right: 0px;
  }
  .pcsw {
    height: 100vh;
    width: 20%;
    background: linear-gradient(to right, #fce9f8, transparent);
    /* background: linear-gradient(to right, #fce9f8 70%, transparent 30%); */
    position: absolute;
    z-index: 1000;
    left: 0px;
  }
  .pccon {
    width: 80%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 10000;
  }
  .pcl {
    width: 60%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .plt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    width: 100%;
    align-self: flex-start;
  }
  .plm {
    align-self: center;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    letter-spacing: 3px;
    font-size: 18px;
    color: #000000;
  }
  .plf {
    height: 40%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
  }
  .plogo {
    width: 250px;
  }
  .pqr {
    margin-bottom: 15px;
  }
  .pl1 {
    width: 80%;
  }
  .pcr {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
