.product-part .con {
    width: 100%;
    height: 618px;
    background: #000;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.product-part .con .container {
    position: relative;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-part .con .container .part {
    width: 90%;
    height: 120px;
    background: #FBFBFD;
    border-radius: 100px;
    padding: 0 20px;
    /* margin-right: 60px; */
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-part .con .container .part img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-part .con .container .part .text-area {
    width: calc(100% - 80px);
}

.product-part .con .container .part .text-area .title {
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #1D1D1F;
    line-height: 20px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
}

.product-part .con .container .part .text-area .text {
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
    line-height: 20px;
}

.center {
    position: absolute;
    top: 120px;
    left: 744px;
}