@media (min-width: 481px) {
    .content {
        width: 980px;
        margin: 0 auto 0;
    }

    .content .navlist {
        list-style: none;
        padding: 0;
        margin: 8px 0;
    }

    .content .navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }

    .content .navlist li:first-child:before {
        content: "";
    }

    .content .navlist li:before {
        content: "> ";
        color: #8a9fa6;
    }

    .content h3 {
        margin-top: 30px;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
    }

    .content a {
        color: #0071e3;
    }

    .content .download {
        margin: 30px 0;
        padding: 0;
        display: -ms-grid;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 1fr;
    }

    .content .download li{
        position: relative;
        cursor: pointer;
    }


    .content .download div {
        display: -ms-grid;
        display: grid;
        background-color: #f0f0f0;
        padding: 32px 12px;
        gap: 10px;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        text-align: center;
        color: #000;
    }

    .content .download div a{
        margin-right: 10px;
        color: #666;
    }


    .content .download span:first-child {
        border-bottom: 1px solid #666;
        padding: 20px 0px;
        font-size: 18px;
    }

    .content .download span {
        padding: 10px 0px;
        margin: 0 80px;
        font-weight: bold;

    }

    .content .download span:nth-child(2) {
        font-size: 14px;
        font-weight: normal;
        height: 77px;
        line-height: 24px;
    }


    .foots {
        padding: 10px 50px !important;
        margin-bottom: 40px !important;
        background: #faf9fc;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px !important;
        border: none !important;
        vertical-align: middle !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 20px !important;
        font-weight: bold;
        color: #000 !important;
        text-align: left;

    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;
        line-height: 24px;
    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .content {
        padding: 0 20px;
    }

    .content .banner {
        margin-top: 80px;

    }

    .content .navlist {
        list-style: none;
        padding: 0;
        margin: 8px 0;
    }

    .content .navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }

    .content .navlist li:first-child:before {
        content: "";
    }

    .content .navlist li:before {
        content: "> ";
        color: #8a9fa6;
    }

    .content h3 {
        margin-top: 15px;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

    .content .download {
        margin: 30px 0;
        padding: 0;
    }

    .content .download li {
        margin: 20px 0;
    }

    .content .download div{
        display: -ms-grid;
        display: grid;
        background-color: #f0f0f0;
        padding: 10px 0px;
        gap: 10px;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        text-align: center;
        color: #000;
        font-size: 14px;
    }



    .content .download span:first-child {
        border-bottom: 1px solid #666;
        padding: 20px 0px;
        font-size: 18px;
    }

    .content .download span {
        padding: 10px 0px;
        margin: 0 40px;
    }


    .foots {
        padding: 20px 0px !important;
        margin: 0 auto 0;

        background: #faf9fc;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px !important;
        border: none !important;
        vertical-align: middle !important;
        width: 50% !important;
    }

    .foots table tr td img {
        width: 100% !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 20px !important;
        font-weight: bold;
        color: #000 !important;
    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;
        line-height: 24px;
    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }
}