.process {
    background: linear-gradient(90deg, #F4E8D0 0%, #FDFAF3 50%, #F4E8D0 100%);
}

.process-item {
    position: relative;
}

.process-top {
    color: #A68B6D;
    text-align: center;
}

.process-buttom {
    text-align: center;
    line-height: 2em;
    color: #5B3009;
    background: #F5DEBE;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    border: 1px solid #5B3009;
}

.productContent-process-item {
    padding: 1em;
    width: 50%;
}

.productContent-p-top {
    flex: 1.5;
    border-right: 1px solid #ddd;
    padding-right: 2em;
}

.productContent-p-buttom {
    flex: 1;
    margin-left: 2em;
}

.productContent-p-buttom-img {
    width: 45%;
}