@media screen and (min-width: 980px) {
  .body {
    font-family: "quicksand", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0e0c28;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 40px;
    font-size: 13px;
    font-weight: 700;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
  }
  .header .logo {
    width: 70px;
    height: 100px;
    margin: 0 0px 0 0;
    display: block;
    z-index: 99;
    overflow: hidden;
    position: relative;
    flex-grow: 0;
    line-height: 100px;
    color: #fff;
    padding: 15px 0;
  }
  .header .logo img {
    width: 100%;
  }
  .header .nav-icon {
    display: none;
  }
  .header .nav-none {
    display: none;
  }
  .header .nav {
    display: flex;
    z-index: 5;
    align-items: center;
  }
  .header .nav .left {
    display: flex;
    flex-grow: 1;
  }
  .header .nav .left .item {
    position: relative;
    margin-right: 32px;
    line-height: 39px;
  }
  .header .nav .left .item .title {
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(to right, #ffffff, #ffffff) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size 1000ms;
  }
  .header .nav .left .item .title:hover {
    background-position-x: left;
    background-size: 100% 2px;
  }
  .header .nav .right {
    display: flex;
  }
  .header .nav .right .item {
    align-self: baseline;
    margin-left: 16px;
  }
  .header .nav .right .item .sign {
    width: 130px;
    display: block;
    padding: 12px 15px 11px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .header .nav .right .item .account {
    width: 130px;
    background-color: #fff;
    display: block;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-size: 16px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .tabbar {
    display: none;
  }
  .paragraph {
    padding: 100px 0px 50px 0;
    position: relative;
  }
  .paragraph .container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1170px;
    margin: 0 auto;
  }
  .paragraph .container .left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 160px;
    height: 648px;
  }
  .paragraph .container .left .item {
    opacity: 1;
  }
  .paragraph .container .left .item .top {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .top .text {
    color: rgb(36, 36, 36);
    font-size: 60px;
    text-align: left;
    font-weight: 600;
    line-height: 66px;
    margin: 48.14px 0;
    color: #fff;
  }
  .paragraph .container .left .item .top .text img {
    width: 245px;
  }
  .paragraph .container .left .item .center {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .center .text {
    width: 100%;
    padding: 32px 0;
    color: rgb(36, 36, 36);
    font-size: 26px;
    text-align: left;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
  }
  .paragraph .container .left .item .center .text strong {
    font-weight: 700;
  }
  .paragraph .container .left .item .bottom {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #dcb48e;
    border-color: #dcb48e;
  }
  .paragraph .back {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    background-color: #c3b9ee;
  }
  .paragraph .back .picture {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: relative;
  }
  .paragraph .back .picture .bimg {
    width: 100%;
    min-width: 1500px;
    min-height: 798px;
    display: block;
    line-height: 0;
  }
  .paragraph .back .picture .banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: right;
    padding-right: 100px;
  }
  .paragraph .back .picture .banner .item {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0px 0px 5px -1px rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    line-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paragraph .back .picture .banner .item .content {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraph .back .picture .banner .item .content .content-img img {
    width: 100%;
  }
  .floor1 {
    width: 100%;
    background-color: #f1edf8;
  }
  .floor1 .container {
    display: grid;
    gap: 0px 68px;
    grid-template-columns: 5fr 4fr;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .floor1 .container .left {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor1 .container .left .left-pic {
    border-radius: 5px;
  }
  .floor1 .container .left .top {
    padding-bottom: 20px;
  }
  .floor1 .container .left .top .title img {
    width: 160px;
  }
  .floor1 .container .left .top .text {
    color: rgb(88, 65, 216);
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    line-height: 54px;
  }
  .floor1 .container .left img {
    width: 100%;
  }
  .floor1 .container .right {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .floor1 .container .right .center .item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .floor1 .container .right .center .item .picture {
    width: auto;
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    margin-right: 20px;
  }
  .floor1 .container .right .center .item .picture img {
    width: 58px;
    height: 58px;
  }
  .floor1 .container .right .center .item .text {
    color: rgb(36, 36, 36);
    text-align: left;
  }
  .floor1 .container .right .center .item .text p {
    font-size: 22px;
    color: #5d45dc;
  }
  .floor1 .container .right .center .item .text span {
    font-size: 14px;
  }
  .floor1 .container .right .bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .floor1 .container .right .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .swiper {
    background-color: transparent;
    position: relative;
    padding-bottom: 84px;
    width: 100%;
  }
  .swiper .bg-img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    border-radius: 0px;
    pointer-events: none;
  }
  .swiper .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .swiper .title {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 64px;
    padding-top: 33.2px;
    padding-bottom: 73.2px;
  }
  .swiper .wrap:hover {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .swiper .wrap {
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    row-gap: 36px;
    width: 1630.67px;
  }
  .swiper .wrap .w-cont {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    overflow: hidden;
    flex-flow: row nowrap;
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-left: 28px;
    width: 100%;
    justify-content: space-around;
  }
  @keyframes fc-baacefea-1 {
    0% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-start));
    }
    100% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-end));
    }
  }
  .swiper .wrap .w-cont .item {
    animation-name: fc-baacefea-1;
    animation-duration: var(--animation-duration);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
  }
  .swiper .wrap .w-cont .item .content {
    white-space: nowrap;
    font-size: 20px;
    display: flex;
    flex-grow: 1;
    box-sizing: border-box;
    min-height: 45px;
    align-items: center;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    font-family: Celias;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .swiper .wrap .w-cont .item .content .crypton {
    font-family: beacons;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #e6007a;
    padding-right: 9px;
    font-size: 24px;
  }
  .swiper .wrap .w-cont .item .content .crypton img {
    width: 100px;
  }
  .floor2 {
    width: 100%;
    padding: 84px 0;
    background-color: #ffffff;
  }
  .floor2 .title .text {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 64px;
  }
  .floor2 .title p {
    text-align: center;
  }
  .floor2 .wrap {
    margin: 0 auto;
    padding: 56px 0;
    display: flex;
    max-width: 1170px;
    gap: 56px 62px;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .floor2 .wrap .item {
    width: 30%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f1edf8;
    border-radius: 20px;
    padding: 20px;
  }
  .floor2 .wrap .item .picture {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor2 .wrap .item .picture img {
    margin: 10px 0;
    width: 100%;
    height: 205px;
    border-radius: 4px;
  }
  .floor2 .wrap .item .title {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-family: Celias;
    font-weight: 500;
    line-height: 32px;
    padding: 10px 0;
  }
  .floor2 .wrap .item .text {
    color: #5841d8;
    font-size: 20px;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
  }
  .floor2 .wrap .item .text a {
    color: #333;
    font-size: 13px;
  }
  .floor2 .bottom {
    text-align: center;
  }
  .floor2 .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor2 .bottom .button img {
    width: 90px;
  }
  .floor5 {
    width: 100%;
    padding: 30px 0 50px 0;
    background-color: #f1edf8;
  }
  .floor5 .container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
  }
  .floor5 .container .top-title {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #5841d8;
    padding-bottom: 20px;
  }
  .floor5 .container .top-title p {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .floor5 .container .wrap {
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
  }
  .floor5 .container .wrap .item {
    width: 30%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
  }
  .floor5 .container .wrap .item .title {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-family: Celias;
    font-weight: 500;
    line-height: 32px;
    padding: 10px 0;
  }
  .floor5 .container .wrap .item .text {
    color: #333;
    font-size: 13px;
    line-height: 26px;
  }
  .floor5 .container .wrap .item .text p {
    color: #5841d8;
    font-size: 20px;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0 20px 0;
  }
  .floor6 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 160px;
  }
  .floor6 .container {
    display: flex;
    flex-flow: row nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: unset;
    justify-content: space-between;
  }
  .floor6 .container .left {
    position: relative;
  }
  .floor6 .container .left .title {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: left;
    font-family: Celias;
    font-weight: 500;
    line-height: 44px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text {
    color: rgb(36, 36, 36);
    font-size: 32px;
    font-family: Celias;
    font-weight: 400;
    line-height: 42px;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text img {
    width: 130px;
    margin-bottom: 5px;
  }
  .floor6 .container .left .bottom {
    text-align: left;
  }
  .floor6 .container .left .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor6 .container .left .bottom .button img {
    margin-left: 3px;
    margin-top: 1px;
    width: 92px;
  }
  .floor6 .container .right {
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    margin: 20px auto;
  }
  .floor6 .container .right img {
    width: 520px;
    max-width: 520px;
  }
  .footer {
    color: #fff;
    background-color: #5741d9;
    padding: 20px 0;
  }
  .footer .container {
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .footer .container .bottom {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 21px;
  }
  .footer .container .bottom .logo-wrapper {
    display: block;
    width: 185px;
    margin: 0 65px 0 0;
    height: 70px;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 50px;
    color: #fff;
    font-size: 32px;
  }
  .footer .container .bottom .logo-wrapper img {
    width: 70px;
  }
  .footer .container .bottom .wrap {
    flex-grow: 0.4;
    max-width: 235px;
    display: flex;
  }
  .footer .container .bottom .wrap .item {
    margin-right: 8px;
  }
  .footer .container .bottom .wrap .item .cont {
    border-width: 3px;
    width: 32px;
    border: 2px solid #fff;
    height: 32px;
    display: block;
    box-sizing: content-box;
    transition: opacity 0.2s linear 0s;
    padding-top: 4px;
    padding-left: 4px;
    border-radius: 100%;
  }
  .footer .container .bottom .wrap .item .cont .icon {
    width: 28px;
    height: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .footer .container .bottom .wrap .item .cont .icon svg {
    width: 50%;
  }
  .footer .container .bottom .copyright-notice {
    flex-grow: 1;
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }
  .footer .container .bottom .copyright-notice .legal {
    -moz-column-count: 2;
         column-count: 2;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .container .bottom .copyright-notice .legal .link {
    margin: 0 12px 0 0;
  }
  .footer .container .bottom .copyright-notice .legal .link.link-left {
    margin-top: 20px;
    margin-left: 30px;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img {
    margin-left: 50px;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img img {
    border-radius: 4px;
    width: 100px;
    margin-right: 20px;
  }
  .footer .container .bottom .copyright-notice .legal .link a {
    color: #fff;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .floor6 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 0;
  }
  .floor6 .container {
    display: flex;
    flex-flow: row wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: unset;
    justify-content: flex-start;
  }
  .floor6 .container .left {
    position: relative;
    width: 100%;
  }
  .floor6 .container .left .title {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 44px;
    padding-top: 64px;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text {
    color: rgb(36, 36, 36);
    font-size: 32px;
    text-align: center;
    font-family: Celias;
    font-weight: 400;
    line-height: 42px;
  }
  .floor6 .container .left .bottom {
    text-align: center;
  }
  .floor6 .container .left .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor6 .container .right {
    margin: 20px auto;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    text-align: center;
  }
  .floor6 .container .right img {
    width: 520px;
    max-width: 520px;
  }
}
@media screen and (max-width: 979px) {
  .body {
    font-family: "quicksand", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0e0c28;
  }
  .header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #5841d8;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Celias;
    font-size: 13px;
    font-weight: 700;
    z-index: 999;
    box-sizing: border-box;
    padding: 20px 30px 17px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .logo {
    color: transparent;
    width: 68px;
    height: 68px;
    margin: 0;
    display: block;
    z-index: 99;
    overflow: hidden;
    position: relative;
    flex-grow: 0;
    line-height: 38px;
    color: #fff;
    font-size: 24px;
  }
  .header .logo img {
    width: 100%;
  }
  .header .nav-icon {
    width: 40px;
    height: 25px;
    cursor: pointer;
  }
  .header .nav {
    display: none;
  }
  .header .nav-none {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #5841d8;
  }
  .header .nav-none .right {
    display: flex;
    justify-content: space-evenly;
  }
  .header .nav-none .right .item {
    align-self: baseline;
  }
  .header .nav-none .right .item .sign {
    width: 130px;
    display: block;
    padding: 12px 15px 11px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .header .nav-none .right .item .account {
    width: 130px;
    background-color: #fff;
    display: block;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .tabbar {
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    text-align: center;
    background-color: #5841d8;
  }
  .tabbar .container {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .tabbar .container .icon {
    background: url(./img/4399logo.png);
    color: transparent;
    width: 63px;
    height: 63px;
    position: relative;
    margin-left: 10px;
    text-indent: -99999em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .tabbar .container .center {
    color: #ffffff;
    margin: 0px 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .tabbar .container .center p {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
  }
  .tabbar .container .center .star {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .tabbar .container .center .star .cont {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    font-size: 1.125rem;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-right: 10px;
    pointer-events: none;
  }
  .tabbar .container .center .star .cont .fc1 {
    display: flex;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
  }
  .tabbar .container .center .star .cont .fc1 .fc2 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: inherit;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .tabbar .container .button {
    margin: 40px 0;
    border: 2px solid #5741d9;
    display: inline-flex;
    align-items: center;
    padding: 18px;
    font-size: 18px;
    line-height: 1em;
    background-color: #fff;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
  }
  .paragraph {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    padding-top: 36px;
  }
  .paragraph .container {
    box-sizing: border-box;
    padding-right: calc((100% - 955px) / 2);
    padding-left: calc((100% - 955px) / 2);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .paragraph .container .left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .paragraph .container .left .item {
    opacity: 1;
  }
  .paragraph .container .left .item .top {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .top .text {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: Celias;
    font-weight: 600;
    line-height: 66px;
    margin-top: 48.14px;
  }
  .paragraph .container .left .item .center {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .center .text {
    display: none;
  }
  .paragraph .container .left .item .center .text2 {
    display: block !important;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: Celias;
    font-weight: 400;
  }
  .paragraph .container .left .item .center .text2 strong {
    font-weight: 700;
  }
  .paragraph .container .left .item .bottom {
    display: none;
  }
  .paragraph .back {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    background-color: rgb(238, 236, 251);
  }
  .paragraph .back .picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .paragraph .back .picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .paragraph .back .picture .banner {
    display: none;
  }
  .floor1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 20px;
    background-color: #f1edf8;
    padding-top: 20px;
  }
  .floor1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .floor1 .container .left {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor1 .container .left .top {
    padding-bottom: 20px;
  }
  .floor1 .container .left .top .title img {
    width: 130px;
  }
  .floor1 .container .left .top .text {
    color: rgb(88, 65, 216);
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    line-height: 54px;
  }
  .floor1 .container .left img {
    width: 100%;
  }
  .floor1 .container .left .xb {
    display: block !important;
  }
  .floor1 .container .left .xb .center {
    padding-top: 20px;
  }
  .floor1 .container .left .xb .center .item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .floor1 .container .left .xb .center .item .picture {
    width: auto;
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    margin-right: 10px;
  }
  .floor1 .container .left .xb .center .item .picture img {
    width: 58px;
    height: 58px;
  }
  .floor1 .container .left .xb .center .item .text {
    color: rgb(36, 36, 36);
    text-align: left;
    line-height: 30px;
  }
  .floor1 .container .left .xb .center .item .text p {
    font-size: 22px;
    color: #5d45dc;
  }
  .floor1 .container .left .xb .center .item .text span {
    font-size: 14px;
  }
  .floor1 .container .left .xb .bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
  }
  .floor1 .container .left .xb .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor1 .container .right {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .floor1 .container .right .cb {
    display: none;
  }
  .swiper {
    width: 100%;
    background-color: transparent;
    position: relative;
    padding-bottom: 84px;
  }
  .swiper .bg-img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    border-radius: 0px;
    pointer-events: none;
  }
  .swiper .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .swiper .title {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 64px;
    padding-top: 33.2px;
    padding-bottom: 73.2px;
  }
  .swiper .wrap:hover {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .swiper .wrap {
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    row-gap: 36px;
    width: 1630.67px;
  }
  .swiper .wrap .w-cont {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    overflow: hidden;
    flex-flow: row nowrap;
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-left: 28px;
  }
  @keyframes fc-baacefea-1 {
    0% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-start));
    }
    100% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-end));
    }
  }
  .swiper .wrap .w-cont .item {
    animation-name: fc-baacefea-1;
    animation-duration: var(--animation-duration);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
  }
  .swiper .wrap .w-cont .item .content {
    white-space: nowrap;
    font-size: 20px;
    display: flex;
    flex-grow: 1;
    box-sizing: border-box;
    min-height: 45px;
    align-items: center;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    font-family: Celias;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .swiper .wrap .w-cont .item .content .crypton {
    font-family: beacons;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #e6007a;
    padding-right: 9px;
    font-size: 24px;
  }
  .swiper .wrap .w-cont .item .content .crypton img {
    width: 100px;
  }
  .floor2 {
    width: 100%;
    background-color: #ffffff;
    padding: 84px 30px;
  }
  .floor2 .title .text {
    color: rgb(88, 65, 216);
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 64px;
  }
  .floor2 .title p {
    text-align: center;
  }
  .floor2 .wrap {
    padding: 56px 0;
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    gap: 56px 62px;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .floor2 .wrap .item {
    width: 30%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f1edf8;
    border-radius: 20px;
    padding: 20px;
  }
  .floor2 .wrap .item .picture {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor2 .wrap .item .picture img {
    width: 100%;
    min-height: 150px;
  }
  .floor2 .wrap .item .title {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-family: Celias;
    font-weight: 500;
    line-height: 32px;
    padding: 10px 0;
  }
  .floor2 .wrap .item .text {
    color: #5841d8;
    font-size: 20px;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
  }
  .floor2 .wrap .item .text a {
    color: #333;
    font-size: 13px;
  }
  .floor2 .bottom {
    text-align: center;
  }
  .floor2 .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor2 .bottom .button img {
    width: 90px;
  }
  .floor5 {
    width: 100%;
    padding: 30px 0 50px 0;
    background-color: #f1edf8;
  }
  .floor5 .container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
  }
  .floor5 .container .top-title {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #5841d8;
    padding-bottom: 20px;
  }
  .floor5 .container .top-title p {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .floor5 .container .wrap {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
  }
  .floor5 .container .wrap .item {
    width: 45%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
  }
  .floor5 .container .wrap .item .title {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-family: Celias;
    font-weight: 500;
    line-height: 32px;
    padding: 10px 0;
  }
  .floor5 .container .wrap .item .text {
    color: #333;
    font-size: 13px;
    line-height: 26px;
  }
  .floor5 .container .wrap .item .text p {
    color: #5841d8;
    font-size: 20px;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0 20px 0;
  }
  .floor6 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
  }
  .floor6 .container {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: unset;
    justify-content: flex-start;
    padding-bottom: 0px !important;
  }
  .floor6 .container .left {
    position: relative;
    padding-bottom: 60px;
  }
  .floor6 .container .left .title {
    color: rgb(88, 65, 216);
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    font-size: 34px;
    line-height: 42.5px;
    padding-top: 64px;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text {
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-family: Celias;
    font-weight: 400;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text img {
    width: 130px;
    margin-bottom: 5px;
  }
  .floor6 .container .left .bottom {
    text-align: center;
  }
  .floor6 .container .left .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor6 .container .left .bottom .button img {
    margin-left: 3px;
    margin-top: 1px;
    width: 92px;
  }
  .floor6 .container .right {
    margin: 20px auto;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    text-align: center;
  }
  .floor6 .container .right img {
    width: 80%;
    max-width: 100%;
  }
  .footer {
    width: 100%;
    color: #fff;
    background-color: #5741d9;
    padding: 0px 0 90px 0;
  }
  .footer .container {
    width: 100%;
    box-sizing: border-box;
    padding-right: calc((100% - 955px) / 2);
    padding-left: calc((100% - 955px) / 2);
    position: relative;
    height: 100%;
  }
  .footer .container .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-top: 21px;
  }
  .footer .container .bottom .logo-wrapper {
    display: block;
    width: 185px;
    margin: 0 65px 0 0;
    height: 70px;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 50px;
    color: #fff;
    font-size: 32px;
  }
  .footer .container .bottom .logo-wrapper img {
    width: 70px;
  }
  .footer .container .bottom .wrap {
    flex-grow: 0.4;
    max-width: 235px;
    display: flex;
  }
  .footer .container .bottom .wrap .item {
    margin-right: 8px;
  }
  .footer .container .bottom .wrap .item .cont {
    border-width: 3px;
    width: 32px;
    border: 2px solid #fff;
    height: 32px;
    display: block;
    box-sizing: content-box;
    transition: opacity 0.2s linear 0s;
    padding-top: 4px;
    padding-left: 4px;
    border-radius: 100%;
  }
  .footer .container .bottom .wrap .item .cont .icon {
    width: 28px;
    height: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .footer .container .bottom .wrap .item .cont .icon svg {
    width: 50%;
  }
  .footer .container .bottom .copyright-notice {
    flex-grow: 1;
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }
  .footer .container .bottom .copyright-notice .legal {
    -moz-column-count: 2;
         column-count: 2;
  }
  .footer .container .bottom .copyright-notice .legal .link {
    margin: 0 12px 0 0;
    margin-top: 20px;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img {
    margin-left: -20px;
    display: flex;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img img {
    border-radius: 4px;
    width: 80px;
    margin-right: 10px;
  }
  .footer .container .bottom .copyright-notice .legal .link a {
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .body {
    font-family: "quicksand", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0e0c28;
  }
  .header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #5841d8;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Celias;
    font-size: 13px;
    font-weight: 700;
    z-index: 999;
    box-sizing: border-box;
    padding: 20px 30px 17px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .logo {
    color: transparent;
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    z-index: 99;
    overflow: hidden;
    position: relative;
    flex-grow: 0;
    line-height: 38px;
    color: #fff;
    font-size: 24px;
  }
  .header .logo img {
    width: 100%;
  }
  .header .nav-icon {
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .header .nav {
    display: none;
  }
  .header .nav-none {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #5841d8;
  }
  .header .nav-none .right {
    display: flex;
    justify-content: space-evenly;
  }
  .header .nav-none .right .item {
    align-self: baseline;
  }
  .header .nav-none .right .item .sign {
    width: 100px;
    display: block;
    padding: 12px 15px 11px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .header .nav-none .right .item .account {
    width: 100px;
    background-color: #fff;
    display: block;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .header .black {
    display: none;
    left: 0;
    width: 100%;
    bottom: 100px;
    height: 100vh;
    z-index: 3;
    position: absolute;
    transform: translate(0, 100%);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .header .menu {
    height: 0px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    position: absolute;
    background-color: #5741d9;
  }
  .tabbar {
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    text-align: center;
    background-color: #5841d8;
  }
  .tabbar .container {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .tabbar .container .icon {
    background: url(./img/4399logo.png);
    color: transparent;
    width: 63px;
    height: 63px;
    position: relative;
    margin-left: 10px;
    text-indent: -99999em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .tabbar .container .center {
    color: #ffffff;
    margin: 0px 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .tabbar .container .center p {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
  }
  .tabbar .container .center .star {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .tabbar .container .center .star .cont {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    font-size: 1.125rem;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-right: 10px;
    pointer-events: none;
  }
  .tabbar .container .center .star .cont .fc1 {
    display: flex;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
  }
  .tabbar .container .center .star .cont .fc1 .fc2 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: inherit;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .tabbar .container .button {
    margin: 40px 0;
    border: 2px solid #5741d9;
    display: inline-flex;
    align-items: center;
    padding: 18px;
    font-size: 18px;
    line-height: 1em;
    background-color: #fff;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Celias;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
  }
  .paragraph {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    padding-top: 36px;
  }
  .paragraph .container {
    box-sizing: border-box;
    padding-right: calc((100% - 955px) / 2);
    padding-left: calc((100% - 955px) / 2);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .paragraph .container .left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .paragraph .container .left .item {
    opacity: 1;
  }
  .paragraph .container .left .item .top {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .top .text {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: Celias;
    font-weight: 500;
    line-height: 66px;
    margin-top: 48.14px;
  }
  .paragraph .container .left .item .center {
    opacity: 1;
    transform: none;
  }
  .paragraph .container .left .item .center .text {
    display: none;
  }
  .paragraph .container .left .item .center .text2 {
    display: block !important;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: Celias;
    font-weight: 400;
  }
  .paragraph .container .left .item .center .text2 strong {
    font-weight: 700;
  }
  .paragraph .container .left .item .bottom {
    display: none;
  }
  .paragraph .container .right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .paragraph .container .right .top {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
  }
  .paragraph .container .right .top .video {
    width: 278px;
    height: 579px;
  }
  .paragraph .container .right .bottom {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .paragraph .container .right .bottom .app .button {
    color: #5841d8;
    display: flex;
    padding: 14px 15px;
    font-size: 16px;
    min-width: 152px;
    background: #ffffff;
    align-items: center;
    font-family: Celias;
    font-weight: 400;
    line-height: 15px;
    white-space: nowrap;
    border-color: #5841d8;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
  }
  .paragraph .container .right .bottom .app .button svg {
    margin-right: 6px;
  }
  .paragraph .back {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    background-color: rgb(238, 236, 251);
  }
  .paragraph .back .picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .paragraph .back .picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor {
    margin: 0 30px;
    max-width: 100%;
  }
  .floor .title {
    margin: 20px 0;
  }
  .floor .title .text {
    color: rgb(88, 65, 216);
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    margin: 33.2px 0;
    font-size: 34px;
    line-height: 42.5px;
  }
  .floor .wrap {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
  }
  .floor .wrap .item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .floor .wrap .item .title {
    color: rgb(88, 65, 216);
    font-size: 48px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 64px;
  }
  .floor .wrap .item .text {
    color: rgb(36, 36, 36);
    font-size: 16px;
    text-align: center;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
  }
  .floor1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 20px;
  }
  .floor1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .floor1 .container .left {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor1 .container .left .top {
    padding-bottom: 20px;
  }
  .floor1 .container .left .top .title {
    text-align: center;
  }
  .floor1 .container .left .top .title img {
    width: 100px;
  }
  .floor1 .container .left .top .text {
    color: rgb(88, 65, 216);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 54px;
  }
  .floor1 .container .left img {
    width: 100%;
  }
  .floor1 .container .left .xb {
    display: block !important;
  }
  .floor1 .container .left .xb .center {
    padding-bottom: 40px;
  }
  .floor1 .container .left .xb .center .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .floor1 .container .left .xb .center .item .picture {
    width: 100%;
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    text-align: center;
  }
  .floor1 .container .left .xb .center .item .picture img {
    width: 58px;
    height: 58px;
  }
  .floor1 .container .left .xb .center .item .text {
    width: 100%;
    color: rgb(36, 36, 36);
    font-family: Celias;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .floor1 .container .left .xb .bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
  }
  .floor1 .container .left .xb .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor1 .container .right {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .floor1 .container .right .cb {
    display: none;
  }
  .swiper {
    width: 100%;
    background-color: transparent;
    position: relative;
    padding-bottom: 84px;
  }
  .swiper .bg-img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    border-radius: 0px;
    pointer-events: none;
  }
  .swiper .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .swiper .title {
    color: rgb(88, 65, 216);
    font-size: 30px;
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    line-height: 64px;
    padding-top: 33.2px;
    padding-bottom: 73.2px;
  }
  .swiper .wrap:hover {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .swiper .wrap {
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    row-gap: 36px;
    width: 1630.67px;
  }
  .swiper .wrap .w-cont {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    overflow: hidden;
    flex-flow: row nowrap;
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-left: 28px;
  }
  @keyframes fc-baacefea-1 {
    0% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-start));
    }
    100% {
      opacity: 1;
      transform: translateX(var(--distance-to-the-end));
    }
  }
  .swiper .wrap .w-cont .item {
    animation-name: fc-baacefea-1;
    animation-duration: var(--animation-duration);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
  }
  .swiper .wrap .w-cont .item .content {
    white-space: nowrap;
    font-size: 20px;
    display: flex;
    flex-grow: 1;
    box-sizing: border-box;
    min-height: 45px;
    align-items: center;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    padding: 12px 15px 11px;
    color: #5741d9;
    border-radius: 30px;
    text-align: center;
    font-family: Celias;
    font-weight: 700;
    position: relative;
    transition: opacity 0.2s linear 0s;
    border: 2px solid transparent;
  }
  .swiper .wrap .w-cont .item .content .crypton {
    font-family: beacons;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #e6007a;
    padding-right: 9px;
    font-size: 24px;
  }
  .swiper .wrap .w-cont .item .content .crypton img {
    width: 100px;
  }
  .floor2 {
    width: 100%;
    background-color: #ffffff;
    padding: 84px 30px;
  }
  .floor2 .title .text {
    color: rgb(88, 65, 216);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
  }
  .floor2 .wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 56px 0;
    display: flex;
    gap: 56px 62px;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .floor2 .wrap .item {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
  }
  .floor2 .wrap .item .picture {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
  }
  .floor2 .wrap .item .picture img {
    width: 100%;
    height: 200px;
  }
  .floor2 .bottom {
    text-align: center;
  }
  .floor2 .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor2 .bottom .button img {
    width: 90px;
  }
  .floor5 {
    width: 100%;
    padding: 30px 0 50px 0;
    background-color: #f1edf8;
  }
  .floor5 .container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
  }
  .floor5 .container .top-title {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #5841d8;
    padding-bottom: 50px;
  }
  .floor5 .container .top-title p {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .floor5 .container .wrap {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
  }
  .floor5 .container .wrap .item {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
  }
  .floor5 .container .wrap .item .title {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-family: Celias;
    font-weight: 500;
    line-height: 32px;
    padding: 10px 0;
  }
  .floor5 .container .wrap .item .text {
    color: #333;
    font-size: 13px;
    line-height: 26px;
  }
  .floor5 .container .wrap .item .text p {
    color: #5841d8;
    font-size: 20px;
    font-family: Celias;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0 20px 0;
  }
  .floor6 {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
  }
  .floor6 .container {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: unset;
    justify-content: flex-start;
  }
  .floor6 .container .left {
    position: relative;
    padding-bottom: 60px;
  }
  .floor6 .container .left .title {
    color: rgb(88, 65, 216);
    text-align: center;
    font-family: Celias;
    font-weight: 500;
    font-size: 34px;
    line-height: 42.5px;
    padding-top: 64px;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text {
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-family: Celias;
    font-weight: 400;
    padding-bottom: 30px;
  }
  .floor6 .container .left .text img {
    width: 130px;
    margin-bottom: 5px;
  }
  .floor6 .container .left .bottom {
    text-align: center;
  }
  .floor6 .container .left .bottom .button {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
    color: #ffffff;
    background: #5d45dc;
    border-color: #5d45dc;
  }
  .floor6 .container .left .bottom .button img {
    margin-left: 3px;
    margin-top: 1px;
    width: 92px;
  }
  .floor6 .container .right {
    margin: 20px auto;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    line-height: 0;
    text-align: center;
  }
  .floor6 .container .right img {
    width: 100%;
    max-width: 100%;
  }
  .footer {
    width: 100%;
    color: #fff;
    background-color: #5741d9;
    padding: 0px 0 90px 0;
  }
  .footer .container {
    width: 100%;
    box-sizing: border-box;
    padding-right: calc((100% - 955px) / 2);
    padding-left: calc((100% - 955px) / 2);
    position: relative;
    height: 100%;
  }
  .footer .container .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-top: 21px;
  }
  .footer .container .bottom .logo-wrapper {
    display: block;
    width: 70px;
    margin: 0 65px 20px 0;
    height: 70px;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 50px;
    color: #fff;
    font-size: 32px;
  }
  .footer .container .bottom .logo-wrapper img {
    width: 70px;
  }
  .footer .container .bottom .wrap {
    flex-grow: 0.4;
    max-width: 235px;
    display: flex;
  }
  .footer .container .bottom .wrap .item {
    margin-right: 8px;
  }
  .footer .container .bottom .wrap .item .cont {
    border-width: 3px;
    width: 32px;
    border: 2px solid #fff;
    height: 32px;
    display: block;
    box-sizing: content-box;
    transition: opacity 0.2s linear 0s;
    padding-top: 4px;
    padding-left: 4px;
    border-radius: 100%;
  }
  .footer .container .bottom .wrap .item .cont .icon {
    width: 28px;
    height: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .footer .container .bottom .wrap .item .cont .icon svg {
    width: 50%;
  }
  .footer .container .bottom .copyright-notice {
    flex-grow: 1;
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }
  .footer .container .bottom .copyright-notice .legal {
    -moz-column-count: 2;
         column-count: 2;
  }
  .footer .container .bottom .copyright-notice .legal .link {
    margin: 0 12px 0 0;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img {
    margin-left: -20px;
    display: flex;
  }
  .footer .container .bottom .copyright-notice .legal .link .link-img img {
    border-radius: 4px;
    width: 80px;
    margin-right: 10px;
  }
  .footer .container .bottom .copyright-notice .legal .link a {
    color: #fff;
  }
  .footer .container .bottom .language {
    align-self: baseline;
  }
  .footer .container .bottom .language .current-language {
    margin: 0 12px 0 0;
    opacity: 0.5;
    display: inline-block;
    font-size: 11px;
  }
  .footer .container .bottom .language .switcher-menu {
    border-bottom: 2px solid #fff;
    position: relative;
    display: inline-block;
  }
  .footer .container .bottom .language .switcher-menu select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 11px;
    padding-right: 12px;
  }
  .footer .container .bottom .language .switcher-menu::after {
    content: "";
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
    pointer-events: none;
  }
}/*# sourceMappingURL=index.css.map */