/* 正文 */
.txt_container{
    display: flex;
    justify-content: center;
    margin: 20px auto 40px;
}
.box{
    width: 1180px;
    height: 100%;
    border: 1px solid #c0956c;
}
.box h2{
    height: 48px;
    width: 100%;
    padding-left: 15px;
    background-color: hsl(24, 43%, 70%);
    box-sizing: border-box;
    font-size: 20px;
    color: #111;
    font-weight: normal;
    line-height: 48px;
}


/* 反馈内容 */
.agree_box{
    margin-bottom: 27px;
    box-sizing: border-box;
}
.agree_title{
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}
.agree_title span{
    font-size: 16px;
    color: #888;
    font-weight: normal;
}
.agree_talk{
    width: 100%;
    border-radius: 10px;
    background-color: #f7f2ee;
    height: 120px;
    padding: 19px 22px 17px 20px;
    box-sizing: border-box;
    position: relative;
}
.agree_talk textarea{
    resize: none;
    outline:none;
    height: 100%;
    background-color: #f7f2ee;
    border: none;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 18px
}
.agree_talk>div{
    position: absolute;
    bottom: 17px;
    right: 22px;
    color: #888;
    font-size: 16px
}
.agree_imgs>img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.agree_box_con{
    display: flex;
    justify-content: space-between;
}
.agree_con{
    width: 550px ;
    height: 60px;
    line-height: 60px;
    background-color: #f7f2ee;
	border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 18px;
    box-sizing: border-box;
}

.submit_btn{
    width: 100%;
    justify-content: center;
    display: flex;
}
.agree_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    border-radius: 5px;
    background-color: #8b411c;
    width: 200px;
    height: 60px;
}