#home2 {
  height: 400vh;
}
#home2 .six-card .big-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
}
#home2 .six-card .big-list .big-list-item {
  text-align: center;
  width: 432px;
  height: 265px;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #474656;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#home2 .six-card .big-list .big-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(133, 239, 238, 0.2), rgba(60, 86, 240, 0.2));
  transition: opacity 0.3s ease;
}
#home2 .six-card .big-list .big-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -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 .six-card .big-list .big-list-item .big-item-text,
#home2 .six-card .big-list .big-list-item .big-item-sub-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#home2 .six-card .big-list .big-list-item .big-item-text {
  color: #85efee;
  font-size: 24px;
  font-weight: 700;
}
#home2 .six-card .small-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#home2 .six-card .small-list .small-list-item {
  background: rgba(71, 70, 86, 0.65);
  width: 432px;
  height: 220px;
  padding: 20px 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#home2 .six-card .small-list .small-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(133, 239, 238, 0.1), rgba(60, 86, 240, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
#home2 .six-card .small-list .small-list-item .fa-icon,
#home2 .six-card .small-list .small-list-item .item-text,
#home2 .six-card .small-list .small-list-item .item-sub-text {
  position: relative;
  z-index: 1;
}
#home2 .six-card .small-list .small-list-item .item-text {
  background: linear-gradient(270deg, #85efee 0%, #4860e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 700;
}
#home2 .global-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}
#home2 .global-page .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#home2 .global-page .sub-title {
  font-size: 14px;
  color: #c5c8d0;
  margin: 20px 0 50px 0;
}
#home2 .global-page .join-page {
  margin-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  height: 930px;
  background: url("../assets/images/common/distribution.png") no-repeat center center;
  background-size: cover;
  gap: 50px;
  position: relative;
}
#home2 .global-page .join-page .country-list .country-item {
  width: 300px;
  height: 120px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  position: absolute;
}
#home2 .global-page .join-page .country-list .country-item:hover {
  transition: all 0.3s ease;
  transform: translateY(-10px);
}
#home2 .global-page .join-page .country-list .country-item .left img {
  width: 88px;
  height: 57px;
}
#home2 .global-page .join-page .country-list .country-item .left .dashline {
  border: 1px solid #ececec;
}
#home2 .global-page .join-page .country-list .country-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0;
}
#home2 .global-page .join-page .country-list .country-item .right .name {
  font-size: 15px;
  color: #111111;
  font-weight: bold;
}
#home2 .global-page .join-page .country-list .country-item .right .desc {
  font-size: 18px;
  color: #507def;
  font-weight: bold;
}
#home2 .global-page .join-page .DE {
  left: 320px;
  top: 50%;
}
#home2 .global-page .join-page .UK {
  left: 450px;
  top: 15%;
}
#home2 .global-page .join-page .FR {
  left: 620px;
  bottom: 10%;
}
#home2 .global-page .join-page .TW {
  left: 900px;
  top: 25%;
}
#home2 .global-page .join-page .SG {
  left: 950px;
  top: 55%;
}
#home2 .global-page .join-page .JPN {
  left: 1430px;
  bottom: 15%;
}
#home2 .global-page .join-page .CNH {
  left: 1330px;
  top: 40%;
}
#home2 .global-page .join-page .USA {
  left: 1380px;
  top: 10%;
}
#home2 .cooperate-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}
#home2 .cooperate-page .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#home2 .cooperate-page .sub-title {
  font-size: 14px;
  color: #c5c8d0;
  margin: 20px 0 50px 0;
}
#home2 .cooperate-page .step-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
#home2 .cooperate-page .step-list .step-item {
  text-align: center;
  width: 260px;
  height: 164px;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #474656;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#home2 .cooperate-page .step-list .step-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(133, 239, 238, 0.2), rgba(60, 86, 240, 0.2));
  transition: opacity 0.3s ease;
}
#home2 .cooperate-page .step-list .step-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(180deg, #85efee 0%, #3c56f0 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -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 .cooperate-page .step-list .step-item .step-num {
  font-size: 34px;
  font-weight: bold;
  color: #85efee;
}
#home2 .cooperate-page .step-list .step-item .step-title {
  font-size: 18px;
  color: #fff;
}
#home2 .cooperate-page .step-list .step-icon {
  width: 60px;
  height: 60px;
  background-color: #182145;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home2 .cooperate-page .step-list .step-icon .fa-solid {
  font-size: 20px;
  color: #85efee;
}
#home2 .cooperate-page .join-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 460px;
  background: url("../assets/images/common/fanyong-bg.png") no-repeat center center;
  background-size: cover;
  gap: 50px;
}
#home2 .cooperate-page .join-page .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#home2 .cooperate-page .join-page .desc-list {
  display: flex;
  gap: 30px;
}
#home2 .cooperate-page .join-page .desc-list .desc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5c8d0;
  font-size: 16px;
}
#home2 .cooperate-page .join-page .desc-list .fa-icon {
  font-size: 18px;
  color: #85efee;
}
#home5 {
  height: 100vh;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
