#home1 .main .banner-title .banner-title-left .title-two {
  margin: 0;
  color: #fff;
}
#home1 .main .banner-title .banner-title-left .title-two span {
  color: #85efee;
}
#home1 .main .banner-title .banner-title-left .title-three {
  margin-top: 20px;
}
#home1 .main .banner-title .banner-title-left .title-four {
  margin-top: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#home1 .main .banner-title .banner-title-left .sub-title-list {
  display: block;
}
#home1 .main .banner-title .banner-title-left .sub-title-list .sub-title-item {
  width: 100%;
}
#home1 .main .banner-title .banner-title-right {
  width: 730px;
}
#home2 {
  height: 300vh;
}
#home2 .space {
  height: 100px;
}
#home2 .solution-container .tab-nav {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  background: rgba(24, 33, 69, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 5px;
}
#home2 .solution-container .tab-nav .tab-item {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: rgba(43, 117, 57, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(43, 117, 57, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  border: none;
  margin-right: 5px;
}
#home2 .solution-container .tab-nav .tab-item.active {
  color: #223744;
  font-weight: bold;
  background-color: #fff;
}
#home2 .solution-container .tab-nav .tab-item:last-child {
  margin-right: 0;
}
#home2 .solution-container .tab-nav .slider {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  background: #fff;
  transition: all 0.3s ease;
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  z-index: 0;
}
#home2 .solution-container .tab-content .content-item .list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  gap: 10px;
  text-align: center;
}
#home2 .solution-container .tab-content .content-item .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;
}
#home2 .solution-container .tab-content .content-item .list .list-item .level {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#home2 .solution-container .tab-content .content-item .list .list-item .bg {
  background-color: #223744;
}
#home2 .solution-container .tab-content .content-item .list .list-item .discharge {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#home2 .solution-container .tab-content .content-item .list .list-item .price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#home2 .solution-container .tab-content .content-item .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;
}
#home2 .solution-container .tab-content .content-item .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);
}
#home2 .solution-container .tab-content .content-item .list .list-item .num {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  line-height: 48px;
}
#home2 .solution-container .tab-content .content-item .list .list-item .itembg {
  height: 500px;
  margin-top: -40px;
  padding-top: 58px;
}
#home2 .solution-container .tab-content .content-item .list .list-item .itembg .last {
  height: 100px;
  line-height: 100px;
}
#home2 .solution-container .tab-content .content-item .list .list-item .last {
  border-radius: 0 0 16px 16px;
}
#home2 .solution-container .tab-content .content-item .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;
}
#home2 .solution-container .tab-content .content-item .list .itembg {
  height: 500px;
  margin-top: -40px;
  padding-top: 58px;
}
#home2 .solution-container .tab-content .content-item .list .itembg .last {
  height: 100px;
  line-height: 100px;
}
#home2 .solution-container .tab-content .content-item .tag-input-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 100px;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item {
  width: 300px;
  height: 560px;
  background: #182145;
  border-radius: 16px 16px 16px 16px;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .input-title {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .content {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  color: #fff;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .btn {
  color: #fff;
  height: 48px;
  width: 180px;
  background-color: #223744;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  border: none;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .btn:hover {
  transform: scale(1.01);
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .info {
  font-size: 14px;
  color: #c5c8d1;
  margin-top: 20px;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .price {
  font-size: 14px;
  color: #85efee;
  font-weight: bold;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .price-org {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  text-decoration: line-through;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .big-price {
  font-size: 24px;
  color: #85efee;
  font-weight: bold;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .tag-input-item .hot-tag {
  color: #fff;
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #223744;
  padding: 0 10px;
  border-radius: 0 0 16px 16px;
  width: 110px;
  height: 40px;
  background: linear-gradient(270deg, #d77c3a 0%, #7f225e 100%);
  border-radius: 20px 20px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home2 .solution-container .tab-content .content-item .tag-input-content .ishot {
  height: 700px;
  position: relative;
  margin-top: -64px;
  padding-top: 64px;
}
#home2 .proxy-box {
  margin-bottom: 400px;
}
#home3 .price-container {
  width: 1360px;
  min-height: 500px;
  margin: 0 auto;
  text-align: center;
}
#home3 .price-container .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
#home3 .price-container .price-list {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 50px 0;
  margin-top: 100px;
}
#home3 .price-container .price-list .item {
  width: 660px;
  height: 282px;
  border: 2px solid #474656;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#home3 .price-container .price-list .item:hover {
  border: 1px solid linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
  position: relative;
}
#home3 .price-container .price-list .item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  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;
}
#home3 .price-container .price-list .item:hover .image {
  background: linear-gradient(135deg, #3c56f0, #85efee);
}
#home3 .price-container .price-list .item:hover .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/country/chooseicon1.png");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#home3 .price-container .price-list .item:hover .image2::before {
  background-image: url("../assets/images/country/chooseicon2.png");
}
#home3 .price-container .price-list .item:hover .image3::before {
  background-image: url("../assets/images/country/chooseicon3.png");
}
#home3 .price-container .price-list .item:hover .image4::before {
  background-image: url("../assets/images/country/chooseicon4.png");
}
#home3 .price-container .price-list .item .image {
  width: 50px;
  height: 50px;
  margin: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/country/icon1.png");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#home3 .price-container .price-list .item .image2 {
  background-image: url("../assets/images/country/icon2.png");
}
#home3 .price-container .price-list .item .image3 {
  background-image: url("../assets/images/country/icon3.png");
}
#home3 .price-container .price-list .item .image4 {
  background-image: url("../assets/images/country/icon4.png");
}
#home3 .price-container .price-list .item .item-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 0 35px;
}
#home3 .price-container .price-list .item .item-desc .item-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#home3 .price-container .price-list .item .item-desc .sub-desc {
  font-size: 14px;
  color: #c5c8d0;
  font-weight: 500;
}
#home3 .card-container {
  width: 1360px;
  margin: 0 auto;
  height: 300px;
  margin-top: 162px;
  display: flex;
  justify-content: space-between;
  gap: 0 36px;
}
#home3 .card-container .card-item {
  height: 360px;
  width: 428px;
  border-radius: 16px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
#home3 .card-container .card-item img {
  width: 48px;
  height: 48px;
  margin-top: 25px;
}
#home3 .card-container .card-item .title {
  height: 75px;
  font-size: 25px;
  margin-top: 24px;
  font-weight: 700;
}
#home3 .card-container .card-item .const-title {
  background: #85efee;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#home3 .card-container .card-item .sub-title {
  font-size: 15px;
  color: #c5c8ce;
  margin-top: 24px;
}
#home3 .card-container .const-border-gradient {
  position: relative;
}
#home3 .card-container .const-border-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  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;
}
#home3 .function-container {
  width: 1360px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 200px;
  text-align: center;
}
#home3 .function-container .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
#home3 .function-container .desc {
  font-size: 18px;
  color: #c5c8d0;
  font-weight: bold;
  margin-top: 40px;
}
#home3 .function-container .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 50px 0;
  margin-top: 100px;
}
#home3 .function-container .list .item {
  width: 312px;
  height: 100px;
  border: 1px solid #0a0a1a;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#home3 .function-container .list .item:hover {
  border: 1px solid linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
  position: relative;
}
#home3 .function-container .list .item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  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;
}
#home3 .function-container .list .item .image {
  padding: 35px;
}
#home3 .function-container .list .item .image img {
  width: 50px;
  color: #82e9ec;
}
#home3 .function-container .list .item .item-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
#home3 .function-container .list .item .item-desc .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#home3 .icon-box {
  width: 1360px;
  margin: 0 auto;
  margin-top: 150px;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
#home3 .icon-box .left {
  width: 570px;
  height: 100%;
  padding-top: 0;
}
#home3 .icon-box .left .item-two {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
  margin-top: 0px;
}
#home3 .icon-box .left .item-three {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 24px;
  margin-bottom: 30px;
}
#home3 .icon-box .left .sub-title-list {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #c5c8ce;
}
#home3 .icon-box .left .sub-title-list .sub-title-item {
  width: 49%;
  margin-bottom: 20px;
}
#home3 .icon-box .left .sub-title-list .sub-title-item span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
#home3 .icon-box .right {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
#home3 .icon-box .right img {
  width: 100%;
}
#home4 {
  height: 60vh;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
