#home1 {
  height: 80vh;
}
#home1 .main .banner-title {
  margin-top: 130px;
}
#home1 .main .banner-title .banner-title-left .title-btn {
  margin-top: 80px;
  margin-bottom: 60px;
}
#home1 .main .banner-title .banner-title-left .sub-title-list {
  width: 800px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #c5c8ce;
}
#home1 .main .banner-title .banner-title-left .sub-title-list .sub-title-item {
  width: 30%;
  margin-bottom: 20px;
}
#home1 .main .banner-title .banner-title-left .sub-title-list .sub-title-item span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
#home1 .main .nav-list {
  margin-top: 250px;
}
#home2 {
  height: 150vh;
}
#home2 .space {
  height: 250px;
}
#home2 .IP-box {
  margin-top: 0;
}
#home2 .icon-box .left .space {
  height: 160px;
}
#home2 .icon-box .left .item-three {
  margin-bottom: 50px;
}
#home2 .icon-box .right img {
  width: 100%;
}
#home3 {
  height: 100vh;
  background-image: url("../assets/images/price/bgimg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home3 .space {
  height: 80px;
}
#home3 .left-four {
  height: 700px;
  width: 1360px;
  margin: 0 auto;
}
#home3 .left-four .content .main-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
#home3 .left-four .content .warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  margin-top: 50px;
}
#home3 .left-four .content .warpper .left {
  width: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-left: 4px;
  height: 100%;
  padding: 20px;
}
#home3 .left-four .content .warpper .right {
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-around;
  gap: 10px;
  padding: 20px 0;
}
#home3 .left-four .content .warpper .right .right-item {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#home3 .left-four .content .warpper .right .right-item .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-left: 20px;
}
#home3 .left-four .content .warpper .right .right-item .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
#home3 .left-four .content .warpper .right .right-item .desc {
  font-size: 15px;
  line-height: 24px;
  color: #c5c8d0;
}
#home4 .space {
  height: 100px;
}
#home4 .proxy-container {
  width: 1360px;
  margin: 0 auto;
  min-height: 400px;
  text-align: center;
}
#home4 .proxy-container .main-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
}
#home4 .proxy-container .sub-title-list {
  margin-top: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 120px;
  margin-top: 70px;
}
#home4 .proxy-container .sub-title-list span {
  padding-left: 10px;
  font-size: 16px;
  color: #c5c8ce;
  font-weight: 500;
}
#home4 .proxy-container .card-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 50px;
  margin-top: 80px;
}
#home4 .proxy-container .card-list .card-item {
  width: 420px;
  height: 700px;
  border-radius: 16px;
  border: 2px solid #474656;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #c5c8ce;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
#home4 .proxy-container .card-list .card-item .icon-box {
  width: 80px;
  height: 80px;
  background: #474656;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home4 .proxy-container .card-list .card-item .icon-box img {
  width: 48px;
  height: 48px;
}
#home4 .proxy-container .card-list .card-item .card-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}
#home4 .proxy-container .card-list .card-item .card-price {
  font-size: 48px;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-family: Source Han Sans CN, Source Han Sans CN;
  border-bottom: 1px solid #474656;
}
#home4 .proxy-container .card-list .card-item .price-unit {
  font-size: 16px;
  padding-left: 10px;
}
#home4 .proxy-container .card-list .card-item .card-desc {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin-top: 32px;
  width: 100%;
  text-align: left;
}
#home4 .proxy-container .card-list .card-item .card-desc .fa-solid {
  margin-right: 10px;
}
#home4 .proxy-container .card-list .card-item .card-btn {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 100%;
  text-align: center;
  border: 1px solid #474656;
  border-radius: 8px;
  height: 48px;
  width: 357px;
  line-height: 48px;
  cursor: pointer;
}
#home4 .proxy-container .card-list .card-item:hover {
  transform: scale(1.02);
  border: none;
  box-shadow: 0px 0px 16px 1px rgba(130, 233, 236, 0.6);
  color: #fff;
}
#home4 .proxy-container .card-list .card-item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#home4 .proxy-container .card-list .card-item:hover .icon-box {
  background: linear-gradient(180deg, #3c56f0 0%, #85efee 100%) !important;
}
#home4 .proxy-container .card-list .card-item:hover .card-title {
  background: linear-gradient(270deg, #85efee 0%, #4860e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#home4 .proxy-container .card-list .card-item:hover .card-price {
  border-bottom: 1px solid #85efee;
}
#home4 .proxy-container .card-list .card-item:hover .card-price,
#home4 .proxy-container .card-list .card-item:hover .card-desc {
  color: #fff;
}
#home4 .proxy-container .card-list .card-item:hover .card-btn {
  background: linear-gradient(270deg, #85efee 0%, #4860e8 100%);
  color: #fff;
  border: none;
}
#home4 .proxy-box {
  width: 1360px;
  margin: 0 auto;
  height: 340px;
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}
#home4 .proxy-box .left {
  width: 570px;
  height: 100%;
  text-align: center;
}
#home4 .proxy-box .left img {
  width: 550px;
}
#home4 .proxy-box .right {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home4 .proxy-box .right .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home4 .proxy-box .right .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 26px;
}
#home5 {
  height: 30vh;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
