*{
    padding: 0;
    margin: 0;
}
html::-webkit-scrollbar,body::-webkit-scrollbar{
    width: 0;
    display: none;
}
html,body{
    width: 100%;
    height: 100%;
    scrollbar-width: none; /* Firefox浏览器 */
    -ms-overflow-style: none; /* Internet Explorer和Edge浏览器 */
}

@font-face {
    font-family: AlibabaPuHuiTiMedium;
    src: url('/font/Alibaba-PuHuiTi-Medium.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AlibabaPuHuiTiRegular;
    src: url('/font/Alibaba-PuHuiTi-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AlibabaPuHuiTiBold;
    src: url('/font/Alibaba-PuHuiTi-Bold.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.page{
    width: 100%;
    height: 100%;
}
.page-header{
    width: 100%;
    height: 4.645vw;
    position: fixed;
    top: 0;
    z-index: 3;
    transition:all  1s ease;
}
.page-header-box{
    width: 100%;
    height: 4.645vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-header-logo{
    width: 7.335vw;
    height: 2.225vw;
    margin-left: 6.649vw;
}
.page-header-logo img{
    width: 100%;
    height: 100%;
}
.page-header-menu{
    margin-right: 6.649vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-header-menu-item{
    width: 9.25vw;
    height:4.645vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.page-header-menu-item:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.page-header-menu-item:hover .page-header-menu-item-navigation,
.page-header-menu-item:hover .page-header-menu-item-margin{
    display: block;
}
.page-header-menu-item:hover .page-header-menu-item-title img{
    transform: rotate(180deg);
    transition:all 0.4s;
}
.active-menu{
    font-family: AlibabaPuHuiTiMedium;
    background-color:#4A8CFF;
    position: relative;
    transition:all 0.6s;
}
.active-menu::before{
    content: "";
    display: none;
    width: 32px;
    height: 5px;
    /*background-color: #fff;*/
    position: absolute;
    bottom: 0;
    left: 48px;
    transition: all 0.6s;
}
.page-header-menu-item-title{
    font-family: AlibabaPuHuiTiRegular;
    color: #fff;
    font-size: 0.95vw;
    width: 9.25vw;
    height: 4.645vw;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.page-header-menu-item-title img{
    width: 0.845vw;
    height: 0.845vw;
    margin-left: 0.158vw;
}
.page-header-menu-item-margin{
    position: absolute;
    top: 4.645vw;
    width: 100%;
    height: 0.686vw;
    background: transparent;
}
.page-header-menu-item-navigation{
    position: absolute;
    top: 5.331vw;
    width: 9.25vw;
    display: none;
    border-radius: 0px 0px 0.211vw 0.211vw;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 3;
}
.page-header-menu-item-navigation-bg {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    backdrop-filter: blur(0.528vw);
    z-index: 2;
}
.page-header-menu-item-navigation-item{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.845vw;
    color: #fff;
    line-height: 2.225vw;
    height: 2.225vw;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
    z-index: 3;
    /* background-color: rgba(255, 255, 255, 0.3); */
}
.page-header-menu-item-navigation-item::before{
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 0;
}
.page-header-menu-item-navigation-item:last-child::before{
    content: "";
    display: none;
}


.page-main{
    width: 100%;

}

.swiper-container {
    width: 100%;
    height: 100% ;
}
.swiper-wrapper{
    width: 100%;
    height: 100% ;
    transition-delay:.3s;
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.swiper-slide{
    width: 100%;
    height: 100% !important;
    overflow: auto;
}
.swiper-slide::-webkit-scrollbar,
.swiper-wrapper::-webkit-scrollbar,



.page-main-banner{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.page-main-banner-box{
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    left: 0;
    transition:0.5s ease;
}
.page-main-banner-box-item{
    width: 100vw;
    height: 100%;
    position: relative;
}
.page-main-banner-box-item img{
    display: inline-block;
    width: 100vw;
    height: 100%;
    position: relative;
    z-index: 0;
}
.page-main-banner-data{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.page-main-banner-data-box{
    width: 100%;
    height: calc(100% - 3.7vw);
    position: relative;
}
.page-main-banner-data-box-title{
    min-width: 13.725vw;
    height: 3.167vw;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 400;
    font-size: 2.322vw;
    color: #FFFFFF;
    line-height: 3.167vw;
    z-index: 1;
    position: absolute;
    top: 12.193vw;
}
.page-main-banner-data-box-subTitle{
    width: 41.488vw;
    height: 9.923vw;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 500;
    z-index: 1;
    font-size: 1.267vw;
    color: #FFFFFF;
    position: absolute;
    top: 17.683vw;
}
.page-main-banner-data-box-btn{
    width: 8.023vw;
    height: 2.534vw;
    background: #2783FF;
    border-radius: 0.211vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.95vw;
    color: #FFFFFF;
    font-family: AlibabaPuHuiTiRegular;
    position: absolute;
    bottom: 11.348vw;
    cursor: pointer;
}

.page-main-banner-data-box-btn img{
    display: inline-block;
    width: 1.531vw;
    height: 0.686vw;
    margin-left: 0.264vw;
}
.page-main-banner-data-box:nth-child(odd) .page-main-banner-data-box-title,
.page-main-banner-data-box:nth-child(odd) .page-main-banner-data-box-subTitle,
.page-main-banner-data-box:nth-child(odd) .page-main-banner-data-box-btn{
    right: 10.557vw;
    text-align: right;
}
.page-main-banner-data-box:nth-child(even) .page-main-banner-data-box-title,
.page-main-banner-data-box:nth-child(even) .page-main-banner-data-box-subTitle,
.page-main-banner-data-box:nth-child(even) .page-main-banner-data-box-btn{
    left: 10.557vw;

}
.page-main-banner-data-indicator{
    width: 100%;
    height: 1.478vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2.225vw;
}
.page-main-banner-data-indicator-item{
    width: 1.478vw;
    height: 1.478vw;
    border-radius: 1.478vw;
    margin-right: 3.273vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.page-main-banner-data-indicator-item::before{
    content: "";
    display: inline-block;
    width: 0.211vw;
    height: 0.211vw;
    border-radius: 0.211vw;
    background-color: #fff;

}
.active-indicator-item{
    background-color: rgba(255, 255, 255, 0.2);
}







/*  */
.page-main-product{
    width: 100%;
    height: 100vh;
}
.page-main-product-relation{
    width: 100%;
    height: 240px;
    background-image: url("/image/index/8.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.page-main-product-relation-title{
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 32px;
    color: #4A8CFF;
    line-height: 44px;
}
.page-main-product-relation-subTitle{
    
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    font-family: AlibabaPuHuiTiRegular;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 28px;
}
.page-main-product-relation-btn{
    width: 163px;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #4A8CFF;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
    font-size: 22px;
    color: #4A8CFF;
    font-family: AlibabaPuHuiTiRegular;
    cursor: pointer;
}

.page-main-product-introduce{
    width: 100%;
    height: 100%;
    position: relative;
}
.page-main-product-introduce-backdrop{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/image/index/21.png");
    background-size: cover; /* 背景图片自适应 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    overflow: hidden;
}
.page-main-product-introduce-backdrop-box{
    width: 100vw;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    transform: 0.5s ease;
}
.page-main-product-introduce-backdrop-box img{
    width: 100vw;
    height: 100%;
}
.page-main-product-introduce-header{
    width: 100%;
    height: 3.167vw;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}
.page-main-product-introduce-header-title{
    width: 33.33%;
    height: 100%;
    font-weight: bold;
    font-size: 2.322vw;
    color: #FFFFFF;
    font-family: AlibabaPuHuiTiBold;
}
.page-main-product-introduce-header-title-text{
    margin:3.8vw 0 0 6.649vw;
    line-height: 3.167vw;
}
.page-main-product-introduce-header-title-icon{
    width: 7.39vw;
    height: 0.422vw;
    background: #fff;
    border-radius: 0.633vw;
    margin-top: 1.057vw;
    margin-left: 6.649vw;
}
.page-main-product-introduce-header-tabs{
    width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.page-main-product-introduce-header-tabs:last-child{
    justify-content: flex-start;
}
.page-main-product-introduce-header-tabs:last-child .page-main-product-introduce-header-tabs-item:first-child{
    margin: 0 10% 0 10%;
}
.page-main-product-introduce-header-tabs:last-child .page-main-product-introduce-header-tabs-item:nth-child(2){
     margin: 0 10% 0 0;
 }
.page-main-product-introduce-header-tabs:last-child .page-main-product-introduce-header-tabs-item:nth-child(3){
    margin: 0 10% 0 0;
}
.page-main-product-introduce-header-tabs-item{
    width: 95px;
    height: 44px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-family: AlibabaPuHuiTiRegular;
    cursor: pointer;
}
.page-main-product-introduce-header-tabs-items{
    width: 95px;
}
.active-introduce-item{
    color: #fff;
    font-family: AlibabaPuHuiTiMedium;
}
.page-main-product-introduce-body{
    width: calc(100% - 6.649vw);
    height: 26.392vw;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 10.135vw;
    left: 6.649vw;
    z-index: 1;
    overflow: hidden;
}
.page-main-product-introduce-body-list{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    left: 0;
    z-index:1;
}
.page-main-product-introduce-body-list-box{
    width: 22.064vw;
    flex-shrink: 0;
    height: 100%;
    z-index:1;
    position: relative;
    margin-right: 5.278vw;
}
.page-main-product-introduce-body-list-box-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;

}
.page-main-product-introduce-body-list-box-curtain{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(7,27,55,.6);
    display: none;
}
.page-main-product-introduce-body-list-box-item{
    width:100%;
    height: 26.392vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index:2;
}
.page-main-product-introduce-body-list-box:last-child{
    border: none;
}
.page-main-product-introduce-body-list-box:hover{

    transition: all 0.6s;
}
.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-item-subTitle,
.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-curtain,
.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-item-enter{
    display: block;
}

.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-item-icon{
    position: inherit;
    top: auto;
    right:auto;
}
.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-item-titles{
    display: none;
}
.page-main-product-introduce-body-list-box:hover .page-main-product-introduce-body-list-box-item-title{
    display: block;
}

.page-main-product-introduce-body-list-box-item-icon{
    width: 2.745vw;
    height: 2.745vw;
    position: absolute;
    top: 1.689vw;
    right: 1.742vw;
}
.page-main-product-introduce-body-list-box-item-icon img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.page-main-product-introduce-body-list-box-item-title{
    font-family: AlibabaPuHuiTiBold;
    font-size: 1.689vw;
    line-height: 2.322vw;
    color: #fff;
    margin:0.633vw 0 1vw;
    display: none;
}
.page-main-product-introduce-body-list-box-item-titles{
    font-family: AlibabaPuHuiTiBold;
    font-weight: bold;
    font-size: 1.689vw;
    line-height: 2.322vw;
    color: #fff;
    position: absolute;
    left: 1.689vw;
    bottom: 3.483vw;
}
.page-main-product-introduce-body-list-box-item-titles::before{
    content: "";
    display: inline-block;
    width: 120px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -16px;
    z-index: 1;
}
.page-main-product-introduce-body-list-box-item-subTitle{
    width: 100%;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.739vw;
    color: #FFFFFF;
    line-height: 1vw;
    text-align: center;
    display: none;
}
.page-main-product-introduce-body-list-box-item-subTitle div{
    margin-bottom: 0.633vw;
}
.page-main-product-introduce-body-list-box-item-subTitle span{
    display: inline-block;
    width: 50%;
}
.page-main-product-introduce-body-list-box-item-subTitle div span:first-child{
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.422vw;
}
.page-main-product-introduce-body-list-box-item-subTitle span:last-child{
    text-align: left;
    box-sizing: border-box;
    padding-left: 0.422vw;
}

.page-main-product-introduce-body-list-box-item-enter{
    width: 3.378vw;
    height: 3.378vw;
    background-image: url("/image/index/11.png");
    background-size: 100% 100%;
    margin-top: 3.8vw;
    display: none;
    cursor: pointer;
}
.page-main-product-introduce-indicators{
    width: 100%;
    height: 5.278vw;
    box-sizing: border-box;
    padding: 0 6.649vw;
    position: absolute;
    top: 38.216vw;
    display: flex;
    justify-content: space-between;

}
.page-main-product-introduce-indicators-left{
    width: calc(100% - 14.568vw);
    margin-top: 2.058vw;
    margin-right: 2.322vw;
}
.page-main-product-introduce-indicators-left-schedule{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
    height: 1.741vw;
    line-height:1.741vw;
    margin-bottom: 1.161vw;
}
.page-main-product-introduce-indicators-left-schedule-line{
    width: 100%;
    height: 0.318vw;
    background: #fff;
}
.page-main-product-introduce-indicators-btn{
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

.page-main-product-introduce-indicators-btn-previous,
.page-main-product-introduce-indicators-btn-next{
    width: 5.278vw;
    height: 5.278vw;
}
.page-main-product-introduce-indicators-btn img{
    width: 100%;
    height: 100%;

}
.page-main-product-introduce-indicators-btn-previous{
    margin-right: 1.689vw;
}
.page-main-product-introduce-indicator{
    width: 1.478vw;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 58px;
    z-index: 2;
}
.page-main-product-introduce-indicator-item{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.page-main-product-introduce-indicator-item:last-child{
    margin-bottom: 0;
}
.page-main-product-introduce-indicator-item::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.active-product-indicator-item{
    background-color: rgba(255, 255, 255, 0.2);
}


/* 优势 */

.page-main-relation{
    width: 100%;
    height: 10.556vw;
    background-image: url("/image/index/8-1.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.page-main-relation-title{
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 1.689vw;
    color: #FFF;
    line-height: 2.322vw;
}
.page-main-relation-subTitle{

    font-weight: 400;
    font-size: 0.95vw;
    color: rgba(255,255,255,0.8);
    font-family: AlibabaPuHuiTiRegular;
    line-height: 1.32vw;
    margin-top: 0.4222vw;
    margin-bottom: 1.477vw;
}
.page-main-relation-btn{
    width: 8.603vw;
    height: 2.428vw;
    border-radius: 0.158vw;
    text-align: center;
    line-height: 2.428vw;
    font-weight: 400;
    font-size: 1.161vw;
    color: #4A8CFF;
    font-family: AlibabaPuHuiTiRegular;
    cursor: pointer;
    background: #fff;
}
.page-main-advantage{
    width: 100%;
    height: calc(100% - 10.556vw);
    background-image: url("/image/index/15.png");
    background-size: 100% 100%;
    position: relative;
}
.page-main-advantage-header{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.page-main-advantage-header-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.061vw;
}
.page-main-advantage-header-title label{
    display: inline-block;
    width: 9.923vw;
    height: 2.744vw;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 2vw;
    color: #333333;
    line-height:  2.744vw;
    margin:0 1.689vw;
}
.page-main-advantage-header-title span{
    display: inline-block;
    width:calc(50% - 17.207vw);
    height: 1px;
    background-color: #E8E8E8;
}
.page-main-advantage-header-icon{
    width: 9.923vw;
    height: 0.422vw;
    background-image: url("/image/index/16.png");
    background-size: 100% 100%;
    position: absolute;
    top: 6.861vw;
}
.page-main-advantage-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}
.page-main-advantage-box-icon{
    width: 15.836vw;
    height: 15.36vw;
    background-image: url("/image/index/17.png");
    background-size: 100% 100%;
    position: absolute;
    top: 10.82vw;
}
.page-main-advantage-box-item{
    position: absolute;
}
.page-main-advantage-box-item-title span{
    display: inline-block;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 7.389vw;
    color: rgba(0, 0, 0, 0.1);
    transform: skew(-15deg);
    position: absolute;
    z-index: 1;
    top: -2.955vw;
    box-sizing: border-box;
    padding-bottom: 6.861vw;
}
.page-main-advantage-box-item-title label{
    font-family: AlibabaPuHuiTiBold;
    display: inline-block;
    font-weight: bold;
    font-size: 1.689vw;
    color: #3D80EC;
    transform: skew(-15deg);
    position: relative;
    z-index: 2;

}
.page-main-advantage-box-item-subTitle{
    width: 25.547vw;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1.25vw;
    color: #666666;
    line-height: 1.477vw;
    position: relative;
    z-index: 2;
}
.page-main-advantage-box-item:nth-child(1){
    top: 0px;
    left: -27.236vw;
}

.page-main-advantage-box-item:nth-child(2){
    left: -27.236vw;
    bottom: -4.592vw;
}
.page-main-advantage-box-item:nth-child(3){
    top: 0px;
    right: -27.447vw;
}
.page-main-advantage-box-item:nth-child(4){
    right: -27.447vw;
    bottom: -5.911vw;
}
.page-main-advantage-box-item:nth-child(1) .page-main-advantage-box-item-title,
.page-main-advantage-box-item:nth-child(1) .page-main-advantage-box-item-subTitle,
.page-main-advantage-box-item:nth-child(2) .page-main-advantage-box-item-title,
.page-main-advantage-box-item:nth-child(2) .page-main-advantage-box-item-subTitle{
    text-align: right;
}

.page-main-advantage-box-item:nth-child(3) .page-main-advantage-box-item-subTitle,
.page-main-advantage-box-item:nth-child(4) .page-main-advantage-box-item-subTitle{

}
.page-main-advantage-box-bottom{
    width: 4.222vw;
    height: 4.222vw;
    position: absolute;
    bottom: 1.319vw;
}
.page-main-advantage-box-bottom img{
    width: 100%;
    height: 100%;
}


/* 合作伙伴 */
.page-main-partner{
    width: 100%;
    height: 47.5vw;
    background-image: url("/image/index/18.png");
    background-size: 100% 100%;
    position: relative;
}
.page-main-partner-title{
    width: 100%;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 2.322vw;
    color: #4A8CFF;
    line-height: 2.744vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3.747vw;
}
.page-main-partner-icon{
    width: 100%;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 500;
    font-size: 1.477vw;
    color: #4A8CFF;
    line-height:2vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6.914vw;
}


/* 底部公司联系和版权信息 */
.page-footer{
    width: 100%;
    height: 15.624vw;
    background: #234681;
    box-sizing: border-box;
    padding-top: 2.216vw;
}
.page-footer-data{
    /*width: calc(100% - 32.726vw);*/
    width: calc(100% - 13.316vw);
    height: 9.342vw;
    margin:0 auto 1.689vw auto;
    display: flex;
    justify-content: space-between;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    padding: 0 16.785vw;
    border-bottom: 1px solid #385C99;
}
.page-footer-data-item-title{
    font-size: 1.161vw;
    color: #FFFFFF;
    line-height: 1.583vw;
    margin-bottom: 0.844vw;
}
.page-footer-data-item-row{
    font-size: 0.95vw;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3vw;
    margin-bottom: 0.63vw;
    display: flex;
    justify-content: flex-start;
}
.page-footer-data-item-row a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 1.25vw;
    position: relative;
}
.page-footer-data-item-row a::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.527vw;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: -0.633vw;
    top: 0.422vw;
}
.page-footer-data-item-row a:last-child::before{
    display: none;
}
.page-footer-data-item-row label{
    display: inline-block;
}
.page-footer-data-item-icon{
    width: 5.067vw;
    height: 5.067vw;
}
.page-footer-data-item-icon img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.qr-code-title{
    width: 5.067vw;
    text-align: center;
}
.page-footer-copyright{
    width: calc(100% - 46.872vw);
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.page-footer-copyright-row,.page-footer-copyright-row a{
    margin-bottom: 0.633vw;
    line-height: 1.3vw;
    color: rgba(160,160,160,0.6);
    font-weight: 400;
    font-size: 0.95vw;
    font-family: AlibabaPuHuiTiRegular;
    text-decoration: none;
}
.page-footer-copyright-row-item{
    position: relative;
}
.page-footer-copyright-row-item img{
    position: relative;
    top: 0.263vw;
    width: 1vw;
    height: 1.16vw;
}


.fp-watermark{
    display: none !important;
}