.contact-inner {
  padding: 0 3.5rem;
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
}
.contact-title {
  width: 20%;
  margin-left: 4vw;
}
.contact-list {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.contact-list li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 80px;
}
.contact-item {
  position: relative;
  padding: 13px 0 13px 45px;
}
.contact-item a {
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.contact-item a:hover {
  color: #000;
}
.contact-item a.en {
  display: block;
  font-size: 0.75rem;
  margin-top: 8px;
  max-width: 380px;
}
.contact-icon {
  position: absolute;
  top: 7px;
  left: 0;
  padding: 10px 11px;
  background: #ddd;
  color: #111;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
}
.contact-icon img {
  width: 14px;
}
.contact-text {
  font-size: 0.875rem;
}
.contact-map {
  height: 25vw;
  min-height: 350px;
  background: #f6f6f6;
  position: relative;
}
.contact-map.show:before, .contact-map.show:after {
  height: 0;
}
.contact-map:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -moz-transition: height 0.8s ease 0.7s;
  -o-transition: height 0.8s ease 0.7s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition: height 0.8s ease 0.7s;
}
.contact-map:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -moz-transition: height 0.8s ease 0.2s;
  -o-transition: height 0.8s ease 0.2s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: height 0.8s ease 0.2s;
}

.consult-inner {
  padding: 0 3.5rem;
}
.consult-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.consult-content.content1 {
  width: 48%;
}
.consult-content.content1:nth-child(1) .consult-item {
  padding-top: 2px;
}
.consult-content.content2 {
  margin-top: 15px;
}
.consult-subtitle {
  font-size: 0.875rem;
}
.consult-subtitle .en {
  color: #999;
}
.consult-item {
  font-size: 0.875rem;
  margin-top: 15px;
}
.consult-label {
  color: #999;
  letter-spacing: 0.15rem;
}
.consult-msg {
  padding-top: 5px;
}
.consult input, .consult select, .consult textarea {
  background: transparent;
  width: -webkit-fill-available;
  width: -moz-available;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  color: #333;
  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: #f36565;
}
.consult input.error::placeholder, .consult select.error::placeholder, .consult textarea.error::placeholder {
  color: #f36565;
}
.consult input.error::-webkit-input-placeholder, .consult select.error::-webkit-input-placeholder, .consult textarea.error::-webkit-input-placeholder {
  color: #f36565;
}
.consult input.error:-moz-placeholder, .consult select.error:-moz-placeholder, .consult textarea.error:-moz-placeholder {
  color: #f36565;
}
.consult input.error:-ms-input-placeholder, .consult select.error:-ms-input-placeholder, .consult textarea.error:-ms-input-placeholder {
  color: #f36565;
}
.consult input {
  padding: 5px;
}
.consult input[type="date"] {
  padding: 3px 5px 4px;
}
.consult textarea {
  height: 200px;
  padding: 5px;
}
.consult-code {
  display: -ms-flexbox;
  display: flex;
}
.consult-code input {
  width: -webkit-fill-available;
  width: -moz-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 span {
  border: 1px solid #ddd;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 0.75rem;
}
.consult-change a {
  display: block;
  margin-top: 4px;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.consult-change a:hover {
  color: #333;
}
.consult-change a:hover i {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.consult-change i {
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.consult-button {
  display: -ms-flexbox;
  display: flex;
}
.consult-btn:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 1300px) {
  .contact-title {
    margin-left: unset;
  }
  .contact-list li {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-inner {
    padding: 0 2rem;
  }
  .contact-wrap {
    display: block;
  }
  .contact-title {
    width: auto;
  }
  .contact-list {
    width: auto;
  }
  .contact-list li {
    padding-right: 80px;
  }
  .contact-map {
    height: 38vw;
  }

  .consult-inner {
    padding: 0 2rem;
  }
  .consult-wrap {
    display: block;
  }
  .consult-content.content1 {
    width: auto;
  }
  .consult-content.content1:nth-child(1) {
    margin-bottom: 35px;
  }
  .consult-content.content2 {
    margin-top: 35px;
  }
  .consult-msg {
    padding-top: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact-list {
    display: block;
  }
  .contact-list li {
    width: auto;
    padding-right: unset;
  }
  .contact-item a.en {
    max-width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .contact-inner {
    padding: 0 1.5rem;
  }
  .contact-item a .en {
    max-width: unset;
  }
  .contact-map {
    height: 350px;
  }

  .consult-inner {
    padding: 0 1.5rem;
  }
  .consult-code {
    display: block;
  }
  .consult-change {
    margin-top: 10px;
  }
  .consult-change img {
    margin: 0 10px 0 0;
  }
  .consult-btn:last-child {
    margin-left: 15px;
  }
}
