/* 内容 */
.con_b{
    width: 100%;
    min-height: calc(100vh - 175px - 15px - 124px);
    position: relative;
    padding: 30px 0 40px;
    box-sizing: border-box;

}
.zbg_top{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zbg_btm{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.center_conb{
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.ctitle_b{
    background: url(../img/zzz5.png);
    width: 212px;
	height: 60px;
    margin: 0 auto;
    
}
.box{
    width: 1180px;
    height: 100%;
    border: 1px solid #c0956c;
    margin-top: 35px;
}
.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;
}
.box_txt>textarea{
    resize: none;
    outline:none;
    box-sizing: border-box;
    background-color: #f7f2ee;
    border: none;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 19px 22px 17px 20px;
    border-radius: 10px;
    height: 60px;
    overflow-y: auto;
}

.agree_imgs>img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.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;
}