div{
  box-sizing: border-box;
}
.cloud-login{
  background: #ffffff;
}
.mgl-32{
  margin-left: 32px;
}
.mgt-32{
  margin-top: 32px;
}
.color-FE6D40{
  color: #FE6D40;
}
.color-4D526D{
  color: #4D526D;
}

.content-title{
  width: 100%;
  height: 60px;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  color: #252642;
  line-height: 60px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
}
.line-1{
  position: relative;
  width: 100%;
}
.btn-FE6D40{
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(248deg, #ff9051 0%, #fe6d40 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden; /* 确保动画效果不会溢出 */
  transition: background-color 10s ease; /* 平滑过渡效果 */
  position: relative;
  padding: 2px;
}

.btn-FE6D40::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(125deg, rgba(255,255,255,0) 43%, rgba(255,255,255,0.8), rgba(255,255,255,0) 53%) 0 0/300% 100%;
  animation: lightningBorderAnimation 4s infinite linear;
  animation-delay: 2s;
}
.btn-FE6D40>div{
  border-radius: 8px;
  background: linear-gradient(248deg, #ff9051 0%, #fe6d40 100%);
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 1;
}
.btn-FE6D40>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(125deg, rgba(255,255,255,0) 48%, rgba(255,255,255,0.8), rgba(255,255,255,0) 53%) 0 0/300% 100%;
  animation: lightningBorderAnimation 4s infinite linear;
}
.btn-FE6D40>div:hover{
  background-image: url(https://www.joinf.com/images/buttom.gif);
}

@keyframes lightningBorderAnimation {
  0% { background-position: 100% 0; }
  25% { background-position: 100% 0; }
  50% { background-position: 100% 0; }
  85% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}
.line-1>img{
  width: 100%;
}

.line-1 #videoBox{
  width: 52.7%;
  height: 50.8%;
  border: 2px solid transparent;
  border-radius: 14px;
  position: absolute;
  top: 30.3%;
  left: 50%;
  transform: translate(-50%, 22%);
  overflow: hidden;
}

.line-1 #videoBox video{
  width: 100%;
  height: auto;
  border-radius: 14px;
}
#clickBox{
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 31px);
  width: 200px;
  height: 62px;
}
.removeDown{
  bottom: 10% !important;
  transition: bottom 1s;
}
.removeUp{
  bottom: 50% !important;
  transition: bottom 1s;
}
#playClick{
  background: linear-gradient(242deg,#ff9051 3%, #ffa06b 44%, #fe6d40 100%);
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 0px;
  white-space: nowrap;
  z-index: 100;
}
.play-box{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 4px;
  width: 100%;
  height: 100%;
}
.play-text{
  width: 72%;
  overflow: hidden;
  white-space: nowrap;
}
.playGrow{
  width: 200px;
  height: 62px;
  border-radius: 16px;
  transition: width 1s, height 1s, border-radius 1.5s; 
}
.playGrow .play-icon{
  width: 15%;
  margin-left: 3%;
}
.playGrow .play-text{
  animation-name: wid_increase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.playRound{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transition: width 1s, height 1s, border-radius 1.5s;
}
.playRound .play-icon{
  width: auto;
  height: 70%;
  margin-left: 16%;
}
.playRound .play-text{
  /* display: none; */
  width: 0;
  animation-name: wid_reduce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes wid_increase {
  0% {
    width: 0%;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 72%;
    opacity: 1;
  }
}
@keyframes wid_reduce {
  0% {
    width: 72%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}

#sitehdSubmit1{
  position: absolute;
  left: 41%;
  top: 26%;
  z-index: 1;
  width: 14%;
  height: 5.4%;
  line-height: 200%;
  transform: translate(14%, 8%);
}
#sitehdSubmit1 .text-box{
  width: 120px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60px, -12px);
}

.line-2{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  background: linear-gradient(180deg,#ffffff 0%, #f9fafe 7%, #ffffff 80%, #ffffff 100%);
}
.line-2-cont{
  width: 1240px;
  height: auto;
  margin: auto;
  margin-top: 60px;
}
.line-2-cont .line-2-tab-box{
  width: 651px;
  height: 72px;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 6px;
  border-radius: 36px;
  background: #ffffff;
}

.line-2-tab-box .tab-item{
  width: 199px;
  height: 60px;
  background: #ffffff;
  border-radius: 40px;
  cursor: pointer;
  padding: 2px;
  position: relative;
  overflow: hidden; 
}
.line-2-tab-box .tab-item .tab-item-cont{
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  width: calc(100% - 4px);
  height: 56px;
  background: #ffffff;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #686d88;
  line-height: 56px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  /* border: 2px solid transparent;  */
  /* 初始透明边框 */
}

.line-2-tab-box .tab-item:hover .rotate-bg{
  display: block;
}
.line-2-tab-box .active:hover .rotate-bg{
  display: none !important;
}
/* .line-2-tab-box .active:hover .rotate-bg{
  display: block;
} */
.line-2-tab-box .tab-item .rotate-bg{
  display: none;
  position: absolute;
  left: -3px;
  top: -70px;
  z-index: 1;
  width: 196px;
  height: 196px;
  animation: rotateAnimation 4s linear infinite;
  /* background: linear-gradient(248deg, #ffffff 0%,#ffffff 10%, #beecfe 50%, #959efe 100%); */
  /* background: linear-gradient(0deg, #beecfe 0%, #959efe 100%); */
}
.line-2-tab-box .tab-item .rotate-bg>div{
  /* float: left; */
  width: 196px;
  height: 98px;
}
.line-2-tab-box .tab-item .rotate-bg .gradient1{
  background: linear-gradient(248deg, #ffffff 0%, #beecfe 40%, #959efe 100%);
}
.line-2-tab-box .tab-item .rotate-bg .gradient2{
  background: linear-gradient(248deg, #959efe 0%, #beecfe 60%, #ffffff 100%);
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.line-2-tab-box .tab-item .tab-item-cont img{
  height: 56px;
}
.line-2-tab-box .active .tab-item-cont{
  background: #fff9f4 !important;
  color: #fe6d40;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
}
.line-2-tab-box .active{
  background: #fff9f4;
  border-radius: 40px;
  width: 227px!important;
  position: relative;

}

.line-2 .line-2-cont .line-2-tab-cont{
  margin-top: 60px;
  height: auto;
}
.tab-list{

}
.tab-list-text{

}
.tab-list-img{

}

.bg-FE6D40{
  border-radius: 24px;
  box-shadow: 6px 6px 10px 0px rgba(255,180,158,0.16), 15px 15px 20px 0px rgba(255,202,185,0.16); 
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #FE6D40 0%, #FFA06B 100%);
  display: flex;
  justify-content:flex-end;
}
.bg-FE6D40>div{
  width: calc(100% - 6px);
  border-radius: 20px 24px 24px 20px;
  background: #fff9f4;
  float: right;
  min-height: 100px;
  padding: 20px 15px 20px 24px;
}

.l_to_r{
  animation-name: jf_l_to_r;
  -webkit-animation-duration: 0.8s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.r_to_l{
  animation-name: jf_r_to_l;
  -webkit-animation-duration: 0.8s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.d_to_t{
  animation-name: jf_d_to_t;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8ss;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}

.scale_up{
  animation-name: jf_up;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bg-f5f7fd{
  width: 100%;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7fd;
  box-shadow: 4px 4px 8px 0px rgba(194,230,255,0.20), 8px 8px 19.9px 0px rgba(175,223,255,0.28);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bg-f5f7fd .bg-f5f7fd-ch{
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 21px;
  background: #f5f7fd;
  min-height: 100px;
  padding: 20px 24px;
  border: 3px solid transparent;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}

.rotate-bg-6198ff {
  display: none;
  position: absolute;
  left: -10px;
  top: -250px;
  z-index: 1;
  width: 600px;
  height: 600px;
  background: linear-gradient(90deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 96%);
}
.bg-f5f7fd:hover .rotate-bg-6198ff{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}

.tab-text-title{
  width: 100%;
  height: 42px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}

.ecology-title-icon{
  height: 23px;
  width: 34px;
}
.ecology-title-icon img{
  height: 23px;
}
.ecology-title-test{
  height: 22px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  line-height: 22px;
}
.ecology-drop{
  width: 6px;
  height: 6px;
  background: #4f5384;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 14px;
  margin: 14px 12px 0px 6px;
}
.ecology-test{
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #252642;
  line-height: 22px;
  padding: 5px;
}

.ecology-move1{
  position: absolute;
  right: 6px;
  top: 42px;
  width: 450px;
  height: 105px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
  animation-delay: 0.8s !important;
}
.ecology-move1:hover .rotate-bg{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}
.ecology-move1 .rotate-bg {
  /* display: none; */
  position: absolute;
  left: -14px;
  top: -230px;
  z-index: 1;
  width: 480px;
  height: 480px;
  background: linear-gradient(135deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 100%);
}
.ecology-move1>img{
  width: 442px;
  height: 97px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 11px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
}
.ecology-move2{
  position: absolute;
  bottom: 44px;
  left: 40px;
  height: 181px;
  animation-delay: 0.8s !important;
}
.ecology-move3{
  position: absolute;
  right: 66px;
  top: 69px;
  width: 200px;
  height: 161px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
  animation-delay: 0.8s !important;
}
.ecology-move3:hover .rotate-bg{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}
.ecology-move3 .rotate-bg {
  /* display: none; */
  position: absolute;
  left: -45px;
  top: -50px;
  z-index: 1;
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 100%);
}
.ecology-move3>img{
  width: 192px;
  height: 153px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 11px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
}
.ecology-move4{
  position: absolute;
  bottom: 56px;
  left: 35px;
  height: 193px;
  animation-delay: 0.8s !important;
}
.ecology-move5{
  position: absolute;
  top: 84px;
  left: -26px;
  height: 96px;
  animation-delay: 0.8s !important;
}
.ecology-move6{
  position: absolute;
  bottom: 28px;
  right: 12px;
  height: 218px;
  animation-delay: 0.8s !important;
}
.ecology-move7{
  position: absolute;
  bottom: 38px;
  right: 55px;
  height: 218px;
  animation-delay: 0.8s !important;
}
.ecology-move8{
  position: absolute;
  bottom: 232px;
  right: 150px;
  height: 80px;
  animation-delay: 0.8s !important;
}
.ecology-move9{
  position: absolute;
  bottom: 55px;
  right: 192px;
  height: 128px;
}

.line-3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  background: #f6f9ff url('../images/aiAgent/line3-bg.png') repeat;
}
.line-3 .operate-box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 10px 45px 50px 45px;
}
.line-3 .operate-box .operate1{
  height: 50px;
  width: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(255,255,255,0.09), 22px 20.71px 39.36px 0px rgba(0,0,0,0.15); 
}
.line-3 .operate-box .operate1 img{
  height: 50px;
  width: auto;
}
.line-3 .operate-box .operate2{
  width: auto;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  /* box-shadow: 12.57px 25.14px 47.15px 0px rgba(0,0,0,0.1), 6.9px 20.71px 39.36px 0px rgba(255,255,255,0.00);  */
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(255,255,255,0.09), 22px 20.71px 39.36px 0px rgba(0,0,0,0.15); 
}
.line-3 .operate-box .operate2 img{
  width: auto;
  height: 50px;
}

.line-3 .line-3-cont{
  width: 100%;
  height: auto;
  position: relative;
}
.line-3 .line-3-cont .button-area{
  width: 54px;
  height: 172px;
  background: #ffffff;
  border-radius: 100px;
  position: absolute;
  top: 20%;
  right: 45px;
  text-align: center;
  padding: 14px 6px;
  z-index: 100;
}
.line-3 .line-3-cont .button-area .button-img{
  cursor: pointer;
}
.line-3 .line-3-cont .button-group{
  width: 101px;
  height: 287px;
  position: absolute;
  top: 16%;
  left: 33px;
  z-index: 100;
}
.line-3 .line-3-cont .main{
  width: 100%;
  min-width: 1280px;
  margin: auto;
  height: 542px;
  overflow: hidden;
}
#verticalSwiper{
  width: 100%;
}
#verticalSwiper .swiper-wrapper{
  display: block;
}
#verticalSwiper .swiper-slide{
  height: 510px;
}
.line-3 .assets-box{
  width: 1240px;
  margin: auto;
  height: 510px;
}
.line-3 .assets-box .assets-box-left{
  flex: 1;
  position: relative;
}

.line-3 .assets-box .assets-box-left .assets-box-up{
  width: 100%;
}

.line-3 .assets-box .assets-box-left .slide_t_l{
  position: absolute;
  left: -18px;
  top: 318px;
  width: 305px;
  height: 98px;
  animation-delay: 0.8s !important;
}
.line-3 .assets-box .assets-box-left .slide_t_r{
  position: absolute;
  right: 102px;
  top: 42px;
  width: 223px;
  height: 443px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
  animation-delay: 0.8s !important;
}
.line-3 .assets-box .assets-box-left .slide_t_r:hover .rotate-bg{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}
.line-3 .assets-box .assets-box-left .slide_t_r .rotate-bg {
  /* display: none; */
  position: absolute;
  left: -150px;
  top: -30px;
  z-index: 1;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 100%);
  animation-delay: 0.8s !important;
}
.line-3 .assets-box .assets-box-left .slide_t_r>img{
  width: 215px;
  height: 435px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 11px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
}

.line-3 .assets-box .assets-box-left .slide_s_l{
  position: absolute;
  right: 143px;
  top: 11px;
  width: 223px;
  height: 443px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
  animation-delay: 0.8s !important;
}
.line-3 .assets-box .assets-box-left .slide_s_l:hover .rotate-bg{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}
.line-3 .assets-box .assets-box-left .slide_s_l .rotate-bg {
  /* display: none; */
  position: absolute;
  left: -150px;
  top: -30px;
  z-index: 1;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 100%);
}
.line-3 .assets-box .assets-box-left .slide_s_l>img{
  width: 215px;
  height: 435px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 11px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
}

.line-3 .assets-box .assets-box-left .slide_s_r{
  position: absolute;
  right: 62px;
  top: 130px;
  width: 134px;
  height: 134px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
  z-index: 30;
  animation-delay: 0.8s !important;
}
.line-3 .assets-box .assets-box-left .slide_s_r:hover .rotate-bg{
  display: block;
  animation: rotateAnimation 3s linear infinite;
}
.line-3 .assets-box .assets-box-left .slide_s_r .rotate-bg {
  /* display: none; */
  position: absolute;
  left: -22px;
  top: -22px;
  z-index: 1;
  width: 184px;
  height: 184px;
  background: linear-gradient(135deg, #b6f4ff 8%, #6198ff 60%, #7b79ff 82%, #d2bcff 100%);
}
.line-3 .assets-box .assets-box-left .slide_s_r>img{
  width: 126px;
  height: 126px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 36;
  border-radius: 11px;
  box-shadow: 12.57px 25.14px 47.15px 0px rgba(83,107,255,0.09), 6.9px 20.71px 39.36px 0px rgba(175,196,255,0.50); 
}

.line-3 .assets-box .assets-box-right{
  width: 550px;
  padding-top: 58px;
  padding-left: 30px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #686d88;
  line-height: 32px;
}
.line-3 .assets-box .assets-box-right .assets-box-title{
  height: 42px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #252642;
  line-height: 42px;
}
.line-3 .assets-box .assets-box-right .assets-box-text{
  width: 6px;
  height: 6px;
  background: #4f5384;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 14px;
}
.line-3 .assets-box .assets-box-right span{
  color: #4d526d;
  font-weight: 600;
}

.line-3 .assets-box .assets-box-right .assets-box-btn{
  margin-top: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.line-3 .assets-box .assets-box-right .assets-box-btn button{
  width: 120px !important;
  height: 48px !important;
  line-height: 44px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  cursor: pointer;
}

.line-4{
  width: 100%;
  padding-top: 127px;
  padding-bottom: 80px;
  background: #ffffff;
}
.line-4 .line-4-cont{
  width: 1280px;
  margin: auto;
  margin-top: 50px;
  overflow: auto;
  position: relative;
}

#topSwiper,#bottomSwiper{
  width: 1280px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
#topSwiperList{
  position: absolute;
  left: 0;
  top: 20px;
  width: 7200px;
  height: 198px;
  display: flex;
  justify-content: flex-start;
}
#bottomSwiperList{
  position: absolute;
  right: 0;
  top: 0px;
  width: 7200px;
  height: 200px;
  display: flex;
  justify-content: flex-end;
}
.swiper-item{
  display: flex;
  width: 420px;
  height: 166px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 14px;
  box-shadow: 13px 15px 41.09px 0px rgba(209,216,240,0.89); 
  padding: 26px 24px;
  margin: 0 15px;
}
.swiper-item .swiper-item-icon{
  width: 76px;
}
.swiper-item .swiper-item-title{
  height: 26px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: LEFT;
  color: #252627;
  line-height: 26px;
}
.swiper-item .swiper-item-desc{
  margin-top: 8px;
  height: 80.72px;
  font-size: 16.14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #72767c;
  line-height: 26.91px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blur-left {
  width: 150px; /* 模糊部分的宽度 */
  height: 100%; /* 与内容高度相同 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* 从白色到透明渐变 */
  position: absolute; /* 定位在内容左侧 */
  left: 0;
  top: 0;
  z-index: 1; /* 确保在内容之上 */
}

.blur-right {
  width: 150px; /* 模糊部分的宽度 */
  height: 100%; /* 与内容高度相同 */
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* 从白色到透明渐变 */
  position: absolute; /* 定位在内容右侧 */
  right: 0;
  top: 0;
  z-index: 1; /* 确保在内容之上 */
}

.line-14{
  width: 100%;
  height: 238px;
  padding-top: 50px;
  background: url('../images/aiAgent/line-14bg.png') no-repeat ;
  background-size:100% 100%;
  position: relative;
}
.line-14 .line-14-title{
  width: 100%;
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  
  text-align: CENTER;
  color: #ffffff;
  line-height: 45px;

}
.line-14 .line-14-explain{
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: CENTER;
  color: #ffffff;
  line-height: 14px;
}
.line-14 .line-14-btn-box{
  width: 136px;
  height: 44px;
  margin: auto;
  margin-top: 20px;
  background: linear-gradient(288deg,rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.00) 100%);
  padding: 1px;
  border-radius: 8px;
}
.line-14 .line-14-btn-box button{
  width: 134px;
  height: 42px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #fe6d40;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  cursor: pointer;
}
#ipBox{
  width: 160px;
  /* height: 160px; */
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-80px, 70px);
  overflow: hidden;
}
#ipBox img{
  width: 100%;
}

@keyframes jf_l_to_r {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes jf_r_to_l {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes jf_d_to_t {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes jf_up{
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width:  1366px){
  #clickBox{
    transform: translate(-50%, 20px);
    width: 140px;
    height: 40px;
  }
  .playRound{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: width 1s, height 1s, border-radius 2s;
  }
  .playGrow{
    width: 140px;
    height: 40px;
    border-radius: 8px;
    transition: width 1s, height 1s, border-radius 1s; 
  }
  .line-1 #playClick{
    font-size: 16px;
  }
  .content-title{
    width: 100%;
    height: 46px;
    font-size: 36px;
    text-align: center;
    color: #252642;
    line-height: 46px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
  }
  .line-3 .operate-box{
    padding: 10px 30px 50px 30px;
  }
  .line-3 .line-3-cont .button-area{
    right: 30px;
  }
  .line-3 .line-3-cont .button-group{
    left: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  #clickBox{
    transform: translate(-50%, 23px);
    width: 156px;
    height: 46px;
  }
  .playRound{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: width 1s, height 1s, border-radius 1.8s;
  }
  .playGrow{
    width: 156px;
    height: 46px;
    border-radius: 10px;
    transition: width 1s, height 1s, border-radius 1s; 
  }
  .line-1 #playClick{
    font-size: 16px;
  }
  .content-title{
    width: 100%;
    height: 42px;
    font-size: 38px;
    text-align: center;
    color: #252642;
    line-height: 42px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
  }
  .line-3 .operate-box{
    padding: 10px 30px 50px 30px;
  }
  .line-3 .line-3-cont .button-area{
    right: 30px;
  }
  .line-3 .line-3-cont .button-group{
    left: 18px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  #clickBox{
    transform: translate(-50%, 26px);
    width: 170px;
    height: 52px;
  }
  .playRound{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transition: width 1s, height 1s, border-radius 1.8s;
  }
  .playGrow{
    width: 170px;
    height: 52px;
    border-radius: 12px;
    transition: width 1s, height 1s, border-radius 1s; 
  }
  .line-1 #playClick{
    font-size: 18px;
  }
  .content-title{
    width: 100%;
    height: 48px;
    font-size: 40px;
    text-align: center;
    color: #252642;
    line-height: 48px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
  }
  .line-3 .operate-box{
    padding: 10px 35px 50px 35px;
  }
  .line-3 .line-3-cont .button-area{
    right: 35px;
  }
  .line-3 .line-3-cont .button-group{
    left: 23px;
  }
}
@media (min-width: 1680px) and (max-width: 1919px) {
  #clickBox{
    transform: translate(-50%, 29px);
    width: 180px;
    height: 58px;
  }
  .playRound{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    transition: width 1s, height 1s, border-radius 1.5s;
  }
  .playGrow{
    width: 180px;
    height: 58px;
    border-radius: 14px;
    transition: width 1s, height 1s, border-radius 1s; 
  }
  .line-1 #playClick{
    font-size: 20px;
  }
  .content-title{
    width: 100%;
    height: 54px;
    font-size: 44px;
    text-align: center;
    color: #252642;
    line-height: 54px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
  }
  .line-3 .operate-box{
    padding: 10px 40px 50px 40px;
  }
  .line-3 .line-3-cont .button-area{
    right: 40px;
  }
  .line-3 .line-3-cont .button-group{
    left: 28px;
  }
}
/* @media (min-width: 1921px) {
  
} */