.v-enter-active,
.v-leave-active {
  transition: all 0.5s;
}

.v-leave-to {
  opacity: 0;
}

#app {
  margin: auto;
  min-width: 1200px;
  max-width: 1920px;
  height: auto;
  font-family: Source Han Sans CN;
  caret-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  padding-top: 90px;
}
#app .scroll-view {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -90px;
  left: 0;
}
#app .home-title {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.0470588235);
  box-sizing: border-box;
  z-index: 99999;
}
#app .home-title .title-box {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .home-title a {
  width: 124px;
  height: 40px;
  background-image: url("../assets/logo1.png");
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: -9999px;
}
#app .home-title .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#app .home-title .nav .nav-item {
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: regular;
  cursor: pointer;
}
#app .home-title .nav .nav-item.active {
  color: #2875ff;
  font-weight: medium;
}
#app .home-title .nav .nav-item.active .pill {
  visibility: visible;
}
#app .home-title .nav .nav-item .pill {
  visibility: hidden;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
#app .home-title .nav .nav-item .pill span {
  width: 3px;
  height: 10px;
  border-radius: 1.5px;
  transform: rotate(45deg);
  margin: 2px;
}
#app .home-title .nav .nav-item .pill .green {
  background: #58c3bd;
}
#app .home-title .nav .nav-item .pill .blue {
  background: #2875ff;
}
#app .home-content {
  width: 100%;
  height: 630px;
  background-image: url("../assets/banner1.png");
  background-position-y: -50px;
  background-position-x: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#app .home-content .con-box {
  width: 1200px;
  height: 100%;
  margin: auto;
  position: relative;
}
#app .home-content .banner-bottom {
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 1200px;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .home-content .banner-bottom .bottom-card {
  width: 380px;
  height: 140px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0470588235);
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .home-content .banner-bottom .bottom-card img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
#app .home-content .banner-bottom .bottom-card .card-right {
  width: 150px;
  color: #4c6067;
  font-weight: regular;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#app .home-content .banner-bottom .bottom-card .card-right .num {
  color: #082a36;
  font-family: DIN;
  font-weight: medium;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 5px;
}
#app .home-content2 {
  position: relative;
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
}
#app .home-content2 .con2-box {
  width: 1200px;
  height: 500px;
  margin: auto;
  position: relative;
  background-image: url("../assets/banner2bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#app .home-content2 .content-title {
  width: 100%;
  margin-top: 150px;
  color: #082a36;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
}
#app .home-content2 .card {
  position: absolute;
  width: 380px;
  height: auto;
}
#app .home-content2 .card.left-card {
  text-align: right;
}
#app .home-content2 .card.right-card {
  text-align: left;
}
#app .home-content2 .card.left-top {
  left: 0px;
  top: 89px;
}
#app .home-content2 .card.left-bottom {
  left: 0px;
  top: 370px;
}
#app .home-content2 .card.right-top {
  right: 0px;
  top: 89px;
}
#app .home-content2 .card.right-bottom {
  right: 0px;
  top: 370px;
}
#app .home-content2 .card .card-title {
  color: #082a36;
  font-weight: medium;
  font-size: 24px;
}
#app .home-content2 .card .line {
  width: 42px;
  height: 4px;
  background: #2875ff;
  margin: 10px 0px;
  display: inline-block;
}
#app .home-content2 .card .card-text {
  color: #4f5a5e;
  font-weight: regular;
  font-size: 17px;
  line-height: 25px;
}
#app .home-content3 {
  width: 100%;
  height: 650px;
  background-image: url("../assets/con3bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
#app .home-content3 .con3-box {
  width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 100px;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
#app .home-content3 .content3-left {
  width: 600px;
  height: 100%;
}
#app .home-content3 .content3-left h5 {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
}
#app .home-content3 .content3-left p {
  opacity: 0.8700000048;
  color: #1d2130;
  font-weight: regular;
  font-size: 16px;
  margin-top: 30px;
}
#app .home-content3 .content3-right {
  width: 750px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#app .home-content3 .content3-right .con3-card {
  width: 310px;
  height: 100px;
  border-radius: 24px;
  background: #ffffff;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
}
#app .home-content3 .content3-right .con3-card img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
#app .home-content4 {
  position: relative;
  width: 100%;
  height: 1200px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#app .home-content4 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 120px;
}
#app .home-content4 .con4-box {
  margin-top: 60px;
  width: 1200px;
  height: 830px;
  border-radius: 24px;
  border: 1px solid #d3e0ff;
  overflow: hidden;
}
#app .home-content4 .con4-box .con4-tab {
  width: 100%;
  height: 200px;
  display: flex;
}
#app .home-content4 .con4-box .con4-tab .tab-item {
  cursor: pointer;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: #f2f7fc;
}
#app .home-content4 .con4-box .con4-tab .tab-item.active {
  background: #2875ff;
}
#app .home-content4 .con4-box .con4-tab .tab-item.active h3 {
  color: #fff;
}
#app .home-content4 .con4-box .con4-tab .tab-item.active p {
  color: #fff;
}
#app .home-content4 .con4-box .con4-tab .tab-item h3 {
  color: #082a36;
  font-weight: medium;
  font-size: 24px;
}
#app .home-content4 .con4-box .con4-tab .tab-item p {
  color: #4f5a5e;
  font-weight: regular;
  font-size: 17px;
  margin-top: 20px;
}
#app .home-content4 .con4-box .con4-tab-box {
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .home-content4 .con4-box .con4-footer {
  width: 100%;
  height: 60px;
  background: #f2f7fc;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  opacity: 0.8700000048;
  color: #1d2130;
  font-weight: regular;
  font-size: 17px;
}
#app .home-content5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 740px;
}
#app .home-content5 .con5-bg0 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(-98.07deg, #eff1fd 0%, #9bb1ff 0%, #d3fffc 100%);
  z-index: -1;
}
#app .home-content5 .con5-bg1 {
  position: absolute;
  left: 180px;
  top: 470px;
  width: 272px;
  height: 272px;
  background: linear-gradient(180deg, #58c3a9 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
#app .home-content5 .con5-bg2 {
  position: absolute;
  left: 1430px;
  top: 100px;
  width: 232px;
  height: 232px;
  background: linear-gradient(180deg, #287eff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
#app .home-content5 .con5-bg3 {
  position: absolute;
  left: 1840px;
  top: 500px;
  width: 119px;
  height: 119px;
  background: linear-gradient(180deg, #5e98ff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
#app .home-content5 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 120px;
}
#app .home-content5 .con5-box {
  width: 1200px;
  height: 464px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
#app .home-content5 .con5-box .con5-left-box {
  width: 585px;
  height: 464px;
  border-radius: 24px;
  background: #2875ff;
}
#app .home-content5 .con5-box .con5-left-box .inner {
  overflow: hidden;
  width: 585px;
  height: 455px;
  margin-top: 4.5px;
  border-radius: 24px;
  background: #ffffff;
}
#app .home-content5 .con5-box .con5-left-box .inner .inner-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(40, 117, 255, 0.05);
  color: #2875ff;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 30px;
}
#app .home-content5 .con5-box .con5-left-box .inner .inner-con {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
}
#app .home-content5 .con5-box .con5-left-box .inner .inner-con .con-item {
  color: #4f5a5e;
  font-weight: regular;
  font-size: 17px;
  margin-bottom: 30px;
}
#app .home-content5 .con5-box .con5-right-box {
  width: 585px;
  height: 464px;
  border-radius: 24px;
  background: #58c3bd;
}
#app .home-content5 .con5-box .con5-right-box .inner {
  overflow: hidden;
  width: 585px;
  height: 455px;
  margin-top: 4.5px;
  border-radius: 24px;
  background: #ffffff;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(88, 195, 189, 0.05);
  color: #58c3bd;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 30px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con {
  width: 100%;
  height: 375px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-top {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #f0f2fe;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-top .con-item {
  width: 220px;
  color: #4f5a5e;
  font-weight: regular;
  font-size: 17px;
  margin-bottom: 20px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-bottom {
  width: 100%;
  height: 245px;
  box-sizing: border-box;
  padding: 30px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-bottom .bottom-title {
  color: #082a36;
  font-weight: 500;
  font-size: 20px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-bottom .bottom-center {
  color: #4f5a5e;
  font-weight: regular;
  font-size: 17px;
  margin-top: 10px;
  line-height: 30px;
}
#app .home-content5 .con5-box .con5-right-box .inner .inner-con .inner-con-bottom .bottom-bottom {
  width: 313px;
  height: 68px;
  border-radius: 12px;
  background: #58c3bd;
  margin: 30px auto;
  color: #ffffff;
  font-weight: medium;
  font-size: 24px;
  line-height: 68px;
  text-align: center;
}
#app .home-content6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 980px;
}
#app .home-content6 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 120px;
}
#app .home-content6 .con6-box {
  width: 1200px;
  height: 630px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#app .home-content6 .con6-box .con6-item {
  width: 350px;
  height: 279px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0470588235);
  box-sizing: border-box;
  cursor: pointer;
}
#app .home-content6 .con6-box .con6-item:hover {
  background: #2875ff;
}
#app .home-content6 .con6-box .con6-item:hover .item-box {
  border: 1px solid #dce3f0;
}
#app .home-content6 .con6-box .con6-item .item-box {
  width: 100%;
  height: 275px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 6px;
}
#app .home-content6 .con6-box .con6-item img {
  margin-top: 30px;
}
#app .home-content6 .con6-box .con6-item h3 {
  color: #1d2130;
  font-weight: medium;
  font-size: 24px;
  margin-top: 30px;
}
#app .home-content6 .con6-box .con6-item p {
  opacity: 0.8700000048;
  color: #1d2130;
  font-weight: regular;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 30px;
}
#app .home-content7 {
  position: relative;
  width: 100%;
  height: 874px;
  background-image: url("../assets/con7bg.png");
  background-position: center center;
}
#app .home-content7 .con7-box {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  box-sizing: border-box;
  padding: 80px 0;
}
#app .home-content7 .con7-box .con7-left {
  width: 860px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#app .home-content7 .con7-box .con7-left .left-card {
  width: 264px;
  height: 330px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
#app .home-content7 .con7-box .con7-left .left-card:hover {
  transform: scale(1.2, 1.2);
}
#app .home-content7 .con7-box .con7-left .left-card .card-con {
  color: #1d2130;
  font-weight: medium;
  font-size: 24px;
  line-height: 1.4;
  margin: 15px;
}
#app .home-content7 .con7-box .con7-left .left-card .card-en-con {
  opacity: 0.8999999762;
  color: #1d2130;
  font-weight: regular;
  font-size: 16px;
}
#app .home-content7 .con7-box .con7-right {
  width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
#app .home-content7 .con7-box .con7-right h3 {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  line-height: 30px;
  text-align: right;
  margin-top: 50px;
}
#app .home-content7 .con7-box .con7-right p {
  margin-top: 30px;
  width: 228px;
  opacity: 0.8700000048;
  color: #1d2130;
  font-weight: regular;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: right;
}
#app .home-content8 {
  position: relative;
  width: 100%;
  height: 600px;
  background: #ffffff;
  overflow: hidden;
}
#app .home-content8 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 120px;
}
#app .home-content8 .con8-box {
  width: 1200px;
  height: 240px;
  margin: 50px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#app .home-content8 .con8-box .con8-card {
  width: 300px;
  height: 120px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1e0ef;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 30px 60px;
}
#app .home-content8 .con8-box .con8-card:hover {
  transform: scale(1.2, 1.2);
}
#app .home-content8 .con8-box .con8-card img {
  width: 100%;
  height: 100%;
}
#app .home-content9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 840px;
  background: linear-gradient(180deg, #d1f4ff 0%, rgba(246, 252, 254, 0) 50%, #d1f4ff 100%);
}
#app .home-content9 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 120px;
}
#app .home-content9 .con9-box {
  width: 1200px;
  height: 514px;
  margin: 50px auto;
  border-radius: 24px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
}
#app .home-content9 .con9-box .con9-left {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 45px;
}
#app .home-content9 .con9-box .con9-left .line {
  width: 42px;
  height: 4px;
  background: #2875ff;
  margin-top: 10px;
}
#app .home-content9 .con9-box .con9-left h2 {
  font-size: 24px;
  font-weight: 500;
}
#app .home-content9 .con9-box .con9-left p {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 10px 0px;
}
#app .home-content9 .con9-box .con9-right {
  width: 50%;
  height: 100%;
}
#app .home-content10 {
  width: 100%;
  height: 810px;
  background: #f5f7f9;
  overflow: hidden;
  position: relative;
}
#app .home-content10 .content-title {
  color: #082a36;
  font-weight: medium;
  font-size: 36px;
  text-align: center;
  margin-top: 100px;
}
#app .home-content10 .con10-box {
  width: 1200px;
  height: 600px;
  margin: 40px auto;
}
#app .home-content10 .con10-box .con10-box-con {
  width: 100%;
  height: 510px;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner {
  width: 100%;
  height: 100%;
  display: flex;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.05;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  35% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.5;
  }
  65% {
    opacity: 0.65;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  95% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left {
  width: 800px;
  height: 100%;
  box-sizing: border-box;
  padding: 80px;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left .title {
  color: #2875ff;
  font-family: DIN;
  font-weight: 600;
  font-size: 32px;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left .line {
  width: 30px;
  height: 4px;
  background: #58c3bd;
  margin: 30px 0;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left .sub-title {
  color: #1d2130;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 36px;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left .content {
  color: #3a3e4b;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 17px;
  margin-top: 20px;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-left .btn {
  width: 210px;
  height: 50px;
  border-radius: 6px;
  background: #2875ff;
  cursor: pointer;
  color: #ffffff;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  margin-top: 100px;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-right {
  width: 400px;
  height: 100%;
}
#app .home-content10 .con10-box .con10-box-con .con10-banner .con10-banner-right img {
  width: 100%;
  height: 100%;
}
#app .home-content10 .con10-box .con10-banner-tool {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .home-content10 .con10-box .con10-banner-tool .banner-item {
  cursor: pointer;
  width: 40px;
  height: 4px;
  margin: 0 10px;
  background: rgba(34, 34, 34, 0.2);
}
#app .home-content10 .con10-box .con10-banner-tool .banner-item.active {
  background: #2875ff;
}
#app .home-footer {
  width: 100%;
  height: 368px;
  background: linear-gradient(360deg, #d1f4ff 0%, rgba(246, 252, 254, 0) 100%);
}
#app .home-footer .footer-Copyright {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  text-align: center;
  color: #0c101a;
}
#app .home-footer .footer-Copyright a {
  color: #0c101a;
  font-family: Open Sans;
  font-weight: regular;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#app .home-footer .footer-box {
  width: 1200px;
  height: 300px;
  box-sizing: border-box;
  padding: 80px 0px;
  margin: auto;
  display: flex;
  border-bottom: 1px solid rgb(167, 207, 179);
}
#app .home-footer .footer-box .footer-left {
  width: 320px;
  height: 100%;
}
#app .home-footer .footer-box .footer-left a {
  display: block;
  width: 124px;
  height: 40px;
  background-image: url("../assets/logo1.png");
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 60px;
}
#app .home-footer .footer-box .footer-left p {
  color: #0c101a;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  margin-top: 20px;
}
#app .home-footer .footer-box .footer-center {
  width: 620px;
  height: 100%;
  display: flex;
}
#app .home-footer .footer-box .footer-center .center-list {
  width: 33%;
  height: 100%;
}
#app .home-footer .footer-box .footer-center .center-list .title {
  color: #0c101a;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
#app .home-footer .footer-box .footer-center .center-list a {
  display: block;
  color: #3a4e50;
  font-weight: regular;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  margin-top: 20px;
}
#app .home-footer .footer-box .footer-right {
  width: 260px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#app .home-footer .footer-box .footer-right img {
  width: 125px;
  height: 125px;
}
#app .right-btn {
  position: fixed;
  width: 60px;
  height: 150px;
  top: 50%;
  right: 40px;
}
#app .right-btn .vector {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2875ff;
  border-radius: 50%;
  cursor: pointer;
}
#app .right-btn .vector:hover .wx-box {
  display: flex;
}
#app .right-btn .vector .wx-box {
  display: none;
  position: absolute;
  right: 100px;
  top: -70px;
  width: 215px;
  height: 270px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e8e9f0;
  box-shadow: 0px 12px 8px 0px rgba(0, 106, 255, 0.0274509804);
  box-sizing: border-box;
  padding: 25px 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .right-btn .vector .wx-box img {
  width: 127px;
  height: 127px;
}
#app .right-btn .vector .wx-box h2 {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
}
#app .right-btn .vector .wx-box p {
  color: #999999;
  font-weight: regular;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
#app .right-btn .to-top {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  border-radius: 50%;
}
#app .pay-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .pay-dialog .pay-dialog-con {
  position: relative;
  width: 460px;
  height: 400px;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .pay-dialog .pay-dialog-con .dialog-close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 15px;
  color: #cccccc;
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
}
#app .pay-dialog .pay-dialog-con .pay-title {
  margin-top: 50px;
  color: #4f5a5e;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 17px;
}
#app .pay-dialog .pay-dialog-con .pay-code {
  width: 200px;
  height: 200px;
  margin-top: 20px;
}
#app .pay-dialog .pay-dialog-con .pay-code img {
  width: 100%;
  height: 100%;
}
#app .pay-dialog .pay-dialog-con .pay-money {
  color: #4F5A5E;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  margin-top: 20px;
}
#app .pay-dialog .pay-dialog-con .pay-money .money-num {
  color: #58C3BD;
  font-family: DIN;
  font-weight: medium;
  font-size: 32px;
  margin: 0 5px;
}

/*# sourceMappingURL=index.css.map */
