@media screen and (max-width: 767px) {
  #allvalue {
    padding: 56px 0 70px;
  }
  .common-button {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  /* .banner-container {
    padding: 60px 0;
  }
  .banner-container .banner-info-box {
    display: block;
    padding: 0 24px;
  }
  .banner-container .banner-info-box:last-child {
    display: none;
  }
  .banner-container .banner-logo.allvalue-shop {
    width: 104px;
    height: 16px;
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/Fu_3S4ZQZBbxoHaujWKxp09cJE9z.png");
    background-size: 100%;
  }
  .banner-container .banner-logo.allvalue-link {
    width: 98px;
    height: 16px;
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/Fum7m_HaosUWSM3ZverUEfkr_LB2.png");
    background-size: 100%;
  }
  .banner-container .banner-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    min-height: 83.2px;
    color: #323233;
    word-break: break-word;
  }
  .banner-container .banner-title .banner-br-en {
    display: none;
  }
  .banner-container .view-more {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #323233;
  }
  .banner-container .view-more .icon-arrow-down {
    margin-left: 2px;
  }
  .banner-container .view-more a {
    color: #323233;
    text-decoration: none;
  }
  .banner-container .banner-main {
    margin-top: 24px;
  }
  .banner-container .banner-main .swiper-slide {
    width: 90%;
    box-sizing: border-box;
  }
  .banner-container .banner-main .swiper-slide:first-child {
    padding-left: 24px;
  }
  .banner-container .banner-main .swiper-slide:last-child {
    padding: 0 24px 0 12px;
  }
  .banner-container .banner-main .swiper-slide img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
  } */
  .banner-container {
    padding: 40px 24px;
  }
  .banner-container .banner-left .banner-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #323233;
    text-align: center;
  }
  .banner-container .banner-left .set-up-cover {
    display: none;
  }
  .banner-container .banner-btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }
  .banner-container .banner-btn-wrap .banner-btn {
    display: flex;
    align-items: center;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    background: #004AFC;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    gap: 2px;
  }
  .banner-container .banner-btn-wrap .banner-btn:last-child {
    background: transparent;
    border-color: #FFFFFF;
    color: #323233;
    font-size: 14px;
    line-height: 20px;
  }
  .banner-container .banner-btn-wrap .banner-btn svg {
    font-size: 16px;
  }
  .banner-container .banner-cover {
    margin-top: 24px;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
  }
  .case-container {
    padding: 60px 0;
    background: #f7f8fa;
  }
  .case-container .case-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #323233;
    padding: 0 24px;
  }
  .case-container .case-list-wrap {
    margin-top: 24px;
  }
  .case-container .case-list-wrap .case-list {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    padding: 0 24px;
  }
  .case-container .case-list-wrap .case-item {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .case-container .case-list-wrap .case-item + .case-item {
    margin-left: 16px;
  }
  .case-container .case-list-wrap .case-item__front {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .case-container .case-list-wrap .case-item__cover {
    position: relative;
    width: 100%;
    height: 190px;
  }
  .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;
    min-width: 94px;
    padding: 8px 14px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;s
    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: 2px;
    color: #fff;
  }
  .case-container .case-list-wrap .case-item__content {
    flex: 1;
    padding: 16px;
    background-color: #fff;
    word-break: break-word;
  }
  .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 {
    flex-shrink: 0;
    font-size: 20px;
    color: #b9bfc9;
    margin-left: 24px;
  }
  .case-container .case-list-wrap .case-item__qrcode {
    visibility: hidden;
    position: absolute;
    z-index: 3;
    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;
  }
  .case-container .case-list-wrap .case-item__qrcode.active {
    visibility: visible;
  }
  .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: 6px;
  }
  .case-container .case-list-wrap .case-item__qrcode .miniprogram-cover {
    display: block;
    width: auto;
    height: 225px;
    margin: 0 auto;
  }
  .tab-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #323233;
    padding: 24px 24px 0;
    text-align: center;
  }
  .tab-container {
    position: fixed;
    z-index: 8;
    width: 100%;
    top: 55px;
    border-bottom: 1px solid #dfe4f0;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all 0.15s linear;
  }
  .tab-container.active {
    transform: translateY(0);
  }
  .tab-container .special-tab-list {
    display: flex;
    padding: 0 24px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab-container .special-tab-list .special-tab-item {
    position: relative;
    flex-shrink: 0;
    padding: 16px 20px;
    text-align: center;
    margin-right: -1px;
  }
  .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 {
    padding: 40px 24px;
  }
  .special-container .special-info__logo {
    display: none;
    padding: 0 16px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: var(--miniprogram-color);
    border-radius: 50px;
    margin-bottom: 12px;
  }
  .special-container .special-info__logo > img {
    display: block;
    height: 16px;
  }
  .special-container .special-info__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #323233;
  }
  .special-container .special-info__link {
    cursor: pointer;
    color: #004afc;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0 0;
  }
  .special-container .special-info__link .icon {
    fill: #004afc;
  }
  .special-container .special-info .special-banner {
    position: relative;
    margin-top: 24px;
  }
  .special-container .special-info .special-banner__cover {
    width: 100%;
    height: 203px;
    border-radius: 16px;
    object-fit: cover;
  }
  .special-container .special-info .special-banner .swiper-slide {
    width: 100%;
    height: 200px;
  }
  .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 .banner-button {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    display: flex;
  }
  .special-container .special-info .special-banner .banner-button-prev,
  .special-container .special-info .special-banner .banner-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(247, 248, 250, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
  }
  .special-container .special-info .special-banner .banner-button-prev .icon,
  .special-container .special-info .special-banner .banner-button-next .icon {
    font-size: 20px;
    color: #323233;
  }
  .special-container .special-info .special-banner .banner-button-prev.swiper-button-disabled .icon,
  .special-container .special-info .special-banner .banner-button-next.swiper-button-disabled .icon {
    color: #babfc8;
  }
  .special-container .special-info .special-banner .banner-button-next {
    margin-left: 8px;
  }
  .special-container .special-info .special-banner .payment-method {
    position: absolute;
    bottom: 12px;
    display: flex;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .special-container .special-info .special-banner .payment-method .payment-method-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5.56122px);
    backdrop-filter: blur(5.56122px);
    border-radius: 4px;
    overflow: hidden;
  }
  .special-container .special-info .special-banner .payment-method .payment-method-item + .payment-method-item {
    margin-left: 10px;
  }
  .special-container .special-info .special-banner .payment-method .payment-method-item img {
    width: 66px;
    height: 27px;
  }
  .special-container .special-info .special-content,
  .special-container .special-info .special-content-card {
    margin-top: 24px;
  }
  .special-container .special-info .special-content .special-content-item,
  .special-container .special-info .special-content-card .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,
  .special-container .special-info .special-content-card .special-content-item + .special-content-item {
    margin-top: 18px;
  }
  .special-container .special-info .special-content .special-content-item .icon,
  .special-container .special-info .special-content-card .special-content-item .icon {
    flex-shrink: 0;
    font-size: 24px;
    color: var(--miniprogram-color, #31af84);
    margin-right: 8px;
  }
  .miniprogram-wechat {
    --miniprogram-color: #1cae1c;
  }
  .miniprogram-wechat .special-info__title {
    font-size: 22px;
    line-height: 30px;
  }
  .miniprogram-wechat .special-info__title-1 {
    color: var(--miniprogram-color);
  }
  .miniprogram-wechat .special-info__logo {
    display: inline-flex;
  }
  .miniprogram-xiaohongshu {
    --miniprogram-color: #ff2442;
  }
  .miniprogram-xiaohongshu .special-info__title {
    font-size: 22px;
    line-height: 30px;
  }
  .miniprogram-xiaohongshu .special-info__title-1 {
    color: var(--miniprogram-color);
  }
  .miniprogram-xiaohongshu .special-info__logo {
    display: inline-flex;
  }
  .miniprogram-xiaohongshu .special-info__link {
    margin-top: 24px;
  }
  .template-container {
    position: relative;
    background: #010101;
    padding: 60px 24px;
  }
  .template-container .template-background {
    width: 100%;
    padding-top: 143.55%;
    background-image: url("https://img01.yzcdn.cn/upload_files/2023/04/15/Fl5RanAxRd9rDX7_Mra1T6qIN6_B.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .template-container .template-header {
    display: flex;
    align-items: flex-start;
    color: #ffffff;
  }
  .template-container .template-header__title {
    flex: 1;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    padding-right: 8px;
  }
  .template-container .template-header .more-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
  }
  .template-container .template-header .more-link .icon {
    margin-left: 4px;
  }
  .template-container .template-card {
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
  }
  .template-container .template-card + .template-card {
    margin-top: 24px;
  }
  .template-container .template-card__title {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    word-break: break-word;
  }
  .template-container .template-card__title .icon {
    font-size: 24px;
    color: var(--color-g4);
    margin-right: 4px;
    flex-shrink: 0;
  }
  .template-container .step-container .step-list {
    margin-top: 24px;
    display: flex;
  }
  .template-container .step-container .step-list .step-item {
    position: relative;
    flex-shrink: 0;
    width: 33.33%;
    color: #fff;
  }
  .template-container .step-container .step-list .step-item + .step-item::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -50%;
    width: 100%;
    border: 1px dashed #ffffff;
  }
  .template-container .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 .step-container .step-list .step-item__content {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
  }
  .template-container .professional-container .professional-list {
    margin-top: 24px;
    display: flex;
    overflow-x: auto;
  }
  .template-container .professional-container .professional-list .professional-item + .professional-item {
    margin-left: 8px;
  }
  .template-container .professional-container .professional-list .professional-item img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
  }
  .template-container .consult-btn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 48px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    margin: 24px auto 0;
    background: #004afc;
    border-radius: 8px;
  }
  .delivery-container {
    padding: 60px 24px;
  }
  .delivery-container .delivery-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #323233;
  }
  .delivery-container .delivery-list {
    margin-top: 32px;
  }
  .delivery-container .delivery-list .delivery-item + .delivery-item {
    margin-top: 32px;
  }
  .delivery-container .delivery-list .delivery-item__icon-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    background: #e2f4ee;
    border-radius: 8px;
    color: var(--color-g4);
  }
  .delivery-container .delivery-list .delivery-item__title {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2b3243;
  }
  .delivery-container .delivery-list .delivery-item__cover {
    margin-top: 12px;
    display: block;
    width: 100%;
    border-radius: 16px;
  }
  .social-container {
    padding: 60px 0;
    background: #f7f8fa;
  }
  .social-container .social-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #323233;
    padding: 0 24px;
  }
  .social-container .social-list {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
    overflow-x: auto;
  }
  .social-container .social-list .social-item {
    flex-shrink: 0;
    width: 240px;
  }
  .social-container .social-list .social-item + .social-item {
    margin-left: 16px;
  }
  .social-container .social-list .social-item__cover {
    width: 240px;
    height: 240px;
    border-radius: 16px;
  }
  .social-container .social-list .social-item__content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2b3243;
    word-break: break-word;
  }
  .consume-share-container {
    padding: 60px 24px;
  }
  .consume-share-container .consume-share-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #323233;
  }
  .consume-share-container .consume-share-info + .consume-share-info {
    margin-top: 32px;
  }
  .consume-share-container .consume-share-info .consume-share-info-title {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2b3243;
  }
  .consume-share-container .consume-share-info .consume-share-banner {
    position: relative;
    margin-top: 24px;
  }
  .consume-share-container .consume-share-info .consume-share-banner__cover {
    width: 100%;
    height: 203px;
    border-radius: 16px;
    object-fit: cover;
  }
  .consume-share-container .consume-share-info .consume-share-content {
    margin-top: 12px;
  }
  .consume-share-container .consume-share-info .consume-share-content .consume-share-content-item {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #323233;
  }
  .consume-share-container .consume-share-info .consume-share-content .consume-share-content-item + .consume-share-content-item {
    margin-top: 16px;
  }
  .consume-share-container .consume-share-info .consume-share-content .consume-share-content-item .icon {
    flex-shrink: 0;
    font-size: 20px;
    color: var(--color-g4);
    margin-right: 6px;
  }
  .team-container {
    background: #f7f8fa;
    padding: 60px 24px;
  }
  .team-container .team-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #323233;
  }
  .team-container .team-card {
    margin-top: 24px;
    padding: 32px 16px;
    background: #ffffff;
    border-radius: 16px;
  }
  .team-container .team-card .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 24px;
  }
  .team-container .team-card .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-card .statistics-list {
    display: flex;
    align-items: center;
  }
  .team-container .team-card .statistics-list + .statistics-list {
    margin-top: 8px;
  }
  .team-container .team-card .statistics-list .statistics-item {
    flex: 1;
    padding: 16px 0;
  }
  .team-container .team-card .statistics-list .statistics-item__num {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    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: 12px;
    line-height: 17px;
    color: #323233;
    vertical-align: text-bottom;
  }
  .team-container .team-card .statistics-list .statistics-item__text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #969799;
  }
  .team-container .team-card .statistics-list .statistics-line {
    width: 1px;
    height: 38px;
    margin: 0 8px;
    background-color: #dcdee0;
  }
  .team-container .team-card .team-desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #323233;
  }
  .team-container .team-card .team-desc > p + p {
    margin-top: 16px;
  }
  .team-container .other-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px;
  }
  .team-container .other-list .other-item {
    position: relative;
    padding-top: 100%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .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 {
    width: 60px;
    height: 60px;
    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 {
    background: #000000;
    padding: 60px 24px;
  }
  .set-up-container .set-up-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
  }
  .set-up-container .set-up-subtitle {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
  }
  .set-up-container .set-up-cover {
    margin-top: 32px;
    display: block;
    width: 100%;
    border-radius: 16px;
  }
  .set-up-container .set-up-btn {
    display: block;
    height: 48px;
    padding: 0 24px;
    line-height: 52px;
    font-size: 16px;
    color: #ffffff;
    margin: 24px auto 0;
    background: #004afc;
    border-radius: 8px;
    text-align: center;
  }
  .set-up-container .privacy-content {
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: #7c828e;
  }
  .set-up-container .privacy-content > a {
    color: #7c828e;
    text-decoration: underline;
  }
}

.fixed-btn-box {
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: calc(12px + constant(safe-area-inset-bottom));
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  background-color: #fff;
}

.fixed-btn-box .free-btn {
  display: block;
  height: 48px;
  padding: 0 24px;
  line-height: 52px;
  font-size: 16px;
  color: #ffffff;
  background: #004afc;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
