#infoPage{
    width: 100%;
    /* background: url(assets/bg.webp); */
}
#infoPage .main{
    width: 100%;
    background: url("../img/bg2.webp");
}
#infoPage .page-top {
    height: 120px;
}
#infoPage .container-all {
    min-height: calc(100vh - 90px);
}
#infoPage .container{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    
}
#infoPage .label-text {
    position: relative;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}
#infoPage .box{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
#infoPage .wrapper{
    position: relative;
    box-sizing: border-box;
    width: 96%;
    border-radius: 18px;
    background-color: hsla(0, 0%, 100%, .8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: fit-content;
}
@media screen and (max-width:850px) {
    body, html {
        min-height: auto;
        min-width: 100%;
    }
    .fixed-footer {
        font-size: .16rem;
    }
    .container-all .page-top .logo1 {
        width: 5rem;
        top: .15rem;
        left: 0px;
    }
    .container-all .page-top .logo1 img {
        width: 100%;
        height: auto;
    }
    .container-all .page-top .p0-btn-all {
        top: 10px;
    }
    .share {
        width: auto;
        right: 0;
        margin-top: 0.6rem;
    }
    .share a {
        width: 1.2rem;
        height: 1.2rem;
        background-size: 80%;
    }
    .container-all .page-main {
        padding-bottom: 2rem;
    }
    .container-all .page-main .p2-all .p2-title,
    .container-all .page-main .p5-all .p5-title {
        width: 15.76rem;
        height: 3.6rem;
        background-size: 100%;
    }
    .container-all .page-main .p5-all .p5-welfare {
        width: 100%;
        flex-wrap: wrap;
    }
    .container-all .page-main .p5-all .p5-welfare a {
        margin-bottom: .3rem;
    }
    .container-all .page-main .p5-all .p5-welfare img {
        top: .20rem;
        width: 3.82rem;
        height: 7.72rem;
    }
    .container-all .page-main .p2-all {
        width: 100%;
        margin-top: 4rem;
    }
    .container-all .page-main .p2-all .p2-title {
        width: 15.76rem;
        height: 3.6rem;
        background-size: 100%;
        top: -4rem;
    }
    .container-all .page-main .p2-all .p2-con ul {
        position: relative;
        margin-top: 0;
    }
    .container-all .page-main .p2-all .p2-con li {
        height: 6.84rem;
        margin-left: 8px;
    }
    .container-all .page-main .p2-all .p2-con li .p2-con-content {
        height: 6.52rem;
        /* position: absolute; */
        margin: 0 auto;
        top: 7.2rem;
        left: 0;
        right: 0;
        background-size: 100%;
    }
    .container-all .page-main .p2-all .p2-con li.on .p2-con-content {
        width: 11rem;
    }
    .container-all .page-main .p2-all .p2-con li .p2-con-tit {
        width: 1.44rem;
        background-size: 100%;
    }
    .container-all .page-main .p4-all {
        margin-top: 10rem;
    }
    .container-all .page-main .p4-all .p4-tit {
        width: 4.65rem;
        height: 6rem;
    }
    .container-all .page-main .p4-all .p4-btn {
        width: 2.62rem;
        height: 2.58rem;
        top: 2.82rem;
        background-size: 100%;
    }
    .container-all .page-main .p4-all .btn-box {
        padding-top: 2.82rem;
    }
    .container-all .page-main .p4-all .p4-btn.xz {
        margin-right: 1rem;
    }
    .container-all .page-main .p4-all .p4-btn.zc {
        margin-left: 1rem;
    }
    #infoPage .page-top,
    #giftCenter .container_wrapper .page-top {
        height: 3.4rem;
    }
    #giftCenter .gift-center-item {
        width: 2.56rem;
        height: 5.16rem;
        top: .2rem;
    }
    #giftCenter .gift-center-item img {
        width: .92rem;
        height: .86rem;
        margin-top: 1rem;
    }
    #giftCenter .gift-center-item .number {
        margin-top: .76rem;
        font-size: .32rem;
    }
    #giftCenter .gift-center-item .price {
        margin-top: .36rem;
        font-size: .36rem;
    }
    #giftCenter .gift-center-box {
        margin: .6rem auto;
        padding: 0 1rem;
    }
    #giftCenter #login-input {
        border-radius: .2rem;
        padding: 0 .1rem 0 .1rem;
        height: 1.2rem;
        line-height: 1.2rem;
        width: 60%;
        background: none;
        font-size: .4rem;
        color: #fff;
        outline: none;
        text-indent: .2rem;
    }
    #giftCenter .btn {
        width: 4.32rem;
        height: 1.02rem;
        line-height: 1.02rem;
        font-size: .3rem;
        border-radius: .3rem;
    }
    .fixed-footer .footer-logo img {
        width: 2.72rem;
    }
    .fixed-footer .copyright {
        font-size: .36rem;
    }
}