@charset "UTF-8";
.page-banner img {
  width: 100%;
  height: 100%;
}

.board-way h2 {
  color: #333;
  font-weight: bold;
}
.board-way .row {
  display: flex;
  align-items: center;
}
.board-way .row span {
  color: #333;
}
.board-way .code-list {
  display: flex;
}
.board-way .code-item {
  text-align: center;
}
.board-way .code-item p {
  color: #999;
}
.board-way #map {
  width: 100%;
}
.board-way #map img {
  width: 100%;
}

.board-message input,
.board-message textarea {
  color: #333;
}
.board-message input::-webkit-input-placeholder {
  color: #ccc; /* WebKit browsers，webkit内核浏览器 */
}
.board-message input:-moz-placeholder {
  color: #ccc; /* Mozilla Firefox 4 to 18 */
}
.board-message input::-moz-placeholder {
  color: #ccc; /* Mozilla Firefox 19+ */
}
.board-message input:-ms-input-placeholder {
  color: #ccc; /* Internet Explorer 10+ */
}
.board-message textarea {
  width: 100%;
}
.board-message textarea::-webkit-input-placeholder {
  color: #ccc; /* WebKit browsers，webkit内核浏览器 */
}
.board-message textarea:-moz-placeholder {
  color: #ccc; /* Mozilla Firefox 4 to 18 */
}
.board-message textarea::-moz-placeholder {
  color: #ccc; /* Mozilla Firefox 19+ */
}
.board-message textarea:-ms-input-placeholder {
  color: #ccc; /* Internet Explorer 10+ */
}
.board-message .top {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.board-message .top .img {
  flex-shrink: 0;
}
.board-message .top .label {
  flex-shrink: 0;
}
.board-message .top .label h3 {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.board-message .top .label p {
  color: #fff;
}
.board-message .message h3 {
  color: #333;
  font-weight: bold;
}
.board-message .message p {
  color: #666;
}
.board-message .form-box {
  display: flex;
  flex-wrap: wrap;
}
.board-message .form-item {
  width: 100%;
  display: flex;
}
.board-message .form-item .label {
  display: flex;
  justify-content: space-between;
  min-width: 3em;
  color: #333;
  text-align: justify;
  font-size: 0.25rem;
}
.board-message .form-item input,
.board-message .form-item textarea {
  flex: 1;
  overflow: hidden;
}
.board-message .form-submit {
  background: #005BAC;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.board-message .form-submit:active {
  opacity: 0.8;
}

@media (min-width: 769px) {
  .page-banner,
.page-banner-track {
    height: 6.5rem;
  }
  .page-board {
    padding: 0.5rem 4.5rem;
  }
  .board-way {
    display: flex;
    justify-content: space-between;
  }
  .board-way h2 {
    margin-bottom: 0.25rem;
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
  .board-way .info {
    margin-bottom: 0.3rem;
  }
  .board-way .row img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
  }
  .board-way .row span {
    font-size: 0.225rem;
    line-height: 0.5rem;
  }
  .board-way .code-item + .code-item {
    margin-left: 0.5rem;
  }
  .board-way .code-item img {
    width: 1.625rem;
    height: 1.625rem;
    margin-bottom: 0.15rem;
  }
  .board-way .code-item p {
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .board-way .right {
    width: 8.75rem;
    height: 100%;
  }
  .board-way #map {
    height: 5.725rem;
  }
  .board-message .top {
    width: 100%;
    height: 2.5rem;
    padding-left: 0.45rem;
    padding-right: 0.5625rem;
    background-image: url("../../img/contact/bg-msg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .board-message .top .img img {
    width: 1.9rem;
    height: 1.9rem;
  }
  .board-message .top .label {
    margin-left: 0.5875rem;
  }
  .board-message .top .label h3 {
    margin-bottom: 0.15rem;
    font-size: 0.375rem;
  }
  .board-message .top .label p {
    font-size: 0.3rem;
    line-height: 0.375rem;
  }
  .board-message .top .message {
    margin-left: 1.1125rem;
  }
  .board-message .top .message h3 {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .board-message .top .message p {
    font-size: 0.175rem;
    line-height: 0.375rem;
  }
  .board-message .form-box {
    padding-top: 0.375rem;
  }
  .board-message .form-item {
    margin-top: 0.375rem;
  }
  .board-message .form-item.field-name, .board-message .form-item.field-phone, .board-message .form-item.field-email {
    margin-right: 1.05rem;
    width: calc((100% - 2.1rem) / 3);
  }
  .board-message .form-item.field-email {
    margin-right: 0;
  }
  .board-message .form-item .label {
    margin-right: 0.375rem;
    padding: 0.175rem 0;
    font-size: 0.275rem;
    line-height: 0.375rem;
  }
  .board-message .form-item input,
.board-message .form-item textarea {
    width: inherit;
    padding: 0.15rem 0.2rem;
    border: 0.0125rem solid #ccc;
    border-radius: 0.1rem;
    font-size: 0.225rem;
    line-height: 0.4375rem;
  }
  .board-message .form-item textarea {
    height: 3.75rem;
  }
  .board-message .form-item.captcha img {
    width: 2rem;
    height: 100%;
    cursor: pointer;
  }
  .board-message .form-item.captcha input {
    flex: unset;
    width: 3.75rem;
    margin-right: 0.25rem;
  }
  .board-message .form-submit {
    min-width: 3.375rem;
    margin-top: 0.625rem;
    margin-left: 1.2rem;
    padding: 0.125rem 0.25rem;
    background: #005BAC;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.35rem;
    line-height: 0.5125rem;
    text-align: center;
    cursor: pointer;
  }
  .board-message .form-submit:active {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .page-banner,
.page-banner-track {
    height: 12.8rem;
  }
  .page-board {
    padding: 1.275rem 1.025rem;
  }
  .board-way {
    padding-bottom: 3.75rem;
  }
  .board-way h2 {
    margin-bottom: 0.7625rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .board-way .info {
    margin-bottom: 0.9rem;
  }
  .board-way .row img {
    width: 1.025rem;
    width: 1.025rem;
    margin-right: 0.5rem;
  }
  .board-way .row span {
    font-size: 0.9rem;
    line-height: 1.925rem;
  }
  .board-way .code-list {
    padding: 0 1.2rem;
    margin-bottom: 1.275rem;
    justify-content: space-between;
  }
  .board-way .code-item img {
    width: 8.325rem;
    height: 8.325rem;
    margin-bottom: 0.7625rem;
  }
  .board-way .code-item p {
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .board-way #map {
    height: 15.3625rem;
  }
  .board-message .top {
    width: 100%;
    height: 7.675rem;
    padding-left: 1.35rem;
    background-image: url("../../img/contact/bg-msg-mb.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .board-message .top .img img {
    width: 5.125rem;
    height: 5.125rem;
  }
  .board-message .top .label {
    margin-left: 1.2125rem;
  }
  .board-message .top .label h3 {
    margin-bottom: 0.5125rem;
    font-size: 1.15rem;
  }
  .board-message .top .label p {
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .board-message .message {
    text-align: center;
    padding-top: 1.35rem;
  }
  .board-message .message h3 {
    margin-bottom: 0.7625rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .board-message .message p {
    font-size: 0.7625rem;
    line-height: 1.5375rem;
  }
  .board-message .form-box {
    padding-top: 1.5375rem;
  }
  .board-message .form-item {
    margin-top: 0.7625rem;
  }
  .board-message .form-item.field-name, .board-message .form-item.field-phone, .board-message .form-item.field-email {
    width: 50%;
  }
  .board-message .form-item .label {
    margin-right: 0.375rem;
    font-size: 0.9rem;
    line-height: 1.925rem;
  }
  .board-message .form-item input,
.board-message .form-item textarea {
    width: inherit;
    padding: 0.4875rem 0.5125rem;
    border: 0.0125rem solid #ccc;
    border-radius: 0.25rem;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .board-message .form-item textarea {
    height: 7.675rem;
  }
  .board-message .form-item.captcha img {
    width: 7rem;
    height: 100%;
  }
  .board-message .form-item.captcha input {
    flex: unset;
    width: 8.325rem;
    margin-right: 0.7625rem;
  }
  .board-message .form-submit {
    min-width: 7.675rem;
    margin: 1.925rem auto 0;
    padding: 0.6375rem 1.25rem;
    border-radius: 0.625rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
}