.common_banner .other span{
    color: rgba(49, 49, 49, 1);
}

.common_banner .other .font{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.common_banner .other{
    width: 100%;
    padding: 0 19%;
}
.feedback{
    width: 100%;
    padding: 71px 19% 65px 19%;
}
.feedback .item{
    display: flex;
    align-items: center;
    text-align: right;
    margin: 0 0 29px 0;
}

.feedback .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 6px 0 0;
    min-width: 64px;
}
.feedback .item input{
    width: 480px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 0 0 0 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.feedback .item input::placeholder,.feedback .item.message textarea::placeholder{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.feedback .item.message{
    align-items: unset;
}

.feedback .item.message p{
    margin: 17px 6px 0 0;
}
.feedback .item.message textarea{
    width: 480px;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 17px 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.feedback button{
    width: 180px;
    height: 50px;
    background: #0099FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
@media screen and (max-width: 800px) {
    .feedback {
        width: 90%;
        padding: 30px 0;
        margin: auto;
    }
    .feedback .item.message textarea {
        width: 100%;
    }
    .feedback .item{
        width: 100%;
    }
    .feedback .item.message div {
        width: 90%;
    }
}
