#main a {
  color: #008bdf;
  margin: 0 5px;
}
#main a:hover {
  text-decoration: underline;
}
#main3 .mainForm {
  line-height: 20px;
  padding: 30px 50px;
  min-height: 700px;
}
#main3 .mainForm h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
#main3 .mainForm h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.mainForm .info {
  margin: 30px 0;
  line-height: 30px;
  font-size: 14px;
}
#main3 .mainForm p {
  font-size: 14px;
  line-height: 30px;
}
.mainForm .h4 {
  font-size: 18px;
  line-height: 30px;
  padding-left: 15px;
  margin: 10px 0;
  position: relative;
}
.mainForm .h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #ccc;
}
.contact {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  padding-left: 10px;
  margin: 30px 0;
}
.dark .contact {
  background: unset;
}
.radio-inline input {
  top: 4px;
}
.mainForm .form-group {
  margin-left: 15px;
}
.mainForm .form-control {
  display: block;
  width: 900px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tabsBox {
  border: solid 1px #15825f;
  display: flex;
  border-radius: 4px;
  line-height: 30px;
  float: left;
  width: unset;
}
.tabsBox li.on {
  background: #307b06;
  color: #fff;
}
.tabsBox li {
  text-align: center;
  flex: 1;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
}
.tabsBox li.on a {
  color: #fff;
}
.tabsBox li.on:hover,
.tabsBox li.on a:hover {
  color: yellow;
}
.div-img {
  width: 850px;
  margin: 30px auto;
  text-align: center;
  border-radius: 10PX;
  overflow: hidden;
  display: none;
}
.div-img img {
  width: 100%;
}
