#home1 {
  background-image: url("");
  height: 120vh;
}
#home1 .main {
  width: 1360px;
  margin: 0 auto;
}
#home1 .main .re-head {
  margin-top: 100px;
  position: relative;
}
#home1 .main .re-head .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  position: relative;
  border-bottom: 1px solid #474656;
  padding-right: 100px;
}
#home1 .main .re-head .list .nav-item {
  font-size: 18px;
  font-weight: 500;
  color: #c5c8d0;
  padding-bottom: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
  width: 80px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
#home1 .main .re-head .list .nav-item:hover {
  color: #85efee;
}
#home1 .main .tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  gap: 30px;
  flex-wrap: wrap;
}
#home1 .main .tab-list .tab-item {
  font-size: 16px;
  font-weight: bold;
  color: #c5c8d0;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #474656;
  background: transparent;
}
#home1 .main .tab-list .tab-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #85efee, #3c56f0);
}
#home1 .main .tab-list .tab-item.active {
  color: #fff;
  background: linear-gradient(90deg, #85efee, #3c56f0);
}
#home1 .main .tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  justify-content: space-between;
}
#home1 .main .tab-content .tab-item-content {
  border: 1px solid #474656;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  width: 660px;
  height: 72px;
  color: #c5c8d0;
  padding: 0 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
#home1 .main .tab-content .tab-item-content:hover {
  position: relative;
  border: 2px solid linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
  color: #fff;
}
#home1 .main .tab-content .tab-item-content:hover .icon-left img {
  background-image: url("../assets/images/common/icon.png");
}
#home1 .main .tab-content .tab-item-content:hover .icon-right {
  color: #fff;
}
#home1 .main .tab-content .tab-item-content: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;
}
#home1 .main .tab-content .tab-item-content .icon-left {
  font-size: 16px;
  color: #c5c8d0;
  padding-right: 10px;
}
#home1 .main .tab-content .tab-item-content .icon-right {
  font-size: 16px;
  color: #c5c8d0;
  position: absolute;
  right: 30px;
}
#home1 .main .tab-content .video-img {
  width: 280px;
  height: 160px;
}
#home1 .main .tab-content .video-title {
  font-size: 14px;
  color: #c5c8d0;
  padding-right: 10px;
  text-align: left;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pagination .page-btn {
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
}
.pagination .page-btn:hover {
  color: #2e7eff;
  border-color: #2e7eff;
}
.pagination .page-btn.disabled {
  color: #ccc;
  border-color: #eee;
  cursor: not-allowed;
}
.pagination .page-btn.disabled:hover {
  color: #ccc;
  border-color: #eee;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
}
.pagination .page-numbers .page-number {
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination .page-numbers .page-number:hover {
  color: #2e7eff;
  border-color: #2e7eff;
}
.pagination .page-numbers .page-number.active {
  background: #2e7eff;
  color: #fff;
  border-color: #2e7eff;
}
.pagination .page-numbers .ellipsis {
  padding: 8px 15px;
  color: #666;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
