.evaluation-alert {
    display: none;
    position: fixed;
    left: 50%;
    width: 680px;
    margin-left: -340px;
    border: 6px solid #e7e7e7;
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10002;
}
.evaluation-container {
    padding: 16px 19px 22px;
}
.evaluation-container-list {
    max-height: 425px;
    overflow-y: auto;
}
.evaluation-container-list>li:first-child {
    padding-top: 0;
}
.evaluation-container-list>li {
    padding-top: 7px;
    border-bottom: 1px dashed #e9e9e9;
}
.evaluation-container-list dl {
    float: left;
    margin-top: 31px;
    width: 102px;
}
.evaluation-container-right {
    overflow: hidden;
    padding-left: 15px;
}
.evaluation-alert-btn {
    padding-top: 8px;
}
.evaluation-alert .close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e7e7e7;
    right: -26px;
    top: -6px;
    z-index: 10001;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}
.evaluation-container-list dt img {
    display: block;
    width: 102px;
}
.evaluation-container-list dd {
    font-size: 14px;
    color: #0097fe;
    line-height: 26px;
    font-family: "宋体";
    margin-top: 5px;
    height: 26px;
    overflow: hidden;
}
.evaluation-container-right {
    overflow: hidden;
    padding-left: 15px;
}
.evaluation-textarea {
    height: 86px;
    background: #f9f9f9;
    padding: 8px;
    overflow: hidden;
    margin-top: 7px;
}
.evaluation-list {
    overflow: hidden;
    margin-top: 8px;
    padding-bottom: 8px;
}
.evaluation-title span {
    float: left;
    font-size: 14px;
    color: #333;
    font-family: '宋体';
    line-height: 24px;
}
.evaluation-title>div {
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
}
.evaluation-title>div i.iconfont {
    float: left;
    line-height: 20px;
    font-size: 18px;
    color: #c2c2c2;
    margin-right: 7px;
    cursor: pointer;
}
.evaluation-title>div i.iconfont.active {
    color: #fa8821;
}
.evaluation-textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    border: 0;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    font-family: "宋体";
}
.evaluation-list ul li {
    float: left;
    width: 53px;
    height: 53px;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 6px;
}
.evaluation-list ul li img {
    display: block;
    width: 100%;
    height: 100%;
}
.evaluation-upload {
    float: left;
    height: 53px;
    position: relative;
    overflow: hidden;
}
.evaluation-upload img {
    display: block;
    height: 100%;
}
.evaluation-upload .layui-box {
    position: absolute;
    height: 53px;
    top: 0;
    left: 0;
    opacity: 0;
}
.evaluation-alert-btn span {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 146px;
    background: #0097fe;
    cursor: pointer;
}
.evaluation-container-right {
    overflow: hidden;
    padding-left: 15px;
}
.evaluation-upload .layui-box input {
    height: 53px;
}
.evaluation-upload .layui-box {
    position: absolute;
    height: 53px;
    top: 0;
    left: 0;
    opacity: 0;
}
.evaluation-upload {
    float: left;
    height: 53px;
    position: relative;
    overflow: hidden;
}
.close .iconfont {
    font-size: 10px;
    color: #000;
}