body {
  background-color: #0A0A1A;
}
#home1 {
  height: 100vh;
}
#home1 .main .banner-title {
  margin-top: 130px;
}
#home1 .main .banner-title .banner-title-left .sub-title-list {
  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: 49%;
  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: 450vh;
}
#home2 .hot-container {
  width: 1360px;
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px 0;
}
#home2 .hot-container .title {
  margin-top: 200px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
#home2 .hot-container .country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 0;
}
#home2 .hot-container .country-list .country-item {
  width: 310px;
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
#home2 .hot-container .country-list .country-item:hover {
  position: relative;
  border: 2px solid linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
  transition: all 0.3s ease;
}
#home2 .hot-container .country-list .country-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;
}
#home2 .hot-container .country-list .country-item .left img {
  width: 88px;
  height: 57px;
}
#home2 .hot-container .country-list .country-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0;
}
#home2 .hot-container .country-list .country-item .right .name {
  font-size: 15px;
  color: #e5e8f0;
  font-weight: bold;
}
#home2 .hot-container .country-list .country-item .right .desc {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#home2 .IP-box {
  width: 1360px;
  margin: 0 auto;
  height: 340px;
  margin-top: 250px;
  display: flex;
  justify-content: space-between;
}
#home2 .IP-box .left {
  width: 570px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home2 .IP-box .left img {
  width: 520px;
}
#home2 .IP-box .right {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home2 .IP-box .right .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home2 .IP-box .right .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 26px;
}
#home2 .IP-box .right .desc {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#home2 .IP-box .right .desc .desc-item {
  width: 49%;
}
#home2 .IP-box .right .desc .desc-item .image {
  width: 40px;
  height: 40px;
  background-color: #D5D7E8;
  border-radius: 50%;
  padding: 7px;
  margin-bottom: 10px;
}
#home2 .IP-box .right .desc .desc-item .title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
#home2 .IP-box .right .desc .desc-item .text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #c5c8ce;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#home2 .icon-box {
  width: 1360px;
  margin: 0 auto;
  margin-top: 150px;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
#home2 .icon-box .left {
  width: 570px;
  height: 100%;
}
#home2 .icon-box .left .item-two {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
  margin-top: 30px;
}
#home2 .icon-box .left .item-three {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 24px;
}
#home2 .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;
}
#home2 .icon-box .left .sub-title-list .sub-title-item {
  width: 49%;
  margin-bottom: 20px;
}
#home2 .icon-box .left .sub-title-list .sub-title-item span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
#home2 .icon-box .right {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
#home2 .proxy-box {
  width: 1360px;
  margin: 0 auto;
  height: 340px;
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}
#home2 .proxy-box .left {
  width: 570px;
  height: 100%;
  text-align: center;
}
#home2 .proxy-box .left img {
  width: 550px;
}
#home2 .proxy-box .right {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home2 .proxy-box .right .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home2 .proxy-box .right .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 26px;
}
#home2 .proxy-box .right .sub-title-list {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c5c8ce;
}
#home2 .proxy-box .right .sub-title-list .sub-title-item {
  width: 49%;
  margin-bottom: 20px;
}
#home2 .proxy-box .right .sub-title-list .sub-title-item span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
#home2 .tag-box {
  margin-top: 300px;
  position: relative;
}
#home2 .tag-box .tag-title {
  width: 1360px;
  margin: 0 auto;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
#home2 .tag-box .list {
  width: 1360px;
  margin: 0 auto;
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home2 .tag-box .list .item {
  height: 80px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
#home2 .tag-box .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(270deg, #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;
}
#home2 .tag-box .list .item img {
  width: 170px;
  height: 30px;
}
#home2 .left-star-container {
  width: 1360px;
  margin: 0 auto;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#home2 .left-star-container .left {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
#home2 .left-star-container .left .star {
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}
#home2 .left-star-container .left .star span {
  padding-right: 10px;
}
#home2 .left-star-container .left .star .star-img {
  height: 18px;
  width: 18px;
  margin-left: 10px;
}
#home2 .left-star-container .left .star .star-img-1 {
  height: 18px;
  width: 120px;
}
#home2 .left-star-container .left .base-title {
  font-size: 36px;
  font-weight: 600;
  color: #85efee;
}
#home2 .left-star-container .left .base-sub-title {
  font-size: 16px;
  color: #c5c8d0;
  font-weight: 500;
  line-height: 24px;
}
#home2 .left-star-container .right {
  width: 600px;
  height: 100%;
  padding: 20px;
}
#home2 .solution-container {
  width: 1360px;
  margin: 0 auto;
  margin-top: 200px;
  min-height: 400px;
  text-align: center;
}
#home2 .solution-container .main-title {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 32px;
}
#home2 .solution-container .main-sub-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 40px;
}
#home2 .solution-container .tab-nav {
  margin-top: 60px;
  margin-bottom: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home2 .solution-container .tab-nav .tab-item {
  width: 19%;
  border-bottom: 1px solid #666666;
  padding: 20px 40px 20px 20px;
  font-size: 20px;
  text-align: left;
  color: #c5c8ce;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 10px;
  position: relative;
}
#home2 .solution-container .tab-nav .tab-item.active {
  color: #85efee;
}
#home2 .solution-container .tab-nav .tab-item:hover {
  color: #85efee;
}
#home2 .solution-container .tab-nav .slider {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #82E9EC;
  transition: transform 0.3s ease;
}
#home2 .solution-container .tab-content {
  margin-top: 60px;
  position: relative;
  min-height: 600px;
}
#home2 .solution-container .tab-content .content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0A0A1A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: all 0.3s ease;
  pointer-events: none;
}
#home2 .solution-container .tab-content .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
#home2 .solution-container .tab-content .content-item .left {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home2 .solution-container .tab-content .content-item .left img {
  height: 450px;
  vertical-align: middle;
}
#home2 .solution-container .tab-content .content-item .right {
  width: 590px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
#home2 .solution-container .tab-content .content-item .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home2 .solution-container .tab-content .content-item .sub-title {
  font-size: 16px;
  color: #c5c8d0;
  line-height: 24px;
}
#home3 {
  height: 200vh;
}
#home3 .space {
  height: 800px;
}
#home3 .proxy-container {
  width: 1300px;
  margin: 0 auto;
  min-height: 500px;
  text-align: center;
}
#home3 .proxy-container .proxy-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#home3 .proxy-container .proxy-desc {
  font-size: 18px;
  font-weight: 500;
  color: #c5c8d0;
  margin-top: 40px;
}
#home3 .proxy-container .list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  gap: 10px;
}
#home3 .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;
}
#home3 .proxy-container .list .list-item .level {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#home3 .proxy-container .list .list-item .bg {
  background-color: #223744;
}
#home3 .proxy-container .list .list-item .discharge {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
#home3 .proxy-container .list .list-item .price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#home3 .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;
}
#home3 .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);
}
#home3 .proxy-container .list .list-item .num {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  line-height: 48px;
}
#home3 .proxy-container .list .list-item .last {
  border-radius: 0 0 16px 16px;
}
#home3 .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;
}
#home3 .proxy-container .list .itembg {
  height: 500px;
  margin-top: -40px;
  padding-top: 58px;
}
#home3 .proxy-container .list .itembg .last {
  height: 97.5px;
  line-height: 100px;
}
#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: 440px;
  height: 132px;
  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: 24px;
  font-weight: bold;
  color: #fff;
}
#home3 .function-container .list .item .item-desc .sub-desc {
  font-size: 14px;
  color: #c5c8d0;
  font-weight: 500;
}
#home3 .customer-container {
  width: 1360px;
  margin: 0 auto;
  min-height: 500px;
  margin-top: 200px;
  text-align: center;
}
#home3 .customer-container .title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#home3 .customer-container .customer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
}
#home3 .customer-container .customer-list .customer-item {
  width: 428px;
  height: 270px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 0 32px;
  border: 1px solid #c5c8d0;
  transition: all 0.3s ease;
  cursor: pointer;
}
#home3 .customer-container .customer-list .customer-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 .customer-container .customer-list .customer-item:hover::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  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;
}
#home3 .customer-container .customer-list .customer-item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#home3 .customer-container .customer-list .customer-item .top .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#home3 .customer-container .customer-list .customer-item .top .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
#home3 .customer-container .customer-list .customer-item .top .name .name-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#home3 .customer-container .customer-list .customer-item .top .name img {
  padding-right: 4px;
}
#home3 .customer-container .customer-list .customer-item .desc {
  font-size: 16px;
  color: #c5c8d0;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding-right: 20px;
}
#home4 {
  height: 100vh;
}
#home5 {
  height: 120vh;
}
#home5 .faq-container {
  margin-top: 0;
}
