.c {
  width: 6.682rem;
  margin: 0 auto;
  overflow-x: hidden;
}

#mobile-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0.4rem 0;
}
#mobile-top .c {
  display: flex;
  justify-content: space-between;
}
#mobile-top .c .logo {
  height: 0.66rem;
}
#mobile-top .c .mobile-views-swicth {
  width: 0.42rem;
  height: 0.42rem;
  position: relative;
}
#mobile-top .c .mobile-views-swicth::before, #mobile-top .c .mobile-views-swicth::after, #mobile-top .c .mobile-views-swicth span {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
#mobile-top .c .mobile-views-swicth::after {
  bottom: 0;
  top: auto;
}
#mobile-top .c .mobile-views-swicth span {
  top: 0.2rem;
}

html, body {
  height: 100%;
}

#mobile-wrapper {
  background-color: #000;
  height: 100%;
}
#mobile-wrapper #menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding-top: 0.4rem;
  width: 0;
  transition-duration: 0.5s;
}
#mobile-wrapper #menu .c .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
#mobile-wrapper #menu .c .top .logo {
  height: 0.66rem;
}
#mobile-wrapper #menu .c .top .switch-close {
  flex-shrink: 0;
  height: 0.32rem;
}
#mobile-wrapper #menu .c .list {
  overflow: hidden;
}
#mobile-wrapper #menu .c .list a {
  display: block;
  font-size: 0.4rem;
  color: #292929;
  margin-top: 0.8rem;
}
#mobile-wrapper #menu .c .list a.f {
  color: #0E57A2;
}
#mobile-wrapper.f #menu {
  width: 100%;
}
@keyframes pulsing {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
#mobile-wrapper #mobile-wrapper-container {
  height: 100%;
  overflow: hidden;
}
#mobile-wrapper #mobile-wrapper-container .swiper-pagination-bullets {
  right: 0.4rem;
  top: auto;
  bottom: 1rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0.28rem auto;
}
#mobile-wrapper #mobile-wrapper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  position: relative;
}
#mobile-wrapper #mobile-wrapper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  border: 1px solid #fff;
  border-radius: 50%;
  left: -0.11rem;
  top: -0.11rem;
  -webkit-animation-duration: 1.5s;
  transform-origin: center center;
  animation-name: pulsing;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide > div {
  flex-shrink: 0;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .mobile-title .t1 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  padding-bottom: 0.4rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .mobile-title .t2 {
  font-size: 0.8rem;
  margin-top: -1rem;
  color: #fff;
  font-weight: bold;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .mobile-title .t2 span {
  color: #6DDBFF;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .mobile-content {
  width: 5.6rem;
  font-size: 0.28rem;
  line-height: 2;
  margin: 1rem auto 1rem 0;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .mobile-content .t1 {
  font-size: 0.52rem;
  color: #fff;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide .btn-wrapper .btn-more {
  display: inline-block;
  width: 2.4rem;
  height: 0.68rem;
  border-radius: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.32rem;
  background: rgba(109, 219, 255, 0.23);
  color: #fff;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, rgba(29, 29, 29, 0.15) 0%, rgba(26, 26, 26, 0.45) 100%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide > * {
  position: relative;
  z-index: 2;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:first-child {
  background-image: url(../img/mobile/5.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:first-child .title-cn {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:first-child .title-cn span {
  color: #6DDBFF;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:first-child .title-en {
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.1rem;
  text-transform: uppercase;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(2) {
  background-image: url(../img/mobile/4.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(2) .c .mobile-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  position: relative;
  width: 5.6rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(2) .c .mobile-title::before {
  content: "";
  position: absolute;
  height: 0.07rem;
  width: 0.88rem;
  background-color: #00B8F5;
  left: 0;
  bottom: -0.04rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(3) {
  background-image: url(../img/mobile/2.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(3) .mobile-title .t1 {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.41);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(3) .mobile-title .t2 {
  margin-top: -0.88rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(3) .mobile-content {
  margin: 0.2rem auto 0.2rem 0;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) {
  background-image: url(../img/mobile/3.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) .mobile-title .t1 {
  font-size: 0.88rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) .mobile-content {
  position: relative;
  font-size: 0.32rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) .mobile-content img {
  height: 1.24rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) .mobile-content .jt {
  width: 0.56rem;
  border-bottom: 1px solid;
  position: absolute;
  right: 0;
  margin-top: -0.2rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(4) .mobile-content .jt::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  border-bottom: 1px solid #fff;
  transform: rotate(30deg);
  right: 0;
  margin-top: -0.05rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) {
  background-image: url(../img/mobile/1.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c {
  width: 7.18rem;
  margin: 0 auto;
  height: 6rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c .mobile-title .t1 {
  font-size: 0.8rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin {
  display: flex;
  margin-top: 2.24rem;
  width: 100%;
  overflow-x: auto;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div {
  position: relative;
  flex-shrink: 0;
  width: 2.36rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div:last-child {
  width: 5rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div::before, #mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div::before {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background-color: #6DDBFF;
  left: 0.36rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div::after {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 0.28rem;
  border: 1px solid #6DDBFF;
  left: 0.26rem;
  margin-top: -0.16rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div > div {
  width: 2.76rem;
  height: 2rem;
  white-space: nowrap;
  font-size: 0.28rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div > div::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6DDBFF;
  width: 100%;
  left: 0;
  top: 50%;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c #mobile-wrapper-bulletin > div:nth-child(2n) > div > div {
  position: absolute;
  bottom: 0;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(5) .c .btn-wrapper {
  margin-top: 1.58rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) {
  background-image: url(../img/mobile/6.jpg);
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .cc .t1 {
  font-size: 0.4rem;
  margin: 1.4rem auto 1rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .cc > div:nth-child(n+2) {
  font-size: 0.26rem;
  margin-bottom: 0.48rem;
  padding-left: 0.4rem;
  background: url(../img/mobile/4.png) left center no-repeat;
  background-size: auto 0.27rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .cc > div:nth-child(3) {
  background-image: url(../img/mobile/7.png);
  background-size: auto 0.27rem;
  background-position: 0.04rem center;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .cc > div:nth-child(4) {
  background-image: url(../img/mobile/5.png);
  background-size: auto 0.23rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .cc > div:nth-child(5) {
  background-image: url(../img/mobile/6.png);
  background-size: auto 0.31rem;
  background-position: 0.04rem center;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .btn-wrapper {
  margin-top: 1.42rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) .placeholder {
  height: 4.26rem;
  display: none;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer {
  border-top: 1px solid #fff;
  height: 4.26rem;
  background-color: #2E2E2E;
  font-size: 0.24rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .logo {
  height: 0.82rem;
  margin-top: 0.4rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .title-about {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.4rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .views {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0.3rem 0;
  margin-bottom: 0.4rem;
  display: flex;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .views a {
  color: #fff;
  margin-right: 0.54rem;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .bottom, #mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6) #mobile-footer .bottom a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6).f .placeholder {
  display: block;
}
#mobile-wrapper #mobile-wrapper-container .swiper-slide:nth-child(6).f #mobile-footer {
  opacity: 1;
}