.wap-1-psd-by-psd-to-design-17-07-2025-20-50-45-gmt-8,
.wap-1-psd-by-psd-to-design-17-07-2025-20-50-45-gmt-8 * {
  box-sizing: border-box;
}
.wap-1-psd-by-psd-to-design-17-07-2025-20-50-45-gmt-8 {
  height: 1374px;
  position: relative;
}
/* 移动端适配 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.frame {
  background: #ffffff;
  width: 100vw;
  max-width: 750px;
  height: 100vh;
  min-height: 667px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
}
.div {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
._3 {
  width: 60vw;
  height: 5.7vh;
  position: absolute;
  left: 20vw;
  top: 86.7vh;
  object-fit: contain;
}
.zi {
  width: 98vw;
  height: 10.3vh;
  position: absolute;
  left: 1vw;
  top: 21vh;
  object-fit: contain;
}
._5 {
  width: 98vw;
  height: 30.6vh;
  position: absolute;
  left: 1vw;
  top: 34vh;
  object-fit: contain;
}
._11 {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
._1 {
  width: 44vw;
  height: 7vh;
  position: absolute;
  left: 3vw;
  top: 66.9vh;
  object-fit: contain;
}
._2 {
  width: 44vw;
  height: 7vh;
  position: absolute;
  left: 53vw;
  top: 66.9vh;
  object-fit: contain;
}
._32 {
  width: 44vw;
  height: 7vh;
  position: absolute;
  left: 3vw;
  top: 75.9vh;
  object-fit: contain;
}
._4 {
  width: 44vw;
  height: 7vh;
  position: absolute;
  left: 53vw;
  top: 75.9vh;
  object-fit: contain;
}
.tx {
  width: 0.01px;
  height: 0.01px;
  position: absolute;
  left: 0px;
  top: 0px;
}
._12 {
  width: 0.01px;
  height: 0.01px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.div2 {
  width: 44vw;
  height: 7vh;
  position: absolute;
  left: 3vw;
  top: 66.9vh;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.3s;
}

.div2:hover {
  opacity: 0.8;
}
._111 {
  width: 0.01px;
  height: 0.01px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

._111.show {
  display: block;
  width: auto;
  height: auto;
}
._81 {
  width: 87vw;
  height: 28vh;
  position: absolute;
  left: 2vw;
  top: 38vh;
  background-image: url('../images/_810.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5vh;
  padding: 2.5vh 4vw;
  box-sizing: border-box;
}

/* 服务器选择列表样式 */
._81 .server-row {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
  height: 3.8vh;
  min-height: 36px;
  padding: 0;
  justify-content: center;
}

._81 .latency-cell {
  flex: 0 0 12vw;
  max-width: 80px;
  height: 100%;
  background-color: #4a4a4a;
  border: 1.5px solid #6A696A;
  border-radius: 0px;
  padding-top: 1vh;
  padding-bottom: 1vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFCD6C;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
}

._81 .arrow-cell {
  flex: 0 0 2.5vw;
  max-width: 16px;
  color: #EFCD6C;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}

._81 .server-cell {
  flex: 0 0 35vw;
  max-width: 150px;
  height: 105%;
  background-color: #4a4a4a;
  border: 1.5px solid #6A696A;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFCD6C;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
}

._81 .enter-btn {
  flex: 0 0 15vw;
  max-width: 100px;
  height: 105%;
  margin-left: 0.7vh;
  background-color: #d4af37;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.2vw;
  font-weight: 800;
  cursor: pointer;
}

._81 .enter-btn:hover {
  background-color: #c4941f;
}

/* 链接样式 */
._81 a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

/* 移动端优化 */
@media screen and (max-width: 768px) {
  ._81 {
    gap: 1.5vh;
    padding: 2.5vh 4vw;
  }
  
  ._81 .server-row {
    gap: 1vw;
    height: 3.5vh;
    min-height: 35px;
    padding: 0.2vh 0;
  }
  
  ._81 .latency-cell {
    flex: 0 0 14vw;
    font-size: 2.8vw;
  }
  
  ._81 .arrow-cell {
    flex: 0 0 3vw;
    font-size: 3.6vw;
  }
  
  ._81 .server-cell {
    flex: 0 0 40vw;
    font-size: 2.8vw;
  }
  
  ._81 .enter-btn {
    flex: 0 0 18vw;
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 480px) {
  ._81 {
    gap: 1.2vh;
    padding: 2vh 3vw;
  }
  
  ._81 .server-row {
    gap: 0.8vw;
    height: 3.2vh;
    min-height: 30px;
    padding: 0.2vh 0;
  }
  
  ._81 .latency-cell {
    flex: 0 0 16vw;
    font-size: 3.2vw;
  }
  
  ._81 .arrow-cell {
    flex: 0 0 3.5vw;
    font-size: 4.2vw;
  }
  
  ._81 .server-cell {
    flex: 0 0 45vw;
    font-size: 3.2vw;
  }
  
  ._81 .enter-btn {
    flex: 0 0 20vw;
    font-size: 3vw;
  }
}
._4-6 {
  width: 10vw;
  height: 17.6vh;
  position: absolute;
  left: 10vw;
  top: 48vh;
  overflow: visible;
}
._4-8 {
  width: 28.8vw;
  height: 17.6vh;
  position: absolute;
  left: 35.6vw;
  top: 48vh;
  overflow: visible;
}
._4-2 {
  width: 14.1vw;
  height: 2.8vh;
  position: absolute;
  left: 70vw;
  top: 49vh;
  overflow: visible;
}
._4-3 {
  width: 14.1vw;
  height: 2.8vh;
  position: absolute;
  left: 70vw;
  top: 52.7vh;
  overflow: visible;
}
._4-4 {
  width: 14.1vw;
  height: 2.8vh;
  position: absolute;
  left: 70vw;
  top: 56.4vh;
  overflow: visible;
}
._4-5 {
  width: 14.1vw;
  height: 2.8vh;
  position: absolute;
  left: 70vw;
  top: 60.1vh;
  overflow: visible;
}
._4-7 {
  width: 14.1vw;
  height: 2.8vh;
  position: absolute;
  left: 70vw;
  top: 63.8vh;
  overflow: visible;
}
._8888-com-8888-com-8888-com-8888-com-8888-com {
  color: #edcb6b;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.9vw;
  line-height: 3.7vh;
  letter-spacing: 0.0781em;
  font-weight: 400;
  position: absolute;
  left: 35.6vw;
  top: 48vh;
  width: 28.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 17.6vh;
}
._10-ms-20-ms-30-ms-40-ms-59-ms {
  color: #edcb6b;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.9vw;
  line-height: 3.7vh;
  letter-spacing: 0.09380000000000001em;
  font-weight: 400;
  position: absolute;
  left: 10vw;
  top: 48vh;
  width: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 17.6vh;
}
.div3 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.1vw;
  line-height: 2.8vh;
  letter-spacing: 0.015600000000000001em;
  font-weight: 400;
  position: absolute;
  left: 70vw;
  top: 49vh;
  width: 14.1vw;
  height: 2.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.div4 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.1vw;
  line-height: 2.8vh;
  letter-spacing: 0.015600000000000001em;
  font-weight: 400;
  position: absolute;
  left: 70vw;
  top: 52.7vh;
  width: 14.1vw;
  height: 2.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
._22 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.1vw;
  line-height: 2.8vh;
  letter-spacing: 0.015600000000000001em;
  font-weight: 400;
  position: absolute;
  left: 70vw;
  top: 56.4vh;
  width: 14.1vw;
  height: 2.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
._33 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.1vw;
  line-height: 2.8vh;
  letter-spacing: 0.015600000000000001em;
  font-weight: 400;
  position: absolute;
  left: 70vw;
  top: 60.1vh;
  width: 14.1vw;
  height: 2.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
._42 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.1vw;
  line-height: 2.8vh;
  letter-spacing: 0.015600000000000001em;
  font-weight: 400;
  position: absolute;
  left: 70vw;
  top: 63.8vh;
  width: 14.1vw;
  height: 2.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
._85-5 {
  width: 2.3vw;
  height: 15.7vh;
  position: absolute;
  left: 23vw;
  top: 49vh;
  object-fit: cover;
}
.logo {
  width: 40vw;
  height: 30vh;
  position: absolute;
  left: 30vw;
  top: -5vh;
  object-fit: contain;
}
._34 {
  width: 100vw;
  height: 5.2vh;
  position: absolute;
  left: 0;
  top: 94.8vh;
  object-fit: cover;
}
.copyright-reserved {
  color: #ffffff;
  text-align: center;
  font-family: "HiraginoSansGb-W3", sans-serif;
  font-size: 3.2vw;
  line-height: 1.8vh;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 96.6vh;
  width: 100vw;
}
.div5 {
  background: #ffffff;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  position: absolute;
  left: 790px;
  top: 20px;
  overflow: hidden;
}
.rate-this-free-import-from-psd-to-design {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stars {
  flex-shrink: 0;
  width: 130px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.star-1 {
  border-radius: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.rate-1 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.star-2 {
  border-radius: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 26px;
  top: 0px;
  overflow: visible;
}
.rate-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 26px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.star-3 {
  border-radius: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 52px;
  top: 0px;
  overflow: visible;
}
.rate-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 52px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.star-4 {
  border-radius: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 78px;
  top: 0px;
  overflow: visible;
}
.rate-4 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 78px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.star-5 {
  border-radius: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 104px;
  top: 0px;
  overflow: visible;
}
.rate-5 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 104px;
  top: 0px;
  width: 24px;
  height: 24px;
}
