.complainBox {
    width: 100%;
    height: 600px;
    padding-top: 100px;
    box-sizing: border-box;
}
.comCenter {
    width: 600px;
    height: 460px;
    margin: 0 auto;
}
.layui-form-label {
    font-size: 18px;
    color: #949494;
}
.layui-input-block {
    margin-left: 110px;
    min-height: 36px;
    height: auto!important;
}
.layui-textarea, .layui-input {
    font-size: 18px;
}
.layui-textarea {
    height: 156px!important;
}
.updateDiv {
    width: 180px;
    height: 50px;
    position: relative;
}
.updateImg {
    width: 200px!important;
    height: 200px!important;
}
.updateImg > img {
    width: 100%;
    height: 100%;
}
.updateDiv > div {
    width: 100%;
    height: 100%;
    border: 1px solid #585858;
    color: #575757;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    box-sizing: border-box;
}
.updateDiv > input {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.layui-form-label {
    float: left;
    display: block;
    padding: 9px 0!important;
    width: 92px!important;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.layui-btn1 {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #378801;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 110px;
}
.kfrx {
    color: #949494;
    font-size: 15px;
    margin: 60px auto;
    text-align: center;
}