@charset "utf-8";
.feedback{
    padding-top: 120px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #333;
    width: 800px;
    margin: 0 auto;
}
.layui-form-radio *{
    font-size: 16px;
}
.con{
    height: 200px;
}
.tips{
    color: #999;
    padding-top: 6px;
}
.imglist{
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    -ms-justify-content:flex-start;
    -o-justify-content:flex-start;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.imglist li{
    width:100px;
    height: 100px;
    position: relative;
    padding: 10px;
    margin: 0 15px 15px 0;
    border:2px dotted #999;
}
.imglist li:nth-last-child(1){
    border: none;
}
.imglist li img{
    display: block;
    width: 100px;
    height: 100px;
}
.imglist li .close{
    font-size: 16px;
    color: #999;
    font-family: "黑体";
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
}
.imglist li .addImg{
    cursor: pointer;
}