.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper {
    text-align: center;
}

.item-info-innerwrapper .item-info-price {
    color: #FF3B20;
    font-size: 24px;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-top: 6px;
    justify-content: center;
    line-height: 1;
}

.item-info-innerwrapper .item-info-price .price-unit {
    color: #FF3B20;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.item-info-innerwrapper .item-info-price .price-timeUnit {
    color: #293957;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent {
    padding-top: 0px;
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper {
    padding-bottom: 10px;
    border-bottom: none;
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper .item-info .item-info-val {
    height: auto;
    line-height: 20px;
    color: #191919; 
    white-space: normal;
}

.tp-grid__col .product-item-wrapper .item-info-innerwrapper .item-info .item-info-key {
    align-items: inherit;
    line-height: 20px;
    color: #3D485D;
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper .item-info {
    margin: 27px 0;
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper {
    padding-left: 15px;
}
.product-item-wrapper .tpm-hasFunction-ul {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #F2F2F2;
}

.tp-grid__col .product-item-wrapper {
    box-shadow: 2px 3px 12px 0px rgba(13,44,138,0.08);
}

.productOverview-wrapper {
    padding: 32px 24px 60px 24px;
    background: #E8EDF3;
}

.productOverview-wrapper.tpm-doc__item__machineInfo {
    background: url(../../images/hostyun/newcloud_img01.png) bottom right;
    background-size: cover;
}

.productOverview-wrapper.tpm-doc__item__machineDataBase {
    background: url(../../images/hostyun/newcloud_img02.png) bottom right;
    background-size: cover;
}

.productOverview-wrapper.productOverview-wrapper__main {
    padding-right: 540px;
}


.productOverview-wrapper .productOverview-title {
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    color: #191919;
}


.productOverview-wrapper .productOverview-desc {
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 20px;
}

.productOverview-wrapper .tpm-hasFunction-ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
}

.productOverview-wrapper .tpm-hasFunction-ul .tpm-hasFunction-ul-li {
    margin-right: 60px;
    white-space: nowrap;
    margin-bottom: 12px;
}

.productOverview-wrapper .productOverview-bg {
    position: absolute;
    right: 24px;
    bottom: 0;
    border: 8px solid #242527;
    border-radius: 8px  8px  0 0;
    border-bottom: none;
}

.productOverview-wrapper .productOverview-bg img {
    width: 421px;
}

.tpm-doc__item.productOverview-wrapper .tpm-doc__item__content .content-item {
    display: flex;
}

.tpm-doc__item.productOverview-wrapper .content-item-inner {
    padding-top: 4px;
}

.tpm-doc__item__content .content-item .content-item-img  {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.productOverview-bg_normal  {
    position: absolute;
    right: 0px;
    bottom: 0;
    background: url(https://www.henghost.com/act/newUser/img/2022_newUser_img04_02.png) no-repeat center;
    background-size: cover;
    width: 132px;
    height: 132px;
}

.productOverview-wrapper .support-img-bg {
    width: 100%;
    height: 65px;
    background: #FFFFFF;
    margin-bottom: 8px;
}


.tpm-section.tpm-section_hot::after {
    height: calc(100% + 132px + 396px);
}

.tpm-doc__item a.mainColor:hover {
    color: #006eff;
}


@media screen and (max-width: 768px) {   
    .tpm-prod-hero__bg-inner  {
        background-image: url(/images/dedicated/mbanner13@2x.png) !important;
    }

    .productTable-wrapper .el-table .el-table__row .cell {
        white-space: nowrap;
    }

    .tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper {
        display: block;
    }

    .tpm-section.tpm-section__compare .tp-grid__row {
        margin-bottom: -16px;
    }

    .tpm-section.tpm-section__compare .tp-grid__col  {
        margin-bottom: 16px;
    }

    .tp-grid__col .product-item-wrapper.hotProduct::before  {
        top: -4px;
    }

    .productOverview-wrapper.productOverview-wrapper__main {
        padding-right: 24px;
    }

    .productOverview-wrapper .productOverview-bg  {
        position: relative;
        right: 0px;
        margin-top: 24px;
    }

    .productOverview-wrapper .productOverview-bg img  {
        width: 100%;
    }

    .productOverview-wrapper  {
        padding: 16px;
        padding-bottom: 32px;
    }

    .productOverview-wrapper .support-img-bg {
        height: auto;
    }
}

