@font-face {
  font-family: 'dsfontMedium';
  src: url('../font/dsfont-Medium.otf');
 }
.ds-nav{
/*  background: #fff;*/
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;  
  transition: all 0.4s;
  display: flex;
  align-items: center; 
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.ds-nav-main{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.ds-nav-left{
  display: flex;
  height: 100%;
}
.ds-nav:hover {
  background: rgba(255, 255, 255, 1)!important; 
  backdrop-filter: blur(10px);
}
.ds-nav.white{
  background: rgba(255, 255, 255, 0.9)!important; 
  backdrop-filter: blur(10px);
}
.ds-nav .logo{
  /* width: 248px; */
  margin-right:32px;
  display: flex;
  align-items: center;
}
.ds-nav .navbar-brand1 img{
  height:18px;
  width: auto;
  margin-right:5px;
  /* width: 248px;
  height: 18px; */
}
.logo .sf-logo img{
  width: auto;
  height:17px;
}
.ds-nav .logo img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ 
}
/* .blue-logo{
 display: none;
} */
/* .ds-nav:hover .blue-logo{
  display: block;
} */
/* .ds-nav:hover .white-logo{
  display: none;
} */
.nav-list{
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-btn{
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.nav-btn .nav-btn-title{
  text-decoration: none;
  color:#192B51;
  display: flex;
  align-items: center; 
  font-size: 16px;
  height: 100%;
}
.ds-nav:hover .nav-btn .nav-btn-title{
  color:#192B51
}
.nav-btn:hover .nav-btn-title{
  color:#236BED!important;
} 
.nav-open-tab{
  position: fixed;
  width: 100%;
  top:80px;
  left:0; 
  height: 0;   
  overflow: hidden;
  display: flex; 
  background: #fff;
  backdrop-filter: blur(10px);  
  transition: height 0.3s; 
}
.open-app-box{
  width: 1200px;
  margin:0 auto; 
  /* display: flex; */
} 
.open-app-box-flex{
  display: flex;
}
.box-content{

}
.box-content-title{
  line-height: 20px; 
  padding:24px 0 16px;
  color:#5F646C; 
  text-align: left;
  padding-left:16px;
  margin:0;
  height: 20px;
  box-sizing: content-box; 
}
.open-app-box .item{
  text-decoration: none;
  width: 280px;
  height: 72px; 
  border-radius: 8px; 
  display: flex;
  align-items: center; 
  margin-bottom:8px;
}
._open-solution .open-app-box .item{
  height: 64px; 
  text-decoration: none;
  width: 280px; 
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;  
  margin-right: 16px;
}
.open-app-box .item:hover{ 
  background: rgba(202, 222, 255, 0.3);
} 
.open-app-box .item .ind-icon{
  width: 40px;
  height: 40px; 
  border-radius: 4px; 
  margin-left:16px;
}
.item-content{
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: space-between;
  margin-left:12px;
}
.item-content p{
  margin:0;
  text-align: left;
  margin-left:3px;
}
.item-content-title{
  color:#222;
  font-size: 16px;
  line-height: 24px;
  padding-bottom:2px;;
}
.item-content-desc{
  color:#8D93A5;
  font-size: 14px;
} 
.slitLine{
  margin:60px 20px 0;  
  height: 263px; 
  border-left: 1px solid rgba(238, 238, 238, .5);
} 
.item-content-tit{
  margin:0; 
  line-height: 40px;
  margin-left:12px;
  font-size: 16px;
  color:#222
} 
/* .itemH60{
  height: 60px;
  margin-right:16px;
} */
.mgLf20{
  margin-left:20px; 
}
.pop-banner{
  width: 1200px;
  padding:32px 0;
  display: flex; 
  justify-content: space-between;
  margin:0 auto;
}
.pop-banner .demo-banner{
  width: 280px;
  height: 105px;  
  border-radius: 6px;  
  background-color: #dfecff;
  border:1px solid #D7E6FF;
  transition: background-image 0.5s ease;
} 
.userCenter1{
  background-image: url(../image/new/userCenter-1.png); 
  background-size: 100% 100%;
}
.userCenter2{
  background-image: url(../image/new/userCenter-2.png); 
  background-size: 100% 100%;
}
.userCenter3{
  background-image: url(../image/new/userCenter-3.png); 
  background-size: 100% 100%;
}
.userCenter4{
  background-image: url(../image/new/userCenter-4.png); 
  background-size: 100% 100%;
}
.about1{
  background-image: url(../image/new/about-1.png); 
  background-size: 100% 100%;
} 
.about2{
  background-image: url(../image/new/about-2.png); 
  background-size: 100% 100%;
}
.about3{
  background-image: url(../image/new/about-3.png); 
  background-size: 100% 100%;
}
.about4{
  background-image: url(../image/new/about-4.png); 
  background-size: 100% 100%;
}
.userCenter1:hover{ 
  background-image: url(../image/new/userCenter-ck1.png); 
  background-size: 100% 100%;
}
.userCenter2:hover{
  background-image: url(../image/new/userCenter-ck2.png); 
  background-size: 100% 100%;
}
.userCenter3:hover{
  background-image: url(../image/new/userCenter-ck3.png); 
  background-size: 100% 100%;
}
.userCenter4:hover{
  background-image: url(../image/new/userCenter-ck4.png); 
  background-size: 100% 100%;
}
.about1:hover{
  background-image: url(../image/new/about-ck1.png); 
  background-size: 100% 100%;
}
.about2:hover{
  background-image: url(../image/new/about-ck2.png); 
  background-size: 100% 100%;
}
.about3:hover{
  background-image: url(../image/new/about-ck3.png); 
  background-size: 100% 100%;
}
.about4:hover{
  background-image: url(../image/new/about-ck4.png); 
  background-size: 100% 100%;
}
.pop-banner .demo-banner:hover{
  border:1px solid #80A6FF
}
.pop-banner .demo-banner:hover .demo-banner-title{
  color:#2B60DD
}
.demo-banner-title{
  padding:25px 0  6px 24px;
  color:#071731;
  font-weight: 500;
  font-size: 18px; 
  line-height: 26px;
  text-align: left;
  margin:0;
}
.demo-banner-desc{ 
  padding-left:24px;
  color:#6B757F; 
  font-size: 14px; 
  line-height: 22px;
  text-align: left;
  margin:0;
}
.nav-open-app:hover ._open-app{
  height: 476px;  
  border-top:1px solid rgba(238, 238, 238, .5);
}
.nav-open-solution:hover ._open-solution{
  height: 366px; 
  border-top:1px solid rgba(238, 238, 238, .5);
}
.nav-open-center:hover ._open-center{
  height: 172px;  
  border-top:1px solid rgba(238, 238, 238, .5);
}
.nav-open-about:hover ._open-about{
  height: 172px;  
  border-top:1px solid rgba(238, 238, 238, .5);
}
.xiala{
  position: relative;
  margin-right: 12px;
}
.xiala::after{
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-bottom: 1px solid #192B51!important;
  border-left: 1px solid #192B51!important;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -5px;
  vertical-align: middle;
  transform: rotate(-45deg); 
  transition: all .3s ease-in .1s;
}
 .nav-btn:hover .xiala::after{ 
  transform: rotate(132deg); 
  color:#192B51;
  margin-top: -3px;
  transition: transform 0.3s ease; 
  border-bottom: 1px solid #2B60DD!important;
  border-left: 1px solid #2B60DD!important;
}  
.white .blue-logo{
  display: block;
}
.white .white-logo{
  display: none;
}
.ds-login{
  display: flex;
  flex-direction: row;
  align-items: center; 
} 
.to-login{
  width: 84px;
  height: 40px;
  border-radius: 4px; 
  line-height: 40px;
  text-align: center; 
  margin-right:16px;
  border: 1px solid #2B60DD; 
  color:#2B60DD; 
  text-decoration: none;
  position: relative;
  --x: 0px;
  --y: 0px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
}
.to-login:hover:before {
  width: 160px;
  height: 160px;
}
.to-login p{
  position: relative;
}
.to-login::before {
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
  background: radial-gradient(circle closest-side,#abd9ff66,transparent);
  background: radial-gradient(circle closest-side,var(--button_cover_bg,#abd9ff66),transparent);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.to-login:hover,.to-login:focus{
  text-decoration: none;
  color:#2B60DD!important;  
}
/* .ds-nav:hover ,.white .to-login{
  border: 1px solid #2B60DD; 
  color:#2B60DD; 
}  */
a{
  text-decoration: none;
}
a:hover,a:focus{
  text-decoration: none;
}
.to-experience{
  width: 112px;
  height: 40px;
  color:#fff;
  line-height: 40px;
  text-align: center; 
  border-radius: 4px; 
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  position: relative;
  --x: 0px;
  --y: 0px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
}
.to-experience::before {
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
  background: radial-gradient(circle closest-side,rgba(17,211,255,.4),transparent);
  background: radial-gradient(circle closest-side,var(--button_cover_bg,rgba(0,247,239,.4)),transparent);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.to-experience p {
  position: relative;
  color: #fff;
}
.to-experience:hover:before {
  width:160px;
  height: 160px;
}
.to-experience:hover,.to-experience:focus{
  color:#fff;  
}
.ds-consult{
  position: absolute;
  z-index: 99;
  left: 50%;
  margin: -88px auto;
  border-radius: 4px;
  transform: translate(-50%);  
  display: flex;
}
.swiper-box{
  height: 154px;
  position: relative;
  display: flex;
  align-items: flex-end; 
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ds-swiper-rt16{
  margin-left:16px
}
.ds-swiper-box{
  width: 272px;
  height: 120px;
  background-image: url(../image/new/banner-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  padding: 24px 24px 0;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: all .5s;
}
.ds-swiper-box:hover{
  height: 154px;
  background-image:url(../image/new/banner-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ds-swiper-box:hover .ds-swiper-box-look{
  opacity: 1; 
  border-top: 1px solid rgba(184, 200, 223, .2);
}
.ds-swiper-box-title{
  margin:0;
  color:#222;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  text-align: left;
}
.ds-box-new{
  position: relative;
  opacity: 0;
}
.ds-box-new::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 27px;
  height: 12px;
  background: url(../image/new/new.png);
  background-size: 100% 100%;
  right: -30px;
  top: -6px;
}
.ds-swiper-box-desc{
  margin:0;
  color: #707584;
  line-height: 22px; 
  font-size: 14px;
  text-align: left;
  padding-top:4px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-swiper-box-look{
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px; 
    font-weight: 500;
    line-height: 44px;
    width: 100%;
    color: #2B60DD;
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
    background-size: 100% 0;
    border: 0;
    opacity: 0; 
    transition: all .5s; 
    border-top: 1px solid rgba(184, 200, 223, 0);
}
.look-more-nsult{
  box-sizing: content-box;
  padding:20px 16px 0;
  width: 16px;
  height: 100px;
  background: linear-gradient(184deg, #EEF6FF 0%, #FDFEFF 100%);
  border-radius: 8px;
  border: 1px solid #fff; 
  cursor: pointer;
  color:#555;
}
.look-more-nsult:hover{
  color:#2B60DD
}
.template-1{ 
  height: 1090px;
  /*background: linear-gradient(180deg, #E5F0FF 0%, #E4EEFF 100%);*/

  background: url(../image/new/temp6-bg.png);
  background-size: cover;

  /* background: url(../image/new/temp1-main1.png);
  background-size: 100% 100%;
  object-fit: cover; */
}
.temp1-title{
  padding:180px 0 193px!important;
}
 .template-2{ 
  background: linear-gradient(189deg, #E9F2FF 0%, #FFFFFF 100%);
  padding-bottom:140px;
 }
 .temp-title{ 
  font-weight:500;
  line-height: 50px;
  color:#2A2A2A;
  padding:170px 0 40px;
  margin:0;
  text-align: center;
  font-size: 36px;
 }
 .temp-title2{
  padding:140px 0 40px;
 }
 .temp-tab{ 
  display: flex;
  cursor: pointer;
  justify-content:center; 
 } 
 .temp-tab-item {  
  height: 48px;
  margin-right:0pt;
  display: flex;
  margin: 0 40px 0 16px;
  align-items: center; 
  position: relative;
  justify-content: center; 
 }
 .temp-tab-img{
  width: 32px;
  height: 32px;   
  object-fit: cover;
  margin:0; 
 }
 .temp1-main{
  width: 711px;
  height: 547px; 
   margin:0 auto;
   background: url(../image/new/temp1-bg.png)no-repeat;
   background-size: contain;
   object-fit: cover;
   position: relative;
 }
 .temp1-desc{
   color:#52627C;
   font-size: 20px;
   line-height: 28px;
   padding-bottom:124px;
 }
 .temp1-item{
  cursor: pointer; 
 }
 .temp1-item:hover  .temp1-bg-img{
  transform: translate(0 ,-12px);
 }
 /* .temp1-item:hover  .temp1-main-title{
  transition: all 0.5s linear 140ms;
  transform: translate(0 ,-12px);
 }
 .temp1-item:hover .temp1-main-desc {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0);
 } */
 .temp1-item:hover  .temp1-content{
  transform: translate(0 ,-12px);
 }
 .temp1-content{ 
  transition: all 0.5s
 }
 .temp1-content1{
   left:214px;
   top:57px;
   position:absolute;
 } 
 .temp1-main-title{
   color:#222;  
   line-height: 30px; 
   font-size: 22px;
   margin:0; 
   width: 100px; 
 } 
 .temp1-main-desc{
  color: #52627C;
  line-height: 28px; 
  font-size: 16px;  
  width: 300px;
  text-align: left;
  padding-top:8px;
 }
 .temp1-main-title2{ 
  width: 180px;
  text-align: left;
 }
 .temp1-content2{
  top:196px;
  left:46px;
  position:absolute;
} 
 /* .temp1-main-desc2{
   top:206px;
   left:48px;
 } */
 .temp1-content3{
  top:196px;
  right:46px;
  position:absolute;
} 
 .temp1-main-title3{ 
   width: 300px;
   text-align: right;
}
.temp1-main-desc3{
  text-align: right;
}
/* .temp1-main-desc3{
  top:206px;
  left:-43px;
} */
.temp1-main-title1{ 
 text-align: left;
 width: auto;
}
/*
.temp1-title-2{
  position:absolute;
  color:#222;
  font-size: 22px;
  bottom:37px;
  width:744px ;
  text-align: center;
  margin:0;
} */
 .temp1-bg1 { 
  position:absolute;
  left:493.5px;
  top:-9px; 
 }
 .temp1-bg-img{
  width: 180px;
  height: 180px;
  transition: all 0.5s
 }
 .temp1-bg2{ 
  position:absolute;
  left: -49px;
  top: 133px;
} 
 .temp1-bg3{ 
  position:absolute;
  right: -40px;
  top: 133px;
 }
 .temp1-bg4{ 
  position:absolute;
  left: 287px;
  top: -144px;
 }
 .temp2-icon1{
   background: url(../image/new/temp21.png);
   background-size: 100% 100%;
 }
 .temp2-icon2{
  background: url(../image/new/temp22.png);
  background-size: 100% 100%;
}
.temp2-icon3{
  background: url(../image/new/temp23.png);
  background-size: 100% 100%;
}
.temp2-icon4{
  background: url(../image/new/temp24.png);
  background-size: 100% 100%;
}
.temp2-icon5{
  background: url(../image/new/temp25.png);
  background-size: 100% 100%;
}
.temp2-icon6{
  background: url(../image/new/temp26.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon1{
  background: url(../image/new/temp2-ck1.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon2{
  background: url(../image/new/temp2-ck2.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon3{
  background: url(../image/new/temp2-ck3.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon4{
  background: url(../image/new/temp2-ck4.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon5{
  background: url(../image/new/temp2-ck5.png);
  background-size: 100% 100%;
}
.temp2-tab-item.active .temp2-icon6{
  background: url(../image/new/temp2-ck6.png);
  background-size: 100% 100%;
}
.temp-tab-item.active .temp-tab-title{
 color:#3977FF;
 font-weight: 500;
}
.temp3-icon1{
  background: url(../image/new/temp31.png);
  background-size: 100% 100%;
}
.temp3-icon2{
  background: url(../image/new/temp32.png);
  background-size: 100% 100%;
}
.temp3-icon3{
  background: url(../image/new/temp33.png);
  background-size: 100% 100%;
}
.temp3-icon4{
  background: url(../image/new/temp34.png);
  background-size: 100% 100%;
}
.temp3-tab-item.active .temp3-icon1{
  background: url(../image/new/temp3-ck1.png);
  background-size: 100% 100%;
}
.temp3-tab-item.active .temp3-icon2{
  background: url(../image/new/temp3-ck2.png);
  background-size: 100% 100%;
}
.temp3-tab-item.active .temp3-icon3{
  background: url(../image/new/temp3-ck3.png);
  background-size: 100% 100%;
}
.temp3-tab-item.active .temp3-icon4{
  background: url(../image/new/temp3-ck4.png);
  background-size: 100% 100%;
}
 .temp-tab-title{
  color:#9BA7BA;
  font-size: 16px; 
  margin:0 0 0 8px;
 }
 .temp2-tab .active:before{
  width:100%
 }
 .temp3-tab .active:before{
  width:100%
 }
.temp-tab-item:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 2px;
  background-color: #006cff;
  transition: width .3s;
 }
 .temp2-tab .active  .temp2-tab-title{
  color:#2B60DD;
 }
 .temp2-tab-line{
  width: 1214px;
  height: 1px;
  background: linear-gradient(270deg, rgba(239, 241, 244, 0) 0%, #EAECF0 17%, #E4E7EC 84%, rgba(218, 222, 229, 0) 100%);
  margin:0 auto;
 }
 .temp2-main{ 
  display: flex; 
  position: absolute;
 }
.temp2-info-box{
  position: relative;
  width: 1200px;
  height:481px; 
  margin:64px auto 0;
} 
 .temp2-left{
  width: 534px;
  height: 462px; 
  margin:19px 111px 0 26px;
  opacity: 0;
  transform: translateX(40px);
  transition: all .3s;
  pointer-events: none; 
 }
 .temp2-left-img1{
   background:url(../image/new/temp2-item1.png) no-repeat;
   background-size: contain;
 }
 .temp2-left-img2{
  background:url(../image/new/temp2-item2.png)no-repeat;
  background-size:contain;
}
.temp2-left-img3{
  background:url(../image/new/temp2-item3.png)no-repeat;
  background-size: contain;
}
.temp2-left-img4{
  background:url(../image/new/temp2-item4.png)no-repeat;
  background-size: contain;
}
.temp2-left-img5{
  background:url(../image/new/temp2-item5.png)no-repeat;
  background-size: contain;
}
.temp2-left-img6{
  background:url(../image/new/temp2-item6.png)no-repeat;
  background-size: contain;
}
 .temp2-right{
   margin-top:126px; 
   opacity: 0; 
 }
 .temp2-info-box .active .temp2-left{
  opacity: 1;
  transform: translateX(0);
}
.temp2-info-box .active .temp2-right{
  opacity: 1; 
}
.temp2-info-box .active  .temp2-right-title{
  opacity: 1;
  transition: all 300ms ease-out 80ms;
  transform: translateX(0);
}
.temp2-info-box .active .temp2-right-box {
  opacity: 1;
  transition: all 300ms ease-out 140ms;
  transform: translateX(0);
}
.temp2-info-box .active .temp2-right-box-line{
  opacity: 1;
  transition: all 300ms ease-out 140ms;
  transform: translateX(0);
}
.temp2-info-box .active .temp-btm-box{
  opacity: 1;
  transition: all 300ms ease-out 180ms;
  transform: translateX(0);
}
 .temp2-right-title{
  color:#222;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  padding-bottom:36px;
  margin:0;
  text-align: left;
  opacity: 0;
  transform: translateX(40px);
 }
 .temp2-right-box{
   display: flex;
   opacity: 0;
   transform: translateX(40px);
 }
 .tem2-right-content{
   display: flex;
   height: 22px;
   align-items: center;
 }
 .tem2-right-icon{
  width: 8px;
  height: 8px; 
  opacity: 0.8; 
  border-radius: 50%;
  border:2px solid #2F6DFF; 
  margin:0 16px 0 0;
 } 
 .tem2-mbt16{
   margin-bottom:16px;
 }
 .tem2-right-desc{
  margin:0;
  width:230px;
  text-align: left;
  color:#69717E;
 }
.temp2-main.active,.temp3-main.active{
  z-index: 111;
}
 .temp2-right-box-line{
   margin:35px 0 48px;
   width: 423px; 
   border: 0.5px solid;
   border-image: linear-gradient(270deg, rgba(216, 232, 255, 0), rgba(216, 232, 255, 1)) 1 1; 
   opacity: 0;
   transform: translateX(40px);
 }
 .temp2-btm{
  opacity: 0;
  transform: translateX(40px);
 }
 .temp-btm-box{
   display: flex;  
 }
 .temp-btm-free p{
   position: relative;
   color:#fff;
 }
 .temp-btm-free{
  width: 136px;
  height: 48px;
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
  border-radius: 24px;
  text-decoration: none;
  line-height: 48px;
  color:#fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  --x: 0px;
  --y: 0px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
 }
 .temp-btm-free:hover:before {
  width:160px;
  height: 160px;
}
 .temp-btm-free::before{
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0; 
  background: radial-gradient(circle closest-side,rgba(17,211,255,.4),transparent);
  background: radial-gradient(circle closest-side,var(--button_cover_bg,rgba(0,247,239,.4)),transparent);
  border-radius: 100%; 
  transform: translate(-50%, -50%);
 }
 .temp-btm-free:hover{
  color:#fff; 
 }
 .temp-btm-detail{
  width: 136px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #336DF6;
  color:#336DF6;
  text-decoration: none;
  line-height: 48px; 
  font-size: 16px;
  margin-left:24px; 
  cursor: pointer;
  position: relative;
  --x: 0px;
  --y: 0px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
 }
 .temp-btm-detail:hover:before {
  width: 160px;
  height: 160px;
}
.temp-btm-detail p{
  position: relative;
}
.temp-btm-detail::before {
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
  background: radial-gradient(circle closest-side,#e6f2ff,transparent);
  background: radial-gradient(circle closest-side,var(--button_cover_bg,#e6f2ff),transparent);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
 .temp-btm-detail:hover{
  color:#336DF6; 
 }
 .template-3{ 
  padding-bottom:54px;
  background: linear-gradient(189deg, #E9F2FF 0%, #FFFFFF 100%); 
 }
 .temp3-info-box{
  position: relative;
  width: 1200px;
  height: 434px; 
  margin: 60px auto 0;
 }
 .temp3-main{
  display: flex;
  position: absolute;
  justify-content: space-between;
 }
 .temp3-btm{
  opacity: 0;
  transform: translateX(40px);
 } 
 .temp-title3{
  padding: 140px 0 40px;
 }
 .temp3-right{
  width: 502px;
  height: 434px;  
  opacity: 0;
  transform: translateX(60px);
  transition: all .3s;
  pointer-events: none;
  margin:0 30px 0 0;
 }
 .temp3-right-img1{
  background: url(../image/new/temp3-bg1.png)no-repeat;
  background-size:contain;
}
.temp3-right-img2{
 background: url(../image/new/temp3-bg2.png)no-repeat;
 background-size: contain;
}
.temp3-right-img3{
 background: url(../image/new/temp3-bg3.png)no-repeat;
 background-size: contain;
}
.temp3-right-img4{
 background: url(../image/new/temp3-bg4.png) no-repeat;
 background-size: contain;
}
 .temp3-right-box-line{
  margin:39px 0 48px;
  width: 423px; 
  border: 0.5px solid;
  border-image: linear-gradient(270deg, rgba(216, 232, 255, 0), rgba(216, 232, 255, 1)) 1 1; 
  opacity: 0;
  transform: translateX(40px);
}
 .temp3-left{
  width: 638px;
  margin:86px 0 0 30px;
  opacity: 0;
 }
 .temp3-left-title{
  font-size: 24px;
  font-weight: 500;
  color:#222;
  line-height: 33px; 
  margin:0 0 30px 0;
  text-align: left;
  opacity: 0;
  transform: translateX(40px);
 }
 .temp3-left-desc{
  color:#69717E;
  font-size: 16px;
  line-height: 30px;
  margin:0;
  text-align: left; 
  opacity: 0;
  transform: translateX(40px);
 }
 .temp3-info-box .active  .temp3-left-title{
  opacity: 1;
  transition: all 300ms ease-out 80ms;
  transform: translateX(0);
}
.temp3-info-box .active .temp3-left-desc {
  opacity: 1;
  transition: all 300ms ease-out 140ms;
  transform: translateX(0);
}
.temp3-info-box .active .temp3-right-box-line{
  opacity: 1;
  transition: all 300ms ease-out 140ms;
  transform: translateX(0);
}
.temp3-info-box .active .temp-btm-box{
  opacity: 1;
  transition: all 300ms ease-out 180ms;
  transform: translateX(0);
}
 .temp3-info-box .active .temp3-left{
  opacity: 1; 
}
.temp3-info-box .active .temp3-right{
  opacity: 1; 
  transform: translateX(0);
}
.template-6{  
  background: url(../image/new/temp6-bg.png);
  background-size: 100% 100%;
  object-fit: cover;
  padding-bottom:140px;
}
.temp6-title{
  padding:140px 0 110px;
}
.temp6-main{
  width: 1200px;
  margin:0 auto;
}
.temp6-tab{
  display: flex;
  justify-content: center;
  height: 134px; 
  align-items: center;
}
.temp6-tab-item{
  width: 228px;
  height: 134px;
  text-align: center; 
  margin:0 102px;
}
.temp6-item-num{
  padding:23px 0 26px;
  font-size: 54px; 
  color: #0063FF;
  line-height: 55px;
  margin:0;
  font-family: 'dsfontMedium';
}
.temp6-item-desc{
  font-size: 20px;  
  color: #455772;
  line-height: 28px;
  margin:0;
}
.temp6-tab-line{
  width: 2px;
  height: 71px;
  background: #D0E2FF; 
}
.temp6-content{
  width: 1200px;
  height: 224px;
  margin:80px auto 0;
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.92) 0%, rgba(253, 254, 255, 0.9) 100%);  
  border: 1px solid  ;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
  backdrop-filter: blur(10px); 
  border-radius: 22px ;
  clip-path: inset(0 round 22px);
} 
.temp6-content p{margin:0}
.temp6-content-title{
  display: flex;
  justify-content: center;
  margin:24px auto 24px;
  align-items: center;
}
.temp6-title-left{
  width: 142px;
  height: 22px;  
}
.temp6-title-right{
  width: 142px;
  height: 22px;
  background: linear-gradient(270deg, #84B4FF 0%, rgba(132, 180, 255, 0) 100%);
  opacity: 0.3;
  border: 1px solid #FFFFFF; 
}
.temp6-title-desc{
  padding:0 16px;
  font-weight: 500;
  color: #525862;
  line-height: 32px; 
  font-size: 23px;
}
.temp6-content-box{
  display: flex;   
}
.temp6-box-item{
  display: flex;  
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 136px;
  flex-direction: column;
}
.temp6-box-img{
  width: 56px;
  height: 56px; 
}
.temp6-box-desc{ 
  color: #455772;
  line-height: 20px; 
  font-size: 14px;
  padding-top:8px;
} 
.column-6-title{
  padding:140px 0 60px; 
}
.template-8{  
  background: linear-gradient(270deg, #CBE2FF 0%, #DBE7FF 100%);
  position: relative;
  padding-bottom:110px;
}
.temp8-bg1{
  position:absolute;
  bottom:0;
  left:0;
  width: 343px;
  height: 133px;
}
.temp8-bg2{
  position:absolute;
  top:0;
  right:0;
  width: 351px;
  height:183px;
}
.temp8-title{
  padding:110px 0 16px;
}
.temp8-desc{ 
  font-size: 20px;  
  color: #52627C;
  line-height: 28px; 
  margin:0 0 40px;
}
.temp8-btm{ 
  justify-content: center;
}
.temp8-btm .temp-btm-detail{
  margin-left:32px;
}
.template-5{  
  background: url(../image/new/temp5-bg.png); 
  background-size: 100% 100%;
  object-fit: cover;
  padding-bottom:228px;
}
.temp5-box{
  margin:0 auto;
  position: relative; 
}
.temp5-box .swiper-button-prev { 
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 56px;
  height: 55px;
  background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 13px 0px rgba(65, 72, 83, 0.1); 
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
  border-radius: 50%;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.temp5-title{
  padding: 140px 0 60px!important;
}
.temp5-button{
  width: 144px;
  margin:0 auto; 
  position: relative;
  height: 56px;
}
.temp5-box .swiper-button-next { 
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 55px;
  background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 13px 0px rgba(65, 72, 83, 0.1); 
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
  border-radius: 50%;;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.temp5-arrow-default{
  width: 24px;
  height: 24px; 
  display: none;
} 
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1!important;
}
.swiper-button-next.swiper-button-disabled .temp5-arrow-default, .swiper-button-prev.swiper-button-disabled .temp5-arrow-default {
 display: block;
}
.swiper-button-disabled .temp5-arrow-left,.swiper-button-disabled .temp5-arrow-right {
  display: none;
 } 
.temp5-arrow-left{
  width: 24px;
  height: 24px; 
  background: url(../image/new/arrow-more-left2.png)no-repeat;
  background-size: 100% 100%; 
}
.temp5-arrow-right{
  width: 24px;
  height: 24px;
  background: url(../image/new/arrow-more-right2.png);
  background-size: 100% 100%;
} 
.swiper-button-next:hover .temp5-arrow-right {
  background: url(../image/new/arrow-more-right3.png);
  background-size: 100% 100%;
} 
.swiper-button-prev:hover .temp5-arrow-left {
  background: url(../image/new/arrow-more-left3.png);
  background-size: 100% 100%;
} 
.swiper-container { 
  color: #fff;
  text-align: center;
  margin:0 auto 32px!important;
}  
.swiper-slide a{
  width: 475px!important;
  height: 310px!important;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(204, 213, 227, 0.1);
  border-radius: 12px;
  border: 1px solid #E0E8F3; 
  box-sizing: content-box;
 }
 .template-5 .swiper-wrapper{ 
  width: 475px!important; 
  padding-top:16px;
  height: auto!important;
}
.template-5 .swiper-wrapper .swiper_item {
  display: flex;
  flex-direction: column;
}
.template-5 .temp5-item-mt {
  margin-bottom: 24px;
}
.swiper-zac{
  position:absolute;
  top:16px;
  right: 0;
  width: 179px;
  height: 408px;
  background: linear-gradient(270deg, #F0F6FF 0%, rgba(240, 246, 255, 0) 100%); 
  z-index: 111;
}
 .temp5-item-img{ 
  width: 475px;
  height: 239px;
  /* max-width: 490px;
  max-height: 304px; */
  border-radius: 8px 8px 0 0; 
 }  
 .temp5-item-content{
  width: 475px;
  display: flex;
  align-items: center; 
  height: 72px ; 
 }
 .temp5-item-tit{
  width: 48px;
  height: 28px;
  border-radius: 4px; 
  font-size: 14px;
  margin:0 13px 0 24px;
  text-align: center;
  line-height: 28px; 
 }
 .temp5-item{
   cursor: pointer; 
   transition: all 0.35s; 
 }
 .temp5-item:hover{
   transform: translate(0 ,-16px);
 }
.temp5-blue{
  background: rgba(0, 99, 255, .15);
  color:#0063FF!important;
} 
 .temp5-red{ 
  background: rgba(255, 33, 33, .15);
  color:#FF2121!important;
 }
 .temp5-green{ 
  background: rgba(57, 203, 138, .15);
  color:#39CB8A!important;
 } 
 .temp5-item-desc{
   color:#222;
   font-size: 20px;
   margin:0;
 }

 .temp5-slide{
  width: 1200px;
  height: 403px;
  margin:0 auto;
}    
 .template-4{  
  background: linear-gradient(114deg, #F6FAFF 0%, #E8F2FF 100%); 
  padding-bottom:140px;
 }
 .temp4-title{
   padding:140px 0 60px;
 }
 .temp4-main{
   width: 1200px;
   margin:0 auto;
   display: flex;
   justify-content: space-between;
 }
 .temp4-left{
  padding:24px 0;
  width: 240px;
  height: 492px;
  background: #09121F;
  border-radius: 12px; 
 }
 .temp4-right{
  width: 944px;
  height: 492px;
  position: relative;
 }
 .temp4-right-box{
  width: 944px;
  height: 492px;
  border-radius: 12px;  
  position:absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s; 
  background: linear-gradient(180deg, #EFF6FF 0%, #E7F1FF 100%);
 }
 .temp4-bg-1{
   background: url('../image/new/temp4-11.png');
   background-size: contain;
 }
 .temp4-bg-2{
  background: url('../image/new/temp4-12.png');
  background-size: contain;
}
.temp4-bg-3{
  background: url('../image/new/temp4-13.png');
  background-size: contain;
}
.temp4-bg-4{
  background: url('../image/new/temp4-14.png');
  background-size: contain;
}
.temp4-bg-5{
  background: url('../image/new/temp4-15.png');
  background-size: contain;
}
.temp4-bg-6{
  background: url('../image/new/temp4-16.png');
  background-size: contain;
}
 .temp4-left-item{
  width: 208px;
  height: 54px;
  padding:0 18px  0 16px ;
  margin:0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; 
 } 
 .temp4-left-item:hover, .temp4-left .active{
  width: 208px;
  height: 54px;
  background: linear-gradient(90deg, rgba(47, 109, 255, .7) 0%, rgba(47, 109, 255, 0) 100%, rgba(0, 0, 0, .7) 100%);
  border-radius: 8px;  
 }
 .temp4-left-icon{
  width: 24px;
  height: 24px; 
 }
 .temp4-left-tit{
  color:#fff;
  padding-left:8px;
  font-size: 16px;
  margin:0;
 }
 .temp4-left-content{
  height: 54px;
  display: flex;
  align-items: center;
 }
 .temp4-left-right{
  width: 12px;
  height: 13px;  
 }
 .temp4-right-main{
   padding:53px 0 0 54px;    
 } 
 .temp4-right-box.active{
   opacity: 1;
   z-index: 111;
 }
 .temp4-right-tit{
   color:#fff;
   font-weight: 500;
   font-size: 26px;
   line-height: 36px;
   padding-bottom:36px; 
   opacity: 0;
   transform: translateX(40px);
   text-align: left;
   margin:0
 }
 .temp4-right-box.active .temp4-right-tit{ 
  opacity: 1;
  transition: all 300ms ease-out 80ms;
  transform: translateX(0);       
 }
 .temp4-right-box.active .temp4-right-item{ 
  opacity: 1;
  transition: all 300ms ease-out 140ms;;
  transform: translateX(0);       
 }
 .temp4-right-box.active .temp4-line{ 
  opacity: 1;
  transition: all 300ms ease-out 140ms;
  transform: translateX(0);    
 }
 .temp4-right-box.active .temp4-btm{ 
  opacity: 1;
  transition: all 300ms ease-out 180ms;
  transform: translateX(0);       
 }
 .temp4-right-item{
   height: 24px;
   display: flex;
   align-items: center;
   margin:0 0 20px 8px;   
   opacity: 0;
   transform: translateX(40px);
 }
 .temp4-right-icon{
  width: 8px;
  height: 8px;
  opacity: 0.8;
  border-radius: 50%;
  border: 2px solid #2F6DFF; 
  margin:0;
 }
 .temp4-right-desc{
  font-size: 18px; 
  color: #B3B8CB;
  margin:0 0 0 16px;
 }
 .temp4-line{
  width: 480px;
  height: 0.5px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%); 
  margin:54px 0 0;
  opacity: 0;
  transform: translateX(40px);
 }
 .temp4-btm{
   margin:53px 0 0;  
   opacity: 0;
   transform: translateX(40px);
 }
   
 .temp4-btm .temp-btm-free{
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2); 
 }
 .temp4-btm .temp4-btm-right{
  width: 156px;
  height: 48px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(2px);
  color:#fff;
  text-align: center;
  line-height: 48px;
  margin-left:28px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  --x: 0px;
  --y: 0px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
 }
 .temp4-btm-right:hover:before {
  width: 160px;
  height: 160px;
}
.temp4-btm-right p{
  position: relative;
}
 .temp4-btm-right::before {
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
  background: radial-gradient(circle closest-side,rgba(255,255,255,.15),transparent);
  background: radial-gradient(circle closest-side,var(--button_cover_bg,rgba(255,255,255,.15)),transparent);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
 .temp4-btm-right:hover, .temp4-btm-right:focus {
  color: #fff;
  /* opacity: 0.8; */
  text-decoration: none;
}
.temp4-more{
  font-size: 18px;
  line-height: 24px; 
  color: #2F6DFF!important;  
  text-align: center;
  cursor: pointer;
} 
.temp4-more:hover{
  color: #2F6DFF!important; 
  text-decoration: none;
}
.ds-swiper-box-herf{
  text-decoration: none;
}
.ds-swiper-box-herf:hover{
  text-decoration: none;
}
a{
  text-decoration: none;
}
a:hover,a:focus{
  text-decoration: none;
}
.nav-open-tab-row{
  display: flex;
  flex-wrap: nowrap

}