html,
body {
  margin: 0;
  padding: 0;
}
.btn,
button,
.button,
input[type="submit"] {
  background-color: #0092ff !important;
}
.IndexMap {
  background: none !important;
}
.IndexMap .Contact-Form {
  position: relative;
  margin-top: -250px;
  z-index: 99;
  background-color: rgba(9, 29, 62, 0.9);
  color: #fff;
  padding: 40px;
}

.IndexMap .Contact-Form-Title {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
}
.IndexMap .Contact-Form-Title h3 {
  line-height: 30px;
}
.IndexMap .Contact-Form-Title strong {
  font-size: 18px;
}
.IndexMap .Contact-Form-Content {
  display: flex;
  height: 80px;
}

.IndexMap .Contact-Form-Content .form-group {
  display: flex;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  height: 46px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.IndexMap .Contact-Form-Content .form-group label {
  width: 80px;
  font-size: 14px;
  line-height: 46px;
  margin-bottom: 0 !important;
  padding-left: 20px;
  text-align: center;
}
.IndexMap .Contact-Form-Content .form-group span.text-danger {
  display: none;
}
.IndexMap .Contact-Form-Content .form-group small.text-danger {
  position: absolute;
  top: 46px;
  left: 0;
}
.IndexMap .Contact-Form-Content .form-group input {
  flex: 1;
  background: none;
  border: none;
  height: 46px;
  outline: none;
  width: 100%;
}
.IndexMap .Contact-Form-Content .el-form-item:nth-child(1) {
  /* flex: 1; */
  width: 380px;
}
.IndexMap .Contact-Form-Content .el-form-item:nth-child(2) {
  /* flex: 1; */
  width: 420px;
}
.IndexMap .Contact-Form-Content .el-form-item:nth-child(3) {
  /* flex: 1; */
  width: 500px;
}
.IndexMap .Contact-Form-Content .el-form-item:nth-child(4) {
  flex: 1 1 auto;
}
/* .el-form-item__content {
  flex: 1;
  margin-left: unset !important;
}
.el-form-item__label {
  text-align: left !important;
  padding-left: 30px !important;
  line-height: 46px !important;
} */
.IndexMap .Contact-Form-Content .form-group i {
  position: absolute;
  left: 10px;
  top: 12px;
}
.IndexMap .Contact-Form-Content .form-group img {
  position: absolute;
  right: 0;
}
.IndexMap .Contact-Form-Content form dl dt {
  padding-left: 10px;
  line-height: 46px;
  width: 180px;
  font-size: 14px;
}
.IndexMap .Contact-Form-Content form dl dt i {
  font-size: 18px;
  margin-right: 4px;
}
.IndexMap .Contact-Form-Content .form-message {
  width: 100%;
  background-color: #fff;
  color: #67c23a;
  text-align: center;
}
.IndexMap .Contact-Form-Content .form-message p {
  line-height: 80px;
  margin-bottom: 0;
}
.IndexMap .Contact-Form-Content form dl dd {
  width: 100%;
}
.IndexMap .Contact-Form-Content form input {
  width: 100%;
  background: none;
  border: none;
  height: 46px;
  outline: none;
}
.IndexMap .Contact-Form-Content form input:focus {
  background-color: #f7f7f7;
}
.IndexMap .Contact-Form-Content .form-button {
  flex: 1;
  min-width: 80px;
}
.IndexMap .Contact-Form-Content .form-button button {
  width: 100%;
  height: 46px;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: unset;
  outline: none;
}
/* .IndexMap .Contact-Form-Content .form-button button:active {
  background-color: #67c23a;
} */
.el-form-item__label::before {
  display: none;
}
