@media screen and (max-width : 1024px){
    .banner-box .text {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }
    .banner-box .text >p:first-child{
        text-align: center;
    }
    .banner-box{
        height: auto;
    }
    .content-box .content-right{
        display: none;
    }
    .content-left{
        width: 100%;
        padding: 20px;
    }
    .content-left .back-box .back-btn{
        width: 15.125rem;
    height: 5.875rem;
    font-size: 2rem;
    }
    .footer-box{
        display: none;
    }
    /* 底部 */
    .footer {
        width: 100%;
        padding: 10px 1.5rem;
        background-color: #2E2E2E;
        display: block;
    }

    section {
        width: 100%;
        height: 100vh;
        background-color: #2E2E2E;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .container .icon {
        font-size: 20px;
        font-style: normal;
        color: #fff;
    }

    .container {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }

    .accordion-item {
        background-color: #2E2E2E;
        border-radius: .4rem;
    }

    .accordion-item hr {
        border: 1px solid #585858;
    }

    .accordion-link {
        font-size: 1.6rem;
        color: rgba(255, 255, 255, .8);
        text-decoration: none;
        background-color: #2E2E2E;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 0;
    }

    .accordion-link h3 {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

    .accordion-link i {
        color: #e7d5ff;
        padding: .5rem;

    }

    .accordion-link ul {
        display: flex;
        align-items: flex-end;
        list-style-type: none;
        margin-left: 25px;
    }

    .accordion-link li {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
        padding: 0 0 1px 5px;
    }

    .accordion-link div {
        display: flex;
    }

    .accordion-link .ion-md-arrow-down {
        display: none;
    }

    .answer {
        max-height: 0;
        overflow: hidden;
        position: relative;
        background-color: #2E2E2E;
        transition: max-height 1050ms;
    }

    .answer ul {
        padding-bottom: 15px;
    }

    .answer ul li {
        margin-top: 10px;
    }

    .footer-contact-box {
        height: auto;
    }

    .answer p {
        color: #fff;
        font-size: 15px;
        padding: 2rem;

    }

    .accordion-item:target .answer {
        max-height: 50rem;
    }

    .accordion-item:target .accordion-link .ion-md-arrow-forward {
        display: none
    }

    .accordion-item:target .accordion-link .ion-md-arrow-down {
        display: block;
    }

    .top-img-box {
        margin: 5px 10px;
    }

    .footer-bottom {
        margin-top: 20px;
        color: #fff;
    }
    .item-box .desc{
        font-size: 4vw;
    }
}