#home1 .main .banner-title .banner-title-left .title-two {
  position: relative;
}
#home1 .main .banner-title .banner-title-left .title-two .normal-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34a95f;
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 320px;
  top: 50%;
  transform: translateY(-50%);
}
#home1 .main .banner-title .banner-title-left .title-two .hot-tag-const {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0834d;
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 320px;
  top: 50%;
  transform: translateY(-50%);
}
#home2 {
  height: 450vh;
}
#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 .sub-title-list {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c5c8ce;
}
#home2 .IP-box .right .sub-title-list .sub-title-item {
  width: 49%;
  margin-bottom: 20px;
}
#home2 .IP-box .right .sub-title-list .sub-title-item span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
#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;
  margin-bottom: 30px;
  line-height: 24px;
}
#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;
  margin-bottom: 30px;
  line-height: 26px;
}
#home2 .space {
  height: 150px;
}
#home3 .space {
  height: 100px;
}
#home3 .proxy-container .proxy-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
#home3 .proxy-container .proxy-title .normal-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34a95f;
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 440px;
  top: 0;
}
#home3 .proxy-container .proxy-title .hot-tag-const {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0834d;
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 440px;
  top: 0;
}
#home3 .proxy-container .tag-input-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 200px;
}
#home3 .proxy-container .tag-input-content .tag-input-item {
  width: 300px;
  height: 600px;
  background: #182145;
  border-radius: 16px 16px 16px 16px;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home3 .proxy-container .tag-input-content .tag-input-item .input-title {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
#home3 .proxy-container .tag-input-content .tag-input-item .content {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  color: #fff;
}
#home3 .proxy-container .tag-input-content .tag-input-item .content .form-control {
  max-height: 150px;
  overflow-y: auto;
}
#home3 .proxy-container .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;
}
#home3 .proxy-container .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);
}
#home3 .proxy-container .tag-input-content .tag-input-item .info {
  font-size: 14px;
  color: #c5c8d1;
  margin-top: 20px;
}
#home3 .proxy-container .tag-input-content .tag-input-item .price {
  text-align: left;
  font-size: 14px;
  color: #85efee;
  font-weight: bold;
}
#home3 .proxy-container .tag-input-content .tag-input-item .price-org {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  text-decoration: line-through;
}
#home3 .proxy-container .tag-input-content .tag-input-item .big-price {
  font-size: 24px;
  color: #85efee;
  font-weight: bold;
}
#home3 .proxy-container .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;
}
#home3 .proxy-container .tag-input-content .ishot {
  height: 720px;
  position: relative;
  margin-top: -64px;
  padding-top: 64px;
}
#home3 .bg {
  width: 100%;
  background-color: #223744;
  padding: 10px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home4 {
  height: 70vh;
}
#home5 {
  height: 90vh;
}
