#home1 {
  height: 110vh;
  background: #0a0a1a;
  background-image: url("");
}
#home1 .proxy-container {
  width: 1300px;
  margin: 0 auto;
  min-height: 500px;
  text-align: center;
}
#home1 .proxy-container .proxy-title {
  margin-top: 30px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#home1 .proxy-container .proxy-desc {
  font-size: 18px;
  font-weight: 500;
  color: #c5c8d0;
  margin-top: 40px;
}
#home1 .proxy-container .list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  gap: 10px;
}
#home1 .proxy-container .list .list-item {
  width: 260px;
  height: 410px;
  background-color: #182145;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  position: relative;
}
#home1 .proxy-container .list .list-item .level {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#home1 .proxy-container .list .list-item .bg {
  background-color: #223744;
}
#home1 .proxy-container .list .list-item .discharge {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
#home1 .proxy-container .list .list-item .price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#home1 .proxy-container .list .list-item .btn {
  width: 180px;
  height: 48px;
  line-height: 38px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
#home1 .proxy-container .list .list-item .btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
#home1 .proxy-container .list .list-item .num {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  line-height: 48px;
}
#home1 .proxy-container .list .list-item .last {
  border-radius: 0 0 16px 16px;
}
#home1 .proxy-container .list .list-item .hot-tag {
  color: #fff;
  position: absolute;
  top: -20px;
  right: 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(270deg, #d77c3a 0%, #7f225e 100%);
  border-radius: 20px 20px 20px 0px;
}
#home1 .proxy-container .list .itembg {
  height: 500px;
  margin-top: -40px;
  padding-top: 58px;
}
#home1 .proxy-container .list .itembg .last {
  height: 97.5px;
  line-height: 100px;
}
#home2 {
  height: 170vh;
}
#home2 .space {
  height: 200px;
}
#home2 .six-card .six-title {
  margin-bottom: 80px;
}
#home2 .six-card .list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
#home2 .six-card .list .item {
  width: 312px;
  height: 287px;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}
#home2 .six-card .list .item img {
  margin-top: 40px;
}
#home2 .six-card .list .item .text {
  font-size: 24px;
  font-weight: 700;
  padding-left: 5px;
  background: linear-gradient(270deg, #85efee 0%, #4860e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 50px;
}
#home2 .six-card .list .item .desc {
  font-size: 15px;
  color: #c5c8d0;
  font-weight: normal;
  margin-top: 30px;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
