#footer { height: 520px !important; background: #070102; padding: 100px 138px 50px; color: #FFFFFF; }
.footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; }
.footer-top__left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-right: 5%; }
.footer-navs { font-size: 12px; color: #C1C1C1; }
.footer-nav-item { margin-bottom: 18px; word-break: break-all; padding-left: 5px; padding-right: 5px; }
.footer-nav-item:first-child { font-size: 14px; color: #D2D2D2; margin-bottom: 32px; }
.footer-nav-item:hover { color: rgba(255,255,255,0.8); }
.footer-top__right { -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
.footer-top__right__left-group { margin-bottom: 48px; } 
.footer-top__right__left-group:last-child { margin-bottom: 0; }
.footer-top__right .label { font-size: 14px; display: block; margin-bottom: 17px; color: #C1C1C1; }
.footer-tel { font-size: 32px; color: #D3291A; font-weight: 500; display: block; }
.footer-address { font-size: 16px; color: #D2D2D2; display: block; }
.see-map-btn { width: 111px; height: 43px; background: #55514E; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 12px; color: #FFFFFF; }
.footer-top__right__right { padding-left: 125px; }
.footer-qrcode-image { display: block; width: 122px; height: 122px; margin: 0 auto; }
.footer-qrcode-label { display: block; font-size: 14px; color: #C1C1C1; text-align: center; margin-top: 20px; }
.footer-bottom { border-top: 1px solid #222222; padding-top: 34px; margin-top: 60px; font-size: 12px; color: #C1C1C1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.footer-bottom__left { padding-right: 20px; }
.footer-bottom__right { -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer-bottom__right__line { height: 10px; width: 1px; background: #C1C1C1; display: block; margin: 0 5px; }

/* 二维码弹窗 */
.focus-on-us-item { width: 50px; height: 50px; border-radius: 50%; background: #6B6B6B;  display: inline-block; color: #FFFFFF; font-size: 24px; text-align: center; line-height: 50px; cursor: pointer; margin-right: 5px; margin-bottom: 8px; }
.focus-on-us-dialog-wrapper { position: fixed; width: 100%; height: 100%; z-index: 4000; left: 0; top: 0; background: rgba(0,0,0,0.8); display: none; align-items: center; justify-content: center; }
.focus-on-us-dialog-wrapper.show { display: flex !important; }
.focus-on-us-dialog-content { background: #FFFFFF; padding: 40px 100px; position: relative; border-radius: 5px; text-align: center; line-height: 1.6; }
.focus-on-us-close-btn { position: absolute;color: #333333;font-size: 22px !important;z-index: 0; top: 15px; right: 15px; }
.focus-on-us-close-btn:hover { color: #D3291A; }
.focus-on-us-dialog-title { font-size: 18px; color: #333333; }
.focus-on-us-dialog-qrcode-img { width: 300px; margin: 30px auto; display: block; }
.focus-on-us-dialog-qrcode-name { font-size: 15px; font-weight: bold; color: #333333; }



@media screen and (max-width: 1400px) {
  .footer-top__left { padding-right: 5%; }
  .footer-top__right__right { padding-left: 60px; }
  .footer-tel { font-size: 28px; }
  .footer-address { font-size: 15px; }
}

@media screen and (max-width: 1200px) {
  .footer-top__left { padding-right: 20px; }
  .footer-top__right__right { padding-left: 20px; }
  .footer-tel { font-size: 20px; }
  .footer-address { font-size: 14px; }
  .footer-qrcode-image { width: 100px; height: 100px; }
}

@media screen and (max-width: 1060px) {
  #footer { height: 800px !important; }
  .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .footer-top__right { margin-top: 30px; padding-top: 30px; border-top: 1px solid #222222; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .footer-bottom { margin-top: 40px; }
}

@media screen and (max-width: 800px) {
  #footer { height: 570px !important; padding: 30px; }
  .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .footer-top__left { display: block; }
  .footer-navs { margin-bottom: 10px; padding: 0; width: 24%; display: inline-block; }
  .footer-nav-item:first-child { margin-bottom: 0; }
  .footer-nav-item:not(:first-child) { display: none; }
  .footer-top__right { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .footer-top__right .label { margin-bottom: 10px; }
  .footer-top__right__left-group { margin-bottom: 20px; }
  .see-map-btn { margin-top: 30px; }
  .footer-bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; line-height: 1.8; }
  .footer-bottom__left {  }
  /* 二维码弹窗 */
  .focus-on-us-dialog-content { padding: 30px 60px; }
  .focus-on-us-dialog-qrcode-img { width: 80%; }
  .focus-on-us-close-btn { font-size: 16px !important; }
  .focus-on-us-dialog-title { font-size: 16px; }
  .focus-on-us-dialog-qrcode-name { font-size: 13px; }
}