@media screen and (max-width: 778px) {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 16px;
    scroll-behavior: smooth;
  }
  body {
    -webkit-tap-highlight-color: transparent;
  }
  body::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .Computer {
    display: none;
  }
  .Mobile {
    display: block;
    position: relative;
    width: 100%;
  }
  .Mobile .footerNav {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.75rem;
    z-index: 3;
    transition: all 0.5s;
    height: 2.75rem;
    bottom: 0;
    background-color: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
  }
  .Mobile .footerNav a {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Mobile .footerNav a img {
    width: 1.56rem;
    height: 1.56rem;
    margin-bottom: 0.1rem;
  }
  .Mobile .footerNav a p {
    display: inline-block;
    height: 0.875rem;
    line-height: 0.875rem;
    font-size: 0.75rem;
    color: #333333;
  }
  .slideBar {
    background-color: #fff;
    position: fixed;
    transform: translate3d(-14.1rem, 0, 0);
    transition: all 0.5s;
    top: 0;
    left: 0;
    bottom: 0;
    width: 14.1rem;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .slideBar .slideBarBox ul li {
    border-bottom: 0.0625rem solid #f3f3f3;
  }
  .slideBar .slideBarBox ul li a {
    display: flex;
    align-items: center;
    padding: 1rem 1.875rem;
    text-decoration: none;
    color: #333333;
    font-size: 0.95rem;
  }
  .slideBar .slideBarBox ul li a img {
    margin-right: 0.85rem;
    width: 1rem;
    height: 1rem;
  }
  .slideBar .slideBarBox ul li a img:nth-child(1) {
    display: block;
  }
  .slideBar .slideBarBox ul li a img:nth-child(2) {
    display: none;
  }
  .active4 {
    transition: all 0.5s;
    transform: none;
    box-shadow: 0rem 0rem 0.60377rem rgba(0, 0, 0, 0.21130952);
  }
  .homePage {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
  }
  .homePage::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .homePage .header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.75rem;
    z-index: 3;
    transition: all 0.5s;
  }
  .homePage .indexBox::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .homePage .indexBox .mapBox {
    text-decoration: none;
    height: 5rem;
    border: 0.04267rem #dedede solid;
    background: url(../../image/mapBg.jpg) no-repeat center / cover #ffffff !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .homePage .indexBox .mapBox .mapBoxImage {
    width: 7.81rem;
    height: 2rem;
  }
  .homePage .indexBox .mapBox div p {
    color: #666666;
    font-size: 0.75rem;
  }
  .homePage .indexBox .mapBox a {
    display: inline-block;
    border-radius: 0.9rem;
    padding: 0.3rem 2.5rem;
    text-decoration: none;
    background-color: #0746ad;
    color: #ffffff;
  }
  .homePage .indexBox .footer {
    padding: 1rem;
    background-color: #f5f5f5;
  }
  .homePage .indexBox .footer p {
    padding: 0.3rem 0;
    font-size: 0.75rem;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homePage .indexBox .footer p img {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.3rem;
  }
  .homePage .header {
    background-color: #0746ad;
    height: 3.75rem;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .homePage .header .navButtonIcon {
    width: 1.56rem;
    height: 1.56rem;
  }
  .homePage .header .headerLogo {
    height: 3.125rem;
  }
  .homePage .header .close2 {
    display: none;
  }
  .homePage .active3 {
    transform: translateX(14.1rem);
    transition: all 0.5s;
  }
  .homePage .active3 .navButtonIcon {
    display: none;
  }
  .homePage .active3 .close2 {
    display: block;
  }
  .homePage .slide {
    position: fixed;
    right: 1rem;
    bottom: 20%;
    background-color: #0746ad;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
  }
  .gzh {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .gzh .closeItem {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .gzh .code {
    position: absolute;
    top: calc(50% - 7.4rem);
    left: calc(50% - 7.4rem);
    width: 14.875rem;
    height: 14.875rem;
  }
}
