header {
  width: 100%;
  height: 1084px;
  background: url("https://cdn.foxitreader.cn/xsyj/banner.png") no-repeat;
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  position: fixed;
  position: -ms-device-fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .logo {
  position: absolute;
  top: 40px;
  left: 60px;
}
section {
  width: 780px;
  height: 800px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  padding: 1px 70px;
  margin: 140px auto 90px;
  position: relative;
  z-index: 999;
}
section h3 {
  font-size: 34px;
  font-weight: bold;
  color: #212121;
  margin: 54px 0 19px;
  text-align: center;
}
section .section_content__p {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #424242;
}
section .section_content__p i:first-child {
  display: block;
  width: 82px;
  height: 2px;
  background: linear-gradient(-90deg, #999, #FFFFFF);
  margin-right: 13px;
}
section .section_content__p i:last-child {
  display: block;
  width: 82px;
  height: 2px;
  background: linear-gradient(-90deg, #FFFFFF, #999999);
  margin-left: 13px;
}
section b {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  margin: 35px 0 36px;
  display: block;
}
section ul li {
  height: 90px;
}
section ul li label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  display: block;
  margin-bottom: 12px;
}
section ul li label em {
  color: #FF0000;
  margin-right: 2px;
}
section ul li input {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 22px;
  outline: none;
}
section ul li input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
}
section ul li input:focus,
section ul li input.focus {
  border: 1px solid #FF2F2F;
}
section ul li .error,
section ul li .error_empty {
  font-size: 12px;
  font-weight: 400;
  color: #FF2F2F;
  margin-top: 5px;
}
section ul li .ec-input {
  width: 100%;
  height: 100%;
  height: 38px;
  position: relative;
}
section ul li .ec-input .ec-input__value {
  outline: none;
  cursor: pointer;
}
section ul li .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  display: block;
  background: red;
  width: 12px;
  height: 7px;
}
section ul li .ec-input i {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -2px;
  vertical-align: middle;
  background: url("../img/select_close.png");
  width: 12px;
  height: 7px;
}
section ul li .ec-input__open .caret {
  transform: rotate(180deg);
}
section ul li .dropdown-menus {
  position: relative;
  max-height: 200px;
  width: 640px;
  display: none;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  overflow-y: scroll;
  min-height: 42px;
  background: #ffffff;
  z-index: 2;
  margin-top: 2px;
}
section ul li .dropdown-menu {
  width: 640px !important;
  padding: 6px 0;
  margin: 0 !important;
  list-style: none;
  /* overflow-y: scroll; */
}
.element::-webkit-scrollbar,
.dropdown-menus::-webkit-scrollbar,
.dropdown-menu ::-webkit-scrollbar {
  width: 0 !important;
}
.element,
.dropdown-menus,
.dropdown-menu {
  -ms-overflow-style: none;
}
.element,
.dropdown-menus,
.dropdown-menu {
  overflow: -moz-scrollbars-none;
}
section ul li .menu-item {
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  padding-left: 10px;
}

section ul li .menu-item:hover {
  outline: 0;
  color: #888581;
  background: rgba(204, 201, 197, 0.1);
}
section ul li textarea {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  outline: none;
  resize: none;
  padding: 10px 0 0 20px;
}
section ul li textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
}
section .form__submit {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #6F37FE;
  border-radius: 4px;
  display: block;
  margin: 60px auto 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
section .form__submit:hover {
  background: #8C5FFE;
}
section .form__submit:active {
  background: #6F37FE;
}
section a {
  font-size: 12px;
  font-weight: 400;
  color: #6F37FE;
  display: block;
  text-align: center;
}
.footer {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 50px;
  position: relative;
}
.footer a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
