body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
}

.version {
    display: none;
}

.body {
    width: 1280px;
    margin:40px auto 0;
}

.download_title {
    background: url(../images/resBanner.png) no-repeat center;
    background-size: cover;
    padding: 13px 26px;
}

.download_title span {
    font-size: 20px;
    color: #252B3A;
    font-weight: bold;
}

.download-grid {
    display: inline-block;
    width: 288px;
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    padding: 24px;
    margin-bottom: 48px;
    text-decoration: none;
}

.download-grid:hover {
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}

.download_cards .download-grid:not(:first-child) {
    margin-left: 12px;
}

.nodesc-download-grid {
    height: 100%;
}

.download-grid:hover .download-grid-line {
    width: 48px;
    background: #C7000B;
}

.download-grid:hover .download-grid-footer-icon {
    background-image: url(../images/download_hover.svg);
}

.download-grid-introduction {
    font-size: 16px;
    color: #252B3A;
    height: 40px;
    font-weight: bold;
}

.nodesc-download-grid .download-grid-introduction {
    line-height: 40px;
}

.icon-goto {
    float: right;
    width: 15.4px;
    height: 10.6px;
    background: url(../images/icon-goto.svg) no-repeat center;
    background-size: contain;
    margin-top: 15px;
}

.nodesc-download-grid:hover .icon-goto {
    background-image: url(../images/icon-goto_hover.svg);
}

.download-grid-line {
    width: 32px;
    height: 3px;
    background: #ADB0B8;
    margin: 16px 0;
    transition: 0.5s ease;
}

.download-grid-footer {
    display: flex;
    align-items: center;
}

.download-grid-footer-text {
    font-size: 14px;
    color: #575D6C;
    width: 192px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.download-grid-footer-icon {
    width: 18px;
    height: 18px;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}

.download_desc {
    padding: 20px 24px 24px;
}

.download_desc p {
    width: 960px;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin: 0;
}

.download_desc a {
    color: #526ecc;
}

.download_desc a:hover {
    cursor: pointer;
    text-decoration: none;
}

.download_cards {
    display: flex;
    flex-wrap: wrap;
}

.download_cards a:not(:last-child) {
    margin-right: 16px;
}

/* 弹窗 */
.swal-content .msg {
    text-align: left;
}


@media (max-width:768px) {

    .download_desc p {
        width: 100%;
    }

    .download_cards {
        padding: 0 15px;
    }

    .download_cards .download-grid {
        margin: 0;
    }

    .download_cards .download-grid:not(:first-child) {
        margin: 8px 0 0;
    }

    .download_cards .download-grid:last-child {
        margin-bottom: 15px;
    }

    .version-select {
        margin: 8px 0;
        display: none;
    }

    .version {
        padding: 15px 0 12px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        display: block;
    }

    .download_model {
        background-color: #fff;
        margin-bottom: 8px;
    }

    .download_model:last-child {
        margin-bottom: 0;
    }

    .download_title {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 16px;
    }

    .download_title span {
        font-size: 16px;
        font-weight: bold;
    }

    .download_desc {
        padding: 12px 15px;
    }

    .download_desc p {
        font-size: 12px;
        color: #575d6c;
        line-height: 16px;
    }

    .download_desc p+p {
        margin-top: 10px;
    }

    .download-grid {
        width: 100%;
        height: 42px;
        line-height: 42px;
        border: 1px solid #DFE1E6;
        border-radius: 2px;
        box-shadow: none;
        padding: 0 12px;
    }

    .download-grid-introduction {
        font-size: 14px;
    }

    .download-grid-footer-text {
        display: none;
    }

    .download-grid-footer-icon {
        margin-top: -36px;
    }

    .download-grid-line {
        display: none;
    }
}