#app {
    max-width: 11.52rem; /* 根据视觉决定 */
    margin: 0 auto; /* 居中布局 */
}
html {
    scroll-behavior: smooth;
    cursor: pointer;
}

a{
    text-decoration: none;
    color: white;
}
/* 降低spline-viewer的z-index */
.spline-viewer {
    z-index: 1; /* 或者一个更低的值 */
}

/* 或者调整父元素的z-index */
.parent-of-spline-viewer {
    z-index: auto; /* 或者一个较低的值 */
}

@font-face {
    font-family: 'AlimamaFangYuanTiVF';
    src: url('../font/AlimamaFangYuanTiVF.ttf') format('truetype'),
    url('../font/AlimamaFangYuanTiVF.woff') format('woff'),
    url('../font/AlimamaFangYuanTiVF.woff2') format('woff2');
    font-variation-settings: "BEVL" 1, "wght" 200;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden; /*background: black url("../image/foot-bg.png") no-repeat bottom center;*/
    background: #000;
    font-family: "AlimamaFangYuanTiVF", sans-serif;
}

*, body {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.h5 {
    display: none;
}



header {
    padding: 1.88rem 2.5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 5.14rem;
    padding: 0 .14rem 0;
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.14rem;
    text-align: left;
    text-transform: uppercase;
}
.nav-list a {
    height: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.02rem 0.14rem;
    text-align: center;

    /* 过渡属性：平滑渐显 */
    transition:
            background 0.4s ease,
            box-shadow 0.4s ease,
            color 0.4s ease,
            opacity 0.4s ease;

    /* 初始状态 */
    box-shadow: none;
    background: transparent;
    opacity: 1;
    color: rgba(255, 255, 255, 0.8);
    font-family: inherit;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.14rem;
    text-transform: uppercase;
}

.nav-list a:hover ,.nav-list a:active{
    /* 悬浮渐显效果 */
    box-shadow: 0 0 48rem 0 rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
    color: rgba(13, 13, 13, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200; /* 如果英文有效，中文 fallback */
    text-align: left;
}
.tab-btn:hover,.tab-btn a:active{
    /* 悬浮渐显效果 */
    box-shadow: 0 0 48rem 0 rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(13, 13, 13, 1) !important;
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200; /* 如果英文有效，中文 fallback */
    text-align: left;

}  .tab-btn:hover span,.tab-btn a:active span{
    color: rgba(13, 13, 13, 1) !important;
   }
   .tab-btn:hover img{
       filter: grayscale(100%) brightness(0) contrast(100%);
   }

.banner-con{
    position: absolute;
    width: 100%;top: 0;
    left:0;
    height: 8.1rem;
}
.banner-con-info{
    max-width: 11.52rem; /* 根据视觉决定 */
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 8.1rem;
    margin: 0 auto 1.2rem;
    position: relative;
}
.bg {
    width: 100%;
    /* 容器 1 */
    height: 8.1rem;
    position: absolute;
    top: 0;
    z-index:0;

}
.banner-logo-box{
    width: 11.52rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: .5rem 0 0;
    opacity: 0.99;
}
.banner-logo{
    /* logo */
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.34rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items:center;

}
.banner-logo img{
    width: 0.36rem;
    height: 0.31rem;
    margin-right:.16rem;
}
.more-img{
    /* 汉堡图标 1 */
    width: 0.6rem;
    height: 0.61rem;
}
.banner-title{
    margin:0 auto;
    color: rgba(255, 255, 255, .8);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.5rem;
    font-weight: 300;
    line-height: 0.6rem;
    text-align: center;
    margin-top: 2.73rem;
    letter-spacing: .3rem;
    opacity: 0.99;
}
.heng-line,.banner-desc,.down-btn{
    margin:0 auto;
}

.heng-line{
    /* 直线 825 */
    width: 1.6rem;
    border: 0.01rem solid rgba(255, 255, 255, 1);
    margin: .42rem auto .35rem;
    opacity: 0.8;
}
.banner-desc{
    margin: 0 auto;
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    color: rgba(255, 255, 255, .8);
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.14rem;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .99;
}
.down-btn{
    /* 容器 1065 */
    /* 容器 1082 */
    width: 1.46rem;
    height: 0.35rem;
    /* 自动布局 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10;
    /*padding: 0.08rem 0.26rem 0.08rem 0.26rem;*/

    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 1);
    border-radius: 9.99rem;
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
    font-family: Alimama FangYuanTi VF;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.19rem;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin:.75rem auto 1.02rem;
    transition:
            background 0.4s ease,
            box-shadow 0.4s ease,
            color 0.4s ease,
            opacity 0.4s ease;

}
.down-btn:hover,.down-btn:active{
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 1);
    border-radius: 999rem;
    /* 效果样式1 */
    box-shadow: 0rem 0rem 48rem 0rem rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, .8);
    opacity: 0.8;
    color: rgba(13, 13, 13, 1);

}
.down-btn.h5{
    display: none;
}
.banner-foot{
    display: flex;
    justify-content: space-between;
    align-items:center;
    color: rgba(255, 255, 255, .4);

    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.08rem;
    font-weight: 400;
    line-height: 0.08rem;
    letter-spacing: 0rem;
    text-align: left;
    margin:0 .4rem;
    padding:0 0.08rem;
    border-left: 0.01rem solid rgba(255, 255, 255, .6);
    border-right: 0.01rem solid rgba(255, 255, 255, .6);
    opacity: 0.99;
    max-width: 11.52rem;
    margin: 0 auto;


}
.banner-foot-right{
    text-align: right;
}
.list2.h5{
    display:none !important;
}
.list-container{
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    border-radius: 0.24rem;
    /*backdrop-filter: blur(.30rem);*/
    background: rgba(255, 255, 255, 0.06);
}
/* 容器 888 */
.list { /* 容器 888 */
    margin: 0 auto;
    width: 11.4rem;
    height: 1.6rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.18rem 0.9rem 0.18rem 0.9rem;
    box-sizing: border-box;
    border-radius: .24rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    /*backdrop-filter: blur(30rem);*/
    background: rgba(255, 255, 255, 0.06);
    position: relative;
}
/* 背景图放在伪元素 */
.list::before,.list4-item:before,.list2-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../image/yinying.png") no-repeat top;
    background-size: 120% 100%;
    border-radius: .24rem;
    opacity: 0;
    transition: opacity .8s ease;
    z-index: -1; /* 不挡住内容 */
}
.list:hover::before,.list4-item:hover::before,.list2-item:hover::before {
    opacity: 1;
}



.list-item {
    width: calc(100% / 4); /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list-item{
    border-right: 0.01rem solid rgba(255, 255, 255, 0.12);
}
.list-item:nth-child(2n) {
    border-right: none;
}

.list-item-title {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.23rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.list-item-title img { /* scroll_4084989 1 */ /* scroll_4084989 1 */
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.12rem;
}

.list-item-desc {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.45;
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.14rem;
    text-align: left;
    margin-top: 0.18rem;
}

.shu-line { /* 直线 4 */
    width: 1px;
    height: 0.72rem; /*transform: rotate(90.00deg);*/
    background: url("../image/shuline.png") no-repeat 100% 100%;
}

.question {
    margin: 0.2rem auto; /* 容器 968 */
    width: 11.52rem;
    height: 0.24rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, .6);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.23rem;
    text-align: left;
}

.question img { /* 容器 473 */
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.right-img { /* 向下3 1 */
    width: 0.18rem;
    height: 0.18rem;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.list2 {
    margin: 0.6rem auto; /* 容器 968 */
    width: 11.52rem; /* 自动布局 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.23rem;
    text-align: left;
}

.list2-item { /*width: calc(100% / 2);*/ /*!* 自动布局 *!*/ /*display: flex;*/ /*flex-direction: column;*/ /*justify-content: flex-start;*/ /*align-items: center;*/
    width: 5.55rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    border-radius: 0.24rem;
    /*backdrop-filter: blur(30rem);*/
    background: rgba(255, 255, 255, 0.06);
    padding: 0.48rem 0.4rem;
    position: relative;
}


.list2-item-title {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.38rem;
}

.list2-item-desc {
    color: rgba(255, 255, 255, .8);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 160%;
    text-align: left;
    margin-top: 0.2rem;
}

.item1 { /* 容器 890 */
    width: 5.55rem;
    height: 3.3rem;
    /*background: url("../image/icon-05.png") no-repeat right bottom;*/
    /*background-size: 2.9rem 2.4rem;*/
}

.item2 { /* 容器 891 */
    width: 5.55rem;
    height: 1.5rem;
    /*background: url("../image/icon-06.png") no-repeat right center;*/
    /*background-size: 1.35rem 1.35rem;*/
    padding: 0.4rem 0.3rem;
}

.item3 { /* 容器 891 */
    height: 1.5rem;
    margin-top: 0.3rem;
    /*background: url("../image/icon-07.png") no-repeat right center;*/
    /*background-size: 1.35rem 1.35rem;*/
    padding: 0.4rem 0.3rem;
}

.set-title-box {
    padding: 2.4rem  1.2rem;
    margin:0 auto;
    background: #000;
}

.set-title {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.56rem;
    font-weight: 700;
    line-height: 0.67rem;
    text-align: center;
}

.set-title-desc {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.29rem;
    text-align: center;
    margin-top: 0.5rem;
}

.list3 { /* Frame 2147225559 */ /* 自动布局 */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 18.55rem;
}

/*.list3-item{*/ /* width: calc((100% / 2) - 0.4rem);*/ /* !*height: 10rem;*!*/ /* padding: .4rem;*/ /* box-sizing: border-box;*/ /* border-radius: 0.24rem;*/ /* backdrop-filter: blur(36.54545974731445rem);*/ /* border: 0.01rem solid rgba(255, 255, 255, 0.12);*/ /* background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.06),rgba(255, 255, 255, 0) 100%);*/ /*}*/ /*.list3-item-top{*/ /* !* 自动布局 *!*/ /* display: flex;*/ /* justify-content: space-between;*/ /* align-items: center;*/ /* height: 0.61rem;*/ /*}*/ /*.list3-item-title{*/ /* color: rgba(255, 255, 255, 1);*/ /* font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;*/ /* font-size: 0.2rem;*/ /* font-weight: 600;*/ /* line-height: 0.24rem;*/ /* text-align: left;*/ /* text-transform: capitalize;*/ /* display: flex;*/ /* align-items: center;*/ /*}*/ /*.list3-item-desc{*/ /* color: rgba(255, 255, 255, 0.4);*/ /* font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;*/ /* font-size: 0.16rem;*/ /* font-weight: 500;*/ /* line-height: 0.19rem;*/ /* text-align: left;*/ /* text-transform: capitalize;*/ /* margin-top: 0.12rem;*/ /*}*/ /*.list3-item-right{*/ /* !* button_icon/white_border_light/dates *!*/ /* width: 1.39rem;*/ /* height: 0.52rem;*/ /* !* 自动布局 *!*/ /* display: flex;*/ /* flex-direction: row;*/ /* justify-content: center;*/ /* align-items: center;*/ /* padding: 0.12rem 0;*/ /* box-sizing: border-box;*/ /* border: 0.01rem solid rgba(255, 255, 255, 0.12);*/ /* border-radius: 0.11rem;*/ /* backdrop-filter: blur(36.54545974731445rem);*/ /* background: rgba(255, 255, 255, 0.06);*/ /* color: rgba(255, 255, 255, 1);*/ /* font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;*/ /* font-size: 0.15rem;*/ /* font-weight: 400;*/ /* line-height: 0.18rem;*/ /* text-align: left;*/ /*}*/ /*.list3-item-right img{*/ /*!* svg *!*/ /* width: 0.28rem;*/ /* height: 0.28rem;*/ /* margin-right: 0.12rem;*/ /*}*/ /*.red-dot{*/ /* !* Frame 2147225558 *!*/ /* width: 0.44rem;*/ /* height: 0.29rem;*/ /* margin-right: 0.12rem;*/ /*}*/ /*.list3-item-content img{*/ /* margin-top: 0.4rem;*/ /* !* image 23 *!*/ /* !*width: 5.74rem;*!*/ /* !*height: 12.87rem;*!*/ /*}*/
.list3 img {
    /*width: 5.5rem;*/
    width: 9rem;
    margin: 0 auto;
}

.list3-item {
    position: relative;
    width: calc((100% / 2) - 0.4rem);
}

.list3-item img {
    width:100%;
    position: absolute;
    top: 0.4rem;
    left: 0;
    z-index: -1;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.06),rgba(255, 255, 255, 0) 100%);
    border-radius: 0.24rem;
}

.list3-item .list3-item-img1 {
    top: 7.5rem;
}

.list3-item:last-child {
    margin-top: 0.8rem;
}

.set-title-box1 {
    width: 100%;
    margin: 0 auto 0;

}

.set-title1, .set-title2 {
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 3.28rem;
    height: 1.52rem;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.24) 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.set-title1 {
    left: -0.8rem;
    text-align: right;
    text-indent: 10ch; /* 2个字符宽度 */
}

.set-title2 {
    right: -1.08rem;
}

.set-title-box1-con {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    z-index: 100;
    position: relative;
    background: linear-gradient(180.00deg, rgba(3, 3, 3, 0) 33%,#000 66%);
}

.set-title-box1-con-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-btn { /* Frame 2147225498 */
    width: 0.68rem;
    height: 0.68rem;
}
.set-title-box1-con-item-box-title{
    background: linear-gradient(-45.56deg, rgba(255, 173, 173, 0), rgba(255, 173, 173, 0.11) 80%, rgba(255, 173, 173, 0.5) 100%), rgba(11, 11, 11, 1);
    background-clip: content-box;
    border-radius: 29.99rem 49.99rem 0rem 29.99rem;
}

.set-title-box1-con-item { /* Frame 2147225547 */
    width: 10.48rem;
    height: 0.68rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.06rem 0.36rem 0.06rem 0.36rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.1);
    border-radius: 29.99rem 49.99rem 0rem 29.99rem;

}

.set-title-box1-con-item img { /* 组合 121 */
    width: 0.31rem;
    height: 0.28rem;
    margin-right: 0.16rem;
}

.tabs {
    display: flex;
    gap: 0.15rem;
    margin: 0.24rem auto 0;
    justify-content: center;
}

.tab-btn {
    padding: 0.065rem 0.164rem;
    cursor: pointer;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.06rem;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-btn img { /* Link */
    width: 0.18rem;
    height: 0.18rem;
}

.tab-btn:first-child {
    padding: 0.065rem;
    border-radius: 9.99rem;
}

.tab-btn:last-child img {
    width: 0.3rem;
    height: 0.11rem;
}

.tab-btn:nth-child(2) img { /* 组合 185 */
    width: 0.2rem;
    height: 0.17rem;
}

.tab-btn:nth-child(3) img { /* 矢量 526 */
    width: 0.15rem;
    height: 0.18rem;
}

.tab-btn:nth-child(4) img { /* 矢量 526 */
    width: 0.15rem;
    height: 0.17rem;
}

.tab-btn:nth-child(5) img { /* 矢量 525 */
    width: 0.17rem;
    height: 0.16rem;
}

.tab-btn span {
    color: rgba(255, 255, 255, 0.4);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    margin-left: 0.13rem;

}
.tab21 .tab-content {
    padding-left: 0;
    text-align: center;
}
.tab21 .tab-content img{
    width: 2.64rem;
    height: 2.64rem;
    padding-left: 0;
    text-align: center;
}

/*.tab-btn.active {*/ /* background: #333;*/ /* color: white;*/ /*}*/
.tab-content {
    display: none;
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 2.6;
    text-align: left;
    padding: 0.20rem .45rem .2rem 3.71rem;
}

.tab-content.active {
    display: block;
}

.tab-content-item { /* 公众号 */
    width: 2.64rem;
    height: 3.04rem; /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.12rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.1);
    border-radius: .4rem;
    /*backdrop-filter: blur(48rem);*/
    background: rgba(255, 255, 255, 0.8);
}

#tab3 .tab-content-item {
    width: 5.08rem;
    height: 3.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.tab-content-item img { /* httpweixin.qq 1 */
    width: 2.4rem;
    height: 2.4rem;
}
.tab-content .list3-item-desc{
    font-size: 0.16rem;
}
.list3-item-desc { /* 容器 1042 */ /*width: 1.4rem;*/
    height: 0.32rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.06rem 0.16rem 0.06rem 0.16rem;
    border-radius: 0.08rem;
    background: rgba(255, 61, 61, 1);
    color: white;

}

.list3-item-desc img { /* tabler-icon-arrow-right-to-arc */
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.08rem;
}

.list4 { /* 容器 1049 */
    width: 11.4rem;
    height: 4.9rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    border-radius: .24rem;
    /*backdrop-filter: blur(30rem);*/
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list4-item { /* 组件集 14 */
    width: 5.6rem;
    height: 1.85rem; /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    border-radius: 0.2rem;
    /*backdrop-filter: blur(22.5rem);*/
    background: rgba(255, 255, 255, 0.06);
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
    pointer-events: none;
    z-index: 1000;
}

.list4-item:last-child {
    margin-bottom: 0rem;
}

.list4-item-icon-img {
    display: flex;
    align-items: center;
}

.list4-item-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.19rem;
    letter-spacing: 0rem;
    text-align: left;
    margin-bottom: 0.1rem;
}

.list4-item-icon img { /* svg */
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
}

.list4-item-icon-btn { /* 我的订单-卡片-订单分类 */
    width: 0.63rem;
    height: 0.25rem; /* 自动布局 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.08rem 0.12rem 0.08rem 0.12rem;
    border-radius: 0.04rem;
    background: rgba(36, 36, 36, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.14rem;
    letter-spacing: 0rem;
    text-align: left;
}

.list4-item-bg { /* Artboard_1 (6) 1 */
    width: 5.4rem;
    height: 4.9rem;
}

.list4-item-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list4-item-desc img.list4-item-desc-content-img { /* 容器 191 */
    width: 1rem;
    height: 1rem;
    border-radius: .12rem; /* 聚藏通用投影 */
    box-shadow: 0rem 0rem 48rem 0rem rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    margin-right: 0.2rem;
}

.list4-item-desc-content-text-title {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    text-align: left;
}

.list4-item-desc-content-text-desc {
    color: rgba(255, 255, 255, 1);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    text-align: left;
    margin-top: 0.24rem;
}

.list4-item-desc-content-text-arrow { /* 返回 */
    width: 0.18rem;
    height: 0.18rem;
}

.set-title-box1-con-item.item1 {
    background: transparent;
    border: none;
}

.set-title-box1-con-item.item1 .set-title-box1-con-item-img { /* Frame 2147225547 */
    width: 0.68rem;
    height: 0.68rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.set-title-box1-con-item.item1 .set-title-box1-con-item-desc { /* Frame 2147225498 */
    width: 10.48rem;
    height: 0.68rem; /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0.16rem 0 0.32rem;
    border-radius: 0 19.99rem 19.99rem 29.99rem;
    background: rgba(255, 61, 61, 1);
}
.set-title-box1-con-item.item1 .set-title-box1-con-item-desc.h5{
    display:none !important;
}

.tabs2 .tab-btn {
    height: 0.4rem;
    padding: 0 0.1rem;
}

.tabs2 .tab-btn img { /* 二维码 1 */
    width: 0.36rem;
    height: 0.36rem;
}

.tabs2 .tab-btn:first-child img { /* Link */
    width: 0.24rem;
    height: 0.24rem;
}

.tab-content1 .tab-content-item {
    /*margin: 0 auto;*/
}

.accordion .item {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.accordion .title {
    padding: .44rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.38rem;
    text-align: left;
}

.accordion .icon { /* 添加 2 */
    width: 0.32rem;
    height: 0.32rem;
    transition: transform .25s ease;
}

.accordion .content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 0 0; /* 收起时没有内边距 */
    color: rgba(255, 255, 255, .4);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 160%;
    text-align: justify;
}

.accordion .item.active .content {
    height: auto; /* JS 会动态设置高度 */
    opacity: 1;
    padding: 0 0 .4rem;
}

.img-list {
    width: 100%;
    margin: 2.41rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-list img { /* image 17 */
    height: 0.29rem;
}

footer {
    color: rgba(255, 255, 255, 0.4);
    font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.foot-bg {
    width: 100%;
    height: 6.4rem;
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }

    .h5 {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }

    .h5 {
        width: 100%;
        display: block !important;
    }

    .header {
        width:calc( 100% - .8rem);
        padding: 0.3rem 0.4rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .banner-con-info{
        width: 100%;
        min-width: 4.95rem;
    }
    .banner-con{
        height: 13.2rem;
    }
    .banner {
        width: 100%;
        min-width: 4.95rem;
        height: 13.2rem;
        margin-bottom:1.11rem;
        /*background: url("../image/h5-bg.png") no-repeat center center;*/
        /*background-size: cover;*/
        /*padding: 0.3rem 0.4rem;*/
    }
    .banner .bg{
        position: absolute;
        top: 0;
        height: 13.2rem;
    }
    .logo {
        width: 0.6rem;
        height: 0.6rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 0.0088rem solid rgba(255, 255, 255, 0.1);
        border-radius: 0.12rem;
        background: rgba(255, 255, 255, 1);
        margin-right: 0.17rem;
    }

    .justify-between {
        justify-content: space-between;
    }

    .logo img {
        width: 0.3706rem;
        height: 0.3236rem;
    }

    .header .title {
        margin-left: 0.2rem;
    }

    .title1 {
        color: rgba(255, 255, 255, 1);
        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.2rem;
        font-weight: 600;
        line-height: 0.24rem;
        text-align: left;
    }

    .title2 {
        color: rgba(255, 255, 255, .6);
        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.12rem;
        font-weight: 500;
        line-height: 0.14rem;
        text-align: left;
        margin-top: 0.08rem;
    }

    .header .download-btn {
        width: 1.13rem;
        height: 0.45rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.08rem 0.32rem;
        border-radius: 9.99rem;
        background: rgba(255, 255, 255, 1);
        color: rgba(13, 13, 13, 1);

        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.24rem;
        font-weight: 600;
        line-height: 0.29rem;
        text-align: left;
    }

    .list {
        width: calc(100%);
        flex-wrap: wrap;
        height: 2.4rem;
        padding: .2rem .6rem;
    }

    .list-item {
        width: calc(50% - 0.01rem);
        padding: 0 0 0.16rem;
    }



    .list-item:nth-child(1),
    .list-item:nth-child(2) {
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);
    }
    .list-item:nth-child(3),
    .list-item:nth-child(4) {
        padding: .2rem 0 0;
    }

    .list2 {
        position: relative;
    }

    .list2-item {
        width: 100% !important;
    }

    .list2 .swiper-pagination {
        bottom: -0.34rem !important;
    }

    .brand-bullet, .brand-bullet1 {
        display: inline-block;
        margin-left: 0.25rem;
        width: 0.24rem;
        height: 0.04rem;
        margin-top: 0.24rem;
        border-radius: 0.02rem;
        background: rgba(255, 255, 255, 1);
        opacity: 0.1;
    }

    .brand-bullet-active, .brand-bullet-active1 {
        width: 0.24rem;
        height: 0.04rem;
        border-radius: 0.02rem;
        background: rgba(255, 61, 61, 1);
        opacity: 1;
    }

    .question {
        width: 100%;
        height: 0.4rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.08rem 0.12rem;
        box-sizing: border-box;
        border: 0.0075rem solid rgba(255, 255, 255, 0.12);
        border-radius: 0.08rem;
        /*backdrop-filter: blur(0.3rem);*/
        background: rgba(255, 255, 255, 0.06);
    }

    .question img {
        width: 0.24rem;
        height: 0.24rem;
    }

    .question .right-img {
        width: 0.18rem;
        height: 0.18rem;
    }

    .set-title-box {
        padding: 1.6rem 0 0.8rem;
        margin: 0 auto;
    }

    .set-title {
        font-size: 0.4rem;
    }

    .set-title-desc {
        font-size: 0.2rem;
    }

    .long-list {
        width: 100%;
        height: 12.4rem;
        margin: 0 auto;
        position: relative;
    }

    .long-list .list3-item-img {
        width: 100%;
        /*height: 12.4rem;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-pagination1 {
        margin: 0 auto;
        text-align: center;
    }

    .long-list .swiper-pagination1 {
        position: absolute;
        bottom: 1.04rem !important;
        z-index: 100;
    }

    .set-title-box1-con-item {
        width: 5.78rem;
        box-sizing: border-box;
        border: 0.01rem solid rgba(255, 255, 255, 0.1);
        border-radius: 29.99rem 49.99rem 0rem 29.99rem;
        /*background: linear-gradient(-15.56deg,*/
        /*rgba(255, 173, 173, 0),*/
        /*rgba(255, 173, 173, 0.11) 80%,*/
        /*rgba(255, 173, 173, 0.5) 100%*/
        /*),*/
        /*rgba(11, 11, 11, 1);*/
    }
    .set-title-box1-con-item.item1{
        width:100%;
    }

    .set-title-box1-con-item-box {
        width: 100%;
        margin: 0 auto;
    }

    .list4 {
        width: 100%;
        height: 9.98rem;
        margin: 0 auto;
        box-sizing: border-box;
        border: 0.01rem solid rgba(255, 255, 255, 0.12);
        border-radius: .24rem;
        /*backdrop-filter: blur(30rem);*/
        background: rgba(255, 255, 255, 0.06);
    }

    .list4-item-box111 {
        width: 100%;
        height: 9.98rem;
    }

    .list4-item {
        width: 5.73rem;
        height: 1.85rem;
        margin: 0 .48rem 0.4rem;
    }
    /*.list4-item-box111 .list4-item:first-child {*/
    /*    margin-top: -0.4rem;*/
    /*}*/


    .list4-item:last-child {
        margin-bottom: 0;
    }

    .set-title-box1-con-item-box {
        justify-content: center;
    }

    .set-title-box1-con .set-title-box1-con-item-box {
        justify-content: space-between;
    }

    .set-title-desc {
        width: 100%;
        margin: 0.22rem auto 0;
    }

    .accordion {
        width: 100%;
        margin: 0 auto;
    }

    .accordion .title {
        font-size: 0.24rem;
    }

    .accordion .content {
        color: rgba(255, 255, 255, .4);
        font-size: 0.16rem;
        padding: 0;
    }

    .tab-content-item {
        margin: 0 auto;
    }

    .set-title-box1-con-item-desc.h5 {
        display: flex !important;
        font-size: 0.24rem;
        font-weight: 500;
    }

    #app {
        max-width: 7.5rem;

        position: relative;

    }

    main {
        padding:0 .4rem;
    }

    /* flex-wrap 不需处理 */
    .tabs {
        flex-wrap: wrap;
    }
    footer{
        margin-top:2rem;
    }
    .banner-logo-box{
        width: calc(100% - .8rem);
        display: flex !important;
        justify-content: space-between;
        align-items:center;
        padding: .5rem .4rem 0;
    }
    .banner-logo{
        /* logo */
        color: rgba(255, 255, 255, 1);
        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.28rem;
        font-weight: 600;
        line-height: 0.34rem;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items:center;

    }
    .banner-logo img{
        width: 0.45rem;
        height: 0.39rem;
        margin-right:.16rem;
    }
    .more-img{
        /* 汉堡图标 1 */
        width: 0.6rem;
        height: 0.61rem;
    }
    .banner-title{
        margin:0 auto;
        color: rgba(255, 255, 255, 1);
        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.64rem;
        font-weight: 400;
        line-height: 0.77rem;
        letter-spacing: 0rem;
        text-align: center;
        margin-top: 4rem;
    }
    .heng-line,.banner-desc,.down-btn{
        margin:0 auto;
    }

    .heng-line{
        /* 直线 825 */
        width: 1.6rem;
        border: 0.01rem solid rgba(255, 255, 255, 1);
        margin:1rem auto .6rem;
    }
    .banner-desc{
        color: rgba(255, 255, 255, 1);

        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 0.24rem;
        letter-spacing: 0rem;
        text-align: center;

    }
    .down-btn.pc{
        display: none !important;
    }
    .down-btn{
        /* 容器 1065 */
        width: 3.3rem;
        height: 0.8rem;
        /* 自动布局 */
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 0.01rem solid rgba(255, 255, 255, 1);
        border-radius: 999rem;
        color: rgba(255, 255, 255, 1);

        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.4rem;
        font-weight: 500;
        line-height: 0.48rem;
        letter-spacing: 0rem;
        text-align: left;
        margin:1rem auto 1.8rem;
    }
    .banner-foot{
        display: flex;
        justify-content: space-between;
        align-items:center;
        color: rgba(255, 255, 255, .6);

        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.08rem;
        font-weight: 400;
        line-height: 0.08rem;
        letter-spacing: 0rem;
        text-align: left;
        margin:0 .4rem;
        padding:0 0.08rem;
        border-left: 0.01rem solid rgba(255, 255, 255, .6);
        border-right: 0.01rem solid rgba(255, 255, 255, .6);

    }
    .banner-foot-right{
        text-align: right;
    }
    .d-box{
        display: flex;
        justify-content: space-between;
        align-items:center;
    }
    .d-box-left{
        /* Frame 2147225554 */
        width: 4.1rem;
        height: 0.8rem;
        /* 自动布局 */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16;
        padding: 0rem 0.48rem 0rem 0.24rem;
        color: rgba(13, 13, 13, 1);
        border-radius: .20rem;
        background: rgba(255, 255, 255, 1);
        font-family: "AlimamaFangYuanTiVF";font-variation-settings: "BEVL" 1, "wght" 200;
        font-size: 0.32rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;


    }
    .d-box-left img{
        /* 苹果 1 */
        width: 0.8rem;
        height: 0.8rem;
        margin-right:.16rem;
    }
    .d-box-right{
        /* Frame 2147225555 */
        width: 0.8rem;
        height: 0.8rem;
        /* 自动布局 */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        border-radius: .20rem;
        background: rgba(255, 255, 255, 1);
        opacity: 0.8;

    }
    .d-box-right img{
        /* 二维码 1 */
        width: 0.6rem;
        height: 0.6rem;
    }
    .set-title-box1-con-item.item1{
        padding: 0.2rem 0;
    }
    .set-title-box1-con-item.item1 .set-title-box1-con-item-desc.h5{
        display:flex !important;
    }
    .tab-content{
        padding: 0.20rem .45rem;
    }
    .banner .header{
        opacity: 0.99;
    }
    .list2.h5{
        display:flex !important;
    }
    .list4-item.h5{
        margin-top: -0.4rem;
    }
    .banner-foot{
        /*width: 100%;*/
    }
    .h5-nav-list.h5{
        display: none;
    }
    .h5-nav-list{
        position: absolute;
        width: 1.78rem;
        /*height: 4.8rem;*/
        /* 自动布局 */
        display: none !important;
        justify-content: center;
        align-items: center;
        gap: 48;
        padding: 0 0.3rem;
        top: 1.62rem;
        right: .4rem;
        box-sizing: border-box;
        border: 0.01rem solid rgba(255, 255, 255, 0.12);
        border-radius: .20rem;
        backdrop-filter: blur(30rem);
        background: rgba(15, 15, 15, 1);
        z-index: 99;
        transition: opacity .8s ease;
    }
    .h5-nav-list a{
        width: 100%;
        height: 1.2rem;
        text-align: center;
        color: rgba(255, 255, 255, .8);
        font-family: Alimama FangYuanTi VF;
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 0.24rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
        opacity: .99;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .close-btn{
        position: absolute;
        top: 6.66rem;
        right: .4rem;
         box-sizing: border-box;
        border: 0.01rem solid rgba(255, 255, 255, 0.12);
        border-radius: .20rem;
        backdrop-filter: blur(30rem);
        background: rgba(15, 15, 15, 1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1.78rem;
        height: 0.96rem;
        opacity: .99;
        display: none !important;
        z-index: 99;
        transition: opacity .8s ease;
    }
    .close-btn img{
        /* 添加 3 */
        width: 0.48rem;
        height: 0.48rem;
        z-index: 9999;
       opacity: .99;

    }
    .nav-list{
        transition: opacity .8s ease;
        display: none;
    }
}
.swiper{
    overflow: hidden;
}








































