.product-part {
    margin-bottom: 20px;
}

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

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

.product-part .con .container .part {
    width: 100%;
    height: 140px;
    background: #FFF;
    padding: 15px;
    border-radius: 20px;
    /* margin-right: 60px; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-part .con .container .part .text-area {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 2px solid rgb(156,156,156);
    border-radius: 20px;
}

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

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

.center {
    position: absolute;
    top: 70px;
    left: 589px;
}