/* 要发版就删除 https://public-1259630247.cos.ap-shanghai.myqcloud.com */
#product {
    background-color: var(--gray3);
    --section0-imgUrl: url("https://public-1259630247.cos.ap-shanghai.myqcloud.com/website/www/images/product/s1_bg.webp");
    --section2-imgUrl: url("https://public-1259630247.cos.ap-shanghai.myqcloud.com/website/www/images/footer.webp");
}

#section0 {
    background-image: linear-gradient(128deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), var(--section0-imgUrl);
    background-size: 100% 100%;
}

#section0 #content0 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section0 #content0 .content0_img {
    height: 82%;
}

#section2 {
    height: 16rem;
    width: 100%;
    background-image: linear-gradient(128deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), var(--section2-imgUrl);
    background-size: 100% 100%;
}

#section2 .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#section2 .top .qrcode {
    width: 7rem;
    height: 7rem;
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 1rem;
}




/* 移动端样式--------------------移动端样式--------移动端样式--------- */

.mobile-view #section0 #content0 .content0_img,
.mobile-view #section2 div.w-56 {
    width: 92%;
}

.mobile-view #section0 #content0 .content0_img {
    height: auto;
}


.mobile-view #section2 .top>div>img,
.mobile-view #section2 .top .jt_qrcode {
    display: none;
    margin: 0;
}

.mobile-view #section2 .top .qrcodeWarp {
    gap: 0;
}