img {
  vertical-align: middle;
}

.app {
  overflow: hidden;
}

.banner {
  background-image: url(/structure/image/promotion/launch-autumn2021/banner-bg.png);
  height: 600px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}

.banner__title {
  position: absolute;
  top: 154px;
  left: calc(50% - 590px);
}

.banner__main {
  position: absolute;
  bottom: 0;
  left: calc(50% - 110px);
}

.banner__regist {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 467px;
  left: calc(50% - 574px);
}

.banner__btn {
  color: #fff;
  background-image: linear-gradient(-30deg, #2cc1ff 0%, #2293e9 45%, #1864d3 100%);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(31, 31, 34, 0.46);
          box-shadow: 1px 1px 1px 0px rgba(31, 31, 34, 0.46);
  border-radius: 4px;
  padding: 0 10px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
}

.banner__btn .icon-gift {
  font-family: 'iconfont' !important;
  font-size: 40px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  display: inline-block;
  vertical-align: bottom;
}

.banner__btn span {
  vertical-align: text-bottom;
}

.banner__btn .icon-play {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  font-size: 1.4rem;
}

.main > section {
  padding: 40px 0;
}

.main > section > div {
  width: 1200px;
  margin: 0 auto;
}

.main > section.set2 {
  width: auto;
  overflow: hidden;
  background-image: url(/structure/image/promotion/launch-autumn2021/set2-bg.png);
  background-size: cover;
  background-position: center center;
}

.main > section.dark h2 {
  color: #fff;
}

.main > section.dark h2::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#236bff), to(#071f3b));
  background-image: linear-gradient(90deg, #236bff 0%, #071f3b 100%);
}

.main > section.dark h3,
.main > section.dark p {
  color: #fff;
}

.main > section.set4 {
  position: relative;
}

.main > section.set4 > div {
  width: 1000px;
}

.main > section.set4 > .content {
  position: relative;
  z-index: 3;
}

.main > section.set4 .flex-row {
  padding: 30px 0;
  margin-bottom: 0;
}

.main > section.set4 .flex-row .content {
  padding-left: 60px;
}

.main > section.set4 .flex-row h3 {
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0 10px;
  font-size: 1.4rem;
}

.main > section.set4 .flex-row p {
  padding-right: 40px;
}

.main > section.set4 .flex-row .tip {
  padding: 0;
  margin: 20px 0;
  font-style: italic;
  opacity: 0.6;
  text-align: left;
}

.main > section.set4 .blue-bg {
  position: absolute;
  height: calc(100% - 60px);
  width: calc(50vw + 600px);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #286ef1;
}

.main > section.set4 .black-bg {
  position: absolute;
  right: 0;
  top: -60px;
  background-color: #071f3b;
  height: 62%;
  width: calc(50% + 482px);
  z-index: 2;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.main > section.set4 .black-bg::after {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -160px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #071f3b), to(#00070f));
  background: linear-gradient(to top right, #fff 0%, #fff 50%, #071f3b 50% #041325 80%, #00070f 100%);
}

.main h2 {
  position: relative;
  font-size: 2rem;
  color: #2f2f2f;
  height: calc(2.2rem + 30px);
}

.main h2::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 8px;
  top: calc(2.2rem + 20px);
  background-image: -webkit-gradient(linear, left top, right top, from(#236bff), to(#ffffff));
  background-image: linear-gradient(90deg, #236bff 0%, #ffffff 100%);
  border-radius: 4px;
}

.main p {
  text-align: justify;
  font-size: 1rem;
}

.main .flex-row {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .flex-row > div {
  width: 50%;
  margin: 0 20px;
  text-align: left;
}

.main .flex-row > div:last-of-type {
  text-align: right;
}

.main .flex-row > div img.full {
  width: 100%;
}

.swiper-container {
  width: 505px;
  margin: 60px auto;
  height: 360px;
  overflow: visible;
}

.swiper-container .swiper-wrapper {
  height: auto;
  margin-top: 20px;
}

.swiper-container .swiper-button-prev {
  background-image: none;
  color: #fff;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: -320px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-container .swiper-button-next {
  background-image: none;
  color: #fff;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  right: -320px;
}

.swiper-container .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.swiper-container .swiper-slide-active {
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}

.swiper-container .swiper-slide-active:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-box-shadow: 4px 4px 10px #000;
          box-shadow: 4px 4px 10px #000;
}

.swiper-container .swiper-slide .slide__content {
  height: 110px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.swiper-container .swiper-slide .slide__title {
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
}

.swiper-container .swiper-slide .slide__text {
  color: #787979;
  font-size: 1rem;
  text-align: left;
}

.swiper-container .swiper-slide .slide__btn {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #47c1fb;
  font-size: 34px;
}

.set3 {
  background-color: #eff4f8;
}

.set3 h2::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#236bff), to(#eff4f8));
  background-image: linear-gradient(90deg, #236bff 0%, #eff4f8 100%);
}

.set3 .card {
  width: 210px;
  height: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(-23deg, rgba(247, 249, 251, 0.91) 0%, rgba(244, 249, 253, 0.91) 25%, rgba(241, 248, 255, 0.91) 50%, rgba(223, 228, 232, 0.91) 100%), linear-gradient(#e5e5e5, #e5e5e5);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(2, 11, 21, 0.17), -1px -1px 2px 4px #ffffff;
          box-shadow: 1px 1px 8px 0px rgba(2, 11, 21, 0.17), -1px -1px 2px 4px #ffffff;
}

.set3 .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 160px 0 180px;
}

.set3 .card * {
  position: relative;
  z-index: 3;
}

.set3 .card__inside {
  position: absolute;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: linear-gradient(-23deg, rgba(247, 249, 251, 0.91) 0%, rgba(244, 249, 253, 0.91) 25%, rgba(241, 248, 255, 0.91) 50%, rgba(223, 228, 232, 0.91) 100%), linear-gradient(#e5e5e5, #e5e5e5);
  border-radius: 50%;
}

.set3 .card__content {
  border-radius: 50%;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-image: linear-gradient(-23deg, rgba(247, 249, 251, 0.91) 0%, rgba(244, 249, 253, 0.91) 25%, rgba(241, 248, 255, 0.91) 50%, rgba(223, 228, 232, 0.91) 100%), linear-gradient(#e5e5e5, #e5e5e5);
  position: relative;
}

.set3 .card__content::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(159deg, #28bbf1 0%, #2895f1 60%, #286ef1 100%), linear-gradient(159deg, #28bbf1 0%, #2895f1 60%, #286ef1 100%);
  z-index: 1;
}

.set3 .card__content::after {
  content: '';
  left: 0;
  position: absolute;
  border-radius: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-23deg, rgba(247, 249, 251, 0.91) 0%, rgba(244, 249, 253, 0.91) 25%, rgba(241, 248, 255, 0.91) 50%, rgba(223, 228, 232, 0.91) 100%), linear-gradient(#e5e5e5, #e5e5e5);
  z-index: 2;
}

.set3 .card__text {
  text-align: center;
  color: #343434;
  height: 130px;
  font-size: 1rem;
  width: 292px;
  display: none;
  opacity: 0;
}

.set3 .card__text .small {
  font-size: 0.9rem;
}

.set3 .card__icon {
  width: 80px;
}

.set3 .card__btn {
  color: #0c8fff;
  font-size: 1.2rem;
  opacity: 0;
  display: none;
}

.set3 .card__btn .double-icon {
  letter-spacing: -14px;
  font-size: 1.4rem;
}

.set3 .card__btn .double-icon i {
  font-size: inherit;
  vertical-align: middle;
}

.set3 .card__btn .double-icon i:last-of-type {
  color: #54b0fe;
}

.set3 .card__title {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232534;
}

.set3 .card:hover, .set3 .card.active {
  z-index: 2;
}

.set3 .card:hover .card__inside, .set3 .card.active .card__inside {
  width: 380px;
  left: -85px;
  top: -85px;
  height: 380px;
  padding: 14px;
  position: relative;
}

.set3 .card:hover .card__inside::before, .set3 .card.active .card__inside::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: linear-gradient(-40deg, rgba(33, 221, 255, 0.79) 1%, rgba(40, 110, 241, 0.79) 100%);
  z-index: 1;
  -webkit-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.3);
}

.set3 .card:hover .card__inside::after, .set3 .card.active .card__inside::after {
  content: '';
  left: 0;
  position: absolute;
  border-radius: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  -webkit-box-shadow: inset 0px 0px 20px 20px rgba(40, 127, 241, 0.1);
          box-shadow: inset 0px 0px 20px 20px rgba(40, 127, 241, 0.1);
  z-index: 2;
}

.set3 .card:hover .card__content, .set3 .card.active .card__content {
  background: transparent;
  z-index: 3;
  padding: 60px 30px;
}

.set3 .card:hover .card__content::before, .set3 .card.active .card__content::before {
  width: 100%;
  height: 100%;
  border: 1px solid #b2cef0;
  background: transparent;
}

.set3 .card:hover .card__content::after, .set3 .card.active .card__content::after {
  background: transparent;
}

.set3 .card:hover .card__icon, .set3 .card.active .card__icon {
  display: none;
}

.set3 .card:hover .card__text, .set3 .card.active .card__text {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: block;
}

.set3 .card:hover .card__btn, .set3 .card.active .card__btn {
  opacity: 1;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.set3 .card:hover .card__title, .set3 .card.active .card__title {
  font-size: 1.4rem;
}

.set5 > div {
  width: auto !important;
}

.set5 .card {
  color: #2f2f2f;
  margin: 0 20px;
  border-radius: 8px;
  overflow: hidden;
  width: 371px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(3, 9, 30, 0.4);
          box-shadow: 0px 0px 4px 0px rgba(3, 9, 30, 0.4);
}

.set5 .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}

.set5 .card__content {
  padding: 20px;
}

.set5 .card__title {
  text-align: left;
  font-size: 1.2rem;
  height: 70px;
}

.set5 .card__text {
  font-size: 1rem;
  height: 80px;
  text-align: left;
}

.set5 .card__btn {
  margin-top: 10px;
  color: #286ef1;
  font-size: 1.1rem;
}

.set5 .card__btn .iconfont {
  font-family: 'iconfont' !important;
  font-size: 30px;
  vertical-align: bottom;
}

.gift-box {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  zoom: 0.8;
}

.link-pop {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 1000;
}

.link-pop .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 58px;
  top: 9px;
  cursor: pointer;
  z-index: 10;
}

.link-pop .link-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
/*# sourceMappingURL=page.css.map */