.main {
  width: 100%;
  background: #00A692;
  border-top: 20px solid #7AC3BA;
}
.main .mainTop {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: black;
  line-height: 35px;
  padding-bottom: 10px;
}
.main .mainBtnBox {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.main .mainBtnBox button {
  width: 170px;
  height: 45px;
  border-radius: 5px;
  border: none;
  background: #00A692;
  color: white;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 10px;
}
.main .mainBtnBox button:hover {
  color: #0061ae;
  border: 1px solid #0061ae;
  background: white;
}
.main .input0 {
  display: block;
  width: 100%;
  height: 35px;
  text-indent: 1em;
  font-size: 14px;
  color: black;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #000;
  line-height: 35px;
}
.main textarea {
  display: block;
  width: 100%;
  height: 120px;
  text-indent: 1em;
  font-size: 14px;
  color: black;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #000;
  line-height: 30px;
  resize: none;
}
.main .input1 {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: black;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 30px;
}
.main .inputFile {
  display: inline-block;
  width: 72px;
  vertical-align: middle;
  margin-top: -3px;
  cursor: pointer;
  border: none;
}
.main .Srcdesc {
  color: red;
}
.main .input2 {
  margin-left: 8px;
  margin-top: 15px;
}
.main select {
  display: block;
  width: 100%;
  height: 35px;
  text-indent: 1em;
  font-size: 14px;
  color: black;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #000;
  line-height: 35px;
}
.main .select1 {
  width: 250px;
  display: inline-block;
}
.main .main_approve_startBox {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px;
  min-height: 600px;
}
.main .main_approve_startBox p {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.main .main_approve_startBox .main_approve_startBox1 {
  text-indent: 2em;
}
.main .main_approve_startBox .main_approve_startBox2 {
  text-align: center;
  font-size: 12px;
}
.main .main_approve_startBox .approve_start01 {
  display: block;
  margin: 0 auto;
  width: 120px;
  margin-top: 100px;
}
.main .main_approve_Box {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px;
  min-height: 600px;
}
.main .main_approve_Box p {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.main .main_approve_Box .fileUp {
  width: 600px;
  padding: 20px 10px;
  border: 1px dotted #999;
  margin-top: 15px;
}
.main .main_approve_Box .fileUp p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  padding-bottom: 10px;
}
