/* 手机 */
@media screen and (max-width: 600px) {
    .footNav a {
        margin: 0;
        padding: 0 5px;
        font-size: 12px;
        height: 0;
        line-height: 0;
    }
    .footer .foot {
        padding: 10px 0 30px;
    }
    .footer .cop {
        font-size: 12px;
    }
    .cop a {
        display: block;
        font-size: 14px;
    }

    .footer .focus {
        width: 100%;
        text-align: center;
    }
    .footer .link {
        display: block;
        float: none;
    }
    .footer .link_deskTop,
    .footer .link_yz {
        display: inline-block;
        float: none;
    }
    .footer .link_yz {
        margin-right: 0;
    }
    .footNav {
        display: flex;
        padding-top: 20px;
    }
    header {
        padding: 1rem;
        position: relative;
        z-index: 9;
    }
    #logo {
        width: 7rem;
        position: absolute;
        left: 1rem;
    }

    #navBtn {
        display: block;
        top: 0.5rem;
    }
    #navBox .navItem {
        display: none;
    }

    .more > .box {
        width: 80%;
        text-align: center;
    }
    .more img {
        width: 25%;
        margin-bottom: 0.5rem;
    }
    .more h1 {
        font-size: 0.5rem;
        letter-spacing: 1px;
    }
    .more p {
        font-size: 0.5rem;
        margin-bottom: 0.5rem;
        letter-spacing: 1px;
    }
    .more button {
        width: 50%;
        height: 10%;
        font-size: 0.5rem;
    }

    .downloadLink,
    .downloadLink2,
    .downloadLink3 {
        width: 12rem;
        transform: scale(0.35);
    }
    .bk_img:nth-child(1) .downloadLink {
        left: 58% !important;
        top: 50% !important;
    }
    .bk_img:nth-child(2) .downloadLink {
        left: 60% !important;
        top: 48% !important;
    }
    .bk_img:nth-child(3) .downloadLink {
        left: 58% !important;
        top: 50% !important;
    }
    .downloadLink2 {
        top: 45%;
        left: 3.5%;
    }
    .downloadLink3 {
        top: 68%;
        left: 5%;
    }

    #top_img ul {
        height: 12%;
        bottom: 5px;
    }
    #top_img ul li {
        margin: 0;
        height: 100%;
        width: 30%;
        transform: scale(0.6);
    }

    #secPic a {
        transform: scale(0.4);
        top: 48% !important;
        left: 2% !important;
    }
    #secPic2 a {
        transform: scale(0.4);
        top: 55% !important;
        left: 35% !important;
    }

    #moreLinkBox {
        height: 5rem;
    }
    #moreCircle {
        width: 3rem;
        height: 3rem;
        font-size: 12px;
    }
    .linkItem {
        margin: 0 10px 0 0;
        font-size: 12px;
    }
    #moreLink {
        margin-left: 32%;
    }
    .showLogo {
        bottom: 6rem;
    }
    .box img {
        margin: 8px 8rem;
        width: 2rem;
    }
    .box h1 {
        font-size: 12px;
        margin: 0 3rem;
    }
    .box p {
        font-size: 10px;
        margin: 5px 1rem;
    }

    .box a {
        height: 3rem;
        margin: -10px 0rem;
        transform: scale(0.4);
    }
}
