.productIntroduce-wrapper {
    position: relative;
    height: 360px;
    display: flex;
    align-items: center;
}

.productIntroduce-wrapper img {
    position: absolute;
    right: 0;
    width: 609px;
    height: 360px;
}

.productIntroduce-wrapper .tpm-feature__item.tpm-feature__item-writeBg {
    width: 692px;
    padding: 24px 35px 60px 24px;
}

/* .tpm-caseHalf__section-content .section-content-desc .content-desc-title {
    font-size: 24px;
} */

.tpm-caseHalf__section-content .tpm-hasFunction-ul .tpm-hasFunction-ul-li span:not(.el-icon) {
    color: #F2F2F2;
}

.tpm-caseHalf__section-content .section-content-desc .content-desc-text {
    font-size: 14px;
    font-weight: 500;
    color: #F2F2F2;
    line-height: 20px;
}

.tpm-caseHalf__section-content .section-content-desc {
    margin-bottom: 30px;
}

.tpm-section.tpm-section_hot::after {
    box-shadow: none;
}

.tpm-feature__item-desc {
    -webkit-line-clamp: initial;
    overflow: initial;
}


.tpm-section.tpm-section__datacenter {
    padding-bottom: 60px;
}

.tpm-caseHalf__section-content .section-content-desc .content-desc-title {
    font-size: 18px;
}

.tpm-caseHalf__section-content .tpm-btn.tpm-btn--white-hole {
    bottom: 4px;
}

.tpm-caseHalf__section-content .section-content-title {
    margin-bottom: 20px;
}

.tpm-caseHalf__section .content-desc-text {
    margin-bottom: 20px;
    line-height: 20px;
}

.tpm-caseHalf__section-content .section-content-desc .content-desc-text {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tpm-caseHalf__section {
    height: 430px;
}


@media screen and (max-width: 768px) {
    .productIntroduce-wrapper {
        height: auto;
    }
    .productIntroduce-wrapper img  {
        display: none;
    }

    .tpm-caseHalf__section  {
        height: auto;
    }

    .tpm-caseHalf__section-content .section-content-desc  {
        margin-bottom: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .tpm-section.tpm-section__datacenter  {
        padding-bottom: 16px;
    }

    .tpm-caseHalf__section-content .section-content-desc .content-desc-text {
        color: #191919;
    }

    .tpm-caseHalf__section-content  > .content-desc-text  {
        padding: 0 16px;
    }
    
    .productIntroduce-wrapper .tpm-feature__item.tpm-feature__item-writeBg  {
        width: 100%;
        padding: 16px;
    }
}