@import '../normalize.css';
html,
body {
  /* font-family: Noto Sans S Chinese Light; */
  color: #333;
  background: #e6e4dc;
  font-size: 14px;
}
ul,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/** back btn**/
.back-text {
  margin-left: 30px;
  font-size: 16px;
/*  font-family: Helvetica Neue LT Pro;*/
  color: #080808;
  font-weight: bold;
}
@media only screen and (min-width: 980px) {
  span.back-arrow-left {
    cursor: pointer;
    border-left: 2px solid #080808;
    border-bottom: 2px solid #080808;
    height: 8px;
    width: 8px;
    transform: translate(2px, -1px) rotate(45deg);
    -webkit-transform: translate(2px, -1px) rotate(45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -1px) rotate(45deg);
    -ms-transform: translate(2px, -1px) rotate(45deg);
    -o-transform: translate(2px, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 25px;
    height: 2px;
    background: #080808;
    transform: translate(2px, -1px) rotate(-45deg);
    -webkit-transform: translate(2px, -1px) rotate(-45deg);
  }
  .footer {
    font-size: 14px;
    /* margin: 119px 0 20px; */
  }
  .contact-module-item img{
    width: 35%;
  }
}
@media only screen and (max-width: 980px) {
  .back-text {
    margin-left: .3rem;
    font-size: .18rem;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 0.02rem solid #080808;
    border-bottom: 0.02rem solid #080808;
    height: 0.08rem;
    width: 0.08rem;
    transform: translate(0.02rem, -1px) rotate(45deg);
    -webkit-transform: translate(0.02rem, -1px) rotate(45deg);
    border-right: 0.02rem solid transparent;
    border-top: 0.02rem solid transparent;
    display: inline-block;
    -moz-transform: translate(0.02rem, -1px) rotate(45deg);
    -ms-transform: translate(0.02rem, -1px) rotate(45deg);
    -o-transform: translate(0.02rem, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 0.25rem;
    height: 0px;
    background: #080808;
    transform: translate(0px, -1px) rotate(-45deg);
    -webkit-transform: translate(0px, -1px) rotate(-45deg);
  }
  .contact-module-item img{
    width: 100%;
  }
}
#maps {
  width: 100%;
  max-width: 380px;
  height: 200px;
}
@media only screen and (min-width: 980px) {
  .contact-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .contact-module {
    font-size: 14px;
  }
  .contact-module .contact-module-item {
    margin-bottom: 35px;
  }
  .contact-module .contact-module-item .module-item-title {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .contact-module div.contact-module-item:nth-child(3) {
    margin-bottom: 0px;
  }
  .contact-module .contact-module-item .module-item-text {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 18px;
    opacity: 0.7;
  }
  .module-item-text p{
    color: #333;
  }
  .contact-module .interview {
    margin-top: 20px;
  }
  .contact-social {
    margin-top: 30px;
    position: relative;
  }
  .wechat .small-code {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -110px;
    left: .35rem;
    display: none;
  }
  .contact-social a {
    display: block;
    width: 25px;
    height: 25px;
    max-width: 25px;
    height: 25px;
    margin-right: 15px;
    float: left;
  }
}
@media only screen and (max-width: 980px) {
  .contact-title {
    margin-bottom: 0.63rem;
    font-size: 0.32rem;
  }
  .contact-module .contact-module-item {
    margin-bottom: 0.3rem;
  }
  .contact-module .contact-module-item .module-item-title {
    margin-bottom: 0.3rem;
    font-size: 0.31rem;
  }
  .contact-module .contact-module-item .module-item-text {
    margin-bottom: 0.2rem;
    color: #333;
    line-height: 1.5;
  }
  .contact-social {
    margin-top: 0.2rem;
  }
  .contact-social a {
    display: block;
    width: .25rem;
    height: .25rem;
    max-width: 25px;
    height: 25px;
    margin-right: 0.15rem;
    float: left;
  }
}

.QRcode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.514);
  z-index: 999;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.QRcode .box {
  position: relative;
}

.QRcode .closeCode {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
}


