.home-h1 {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
}
.home-h2 {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.home-h3 {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  /* 100% */
  text-align: center;
}
.home-h4 {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "TT Octosquares Trl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.home-1 {
  width: 100%;
  position: relative;
}
.home-1-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-1-content::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 15.4%;
  background: linear-gradient(0deg, #080B13 0%, rgba(22, 22, 22, 0) 100%);
}
.home-1 video {
  width: 100%;
}
.home-1-content .title {
  color: #FFF;
  text-align: center;
  font-family: "TT Octosquares Trl";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 100% */
  margin-bottom: 32px;
}
.home-1-content.remove {
  display: none;
}
.home-1-content .til {
  color: #FFF;
  text-align: center;
  font-family: "TT Octosquares Trl";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 100% */
  margin-bottom: 24px;
}
.home-1-content .video-start {
  width: 120px;
  height: 120px;
  background: url('../images/home/video-start.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.home-bt {
  display: flex;
  align-items: center;
  color: #3BF2F0;
  font-family: "TT Octosquares Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
  cursor: pointer;
}
.home-bt img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.home-2 {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 120px;
  padding: 40px 60px;
  background: url('../images/home/home-2-bg.png') no-repeat;
  background-size: 100% 100%;
}
.home-2 .home-2-logo {
  width: 100px;
  height: auto;
}
.home-2 .box {
  flex: 1;
}
.home-title {
  font-family: "TT Octosquares Trl";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 100% */
  background: linear-gradient(90deg, #1C30FF 0%, #AE33F9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.home-2 .box .til {
  color: rgba(255, 255, 255, 0.6);
  font-family: "TT Octosquares Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 24px;
}
.home-3 {
  padding: 120px 0;
}
.home-3 .home-title {
  margin-bottom: 24px;
  text-align: center;
}
.home-3 .home-bt {
  width: 100%;
  margin: 0 auto 60px;
  justify-content: center;
  text-align: center;
}
.home-3 .home-bt.mb208 {
  margin-bottom: 208px;
}
.home-3-list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.home-3-list .item {
  flex: 1;
  border-radius: 12px;
}
.home-3-list .item span {
  color: #FFF;
  text-align: center;
  font-family: "TT Octosquares Trl";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 115.385% */
  position: relative;
}
.home-3-list1 {
  margin-bottom: 120px;
}
.home-3-list1 .item {
  padding: 40px 24px 150px;
  background: url('../images/home/h-3-bg-off.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  min-height: 230px;
  cursor: pointer;
}
.home-3-list1 .item:hover {
  background: url('../images/home/h-3-bg-on.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list1 .item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 160px;
  height: 160px;
}
.home-3-list1 .item:nth-child(1)::after {
  background: url('../images/home/home-3-icon-1.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list1 .item:nth-child(2)::after {
  background: url('../images/home/home-3-icon-2.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list1 .item:nth-child(3)::after {
  background: url('../images/home/home-3-icon-3.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item {
  padding: 166px 24px 0;
  background: #141722;
  position: relative;
  height: 258px;
}
.home-3-list2 .item:nth-child(1) {
  background: url('../images/home/home-3-bg-1.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item:nth-child(2) {
  background: url('../images/home/home-3-bg-2.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item:nth-child(3) {
  background: url('../images/home/home-3-bg-3.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item::after {
  display: block;
  content: '';
  position: absolute;
  top: -146px;
  left: 50%;
  transform: translateX(-50%);
  width: 292px;
  height: 292px;
}
.home-3-list2 .item:nth-child(1)::after {
  background: url('../images/home/home-3-icon-4.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item:nth-child(2)::after {
  background: url('../images/home/home-3-icon-5.png') no-repeat;
  background-size: 100% 100%;
}
.home-3-list2 .item:nth-child(3)::after {
  background: url('../images/home/home-3-icon-6.png') no-repeat;
  background-size: 100% 100%;
}
.home-4 {
  padding: 120px 0;
  background: url('../images/home/home-bg-2.png') no-repeat;
  background-size: cover;
}
.home-4 .home-title {
  margin-bottom: 90px;
  text-align: center;
}
.home-4-box .box-img {
  width: 646px;
  height: auto;
  margin-right: 34px;
  object-fit: contain;
}
.home-4-box .box {
  flex: 1;
}
.home-4-box .box .box-item {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #161616 0%, #141722 100%);
  margin-bottom: 50px;
}
.home-4-box .box .box-item:last-child {
  margin-bottom: 0;
}
.home-4-box .box .box-item .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.home-4-box .box .box-item .box-title img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}
.home-5 {
  padding: 120px 0;
  position: relative;
}
.home-5::before {
  display: block;
  content: '';
  position: absolute;
  top: 510px;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 38.7%;
  height: auto;
  background: url('../images/home/home-bg-3.png') no-repeat;
  background-size: 100% auto;
}
.home-5::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  height: auto;
  background: url('../images/home/home-bg-4.png') no-repeat;
  background-size: 100% auto;
}
.home-5 .home-title {
  margin: 150px auto 87px;
  text-align: center;
}
.home-5 .home-5-1 {
  border-radius: 20px;
  padding: 79px 54px 83px;
  background: url('../images/home/h-5-bg.png') no-repeat;
  background-size: 100% 100%;
}
.home-5 .home-5-1 .home-h3 {
  margin-bottom: 63px;
}
.home-5 .home-5-1 img {
  width: 100%;
  height: auto;
  margin-bottom: 52px;
}
.home-5 .home-5-1 .box {
  display: flex;
  gap: 60px;
}
.home-5 .home-5-1 .box .box-item .box-step {
  width: 80px;
  height: 32px;
  padding-left: 20px;
  color: #8898FF;
  font-family: "TT Octosquares Trl";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 116.667% */
  background: linear-gradient(90deg, rgba(43, 71, 252, 0.4) 0%, rgba(43, 71, 252, 0) 100%);
  margin-bottom: 24px;
  border-radius: 32px;
}
.home-5 .home-5-1 .box .box-item:nth-child(2) .box-step {
  color: #AE33F9;
  background: linear-gradient(90deg, rgba(174, 51, 249, 0.4) 0%, rgba(174, 51, 249, 0) 100%);
}
.home-5 .home-5-1 .box .box-item:nth-child(3) .box-step {
  color: #3BF2F0;
  background: linear-gradient(90deg, rgba(59, 242, 240, 0.4) 0%, rgba(59, 242, 240, 0) 100%);
}
.home-5 .home-5-2 {
  display: flex;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(22, 22, 24, 0.1);
  margin-bottom: 167px;
}
.home-5 .home-5-2 li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 30px;
  cursor: pointer;
}
.home-5 .home-5-2 li:hover {
  position: relative;
}
.home-5 .home-5-2 li:hover::before {
  height: calc(100% + 54px);
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 12px;
  background: linear-gradient(48deg, #23266C 0%, #376CBA 100%);
}
.home-5 .home-5-2 li img,
.home-5 .home-5-2 li .home-h1,
.home-5 .home-5-2 li .home-h4 {
  position: relative;
}
.home-5 .home-5-2 li img {
  width: 126px;
  height: auto;
}
.home-5 .home-5-2 li .home-h1 {
  margin-top: -13px;
  margin-bottom: 30px;
}
.home-5 .home-5-3 {
  display: flex;
  gap: 30px;
  border-radius: 12px;
  border: 1px solid #165059;
  background: rgba(20, 23, 34, 0.9);
  box-shadow: 0px 0px 52px 0px rgba(0, 9, 71, 0.24);
  padding: 80px 19px 108px 60px;
  position: relative;
}
.home-5 .home-5-3 .home-title {
  margin: 0 0 60px 0;
  text-align: left;
}
.home-5 .home-5-3 .box-img {
  width: 312px;
  height: auto;
  object-fit: contain;
}
.home-5 .home-5-3 ul {
  flex: 1;
  display: flex;
  gap: 50px;
}
.home-5 .home-5-3 ul li {
  max-width: 266px;
}
.home-5 .home-5-3 ul li img {
  width: 46px;
  height: auto;
  margin-bottom: 13px;
}
.home-5 .home-5-3 ul li .home-h1 {
  margin-bottom: 20px;
}
.home-5 .home-5-3 ul li .home-h4 {
  text-align: left;
}
@media (max-width: 750px) {
  .home-1 video{
    height: 100%;
    object-fit: cover;
  }
  .home-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .home-1 {
    padding-bottom: 0;
    height: 400px;
    margin-bottom: 20px;
  }
  .home-1 .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .home-1 .til {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .home-1 .home-1-content .video-start,
  .home-1 .home-1-content .video-pause {
    width: 100px;
    height: 100px;
  }
  .home-2 {
    margin-top: 0;
    display: block;
    padding: 20px;
    margin-bottom: 50px;
  }
  .home-2 .home-2-logo {
    width: 80px;
    margin-bottom: 20px;
  }
  .home-3 {
    padding: 0;
  }
  .home-3 .home-bt {
    margin-bottom: 30px;
  }
  .home-3 .home-bt.mb208 {
    margin-bottom: 30px;
  }
  .home-3 .home-3-list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-3 .home-3-list .item {
    flex: none;
    width: 100%;
    height: auto;
  }
  .home-3 .home-3-list .item span {
    font-size: 20px;
    line-height: 20px;
  }
  .home-3 .home-3-list1 {
    margin-bottom: 60px;
  }
  .home-3 .home-3-list2 .item {
    margin-top: 150px;
    height: auto;
    padding: 160px 20px 40px;
  }
  .home-4 {
    padding: 60px 0 40px;
  }
  .home-4 .home-title {
    margin-bottom: 30px;
  }
  .home-4 .home-4-box {
    display: block;
  }
  .home-4 .home-4-box .box-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .home-4 .home-4-box .box .box-item {
    margin-bottom: 20px;
  }
  .home-5 {
    padding: 0;
  }
  .home-5 .home-5-1 {
    padding: 30px 20px;
    background: none;
    border: 1px solid #1E97E6;
  }
  .home-5 .home-5-1 .home-h3,
  .home-5 .home-5-1 img {
    margin-bottom: 30px;
  }
  .home-5 .home-5-1 .box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-5 .home-5-1 .box .box-item {
    flex: none;
    width: 100%;
  }
  .home-5 .home-5-1 .box .box-item .box-step {
    margin-bottom: 10px;
  }
  .home-5 .home-title {
    margin: 60px auto 30px;
  }
  .home-5 .home-5-2 {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
  .home-5 .home-5-2 li {
    flex: none;
    width: 100%;
    padding: 0 20px 20px;
  }
  .home-5 .home-5-3 {
    display: block;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .home-5 .home-5-3 .home-title {
    margin-bottom: 30px;
  }
  .home-5 .home-5-3 ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-5 .home-5-3 ul li {
    max-width: 100%;
    flex: none;
    width: 100%;
    padding: 0 20px 20px;
  }
  .home-5 .home-5-3 .box-img {
    margin-top: 30px;
  }
}
