.col_3{
  color: #333 !important;
}
.col_3>li>a{
  color: #333 !important;
}
.swiper {
  width: 100%;
  height: 100%;
  transition-delay:.3s;
}
.swiper-slide{
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper{
  height: 100vh !important;
}
.banner{
  width: 100%;
  height:100vh;
}
.banner1{
  position: absolute;
  top: 55%;
  left: 2rem;
  transform: translate(0%, -50%);
}
.banner1_tit{
  font-size: 0.42rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.banner1_msg{
  margin-top: 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.6rem;
}
.posi{
  position: relative;
}
.banner2{
  position: relative;
}
.banner2>img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.f_frame{
  position: absolute;
  top: 22%;
  left: 2rem;
}
.frame{
  background: rgba(0, 0, 0, 0.41);
  border-radius: 30px 30px 30px 30px;
  clip-path: inset(0 0 100% 0);
  /* width: 750px;
  height: 560px; */
  width: 7.5rem;
  height: 5.6rem;
  opacity: 0;
  transition: all 1s ease-out;
  /* padding: 0.3rem; */
}
.frame>div:nth-of-type(1){
  padding-top: 1rem;
  margin-left: 0.5rem;
  opacity: 0;
  transition: all .8s ease-out;
}
.frame>div:nth-of-type(2){
  margin-left: 0.7rem;
  padding-top: .15rem;
  opacity: 0;
  transition: all .8s ease-out;
}
.frame>div:nth-of-type(3){
  margin-left: 0.7rem;
  padding-top: .15rem;
  opacity: 0;
  transition: all .8s ease-out;
}
.link{
  background: #0471FF;
  border-radius: 5px 5px 5px 5px;
  width: 0.04rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}
.frame_msg{
  color: #FFFFFF;
  font-size: 0.16rem;
}
.frame_msg>div:nth-of-type(1){
  margin-right: 0.1rem;
}
.m-t-24{
  margin-top: 0.24rem;
  margin-left: 0.12rem;
}
.frame_tit{
  font-size: 0.3rem;
  color: #fff;
}
.frame_tit_msg{
  margin-top: 0.24rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.serve_t{
  border-bottom: 1px solid #fff;
  padding-bottom: 0.12rem;
  width: 1.7rem;
}
.serve_t>div:nth-of-type(1){
  font-size: 0.58rem;
  color: #FFFFFF;
  font-weight: 500;
}
.serve_t>div:nth-of-type(2){
  font-size: 0.3rem;
  color: #FFFFFF;
}
.serve_b{
  padding-top: 0.14rem;
  color: #FFFFFF;
  font-size: 0.16rem;
}
.serve_box{
  margin-top: 0.4rem;
  margin-left: 0.12rem;
}
.serve_box>div{
  margin-right: 0.5rem;
}
.banner3>div{
  width: 33.33333333333%;
  height: 100vh;
}
._item{
  position: relative;
}
._bg>img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._bg{
  transition: transform 1s ease;
  transform: scale(1);
  height: 100%;
  overflow: hidden;
  position: relative;
}
._text{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  padding: .75rem 0rem;
  z-index: 2;
  color: #fff;
  text-align: center;
}
._text>div:nth-of-type(1){
  color: #FFFFFF;
  font-size: 0.32rem;
  padding-bottom: 0.3rem;
}
._text_bor{
  border: 1px solid #fff;
  border-radius: 24px 24px 24px 24px;
  padding: 0.1rem 0.24rem;
  position: relative;
  transition: all 1s ease-out;
}
._text_bor>div:nth-of-type(1){
  color: #FFFFFF;
  font-size: 0.16rem;
}
.arrow{
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.08rem;
}
.frames{
  position: absolute;
  top: 22%;
  left: 1rem;
  /* width: 750px;
  height: 560px; */
  width: 7.5rem;
  height: 5.6rem;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 30px 30px 30px 30px;
  /* padding: 0.74rem 0.6rem; */
  opacity: 0;
  transition: all 1s ease-out;
  /* padding-top: 0.9rem; */
}
.frames>div:nth-of-type(1){
  margin-top: 0.7rem;
  margin-left: 0.6rem;
}
.frames>div:nth-of-type(2){
  margin-top: 0.2rem;
  margin-left: 0.7rem;
}

.frames>div:nth-of-type(3){
  margin-top: 0.6rem;
  margin-left: 0.7rem;
}
.frames>div:nth-of-type(4){
  margin-top: 0.3rem;
  margin-left: 0.6rem;
}
.frames_active{
  left: 2rem;
}
.frames>div{
  opacity: 0;
  transition: all .8s ease-out;
  padding-left: 0.8rem;
}
.frames>div:nth-of-type(4){
  position: relative;
}
.frames_active_padd{
  padding-left: 0!important;
}
.frames_img{
  font-size: 0.28rem !important;
}
.frames_img1{
  font-size: 0.3rem !important;
}
.frames_item{
  width: 2.78rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1rem;
  color: #FFFFFF;
  font-size: 0.17rem;
}
.m-r-6{
  margin-right: 0.6rem;
}
.m-t-5{
  margin-top: 0.5rem;
}
.m-l-12{
  margin-left: 0.12rem;
}
.m-t-2{
  margin-bottom: 0.28rem;
}
.m-t-4{
  margin-top: 0.4rem;
}
.mt2{
  margin-top: 0.1rem;
}
.scheme_left{
  position: absolute;
  top: 37%;
  left: 2rem;
  z-index: 999;
  /* transform: translate(0%, 0%); */
  clip-path: inset(0 0 100% 0);
  transition: all 1s;
  /* width: 7.6rem; */
  /* height: 5.6rem; */
  /* background: rgba(87, 87, 87, 0.44); */
  /* border-radius: 30px 30px 30px 30px; */
  /* padding: 0.82rem 0.6rem; */
  /* padding-top: 1.3rem; */
}
.scheme_left>div:nth-of-type(1){
  /* margin-left: 0.6rem; */
}
.scheme_left>div:nth-of-type(2){
  /* border-bottom: 1px solid #666666; */
  /* padding-bottom: 0.25rem; */
  /* margin-left: 0.7rem; */
}
.scheme_left>div:nth-of-type(3){
  /* margin-left: 0.64rem; */
}
.frame_msgs{
  color: #333333;
  font-size: 0.16rem;
}
.frame_msgs>div:nth-of-type(1){
  margin-right: 0.1rem;
}
.frame_tits{
  font-size: 0.3rem;
  color: #030303;
}
.frame_tit_msgs{
  margin-top: 0.24rem;
  color: #030303;
  line-height: 0.26rem;
  font-size: 0.16rem;
}
.scheme_right{
  position: absolute;
  top: 60%;
  right: 2rem;
  transform: translate(0%, -50%);
}
.scheme_right_posi{
  position: relative;
  /* width: 6.28rem; */
  /* height: 6.28rem; */
  text-align: center;
}
.ring_img{
  width: 7.8rem;
  height: 7.8rem;
  animation: rotate 15s infinite linear;
}
.map{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map_img{
  width: 2.4rem;
  height: 2.4rem;
  animation: map_rotate 10s infinite linear;
}
.blockchain_img{
  width: 1.05rem;
  height: 1.05rem;
  margin-right: 0.06rem;
}
.blockchain_imgs{
  width: 1.05rem;
  height: 1.05rem;
  margin-left: 0.06rem;
}
.scheme_right_item_tit{
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.06rem;
  font-weight: 700;
}
.scheme_right_item_msg{
  color: #666;
  font-size: 0.12rem;
  line-height: 0.2rem;
  /* min-width: 3.1rem; */
}
.item1{
  position: absolute;
  top: 7%;
  left: 45%;
  animation: item1active 5s infinite linear;
}

@keyframes item1active{
	0%{
    top: 7%;
    left: 45%;
	}
	25%{
    top: 2%;
    left: 40%;
	}
  50%{
    top: -4%;
    left: 45%;
	}
  75%{
    top: 3%;
    left: 50%;
	}
  100%{
    top: 7%;
    left: 45%;
	}
}


.item2{
  position: absolute;
  top: 28%;
  right: -15%;
  animation: item2active 5s infinite linear;
}
@keyframes item2active{
	0%{
    top: 28%;
    right: -15%;
	}
	25%{
    top: 22%;
    right: -10%;
	}
  50%{
    top: 18%;
    right: -15%;
	}
  75%{
    top: 24%;
    right: -20%;
	}
  100%{
    top: 28%;
    right: -15%;
	}
}



.item3{
  position: absolute;
  top: 65%;
  right: -10%;
  animation: item3active 5s infinite linear;
}
@keyframes item3active{
	0%{
    top: 65%;
    right: -10%;
	}
	25%{
    top: 60%;
    right: -5%;
	}
  50%{
    top: 55%;
    right: -10%;
	}
  75%{
    top: 60%;
    right: -15%;
	}
  100%{
    top: 65%;
    right: -10%;
	}
}


.item4{
  position: absolute;
  top: 21%;
  left: -10%;
  animation: item4active 5s infinite linear;
}
@keyframes item4active{
	0%{
    top: 21%;
    right: -10%;
	}
	25%{
    top: 16%;
    left: -5%;
	}
  50%{
    top: 11%;
    right: -10%;
	}
  75%{
    top: 18%;
    right: -15%;
	}
  100%{
    top: 21%;
    right: -10%;

	}
}



.item5{
  position: absolute;
  top: 70%;
  left: -10%;
  animation: item5active 5s infinite linear;
}
@keyframes item5active{
	0%{
    top: 70%;
    left: -10%;
	}
	25%{
    top: 65%;
    left: -15%;
	}
  50%{
    top: 60%;
    left: -10%;
	}
  75%{
    top: 66%;
    left: -5%;
	}
  100%{
    top: 70%;
    left: -10%;
	}
}


.new_left{
  position: absolute;
  left: 1rem;
  top: 25.4%;
  opacity: 0;
  transition: all 1s ease-out;
}
.new_left_active{
  left: 2rem;
}
.new_right{
  position: absolute;
  right: 1rem;
  top: 22%;
  background: rgba(26, 26, 26, 0.46);
  padding: 0.74rem 0.6rem;
  border-radius: 30px 30px 30px 30px;
  opacity: 0;
  transition: all 1s ease-out;
}
.new_right_active{
  right: 1.8rem;
}

.new_right>div{
  margin-left: 0.3rem;
  opacity: 0;
  transition: all 1s ease-out;
}
.new_right_li_active{
  margin-left: 0rem !important;
}
.time_day{
  color: #FFFFFF;
  font-size: 0.59rem;
  font-weight: 400;
}
.time_year{
  color: #FFFFFF;
  font-size: 0.16rem;
}
.text-center{
  text-align: center;
}
.new_right_item>div:nth-of-type(1){
  margin-right: 0.3rem;
}
.new_right_item_tit{
  font-size: 24px;
  margin-bottom: 0.12rem;
}
.new_right_item_text{
  font-size: 14px;
  line-height: 0.24rem;
  color: #C9C9C9;
}
.bor-b{
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.concat{
  position: absolute;
  top: 22%;
  left: 2rem;
}
.client_img{
  width: 1.8rem;
  height: 0.76rem;
  margin-bottom:0.3rem ;
  margin-right: 0.27rem;
}

.bar_img{
  width: 100%;
  height: 4.65rem;
  /* height: 506px; */ 
}

.bar_concat{
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.4rem;
  width: 100%;
}
.bar_concat_top_left{
  font-size: 0.16rem;
  margin-left: 2rem;
  line-height: 0.40rem;
}
.bar_concat_top_left>ul{
  margin-right: 1.2rem;
}
.bar_concat_top_right{
  margin-right: 2rem;
  font-size: 0.16rem;
}
.bar_concat_top_right>div:nth-of-type(2){
  margin-left: 2rem;
}
.phone_text{
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.phone{
  font-size: 0.2rem;
  font-weight: 400;
}
.bar_concat_top_right_info>div:nth-of-type(1){
  margin-bottom: 0.2rem;
}
.bar_concat_top_right_info>div:nth-of-type(2){
  margin-bottom: 0.2rem;
}
.email{
  font-size: 0.22rem;
}
.code{
  width: 1.2rem;
  height: 1.2rem;
}
.code_text{
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.12rem;
}
.bar_concat_bottom{
  margin-top: 0.3rem;
  border-top: 1px solid #CFCFCF;
  padding-top: 0.3rem;
}
.sign_img{
  width: 1.17rem;
  height: 0.43rem;
  margin-right: 0.1rem;
}
.bar_concat_top_rights{
  margin-right: 1.4rem;
  font-size: 0.16rem;
}
.jw_img{
  width: 0.18rem;
  height: 0.2rem;
}
.jw_text{
  font-size: 0.16rem;
  margin-left: 0.08rem;
}
.screenAni {
  transition: all 1s ease-out;
  opacity: 1 !important;
  transform: none;
  clip-path: inset(0 0 0 0);
} 
.z_mode{
  padding-top: 0rem !important;
}
._bg_active{
  transform: scale(1.2);
  transition:  1s ease;
  opacity: 1;
}
.page3{
  height: 100vh;
  overflow: hidden;
}
.bg_model{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(1,73,173,.5); */
  transition: opacity 1s ease;
  opacity: 0;
}

.fill{
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: opacity 1s ease;
  border-radius: 24px 24px 24px 24px;
}

.video-box {
  position: relative;
  height: 3.23rem;
  background-color: #C1CFF7;
  /*进行视频裁剪*/
  overflow: hidden;
}
.video-boxs {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background-image: url('../images/bg.jpg'); */
  background-size: 100% 100%;
  /*进行视频裁剪*/
  overflow: hidden;
}
.video-boxs .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  /*保证视频内容始终居中*/
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*保证视频充满屏幕*/
  object-fit: cover;
  min-height: 800px;
}
.video-box .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  /*保证视频内容始终居中*/
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*保证视频充满屏幕*/
  object-fit: cover;
  min-height: 750px;
}
.view{
  position: relative;
  color: #FFFFFF;
  font-size: 0.16rem;
  width: 100%;
}
._text_view{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  
}
.view_div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.view_img{
  width: 1.38rem;
  height: 0.4rem;
}
.view_imgs{
  width: 1.38rem;
  height: 0.4rem;
  transition: opacity 1s ease;
  opacity: 0;
}
._text_bor_active{
  background:#fff;
}
.bar_ul>li:nth-of-type(1){
  font-size: 0.22rem;
  /* font-weight: bold; */
  margin-bottom: 0.05rem;
}
/* 底部栏动画 */
.bar_ul li{
  z-index: 99999;
  padding:0 0.03rem;
}
.bar_ul li{
  position: relative;
  transition: 0.5s all linear;
  cursor: pointer;
}
.bar_ul li:hover::before {
  width: 100%;
  bottom: 0;
  right: 0;
  border-bottom-color: #fff;
  z-index: -1;
}
.bar_ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #fff;
  transition: 0.5s all linear;
}
.bar_ul li:hover ~ .bar_ul li::before {
  right: 0;
}

.frames_item:hover{
  color: rgba(2,126,251,1);
}




.new_item_view:hover .frame_tit_msg{
  transition: 1s all linear;
  color: #fff !important;
}
.new_item_view:hover .col_h{
  transition: 1s all linear;
  color: #fff !important;
}
.new_item_view:hover .new_right_item_tit{
  transition: 1s all linear;
  color: #fff !important;
}
.new_item_view:hover .new_right_item_text{
  transition: 1s all linear;
  color: #fff !important;
}

.new_right_item:hover{
  transition: 1s all linear;
  color: #fff !important;
}

button {
  margin: 5px 0;
}
.custom-btn {
  width: 1.3rem;
  height: 0.4rem;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 1.3rem;
  height: .4rem;
  line-height: .42rem;
  /* -webkit-perspective: 2.3rem;
  perspective: 2.3rem; */
}
.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 1.3rem;
  height: .4rem;
  line-height: .42rem;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


/* 执行动画 */

@keyframes rotate{
	0%{
		transform: rotate(0);
	}
	50%{
		transform: rotate(180deg);
	}
  100%{
		transform: rotate(360deg);
	}
}


@keyframes map_rotate{
	0%{
		transform: rotate(0);
	}
	50%{
		transform: rotate(180deg);
	}
  100%{
		transform: rotate(360deg);
	}
}










/* //button */
@import url(https://fonts.googleapis.com/css2?family=REM:wght@100;200;400;500;600;700;800&display=swap);
*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.3rem;
}
.w-1{
  width: 0.8rem;
}
.-translate-x-full {
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: #fff;
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: #fff;
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(2,126,251,1);
}
.duration-300 {
  transition-duration: 0.3s;
  font-size: 16px;
  padding: 5px 18px;
  width: 102px;
}
.ease-linear {
  transition-timing-function: linear;
}
._item:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
._item:hover .group-hover\:translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


/* 返回顶部 */
.Topping{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.Topping_top{
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}










/* 第二张图流线 */
.linear{
  background: linear-gradient(0deg, #30FDFF 0%, rgba(142,225,225,.4) 100%);
  z-index: 999;
  height: 0rem;
  width: 2px;
}
.linear1{
  position: absolute;
  top: 0;
  left: 0.6rem;
  animation: linear1 6s infinite linear;
}
@keyframes linear1{
	0%{
    height: 0;
	}
	25%{
    height: 1.5rem;
	}
  50%{
    height: 2.5rem;
	}
  75%{
    height: 3.5rem;
	}
  100%{
    height: 4.5rem;
    opacity: 0;
	}
}
.linear2{
  position: absolute;
  top: 0;
  left: 1.3rem;
  animation: linear2 3s infinite linear;
}
@keyframes linear2{
	0%{
    height: 0;
	}
	25%{
    height: 0.5rem;
	}
  50%{
    height: 1rem;
	}
  75%{
    height: 1.5rem;
	}
  100%{
    height: 2rem;
    opacity: 0;
	}
}
.linear3{
  position: absolute;
  top: 0;
  left: 2.5rem;
  animation: linear3 3s infinite linear;
}
@keyframes linear3{
	0%{
    height: 0;
	}
	25%{
    height: 1rem;
	}
  50%{
    height: 1.5rem;
	}
  75%{
    height: 2.5rem;
	}
  100%{
    height: 3.5rem;
    opacity: 0;
	}
}
.linear4{
  position: absolute;
  top: 0;
  left: 4.5rem;
  animation: linear4 10s infinite linear;
}
@keyframes linear4{
	0%{
    height: 0;
	}
	25%{
    height: 2rem;
	}
  50%{
    height: 4rem;
	}
  75%{
    height: 6rem;
	}
  100%{
    height: 8rem;
    opacity: 0;
	}
}
.linear5{
  position: absolute;
  top: 0;
  left: 6.5rem;
  animation: linear5 5s infinite linear;
}
@keyframes linear5{
	0%{
    height: 0;
	}
	25%{
    height: 1rem;
	}
  50%{
    height: 2rem;
	}
  75%{
    height: 3rem;
	}
  100%{
    height: 4rem;
    opacity: 0;
	}
}
.linear6{
  position: absolute;
  top: 0;
  left: 9.5rem;
  animation: linear6 5s infinite linear;
}
@keyframes linear6{
	0%{
    height: 0;
	}
	25%{
    height: 2rem;
	}
  50%{
    height: 4rem;
	}
  75%{
    height: 6rem;
	}
  100%{
    height: 8rem;
    opacity: 0;
	}
}
.linear7{
  position: absolute;
  top: 0;
  left: 13.5rem;
  animation: linear7 5s infinite linear;
}
@keyframes linear7{
	0%{
    height: 0;
	}
	25%{
    height: 1.5rem;
	}
  50%{
    height: 2.5rem;
	}
  75%{
    height: 3.5rem;
	}
  100%{
    height: 4.5rem;
    opacity: 0;
	}
}
.linear8{
  position: absolute;
  top: 0;
  left: 2.5rem;
  animation: linear8 5s infinite linear;
}
@keyframes linear8{
	0%{
    height: 0;
	}
	25%{
    height: 2.5rem;
	}
  50%{
    height: 3.5rem;
	}
  75%{
    height: 4.5rem;
	}
  100%{
    height: 5.5rem;
    opacity: 0;
	}
}
.linear9{
  position: absolute;
  top: 0;
  left: 15.5rem;
  animation: linear9 10s infinite linear;
}
@keyframes linear9{
	0%{
    height: 0;
	}
	25%{
    height: 3.5rem;
	}
  50%{
    height: 6.5rem;
	}
  75%{
    height: 9.5rem;
	}
  100%{
    height:11.5rem;
    opacity: 0;
	}
}
.linear10{
  position: absolute;
  left: 0.2rem;
  top: 4rem;
  animation: linear10 10s infinite linear;
}
@keyframes linear10{
	0%{
    height: 0;
	}
	25%{
    height: 3.5rem;
	}
  50%{
    height: 6.5rem;
	}
  75%{
    height: 9.5rem;
	}
  100%{
    height:11.5rem;
    opacity: 0;
	}
}
.linear11{
  position: absolute;
  left: 1.6rem;
  top:5rem;
  animation: linear10 5s infinite linear;
}
.linear12{
  position: absolute;
  left: 2.6rem;
  top: 6rem;
  animation: linear10 3s infinite linear;
}
.linear13{
  position: absolute;
  left: 3.9rem;
  top: 8.5rem;
  animation: linear10 3s infinite linear;
}
.linear14{
  position: absolute;
  left: 6.9rem;
  top: 5rem;
  animation: linear10 3s infinite linear;
}
.linear15{
  position: absolute;
  left: 16.4rem;
  top: 4rem;
  animation: linear10 6s infinite linear;
}
.linear16{
  position: absolute;
  left: 9.6rem;
  top: 6rem;
  animation: linear10 6s infinite linear;
}
.linear17{
  position: absolute;
  left: 12.6rem;
  top: 5rem;
  animation: linear10 4s infinite linear;
}
.linear18{
  position: absolute;
  left: 14.6rem;
  top: 5rem;
  animation: linear10 5s infinite linear;
}
.wife{
  width: 0.5rem;
  height: 0.5rem;
  z-index: 9999;
}
.wife_posi1{
  position: absolute;
  top:5rem;
  left: 1rem;
}
.wife_posi2{
  position: absolute;
  top:1.5rem;
  right: 4.4rem;
}