.integrity-wrap {
  position: relative;
  min-height: 60vh;
  width: 1200px;
  margin: 120px auto 100px;
  color: #000000;
  background-color: #ffffff;
}
.integrity-main {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.integrity-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.form-title{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 18px;
}
.form-title-tips {
  font-size: 13px;
  color: #F56C6C;
  font-weight: normal;
}
.form-tip {
  font-size: 13px;
  font-weight: normal;
  color: #A8ABB2;
}
.integrity-wrap .el-textarea {
  height: 220px !important;
}
.integrity-wrap .el-textarea__inner {
  height: 220px !important;
  overflow: auto;
}
.integrity-wrap .submit-btn {
  width: 145px;
}
.el-upload-list__item {
  width: 55%;
}
.upload-btn {
  position: relative;
  cursor: pointer;
}
.upload-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  opacity: 0;
}
.el-upload.el-upload--text {
  display: none;
}
.box-center {
  padding-right: 130px;
  text-align: left;
}

.integrity-intro {
  position: relative;
  min-height: 60vh;
  width: 1200px;
  margin: 120px auto 100px;
  padding: 0 0 100px;
  color: #000000;
  background-color: #ffffff;
}
.integrity-intro-main {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 0;
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* InternetExplorer5.5+ */
  white-space: -moz-pre-wrap; /* Mozilla,since1999 */
  white-space: -pre-wrap; /* Opera4-6 */
  white-space: -o-pre-wrap;
}
.intro-title {
  
  font-size: 20px;
  font-weight: 600;
}
.integrity-link-box {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.integrity-link-a {
  width: 145px;
  height: 40px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #4E9DFB;
  border-radius: 6px;
}
.integrity-link-a:hover {
  background: #66b1ff;
}
