.product-part .con {
    width: 100%;
    height: 364px;
    background: #000;
    margin-top: 15px;
}

.product-part .con .container {
    width: 100%;
    height: 100%;
    background: #000;
    /* background-image: url(../../img/products/caiji/iconbg.png); */
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: left top; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-part .con .container .part {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.product-part .con .container .part .img-area {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.product-part .con .container .part .img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-part .con .container .part .text-area {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-part .con .container .part .text-area .title {
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
    margin: 0;
    text-align: left;
    line-height: 20px;
    /* margin-bottom: 20px; */
}

.product-part .con .container .part .text-area .text {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FBFBFD;
}