.header {
    width: 100%;
    background-color: #fff;
    padding: .32rem .8rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.header .icon{
    width: 0.48rem;
    height: 0.48rem;
    margin-right: .1rem;
}
.header .button{
    width: 2rem;
    height: 0.361rem;
}

.pon{
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.pon img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content{
    position: absolute;
    z-index: 2;
}

.content-tit{
    color: #000;
    font-family: Inter;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-font{
    color: #000;
    font-family: Inter;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: .4rem;  
}

.pon1 {
    height: 10.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.pon1 .button{
    width: 4.58rem;
    height: 0.84rem; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.pon2 {
    height: 10.2rem;
}

.pon2 .content{
    top: 1.87rem;
    left: .8rem;
}

.pon3,.pon4,.pon5,.pon6,.pon7,.pon8,.pon9,.pon10,.pon11 {
    height: 6.9rem;
}

.pon4 .content,.pon5 .content,.pon9 .content{
    top: .56rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.pon6 .content{
    top: 1.26rem;
    right: .8rem;
}

.pon7 .content{
    top: .98rem;
    left: .8rem;
}

.pon8 .content{
    bottom: 1.89rem;
    left: .8rem;
}

.pon10 .content{
    bottom: .56rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.pon11 .content{
    top: 2.82rem;
    left: .8rem;
}

.footer{
    background-color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 0 .4rem;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: Inter;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-direction: column;
}

.footer .button{
    width: 4rem;
    height: 0.73rem;
    margin: 0 auto .56rem;
}

.footer p{
    text-align: center;
    margin-bottom: .3rem;
}

