.aftersales {
    padding: 0px 400px 40px 400px;

}




.aftersales-form {
    padding-top: 40px;
}

.aftersales-form-left {
    float: left;
    width: 444px;
    margin-right: 18px;

}

.aftersales-form-main {
    overflow: hidden;
}

.aftersales-form-right {
    float: left;

}


.aftersales-advice {
    width: 630px;
    height: 134px;
    border: 1px solid rgba(226, 226, 226, 1);
    resize: none;
    padding: 8px 2px;

    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(155, 155, 155, 1);
    line-height: 17px;
}

.aftersales-form-input {
    width: 430px;
    height: 28px;
    border: 1px solid rgba(226, 226, 226, 1);
    margin-bottom: 8px;
    padding-left: 1em;
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(155, 155, 155, 1);
    line-height: 17px;
}



.aftersales-button-div {
    text-align: right;
    margin-top: 20px;
}

.aftersales-button {
    width: 127px;
    height: 36px;
    background: rgba(52, 35, 84, 1);

    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    border: none;
}