.header-mobile {
    display: none;
}

.outer-footer-mobile {
    display: none;
}

.side-mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .download-btn {
        padding: 12px 38px;
        width: 190px;
        height: 52px;
    }
    .download-btn .download-img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }
    .download-btn .download-dec {
        font-size: 20px;
    }
    .header {
        display: none;
    }
    .header-mobile {
        position: fixed;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        width: 100%;
        background-color: #fff;
    }
    .header-mobile .top-download {
        display: none;
        width: 120px;
        height: 32px;
        border-radius: 4.267px;
        background: #EA4B3D;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
    }
    .page-scroll .mobile-header-icon {
        display: none;
    }
    .header-mobile img:first-child {
        height: 28px;
    }
    .mobile-header-icon {
        height: 18px;
    }
    .mobile-cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .35);
    }
    #header-close {
        display: none;
    }
    .header-mobile-list {
        position: fixed;
        top: 56px;
        left: 0;
        z-index: 100;
        width: 100%;
        min-width: 360px;
        background-color: #fff;
        max-height: calc(100vh - 56px);
        overflow-y: auto;
    }
    .header-mobile-list a {
        color: inherit;
        display: flex;
        align-items: center;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .header-mobile-list .list-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        border-bottom: 1px solid #E0E0E0;
    }
    .header-mobile-list .list-title img {
        width: 10px;
        filter: grayscale(1);
    }
    .header-mobile-list .list-content ul {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #E0E0E0;
        padding: 20px 0 20px 20px;
    }
    .header-mobile-list .list-content ul li {
        padding: 10px 5px 10px 15px;
        width: 163px;
    }
    .header-mobile-list .product-power ul li {
        margin: unset;
    }
    .header-mobile-list .list-content ul img {
        margin-right: 12px;
        width: 32px;
    }


    .outer-footer {
        display: none !important;
    }
    .outer-footer-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding-bottom: 30px;
        background-color: rgb(245, 245, 245);
    }
    .outer-footer-mobile .footer-list {
        padding: 20px;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        border-bottom: 1px solid #E0E0E0;
    }
    .outer-footer-mobile .footer-list img {
        height: 5px;
        filter: grayscale(1);
    }
    .outer-footer-mobile .outer-footer-record {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }
    .outer-footer-mobile .outer-footer-record img {
        margin-bottom: 28px;
        width: 124px;
        height: 100px;
    }
    .outer-footer-mobile .outer-footer-record p {
        color: rgba(51, 51, 51, 0.60);
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
    .outer-footer-mobile .outer-footer-record p:last-child {
        margin-right: unset;
        margin-top: 8px;
    }
    .outer-footer-mobile .footer-list_content {
        padding: 12px 0 0 30px;
    }
    .footer-list_active {
        animation: footerListCont .4s forwards;
    }
    .outer-footer-mobile a {
        margin-bottom: 8px;
        color: rgba(51, 51, 51, 0.60);
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        width: fit-content;
    }
    .outer-footer-mobile a:last-child {
        margin-bottom: unset;
    }
    .arrow-active {
        animation: footerArrow .4s forwards;
    }
    @keyframes footerArrow {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(180deg);
        }
    }
    @keyframes footerListCont {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .side {
        display: none;
    }
    .side-mobile {
        display: block;
        position: fixed;
        right: 6px;
        bottom: 22px;
        width: 32px;
        height: 32px;
    }
    .side-mobile img {
        width: 100%;
    }
}