/* 下载软件 */
@media screen and (max-width: 767px) {
    .system_product_img {
        width: 100%;
    }

    .download_mian_title_box {
        font-size: 6rem;
    }

}

@media screen and (min-width: 768px) {
    .system_product_img {
        width: 76rem;
        height: 46.3rem;
    }

    .download_mian_title_box {
        font-size: 4.8rem;
    }
}


.download_system_xcx:hover .xcx_svg {
    display: none !important;
}

/* .download_system_xcx:hover .qr_code {
    display: inline-block !important;
    display: flex !important;
} */

.xcx_svg {
    display: inline-block;
}

/* .qr_code {
    display: none !important;
} */

.download_system_xcx {}

.download_mian {
    width: 100vw;
    background-image: url('../images/download_top_bj.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 7.8rem;
    padding-bottom: 9.8rem;
    box-sizing: border-box;
}

.download_mian_title_box {

    display: flex;
    align-items: center;
    justify-content: center;
}

.download_mian_title1 {
    font-weight: 600;
    color: #8465FF;
}

.download_mian_title2 {
    font-weight: 600;
    color: #1A1A24;
}

.download_mian_system {
    font-size: 2.4rem;
    font-weight: 600;
    color: #7A7980;
    margin-top: 2.9rem;
    text-align: center;
}

.download_system_box {
    margin-top: 6.4rem;
    display: flex;
    justify-content: space-around;
}

.download_system_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.system_item_icon {
    width: 13.8rem;
    height: 13.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0.6rem 1.2rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    border: 1px solid #EEEEEE;
    position: relative;
    cursor: pointer;
}

.system_item_icon img {
    width: 4.8rem;
    height: 4.8rem;
}

.download_software_code {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.6rem;
    height: 2.6rem;
}

.system_item_title {

    font-weight: 600;

    color: #7A7980;
    margin-top: 2.9rem;
}

.download_system_product {
    margin-top: 6.4rem;
    text-align: center;
}



/* 产品展示 */
.download_display {
    background: #FAFCFF;
}

.download_display_content_box {
    padding: 10rem 0;
}

.download_display_content_item {
    overflow: hidden;
    margin-bottom: 7.8rem;
}

.download_display_item_title {

    font-weight: 600;
    font-size: 3.6rem;
    ;
    color: #8465FF;
}

.download_display_item_sub {

    font-weight: 600;
    font-size: 3.6rem;
    ;
    color: #1A1A24;
    margin-top: 1.2rem;
    margin-bottom: 3.8rem;
}

.download_display_item_content {

    font-weight: 500;
    font-size: 2.4rem;
    color: #A4A8AF;
}

.download_display_item_btn {
    /* background: #8465FF; */
    
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease-in;
    background-image: linear-gradient(90deg, #0afdec 0, #8d28fc 100%);
}

@media screen and (max-width: 767px) {
    .download_display_item_img {
        width: 100%;
    }

    .download_display_item_img img {
        width: 100%;
        height: auto;
    }

    .download_display_item_btn {
        margin: 2rem 0;
        /* width: 25rem;
        height: 10rem; */
        /* font-size: 2.4rem; */
        /* border-radius: 2rem; */
        padding: 4rem 16rem;
        border-radius: 18rem;
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .download_display_item_img {
        height: 45rem;
        width: 60rem;
    }

    .download_display_item_img img {
        width: 100%;
        height: 100%;
    }

    .info_left {
        float: left;
    }

    .info_right {
        float: right;
    }

    .info_padding_left {
        padding-left: 10.8rem;
    }

    .info_padding_right {
        padding-right: 10.8rem;
    }

    .download_display_item_btn {
        position: absolute;
        bottom: 0;
        width: 13.8rem;
        padding: 1rem 3rem;
        border-radius: 2.1rem;
        /* font-size: 1.4rem; */
}

    .download_display_item_info {
        width: 84rem;
        height: 45rem;
        position: relative;
        box-sizing: border-box;
        padding-top: 3.3rem;
    }
}

.download_display_item_btn:hover {
    /* background: #5531E8; */
    background-image: linear-gradient(90deg, #8d28fc 0, #0afdec 100%);
}


/* h5 样式 */
.download_mian_app {
    height: calc(100vh - 22.53rem);
    background-image: url('../images/download_app_bj.webp');
    background-size: 100% 100%;
    padding-top: 64.51rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    /* background-color: #8465FF; */
}

.download_mian_app>img {
    width: 40rem;
    height: 40rem;
    border-radius: 6rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    -ms-border-radius: 6rem;
    -o-border-radius: 6rem;
}

.download_app_title {
    color: #333;
    margin-top: 24.58rem;
    font-size: 12.28rem;
    font-weight: bold;
}

.document_app_sub {
    font-weight: 500;
    font-size: 7.16rem;
    color: #7A7980;
    margin-top: 6.14rem;
}

.document_app_tips {
    font-size: 6rem;
    position: absolute;
    right: 6rem;
    top: 4rem;
    color: #7A7980;
}

.download_app_btn {
    margin-top: 32.77rem;
    background: #8465FF;
    border-radius: 6.14rem;
    width: 88rem;
    height: 24.58rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7.16rem;
    font-weight: 500;
    color: #fff;
}

.download_app_btn img {
    width: 12.28rem;
    height: 12.28rem;
    margin-right: 4rem;

}