@charset "UTF-8";
/*
 *@Name{quality inspection channel css}
 *@Date{2020-07-01 17:22:10}
 *@Author{Lisn}
 *@Version{1.0.0}
 */
.complaint{
  width: 100%;
  min-width: 1200px;
  padding: 20px 0 60px;
}
.complaint .wrapper{
  padding: 30px 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.complaint .comp-form .form-item{
  margin-bottom: 30px;
  font-size: 0;
}
.complaint .comp-form .form-item .item-tag{
  display: inline-block;
  width: 80px;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
}
.complaint .comp-form .form-item .desc-tag,
.complaint .comp-form .form-item .file-tag{
  vertical-align: top;
}

.complaint .comp-form .form-item .item-inp[type="text"]{
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 0 30px 0 12px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  box-sizing: border-box;
}
.complaint .comp-form .form-item .desc-text{
  position: relative;
  display: inline-block;
}
.complaint .comp-form .form-item .desc-text textarea{
  width: 760px;
  height: 100px;
  padding: 12px 30px 12px 12px;
  border:1px solid #d1d1d1;
  font-size: 14px;
  color: #333;
  resize: none;
  outline: 0;
  box-sizing: border-box;
}
.complaint .comp-form .form-item .desc-text .desc-tip{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #999;
}
.complaint .comp-form .form-item .file{
  display: inline-block;
}
.complaint .comp-form .form-item .file .file-tip{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.complaint .comp-form .form-item .file .file-buffer{
  height: 80px;
}
.complaint .comp-form .form-item .file .file-buffer .buffer{
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  cursor: pointer;
}
.complaint .comp-form .form-item .file .pic-icon{
  width: 80px;
  height: 80px;
  background: url("../images/uploadbg.png") no-repeat center #fff;
  background-position: 0 0;
}
.complaint .comp-form .form-item .file input{
  display: none;
}
.complaint .comp-form .form-item .file .img-pre{
  position: relative;
  display: none;
  width: 80px;
  height: 80px;
}
.complaint .comp-form .form-item .file img{
  width: 80px;
  height: 80px;
}
.complaint .comp-form .form-item .file .img-pre .delete-icon{
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/delete-icon.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.complaint .comp-form .form-item .file .pic-icon:hover{
  background-position: 0px -86px;
}
.complaint .comp-form .btn{
  display: block;
  width: 200px;
  height: 42px;
  margin: 0 0 20px 110px;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background-color: #3799ff;
}
.complaint .comp-form .btn:hover{
  background-color: #3289e4;
}
.complaint .comp-form .notice{
  padding-left: 110px;
  font-size: 12px;
  color: #999;
}
.complaint .comp-form .notice span{
  color: #c90001;
}