body {
    padding-top: 6.25rem;
}

.footerOne::before {
    background: #fff;
}

.fyq .fyq_cen a {
    background: #f6f6f6;
}

.Download {
    width: 100%;
    padding: 1.5rem 0 7.5rem;
}

.Download .Download_title {
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: "Gotham_Medium";
    font-weight: bold;
    text-align: center;
    color: #262629;
}

.Download .Download_menv {
    margin-top: 2rem;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.Download .Download_menv form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.Download .Download_menv form select {
    display: block;
    outline: none;
    width: 23.7%;
    min-width: 17.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 4px;
    margin-right: 1.75rem;
    text-indent: 1em;
    cursor: pointer;
    font-size: 1rem;
    font-family: "Gotham_Rounded";
    color: #666666;
}

.Download .Download_menv form .search {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 23.7%;
    min-width: 17.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 4px;
    margin-right: 1.75rem;
    font-size: 1rem;
    font-family: "Gotham_Rounded";
    color: #666666;
    overflow: hidden;
    background: #fff;
}

.Download .Download_menv form input {
    width: calc(100% - 5.875rem);
    height: 100%;
    background: #fff;
    border: none;
    text-indent: 1em;
}

.Download .Download_menv form input::placeholder {
    font-family: "Gotham_Rounded";
    color: #666666;
    font-size: 1rem;
}

.Download .Download_menv form .search .button {
    width: 5.875rem;
    height: 100%;
    color: #fff;
    background: #00b7ee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Download .Download_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.Download_box {
    width: 18.3%;
    margin-bottom: 1rem;
    margin-right: 2.125%;
}

.Download_box:nth-child(5n) {
    margin-right: 0;
}

.Download_box .Download_prc {
    width: 100%;
    position: relative;
    aspect-ratio: 41/55;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Download_box .Download_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.Download_box .Download_prc .iconfont {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #00b7ee;
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
}

.Download_box:hover .Download_prc .iconfont {
    opacity: 1;
}

.Download_box .DownloadBox_title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #262629;
    padding: 0 1.125rem;
    padding-top: .5rem;
    transition: all 0.3s ease;
}

.Download_box:hover .DownloadBox_title {
    color: #00b7ee;
}

@media (max-width: 1300px) {
    .Download {
        padding: 1.5rem 0 5rem;
    }

    .Download .Download_title {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .Download .Download_menv {
        margin-top: 1.5rem;
        padding: 1rem;
    }

    .Download_box .DownloadBox_title {
        padding: 0 1rem;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-top: 0.5rem;
    }
}

@media (max-width: 999px) {
    .Download .Download_title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .Download .Download_menv {
        margin-top: 1rem;
        padding: 1rem;
    }

    .Download .Download_menv form select {
        margin-right: 1rem;
    }

    .Download .Download_menv form .search {
        margin-right: 0;
    }

    .Download_box .DownloadBox_title {
        padding: 0;
        font-size: 1rem;
    }

    .Download_box:nth-child(n) {
        width: 22%;
        margin-right: 4%;
    }

    .Download_box:nth-child(4n) {
        margin-right: 0%;
    }

    .Download .Download_list {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .Download {
        padding: 1.5rem 0 3rem;
    }

    .Download .Download_menv form select {
        margin-bottom: .5rem;
    }

    .Download .Download_menv form {
        flex-wrap: wrap;
    }

    .Download .Download_menv form .search {
        margin-bottom: .5rem;
    }
}

@media (max-width: 768px) {
    .Download .Download_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .Download_box:nth-child(n) {
        width: 32%;
        margin-right: 2%;
    }

    .Download_box:nth-child(3n) {
        margin-right: 0;
    }

    .Download_box .DownloadBox_title {
        font-size: .875rem;
    }

    .Download {
        padding: 1.5rem 0 2rem;
    }

    .Download .Download_list {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
}

@media (max-width: 650px) {
    .Download .Download_menv form select {
        margin-right: 0;
        width: 100%;
    }

    .Download .Download_menv form .search {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .Download .Download_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .Download_box:nth-child(n) {
        width: 49%;
        margin-right: 0;
    }

}