.download_banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.download_content .product_pannel>.row {
    max-width: 1580px;
    margin: 0 auto;
}

.download_content .product_pannel .col-xxl-3 {
    margin-bottom: 28px;
}

.download_content .product_pannel {
    padding: 40px 15px;
}

.download_content .ch_pannel {
    background-color: #e9e6f2;
}

.download_content .zh_pannel {
    background-color: #d4d1dd;
}

.download_content .en_pannel {
    background-color: #f8f7ff;
    padding-bottom: 65px;
}

.download_content h1.ver_title,
.history_download_content h1.ver_title {
    font-size: 30px;
    font-weight: normal;
    line-height: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}

.download_content .product_icon {
    position: relative;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.download_content .product_icon a {
    display: block;
    max-width: 100%;
}

.download_content .ultimate_box {
    background-color: #002f4c;
}

.download_content .professional_box {
    background-color: #851714;
}

.download_content .home_box {
    background-color: #a5620a;
}

.download_content .mac_box {
    background-color: #6B0103;
}

.download_content .os_icon {
    width: 20px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.download_content .product_info {
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 10px rgba(102, 102, 102, 0.1);
    min-height: 330px;
}

.download_content .product_name {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #282c2f;
    text-align: center;
    margin: 0 auto 15px;
}

.download_content .first_products .product_name,
.download_content .zh_pannel .product_name {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_content .download-official-free .product_name {
    min-height: 32px;
}

.download_content .product_name {
    max-width: 300px;
}

.download_content p.product_version,
.download_content p.product_ene {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #616060;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
}

.download_content p.product_ene {
    margin-bottom: 25px;
    min-height: 58px;
}

.download_content p.product_ene.free_ene {
    margin-bottom: 0;
}

.download_content p.product_ene.vs_ene {
    margin-bottom: 77px;
}

.download_content .download-bttn {
    text-align: center;
    max-width: 80%;
    margin: 10px auto;
}

.download_content .download-bttn a,
.download_content .searchinfo-bttn a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #ffffff;
    text-decoration: none;
}

.download_content .download-bttn a {
    background-color: #07a5d8;
    border-radius: 4px;
}

.download_content .download-bttn a:hover {
    background-color: #2779bb !important;
}

.download_content .searchinfo-bttn {
    text-align: center;
    max-width: 80%;
    margin: 10px auto;
}

.download_content .searchinfo-bttn a {
    background-color: #00bea4;
    border-radius: 4px;
}

.download_content .searchinfo-bttn a:hover {
    background-color: #12ad98;
}

.download_content .other_down {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.download_content .other_down li {
    display: inline-block;
    padding-left: 5px;
}

.download_content .other_down li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #616060;
    text-decoration: none;
}

.download_content .other_down li a img {
    width: 20px;
    height: auto;
    margin-right: 3px;
}

.download_content .other_down li.more a {
    color: #1892ff;
}

.download_content .en_products .product_info {
    border: 1px solid #e8e7f2;
}

.download_content .product_icon a {
    position: relative;
    margin: 0 auto;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_content .product_icon a img.filter_img {
    width: 110px;
    -webkit-filter: drop-shadow(1px 2px 21px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 2px 21px rgba(0, 0, 0, 0.4));
}

.download_content img.update_icon {
    position: absolute;
    top: 20px;
}

.download_content .product_icon .corner {
    position: absolute;
    top: 16px;
    left: -8px;
    display: block;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 4px 16px 6px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.download_content .product_icon .corner.new {
    background-image: linear-gradient(41deg,
            #5bc60d 0%,
            #5bc60d 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
}

.download_content .product_icon .corner.upgrade {
    background-image: linear-gradient(41deg,
            #ff8508 0%,
            #ff8406 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
}

.download_content .product_icon .corner.free {
    background-image: linear-gradient(41deg,
            #01c980 0%,
            #03bc6e 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    top: 50px;
}

.download_content .video_editor_box .corner.free {
    top: 16px;
}

.download_content .product_icon .corner.update {
    background-image: linear-gradient(41deg,
            #ffb300 0%,
            #ffb300 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
}

@media screen and (max-width: 1439px) {
    .download_content .other_down {
        text-align: center;
        max-width: 240px;
        margin: 5px auto 10px;
    }

    .download_content .product_name {
        font-size: 20px;
    }

    .download_content p.product_ene {
        min-height: 78px;
    }

    .download_content p.product_ene.free_ene {
        min-height: 52px;
    }
}

@media screen and (max-width: 1279px) {
    .download_content .product_icon,
    .download_content .product_info {
        max-width: 425px;
        margin: 0 auto;
    }

    .download_content p.product_ene {
        min-height: 52px;
    }

    .download_content .first_products p.product_ene {
        min-height: 52px;
    }

    .download_content p.product_ene.free_ene {
        min-height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .download_content .first_products .product_name,
    .download_content .zh_pannel .product_name,
    .download_content .product_info {
        min-height: 0;
    }

    .download_content h1.ver_title,
    .history_download_content h1.ver_title {
        font-size: 24px;
    }

    .download_content h1.ver_title img {
        width: 40px;
        height: auto;
    }

    .download_content .product_name {
        font-size: 19px;
    }

    .download_content p.product_ene {
        min-height: auto;
        margin-bottom: 25px;
    }

    .download_content p.product_ene.vs_ene {
        margin-bottom: 25px;
    }

    .download_content .first_products p.product_ene {
        min-height: auto;
    }
}


/*history download*/
.history_download_content .row {
    max-width: 1500px;
    margin: 0 auto;
}

.history_download_content .cnProduct {
    background-color: #e9e6f2;
    padding-top: 40px;
}

.history_download_content .zhProduct {
    background-color: #d4d1dd;
    padding-top: 40px;
}

.history_download_content .enProduct {
    background-color: #e9e6f2;
    padding-top: 40px;
}

.history_download_content .row:first-child {
    margin-bottom: 40px;
}

.history_download_content .col-xxl-3 {
    margin-bottom: 90px;
    padding: 20px;
}

.history_download_content .product_box {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 2px #888888;
    text-align: center;
}

.history_download_content .product_icon {
    margin-bottom: 15px;
    margin-top: -50px;
}

.history_download_content .product_icon img {
    width: 100px;
    height: auto;
}

.history_download_content .product_name {
    font-size: 20px;
    font-weight: bold;
    color: #181c1f;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
}

.history_download_content .product_version {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
}

.history_download_content .product_ene {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 30px;
    max-width: 330px;
    padding-left: 10px;
    padding-right: 10px;
}

.history_download_content .download-bttn {
    margin-bottom: -20px;
}

.history_download_content .download-bttn a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #07a5d8;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .history_download_content .product_box {
        max-width: 480px;
        margin: 0 auto 75px;
    }

    .history_download_content .product_ene {
        min-height: 0;
    }
}

@media screen and (max-width: 425px) {
    .history_download_content .product_icon img {
        width: 80px;
        height: 80px;
    }

    .history_download_content .product_icon {
        margin-top: -40px;
    }

    .history_download_content .product_box {
        padding: 0 5px;
    }

    .history_download_content .product_name {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

/*new download style*/
.download_content .ch_pannel {
    background-color: #232425;
}

.download_content .zh_pannel {
    background-color: #2d2d2d;
}

.download_content .en_pannel {
    background-color: #232425;
}

.download_content .product_info {
    box-shadow: none;
}

.download_content h1.ver_title {
    color: #ffffff;
}

.download_content .product_info {
    background-color: #171717;
    color: #ffffff;
}

.download_content .product_name {
    color: #ffffff;
}

.download_content .en_products .product_info {
    border: 0;
}

.download_content p.product_version,
.download_content p.product_ene,
.download_content .other_down li a {
    color: #cccccc;
}

.download_content .other_down li.more a {
    color: #07a5d8;
}

.history_download_content .cnProduct {
    background-color: #232425;
}

.history_download_content .zhProduct {
    background-color: #2d2d2d;
}

.history_download_content .enProduct {
    background-color: #232425;
}

.history_download_content h1.ver_title {
    color: #ffffff;
}

.history_download_content .product_box {
    background-color: transparent;
    border: 2px solid #4e4e4e;
}

.history_download_content .product_name {
    color: #ffffff;
}

.history_download_content .product_version {
    color: #cccccc;
    font-size: 16px;
}

.history_download_content .product_ene {
    color: #cccccc;
    font-size: 16px;
    line-height: 24px;
    min-height: 80px;
    margin-bottom: 16px;
}