.deep-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.deep-container .title-image {
    width: 454px;
    height: 70px;
    margin-top: 24px;
    margin-bottom: 4px;
}
.deep-container .title-text {
    width: 160px;
    height: 56px;
    margin-bottom: 4px;
}
.deep-container .desc-text {
    font-weight: 500;
    font-size: 30px;
    color: #233863;
    line-height: 42px;
    margin-bottom: 48px;
}
.deep-container .desc-card-wrap {
    display: flex;
    margin-bottom: 48px;
}
.deep-container .desc-card-wrap .first-card {
    margin-right: 28px;
}
.deep-container .desc-card {
    display: flex;
    width: 510px;
    height: 108px;
    padding: 32px 32px;
    background: linear-gradient( 195deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 11px 0px rgba(193,222,253,0.31);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
}
.deep-container .desc-image {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-top: 5px;
}
.deep-container .desc-card-text {
    font-weight: 500;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
    text-wrap: wrap;
}
.deep-container .desc-card-text .spec-text {
    color: #229AF4;
}
.deep-container .click-btn {
    width: 300px;
    height: 109px;
    cursor: pointer;
    background: url("../images/DeepMarketingBtn.png") no-repeat;
    background-size: cover;
}
.deep-container .click-btn:hover {
    background: url("../images/DeepMarketingBtnHover.png") no-repeat;
    background-size: cover;
}
.deep-container .extra-text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 116px;
}

/*移动端*/
@media screen and (max-width: 768px) {
    .m-deep {
        background-image: url("../images/m-banner-bg-03.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 793px;
        height: auto;
    }
    .m-deep-box {
        position: relative;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m-deep .title-image {
        width: 327px;
        height: 50px;
        margin-bottom: 4px;
    }
    .m-deep .title-text {
        width: 160px;
        height: 56px;
        margin-bottom: 4px;
    }
    .m-deep .desc-text {
        font-weight: 500;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .m-deep .desc-card {
        width: 327px;
        padding: 20px;
        background: linear-gradient( 195deg, #FFFFFF 0%, #FFFFFF 100%);
        box-shadow: 0px 8px 11px 0px rgba(193,222,253,0.31);
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(10px);
        color: #4A4A4A;
        margin-bottom: 40px;
    }
    .desc-card .spec-text {
        color: #229AF4;
    }
    .m-deep .first-card {
        margin-bottom: 24px;
    }
    .m-deep .click-btn {
        width: 220px;
        height: 80px;
        cursor: pointer;
        background: url("../images/DeepMarketingBtn.png") no-repeat;
        background-size: cover;
        margin-bottom: 4px;
    }
    .m-deep .extra-text {
        padding: 0 24px;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 26px;
    }
}