body{
    background-color: #f7f7f7;
}

.feedback{
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin:30px 0;
}
.feedback .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    color:#fff;
    padding:10px 20px;
    background-color: var(--theme);
}
.feedback .form{
    max-width: 700px;
    padding:15px 0;
}
.feedback .layui-btn{
    background-color: var(--theme_active);
}