.textarea_wrapper{
    overflow: hidden;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.textarea{
    width: 100%;
    height: 9.2rem;
    padding: 1rem;
    background: #fff;
    border: none;
    font-size: 1.4rem;
}
.pic_wrapper{
    margin:0.7rem;
    overflow: hidden;
}
.uploaded_pic_wrapper{
    position: relative;
    float: left;
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 0.6rem;
}
.uploaded_pic{
    width: 100%;
    height: 100%;
    background: #dadada;
}
.btn_remove_pic{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.3rem;
    font-size: 1.2rem;
}
.btn_upload_pic{
    display: block;
    float: left;
    width: 5.6rem;
    height: 5.6rem;
    border: 1px dashed #dadada;
    text-decoration: none;
}
.btn_upload_pic_text{
    color:#999;
    font-size: 1rem;
    text-align: center;
}
.btn_upload_pic_text:before{
    display: block;
    content: '+';
    margin: 0;
    color: #ff8200;
    font-size: 2rem;
}
.btn_wrapper{
    padding: 0.8rem;
    margin-top: 1rem;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.btn_submit{
    float: right;
    width: 7.4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.1rem;
    text-decoration: none;
}
.appeal_history{
    overflow: hidden;
    margin-top: 1.5rem;
}
.appeal_history_title{
    padding: 0 0 1.3rem 1.3rem;
    font-size: 1.4rem;
    color: #828282;
}
.appeal_history_body{
    overflow: hidden;
    padding:0.8rem;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.appeal_history_body_item{
    overflow: hidden;
    position: relative;
    padding-bottom: 2.4rem;
}
.appeal_history_body_item:before{
    display: block;
    position: absolute;
    top: 5.25rem;
    left: 2.5rem;
    content: '';
    width: 0px;
    height: 90%;
    border-left: 1px solid #e6e6e6;
}
.appeal_history_body_item:last-child:before{
    display: none;
}
.appeal_history_headpic{
    float: left;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
}
.appeal_history_text_wrapper{
    float: left;
    margin: 0.75rem 0 0 0.8rem;
}
.appeal_history_text{
    width: 22.5rem;
    font-size: 1.4rem;
}
.appeal_history_pic_wrapper{
    overflow: hidden;
    margin-top: 0.8rem;
}
.appeal_history_pic_item{
    float: left;
    width: 4.3rem;
    height: 4.3rem;
    margin-left: 0.6rem;
}
.appeal_history_pic_item:first-child{
    margin: 0;
}
.appeal_history_pic{
    width: 100%;
    height: 100%;
}
.appeal_history_date{
    margin-top: 0.6rem;
    color: #929292;
    font-size: 1.1rem;
}