.inner-width {
  padding: 0 0.3rem;
}
.inner-banner-swiper {
  position: relative;
  margin-top: 1rem;
}
.inner-banner-swiper .banner-image {
  width: 100%;
}
.inner-banner-swiper .inner-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.inner-banner-swiper .inner-banner .swiper-about-text1 {
  font-size: 0.24rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.inner-banner-swiper .inner-banner .swiper-about-text2 {
  width: 0.34rem;
  height: 0.06rem;
  background: #1546a4;
  margin: 0.2rem auto;
  background-color: #fff;
}
.inner-banner-swiper .inner-banner .swiper-about-text3 {
  font-size: 0.36rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  margin: 0.3rem 0.3rem 0;
  border: 1px solid #efefef;
}
#loading p {
  font-size: 0.24rem;
  color: #333;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  z-index: 9999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.mobile-header .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.mobile-header .nav-box .logo {
  width: 2.24rem;
}
.mobile-header .nav-box .logo img {
  width: 100%;
  /* height: 0.58rem; */
  display: block;
}
.mobile-header .nav-box .mobile-right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-header .nav-box .language {
  font-size: 0.38rem;
  margin-right: 0.6rem;
}
.mobile-header .nav-box .menu-btn {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/mobile/images/shared/menu_btn.png);
}
.mobile-header .nav-box .menu-btn.active {
  background-image: url(/static/mobile/images/shared/menu_close.png);
}
.mobile-header .menu-list {
  position: absolute;
  top: 1rem;
  left: 0;
  display: none;
  width: 100%;
  z-index: 99998;
}
.mobile-header .menu-list .item {
  width: 100%;
}
.mobile-header .menu-list .item .item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.2rem;
  padding: 0 0.4rem;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #f9f9f9;
}
.mobile-header .menu-list .item .item-title.active {
  background-color: #f8f8f8;
}
.mobile-header .menu-list .item .item-title.active > .arrow {
  transform: rotate(0deg);
}
.mobile-header .menu-list .item .item-title h2 {
  font-size: 0.3rem;
  color: #333;
}
.mobile-header .menu-list .item .item-title > .arrow {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/static/mobile/images/shared/menu_arrow.png);
  transform: rotate(180deg);
  transition: transform 0.2s;
  opacity: 0.3;
}
.mobile-header .menu-list .item > ul {
  display: none;
  width: 100%;
  border-top: 1px solid #f9f9f9;
}
.mobile-header .menu-list .item > ul > li {
  width: 100%;
}
.mobile-header .menu-list .item > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
  font-size: 0.26rem;
  color: #666;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
footer {
  width: 100%;
  background-color: #333333;
}
footer .my-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.34rem;
}
footer .my-container .footer-left .footer-info p {
  font-size: 0.22rem;
  line-height: 0.44rem;
  color: #999999;
}
footer .my-container .footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .my-container .footer-right .qr-box {
  width: 1.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .my-container .footer-right .qr-box img {
  display: block;
  width: 100%;
}
footer .bottom-p {
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.39rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.15);
}
footer .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .btn-box a {
  display: block;
  width: 2.06rem;
  height: 0.5rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #ffffff;
  background: #f51d30;
  border-radius: 25px;
  line-height: 0.5rem;
  text-align: center;
}
