﻿/**!
 * 在线投诉
 * author: trh;
 * date:2022-07-05
 */

input::placeholder,
textarea::placeholder {
    color: #d6d6d6;
}

/* location */
.ewb-tree-hd {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #0166b6;
}

.ewb-tree-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-local {
    margin-right: 18px;
}

.ewb-local a {
    font-size: 12px;
    color: #fff;
}

/* 主体内容 */
.content {
    min-height: 400px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #f3f3f3;
    padding: 15px 145px 39px 79px;
}

.reply-item {
    padding-top: 30px;
}

.reply-type {
    float: left;
    width: 147px;
    text-align: right;
    color: #5c5c5c;
    line-height: 32px;
    vertical-align: top;
}

.reply-type>.type {
    text-align: right;
    width: 140px;
}

.reply-type>.star {
    color: #ff0b0b;
}

.reply-input {
    margin-left: 5px;
    box-sizing: border-box;
    padding: 0 7px;
    width: 620px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
}

.reply-textarea {
    height: 208px;
    resize: none;
}


.btns {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    width: 60px;
    height: 32px;
    background: #d2d2d2;
    color: #fff;
    line-height: 32px;
}

.btn.submit {
    background: #0166b6;
    margin-left: 16px;
}

/* 上传文件 */
.upload-wrap {
    margin-left: 149px;
    position: relative;
}

.upload-tips {
    position: absolute;
    color: #5C5C5C;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    top: 0;
    left: 100px;
}

.file {
    padding: 0 20px 10px 0;
}

.upload-btn {
    background: #0166b6;
    width: 88px;
    height: 32px;
    color: #fff;
    border: none;
    line-height: 32px;
    border-radius: 0;
}

.webuploader-pick {
    width: 88px;
    color: #fff;
}

/* 点击上传后的列表样式 */

.file-list {
    margin-top: 30px;
}

.file-item {
    display: block;
    width: auto;
    margin: 3px 0 0 0;
    border: none;
    height: auto;
    padding: 0;
}

.file-name {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #5c5c5c;

}

.file-info {
    float: left;
    margin-left: 0;
    height: 24px;
    line-height: 24px;
    color: #5c5c5c;
    position: relative;
}

.file-del {
    color: #ea644a;
    margin-left: 20px;
    line-height: 24px;
}

.file-del.expend {
    margin-left: 244px;
}

.file-size {
    font-size: 14px;
    float: left;
    line-height: 24px;
    color: #5c5c5c;
}

/* 进度条 */
.progress {
    width: 200px;
    height: 6px;
    margin: 0 11px;
    left: 0;
    bottom: 9px;
    right: 0;
    overflow: hidden;
}

.progress-bar {
    height: 6px;
    line-height: 6px;
    font-size: 0;
}

/*下拉 请选择投诉受理部门：*/
.reply-item .chosen-container-single .chosen-single {
    width: 620px;
    height: 32px;
    line-height: 30px;
}

.reply-item .chosen-container-single .chosen-default {
    color: #d6d6d6;
}

.reply-item .chosen-container-single .chosen-single div {
    width: 22px;
}

.reply-item .chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent;
}

.reply-item .chosen-container-single .chosen-single div b {
    background: url(../images/chosen_arrow_down.png) no-repeat left center;
}

.reply-item .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url(../images/chosen_arrow_up.png);
}

.notices{
    color:red;
}