#home2 {
  height: 180vh;
  background: #0A0A1A;
}
#home2 .tag-container {
  width: 1360px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
#home2 .tag-container .tag-item {
  margin-top: 100px;
  width: 246px;
  height: 80px;
  border: 1px solid #707070;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("../assets/images/index/index-center-1.png");
  background-size: cover;
  background-position: center;
}
#home2 .tag-container .tag-item:hover {
  transform: scale(1.05);
  background-color: #fff;
  position: relative;
  background-image: url("../assets/images/index/index-recenter-1.png");
  background-size: cover;
  background-position: center;
}
#home2 .tag-container .tag-item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-radius: 16px;
  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-container .tag-item:nth-child(2) {
  background-image: url("../assets/images/index/index-center-2.png");
}
#home2 .tag-container .tag-item:nth-child(2):hover {
  background-image: url("../assets/images/index/index-recenter-2.png");
}
#home2 .tag-container .tag-item:nth-child(3) {
  background-image: url("../assets/images/index/index-center-3.png");
}
#home2 .tag-container .tag-item:nth-child(3):hover {
  background-image: url("../assets/images/index/index-recenter-3.png");
}
#home2 .tag-container .tag-item:nth-child(4) {
  background-image: url("../assets/images/index/index-center-4.png");
}
#home2 .tag-container .tag-item:nth-child(4):hover {
  background-image: url("../assets/images/index/index-recenter-4.png");
}
#home2 .tag-container .tag-item:nth-child(5) {
  background-image: url("../assets/images/index/index-center-5.png");
}
#home2 .tag-container .tag-item:nth-child(5):hover {
  background-image: url("../assets/images/index/index-recenter-5.png");
}
#home2 .infomation-container {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 155px;
}
#home2 .infomation-container .infomation-img {
  width: 615px;
  height: 480px;
}
#home2 .infomation-container .infomation-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 480px;
}
#home2 .infomation-container .infomation-text .top-text {
  height: 18px;
  margin-top: 48px;
  display: flex;
  align-items: center;
}
#home2 .infomation-container .infomation-text .top-text .star-img {
  background-color: #263870;
  width: 26px;
  height: 26px;
  margin-top: 5px;
  border-radius: 50%;
  position: relative;
}
#home2 .infomation-container .infomation-text .top-text img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
}
#home2 .infomation-container .infomation-text .top-text span {
  font-size: 18px;
  font-weight: 600;
  color: #507def;
  padding-left: 10px;
}
#home2 .infomation-container .infomation-text .big-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 36px;
  color: #85efee;
}
#home2 .infomation-container .infomation-text .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 32px;
  line-height: 28px;
}
#home2 .infomation-container .infomation-text .bottom-text-left {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: 32px;
}
#home2 .infomation-container .infomation-text .bottom-text-left img {
  width: 20px;
  height: 12px;
}
#home2 .infomation-container .infomation-text .bottom-text-left span {
  font-size: 18px;
  color: #c5c8ce;
}
#home2 .infomation-container .infomation-text .bottom-btn {
  margin-top: 30px;
  height: 48px;
  width: 240px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#home2 .infomation-container .infomation-text .bottom-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 .infomation-container .infomation-text .bottom-btn:active {
  transform: scale(0.98);
}
#home2 .card-container {
  width: 1360px;
  margin: 0 auto;
  height: 300px;
  margin-top: 162px;
  display: flex;
  justify-content: space-between;
  gap: 0 36px;
}
#home2 .card-container .card-item {
  height: 360px;
  width: 320px;
  border-radius: 16px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
#home2 .card-container .card-item img {
  width: 64px;
  height: 64px;
  margin-top: 25px;
}
#home2 .card-container .card-item .title {
  font-size: 25px;
  margin-top: 24px;
  font-weight: 700;
}
#home2 .card-container .card-item .const-title {
  background: linear-gradient(90deg, #576ef0 0%, #85efee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#home2 .card-container .card-item .sub-title {
  font-size: 15px;
  color: #c5c8ce;
  margin-top: 24px;
}
#home2 .card-container .card-item .btn-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#home2 .card-container .card-item .btn-text img {
  margin: 0;
}
#home2 .card-container .card-item .btn-text:hover {
  transform: translateX(10px);
}
#home2 .card-container .card-item .btn-text i {
  margin-left: 10px;
}
#home2 .card-container .const-border-gradient {
  position: relative;
}
#home2 .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;
}
#home2 .line {
  width: 1360px;
  margin: 0 auto;
  margin-top: 250px;
  border: 1px solid #85efee;
}
#home3 {
  height: 230vh;
  background: #0A0A1A;
}
#home3 .company-boxt {
  width: 1360px;
  margin: 0 auto;
  height: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 200px;
}
#home3 .company-boxt .left {
  width: 570px;
  font-weight: bold;
}
#home3 .company-boxt .left .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home3 .company-boxt .left .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 32px;
}
#home3 .company-boxt .right {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#home3 .company-boxt .right .item {
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
}
#home3 .company-boxt .right .item .info {
  font-size: 16px;
  color: #c5c8ce;
  display: flex;
  flex-direction: column;
  gap: 0 10px;
  padding-left: 20px;
}
#home3 .company-boxt .right .item img {
  height: 57px;
  width: 88px;
}
#home3 .company-boxt .right .item .ip {
  font-weight: bold;
  color: #fff;
  margin-top: 16px;
}
#home3 .icon-box {
  width: 1360px;
  margin: 0 auto;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
#home3 .icon-box .left {
  width: 570px;
  height: 100%;
  padding-top: 50px;
}
#home3 .icon-box .left .item-one {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #507def;
  font-size: 18px;
}
#home3 .icon-box .left .item-one img {
  height: 28px;
  width: 28px;
}
#home3 .icon-box .left .item-two {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
  margin-top: 30px;
}
#home3 .icon-box .left .item-three {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 24px;
}
#home3 .icon-box .left .item-four {
  display: flex;
  gap: 0 30px;
  margin-top: 56px;
}
#home3 .icon-box .left .item-four .icon-item {
  width: 80px;
  height: 50px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home3 .icon-box .right {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
#home3 .proxy-box {
  width: 1360px;
  margin: 0 auto;
  height: 340px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
#home3 .proxy-box .left {
  width: 570px;
  height: 100%;
}
#home3 .proxy-box .right {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home3 .proxy-box .right .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home3 .proxy-box .right .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 26px;
}
#home3 .customer-box {
  width: 1360px;
  margin: 0 auto;
  height: 460px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
#home3 .customer-box .left {
  width: 570px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home3 .customer-box .left .top-text {
  height: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#home3 .customer-box .left .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
  margin-top: 30px;
}
#home3 .customer-box .left .sub-title {
  font-size: 16px;
  color: #c5c8ce;
  margin-top: 30px;
  line-height: 26px;
}
#home3 .customer-box .right {
  width: 590px;
  height: 100%;
}
#home4 {
  height: 210vh;
  background: #0A0A1A;
}
#home4 .solution-container {
  width: 1360px;
  margin: 0 auto;
  min-height: 400px;
  text-align: center;
}
#home4 .solution-container .main-title {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 32px;
}
#home4 .solution-container .main-sub-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 40px;
}
#home4 .solution-container .tab-nav {
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home4 .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;
}
#home4 .solution-container .tab-nav .tab-item.active {
  color: #85efee;
}
#home4 .solution-container .tab-nav .tab-item:hover {
  color: #85efee;
}
#home4 .solution-container .tab-nav .slider {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #82E9EC;
  transition: transform 0.3s ease;
}
#home4 .solution-container .tab-content {
  margin-top: 60px;
  position: relative;
  min-height: 600px;
}
#home4 .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;
}
#home4 .solution-container .tab-content .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
#home4 .solution-container .tab-content .content-item .left {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home4 .solution-container .tab-content .content-item .left img {
  height: 450px;
  vertical-align: middle;
}
#home4 .solution-container .tab-content .content-item .right {
  width: 590px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
#home4 .solution-container .tab-content .content-item .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
}
#home4 .solution-container .tab-content .content-item .sub-title {
  font-size: 16px;
  color: #c5c8d0;
  line-height: 24px;
}
#home4 .solution-container .dashboard-container {
  width: 1360px;
  margin: 0 auto;
  height: 820px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
#home4 .solution-container .dashboard-container .top-one {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #507def;
  font-size: 18px;
  font-weight: 400;
}
#home4 .solution-container .dashboard-container .title {
  font-size: 36px;
  font-weight: 700;
  color: #85efee;
  margin-top: 40px;
}
#home4 .solution-container .dashboard-container .desc {
  font-size: 18px;
  color: #c5c8ce;
  margin-top: 40px;
}
#home4 .solution-container .dashboard-container .bottom-btn {
  margin-top: 70px;
  height: 48px;
  width: 240px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#home4 .solution-container .dashboard-container .bottom-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);
}
#home4 .solution-container .dashboard-container .bottom-btn:active {
  transform: scale(0.98);
}
#home5 {
  height: 220vh;
  background: #0A0A1A;
}
#home5 .proxy-container {
  width: 1360px;
  margin: 0 auto;
  min-height: 400px;
  text-align: center;
}
#home5 .proxy-container .main-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
}
#home5 .proxy-container .sub-title-list {
  margin-top: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 120px;
  margin-top: 70px;
}
#home5 .proxy-container .sub-title-list span {
  padding-left: 10px;
  font-size: 16px;
  color: #c5c8ce;
  font-weight: 500;
}
#home5 .proxy-container .card-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 50px;
  margin-top: 80px;
}
#home5 .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;
}
#home5 .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;
}
#home5 .proxy-container .card-list .card-item .icon-box img {
  width: 48px;
  height: 48px;
}
#home5 .proxy-container .card-list .card-item .card-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}
#home5 .proxy-container .card-list .card-item .card-price {
  font-size: 48px;
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  text-align: left;
  font-family: Source Han Sans CN,
                        Source Han Sans CN;
  border-bottom: 1px solid #474656;
}
#home5 .proxy-container .card-list .card-item .price-unit {
  font-size: 16px;
  padding-left: 10px;
}
#home5 .proxy-container .card-list .card-item .card-desc {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin-top: 32px;
  width: 100%;
  text-align: left;
}
#home5 .proxy-container .card-list .card-item .card-desc .fa-solid {
  margin-right: 10px;
}
#home5 .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;
}
#home5 .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;
}
#home5 .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;
}
#home5 .proxy-container .card-list .card-item:hover .icon-box {
  background: linear-gradient(180deg, #3c56f0 0%, #85efee 100%) !important;
}
#home5 .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;
}
#home5 .proxy-container .card-list .card-item:hover .card-price {
  border-bottom: 1px solid #82E9EC;
}
#home5 .proxy-container .card-list .card-item:hover .card-desc {
  color: #fff;
}
#home5 .proxy-container .card-list .card-item:hover .card-btn {
  background: linear-gradient(270deg, #85efee 0%, #4860e8 100%);
  color: #fff;
  border: none;
}
#home5 .faq-container {
  width: 1360px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 150px;
  text-align: center;
  margin-bottom: 120px;
}
#home5 .faq-container .faq-title {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
#home5 .faq-container .faq-subtitle {
  font-size: 18px;
  color: #c5c8ce;
  margin-top: 20px;
}
#home5 .faq-container .dropdown-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  margin-top: 26px;
}
#home5 .faq-container .dropdown-container .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 78px;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #474656;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
}
#home5 .faq-container .dropdown-container .dropdown-item:hover {
  border: linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0px 0px 16px 1px rgba(130, 233, 236, 0.6);
}
#home5 .faq-container .dropdown-container .dropdown-item:hover .dropdown-item-title {
  color: #fff;
  font-size: 19px;
}
#home5 .faq-container .dropdown-container .dropdown-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;
}
#home5 .faq-container .dropdown-container .dropdown-item:active {
  border: none !important;
  box-shadow: 0px 0px 16px 1px rgba(130, 233, 236, 0.6);
}
#home5 .faq-container .dropdown-container .dropdown-item:active .dropdown-item-title {
  color: #fff !important;
}
#home5 .faq-container .dropdown-container .dropdown-item:active i {
  color: #85efee !important;
}
#home5 .faq-container .dropdown-container .dropdown-item .dropdown-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #c5c8c5;
  transition: all 0.3s ease;
}
#home5 .faq-container .dropdown-container .dropdown-item .dropdown-item-content {
  padding: 20px;
  color: #c5c8ce;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
