@charset "UTF-8";
.board-information {
  background: #F8F9FB;
}

.board-message .board-title {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.contact-map #map img {
  width: 100%;
}
.contact-map .right {
  background: #07CF90;
}
.contact-map .tit {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.contact-map .tel {
  display: flex;
  align-items: center;
}
.contact-map .tel img {
  width: 2.4375rem;
  height: 2.4375rem;
}
.contact-map .tel span {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.contact-map .row {
  display: block;
  color: #fff;
}

.msg-title {
  display: flex;
  align-items: center;
}
.msg-title .tit {
  color: #000;
  font-weight: bold;
}
.msg-title .tip {
  color: #666;
}

.msg-form .form-item {
  width: 100%;
}
.msg-form .form-submit {
  background: #E25623;
  color: #fff;
  cursor: pointer;
}
.msg-form .form-submit:active {
  opacity: 0.9;
}
.msg-form input,
.msg-form textarea {
  color: #666;
}
.msg-form input::-webkit-input-placeholder {
  color: #666; /* WebKit browsers，webkit内核浏览器 */
}
.msg-form input:-moz-placeholder {
  color: #666; /* Mozilla Firefox 4 to 18 */
}
.msg-form input::-moz-placeholder {
  color: #666; /* Mozilla Firefox 19+ */
}
.msg-form input:-ms-input-placeholder {
  color: #666; /* Internet Explorer 10+ */
}
.msg-form textarea {
  width: 100%;
}
.msg-form textarea::-webkit-input-placeholder {
  color: #666; /* WebKit browsers，webkit内核浏览器 */
}
.msg-form textarea:-moz-placeholder {
  color: #666; /* Mozilla Firefox 4 to 18 */
}
.msg-form textarea::-moz-placeholder {
  color: #666; /* Mozilla Firefox 19+ */
}
.msg-form textarea:-ms-input-placeholder {
  color: #666; /* Internet Explorer 10+ */
}

@media (min-width: 769px) {
  .page-board {
    padding: 0.25rem 3.5rem 0.75rem;
  }
  .contact-map {
    display: flex;
    height: 6rem;
  }
  .contact-map #map {
    width: 11.5rem;
    height: 100%;
  }
  .contact-map .right {
    flex: 1;
    padding-left: 0.45rem;
    padding-top: 0.375rem;
    overflow: hidden;
  }
  .contact-map .tit {
    margin-bottom: 0.1375rem;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .contact-map .tel {
    margin-bottom: 0.325rem;
  }
  .contact-map .tel img {
    width: 0.475rem;
    height: 0.475rem;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
  }
  .contact-map .tel span {
    font-size: 0.35rem;
  }
  .contact-map .row {
    font-size: 0.225rem;
    line-height: 0.45rem;
  }
  .board-message {
    padding-top: 1rem;
  }
  .msg-title img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .msg-title .tit {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
    line-height: 0.575rem;
  }
  .msg-title .tip {
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .msg-form {
    margin-top: 0.625rem;
  }
  .msg-form .form-item {
    display: flex;
  }
  .msg-form .form-item + .form-item {
    margin-top: 0.375rem;
  }
  .msg-form .form-submit {
    width: 2.325rem;
    height: 0.675rem;
    margin-top: 0.625rem;
    border-radius: 0.3375rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .msg-form input,
.msg-form textarea {
    padding: 0.2125rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
    border: 0.0125rem solid rgba(102, 102, 102, 0.5);
  }
  .msg-form input {
    width: calc(50% - 0.1875rem);
    height: 0.75rem;
  }
  .msg-form input + input {
    margin-left: 0.375rem;
  }
  .msg-form textarea {
    height: 2.2rem;
  }
}
@media (max-width: 768px) {
  .page-board {
    padding: 0.625rem 1rem;
  }
  .board-information {
    padding-bottom: 2rem;
  }
  .contact-map #map {
    height: 11.45rem;
  }
  .contact-map .right {
    padding: 1.025rem;
  }
  .contact-map .tit {
    font-size: 2.3rem;
    line-height: 3.325rem;
  }
  .contact-map .tel {
    margin-bottom: 0.5125rem;
  }
  .contact-map .tel img {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .contact-map .tel span {
    font-size: 1.7875rem;
  }
  .contact-map .row {
    font-size: 1.025rem;
    line-height: 1.925rem;
  }
  .board-message {
    padding-top: 3rem;
  }
  .msg-title img {
    width: 1.925rem;
    height: 1.925rem;
    margin-right: 0.6375rem;
  }
  .msg-title .tit {
    margin-bottom: 0.5125rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .msg-title .tip {
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .msg-form {
    padding-bottom: 1rem;
  }
  .msg-form input {
    height: 2.5625rem;
  }
  .msg-form textarea {
    height: 6.4rem;
  }
  .msg-form input,
.msg-form textarea {
    width: 100%;
    margin-top: 1.025rem;
    padding: 0.6375rem 1.025rem;
    background: #F8F9FB;
  }
  .msg-form .form-submit {
    width: 7.675rem;
    height: 2.5625rem;
    margin-top: 1.9875rem;
    border-radius: 2.5625rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
}