html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #04060a;
  font-size: 20px;
}

body img {
  display: block;
  width: 100%;
  height: auto;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  z-index: 1;
}

.page-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}
.logo {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  width: 15%;
  z-index: 100;
}

/*page1*/
.page1 {
  overflow: hidden;
}
.page1-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page1-slogon {
  position: absolute;
  bottom: 66%;
  left: 15%;
  width: 70%;
  z-index: 2;
}
.page1-sub {
  /* position: absolute;
	bottom: 57%;
	left: 30%;
	width: 40%; */
  position: relative;
  width: 100%;
  margin: 0 auto 1%;
  z-index: 2;
}
.page1-dz1 {
  position: absolute;
  bottom: 17%;
  right: 16%;
  width: 19.73%;
  animation: reverseRotataZ 10s linear infinite;
  z-index: 5;
}
@keyframes reverseRotataZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

.page1-slider {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 18%;
  z-index: 2;
}
.page1-slider .swiper-container {
  width: 100%;
}
.page1-slider .swiper-slide {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.page1-slider .swiper-slide-active,
.page1-slider .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.page1-tip {
  position: absolute;
  bottom: 5%;
  left: 32%;
  width: 36%;
  z-index: 3;
}
.page1-row1 {
  position: absolute;
  top: 30%;
  right: 110%;
  width: 26.92%;
  opacity: 0.5;
  animation: rowleftmove 2s ease 0.1s forwards infinite;
  z-index: 3;
}
@keyframes rowleftmove {
  0%,
  100% {
    opacity: 0.5;
    right: 110%;
  }

  50% {
    opacity: 0.8;
    right: 115%;
  }
}

.page1-row2 {
  position: absolute;
  top: 30%;
  left: 110%;
  width: 26.92%;
  opacity: 0.5;
  animation: rowRightmove 2s ease 0.1s forwards infinite;
  z-index: 3;
}
@keyframes rowRightmove {
  0%,
  100% {
    opacity: 0.5;
    left: 110%;
  }

  50% {
    opacity: 0.8;
    left: 115%;
  }
}

/*page2*/
.page2 {
}
.page2-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page2-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -10%;
  z-index: 2;
}
.page2-box {
  position: relative;
  width: 100%;
  padding: 5.5rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page2-title {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.page2-con {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.page2-img1 {
  position: relative;
  width: 100%;
}
.page2-img2 {
  position: relative;
  width: 100%;
  margin: 2rem auto;
}
.page2-img3 {
  position: relative;
  width: 100%;
}

.btn-return {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon-return.png) center no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.btn-jump {
  position: fixed;
  left: 1rem;
  bottom: 5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}

/*page3*/
.page3 {
}
.page3-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page3-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -10%;
  z-index: 2;
}
.page3-box {
  position: relative;
  width: 100%;
  padding: 4rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page3-title {
  position: relative;
  width: 100%;
}
.page3-con {
  position: relative;
  width: 100%;
}
.page3-tab {
  position: relative;
  width: 80%;
  height: 2rem;
  border: #a3ffff 1px solid;
  border-radius: 0.8rem;
  box-sizing: border-box;
  margin: 2rem auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
}
.page3-tab .tab-item {
  position: relative;
  flex: 1;
  height: calc(100% + 2px);
  margin-top: -1px;
  /* border-radius: .8rem 0 0 .8rem; */
  background: rgba(163, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #1bffff;
}
.page3-tab .tab-item:nth-child(2n) {
  /* border-radius: 0 .8rem .8rem 0; */
}
.page3-tab .tab-item.on {
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  color: #2b4270;
  font-weight: 800;
}
.page3-tabcon {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.page3-tabcon .tabcon-inner {
  position: relative;
  width: 100%;
  display: none;
}
.tabcon-inner .card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1bffff;
  font-size: 24px;
  font-weight: bold;
  height: 40vh;
}
.page3-tabcon .tabcon-inner.on {
  display: block;
}
.page3-tabcon .tabcon-inner .tabcon-card {
  position: relative;
  width: 100%;
  column-count: 2;
  column-gap: 1rem;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item {
  position: relative;
  width: 100%;
  /* display: block;
	page-break-inside: avoid; */
  -webkit-column-break-inside: avoid;
  margin-bottom: 1rem;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.box-box1-bg1 {
  position: relative;
  width: 100%;
}
.box-box1-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page3-box1-2.png) center repeat-y;
  background-size: 100% auto;
}
.box-box1-bg3 {
  position: relative;
  width: 100%;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0.75rem 0.75rem;
  box-sizing: border-box;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-inner .item-img {
  position: relative;
  width: 100%;
  background: #777a96;
  border-radius: 8px;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-inner .item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.num-view {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 1rem;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: #000;
}
.num-view .icon-eye {
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/icon-eye.png) center no-repeat;
  background-size: 100% 100%;
}
.num-view .num {
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
}
.num-view.view2 {
  bottom: 1.5rem;
  right: 1.5rem;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-inner .item-name {
  font-size: 14px;
  color: #fff;
  margin: 0.5rem 0;
}
.page3-tabcon .tabcon-inner .tabcon-card .card-item .item-inner .item-ft {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-left {
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-right {
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-right
  .right-view {
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-right
  .right-view
  .icon-zan {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/icon-zan1.png) center no-repeat;
  background-size: 100% 100%;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-right
  .right-view.on
  .icon-zan {
  background: url(../images/icon-zan2.png) center no-repeat;
  background-size: 100% 100%;
}
.page3-tabcon
  .tabcon-inner
  .tabcon-card
  .card-item
  .item-inner
  .item-ft
  .ft-right
  .right-view
  .num {
  font-size: 12px;
  color: #fff;
}

/*page4*/
.page4 {
}
.page4-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page4-bg-dz1 {
  position: absolute;
  top: 20rem;
  width: 48%;
  right: -10%;
  z-index: 2;
}
.page4-box {
  position: relative;
  width: 100%;
  padding: 6rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}

.page4-hd {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.page4-box1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.page4-box1-bg1 {
  position: relative;
  width: 100%;
}
.page4-box1-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page4-box1-2.png) center repeat-y;
  background-size: 100% auto;
}
.page4-box1-bg3 {
  position: relative;
  width: 100%;
}
.page4-con1 {
  position: relative;
  width: 100%;
  min-height: 6rem;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 2;
}

.page4-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.page4-slider .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page4-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.page4-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page4-slider .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.page4-slider .pagination.ptop {
  bottom: 100%;
}
.page4-slider .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #8098bf;
  border: #a3ffff 2px solid;
  box-sizing: border-box;
}
.page4-slider .pagination .swiper-pagination-bullet-active {
  background: #a3ffff;
}

.page4-bd {
  position: relative;
  width: 85%;
  margin: 1rem auto 0;
}
.page4-box2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.page4-box2-bg1 {
  position: relative;
  width: 100%;
}
.page4-box2-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page4-box2-2.png) center repeat-y;
  background-size: 100% auto;
}
.page4-box2-bg3 {
  position: relative;
  width: 100%;
}

.page4-con2 {
  position: relative;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 6rem;
  z-index: 2;
}

.page4-con2-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-line {
  position: relative;
  width: 100%;
  border-top: #a2ffff 1px solid;
  margin: 0.5rem auto;
}
.title-line .icon-sjx {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-top: #a2ffff 6px solid;
  border-left: transparent 6px solid;
  border-bottom: transparent 6px solid;
  border-right: transparent 6px solid;
}
.page4-con2-sub {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.page4-con2-sub .sub-left {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
}
.page4-con2-sub .sub-right {
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.page4-con2-sub .sub-right .right-view {
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.page4-con2-sub .sub-right .right-view .icon-eye {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-zan1.png) center no-repeat;
  background-size: 100% 100%;
}
.page4-con2-sub .sub-right .right-view.on .icon-eye {
  background: url(../images/icon-zan2.png) center no-repeat;
  background-size: 100% 100%;
}
.page4-con2-sub .sub-right .right-view .num {
  font-size: 16px;
  color: #fff;
}
.page4-con2-con {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.page4-btn {
  position: relative;
  width: 84%;
  margin: 2rem auto 0;
}
.page4-btn .btn-item {
  position: relative;
  width: 100%;
  margin: 1rem auto;
}
.page4-btn .btn-item .btn-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*page5*/

/*page6*/
.page6 {
}
.page6-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page6-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -10%;
  z-index: 2;
}
.page6-box {
  position: relative;
  width: 100%;
  padding: 4rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.public-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: 3px;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public-title .title-dz2 {
  flex-shrink: 0;
  width: 0.5rem;
  margin-bottom: 0.5rem;
}
.public-title .title-dz3 {
  flex-shrink: 0;
  width: 0.5rem;
  margin-top: 0.5rem;
}
.page6-con {
  position: relative;
  width: 100%;
}

.page6-tabcon {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.page6-tabcon .tabcon-inner {
  position: relative;
  width: 100%;
  display: none;
}
.page6-tabcon .tabcon-inner.on {
  display: block;
}
.page6-tabcon .tabcon-inner .tabcon6-card {
  position: relative;
  width: 100%;
}
.tabcon6-card .card-item {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.tabcon6-card .card-item:nth-child(2) {
  animation: float 3s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(3) {
  animation: float 4s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(4) {
  animation: float 5s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(5) {
  animation: float 3s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(6) {
  animation: float 4s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(7) {
  animation: float 5s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(8) {
  animation: float 3s ease-in-out infinite;
}
.tabcon6-card .card-item:nth-child(9) {
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.tabcon6-card .card-item2 {
  position: relative;
  width: 90%;
  margin: 2rem 0;
  left: 5%;
}
.tabcon6-card .card-item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.page6-box1-bg1 {
  position: relative;
  width: 100%;
}
.page6-box1-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page6-box1-2.png) center repeat-y;
  background-size: 100% auto;
}
.page6-box1-bg3 {
  position: relative;
  width: 100%;
}

.tabcon6-card .card-item .item-inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.tabcon6-card .card-item .item-inner .inner-left {
  flex-shrink: 0;
  width: 5rem;
  height: 7rem;
  border-radius: 8px;
  overflow: hidden;
}
.tabcon6-card .card-item .item-inner .inner-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabcon6-card .card-item .item-inner .inner-right {
  flex: 1;
  /*margin-left: 1rem;*/
}
.tabcon6-card .card-item .item-inner .inner-right .r-name {
  flex-shrink: 0;
  margin-right: 1rem;
  margin-left: 0.5rem;
  color: #ffffff;
  font-weight: 800;
}
.tabcon6-card .card-item .item-inner .inner-right .r-line {
  width: 2rem;
  height: 5px;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  margin: 0.25rem 0 0.5rem 0;
}
.tabcon6-card .card-item .item-inner .inner-right .r-txt1 {
  font-size: 14px;
  color: #a3ffff;
}
.tabcon6-card .card-item .item-inner .inner-right .r-btn {
  position: relative;
  width: 60%;
  height: 1.6rem;
  border-radius: 0.8rem;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  color: #2b4270;
  font-size: 14px;
  font-weight: 600;
  margin: 0.5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabcon6-card .card-item .item-inner .inner-right .inner-toptop {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(162, 255, 255, 0.27)
  );
}
.inner-toptop-right {
  flex: 1;
}
.r-txt3 {
  font-size: 16px;
  margin-top: 0.5rem;
  color: #a3ffff;
  text-align: justify;
}

.page6-box2-bg1 {
  position: relative;
  width: 100%;
}
.page6-box2-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page6-box2-2.png) center repeat-y;
  background-size: 100% auto;
}
.page6-box2-bg3 {
  position: relative;
  width: 100%;
}

.tabcon6-qa {
  position: relative;
  width: 100%;
}
.tabcon6-qa .qa-item {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.tabcon6-qa .qa-item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.tabcon6-qa .qa-item .item-inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 1.2rem 0.75rem;
  box-sizing: border-box;
}
.tabcon6-qa .qa-item .item-inner .item-q {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.tabcon6-qa .qa-item .item-inner .item-q .icon-q {
  flex-shrink: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon-q.png) center no-repeat;
  background-size: 100% 100%;
}
.tabcon6-qa .qa-item .item-inner .item-q .item-right {
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
}

.tabcon6-qa .qa-item .item-inner .item-line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(167, 255, 255, 0.5);
  margin: 0.5rem auto;
}

.tabcon6-qa .qa-item .item-inner .item-a {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.tabcon6-qa .qa-item .item-inner .item-a .icon-a {
  flex-shrink: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon-a.png) center no-repeat;
  background-size: 100% 100%;
}
.tabcon6-qa .qa-item .item-inner .item-a .item-right {
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
}

/*page7*/
.page7 {
}
.page7-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page7-bg-dz1 {
  position: absolute;
  top: 20rem;
  width: 48%;
  right: -13%;
  z-index: 2;
}
.page7-box {
  position: relative;
  width: 100%;
  padding: 4rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page7-title {
  position: relative;
  width: 100%;
}
.page7-con {
  position: relative;
  width: 100%;
}
.page7-img1 {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.page7-img2 {
  position: relative;
  width: 100%;
}
.page7-img3 {
  position: relative;
  width: 100%;
  margin: 2rem auto;
}

.page7-slider {
  position: relative;
  width: 100%;
  z-index: 2;
}
.page7-slider .swiper-container {
  width: 100%;
}
.page7-slider .swiper-slide {
  width: 80%;
  margin: 0 auto;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page7-slider .swiper-slide-active,
.page7-slider .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page7-slider .swiper-slide .imgbox {
  position: relative;
  width: 100%;
}
.page7-slider .swiper-slide .imgbox .page7-star {
  position: absolute;
  right: -0.1rem;
  top: -0.5rem;
  width: 3rem;
}
.page7-slider .swiper-slide .txt1 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem;
}
.page7-slider .swiper-slide .txt2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}
.page7-slider .swiper-slide .txt3 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}
.page7-slider .swiper-slide .txt4 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}

/*page8*/
.page8 {
}
.page8-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page8-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -13%;
  z-index: 2;
}
.page8-box {
  position: relative;
  width: 100%;
  padding: 5rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page8-title {
  position: relative;
  width: 100%;
}
.page8-con {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.page8-btn {
  position: relative;
  width: 82%;
  margin: 0 auto;
}
.page8-btn .btn-item {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.page8-btn .btn-item .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #093f7c;
}

/*page9*/
.page9 {
}
.page9-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page9-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -13%;
  z-index: 2;
}
.page9-box {
  position: relative;
  width: 100%;
  padding: 5rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page9-title {
  position: relative;
  width: 100%;
}
.page9-con {
  position: relative;
  width: 84%;
  margin: 0 auto;
}
.page9-part {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.per80 {
  width: 80%;
  margin: 0.5rem auto 1rem;
}
.mt10 {
  margin-top: 1rem;
}
.public-sub {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 2px;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public-box {
  position: relative;
  width: 100%;
}
.public-box .box-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.public-dz2 {
  position: absolute;
  left: 0;
  top: 25%;
  width: 0.35rem;
}
.public-box-bg1 {
  position: relative;
  width: 100%;
}
.public-box-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/page6-box2-2.png) center repeat-y;
  background-size: 100% auto;
}
.public-box-bg3 {
  position: relative;
  width: 100%;
}
.public-box .box-inner {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  /* text-align: justify;
	text-align-last: justify; */
}
.public-box .box-inner p {
  margin: 0.5rem auto;
  font-size: 16px;
  line-height: 2;
}

/*page10*/
.page10 {
}
.page10-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page10-inner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #040b14 url(../images/bg3.png) bottom center repeat-y;
  background-size: 100% auto;
}
.page10-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -13%;
  z-index: 2;
}
.page10-box {
  position: relative;
  width: 100%;
  padding: 4rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page10-title {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page10-con {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
.page10-form {
  position: relative;
  width: 84%;
  margin: 1rem auto;
}
.page10-form .form-name {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-indent: 3px;
  letter-spacing: 3px;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.page10-form .form-info {
  position: relative;
  width: 100%;
  border-bottom: #6deafa 1px solid;
  margin-bottom: 1rem;
}
.btn-add {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #6deafa;
}
.page10-form .form-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page10-form .form-info .icon-del {
  position: absolute;
  top: -5px;
  right: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/icon-del.png) center no-repeat;
  background-size: 100% 100%;
}
.page10-form .form-info .form-group {
  position: relative;
  width: 100%;
}
.page10-form .form-info .form-group .group-label {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.5rem;
}
.page10-form .form-info .form-group .group-control {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: #6deafa 1px solid;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.page10-form .form-info .form-group .group-control .selectbox {
  position: relative;
  width: 100%;
}
.page10-form .form-info .form-group .group-control .selectbox .weuitext {
  position: relative;
  width: 100%;
  z-index: 2;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  padding-right: 1rem;
  box-sizing: border-box;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page10-form .form-info .form-group .group-control .selectbox .icon-down {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-down.png) center no-repeat;
  background-size: 100% 100%;
}
.page10-form .form-info .form-group .group-control .inputbox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.page10-form .form-info .form-group .group-control .inputbox input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
}
.page10-form
  .form-info
  .form-group
  .group-control
  .inputbox
  input::placeholder {
  color: #ccc;
}

.btn-agree {
  position: relative;
  width: 84%;
  margin: 2rem auto;
  display: flex;
  flex-flow: row nowrap;
}
.btn-agree .icon-agree {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: #6deafa 1px solid;
  box-sizing: border-box;
}
.btn-agree.on .icon-agree::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #6deafa;
}
.btn-agree .txt-agree {
  flex: 1;
  font-size: 14px;
  line-height: 1rem;
  color: #fff;
}

.red {
  color: #ff8383;
}
.btn-submit {
  position: relative;
  width: 50%;
  height: 2rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #adf1ff, #4be1ff);
  color: #093f7c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-indent: 3px;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*page11*/
.page11 {
}
.page11-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
}
.page11-bg-dz1 {
  position: absolute;
  top: 12rem;
  width: 48%;
  right: -13%;
  z-index: 2;
}
.page11-box {
  position: relative;
  width: 100%;
  padding: 5rem 0 4rem 0;
  box-sizing: border-box;
  z-index: 3;
}
.page11-title {
  position: relative;
  width: 100%;
}
.page11-con {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
.page11-img1 {
  position: relative;
  width: 100%;
}
.btn-more {
  position: relative;
  width: 50%;
  height: 2rem;
  border-radius: 1rem;
  margin: 1.5rem auto;
  border: #a3ffff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3ffff;
  font-size: 16px;
}
.page11-btn {
  position: relative;
  width: 84%;
  margin: 0 auto;
}
.page11-btn .btn-item {
  position: relative;
  width: 100%;
  margin: 1.5rem auto;
}
.page11-btn .btn-item .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #093f7c;
}

/*弹出层*/
.popbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.maskbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
/*登录*/
.pop-login {
  position: relative;
  width: 84%;
}
.pop-login .login-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
.login-box1-bg1 {
  position: relative;
  width: 100%;
}
.login-box1-bg2 {
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../images/login-box1-2.png) center repeat-y;
  background-size: 100% auto;
}
.login-box1-bg3 {
  position: relative;
  width: 100%;
}
.page6-pop {
  position: relative;
  z-index: 2;
  padding: 1rem 1rem;
  margin: 1rem 0;
  line-height: 2;
  box-sizing: border-box;
  /* text-align: center; */
  font-size: 14px;
  /*font-weight: bold;*/
  /* text-indent: 10px; */
  /* letter-spacing: 10px; */
  /* background: linear-gradient(to bottom, #ffffff, #A2FFFF); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  max-height: 60vh;
  color: #fff;
  overflow: auto;
  overflow-x: hidden;
}
.pop-login .login-form {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  z-index: 2;
}
.pop-login .login-form .form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-indent: 10px;
  letter-spacing: 10px;
  background: linear-gradient(to bottom, #ffffff, #a2ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-login .login-form .form-con {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.pop-login .login-form .form-con .form-row {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: #6deafa 1px solid;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pop-login .login-form .form-con .form-row .selectbox {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.pop-login .login-form .form-con .form-row .selectbox .code_num {
  position: relative;
  width: 100%;
  z-index: 2;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  padding-right: 1rem;
  box-sizing: border-box;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pop-login .login-form .form-con .form-row .selectbox .icon-down {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/icon-down.png) center no-repeat;
  background-size: 100% 100%;
}
.pop-login .login-form .form-con .form-row .row-line {
  flex-shrink: 0;
  margin: 0 0.5rem;
  width: 1px;
  height: 100%;
  background-color: #6deafa;
}
.pop-login .login-form .form-con .form-row .inputbox {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.pop-login .login-form .form-con .form-row .inputbox input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
}
.pop-login .login-form .form-con .form-row .inputbox input::placeholder {
  color: #ccc;
}
.pop-login .login-form .form-con .form-row .btn-code {
  flex-shrink: 0;
  padding: 0 0.5rem;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #adf1ff, #4be1ff);
  color: #2b4270;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.btn-login {
  position: relative;
  width: 60%;
  height: 2rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #adf1ff, #4be1ff);
  color: #2b4270;
  font-size: 18px;
  font-weight: 600;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-close.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
}

.link-txt {
  border-bottom: #ffffff 1px dashed;
}

/*动画*/
@keyframes toUP {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    bottom: -100%;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes wordmove {
  0% {
    opacity: 0;
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes suofang {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0, 0) translateZ(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9, 0.9) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateZ(0);
    opacity: 1;
  }
}

@keyframes yanhua {
  0% {
    opacity: 1;
    transform: scale(0, 0);
    transform-origin: center;
  }

  70% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: center;
  }

  71%,
  100% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: center;
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes yun {
  0%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }

  50% {
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes shouzhi {
  0%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }

  50% {
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes resultmove {
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateZ(360deg);
  }
}

/* music End*/
/*动画效果样式  开始*/
@keyframes tada {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    opacity: 1;
    -webkit-transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -2deg);
    transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -2deg);
  }

  30%,
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 2deg);
    transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 2deg);
  }

  40%,
  60%,
  80% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -2deg);
    transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -2deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0, 0) translateZ(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9, 0.9) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateZ(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-5rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-80%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(80%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes maskAni {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
  }
}

@keyframes numSlideInUp {
  0% {
    -webkit-transform: translateY(30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes numSlideInUpLast {
  0% {
    -webkit-transform: translateY(30%) scale(0);
    opacity: 0;
  }

  33% {
    -webkit-transform: translateY(-30%) scale(1.8);
    opacity: 1;
  }

  67% {
    -webkit-transform: translateY(0) scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes numSlideInDown {
  0% {
    -webkit-transform: translateY(-30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes numSlideInLeft {
  0% {
    -webkit-transform: translateX(30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes numSlideInRight {
  0% {
    -webkit-transform: translateX(-30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes smallToBig {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes bigToSmall {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flip {
  0% {
    opacity: 1;
    -webkit-transform: perspective(500px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    opacity: 1;
    -webkit-transform: perspective(500px);
    -webkit-animation-timing-function: ease-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(180deg)
      scale(1.3);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes swing {
  20% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes heartBeat {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  28% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*动画效果样式 结束*/
