@media (max-width:480px){
    .pre-data>p{
        font-size: 16px !important;
    }
    .data-analysis{
        display: none
    }
    .phone-data-analysis{
        display: flex;
        justify-content: space-around;
        margin-bottom:2rem;
    }
    .product-banner-button{
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;

    }
    .pre-img2{
        display: none
    }
    .phone-pre-img2{
        width:100%;
        padding:1rem;
    }
    .pc-desc{
        display: none
    }
}

@media (min-width:500px){
    .phone-pre-data{
        display: none;
    }
    .phone-desc>p:nth-child(2){
        text-align: center;
    }
    .phone-pre-img2{
        display: none
    }
    .phone-desc{
        display: none
    }
    .pc-w{
        width:47rem;
    }
}
