footer{
    margin-top: 50px;
}
.footer {
    background-image: url('../img/footer/footer.png');
    background-size: 200% auto;
    background-position: center top;
    background-repeat: no-repeat;

    mask-image:  url('../img/footer/footer.png');
    mask-size: 200% auto;
    mask-repeat: no-repeat;
    mask-position: center top;

    position: relative;
    padding: 80px 0;
    text-align: center;
    
}
.footer img{
    margin-bottom: 30px;
}
.footer  p{
    color: white;
    margin: 0;
    font-size: 24px;
}
.footer p span{
    font-size: 24px;
    margin-right: 10px;
}
.footer p a{
    color: white;
    font-size: 24px;
}

@media screen and (max-width:991px) {
    .footer p span{
        font-size: 20px;
    }
    .footer p a{
        font-size: 20px;
    }
    .footer p{
        font-size: 20px;
    }
}



.iPhoneZz{
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    left: -150%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px); /* 毛玻璃模糊效果 */
    transition: 0.3s;
}
.iPhone{
    position: fixed;
    top: 0;
    left: -150%;
    background-color: rgb(255,255,255);
    width: 400px;
    height: 100%;
    z-index: 999;
    transition: 0.4s;
}
.iPhoneZz.active,
.iPhone.active{
    left: 0;
}




.iPhone .iPhone-Head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:90%;
    margin: 0 auto;
    padding: 10px 0 ;
}
.iPhone .iPhone-Head img{
    width: 40%;
}
.iPhone .iPhone-Head .iPhone-none{
    background-color: transparent;
    border: none;
    width: 50px ;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.iPhone .iPhone-Body  #accordionExample .accordion-item a.accordion-header button,
.iPhone .iPhone-Body  #accordionExample .accordion-item h2.accordion-header button{
    color: #222;
}
.iPhone .iPhone-Body  #accordionExample .accordion-item a.accordion-header button::after{
    display: none;
}
.iPhone .iPhone-Body  .accordion{
    --bs-accordion-active-bg:transparent;
    --bs-accordion-btn-focus-box-shadow:none;
} 
.iPhone .iPhone-Body .accordion-header { 
    border-bottom: 1px solid #E6E9EC;
}
.iPhone .iPhone-Body #accordionExample .accordion-item .accordion-collapse ul {
    padding: 0 ;
}
.iPhone .iPhone-Body #accordionExample .accordion-item .accordion-collapse ul li {
   border-bottom: 1px solid #ccc;
}
.iPhone .iPhone-Body #accordionExample .accordion-item .accordion-collapse ul li a{
    color: #222;
    padding: 10px 0;
    display: block;
}
@media screen and (max-width:400px) {
    .iPhone{
        width: 100%;
    }
}