html {
  font-size: calc(100vw / 7.5);
  scroll-behavior: smooth;
  color: #333333;
}

body {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

.site-footer {
  margin-top: auto;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

p {
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a:active, a:hover {
  color: #333333;
  text-decoration: none;
  outline: none;
}

.multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
}

.slow {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  /*transform: translate3d(0, 0, 0);*/
}

.clear-float {
  clear: both;
  overflow: hidden;
}

.scroll-hide {
  overflow: -moz-hidden-unscrollable;
  -ms-overflow-style: none;
}

.scroll-hide::-webkit-scrollbar {
  display: none;
}

.top-line {
  padding-top: 0.4rem /* 40/100 */;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}

.margin-32 {
  margin-left: 0.32rem /* 32/100 */;
  margin-right: 0.32rem /* 32/100 */;
}

.padding-32 {
  padding-left: 0.32rem /* 32/100 */;
  padding-right: 0.32rem /* 32/100 */;
}

.padding-left-32 {
  padding-left: 0.427rem;
}

.site-header {
  width: 100%;
  height: 1.14rem /* 114/100 */;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.site-header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.site-header .header-logo1 {
  display: block;
  width: 0.6rem /* 60/100 */;
  height: 0.76rem /* 76/100 */;
  margin-right: 0.17rem /* 17/100 */;
}

.site-header .header-logo2 {
  display: block;
  width: 1.61rem /* 161/100 */;
  height: 0.61rem /* 61/100 */;
}

.site-header .nav {
  font-size: 0.3rem /* 30/100 */;
  color: #242748;
}

.site-header .nav-main.open {
  top: 0;
  background: #17192e;
  z-index: 16;
}

.site-header .nav-main {
  position: fixed;
  top: -200vh;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 0.8rem;
  display: flex;
}

.site-header .nav-main .wrapper, .site-header .nav-main .items-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-header .nav-main .top {
  width: 100%;
  height: 1.24rem  /* 124/100 */;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.site-header .nav-main .top i {
  display: block;
  width: 0.36rem /* 36/100 */;
  height: 0.36rem /* 36/100 */;
  background: url("/themes/cms/mob/assets/img/nav-close.png");
  background-size: contain;
}

.site-header .nav-main .items-wrapper {
  background: #ffffff;
  border-radius: 0.06rem  /* 6/100 */;
}

.site-header .nav-main .items-wrapper a {
  color: #333333;
  text-decoration: none;
}

.site-header .nav-main .items {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 0.3rem /* 30/100 */;
}

.site-header .nav-main .contact {
  padding-bottom: 0.6rem /* 60/100 */;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.24rem /* 24/100 */;
}

.site-header .nav-main .contact .tel {
  font-size: 0.48rem /* 48/100 */;
  font-weight: 600;
}

.site-header .nav-main .contact-tel {
  display: flex;
  flex-direction: column;
}

.site-header .nav-main .contact .qr {
  display: block;
  width: 1.02rem /* 102/100 */;
  height: 1.02rem /* 102/100 */;
}

.site-header .nav-main .items b {
  font-weight: 600;
}

.site-header .nav-main .items li {
  height: 1rem /* 100/100 */;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6;
}

.site-header .nav-main .items li:last-child {
  border-bottom: none;
}

.site-footer {
  display: flex;
  flex-direction: column;
}

.site-footer .top {
  height: 1.46rem /* 146/100 */;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}

.site-footer .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.site-footer .header-logo1 {
  display: block;
  width: 0.6rem /* 60/100 */;
  height: 0.76rem /* 76/100 */;
  margin-right: 0.17rem /* 17/100 */;
}

.site-footer .header-logo2 {
  display: block;
  width: 1.61rem /* 161/100 */;
  height: 0.61rem /* 61/100 */;
}

.site-footer .wx-fix-on {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 66;
  background-color: rgba(0, 0, 0, 0.8);
}

.site-footer .wx-fix-on.on {
  display: flex;
}

.site-footer .wx-fix-on img {
  width: 60%;
}

.site-footer .top .wx {
  width: 2rem /* 200/100 */;
  height: 0.68rem /* 68/100 */;
  display: block;
  text-align: center;
  line-height: 0.68rem /* 68/100 */;
  font-size: 0.22rem /* 22/100 */;
  color: #ffffff;
  background: #242748;
  border-radius: 0.46rem /* 46/100 */;
}

.site-footer .bottom {
  width: 100%;
  height: 3.3rem /* 330/100 */;
  display: flex;
  flex-direction: column;
  background: #17192e;
}

.site-footer .bottom .tel {
  height: 2rem /* 200/100 */;
  padding-top: 0.46rem /* 46/100 */;
  padding-bottom: 0.38rem /* 38/100 */;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  font-size: 0.24rem /* 24/100 */;
  border-bottom: 1px solid #4b4d59;
  flex-shrink: 0;
}

.site-footer .bottom .tel .text {
  padding-left: 0.48rem;
  font-weight: 700;
  position: relative;
}

.site-footer .bottom .tel .text:before {
  content: '';
  width: 0.307rem;
  height: 0.347rem;
  position: absolute;
  top: 0.067rem;
  left: 0;
  background: url("/themes/cms/mob/assets/img/footer-tel.png");
  background-size: contain;
}

.site-footer .bottom .tel .num {
  font-size: 0.48rem /* 48/100 */;
}

.site-footer .bottom .address {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-size: 0.2rem /* 20/100 */;
}

.site-footer .bottom .address .copy-icp .icp a {
  background-size: 0.16rem  /* 16/100 */ 0.16rem  /* 16/100 */;
}

@media (max-width: 320px) {
  .site-footer .bottom {
    height: 4.4rem;
  }

  .site-footer .bottom .address .copy-icp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.c-title {
  width: 100%;
  padding-bottom: 0.33rem /* 33/100 */;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-title .title {
  padding-top: 0.46rem /* 46/100 */;
  font-size: 0.48rem /* 48/100 */;
}

.c-title .title-sub {
  padding-top: 0.32rem /* 32/100 */;
  font-size: 0.36rem /* 36/100 */;
}

.nav-items {
  margin-right: -0.2rem /* -20/100 */;
  overflow: hidden;
}

.nav-items .item {
  float: left;
  width: 1.56rem /* 156/100 */;
  height: 0.5rem /* 50/100 */;
  margin-bottom: 0.26rem /* 26/100 */;
  margin-right: 0.19rem /* 19/100 */;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem /* 24/100 */;
  color: #1b1d38;
  border: 1px solid #181a30;
  border-radius: 0.26rem /* 26/100 */;
}

.nav-items .item.selected a {
  color: #ffffff;
}

.nav-items .item a {
  color: #1b1d38;
  text-decoration: none;
}

.nav-items .item.selected {
  background: #1b1d38;
  color: #ffffff;
}

@media (max-width: 321px) {
  .nav-items .item {
    width: 2rem /* 200/100 */;
    height: 0.667rem;
    margin-right: 0.34rem /* 34/100 */;
  }
}
<!--ºÄÊ±1756505315.9696Ãë-->