@font-face {
  font-family: "Akrobat-Bold";
  src: url("./Akrobat-Bold.otf");
}

@-webkit-keyframes rotateLeft {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -950px;
  }
}

@keyframes rotateLeft {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -950px;
  }
}

@-webkit-keyframes rotate {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -1363px;
  }
}

@keyframes rotate {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -1363px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#allvalue {
  min-height: 100vh;
  box-sizing: border-box;
  --color-g4: #31af84;
}

.allvalue-btn {
  padding: 10px 16px;
  min-width: 98px;
  line-height: 22px;
  background: #004afc;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.15s linear;
}

.allvalue-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #2654ff;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.common-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.common-button {
  padding: 13px 16px;
  background: #004afc;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.common-button:hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #allvalue {
    min-width: 1200px;
  }
  .layout-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* .banner-container {
    width: 100%;
    height: 600px;
    background: url(https://intl-image.yzcdn.cn/images/icons/banner.png) center center no-repeat;
    background-size: cover;
  }
  .banner-container .layout-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner-container .layout-container .banner-info-box {
    display: block !important;
    color: #fff;
    cursor: pointer;
    padding: 135px 0;
  }
  .banner-container .layout-container .banner-info-box:first-child {
    width: 66%;
  }
  .banner-container .layout-container .banner-info-box:last-child {
    width: 34%;
  }
  .banner-container .layout-container .banner-info-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    text-decoration: none;
  }
  .banner-container .layout-container .banner-logo .icon-shop-logo {
    width: 154.8px;
    height: 24px;
  }
  .banner-container .layout-container .banner-logo .icon-link-logo {
    width: 145.8px;
    height: 24px;
  }
  .banner-container .layout-container .banner-title {
    margin-top: 24px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
  }
  .banner-container .layout-container .view-more {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
  }
  .banner-container .layout-container .view-more a {
    color: #fff;
    text-decoration: none;
  } */
  .banner-container {
    padding: 132px 0 0;
    background: #f7f8fa;
  }
  .banner-container .layout-container {
    display: flex;
    align-items: center;
    background: #D52C3F;
    border-radius: 24px;
    overflow: hidden;
  }
  .banner-container .banner-left {
    flex: 1;
    padding: 0 80px 0 48px;
  }
  .banner-container .banner-left .banner-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
  }
  .banner-container .banner-left .set-up-subtitle {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
  }
  .banner-container .banner-left .set-up-cover {
    display: none;
  }
  .banner-container .banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
  }
  .banner-container .banner-btn-wrap .banner-btn {
    display: block;
    padding: 0 28px;
    line-height: 54px;
    font-size: 18px;
    color: #ffffff;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: #323233;
    border: 1px solid transparent;
    font-weight: 500;
    text-decoration: none;
  }
  .banner-container .banner-btn-wrap .banner-btn:last-child {
    background: transparent;
    color: #fff;
    border-color: #FFFFFF;
  }
  .banner-container .banner-btn-wrap .banner-btn svg {
    display: none;
  }
  .banner-container .banner-cover {
    flex-shrink: 0;
    width: 588px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner-container .banner-main {
    display: none;
  }
  .case-container {
    padding: 120px 0;
    background: #f7f8fa;
  }
  .case-container .case-title {
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #323233;
  }
  .case-container .case-list-wrap {
    margin-top: 60px;
  }
  .case-container .case-list-wrap .case-list {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    padding-left: calc((100% - 1200px) / 2);
    padding-right: 24px;
  }
  .case-container .case-list-wrap .case-list::-webkit-scrollbar {
    display: none;
  }
  .case-container .case-list-wrap .case-item {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    overflow: hidden;
  }
  .case-container .case-list-wrap .case-item + .case-item {
    margin-left: 16px;
  }
  .case-container .case-list-wrap .case-item:hover .case-item__front {
    z-index: 1;
    transform: rotateY(180deg);
  }
  .case-container .case-list-wrap .case-item:hover .case-item__qrcode {
    transform: rotateY(0) translateZ(0);
  }
  .case-container .case-list-wrap .case-item__front {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
  }
  .case-container .case-list-wrap .case-item__cover {
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
  .case-container .case-list-wrap .case-item__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .case-container .case-list-wrap .case-item__cover-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 14px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 0px 0px 24px 0px;
    background: #2b3243;
    display: flex;
    align-items: center;
  }
  .case-container .case-list-wrap .case-item__cover-tag .icon-tag {
    font-size: 16px;
    margin-right: 4px;
    color: #fff;
  }
  .case-container .case-list-wrap .case-item__content {
    flex: 1;
    padding: 16px;
    background-color: #fff;
    word-break: break-word;
    border-radius: 0 0 16px 16px;
  }
  .case-container .case-list-wrap .case-item__content-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .case-container .case-list-wrap .case-item__content-info-store {
    display: flex;
  }
  .case-container .case-list-wrap .case-item__content-info-store .icon-store-logo {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .case-container .case-list-wrap .case-item__content-info-store .store-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-left: 4px;
  }
  .case-container .case-list-wrap .case-item__content-info-desc {
    margin-top: 10px;
    flex: 1;
  }
  .case-container .case-list-wrap .case-item__content-info-desc .store-desc {
    font-size: 12px;
    line-height: 17px;
    color: #646566;
  }
  .case-container .case-list-wrap .case-item__content-info-data {
    position: relative;
    margin-top: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    border-top: 0.5px solid #dcdee0;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-num {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-num-item {
    flex: 1;
    word-break: break-word;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-num-item__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #2b3243;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-num-item__desc {
    font-size: 12px;
    line-height: 17px;
    color: #7c828e;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-num-line {
    width: 1px;
    height: 30px;
    background-color: #dcdee0;
    margin: 0 24px;
  }
  .case-container .case-list-wrap .case-item__content-info-data .data-more {
    display: none;
  }
  .case-container .case-list-wrap .case-item__qrcode {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 50, 67, 0.6);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
  }
  .case-container .case-list-wrap .case-item__qrcode-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .case-container .case-list-wrap .case-item__qrcode-box .qrcode-img {
    width: auto;
    height: 100px;
  }
  .case-container .case-list-wrap .case-item__qrcode-box .qrcode-tips {
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 12px;
  }
  .case-container .case-list-wrap .case-item__qrcode .miniprogram-cover {
    display: block;
    width: auto;
    height: 225px;
    margin: 0 auto;
  }
  .tab-title {
    padding: 120px 0 20px;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    color: #2b3243;
    text-align: center;
  }
  .tab-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    top: 0;
    border-top: 0.5px solid #dfe4f0;
    border-bottom: 0.5px solid #dfe4f0;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all 0.2s linear;
  }
  .tab-container.active {
    transform: translateY(72px);
  }
  .tab-container .layout-container {
    display: flex;
  }
  .tab-container .tab-first-card,
  .tab-container .tab-last-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 12px;
    margin-left: -1px;
    cursor: pointer;
  }
  .tab-container .tab-first-card .icon-logo,
  .tab-container .tab-last-card .icon-logo {
    width: 92.96px;
    height: 24px;
  }
  .tab-container .tab-first-card p,
  .tab-container .tab-last-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
    color: #323233;
  }
  .tab-container .tab-last-card {
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #004afc;
  }
  .tab-container .tab-last-card .icon-arrow {
    font-size: 20px;
    margin-left: 2px;
  }
  .tab-container .tab-last-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background-color: #dfe4f0;
  }
  .tab-container .special-tab-list {
    flex: 1;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 1px;
  }
  .tab-container .special-tab-list::-webkit-scrollbar {
    display: none;
  }
  .tab-container .special-tab-list .special-tab-item {
    position: relative;
    flex-shrink: 0;
    min-width: 120px;
    padding: 20px;
    text-align: center;
    margin-right: -1px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .tab-container .special-tab-list .special-tab-item.active {
    background-color: #e9eeff;
  }
  .tab-container .special-tab-list .special-tab-item.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5176ff;
  }
  .tab-container .special-tab-list .special-tab-item + .special-tab-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background-color: #dfe4f0;
  }
  .tab-container .special-tab-list .special-tab-item__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #323233;
  }
  .tab-container .special-tab-list .special-tab-item__subtitle {
    font-size: 12px;
    line-height: 17px;
    color: #323233;
  }
  .special-container .special-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .special-container .special-info__left {
    cursor: pointer;
  }
  .special-container .special-info__left,
  .special-container .special-info__right {
    width: calc(50% - 16px);
    flex-shrink: 0;
  }
  .special-container .special-info__logo {
    display: none;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
    background-color: var(--miniprogram-color);
    border-radius: 50px;
    margin-bottom: 32px;
  }
  .special-container .special-info__logo > img {
    display: block;
    height: 24px;
  }
  .special-container .special-info__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 54px;
    color: #2b3243;
    margin-bottom: 32px;
    text-align: center;
  }
  .special-container .special-info__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0;
  }
  .special-container .special-info__link a {
    color: #004afc;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .special-container .special-info__link .icon {
    fill: #004afc;
    width: 20px;
    height: 20px;
  }
  .special-container .special-info__link:hover a {
    text-decoration: none;
    color: #1e43cc;
  }
  .special-container .special-info__link:hover .icon {
    fill: #1e43cc;
  }
  .special-container .special-info .special-content-card {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }
  .special-container .special-info .special-content-card .special-content-item {
    flex: 1;
    padding: 24px 16px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2b3243;
    border: 1px solid #dfe4f0;
    border-radius: 24px;
  }
  .special-container .special-info .special-content-card .special-content-item .icon {
    display: block;
    margin: 0 auto 24px;
    font-size: 40px;
    color: var(--miniprogram-color);
  }
  .special-container .special-info .special-content-card__mobile {
    display: none;
  }
  .special-container .special-info .special-banner {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .special-container .special-info .special-banner__cover {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .special-container .special-info .special-banner .swiper-slide {
    width: 100%;
    height: 360px;
  }
  .special-container .special-info .special-banner .swiper-slide > img,
  .special-container .special-info .special-banner .swiper-slide .video-player {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
  }
  .special-container .special-info .special-banner-pagination-box {
    display: flex;
    justify-content: flex-end;
  }
  .special-container .special-info .special-banner-pagination {
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
  .special-container .special-info .special-banner-pagination .special-banner-pagination-item {
    width: 80px;
    height: 80px;
  }
  .special-container .special-info .special-banner-pagination .special-banner-pagination-item + .special-banner-pagination-item {
    margin-left: 16px;
  }
  .special-container .special-info .special-banner-pagination .special-banner-pagination-item.active {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  }
  .special-container .special-info .special-banner-pagination .special-banner-pagination-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
  .special-container .special-info .special-content {
    margin-top: 24px;
  }
  .special-container .special-info .special-content .special-content-item {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #2b3243;
  }
  .special-container .special-info .special-content .special-content-item + .special-content-item {
    margin-top: 18px;
  }
  .special-container .special-info .special-content .special-content-item .icon {
    flex-shrink: 0;
    font-size: 24px;
    color: var(--miniprogram-color, #31af84);
    margin-right: 8px;
  }
  .special-container .special-info .special-content__mobile {
    display: none;
  }
  .miniprogram-wechat {
    padding-top: 120px;
    --miniprogram-color: #1cae1c;
    display: flex;
    justify-content: space-between;
  }
  .miniprogram-wechat .special-info__title {
    text-align: left;
    margin-bottom: 16px;
  }
  .miniprogram-wechat .special-info__title-1 {
    color: var(--miniprogram-color);
  }
  .miniprogram-wechat .special-info__logo {
    display: inline-flex;
  }
  .miniprogram-xiaohongshu {
    padding-top: 120px;
    --miniprogram-color: #ff2442;
    display: flex;
    justify-content: space-between;
  }
  .miniprogram-xiaohongshu .special-info__title {
    text-align: left;
    margin-bottom: 16px;
  }
  .miniprogram-xiaohongshu .special-info__title-1 {
    color: var(--miniprogram-color);
  }
  .miniprogram-xiaohongshu .special-info__logo {
    display: inline-flex;
  }

  .buying-habit {
    position: relative;
  }
  .buying-habit .special-content .special-content-item {
    position: absolute;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    margin-top: 0 !important;
  }
  .buying-habit .special-content .special-content-item:nth-child(1) {
    top: 41%;
    left: 11%;
  }
  .buying-habit .special-content .special-content-item:nth-child(2) {
    bottom: 36%;
    right: 31%;
  }
  .buying-habit .special-content .special-content-item:nth-child(3) {
    bottom: 12%;
    right: 8%;
  }
  .multiple-country {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 120px;
  }
  .multiple-country .special-info__left  .common-button-container {
    display: inline-block;
  }
  .multiple-country .special-info__title {
    text-align: left;
  }
  .multiple-country .payment-method {
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-animation: rotateLeft 17408ms linear infinite;
    animation: rotateLeft 17408ms linear infinite;
  }
  .multiple-country .payment-method::-webkit-scrollbar {
    display: none;
  }
  .multiple-country .payment-method .payment-method-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5.56122px);
    backdrop-filter: blur(5.56122px);
  }
  .multiple-country .payment-method .payment-method-item + .payment-method-item {
    margin-left: 20px;
  }
  .multiple-country .payment-method .payment-method-item img {
    width: 99px;
    height: 42px;
  }
  .template-container {
    position: relative;
    background: #010101;
    overflow: hidden;
  }
  .template-container .layout-container {
    display: flex;
    align-items: center;
  }
  .template-container .template-left {
    flex-shrink: 0;
    display: flex;
    height: 960px;
    overflow: hidden;
  }
  .template-container .cbox6-ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 160px;
    height: 1920px;
    justify-content: center;
  }
  .template-container .cbox6-ul + .cbox6-ul {
    margin-left: 24px;
  }
  .template-container .cbox6-ul:nth-child(1),
  .template-container .cbox6-ul:nth-child(3) {
    -webkit-animation: rotate 12000ms linear infinite;
    animation: rotate 12000ms linear infinite;
  }
  .template-container .cbox6-ul:nth-child(2),
  .template-container .cbox6-ul:nth-child(4) {
    -webkit-animation: rotate 15000ms linear infinite;
    animation: rotate 15000ms linear infinite;
  }
  .template-container .cbox6-ul:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .template-container .cbox6-ul .cbox6-li {
    width: 100%;
    height: 331px;
    border-radius: 24px;
    position: relative;
    top: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .template-container .cbox6-ul .cbox6-li-img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #010101;
  }
  .template-container .cbox6-ul .cbox6-li-img-box:hover .cbox6-img-modal {
    visibility: visible;
    opacity: 1;
  }
  .template-container .cbox6-ul .cbox6-li-img-box .cbox6-li-img {
    width: 100%;
    height: 100%;
  }
  .template-container .cbox6-ul .cbox6-img-modal {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.0885417) 0%, #1a1a1a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.15s linear;
    border-radius: 16px;
    overflow: hidden;
  }
  .template-container .cbox6-ul .cbox6-img-modal .icon-arrow {
    font-size: 14px;
    margin-left: 2px;
  }
  .template-container .template-right {
    flex: 1;
    margin-left: 56px;
  }
  .template-container .template-right .template-background {
    display: none;
  }
  .template-container .template-right .template-header {
    display: flex;
    align-items: flex-start;
    color: #ffffff;
  }
  .template-container .template-right .template-header__title {
    flex: 1;
    font-weight: 600;
    font-size: 44px;
    line-height: 62px;
    color: #ffffff;
  }
  .template-container .template-right .template-header .more-link {
    display: none;
  }
  .template-container .template-right .template-card {
    margin-top: 60px;
  }
  .template-container .template-right .template-card__title {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    word-break: break-word;
  }
  .template-container .template-right .template-card__title .icon {
    font-size: 40px;
    color: var(--color-g4);
    margin-right: 4px;
    flex-shrink: 0;
  }
  .template-container .template-right .step-container .step-list {
    margin-top: 24px;
    display: flex;
  }
  .template-container .template-right .step-container .step-list .step-item {
    position: relative;
    flex-shrink: 0;
    width: 33.33%;
    color: #fff;
  }
  .template-container .template-right .step-container .step-list .step-item + .step-item::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -50%;
    width: 100%;
    border: 1px dashed #ffffff;
  }
  .template-container .template-right .step-container .step-list .step-item__icon-box {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    color: #323233;
    font-size: 24px;
  }
  .template-container .template-right .step-container .step-list .step-item__content {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
  }
  .template-container .template-right .professional-container .professional-list {
    margin-top: 24px;
    display: flex;
    overflow-x: auto;
  }
  .template-container .template-right .professional-container .professional-list::-webkit-scrollbar {
    display: none;
  }
  .template-container .template-right .professional-container .professional-list .professional-item {
    width: 120px;
    height: 120px;
  }
  .template-container .template-right .professional-container .professional-list .professional-item + .professional-item {
    margin-left: 8px;
  }
  .template-container .template-right .professional-container .professional-list .professional-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .template-container .template-right .consult-btn {
    display: block;
    height: 48px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    margin: 60px auto 0;
    background: #004afc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
  }
  .delivery-container {
    padding: 120px 0;
  }
  .delivery-container .delivery-title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #2b3243;
  }
  .delivery-container .delivery-list {
    margin-top: 80px;
    display: grid;
    column-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
  .delivery-container .delivery-list .delivery-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .delivery-container .delivery-list .delivery-item__icon-box {
    order: 6;
    font-size: 40px;
    color: var(--color-g4);
  }
  .delivery-container .delivery-list .delivery-item__icon-box .icon {
    display: block;
  }
  .delivery-container .delivery-list .delivery-item__title {
    order: 7;
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2b3243;
  }
  .delivery-container .delivery-list .delivery-item__cover {
    order: 5;
    display: block;
    width: 100%;
    min-height: 340px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px;
  }
  .social-container {
    padding: 120px 0;
    background: #f7f8fa;
  }
  .social-container .social-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #2b3243;
  }
  .social-container .social-list {
    margin-top: 80px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .social-container .social-list .social-item {
    flex: 1;
    flex-shrink: 0;
  }
  .social-container .social-list .social-item__cover {
    width: 100%;
    height: 384px;
    border-radius: 16px;
  }
  .social-container .social-list .social-item__content {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    color: #2b3243;
    word-break: break-word;
    text-align: center;
  }
  .consume-share-container {
    padding: 120px 0;
  }
  .consume-share-container .consume-share-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #2b3243;
  }
  .consume-share-container .consumer-share-list {
    margin-top: 80px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .consume-share-container .consumer-share-list .consume-share-info {
    flex: 1;
    flex-shrink: 0;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-info-title {
    margin-top: 30px;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #2b3243;
    word-break: break-word;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-banner {
    position: relative;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-banner__cover {
    width: 100%;
    height: 329px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-content {
    margin-top: 24px;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-content .consume-share-content-item {
    display: flex;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #2b3243;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-content .consume-share-content-item + .consume-share-content-item {
    margin-top: 24px;
  }
  .consume-share-container .consumer-share-list .consume-share-info .consume-share-content .consume-share-content-item .icon {
    flex-shrink: 0;
    font-size: 32px;
    color: var(--color-g4);
    margin-right: 6px;
  }
  .team-container {
    background: #f7f8fa;
    padding: 140px 0 60px;
  }
  .team-container .team-info {
    display: flex;
    align-items: center;
  }
  .team-container .team-info-left {
    flex: 1;
    margin-right: 100px;
  }
  .team-container .team-info-left .team-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #2b3243;
  }
  .team-container .team-info-left .brand-item {
    display: flex;
    align-items: center;
    margin-top: 42px;
  }
  .team-container .team-info-left .brand-item .combine-logo {
    width: 204px;
    height: 30px;
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FrfgxuX9Nq7jALQL_20m8EIjJi3N.png");
    background-size: 100% 100%;
  }
  .team-container .team-info-left .team-desc {
    margin-top: 42px;
    font-size: 16px;
    line-height: 1.5;
    color: #2b3243;
  }
  .team-container .team-info-left .team-desc > p + p {
    margin-top: 24px;
  }
  .team-container .team-card {
    width: 588px;
    flex-shrink: 0;
  }
  .team-container .team-card .statistics-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .team-container .team-card .statistics-list + .statistics-list {
    margin-top: 24px;
  }
  .team-container .team-card .statistics-list .statistics-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    min-height: 150px;
    border-radius: 24px;
    padding: 0 24px;
  }
  .team-container .team-card .statistics-list .statistics-item__num {
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    line-height: 66px;
    color: #004afc;
  }
  .team-container .team-card .statistics-list .statistics-item__num .num-val {
    font-family: "Akrobat-Bold";
  }
  .team-container .team-card .statistics-list .statistics-item__num .unit {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #323233;
  }
  .team-container .team-card .statistics-list .statistics-item__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #969799;
  }
  .team-container .team-card .statistics-list .statistics-line {
    display: none;
  }
  .team-container .team-card .brand-item,
  .team-container .team-card .team-desc {
    display: none;
  }
  .team-container .other-list {
    margin-top: 80px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, 1fr);
  }
  .team-container .other-list .other-item {
    flex: 1;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 140px;
    background-color: #fff;
    border-radius: 24px;
    padding: 0 16px;
  }
  .team-container .other-list .other-item:nth-child(1) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FtzIp1NIYhrDcoNTa6npDz5xagGp.png");
  }
  .team-container .other-list .other-item:nth-child(2) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FhJ6vzNMq7dqQH7hBt-thxg10U1Y.png");
  }
  .team-container .other-list .other-item:nth-child(3) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FsJDRW42ZN2c4U80sM7YT2pRndwm.png");
  }
  .team-container .other-list .other-item:nth-child(4) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/Fgh3-WsZOF6VOHml8k3JESVlNxMX.png");
  }
  .team-container .other-list .other-item:nth-child(5) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FngqW9xR0kWV_ZW-4ZzD-phVj2Vg.png");
  }
  .team-container .other-list .other-item:nth-child(6) .other-item-box__logo {
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/FpD1Gcdn36KV-87SRwmgTBIVHcuT.png");
  }
  .team-container .other-list .other-item .other-item-box {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .team-container .other-list .other-item .other-item-box__logo {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .team-container .other-list .other-item .other-item-box__content {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #646566;
    word-break: break-word;
  }
  .set-up-container {
    padding: 60px 0 120px;
    background: #f7f8fa;
  }
  .set-up-container .layout-container {
    display: flex;
    align-items: center;
    background: #000000;
    border-radius: 24px;
    overflow: hidden;
  }
  .set-up-container .set-up-left {
    flex: 1;
    padding: 0 80px 0 48px;
  }
  .set-up-container .set-up-left .set-up-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
  }
  .set-up-container .set-up-left .set-up-subtitle {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
  }
  .set-up-container .set-up-left .set-up-cover {
    display: none;
  }
  .set-up-container .set-up-left .set-up-btn {
    display: block;
    height: 48px;
    padding: 0 24px;
    line-height: 52px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    background: #004afc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
  }
  .set-up-container .set-up-left .privacy-content {
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: #7c828e;
  }
  .set-up-container .set-up-left .privacy-content > a {
    color: #7c828e;
    text-decoration: underline;
  }
  .set-up-container .set-up-cover {
    flex-shrink: 0;
    width: 588px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.drawer-modal {
  display: none;
  position: fixed;
  z-index: 18;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.toast-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 12px;
  border-radius: 8px;
  opacity: 1;
  -webkit-animation: fade 0.2s linear;
  animation: fade 0.2s linear;
}
