.pc, .mobile {
  visibility: hidden;
}
nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
nav .logo {
  display: block;
}
nav .logo img {
  width: 146px;
}
nav .nav-tab {
  display: flex;
}

nav .nav-tab a {
  margin-left: 50px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}

.mouse-icon {
  position: fixed;
  z-index: 25;
  width: 40px;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

.mySwiper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mySwiper .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-1 {
  background-image: url("../image/page-1-bg.png");
}

.page-1-content {
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  width: 1200px;
  margin: auto;
  padding-top: 216px;
}

.page-1-content .title {
  font-size: 60px;
  line-height: 84px;
  margin-bottom: 20px;
}

.page-1-content .text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.page-1-content .icon {
  display: block;
  width: 399px;
  margin-top: 80px;
}

.page-1 .adv {
  width: 473px;
  margin-left: 60px;
}


.page-2 {
  background-image: url("../image/page-2-bg.png");
}

.page-2 .content {
  padding-top: 107px;
  width: 1200px;
  margin: auto;
}

.page-2 .content .tabs {
  display: flex;
  color: #FFFFFF;
  font-size: 24px;
}

.page-2 .content .tabs a {
  height: 46px;
  background: rgba(255,255,255,0.2);
  border-radius: 23px;
  width: 100px;
  display: block;
  line-height: 46px;
  margin-right: 30px;
  text-align: center;
}

.page-2 .content .tabs a:hover {
  background: #246BFD;
  font-weight: bold;
}

.page-2 .content .tabs a.active {
  background: #246BFD;
  font-weight: bold;
}

.page-2 .content .tab-item {
  display: flex;
  margin-top: 40px;
  display: none;
}

.page-2 .content .tab-item.animated {
  display: flex;
}

.page-2 .content .tab-item .item {
  width: 363px;
  height: 478px;
  box-sizing: border-box;
  padding-top: 130px;
  text-align: center;
  margin-right: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.page-2 .content .tab-item .item .icon {
  width: 90px;
}
.page-2 .content .tab-item .item h4 {
  color: #FFFFFF;
  font-size: 38px;
  line-height: 53px;
  font-weight: bold;
  margin-top: 89px;
}


.page-2 .content .tab-item .item-7 {
  width: 560px;
  height: 487px;
}

.page-2 .content .tab-item .item-8 {
  width: 560px;
  height: 487px;
}

.page-2 .content .tab-item .item-9 {
  width: 560px;
  height: 487px;
}

.page-2 .content .tab-item .item-10 {
  width: 560px;
  height: 487px;
}

.page-2 .content .tab-item .item-11 {
  width: 560px;
  height: 487px;
}

.page-2 .content .tab-item .item-12 {
  width: 560px;
  height: 487px;
}

.mySwiper-2 {
  width: 100%;
  height: 100%;
}

.mySwiper-2 .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper-2-slide-1 {
  background-image: url("../image/page-3-bg.png");
}

.mySwiper-2 .content-text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.mySwiper-2 .content-text img {
  height: 48px;
}

.mySwiper-2 .content-text p {
  margin-top: 30px;
  max-width: 668px;
  line-height: 36px;
}

.mySwiper-2-slide-2 {
  background-image: url("../image/page-3-bg-2.png");
}

.mySwiper-2-slide-3 {
  background-image: url("../image/page-3-bg-3.png");
}

.mySwiper-2-slide-4 {
  background-image: url("../image/page-3-bg-4.png");
}

.page-3 .swiper-button {
  width: 65px;
  height: 65px;
  background-size: 100%;
  cursor: pointer;
}

.page-3 .swiper-button.swiper-button-prev.swiper-button-disabled {
  background-image: url("../image/Left@2x.png");
  opacity: 1;
}

.page-3 .swiper-button.swiper-button-next.swiper-button-disabled {
  background-image: url("../image/Right@2x.png");
  opacity: 1;
}

.page-3 .swiper-button-prev {
  background-image: url("../image/Left-active@2x.png");
  left: 170px;
}

.page-3 .swiper-button-next {
  background-image: url("../image/Right-active@2x.png");
  right: 170px;
}

.page-3 .swiper-button::after {
  display: none;
}

.page-4 {
  background-image: url("../image/page-4-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-4 .content-text {
  max-width: 668px;
}

.page-4 .content-text h4 {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}

.page-4 .content-text p {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
}


.mySwiper-3 {
  width: 100%;
  height: 100%;
}

.mySwiper-3 .swiper-slide {
  position: relative;
}

.mySwiper-3 .mySwiper-3-slide-1 {
  background: linear-gradient(45deg, #246BFD 0%, #184AB0 100%)
}

.mySwiper-3 .page-content {
  width: 1200px;
  margin: auto;
  padding-top: 151px;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}

.mySwiper-3 .page-content h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 84px;
  display: flex;
  align-items: center;
}

.mySwiper-3 .page-content h3 img {
  width: 80px;
  height: 80px;
  margin-left: 20px;
}

.mySwiper-3 .page-content .text {
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
  margin-top: 34px;
  max-width: 542px;
}

.mySwiper-3 .page-content a img {
  display: block;
  width: 300px;
  margin-top: 80px;
}

.mySwiper-3 .page-content .app-page {
  margin-left: 70px;
  width: 589px;
  align-self: flex-end;
}

.mySwiper-3 .mySwiper-3-slide-2 {
  background: linear-gradient(45deg, #2ABE88 0%, #0B9AB1 100%);
}

.mySwiper-3 .mySwiper-3-slide-3 {
  background: linear-gradient(55deg, #F27105 0%, #D5D74F 51%, #43C07A 100%);
}

.mySwiper-3 .mySwiper-3-slide-4 {
  background: linear-gradient(228deg, #98FFEF 0%, #F0B6FF 46%, #FF8AA6 100%);
}

.page-5 .swiper-button-wrap {
  width: 1200px;
  margin: auto;
  position: absolute;
  bottom: 151px;
  z-index: 18;
  left: 0;
  right: 0;
  display: flex;
}

.page-5 .swiper-button {
  width: 65px;
  height: 65px;
  background-size: 100%;
  cursor: pointer;
}

.page-5 .swiper-button.swiper-button-prev.swiper-button-disabled {
  background-image: url("../image/Left@2x.png");
  opacity: 1;
}

.page-5 .swiper-button.swiper-button-next.swiper-button-disabled {
  background-image: url("../image/Right@2x.png");
  opacity: 1;
}

.page-5 .swiper-button-prev {
  background-image: url("../image/Left-active-2@2x.png");
  position: static;
}

.page-5 .swiper-button-next {
  background-image: url("../image/Right-active-2@2x.png");
  position: static;
  margin-left: 412px;
}

.page-5 .swiper-button::after {
  display: none;
}

.page-5 .addDownload {
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  display: none;
}

.page-5 .addDownload .code {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
}

.page-5 .addDownload .code img {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}

.page-6 {
  background-color: #ffffff;
  display: flex;
}

.page-6 .page-item {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-6 .page-item .page-content .icon {
  width: 100px;
}

.page-6 .page-item .page-content h2 {
  color: #19191B;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin: 30px 0 20px;
}

.page-6 .page-item .page-content p {
  color: #696871;
  font-size: 20px;
  line-height: 34px;
  max-width: 542px;
}

.page-6 .page-item .page-content .btn {
  width: 150px;
  height: 46px;
  background: #246BFD;
  border-radius: 23px;
  margin: 30px auto 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
}

.page-6 .page-item.page-right {
  background-image: url("../image/page-6-bg.png");
  background-size: cover;
  background-position: center;
}

.page-6 .page-item.page-right .page-content h2 {
  color: #ffffff;
}

.page-6 .page-item.page-right .page-content p {
  color: #ffffff;
}

.page-6 .addDownload {
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  display: none;
}

.page-6 .addDownload .code {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
}

.page-6 .addDownload .code img {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}

.page-7 {
  background-image: url("../image/page-1-bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-7 .page-content {
  max-width: 1170px;
  margin: auto;
  color: #FFFFFF;
}

.page-7 .page-content h1 {
  font-size: 40px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 22px;
}

.page-7 .page-content p {
  font-size: 24px;
  line-height: 36px;
}

.page-7 .page-content p:nth-child(2) {
  margin-bottom: 40px;
}

.page-8 {
  background-image: url("../image/page-8-bg.png");
}

.page-8 .page-content {
  width: 1200px;
  margin: auto;
  position: relative;
}

.page-8 .page-content .item {
  position: absolute;
}

.page-8 .page-content .item .content-text {
  background-size: 100% 100%;
  padding: 16px 20px 0;
}

.page-8 .page-content .item.item-1 {
  left: 430px;
  top: 286px;
}

.page-8 .page-content .item.item-1 .content-text {
  background-image: url("../image/page-8-icon-2.png");
  box-sizing: border-box;
  width: 278px;
  height: 98px;
}

.page-8 .page-content .item .content-text .title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.page-8 .page-content .item .content-text .text {
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}

.page-8 .page-content .item .icon {
  width: 16px;
  height: 16px;
  background: #246BFD;
  border: 7px solid #FFFFFF;
  border-radius: 50%;
  margin: auto;
}

.page-8 .page-content .item .time {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}

.page-8 .page-content .item.item-2 {
  left: 145px;
  top: 431px;
}

.page-8 .page-content .item.item-2 .content-text {
  background-image: url("../image/page-8-icon-1.png");
  box-sizing: border-box;
  width: 232px;
  height: 98px;
}

.page-8 .page-content .item.item-3 {
  left: 453px;
  top: 572px;
}

.page-8 .page-content .item.item-3 .content-text {
  background-image: url("../image/page-8-icon-3.png");
  box-sizing: border-box;
  width: 232px;
  height: 112px;
}

.page-8 .page-content .item.item-4 {
  left: 780px;
  top: 470px;
}

.page-8 .page-content .item.item-4 .content-text {
  background-image: url("../image/page-8-icon-3.png");
  box-sizing: border-box;
  width: 232px;
  height: 112px;
}

.page-8 .page-content .item.item-5 {
  left: 929px;
  top: 238px;
}

.page-8 .page-content .item.item-5 .content-text {
  background-image: url("../image/page-8-icon-3.png");
  box-sizing: border-box;
  width: 232px;
  height: 112px;
}

.page-9 {
  background: #246BFD;
}

.page-9 .bg {
  height: 384px;
  background-image: url("../image/page-9-bg.png");
  background-size: cover;
  background-position: center;
}

.page-9 .page-end {
  width: 1200px;
  margin: auto;
  padding-top: 90px;
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
}

.page-9 .page-end .logo {
  width: 146px;
}

.page-9 .page-end .email {
  margin-left: 200px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.page-9 .page-end .email .value {
  color: rgba(255,255,255,0.8);
  margin-top: 30px;
}

.page-9 .page-end .wechat-item.end-item {
  margin-left: auto;
}

.page-9 .page-end .wechat-item {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin-left: 80px;
}

.page-9 .page-end .wechat-item img {
  margin-top: 30px;
  width: 110px;
}

.page-9 .benan {
  position: absolute;
  bottom: 0;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 0 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-9 .benan .msg {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  justify-content: center;
}

.page-9 .benan .msg img {
  width: 20px;
  margin: 0 6px 0 20px;
}

.page-9 .benan .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.pc .swiper-pagination-vertical.swiper-pagination-bullets, .pc .swiper-vertical>.swiper-pagination-bullets {
  right: 50%;
  transform: translate(608px, -50%);
}

.pc .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .pc .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.2);
  margin: 24px auto;
  opacity: 1;
}

.pc .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
}


.nav-bar {
  background-color: #ffffff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.nav-bar .icon {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left center;
  background-image: url("../image/ic-menu.png");
}

.nav-bar .icon.active {
  background-image: url("../image/ic-menu-close@2x.png");
}

.nav-bar .logo-m {
  width: 85px;
}

.nav-bar .menu-list {
  position: fixed;
  height: calc(100% - 44px);
  left: 0;
  right: 0;
  top: 44px;
  border-top: 1px solid #EDEDED;
  z-index: 20;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 44px;
  text-align: center;
  display: none;
}

.nav-bar .menu-list .item {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  height: 72px;
  line-height: 72px;
  text-decoration: underline;
}

.mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.mSwiper {
  flex: 1;
  width: 100%;
}

.m-page-1 {
  background: linear-gradient(45deg, #246BFD 0%, #184AB0 100%);
  display: flex;
  flex-direction: column;
  padding: 89px 0 32px;
  align-items: center;
  color: #ffffff;
  box-sizing: border-box;
}

.m-page-1 h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
}

.m-page-1 p {
  font-size: 10px;
  line-height: 20px;
  margin-top: 10px;
}

.m-page-1 .page-1-icon-1 {
  width: 180px;
  margin-top: 40px;
}

.m-page-1 .page-1-icon-2 {
  width: 270px;
  margin-top: 40px;
}

.m-page-1 .m-mouse-icon {
  width: 28px;
  margin-top: auto;
}

.m-page-2 {
  background-image: url("../image/m-page-2-bg.png");
  background-size: cover;
  background-position: center;
}

.m-page-2 .mSwiper-2 {
  height: 100%;
}

.m-page-2 .swiper-slide {
  padding: 32px 24px 0;
  box-sizing: border-box;
}

.m-page-2 .item {
  padding: 29px 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 24px;
}

.m-page-2 .item .icon {
  width: 40px;
}

.m-page-2 .item p {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-top: 16px;
  font-weight: 600;
}

.m-page-2 .name {
  position: absolute;
  width: 114px;
  left: 0;
  right: 0;
  bottom: 33px;
  margin: auto;
}

.m-page-2 .mSwiper-2-slide-3 .item {
  padding: 70px 0;
}

.mobile .swiper-button {
  width: 32px;
  height: 32px;
  bottom: 34px;
  top: auto;
  background-size: 100%;
  opacity: 1;
}

.mobile .swiper-button::after {
  display: none;
}

.mobile .swiper-button-prev {
  left: 17px;
  background-image: url("../image/Left-active-2@2x.png");
}

.mobile .swiper-button-next {
  right: 17px;
  background-image: url("../image/Right-active-2@2x.png");
}

.mobile .swiper-button-prev.swiper-button-disabled {
  background-image: url("../image/Left@2x.png");
}

.mobile .swiper-button-next.swiper-button-disabled {
  background-image: url("../image/Right@2x.png");
}

.m-page-3 {
  background-image: url("../image/m-page-3-bg.png");
  background-size: cover;
  background-position: center;
}

.mSwiper-3 {
  height: 100%;
}

.mSwiper-3 .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}

.mSwiper-3 .swiper-slide .icon {
  width: 142px;
  margin-bottom: 20px;
}

.mSwiper-3 .swiper-slide p {
  max-width: 222px;
}

.mSwiper-3 .swiper-slide p.line {
  margin-bottom: 20px;
}

.m-page-3 .m-mouse-icon {
  width: 28px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}

.m-page-4 {
  background-image: url("../image/m-page-4-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}


.m-page-4 .m-mouse-icon {
  width: 28px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}

.m-page-4 .content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 14px;
}

.m-page-4 .content p {
  font-size: 14px;
  line-height: 24px;
}


.mSwiper-4 {
  height: 100%;
}

.m-page-5 .mSwiper-4-slide-1 {
  padding-top: 50px;
  box-sizing: border-box;
  background: linear-gradient(45deg, #246BFD 0%, #184AB0 100%);
}

.m-page-5 .swiper-slide {
  text-align: center;
}

.m-page-5 .app-logo {
  width: 60px;
}

.m-page-5 h2 {
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 16px 0 20px;
}

.m-page-5 p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  max-width: 250px;
}

.m-page-5 .btn {
  width: 210px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 37px;
  border: 2px solid #000000;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 28px;
  z-index: 1;
}

.m-page-5 .app-cover {
  position: absolute;
  left: 89px;
  width: 65%;
  bottom: 60px;
}

.m-page-5 .mSwiper-4-slide-2 {
  padding-top: 50px;
  box-sizing: border-box;
  background: linear-gradient(45deg, #2ABE88 0%, #0B9AB1 100%);
}

.m-page-5 .mSwiper-4-slide-3 {
  padding-top: 50px;
  box-sizing: border-box;
  background: linear-gradient(55deg, #F27105 0%, #D5D74F 51%, #43C07A 100%);
}

.m-page-5 .mSwiper-4-slide-4 {
  padding-top: 50px;
  box-sizing: border-box;
  background: linear-gradient(312deg, #98FFEF 0%, #F0B6FF 46%, #FF8AA6 100%);
}

.mobile .addDownload {
  position: fixed;
  z-index: 20;
  background: rgba(0,0,0,0.8);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}

.mobile .addDownload .down-pic {
  width: 160px;
  height: 160px;
}

.mobile .addDownload p {
  margin-top: 20px;
}

.mobile .addDownload .close {
  width: 38px;
  margin-top: 29px;
}

.m-page-6 {
  background-image: url("../image/m-page-6-bg.png");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 110px;
  text-align: center;
}

.m-page-6 .page-logo {
  width: 60px;
}

.m-page-6 h3 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 24px;
}

.m-page-6>p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin: 20px auto 0;
  max-width: 250px;
}

.m-page-6 .btn {
  width: 210px;
  height: 44px;
  background: #246BFD;
  border-radius: 37px;
  margin: 32px auto 0;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.m-page-6 .m-mouse-icon {
  width: 28px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}

.m-page-7 {
  padding-top: 110px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}


.m-page-7 .page-logo {
  width: 60px;
}

.m-page-7 h3 {
  font-weight: 500;
  font-size: 24px;
  color: #19191B;
  line-height: 33px;
  margin: 24px 0 16px;
}

.m-page-7>p {
  color: #696871;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  max-width: 250px;
}

.m-page-7 .btn {
  width: 210px;
  height: 44px;
  background: #246BFD;
  border-radius: 37px;
  margin: 32px auto 0;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.m-page-7 .m-mouse-icon {
  width: 28px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}


.m-page-8 {
  background: #D8D8D8 linear-gradient(45deg, #246BFD 0%, #184AB0 100%);
  box-sizing: border-box;
  padding: 44px 35px 0;
  text-align: center;
  color: #FFFFFF;
}

.m-page-8 h1 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
}

.m-page-8 p {
  font-size: 14px;
  line-height: 32px;
}

.m-page-8 p.line {
  margin-top: 20px;
}

.m-page-8 .m-mouse-icon {
  width: 28px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}

.m-page-9 {
  background-image: url("../image/m-page-8-bg.png");
  background-size: cover;
  background-position: center;
}

.m-page-9 .item {
  position: absolute;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
}

.m-page-9 .item .icon {
  width: 12px;
  height: 12px;
  background: #246BFD;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 10px 0 8px;
}

.m-page-9 .item .content-text {
  background-size: 100% 100%;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
}
.m-page-9 .item .content-text .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.m-page-9 .item .content-text .text {
  color: rgba(255, 255, 255, 0.80);
  font-size: 10px;
  line-height: 14px;
  margin-top: 3px;
}

.m-page-9 .item.item-1 {
  right: 24px;
  top: 4%;
}

.m-page-9 .item.item-1 .content-text {
  width: 160px;
  height: 74px;
  background-image: url("../image/m-page-8-icon-1.png");
}

.m-page-9 .item.item-2 {
  right: 46px;
  top: 20%;
}

.m-page-9 .item.item-2 .content-text {
  width: 202px;
  height: 62px;
  background-image: url("../image/m-page-8-icon-2.png");
}

.m-page-9 .item.item-3 {
  right: 41px;
  top: 34%;
}

.m-page-9 .item.item-3 .content-text {
  width: 218px;
  height: 74px;
  background-image: url("../image/m-page-8-icon-3.png");
}

.m-page-9 .item.item-4 {
  right: 47px;
  top: 50%;
}

.m-page-9 .item.item-4 .content-text {
  width: 198px;
  height: 74px;
  background-image: url("../image/m-page-8-icon-4.png");
}

.m-page-9 .item.item-5 {
  right: 20px;
  top: 67%;
}

.m-page-9 .item.item-5 .content-text {
  width: 198px;
  height: 74px;
  background-image: url("../image/m-page-8-icon-4.png");
}

.m-page-10 {
  background: linear-gradient(45deg, #246BFD 0%, #184AB0 100%);
  padding: 62px 16px 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-page-10 .name {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.m-page-10 .email {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.m-page-10 .name.label {
  margin-top: 24px;
}

.m-page-10 .code-img {
  width: 90px;
}

.page-end {
  margin-top: auto;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);

}

.page-end .text {
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
}

.page-end .icon {
  width: 20px;
  margin: 4px 0;
}

.page-end .end {
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}


.mobile .swiper-pagination-vertical.swiper-pagination-bullets, .mobile .swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
}

.mobile .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .mobile .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.2);
  margin: 10px auto;
  opacity: 1;
}

.mobile .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
