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

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

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

.row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}

.row .part {
    padding: 10px;
    margin-right: 10px;
    background: #FBFBFD;
    border-radius: 12px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.row .part img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    object-fit: contain;
}

.row .part .text-area {
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
}