.nav-comp {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.nav-comp div {
  margin-right: 10px;
  text-transform: uppercase;
}

.nav-comp div a {
  color: #666;
}

.nav-comp div img {
  width: 7px;
  height: 13px;
}

.nav-comp div:last-child a {
  color: #BE0022;
}

.centerBox {
  width: fit-content;
  margin: 0 auto;
}

.complaint {
  /* width: 1150px; */
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 30px;
  padding-bottom: 50px;
  margin: 0 auto;
}

/* .complaint span {
  color: #BE0022;
} */

.complaint input {
  margin-top: 15px;
  width: 480px;
  padding-left: 20px;
  height: 45px;
  font-size: 18px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.complaint .inp-flex {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  padding: 50px 0;
}

.complaint .com-pho {
  margin-left: 70px;
}

.complaint textarea {
  margin-top: 15px;
  width: 1053px;
  height: 201px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 18px;
}

.complaint .upload-pho div.uploadbox {
  width: 201px;
  margin-top: 15px;
  line-height: 178px;
  height: 161px;
  /* background: #FFFFFF; */
  text-align: center;
  border: 1px solid #CCCCCC;
  position: relative;
}

.complaint .upload-pho {
  padding: 50px 0;
}

.complaint .upload-pho img {
  max-width: 100%
}

.complaint .upload-file>div:nth-child(2) {
  margin-top: 15px;
  width: 201px;
  line-height: 178px;
  height: 161px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.complaint .upload-file div:nth-child(1),
.complaint .upload-pho div:nth-child(1),
.complaint .com-text div:nth-child(1),
.complaint .inp-flex div:nth-child(1),
.complaint .inp-pho div:nth-child(1) {
  color: #333;
}

.complaint .com-sub {
  width: 200px;
  cursor: pointer;
  height: 46px;
  background: #BE0022;
  border-radius: 23px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  line-height: 46px;
}

.file-upload {
  /* // 设置上传文件的input隐藏 */
  display: none;
  width: 5px;
  height: 5px;
}
