.banner {
  background-image: url("/images/contact-banner.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 3.0781rem;
}
.contact-nav {
  font-size: 12px;
  width: 6.25rem;
  padding-bottom: .0781rem;
  border-bottom: 1px solid #d2d2d2;
  margin: .2604rem auto;
}
.contact-nav a {
  color: #999;
  display: inline;
}
.contact-nav span {
  color: #999;
}
.contact-body {
  margin-bottom: .7812rem;
}
.contact-body h2 {
  color: #151515;
  font-size: 28px;
  margin: .4688rem auto;
  font-weight: normal;
  text-align: center;
}
.contact-body .contact-way {
  width: 6.25rem;
  margin: 0 auto;
}
.contact-body .contact-way .contact-link {
  width: 2.6042rem;
  position: relative;
}
.contact-body .contact-way .contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #999;
}
.contact-body .contact-way .contact-link ul h3 {
  font-size: 16px;
  color: #151515;
}
.contact-body .contact-way .contact-link ul li {
  font-size: 14px;
  color: #666;
  margin-top: .1042rem;
}
.contact-body .contact-way .content-code {
  width: 3.6458rem;
  position: relative;
}
.contact-body .contact-way .content-code ul {
  width: 3.6458rem;
}
.contact-body .contact-way .content-code ul li {
  text-align: center;
  width: .9792rem;
  display: inline-block;
  margin-left: .1562rem;
  vertical-align: top;
}
.contact-body .contact-way .content-code ul li span {
  width: .9792rem;
  height: .9792rem;
  border: 1px solid #333;
  text-align: center;
  line-height: .9792rem;
  font-size: .3125rem;
  color: #333;
}
.contact-body .contact-way .content-code ul li p {
  margin-top: .0781rem;
  color: #666;
  font-size: 16px;
}
.contact-body .contact-way .content-code .contact-check {
  width: 100%;
  height: 1.5625rem;
  background-color: #fff;
  z-index: 5;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .2083rem;
}
.contact-body .contact-way .content-code .contact-check .backing {
  position: absolute;
  top: 0;
  right: 0;
  width: .1562rem;
  height: .1562rem;
  background-color: #666;
  line-height: .1562rem;
  cursor: pointer;
}
.contact-body .contact-way .content-code .contact-check .backing span {
  font-size: 20px;
  line-height: .1823rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.contact-body .contact-way .content-code .contact-check h3 {
  color: #202020;
  font-size: 30px;
  font-weight: normal;
  margin: 0.1rem 0 0.1rem;
  text-align: center;
}
.contact-body .contact-way .content-code .contact-check b {
  display: block;
  font-size: 18px;
  color: #202020;
}
.contact-body .contact-way .content-code .contact-check p {
  font-size: 14px;
  color: #838383;
  line-height: 1.8;
}
.contact-body .contact-way .content-code .contact-check form label {
  font-size: 20px;
  color: #202020;
  vertical-align: middle;
}
.contact-body .contact-way .content-code .contact-check form input {
  width: 1.4062rem;
  height: .2083rem;
  border: 1px solid #777676;
  vertical-align: middle;
  padding-left: .026rem;
}
.contact-body .contact-way .content-code .contact-check form .submit {
  display: inline-block;
  vertical-align: middle;
  width: .4062rem;
  height: .2083rem;
  font-size: 18px;
  text-align: center;
  line-height: .2083rem;
  color: #fff;
  cursor: pointer;
  background-color: #1b2d76;
  border-radius: .026rem;
}
.message-body h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0.5rem 0 0.2rem;
  text-align: center;
  color: #333;
}
.message-body form {
  width: 3rem;
  margin: 0 auto 0.5rem;
}
.message-body form .me_input {
  margin: 0.2rem 0;
}
.message-body form .me_input label {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.message-body form .me_input input {
  width: 2.5rem;
  height: 0.2rem;
  padding-left: 0.05rem;
  font-size: 14px;
  border-radius: 5px;
  color: #333;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
}
.message-body form .me_input textarea {
  width: 2.55rem;
  height: 0.5rem;
  font-size: 14px;
  border-radius: 5px;
  color: #333;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
}
.message-body form .submit {
  width: 0.7rem;
  height: 0.2rem;
  line-height: 0.2rem;
  margin: 0.1rem auto;
  text-align: center;
  color: #333;
  border: 1px solid #d2d2d2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 14px;
}
.message-body form .submit:hover {
  background-color: #1b2d76;
  color: #fff;
}
