.header-menu-bar {
  background: #FFF;
  box-shadow: 1px 1px 2px #666;
}

.top {
  height: 350px;
}

.logo .svg {
  -webkit-filter: drop-shadow(0 0 3px #666);
  filter: drop-shadow(0 0 3px #666);
  -moz-transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.logo .svg path, .logo .svg polygon {
  fill: #fff;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s 0.1s;
}
.onscroll .logo .svg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}
.onscroll .logo .svg path, .onscroll .logo .svg polygon {
  fill: #000;
}

.main {
  margin-top: 350px;
  padding: 0 0 10vw;
}

.consult-inner {
  padding: 0 4.75%;
  max-width: 1200px;
  margin: 0 auto;
}
.consult-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.consult-content {
  width: 48%;
  box-sizing: border-box;
}
.consult-subtitle {
  font-size: 0.75rem;
  color: #999;
  padding: 0 10px;
  border: 1px solid #ccc;
  width: fit-content;
  letter-spacing: 0.1rem;
}
.consult-box {
  padding-bottom: 5px;
  width: fit-content;
}
.consult-item {
  padding-top: 15px;
  font-size: 0.875rem;
}
.consult-label .en {
  font-size: 0.75rem;
}
.consult-message {
  padding-top: 10px;
}
.consult input, .consult select, .consult textarea {
  background: transparent;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #000;
  background: #f2f2f2;
  padding: 5px 0px;
  margin-top: 5px;
  font-size: 0.875rem;
}
.consult input::placeholder, .consult select::placeholder, .consult textarea::placeholder {
  color: #666;
}
.consult input::-webkit-input-placeholder, .consult select::-webkit-input-placeholder, .consult textarea::-webkit-input-placeholder {
  color: #666;
}
.consult input:-moz-placeholder, .consult select:-moz-placeholder, .consult textarea:-moz-placeholder {
  color: #666;
}
.consult input:-ms-input-placeholder, .consult select:-ms-input-placeholder, .consult textarea:-ms-input-placeholder {
  color: #666;
}
.consult input.error, .consult select.error, .consult textarea.error {
  color: #fb4040;
}
.consult input.error::placeholder, .consult select.error::placeholder, .consult textarea.error::placeholder {
  color: #fb4040;
}
.consult input.error::-webkit-input-placeholder, .consult select.error::-webkit-input-placeholder, .consult textarea.error::-webkit-input-placeholder {
  color: #fb4040;
}
.consult input.error:-moz-placeholder, .consult select.error:-moz-placeholder, .consult textarea.error:-moz-placeholder {
  color: #fb4040;
}
.consult input.error:-ms-input-placeholder, .consult select.error:-ms-input-placeholder, .consult textarea.error:-ms-input-placeholder {
  color: #fb4040;
}
.consult input {
  padding: 6px 5px;
  width: calc(100% - 10px);
}
.consult textarea {
  height: 200px;
  padding: 5px;
  width: calc(100% - 10px);
}
.consult-code {
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.consult-code input {
  width: -webkit-fill-available;
}
.consult-change {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.consult-change img {
  height: 28px;
  margin: 0 10px;
}
.consult-change a {
  padding: 1px 4px 1px 5px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #999;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.consult-change a:hover {
  color: #000;
  background: #f2f2f2;
}
.consult-button {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.consult-btn {
  margin: 0 30px;
}

@media screen and (max-width: 1100px) {
  .consult-wrap {
    display: block;
  }
  .consult-content {
    width: 100%;
  }
  .consult-content:nth-child(1) {
    padding-bottom: 40px;
  }
  .consult-message {
    padding-top: unset;
  }
  .consult-captcha {
    padding-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .main {
    padding: 5vw 0 10vw;
  }

  .consult-content:nth-child(1) {
    padding-bottom: 30px;
  }
  .consult-item {
    padding-top: 12px;
  }
  .consult-captcha {
    padding-top: 10px;
  }
  .consult-code {
    display: block;
  }
  .consult-change {
    margin-top: 10px;
  }
  .consult-change img {
    margin: 0 10px 0 0;
  }
  .consult-button {
    padding-top: 20px;
  }
  .consult-btn {
    margin: 0 20px;
  }
}
