.home_banner {
  isolation: isolate;
  max-width: 256rem;
  margin: 0 auto;
}
.home_banner .con{
  position: relative;
  overflow: hidden;
  border-radius: 3.5rem;
  margin: 0 2.4rem;
}
.home_banner .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home_banner .image .bg{
  width: 100%;
  height: 100%;
}
.home_banner .image .ship{
  z-index: 2;
}
.home_banner .content {
  min-height: 76.7rem;
  max-height: max-content;
  display: flex;
  flex-direction: column;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.home_banner .head{
  margin: auto 0;
  padding-bottom: 5.3%;
}
.home_banner .tcon {
  position: relative;
  z-index: 3;
}
.home_banner .tcon h1 {
  color: #fff;
  font-weight: 630;
  font-size: 6.4rem;
  line-height: 8rem;
  text-shadow: 0px 0.4rem 2rem rgba(0, 30, 70, 0.15);
}
.home_banner .tcon p {
  margin-top: 1.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.2rem;
  line-height: 3rem;
}
.home_banner .btn_box {
  position: relative;
  z-index: 3;
  margin-top: 4.1rem;
}
.home_banner .note p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: .0041667em;
}
.home_banner .visual {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 0px;
  height: 100%;
  z-index: 1;
}
.home_banner .card {
  position: absolute;
  width: 22.26rem;
  padding: 3.1rem 2rem 0px 3.6rem;
  border-radius: 2.1rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.89) 7%, rgba(255, 255, 255, 0.72), transparent);
  animation: home_banner_float 6s ease-in-out infinite;
}
@keyframes home_banner_float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-1.2rem);
  }
}
.home_banner .card_seller {
  left: -8.15rem;
  top: 14.24rem;
  height: 34.7rem;
  padding-top: 2.8rem;
  animation-delay: -3s;
}
.home_banner .card .num {
  color: var(--title);
  font-weight: 520;
  font-size: 3.9rem;
  line-height: 5.2rem;
  white-space: nowrap;
}
.home_banner .card .num em {
  color: var(--primary);
}
.home_banner .card_seller .num em {
  margin-left: 2px;
}
.home_banner .card p {
  margin-top: 0.6rem;
  color: rgba(34, 29, 21, 0.6);
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 2rem;
}
.home_banner .card_seller p {
  margin-top: 0.7rem;
}
.home_banner .avatars {
  display: flex;
  align-items: center;
  margin: 0px 0px 1.1rem -.8rem;
}
.home_banner .avatars i {
  display: block;
  overflow: hidden;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  background-color: var(--primary);
}
.home_banner .avatars i.big {
  position: relative;
  z-index: 1;
  width: 6.3rem;
  height: 6.3rem;
  margin: 0px -1.4rem;
  border-width: 0.4rem;
}
.home_banner .card_no1 {
  left: 16.05rem;
  top: 6.27rem;
  height: 31.17rem;
}
.home_banner .card_no1 .num em{
  margin-left: 1px;
}
.home_banner .card_no1 p{
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_banner .visual {
    left: 56%;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .content {
    min-height: unset;
    height: auto;
    padding: 50px 20px;
  }
  .home_banner.box_round .con {
    margin: 0 10px;
    border-radius: 16px;
  }
  .home_banner .tcon h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .home_banner .tcon p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  .home_banner .btn_box {
    margin-top: 22px;
  }
  .home_banner .note {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .home_banner .note p {
    font-size: 10px;
    line-height: 1.6;
  }
  .home_banner .visual {
    position: relative;
    left: auto;
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }
  .home_banner .card {
    width: 120px;
    padding: 14px 10px 0px 14px;
    border-radius: 12px;
  }
  .home_banner .card_seller {
    left: 20px;
    top: 30px;
    height: 170px;
    padding-top: 12px;
  }
  .home_banner .card_no1 {
    left: auto;
    right: 20px;
    top: 0px;
    height: 150px;
  }
  .home_banner .card .num {
    font-size: 22px;
    line-height: 1.3;
  }
  .home_banner .card p {
    font-size: 11px;
    line-height: 1.4;
  }
  .home_banner .avatars {
    margin: 0px 0px 10px -4px;
  }
  .home_banner .avatars i {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  .home_banner .avatars i.big {
    width: 38px;
    height: 38px;
    margin: 0px -7px;
  }
}


.home_entry {
  max-width: 256rem;
  margin: 0 auto;
}
.home_entry .items{
  margin: 2.2rem 2.4rem 0;
}
.home_entry .entry_list {
  display: grid;
  grid-template-columns: 64.99fr 72.11fr 45.93fr;
  gap: 2.07rem;
}
.home_entry .item {
  position: relative;
  overflow: hidden;
  height: 28.06rem;
  min-height: max-content;
  padding: 4.3rem 3.7rem 0px;
  border-radius: 2.59rem;
  transition: transform 0.4s, box-shadow 0.4s;
  background-color: #eef3f7;
}
.home_entry .item:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0px 1.6rem 3.6rem rgba(24, 58, 96, 0.1);
}
.home_entry .item > img {
  transition: transform 0.6s;
}
.home_entry .item:hover > img {
  transform: scale(1.03);
}
.home_entry .tcon .label {
  display: block;
  color: var(--label);
  font-weight: 380;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.066em;
}
.home_entry .item_carrier .tcon .label {
  color: rgba(110, 103, 92, 0.8);
}
.home_entry .tcon h3 {
  margin-top: 1.3rem;
  color: var(--title);
  font-weight: 520;
  font-size: 3rem;
  line-height: 4rem;
}
.home_entry .tcon p {
  margin-top: 1.3rem;
  color: var(--label);
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.home_entry .item_carrier .tcon {
  max-width: 27rem;
}
.home_entry .item_carrier .tcon p {
  max-width: 23rem;
  margin-top: 2rem;
}
.home_entry .logos {
  position: absolute;
  left: 34.74rem;
  top: 6.34rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  width: 26.5rem;
}
.home_entry .logos li {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 1.77rem;
  border: 1px solid #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: rgba(255, 255, 255, 0.74);
}
.home_entry .logos li:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0px 1rem 2rem rgba(240, 131, 0, 0.18);
}
.home_entry .track_form {
  position: absolute;
  left: 3.71rem;
  top: 18.15rem;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 87%;
  max-width: 61.34rem;
  height: 5.6rem;
}
.home_entry .track_form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 2.5rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 450;
  transition: border-color 0.3s;
  border: 1px solid #ebe3d6;
  background-color: #fff;
}
.home_entry .track_form input::placeholder {
  color: var(--label);
}
.home_entry .track_form input:focus {
  border-color: var(--primary);
}
.home_entry .track_form input.error {
  border-color: #e5484d;
  animation: home_entry_shake 0.4s;
}
@keyframes home_entry_shake {
  25% {
    transform: translateX(-0.6rem);
  }
  75% {
    transform: translateX(0.6rem);
  }
}
.home_entry .track_form button,
.home_entry .btn_login {
  display: block;
  height: 5.6rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 450;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
  transition: 0.3s;
  background-color: var(--primary);
}
.home_entry .track_form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16.8rem;
}
.home_entry .btn_login {
  position: absolute;
  left: 3.65rem;
  top: 18.15rem;
  width: 16.72rem;
  line-height: 5.6rem;
}
.home_entry .track_form button:hover,
.home_entry .btn_login:hover {
  background-color: #ff9a1f;
  box-shadow: 0px 0.8rem 2rem rgba(240, 131, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .home_entry .entry_list {
    grid-template-columns: 1fr 1fr;
  }
  .home_entry .item_carrier {
    grid-column: 1 / -1;
  }
  .home_entry .track_form {
    right: 3.7rem;
    width: auto;
  }
  .home_entry .track_form input {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home_entry {
    margin: 10px 10px 0px;
  }
  .home_entry .items {
    margin: 0px;
  }
  .home_entry .entry_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home_entry .item {
    height: auto;
    padding: 24px 20px;
    border-radius: 16px;
  }
  .home_entry .tcon .label {
    font-size: 11px;
    line-height: 1.5;
  }
  .home_entry .tcon h3 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.4;
  }
  .home_entry .tcon p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .home_entry .item_carrier .tcon,
  .home_entry .item_carrier .tcon p {
    max-width: none;
  }
  .home_entry .logos {
    position: static;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    margin-top: 16px;
  }
  .home_entry .logos li {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }
  .home_entry .track_form {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    height: 46px;
    margin-top: 16px;
  }
  .home_entry .track_form input {
    padding: 0px 120px 0px 16px;
    font-size: 13px;
  }
  .home_entry .track_form button {
    width: 110px;
    height: 46px;
    font-size: 14px;
  }
  .home_entry .btn_login {
    position: static;
    display: inline-block;
    width: auto;
    height: 42px;
    margin-top: 16px;
    padding: 0px 26px;
    font-size: 14px;
    line-height: 42px;
  }
}


.home_product {
  overflow: hidden;
  padding: 12.1rem 0px 14.9rem;
}
.home_product .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
.home_product .tcon{
  padding-bottom: .3rem;
}
.home_product .product_list {
  display: flex;
  gap: 0.97rem;
  height: 47.74rem;
  margin-top: 4.4rem;
}
.home_product .product_list > li {
  position: relative;
  flex: 1 1 0px;
  min-width: 0px;
  border-radius: 2.4rem;
  transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.54);
}
.home_product .product_list > li::before {
  content: '';
  position: absolute;
  inset: 0px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  background: #f5a44a url(../img/product-active-bg.webp) no-repeat -9.8rem -5.48rem / 98.98rem auto;
}
.home_product .product_list > li:not(.active) {
  overflow: hidden;
}
.home_product .product_list > li:not(.active):hover {
  background-color: #e6f5fd;
}
.home_product .product_list > li.active {
  z-index: 2;
  flex: 0 0 56.52rem;
}
.home_product .product_list > li.active::before {
  opacity: 1;
}
.home_product .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 1.6rem;
  background-image: linear-gradient(222deg, #fdd9a9 0%,#fcc37a, #fcc47d 22%, #ffe1c0 45%, #d4d9d6 76%, #a8d2ee 100%);
  box-shadow: 0 .8rem .8rem rgb(232 199 167 / 0.45);
}
.home_product .icon img {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}
.home_product .brief {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.03rem;
  text-align: center;
  transition: opacity 0.3s;
}
.home_product .brief .icon {
  transition: transform 0.4s;
}
.home_product .product_list > li:hover .brief .icon {
  transform: translateY(-0.6rem);
}
.home_product .brief .title {
  margin-top: 6.7rem;
  padding: 0 2rem;
}
.home_product .brief .title p {
  color: var(--title);
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
.home_product .brief::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4.56rem;
  width: 1.6rem;
  height: 1.3rem;
  transform: translateX(-50%);
  transition: transform 0.3s;
  background-color: var(--title);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13' fill='none' stroke='%23000' stroke-width='1.85'%3E%3Cpath d='M0 6.5h15M9.2.7 15 6.5l-5.8 5.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13' fill='none' stroke='%23000' stroke-width='1.85'%3E%3Cpath d='M0 6.5h15M9.2.7 15 6.5l-5.8 5.8'/%3E%3C/svg%3E") no-repeat center / contain;
}
.home_product .product_list > li:hover .brief::after {
  transform: translateX(-20%);
}
.home_product .product_list > li.active .brief {
  opacity: 0;
  pointer-events: none;
}
.home_product .detail {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56.52rem;
  height: 100%;
  padding: 5.03rem 3.94rem 0px 3.64rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.home_product .product_list > li.active .detail {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.home_product .detail .top {
  display: flex;
  justify-content: space-between;
}
.home_product .detail .icon {
  background-image: none;
  background-color: #fff;
  box-shadow: none;
}
.home_product .detail .flag {
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  margin-top: 1.15rem;
  border-radius: 50%;
}
.home_product .detail .flag img {
  display: block;
  width: 100%;
  height: 100%;
}
.home_product .detail .title {
  margin-top: 6.8rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.home_product .detail .title h3 {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.6rem;
  white-space: nowrap;
}
.home_product .detail .rows {
  margin-top: 1.4rem;
}
.home_product .detail .rows > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.8rem;
  padding-right: 4rem;
}
.home_product .detail .rows > li > strong {
  flex-shrink: 0;
  width: 8.7rem;
  font-weight: 450;
  font-size: 1.7rem;
}
.home_product .detail .rows > li > span {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 380;
  font-size: 1.6rem;
}
.home_product .tip_icon {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  cursor: help;
}
.home_product .tip_icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.39);
  background:url("../img/icon-tip-w.svg") no-repeat center / 35% rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
.home_product .tip_icon .tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1.6rem);
  z-index: 5;
  width: max-content;
  max-width: 46.2rem;
  padding: 3.27rem 3.4rem 3.6rem;
  border-radius: 1.74rem;
  color: var(--text);
  font-weight: 330;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: 'MiSans', sans-serif;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  transform: translate(-50%, 1rem);
  border: 2px solid var(--primary);
  background-color: #fff;
  box-shadow: 0px 1.4rem 3rem rgba(240, 131, 0, 0.15);
}
.home_product .tip_icon .tip::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 3.1rem;
  height: 1.4rem;
  background: url("../img/tip-bot.svg") no-repeat center top/contain;
}
.home_product .tip_icon .tip b,
.home_product .tip_icon .tip strong {
  color: var(--title);
  font-weight: 380;
}
.home_product .tip_icon:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
  pointer-events: auto;
}
.home_product .detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.17rem;
  margin-top: 1.3rem;
}
.home_product .detail .tags span {
  display: block;
  padding: 0px 1.56rem;
  border-radius: 10rem;
  font-weight: 380;
  font-size: 1.4rem;
  line-height: 3.58rem;
  border: 1px solid rgba(255, 255, 255, 0.39);
  background-color: rgba(255, 255, 255, 0.18);
}
.home_product .detail .more {
  position: absolute;
  left: 3.64rem;
  bottom: 4.1rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-weight: 450;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
}
.home_product .detail .more::after {
  content: '';
  width: 1.6rem;
  height: 1.3rem;
  transition: transform 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
}
.home_product .detail .more:hover::after {
  transform: translateX(0.6rem);
}

@media screen and (max-width: 1024px) {
  .home_product .head {
    flex-direction: column;
    align-items: flex-start;
  }
  .home_product .tcon p br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home_product {
    padding: 60px 0px;
  }
  .home_product::before {
    top: 0px;
    height: 100%;
    background-size: cover;
  }
  .home_product .head {
    gap: 16px;
  }
  .home_product .product_list {
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin-top: 30px;
  }
  .home_product .product_list > li,
  .home_product .product_list > li.active {
    flex: none;
    height: 84px;
    border-radius: 14px;
    transition: height 0.5s, background-color 0.3s;
  }
  .home_product .product_list > li.active {
    height: 340px;
  }
  .home_product .product_list > li::before {
    background-size: cover;
    background-position: center;
  }
  .home_product .icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
  .home_product .icon img {
    width: 28px;
    height: 28px;
  }
  .home_product .brief {
    flex-direction: row;
    padding: 0px 20px;
    text-align: left;
  }
  .home_product .brief .title {
    margin: 0px 0px 0px 16px;
  }
  .home_product .brief .title p {
    font-size: 17px;
    line-height: 1.4;
  }
  .home_product .brief .title br {
    display: none;
  }
  .home_product .brief::after {
    left: auto;
    right: 20px;
    bottom: 50%;
    width: 14px;
    height: 12px;
    transform: translateY(50%);
  }
  .home_product .product_list > li:hover .brief::after {
    transform: translate(4px, 50%);
  }
  .home_product .product_list > li:hover .brief .icon {
    transform: none;
  }
  .home_product .detail {
    width: 100%;
    padding: 20px;
  }
  .home_product .detail .flag {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .home_product .detail .title {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .home_product .detail .title h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .home_product .detail .rows {
    margin-top: 10px;
  }
  .home_product .detail .rows > li {
    min-height: 30px;
    padding-right: 30px;
  }
  .home_product .detail .rows > li > strong {
    width: 60px;
    font-size: 13px;
  }
  .home_product .detail .rows > li > span {
    font-size: 12px;
  }
  .home_product .tip_icon i {
    width: 18px;
    height: 18px;
  }
  .home_product .tip_icon .tip {
    left: auto;
    right: -10px;
    max-width: 280px;
    padding: 14px 16px;
    font-size: 12px;
    line-height: 1.8;
    border-radius: 10px;
    transform: translate(0px, 10px);
  }
  .home_product .tip_icon:hover .tip {
    transform: translate(0px, 0px);
  }
  .home_product .tip_icon .tip::after {
    left: auto;
    right: 5px;
    width: 15px;
    height: 7px;
  }
  .home_product .detail .tags {
    gap: 8px;
    margin-top: 12px;
  }
  .home_product .detail .tags span {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 28px;
  }
  .home_product .detail .more {
    left: 20px;
    bottom: 20px;
    gap: 10px;
    font-size: 14px;
  }
}

.home_network {
  padding: 11.34rem 0px 12.84rem;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background-color: #fff;
  overflow: hidden;
  margin-top: -5.6rem;
}
.home_network .tcon h2,
.home_partner .tcon h2,
.home_case .tcon h2,
.home_news .head .tcon h2,
.home_about .tcon h2 {
  font-weight: 520;
}
.home_network .tag,
.home_partner .tag,
.home_case .tag,
.home_about .tag,
.home_news .tag {
  font-weight: 380;
}
.home_network .head {
  position: relative;
}
.home_network .head .tag {
  position: absolute;
  left: 0.14rem;
  top: -0.12rem;
}
.home_network .map_base {
  display: block;
  width: 100%;
  height: auto;
}
.home_network .network_map {
  position: relative;
  width: 139rem;
  max-width: 100%;
  margin: -2.92rem auto 0px;
  aspect-ratio: 1390 / 630.2;
}
.home_network .map_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: opacity 0.5s, filter 0.5s;
}
.home_network .map_area.off {
  opacity: 0;
}
.home_network .pins li {
  position: absolute;
  width: 3.6rem;
  height: 4.51rem;
  cursor: pointer;
  transition: opacity 0.4s, transform 0.4s;
  transform-origin: 50% 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 45'%3E%3Cpath fill='%23161616' d='M18 0C8.06 0 0 8.06 0 18c0 12.6 15.2 25.5 16.1 26.3.55.46 1.3.46 1.85 0C18.8 43.5 36 30.6 36 18 36 8.06 27.94 0 18 0Z'/%3E%3Ccircle cx='18' cy='18' r='8.4' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
}
.home_network .pins li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  width: 2.6rem;
  height: 0.9rem;
  margin-left: -1.3rem;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(240, 131, 0, 0.45);
  animation: home_network_pulse 2s ease-out infinite;
}
@keyframes home_network_pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.home_network .pins li:hover {
  transform: translateY(-0.4rem);
}
.home_network .pins span {
  position: absolute;
  left: 4.6rem;
  top: 2.4rem;
  font-weight: 380;
  font-size: 1.8rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
.home_network .pins .left span {
  left: auto;
  right: 5rem;
  top: 3.4rem;
}
.home_network .pins li.off {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
}
.home_network .info_box {
  position: absolute;
  left: 43.84%;
  top: 30.56%;
  width: 30.98rem;
  padding: 2.72rem 3.35rem 1.2rem 3.19rem;
  border-radius: 1.6rem;
  border: 1.5px solid #ff8e24;
  background-color: #fff;
  box-shadow: 0px 1.4rem 3rem rgba(240, 131, 0, 0.08);
}
.home_network .info_box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.home_network .info_box .name {
  font-weight: 450;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.home_network .info_box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.79rem;
  height: 4.79rem;
  border-radius: 50%;
  background-color: var(--primary);
}
.home_network .info_box .icon img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  filter: brightness(0) invert(1);
}
.home_network .info_box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}
.home_network .info_box dl + dl {
  border-top: 0.75px solid #ddd;
}
.home_network .info_box dt {
  color: rgba(2, 14, 40, 0.54);
  font-weight: 380;
  font-size: 1.7rem;
}
.home_network .info_box dd {
  font-weight: 450;
  font-size: 2.4rem;
  white-space: nowrap;
}
.home_network .network_tabs {
  display: flex;
  justify-content: space-between;
  width: 113.46rem;
  max-width: 100%;
  height: 6.96rem;
  margin: -0.99rem auto 0px;
  border-radius: 10rem;
  background-color: #fff;
  box-shadow: 0px 1rem 3rem rgba(24, 58, 96, 0.05);
}
.home_network .network_tabs li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  height: 100%;
  padding: 0px 1.6rem;
  border-radius: 10rem;
  cursor: pointer;
  font-weight: 380;
  font-size: 2rem;
  white-space: nowrap;
  transition: color 0.3s;
}
.home_network .network_tabs li:hover {
  color: var(--primary);
}
.home_network .network_tabs li.active {
  flex: 0 0 17.54rem;
  justify-content: flex-start;
  color: #fff;
  background-image: linear-gradient(200deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(90deg, #a5d3f5 0%, #ffcf98 48%, #f99106 100%);
  box-shadow: 0px 0.5rem 2rem rgba(183, 183, 183, 0.45);
}
.home_network .network_tabs .flag {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  width: 4.03rem;
  height: 4.03rem;
  border-radius: 50%;
  background-color: #fff;
}
.home_network .network_tabs .flag img {
  display: block;
  width: 100%;
  height: 100%;
}
.home_network .network_tabs .flag.globe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_network .network_tabs .flag.globe img {
  width: 2.4rem;
  height: 2.4rem;
}
.home_network .network_tabs li:not(.active) .flag.globe {
  background-color: var(--primary);
}
.home_network .network_tabs li:not(.active) .flag.globe img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .home_network {
    padding: 50px 0px 40px;
    border-radius: 16px;
    margin-top: 0px;
  }
  .home_network .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_network .head .tag {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 14px;
  }
  .home_network .tcon p br {
    display: none;
  }
  .home_network .network_map {
    width: auto;
    margin: 20px -10px 0px;
  }
  .home_network .pins li {
    width: 16px;
    height: 20px;
  }
  .home_network .pins li::before {
    display: none;
  }
  .home_network .pins span {
    left: 18px;
    top: 8px;
    font-size: 10px;
    line-height: 14px;
  }
  .home_network .pins .left span {
    right: 18px;
    top: 12px;
  }
  .home_network .info_box {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 10px 10px 0px;
    padding: 14px 16px 6px;
    border-radius: 12px;
  }
  .home_network .info_box .top {
    margin-bottom: 6px;
  }
  .home_network .info_box .name {
    font-size: 18px;
    line-height: 1.4;
  }
  .home_network .info_box .icon {
    width: 34px;
    height: 34px;
  }
  .home_network .info_box .icon img {
    width: 18px;
    height: 18px;
  }
  .home_network .info_box dl {
    height: 44px;
  }
  .home_network .info_box dt {
    font-size: 13px;
  }
  .home_network .info_box dd {
    font-size: 17px;
  }
  .home_network .network_tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    height: auto;
    margin-top: 20px;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .home_network .network_tabs li,
  .home_network .network_tabs li.active {
    flex: 0 0 auto;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0px 14px 0px 5px;
    font-size: 13px;
    background-color: #fff;
  }
  .home_network .network_tabs .flag {
    width: 28px;
    height: 28px;
  }
  .home_network .network_tabs .flag.globe img {
    width: 16px;
    height: 16px;
  }
}

.home_partner {
  position: relative;
  z-index: 1;
  height: 107.3rem;
  margin-top: -3rem;
  padding-top: 29.85rem;
  overflow: hidden;
}
.home_partner > img {
  object-position: center top;
}
.home_partner .globe {
  position: absolute;
  left: calc(50% - 26rem);
  top: 5.1rem;
  z-index: -1;
  width: 122rem;
  pointer-events: none;
}
.home_partner .globe img {
  display: block;
  width: 100%;
  height: auto;
}
.home_partner .main {
  position: relative;
  z-index: 2;
  width: 40rem;
}
.home_partner .tcon h2 {
  margin-top: 2.2rem;
}
.home_partner .tcon p {
  margin-top: 2.6rem;
}
.home_partner .partner_tabs {
  margin-top: 4.05rem;
}
.home_partner .partner_tabs li {
  width: 19.28rem;
  height: 5.2rem;
  border-radius: 10rem;
  cursor: pointer;
  color: #635f59;
  font-weight: 380;
  font-size: 1.7rem;
  line-height: 5rem;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.64);
  box-shadow: 0px 0.5rem 2rem rgba(183, 183, 183, 0.25);
}
.home_partner .partner_tabs li + li {
  margin-top: 2.07rem;
}
.home_partner .partner_tabs li:hover {
  color: var(--primary);
  background-color: #fff;
}
.home_partner .partner_tabs li.active {
  color: #fff;
  font-weight: 450;
  border-color: transparent;
  background-image: linear-gradient(200deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(90deg, #a5d3f5 0%, #ffcf98 48%, #f99106 100%);
  box-shadow: 0px 0.5rem 2rem rgba(183, 183, 183, 0.45);
}
.home_partner .partner_groups {
  position: absolute;
  inset: 3rem 0px 0px;
  pointer-events: none;
}
.home_partner .group {
  position: absolute;
  inset: 0px;
}
.home_partner .pill {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0px 4.8rem 0px 3.4rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 380;
  line-height: 1.32;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(2rem) scale(0.9);
  background-color: var(--c);
  box-shadow: 0px 1.4rem 3rem rgba(6, 18, 40, 0.18);
}
.home_partner .group.active .pill {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px) scale(1);
}
.home_partner .group.active .pill:hover {
  transform: translateY(-0.6rem) scale(1.03);
}
.home_partner .pill i {
  display: block;
  flex-shrink: 0;
}
.home_partner .pill i img {
  display: block;
  width: 100%;
  height: auto;
}
.home_partner .pill.p1 {
  left: calc(50% - 18.08rem);
  top: 27.4rem;
  height: 10.33rem;
  gap: 1.93rem;
  font-size: 2.2rem;
}
.home_partner .pill.p1 i {
  width: 14.3rem;
}
.home_partner .pill.p2 {
  left: calc(50% + 61.33rem);
  top: 32.13rem;
  height: 10.33rem;
  gap: 3rem;
  padding-left: 3.25rem;
  font-size: 2.2rem;
}
.home_partner .pill.p2 i {
  width: 10.7rem;
}
.home_partner .pill.p3 {
  left: calc(50% + 14.03rem);
  top: 47.78rem;
  height: 13.04rem;
  gap: 2.8rem;
  padding-left: 4.5rem;
  font-size: 2.4rem;
}
.home_partner .pill.p3 i {
  width: 13.7rem;
}
.home_partner .pill.p4 {
  left: calc(50% - 25.88rem);
  top: 63.93rem;
  height: 9.44rem;
  gap: 1.7rem;
  padding-left: 2.62rem;
  font-size: 1.79rem;
}
.home_partner .pill.p4 i {
  width: 9.6rem;
}
.home_partner .pill.p5 {
  left: calc(50% + 60.53rem);
  top: 75.9rem;
  height: 9.26rem;
  gap: 2.5rem;
  padding-left: 3.09rem;
  font-size: 1.79rem;
}
.home_partner .pill.p5 i {
  width: 9.4rem;
}
.home_partner .pill.p6 {
  left: calc(50% - 11.16rem);
  top: 84.93rem;
  height: 7.68rem;
  gap: 2.4rem;
  padding-left: 2.8rem;
  font-size: 1.99rem;
}
.home_partner .pill.p6 i {
  width: 5.6rem;
}
.home_partner .group.active .pill.p2 {
  transition-delay: 0.05s;
}
.home_partner .group.active .pill.p3 {
  transition-delay: 0.1s;
}
.home_partner .group.active .pill.p4 {
  transition-delay: 0.15s;
}
.home_partner .group.active .pill.p5 {
  transition-delay: 0.2s;
}
.home_partner .group.active .pill.p6 {
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_partner .main {
    width: 30rem;
  }
}

@media screen and (max-width: 768px) {
  .home_partner {
    height: auto;
    margin-top: 0px;
    padding: 60px 0px 30px;
  }
  .home_partner .globe {
    top: unset;
    bottom: 0;
    width: 520px;
  }
  .home_partner .main {
    width: auto;
  }
  .home_partner .tcon h2 {
    margin-top: 14px;
  }
  .home_partner .tcon p {
    margin-top: 10px;
  }
  .home_partner .tcon p br {
    display: none;
  }
  .home_partner .partner_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }
  .home_partner .partner_tabs li {
    width: auto;
    height: 38px;
    padding: 0px 16px;
    font-size: 13px;
    line-height: 36px;
  }
  .home_partner .partner_tabs li + li {
    margin-top: 0px;
  }
  .home_partner .partner_groups {
    position: relative;
    inset: auto;
    height: 420px;
    margin-top: 10px;
  }
  .home_partner .pill,
  .home_partner .pill.p1,
  .home_partner .pill.p2,
  .home_partner .pill.p3,
  .home_partner .pill.p4,
  .home_partner .pill.p5,
  .home_partner .pill.p6 {
    height: 50px;
    gap: 10px;
    padding: 0px 18px 0px 16px;
    font-size: 12px;
  }
  .home_partner .pill i,
  .home_partner .pill.p1 i,
  .home_partner .pill.p3 i {
    width: 64px;
  }
  .home_partner .pill.p2 i,
  .home_partner .pill.p4 i,
  .home_partner .pill.p5 i {
    width: 54px;
  }
  .home_partner .pill.p6 i {
    width: 36px;
  }
  .home_partner .pill.p1 {
    left: 20px;
    top: 10px;
  }
  .home_partner .pill.p2 {
    left: auto;
    right: 20px;
    top: 80px;
  }
  .home_partner .pill.p3 {
    left: 30px;
    top: 150px;
  }
  .home_partner .pill.p4 {
    left: auto;
    right: 30px;
    top: 220px;
  }
  .home_partner .pill.p5 {
    left: 20px;
    top: 290px;
  }
  .home_partner .pill.p6 {
    left: auto;
    right: 20px;
    top: 360px;
  }
}


/* #region home_case (parts/home-case.php) */
.home_case {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 94.81rem;
  padding-top: 10.72rem;
  border-radius: 2.3rem;
  background-color: #0b1a3c;
}
.home_case .head {
  position: relative;
}
.home_case .head .tag {
  position: absolute;
  left: 0.14rem;
  top: 0px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.home_case .tcon h2 {
  color: #fff;
  margin-top: 0.1rem;
}
.home_case .tcon p {
  margin-top: 2.6rem;
  color: rgba(255, 255, 255, 0.8);
}
.home_case .case_slider {
  position: relative;
  margin-top: 5.64rem;
  overflow: hidden;
  cursor: grab;
}
.home_case .case_slider.dragging {
  cursor: grabbing;
}
.home_case .case_track {
  display: flex;
  gap: 1.28rem;
  width: max-content;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.home_case .case_track.no_anim,
.home_case .case_track.no_anim .case_item,
.home_case .case_track.no_anim .case_item * {
  transition: none !important;
}
.home_case .case_item {
  position: relative;
  flex: none;
  width: 45.55rem;
  height: 49.26rem;
  overflow: hidden;
  border-radius: 1.58rem;
  color: #fff;
  user-select: none;
  transition: width 0.7s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.7s;
  background-color: #050505;
}
.home_case .case_item.active {
  width: 64.45rem;
  border-radius: 1.89rem;
}
.home_case .case_item .photo {
  position: absolute;
  inset: 0px;
  transition: opacity 0.5s;
}
.home_case .case_item .photo img {
  pointer-events: none;
  transition: transform 0.8s;
}
.home_case .case_item:not(.active):hover .photo img {
  transform: scale(1.05);
}
.home_case .case_item .photo::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 74.4%;
  background-image: linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.6) 35%, rgba(5, 5, 5, 0) 83%);
}
.home_case .case_item .label {
  position: absolute;
  left: 4.01rem;
  top: 3.79rem;
  z-index: 3;
  padding: 0px 1.69rem;
  border-radius: 10rem;
  font-weight: 380;
  font-size: 1.4rem;
  line-height: 4.1rem;
  white-space: nowrap;
  background-color: var(--primary);
}
.home_case .case_item .brief {
  position: absolute;
  left: 4.01rem;
  right: 4rem;
  bottom: 3.6rem;
  z-index: 2;
  transition: opacity 0.4s, transform 0.5s;
}
.home_case .case_item h3 {
  font-weight: 450;
  font-size: 2.7rem;
  line-height: 3.6rem;
}
.home_case .case_item .brief p {
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.home_case .case_item .detail {
  position: absolute;
  inset: 0px;
  z-index: 1;
  width: 64.45rem;
  padding: 10.3rem 4.12rem 0px;
  opacity: 0;
  visibility: hidden;
  border-radius: 1.89rem;
  transition: opacity 0.4s, visibility 0.4s;
  border: 2px solid rgba(255, 255, 255, 0.21);
  background-color: rgba(35, 49, 79, 0.93);
}
.home_case .case_item.active .detail {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
.home_case .case_item.active .brief {
  opacity: 0;
  transform: translateY(2rem);
}
.home_case .case_item.active .photo {
  opacity: 0;
}
.home_case .case_item .detail h3 {
  font-size: 2.8rem;
  line-height: 3.7rem;
}
.home_case .case_item .detail h3 a {
  transition: color 0.3s;
}
.home_case .case_item .detail h3 a:hover {
  color: var(--primary);
}
.home_case .case_item .detail p {
  max-width: 31rem;
  margin-top: 1.72rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.home_case .case_item .stats {
  position: absolute;
  left: 4.12rem;
  bottom: 3.6rem;
  display: flex;
}
.home_case .case_item .stats li {
  width: 16.84rem;
}
.home_case .case_item .stats strong {
  display: block;
  color: var(--primary);
  font-weight: 450;
  font-size: 3rem;
  line-height: 3.9rem;
  white-space: nowrap;
}
.home_case .case_item .stats span {
  display: block;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 380;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.home_case .case_item .thumb {
  position: absolute;
  right: 3.2rem;
  bottom: 2.26rem;
  width: 22.87rem;
  height: 18.07rem;
  overflow: hidden;
  border-radius: 1.27rem;
}
.home_case .case_item .thumb img {
  pointer-events: none;
}
.home_case .case_dots {
  display: none;
}
/* #endregion */

/* #region home_news (parts/home-news.php) */
.home_news {
  position: relative;
  z-index: 1;
  padding: 0px 0px 14.4rem;
  overflow: hidden;
}
.home_news .head {
  display: flex;
  justify-content: space-between;
}
.home_news .head .tcon h2 {
  margin-top: 2.6rem;
}
.home_news .head .right {
  width: 89.7rem;
  padding-top: 8.4rem;
}
.home_news .head .right p {
  max-width: 57rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3rem;
}
.home_news .head .btns {
  display: flex;
  align-items: center;
  gap: 3.08rem;
  margin-top: 3rem;
}
.home_news .body {
  display: flex;
  margin-top: 6.27rem;
}
.home_news .videos {
  position: relative;
  display: flex;
  flex-shrink: 0;
  gap: 2.4rem;
  padding-right: 12.02rem;
}
.home_news .videos::after {
  content: '';
  position: absolute;
  right: 6.1rem;
  top: 0px;
  width: 0.24rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.home_news .video_item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30.32rem;
  height: 54rem;
  border-radius: 2.6rem;
  color: #fff;
  background-color: #04102f;
}
.home_news .video_item > img {
  transition: transform 0.6s;
}
.home_news .video_item:hover > img {
  transform: scale(1.05);
}
.home_news .video_item::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 36.7rem;
  background-image: linear-gradient(0deg, #04102f 17%, rgba(4, 16, 47, 0) 100%);
}
.home_news .video_item .play {
  position: absolute;
  left: 50%;
  top: 21.8rem;
  z-index: 2;
  width: 6.4rem;
  height: 6.4rem;
  margin-left: -3.2rem;
  border-radius: 50%;
  transition: transform 0.3s, background-color 0.3s;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 17'%3E%3Cpath fill='%23211d1b' d='M1.6.4 10.3 7.2c.9.7.9 2 0 2.6L1.6 16.6C.9 17.1 0 16.6 0 15.8V1.2C0 .4.9-.1 1.6.4Z'/%3E%3C/svg%3E") no-repeat 53% center / 1.09rem auto;
}
.home_news .video_item:hover .play {
  transform: scale(1.1);
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 17'%3E%3Cpath fill='%23fff' d='M1.6.4 10.3 7.2c.9.7.9 2 0 2.6L1.6 16.6C.9 17.1 0 16.6 0 15.8V1.2C0 .4.9-.1 1.6.4Z'/%3E%3C/svg%3E");
}
.home_news .video_item .info {
  position: absolute;
  left: 2.99rem;
  right: 2.4rem;
  bottom: 2.6rem;
  z-index: 2;
}
.home_news .video_item .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 380;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.home_news .video_item time {
  display: block;
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 330;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.home_news .news_swiper {
  flex: 1;
  min-width: 0px;
  margin-right: calc((100vw - 100%) / -2 + 0px);
  overflow: hidden;
}
.home_news .news_swiper .swiper-slide {
  width: 39.78rem;
}
.home_news .news_item {
  display: flex;
  flex-direction: column;
  height: 54rem;
  overflow: hidden;
  border-radius: 2.6rem;
  transition: 0.4s;
  border: 2px solid transparent;
  background-color: #e6f5fd;
}
.home_news .news_item .img {
  flex-shrink: 0;
  height: 27.45rem;
}
.home_news .news_item:hover .img img {
  transform: scale(1.05);
}
.home_news .news_item .info {
  position: relative;
  flex: 1;
  padding: 2.8rem 2.8rem 0px;
}
.home_news .news_item .meta {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.home_news .news_item .meta em {
  color: var(--primary);
  font-weight: 380;
  letter-spacing: 0.03em;
}
.home_news .news_item .meta time {
  margin-left: 0.6rem;
  color: #7c877f;
  font-weight: 330;
}
.home_news .news_item .meta time::before {
  content: '|';
  margin-right: 0.6rem;
}
.home_news .news_item .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1.25rem;
  color: var(--dark);
  font-weight: 380;
  font-size: 2.2rem;
  line-height: 3.2rem;
  transition: color 0.3s;
}
.home_news .news_item .more {
  position: absolute;
  left: 2.8rem;
  bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 1.83rem;
  font-weight: 450;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.home_news .news_item .more::after {
  content: '';
  width: 3.34rem;
  height: 3.34rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--dark) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M1.3 7.7 7.7 1.3M2.2 1.3h5.5v5.5'/%3E%3C/svg%3E") no-repeat center / 0.8rem auto;
}
.home_news .news_item:hover,
.home_news .swiper-slide:first-child .news_item.first {
  border-color: #f18200;
  background-color: #fff9ee;
  box-shadow: 0px 1.4rem 2.6rem rgba(240, 131, 0, 0.1);
}
.home_news .news_item:hover .title {
  color: var(--primary);
}
.home_news .news_item:hover .more::after {
  transform: rotate(45deg);
  background-color: var(--primary);
}
/* #endregion */

@media screen and (max-width: 1024px) {
  .home_news .body {
    flex-direction: column;
  }
  .home_news .videos {
    padding-right: 0px;
    margin-bottom: 2.4rem;
  }
  .home_news .videos::after {
    display: none;
  }
  .home_news .video_item {
    flex: 1;
    min-width: 0;
    min-height: 0;
    width: auto;
    height: 42rem;
  }
}

@media screen and (max-width: 768px) {
  .home_case {
    height: auto;
    padding: 50px 0px 40px;
    border-radius: 16px;
  }
  .home_case .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_case .head .tag {
    position: relative;
    margin-bottom: 14px;
  }
  .home_case .tcon p {
    margin-top: 10px;
  }
  .home_case .tcon p br {
    display: none;
  }
  .home_case .case_slider {
    margin-top: 30px;
  }
  .home_case .case_track {
    gap: 10px;
  }
  .home_case .case_item {
    width: 260px;
    height: 360px;
    border-radius: 12px;
  }
  .home_case .case_item.active {
    width: 300px;
    border-radius: 12px;
  }
  .home_case .case_item .label {
    left: 16px;
    top: 16px;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 26px;
  }
  .home_case .case_item .brief {
    left: 16px;
    right: 16px;
    bottom: 18px;
  }
  .home_case .case_item h3,
  .home_case .case_item .detail h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .home_case .case_item .brief p,
  .home_case .case_item .detail p {
    max-width: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .home_case .case_item .detail {
    width: 300px;
    padding: 60px 16px 0px;
    border-radius: 12px;
  }
  .home_case .case_item .stats {
    left: 16px;
    bottom: 18px;
  }
  .home_case .case_item .stats li {
    width: 80px;
  }
  .home_case .case_item .stats strong {
    font-size: 20px;
    line-height: 1.3;
  }
  .home_case .case_item .stats span {
    margin-top: 2px;
    font-size: 11px;
  }
  .home_case .case_item .thumb {
    right: 16px;
    bottom: 16px;
    width: 110px;
    height: 90px;
    border-radius: 8px;
  }
  .home_news {
    padding-bottom: 60px;
  }
  .home_news .head {
    flex-direction: column;
  }
  .home_news .head .tcon h2 {
    margin-top: 14px;
  }
  .home_news .head .right {
    width: auto;
    padding-top: 10px;
  }
  .home_news .head .right p {
    font-size: 14px;
    line-height: 1.7;
  }
  .home_news .head .btns {
    gap: 16px;
    margin-top: 16px;
  }
  .home_news .body {
    margin-top: 30px;
  }
  .home_news .videos {
    flex-direction: column;
    gap: 10px;
    padding-right: 0px;
    margin-bottom: 16px;
  }
  .home_news .video_item {
    flex: none;
    width: 100%;
    height: 220px;
    min-height: 0;
  }
  .home_news .video_item .play {
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
  .home_news .video_item .info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .home_news .video_item .title {
    font-size: 16px;
    line-height: 1.4;
  }
  .home_news .video_item time {
    font-size: 12px;
  }
  .home_news .news_swiper {
    margin-right: -20px;
  }
  .home_news .news_swiper .swiper-slide {
    width: 270px;
  }
  .home_news .news_item {
    height: 390px;
    border-radius: 16px;
  }
  .home_news .news_item .img {
    height: 180px;
  }
  .home_news .news_item .info {
    padding: 16px 16px 0px;
  }
  .home_news .news_item .meta {
    font-size: 12px;
  }
  .home_news .news_item .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .home_news .news_item .more {
    left: 16px;
    bottom: 18px;
    gap: 10px;
    font-size: 13px;
  }
  .home_news .news_item .more::after {
    width: 26px;
    height: 26px;
    background-size: 7px auto;
  }
}


.home_about {
  height: 139.7rem;
  padding-top: 11.96rem;
  overflow: hidden;
}
.home_about > img {
  object-position: center top;
}
.home_about .top {
  display: flex;
  justify-content: space-between;
}
.home_about .tcon .tag + h2 {
  margin-top: 2rem;
}
.home_about .tcon h3 {
  margin-top: 2.75rem;
  color: var(--title);
  font-weight: 380;
  font-size: 2.2rem;
  line-height: 3rem;
}
.home_about .intro {
  width: 63.3rem;
  margin-right: 0.6rem;
  padding-top: 8.5rem;
}
.home_about .intro p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3rem;
}
.home_about .intro p + p {
  margin-top: 3rem;
}
.home_about .more {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
  font-weight: 450;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
.home_about .more::after {
  content: '';
  width: 3.34rem;
  height: 3.34rem;
  border-radius: 50%;
  transition: transform 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M0 4.5h9.6M6.1.6 10 4.5 6.1 8.4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.home_about .more:hover {
  color: var(--primary);
}
.home_about .more:hover::after {
  transform: translateX(0.5rem);
}
.home_about .panel {
  position: absolute;
  left: 0px;
  top: 58.47rem;
  width: 100%;
  z-index: 2;
}
.home_about .panel_box {
  margin: 0px 5.69rem;
  height: 31.94rem;
  padding-top: 4.3rem;
  border-radius: 2.09rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.78) 33%, rgba(255, 255, 255, 0.78) 67%, rgba(255, 255, 255, 0.55) 100%);
}
.home_about .panel_box .content {
  display: flex;
  justify-content: space-between;
}
.home_about .no1 {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  height: 22.75rem;
}
.home_about .no1 strong {
  color: var(--primary);
  font-weight: 520;
  font-size: 10.8rem;
  line-height: 1;
  white-space: nowrap;
}
.home_about .no1 p {
  color: var(--title);
  font-weight: 380;
  font-size: 2.72rem;
  line-height: 4.9rem;
  white-space: nowrap;
}
.home_about .stats {
  display: grid;
  grid-template-columns: repeat(3, 22.35rem);
  row-gap: 3.8rem;
  margin-right: -2rem;
  text-align: center;
}
.home_about .stats .num {
  color: var(--title);
  font-weight: 520;
  font-size: 5rem;
  line-height: 6.6rem;
  white-space: nowrap;
}
.home_about .stats .num em {
  margin-left: 0.8rem;
  color: var(--primary);
  font-size: 3.4rem;
}
.home_about .stats .num em + em {
  margin-left: 0.4rem;
}
.home_about .stats p {
  margin-top: 0.1rem;
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.88rem;
  line-height: 2.5rem;
}
.home_about .ship {
  position: absolute;
  left: calc(50% - 21.93rem);
  top: -10.14rem;
  z-index: 3;
  width: 39.21rem;
  pointer-events: none;
}
.home_about .ship img {
  display: block;
  width: 100%;
  height: auto;
}
.home_about .watermark {
  position: absolute;
  left: 50%;
  top: 97.59rem;
  z-index: 1;
  transform: translateX(-49.5%);
  color: rgba(14, 89, 119, 0.17);
  font-weight: 630;
  font-size: 29.77rem;
  line-height: 39.5rem;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 1220px){
  .home_about .stats .num{
    font-size: 3.5rem;
  }
  .home_about .no1 strong{
    font-size: 6rem;
  }
  .home_about .stats .num em{
    font-size: 2.5rem;
  }
  .home_about .no1 p{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .home_about .stats{
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 1024px) {
  .home_about .top {
    flex-direction: column;
  }
  .home_about .intro {
    width: auto;
    margin: 0px;
    padding-top: 3rem;
  }
  .home_about .panel {
    top: 80rem;
  }
  .home_about {
    height: 170rem;
  }
  .home_about .watermark {
    top: 128rem;
  }
}

@media screen and (max-width: 896px){
  .home_about .stats .num{
    font-size: 2.5rem;
  }
  .home_about .stats .num em{
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .home_about {
    height: auto;
    padding: 60px 0px 40px;
  }
  .home_about .tcon h3 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .home_about .intro {
    padding-top: 16px;
  }
  .home_about .intro p {
    font-size: 14px;
    line-height: 1.7;
  }
  .home_about .intro p + p {
    margin-top: 10px;
  }
  .home_about .more {
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
  }
  .home_about .more::after {
    width: 28px;
    height: 28px;
    background-size: 9px auto;
  }
  .home_about .panel {
    position: relative;
    top: auto;
    margin-top: 180px;
  }
  .home_about .panel_box {
    height: auto;
    margin: 0px 10px;
    padding: 24px 0px;
    border-radius: 14px;
  }
  .home_about .panel_box .content {
    flex-direction: column;
    gap: 20px;
  }
  .home_about .no1 {
    height: auto;
    gap: 14px;
  }
  .home_about .no1 strong {
    font-size: 52px;
  }
  .home_about .no1 p {
    font-size: 14px;
    line-height: 1.6;
  }
  .home_about .stats {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    margin: 0px;
  }
  .home_about .stats .num {
    font-size: 24px;
    line-height: 1.3;
  }
  .home_about .stats .num em {
    margin-left: 2px;
    font-size: 16px;
  }
  .home_about .stats p {
    font-size: 12px;
    line-height: 1.5;
  }
  .home_about .ship {
    left: 50%;
    top: -170px;
    width: 130px;
    margin-left: -65px;
  }
  .home_about .watermark {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 10px;
    transform: none;
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .visual {
    height: 220px;
  }
  .home_banner .card {
    width: 108px;
    padding: 12px 8px 0px 10px;
  }
  .home_banner .card_seller {
    left: 10px;
    height: 150px;
  }
  .home_banner .card_no1 {
    right: 10px;
    height: 132px;
  }
  .home_banner .card .num {
    font-size: 18px;
  }
  .home_banner .avatars i {
    width: 24px;
    height: 24px;
  }
  .home_banner .avatars i.big {
    width: 30px;
    height: 30px;
    margin: 0px -5px;
  }
  .home_partner .partner_groups {
    height: 380px;
  }
  .home_partner .pill,
  .home_partner .pill.p1,
  .home_partner .pill.p2,
  .home_partner .pill.p3,
  .home_partner .pill.p4,
  .home_partner .pill.p5,
  .home_partner .pill.p6 {
    height: 44px;
    padding: 0px 12px;
    font-size: 11px;
  }
  .home_about .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_about .watermark {
    font-size: 36px;
  }
  .home_news .video_item {
    flex: none;
    height: 180px;
  }
}
