/*  */
.review-main {
    margin-top: 10px;
}

.review-head {
    display: -webkit-box;
    padding: 0 20px;
}

.review-head-box {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.review-left {
    text-align: left;
    color: #039bda;
    font-weight: bold;
}

.review-right {
    text-align: right;
    font-size: 14px;
    color: #afaeae;
}

/*  */
.review-body { /* width: 100%; */
    padding: 0 10px;
    margin-top: 20px;
    border-bottom: 6px solid #f0f0f0;
}

.review-body:last-child {
    border-bottom: none;
}

.review-box {
    display: -webkit-box;
    margin-bottom: 18px;
    padding: 0 10px;
}

.review-img-box {
    width: calc(100% - 80px);
    display: -webkit-box;
}

.img-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: aquamarine;
}

.img-box img {
    width: 100%;
    height: 100%;
}

.review-text {
}

.review-name {
    color: #039bda;
    font-size: 16px;
    line-height: 36px; /* font-weight: bold; */
}

.review-date {
    color: #afaeae;
    font-size: 14px;
    line-height: 14px;
}

.review-praise-box {
    width: 80px;
    text-align: right;
    color: #afaeae;
    font-size: 14px;
    /*line-height: 50px;*/
    display: flex;
}

.review-praise-box img {
    width: 20px;
    height: 20px;
    margin: -4px 5px;

}

.review-answer {
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
    margin: 10px 0 16px;
}

.review-answer img {
    margin-top: 6px;
    width: 100%;
}

/* 评价 */
.answer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.answer li {
    background-color: #fafafa;
    border-radius: 4px;
    line-height: 28px;
    margin: 10px;
    padding: 6px;
    font-size: 16px;
}

.answer li img {
    width: 100%;
    padding-top: 10px;
}

/* 脚部 */
.footer-main {
    border-top: 2px dashed #d5d5d5;
}

.input-main {
    margin: 20px;
}

.input-box {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 80px;
}

.input-box input {
    border: none;
    height: 78px;
    padding: 0 8px;
    width: calc(100% - 16px);
}

.footer-text {
    line-height: 30px;
    color: #039bda;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
