﻿body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  background: #EEF0F5;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
}

#contact-us-linke-text{
    color: #FFFFFF;
}

body .about-door {
  color: #5781FF;
}

body #container {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 80px;
}

body #container .contactUs-container {
  padding-top: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #container .contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
    height: 500px;
  position: relative;
}

body #container .contact-banner img {
  width: 100%;
  height: 100%;
    object-fit: cover;
}

body #container .contact-banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.645833vw;
  font-weight: bolder;
  color: white;
}

body #container .contact-pallet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 170px 50px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body #container .contact-pallet {
    padding: 80px 15px;
  }
}

body #container .contact-map {
  max-width: 100%;
  min-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  body #container .contact-map {
    min-width: 200px;
    margin-bottom: 30px;
  }
    body #container .contact-banner {
        height: 200px;
    }
}

body #container .contact-map img {
  max-width: 100%;
  height: auto;
}

body #container .contact-content-pallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  min-width: 300px;
  margin: 0 30px;
}

body #container .contact-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

body #container .contact-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 900;
  font-family: PingFang SC;
  margin-bottom: 5px;
}

body #container .contact-text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
  max-width: 546px;
  word-wrap: break-word;
}

body #container .contact-wechat-qrcode {
  border-radius: 3px;
  overflow: hidden;
}

body #container .contact-wechat-qrcode img {
    width: 200px;
    width: 200px;
}
/*# sourceMappingURL=contact.css.map */