.product-part .con {
    width: 100%;
    /* height: 818px; */
    background: #000;
    margin-top: 30px;
}

.product-part .con .container {
    width: 90%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
}

.part-col {
    width: 100%;
    /* height: 717px; */
    background: #FBFBFD;
    border-radius: 40px;
    margin-right: 0;
}

.part-col .text-area {
    width: 301px;
    margin: 0 auto;
}

.part-col .text-area .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #1D1D1F;
    margin-top: 60px;
    line-height: 48px;
}

.part-col .text-area .text {
    width: 100%;
    font-size: 22px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
    line-height: 48px;
    text-align: justify;
    word-break: break-all;
    text-align: justify;
}

.part-col .img-area {
    width: 247px;
    height: 247px;
    border: 3px solid #BFBFBF;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-raw {
    width: 100%;
    /* height: 717px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    padding: 20px 0;
}

.part-raw .part {
    width: 100%;
    height: 130px;
    background: #FBFBFD;
    border-radius: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

.part-raw .part .text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 110px);
    height: 100%;
}

.part-raw .part .text-area .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #1D1D1F;
    line-height: 28px;
    margin-top: 0px;
}

.part-raw .part .text-area .text {
    width: 100%;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
    line-height: 20px;
    word-break: break-all;
    text-align: justify;
}

.part-raw .part .img-area {
    width: 80px;
    height: 80px;
    border: 3px solid #BFBFBF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-raw .part .img-area img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
