* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
.head-top {
  width: 10rem;
  height: 6.13333333rem;
  padding-top: 0.8rem;
  background: linear-gradient(135deg, #ffcc66, #ff6699);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.head-top .logo {
  width: 1.73333333rem;
  height: 1.73333333rem;
  border-radius: 13px;
  margin: auto;
}
.head-top .logo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.head-top .h1-1 {
  width: 10rem;
  height: 0.8rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.53333333rem;
  color: #555555;
}
.head-top .bj {
  width: 10rem;
  height: 1.6rem;
  margin-top: 0.13333333rem;
}
.head-top .bj p {
  font-size: 14px;
  text-align: center;
  padding: 0 0.26666667rem 0 0.26666667rem;
  color: #555353;
}
.cont {
  width: 10rem;
  height: 10.13333333rem;
  border-bottom: 5px solid #eeecec;
}
.cont .qrs {
  width: 8rem;
  height: 0.8rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.8rem;
  margin-left: 0.53333333rem;
  margin-top: 0.4rem;
  color: #333;
}
.cont .cy1 {
  width: 10rem;
}
.cont .cy1 .cy2 {
  width: 9.73333333rem;
  height: 500px;
  margin: auto;
}
.cont .cy1 .peoplez {
  width: 9.6rem;
  height: 8rem;
  flex-wrap: wrap;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cont .cy1 .peoplez .peoplef {
  width: 1.92rem;
  height: 2.26666667rem;
}
.cont .cy1 .peoplez .peoplef img {
  width: 1.52rem;
  height: 1.52rem;
  height: auto;
  border-radius: 10px;
}
.cont .cy1 .peoplez .peoplef p {
  width: 1.92rem;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #525151;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:visited {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
.popup {
  position: fixed;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  animation: dropIn 0.8s ease-out forwards;
  overflow-y: scroll;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup p {
  font-size: 16px;
  color: #333;
}
.popup img {
  width: 100%;
  height: 100%;
  margin-top: 0.26666667rem;
}
.popup.show {
  display: block;
}
.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-overlay.show {
  display: block;
}
@keyframes dropIn {
  0% {
    top: -18vh;
  }
  60% {
    top: 30%;
  }
  75% {
    top: 20%;
  }
  90% {
    top: 25%;
  }
  100% {
    top: 18%;
  }
}
.popup {
  width: 8rem;
  height: 13.33333333rem;
  border-radius: 20px;
  background-color: #f6f6f7;
}
.gd {
  width: 10rem;
  height: 0.85333333rem;
  text-align: center;
  position: relative;
}
.gd a {
  height: 0.85333333rem;
  line-height: 0.85333333rem;
  display: block;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
}
.gd a img {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.05333333rem;
  left: 6.26666667rem;
}
.mingc {
  width: 10rem;
  height: 8rem;
}
.mc1 {
  width: 9.2rem;
  height: 1.33333333rem;
  position: relative;
  margin: auto;
  border-bottom: 3px solid #eeecec;
  line-height: 1.33333333rem;
}
.mc1 span {
  position: absolute;
  left: 7.2rem;
  font-size: 14px;
  font-weight: bold;
  color: #686868;
}
.mc1 p {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.gg1 {
  width: 9.2rem;
  margin: auto;
  padding: 0.13333333rem 0 0.26666667rem 0;
  border-bottom: 3px solid #eeecec;
}
.gg1 span {
  font-size: 16px;
  font-weight: bold;
  color: #ff3535;
}
.gg1 p {
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
  margin-top: 0.13333333rem;
}
.zs1 {
  width: 9.2rem;
  margin: auto;
  padding: 0.13333333rem 0 0.26666667rem 0;
  border-bottom: 3px solid #eeecec;
}
.zs1 span {
  font-size: 16px;
  font-weight: bold;
  color: #ff3535;
}
.zs1 p {
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
  margin-top: 0.13333333rem;
}
.zs1 img {
  width: 100%;
  height: 100%;
  margin-top: 0.26666667rem;
}
.wt1 {
  width: 9.2rem;
  margin: auto;
  padding: 0.13333333rem 0 0.26666667rem 0;
  border-bottom: 5px solid #eeecec;
}
.wt1 span {
  font-size: 16px;
  font-weight: bold;
  color: #ff3535;
}
.wt1 h4 {
  font-size: 14px;
  font-weight: bold;
  color: #f37b7b;
  margin-top: 0.13333333rem;
}
.wt1 p {
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
  margin-top: 0.13333333rem;
}
.wt1 p span {
  font-size: 14px;
  color: #6fbef3;
}
.qunliuyan .liuyanz img {
  width: 1.04rem;
  height: 1.04rem;
}
.qunliuyan {
  width: 9.2rem;
  margin: auto;
  padding: 0.13333333rem 0 0.26666667rem 0;
}
.qunliuyan .liuyantit {
  margin-top: 0.13333333rem;
}
.qunliuyan .liuyantit .lyo {
  font-size: 16px;
  font-weight: bold;
  color: #5c5c5c;
}
.liuyanz {
  width: 9.2rem;
  height: 1.6rem;
  position: relative;
}
.liuyanz .qleft {
  position: absolute;
  top: 0.18666667rem;
  left: 0;
  border-radius: 5px;
}
.liuyanz .nichen {
  position: absolute;
  top: 0.18666667rem;
  left: 1.33333333rem;
  font-size: 14px;
  font-weight: bold;
  color: #5a5a5a;
}
.liuyanz .liuyan {
  width: 5.33333333rem;
  position: absolute;
  top: 0.69333333rem;
  left: 1.33333333rem;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5a5a5a;
}
.liuyanz .qright img {
  position: absolute;
  top: 0.50666667rem;
  left: 7.06666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
}
.liuyanz .qright p {
  font-size: 14px;
  position: absolute;
  top: 0.50666667rem;
  left: 7.73333333rem;
  font-weight: bold;
  color: #8f8e8e;
}
.qqq1 {
  border: 0;
}
body,
html {
  background-color: #F7F7F7;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
div {
  font-family: inherit;
  color: inherit;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}
.wz1 {
  position: absolute;
  width: 340px;
  height: 570px;
  background-color: #a3a3a3;
  opacity: 0.9;
  top: -700px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.dbxz1 {
  width: 7.46666667rem;
  height: 1.2rem;
  margin: auto;
  position: fixed;
  bottom: 0.53333333rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  opacity: 0.9;
}
.dbxz1 a {
  width: 7.46666667rem;
  height: 1.2rem;
  background-color: #3498db;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1.2rem;
  font-weight: bold;
  color: #F7F7F7;
}
.dcz1 {
  width: 10rem;
  height: 1.33333333rem;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  25% {
    transform: translateX(-50%) translateY(-10px);
  }
  75% {
    transform: translateX(-50%) translateY(10px);
  }
}
.shake {
  animation: shake 0.5s ease-in-out infinite;
}
@keyframes tiltShake {
  0%,
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
  10% {
    transform: translateX(-50%) rotate(2deg);
  }
  20% {
    transform: translateX(-50%) rotate(-2deg);
  }
  30% {
    transform: translateX(-50%) rotate(2deg);
  }
  40% {
    transform: translateX(-50%) rotate(-2deg);
  }
  50% {
    transform: translateX(-50%) rotate(1deg);
  }
  60% {
    transform: translateX(-50%) rotate(-1deg);
  }
  70% {
    transform: translateX(-50%) rotate(1deg);
  }
  80% {
    transform: translateX(-50%) rotate(-1deg);
  }
  90% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.shake {
  animation: tiltShake 0.5s ease-in-out infinite;
}
.gx1 {
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 0.66666667rem;
}
.erphpdown-default {
  background-color: red;
  border: 0;
  position: relative;
}
.erphpdown-default legend {
  width: 100%;
  border-radius: 0%;
  position: absolute;
  text-align: center;
  left: 0;
}
.erphpdown-default .erphpdown-price {
  position: absolute;
  top: 0.53333333rem;
  height: 0;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
}
.erphpdown-default .erphpdown-buy {
  position: absolute;
  top: 1.33333333rem;
  left: 0.66666667rem;
  width: 5.33333333rem;
  background-color: #3498db;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #F7F7F7;
  padding: 0.21333333rem 0;
  border-radius: 15px;
}
#popupBox img {
  width: 100%;
  height: 9.86666667rem;
  display: block;
}
#popupBox .ww2a5 {
  text-align: center;
}
#popupBox .wwq1 {
  width: 100%;
  padding: 0.4rem;
  margin-top: 0.53333333rem;
  border: 2px dashed #f8570c;
  border-radius: 15px;
  font-size: 14px;
  color: #585858;
}
.h1-1 p {
  width: 10rem;
}
.h1-1 p span {
  margin-right: 0.05333333rem;
}
.mingc .payyzf1 {
  all: unset;
  width: 6.4rem;
  height: 1.06666667rem;
  margin: auto;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-top: 0.4rem;
  border-radius: 10px;
  background-color: #3498db;
}
