/* common */
.h1-title{
  margin: 100px auto 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  color: #0C0D13;
  text-align: center;
}
.ml_20{
  margin-left: 20px;
}

.start_use_btn{
  display: inline-block;
  border-radius: 30px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
  box-sizing: border-box;
}

.primary_btn{
  color: #fff;
  background-color: #3F62FF;
  border: 1px solid #3F62FF;;
}
.primary_btn:hover{
  color: #fff;
  background-color: #5675FF;
}
.primary_btn :active{
  color: #fff;
  background-color: #3456F1;
}
.border_btn{
  background-color: none;
  border: 1px solid #fff;
  color: #fff;
}
.border_btn:hover,.border_btn :active{
  background-color: #fff;
  color: #0C0D13;
}

.second_btn{
  background: none;
  border: 1px solid #3456F1;
  color: #3456F1;
}
.second_btn:hover,.second_btn :active{
  border-color: #5675FF;
  color: #5675FF;
}

.text_btn{
  color: #fff;
  padding: 0 !important;
}
.text_btn:hover,.text_btn:active{
  color: #3456F1;
}

/* header css */
.colorlib-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}
.colorlib-nav.fixed{
  position: fixed;
  width: 100%;
  height: 70px;
  background: #fff;
  transition: background-color 1s;
  z-index: 999;
  /* border-bottom: 1px solid #e5e5e5; */
  box-shadow: 0px 5px 10px 0px rgb(0 64 128 / 4%);
}
.colorlib-nav.fixed  .top-menu .change_language .current_lang,
.colorlib-nav.fixed .top-menu .exper_login{
  color: #0C0D13;
}
.colorlib-nav.fixed .top-menu .primary_btn{
  color: #fff !important;
}
.colorlib-nav.fixed .border_btn{
  border-color: #3F62FF;
  color: #3F62FF !important;
}


.colorlib-nav .top-menu,
.colorlib-nav .top-menu-mobile{
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colorlib-nav .colorlib_logo{
  height: 38px;
  width: 234px;
  background: url(../images/new/logo_Chinese2.png) no-repeat 0 center;
  background-size: contain;
}

.body_abroad .colorlib-nav.fixed .colorlib_logo{
  background-image: url(../images/new/logo_subscription.png)!important;
}
.colorlib-nav.fixed .colorlib_logo,
.colorlib-nav .top-menu-mobile .open .mobile-header .colorlib_logo{
  background-image: url('../images/new/logo_Chinese.png');
}

.colorlib-nav.fixed .top-menu .change_language .icon{
  background-image: url('../images/new/icon-select2.png');
}

.colorlib-nav .top-menu .exper_login{
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  display: inline-block;
  margin-right: 20px;
}
.colorlib-nav .top-menu .change_language{
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.colorlib-nav .top-menu .change_language .current_lang{
  display: flex;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  align-items: center;
  cursor: pointer;
}
.colorlib-nav .top-menu .change_language .current_lang img{
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
.colorlib-nav .top-menu .change_language .icon{
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url('../images/new/icon-select.png') no-repeat center;
  background-size: 16px;
}
.colorlib-nav .top-menu .dropdown{
  display: none;
  min-width: 160px;
  width: max-content;
  position: absolute;
  top: 36px;
  right: -40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 0px #0000001A;
}
.colorlib-nav .top-menu .dropdown:before {
  bottom: 100%;
  right: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.colorlib-nav .top-menu .dropdown li{
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #0C0D13;
  cursor: pointer;
}
.colorlib-nav .top-menu .dropdown li:hover{
  color: #3F62FF;
}
/* 移动端导航 */
.colorlib-nav .top-menu-mobile{
  display: none;
}
.top-menu-mobile.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;

}
.colorlib-nav .top-menu-mobile .pickUp,
.colorlib-nav .top-menu-mobile .open .mobile-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.colorlib-nav .top-menu-mobile .menu-icon{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
  background: url(../images/new/icon_menu2.png) no-repeat center;
  background-size: contain;
}
.colorlib-nav .top-menu-mobile .open{
  display: none;
  background-color: #fff;
  height: 100%;
  width: 100%;
  
}
.colorlib-nav .top-menu-mobile .open  .menu-icon,
.colorlib-nav.fixed .top-menu-mobile .menu-icon{
  background-image: url('../images/new/icon_menu2.png');
}

.colorlib-nav .top-menu-mobile .open .mobile-header{
  height: 70px;
}
.colorlib-nav .top-menu-mobile .nav-list .item{
  line-height: 48px;
  padding: 0 20px;
  
  display: block;
  color: #0C0D13;

}
.colorlib-nav .top-menu-mobile .nav-list .item .dropdown{
  /* margin-left: 20px; */
}
.colorlib-nav .top-menu-mobile .nav-list .item .dropdown li{
  cursor: pointer;
}
.colorlib-nav .top-menu-mobile .nav-list .hover:hover{
  color: #3F62FF;
}
.colorlib-nav .top-menu-mobile .nav-list .item .dropdown li.active{
  background: url('../images/new/icon_check.png') no-repeat right center;
}
.colorlib-nav .top-menu-mobile .nav-list .btn-box{
  text-align: center;
  margin: 60px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colorlib-nav .top-menu-mobile .nav-list  .start_use_btn{
  padding: 0 20px;
  text-align: center;
  display: block;
  width: max-content;
}
.colorlib-nav .top-menu-mobile .nav-list  .support_link{
margin-left: 20px;
}
.colorlib-nav .top-menu-mobile .nav-list  .primary_btn:hover{
  color: #fff;
}

/* banner css */
#banner {
  width: 100%;
  position: relative;
}
#banner .banner-bg{
 width: 100%;
 height: 100%;
 background-size: cover !important;
}
#banner .swiper_content{
 margin: 0 auto;
 height: 100%;
 position: absolute;
 top: 0;
 left: 50%;
 transform: translateX(-50%);
}
#banner .swiper_content .swiper_text{
  color: #fff;
}
#banner .swiper_content .swiper_text p{
  margin: 0;
}
#banner .swiper_content .swiper_text .title{
  font-weight: 600;
}
#banner .swiper_content .swiper_text .btn-box{
display: flex;
}
#banner .swiper_content .swiper_text .btn-box .btn1{
  margin-right: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}
/* banner css end*/

/* 机构列表 css */
.origin-box{
  background: #F6F8FF;
  overflow: hidden;
  padding-bottom: 60px;
}
.origin-box .title{
  margin: 60px auto 40px;
  font-weight: 600;
  color: #0C0D13;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.origin-box .title b{
  color: #3F62FF;
  margin: 0 2px;
}
.origin-box ul{
  display: flex;
}
.origin-box ul li{
  width: 142px;
  height: 48px;
  display: inline-block;
}
.origin-box ul li:last-child{
  margin-right: 0;
}
.origin-box ul li img{
  width: 100%;
  height: auto;
  display: block;
}
/* 机构列表 css end*/

/* 我们的优势 css */
.enterprise{
  background: #fff;
}

.enterprise .enterprise_content{
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap
}
.enterprise .enterprise_content li{
  border: 1px solid rgba(143, 144, 146, 0.24);
  border-radius: 24px;
  padding: 40px 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
}
.enterprise .enterprise_content li:nth-child(3),
.enterprise .enterprise_content li:nth-child(6){
  margin-right: 0;
}
.enterprise .enterprise_content li:nth-child(4),
.enterprise .enterprise_content li:nth-child(5),
.enterprise .enterprise_content li:nth-child(6){
  margin-bottom: 0;
}
.enterprise .enterprise_content li .icon{
  display: block;
  width: 52px;
  height: 52px;
  margin: 0;
}
.enterprise .enterprise_content li .icon2{
  display: none;
}
.enterprise .enterprise_content li .icon img{
  width: 100%;
  height: 100%;
}
.enterprise .enterprise_content li .title{
  display: block;
  margin: 24px 0 12px;
  font-size: 18px;
  line-height: 18px;
  color: #0C0D13;
  
}
.enterprise .enterprise_content li .des{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #5C5D61;
  margin-bottom: 0;
}
.enterprise .enterprise_content li:hover{
  background: #3F62FF;
  /* animation: hoverSlide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
}
.enterprise .enterprise_content li:hover .icon1{
  display: none;
}
.enterprise .enterprise_content li:hover .icon2{
  display: block;
}
.enterprise .enterprise_content li:hover .title{
  color: #fff;
}
.enterprise .enterprise_content li:hover .des{
  color:rgba(255, 255, 255, 0.67)
}
/* 我们的优势 css end */

/* 一体化 css */
.integration{
  background: #F6F8FF;
  overflow: hidden;
  padding-bottom: 100px;
}
.integration .subTitle{
  font-size: 16px;
  line-height: 16px;
  color: #5C5D61;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 80px;
}
.integration  .integration_content{
  display: flex;
}
.integration  .integration_content .img{
  margin-right: 80px;
}
.integration  .integration_content .img img{
  width: 100%;
  display: block;
}
.integration  .integration_content .options{
}
.integration  .integration_content .options ul{
  display: flex;
  flex-wrap: wrap;
}
.integration  .integration_content .options li{
  height: 22px;
  display: flex;
  align-items: center;
}
.integration  .integration_content .options li label{
  width: 18px;
  height: 18px;
  margin: 0;
  background: url('../images/new/vector.png') no-repeat center;
  background-size: 100%;
}
.integration  .integration_content .options li span{
  font-size: 16px;
  color: #0C0D13;
  font-weight: 600;
  margin-left: 10px;
}

/* 一体化 css end */

/*  我们的产品 css */
.product{
  background: #fff;
  overflow: hidden;
}
.product .product_content{
  margin-top: 60px;
  padding-bottom: 100px;
}
.product .product_content .intro-wrap{
  margin-bottom: 120px;
  display: flex;
}
.product .product_content .intro-wrap:last-child{
  margin-bottom: 0;
}
.product .product_content  .desc h2{
  margin: 0px 0 33px;
  font-weight: 600;
  color: #0C0D13;
}
.product .product_content  .desc p{
  line-height: 30px;
  font-weight: 400;
  color: #5C5D61;
}
.product .product_content  .desc .btn-use{
  margin-top: 33px;
}
/*  我们的产品 css end */

/*  应用场景 css */
.application_scenarios{
 background: #F6F8FF; 
 overflow: hidden;
}
.application_scenarios .application_content{
  display: flex;
  flex-wrap: wrap;
}
.application_scenarios .item{
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  transition: all 0.2s;
}
.application_scenarios .item:hover{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
}
.application_scenarios .item .img-info{
  height: 222px;
  margin-bottom: 30px;
  overflow: hidden;
}
.application_scenarios .item img{
  display: block;
  width: 100%;
  height: auto;
}
.application_scenarios .item .title{
  padding: 0 20px;
  font-size: 20px;
  line-height: 28px;
  color: #0C0D13;
  font-weight: 600;
  margin:  0 0 10px 0;
}
.application_scenarios .item .des{
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #5C5D61;
  font-weight: 400;
  margin: 0;
}
.application_scenarios .item .btn-more{
line-height: 24px;
color: #3F62FF;
margin: 0 0 0 20px;
display: none;
}
.application_scenarios .item .icon-right{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/new/icon_more.png') no-repeat center;
  background-size: 13px auto;
}
/*  应用场景 css end */

/*  联系我们 css  */
.app_download{
  background: #fff;
 
}
.app_download .app_content{
  display: flex;
  padding: 100px 0;
  flex-wrap: nowrap;
  justify-content: center;
}
.app_download .app_icon{
  margin-right: 80px;
  width: 200px;
  height: 200px;
}
.app_download .app_icon img{
  display: block;
  width: 100%;
}
.app_download .app_code{
  margin-top: 7px;
  color: #0C0D13;
}
.app_download .app_code .app_title{
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;

}
.app_download .app_code .app_subtitle{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 10px 0 40px;
}
.app_download .app_code .code-box{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /* justify-content: center; */
}
.app_download .app_code .code-box .item{
margin-right: 20px;
line-height: 55px;
font-size: 16px;
font-weight: 400;
color: #0C0D13;
cursor: pointer;
/* padding: 0 22px; */
border: 1px solid #E2E5F1;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
width: 180px;
position: relative;
transition: all 0.2s;
box-sizing: border-box;
}
.app_download .app_code .code-box .item:nth-child(4){
  margin-right: 0;
}
.app_download .app_code .code-box .item:hover,
.app_download .app_code .code-box .item:active{
  background: #3F62FF;
  color: #fff;
}
.app_download .app_code .code-box .item label{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.app_download .app_code .code-box .item:nth-child(1) label{
  background-image: url('../images/new/icon_windows.png');
}
.app_download .app_code .code-box .item:nth-child(2) label{
  background-image: url('../images/new/icon_apple.png');
}
.app_download .app_code .code-box .item:nth-child(3) label{
  background-image: url('../images/new/icon_android.png');
}
.app_download .app_code .code-box .item:nth-child(4) label{
  background-image: url('../images/new/icon_apple.png');
}
.app_download .app_code .code-box .item:nth-child(1):hover label{
  background-image: url('../images/new/icon_windows_hover.png');
}
.app_download .app_code .code-box .item:nth-child(2):hover label{
  background-image: url('../images/new/icon_apple_hover.png');
}
.app_download .app_code .code-box .item:nth-child(3):hover label{
  background-image: url('../images/new/icon_android_hover.png');
}
.app_download .app_code .code-box .item:nth-child(4):hover label{
  background-image: url('../images/new/icon_apple_hover.png');
}
.app_download .app_code .code-box .item:hover  .download-box{
  display: block;
}
.app_download .app_code .code-box .item span{
}

.app_download .app_code .code-box .download-box{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background: #fff;
  width: 294px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px #0000001A;
  display: none;
  z-index: 1;
}
.app_download .app_code .code-box .download-box p{
  margin: 20px auto 30px;
  font-size: 20px;
  line-height: 20px;
  color: #000000 !important;
}
.app_download .app_code .code-box .download-box .img{
  width: 150px;
  height: 150px;
  margin: 0 auto;

}
.app_download .app_code .code-box .download-box .img img{
  width: 100%;
  height: 100%;
}
.app_download .app_code .code-box .download-box  span{
display: block;
font-size: 16px;
line-height: 16px;
margin: 7px auto 30px;
color: #0C0D13 !important;
}
.app_download .app_code .code-box .download-box  .btn-down{
  width: 208px;
  border-radius: 30px;
  margin: 20px auto 20px;
  display: block;
}
/*  联系我们 css end */

/*  联系我们 css  */
.contact_us{
  background: #2F53EB;
  height: 360px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.contact_us .contact_us_bg{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/new/mask-group.png') no-repeat center;
  z-index: 1;
}
.contact_us .contact_us_content{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact_us .c_title{
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  font-weight: 600;
  margin: 100px 0 40px;
}
.contact_us .c_btn{
  line-height: 54px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 40px;
  font-size: 16px;
  color: #0C0D13;
  background: #fff;
  cursor: pointer;
}
/*  联系我们 css end */


/* footer css*/
.footer{
  background: #fff;
  overflow: hidden;
}
.footer .footer_content{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
}
.footer .footer_content p{
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.footer .footer_content .f_left{
}
.footer .footer_content .f_left .foot_logo{
margin-bottom: 40px;
height: 38px;
width: 234px;
background: url(../images/new/logo_Chinese.png) no-repeat 0 center;
background-size: contain;
}
.footer .footer_content .f_right{
  display: flex;
}
.footer .footer_content .f_right .item{
  text-align: center;
}
.footer .footer_content .f_right .item:last-child{
margin-left: 40px;
}
.footer .footer_content .f_right img{
width: 130px;
display: block;
margin: 0 auto;
}
.footer .footer_content .f_right p{
  margin-top: 0;
}
.footer  a{
  color: #A5A5A5 ;
}
.footer .record_num{
  border-top: 1px solid #F4F4F4;
  font-size: 12px;
  line-height: 16px;
  color: #A5A5A5 ;
  font-weight: 400;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .record_num div{
  display: flex;
  align-items: center;
}
.footer .cnzz_bpx{
  margin-left: 5px;
}
.footer_en.footer_content{
  min-height: 78px;
  align-items: center;
  padding-bottom: 20px;
}
.footer_en.footer_content .f_left img{
  margin-bottom: 10px !important;
}
.footer_en.footer_content p{
  margin: 0;
}
.footer_en.footer_content .f_right .item{
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_en.footer_content .f_right .item.item_text{
  width: auto;
  background-position: left center;
  padding-left: 45px;
  color: #0C0D13;
}
.footer_en.footer_content .f_right .item:first-child{
  margin-left: 0;
}
.footer_en.footer_content .f_right .item:nth-child(1){
  background-image: url('../images/new/icon_facebook.png');
  display: none;
}
.footer_en.footer_content .f_right .item:nth-child(3){
  background-image: url('../images/new/icon_twitter.png');
}
.footer_en.footer_content .f_right .item:nth-child(2){
  background-image: url('../images/new/icon_whatsapp.png');
}
.footer_en.footer_content .f_right .item:nth-child(4){
  background-image: url('../images/new/icon_youtobe.png');
}
.footer_en.footer_content .f_right .item:hover:nth-child(1){
  background-image: url('../images/new/icon_facebook-hover.png');
}
.footer_en.footer_content .f_right .item:hover:nth-child(3){
  background-image: url('../images/new/icon_twitter-hover.png');
}
.footer_en.footer_content .f_right .item:hover:nth-child(2){
  background-image: url('../images/new/icon_whatsapp-hover.png');
}
.footer_en.footer_content .f_right .item:hover:nth-child(4){
  background-image: url('../images/new/icon_youtobe-hover.png');
}
/* footer css end*/

#new-fixed-right{
  position: fixed;
  right: 10px;
  z-index: 99999;
  bottom: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #3F62FF 0%, #41AFFF 100%);
  box-shadow: 0px 2px 10px 0px rgba(43, 59, 117, 0.25);
}
#new-fixed-right .item {
  padding: 20px 12px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  line-height: normal;
}
#new-fixed-right img {
  width: 40px;
  height: 40px;
  margin:0 auto 6px;
  display: block;
}


/* 媒体显示 */
@media screen and (min-width: 1920px) {
  /* 标题 */
  .h1-title{
    font-size: 46px;
    line-height: 46px;
  }

  /* banner */
  #banner {
    height: 850px;
  }
  #banner .banner-bg{
    background: url('../images/new/swiper1.png') no-repeat center;
  }
  #banner .swiper_content .swiper_text{
    margin-top: 238px;
  }
  #banner .swiper_content .swiper_text .title{
    font-size: 68px;
    line-height: 68px;
  }
  #banner .swiper_content .swiper_text .subtitle{
    font-size: 28px;
    line-height: 28px;
    margin: 53px 0;
  }
  /* 机构列表 css */
  .origin-box .title{
    height: 90px;
    font-size: 34px;
  }
  .origin-box .title b{
    font-size: 50px;
  }
  .origin-box ul li{
    margin-right: 90px;
  }
  /* 机构列表 css end*/

  /* 我们的优势 css */
  .enterprise{
    padding-bottom: 100px;
  }
  .enterprise .enterprise_content li{
    width: 413px;
  }
  /* 我们的优势 css end */


  /* 一体化 css */
  .integration  .integration_content .img{
    width: 506px;
  }
  .integration  .integration_content .options ul{
    width: 620px;
    margin-bottom: 10px;
  }
  .integration  .integration_content .options li{
    width: 300px;
    margin-bottom: 30px;
  }
  /* 一体化 css end */

  /*  我们的产品 css */
  .product .product_content .intro-wrap:nth-child(1) .intro_right,
  .product .product_content .intro-wrap:nth-child(3) .intro_right{
    margin-left: 134px;
  }
  .product .product_content .intro-wrap:nth-child(2) .intro_left,
  .product .product_content .intro-wrap:nth-child(4) .intro_left{
    margin-right: 134px;
  }
  .product .product_content .intro-img{
    width: 660px;
  }
  .product .product_content  .desc h2{
    margin-top: 103px;
    font-size: 38px;
    line-height: 38px;
  }
  .product .product_content  .desc p{
    font-size: 18px;
  }
  /*  我们的产品 css end */

  /*  应用场景 css */
 .application_scenarios .application_content{
  padding: 80px 0 60px;
 }
 .application_scenarios .item{
    width: 302px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .application_scenarios .item:nth-child(4n){
    margin-right: 0;
  }
 /*  应用场景 css end */

 .contact_us .contact_us_bg{
  right: 50%;
  width: 1300px;
  transform: translateX(50%);
}

}
@media screen and (max-width: 1919px) {
  /* 标题 */
  .h1-title{
    font-size: 42px;
    line-height: 42px;
  }

  /* banner */  
  #banner {
    height: 720px;
  }
  #banner .banner-bg{
    background: url('../images/new/swiper2.png') no-repeat center;
  }
  #banner .swiper_content .swiper_text{
    margin-top: 204px;
  }
  #banner .swiper_content .swiper_text .title{
    font-size: 58px;
    line-height: 58px;
  }
  #banner .swiper_content .swiper_text .subtitle{
    font-size: 24px;
    line-height: 24px;
    margin: 53px 0;
  }
  /* 机构列表 css */
  .origin-box .title{
    height: 86px;
    font-size: 32px;
  }
  .origin-box .title b{
    font-size: 48px;
  }
  .origin-box ul li{
    margin-right: 50px;
  }
  /* 机构列表 css end*/

  /* 我们的优势 css */
  .enterprise{
    padding-bottom: 100px;
  }
  .enterprise .enterprise_content li{
    width: 346px;
  }
  /* 我们的优势 css end */

  /* 一体化 css */
  .integration  .integration_content .img{
    width: 400px;
  }
  .integration  .integration_content .options ul{
    width: 620px;
    margin-bottom: 25.5px;
  }
  .integration  .integration_content .options li{
    width: 300px;
    margin-bottom: 14.5px;
  }

  /* 一体化 css end */

  /*  我们的产品 css */
  .product .product_content .intro-wrap:nth-child(1) .intro_right,
  .product .product_content .intro-wrap:nth-child(3) .intro_right{
    margin-left: 24px;
  }
  .product .product_content .intro-wrap:nth-child(2) .intro_left,
  .product .product_content .intro-wrap:nth-child(4) .intro_left{
    margin-right: 24px;
  }
  .product .product_content .intro-img{
    width: 570px;
  }
  .product .product_content  .desc h2{
    margin-top: 71px;
    font-size: 34px;
    line-height: 34px;
  }
  .product .product_content  .desc p{
    font-size: 16px;
  }
  /*  我们的产品 css end */

   /*  应用场景 css */
  .application_scenarios .application_content{
    padding: 80px 0 60px;
  }
  .application_scenarios .item{
    width: 252px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .application_scenarios .item:nth-child(4n){
    margin-right: 0;
  }
  /*  应用场景 css end */

  /* app下载 */
  /* .lang_en .app_download .app_code .code-box{
    width: 590px !important;
  }
  .lang_en .app_download .app_code .code-box .item:nth-child(1),
  .lang_en .app_download .app_code .code-box .item:nth-child(2){
    margin-bottom: 20px;
  } */
  /* app下载 end */

}
@media screen and (max-width: 1439px) {
  /* 标题 */
  .h1-title{
    margin-top: 80px;
  }
  /* banner */  
  #banner {
    height: 600px;
  }
  #banner .banner-bg{
     background: url('../images/new/swiper3.png') no-repeat center;
   }
  /* 机构列表 css */
  .origin-box ul li{
    margin-right: 26px;
  }
  /* 机构列表 css end*/

  /* 我们的优势 css */
  .enterprise{
    padding-bottom: 80px;
  }
  .enterprise .enterprise_content{
    margin-top: 60px;
  }
  .enterprise .enterprise_content li{
    width: 308px;
  }
  /* 我们的优势 css end */


  /* 一体化 css */
  .integration{
    padding-bottom: 80px;
  }
  .integration .subTitle{
    margin-bottom: 60px;
  }
  .integration  .integration_content .options ul{
    width: 504px;
  }
  .integration  .integration_content .options li{
    width: 242px;
  }
  /* 一体化 css end */

  /*  我们的产品 css */
  .product .product_content{
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product .product_content .intro-wrap:nth-child(1) .intro_right,
  .product .product_content .intro-wrap:nth-child(3) .intro_right{
    margin-left: 0;
  }
  .product .product_content .intro-wrap:nth-child(2) .intro_left,
  .product .product_content .intro-wrap:nth-child(4) .intro_left{
    margin-right: 0;
  }
  .product .product_content .intro-img{
    width: 500px;
  }
  .product .product_content  .desc h2{
    margin-top: 45px;
  }
  /*  我们的产品 css end */

  /*  应用场景 css */
  .application_scenarios .application_content{
    padding: 60px 0 60px;
  }
  .application_scenarios .item{
    width: 482px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .application_scenarios .item:nth-child(2n){
    margin-right: 0;
  }
  .application_scenarios .item .img-info{
    height: 300px;
  }
  /*  应用场景 css end */

  /* app下载 */
  .app_download .app_content{
    padding: 80px 0;
    box-sizing: border-box;
  }
  .app_download .app_code{
    margin-top: 0;
  }
  .app_download .app_code .code-box{
    width: 570px;
  }
  .app_download .app_code .code-box .item{
    margin-bottom: 20px;
  }
  .app_download .app_code .code-box .item:nth-child(2n){
    margin-right: 0;
  }
  .app_download .app_code .code-box .item:nth-child(3),
  .app_download .app_code .code-box .item:nth-child(4){
    margin-bottom: 0;
  }
  /* app下载 end */

}
@media screen and (max-width: 1023px) {
  /* 标题 */
  .h1-title{
    font-size: 38px;
    line-height: 38px;
  }

  .lang_en .colorlib-nav .top-menu{
    display: none;
  }
  .lang_en .colorlib-nav .top-menu-mobile{
    display: flex;
  }
  

  /* banner */ 
  .colorlib-nav .top-menu,
  .colorlib-nav .top-menu-mobile .pickUp,
  .colorlib-nav .top-menu-mobile .open .colorlib_logo,
  #banner .swiper_content .swiper_text{
    margin-left: 20px;
  }
  .colorlib-nav  .colorlib-btn{
    margin-right: 20px;
  }
  #banner .banner-bg{
    background: url('../images/new/swiper4.png') no-repeat center;
  }
  #banner .swiper_content,.colorlib-nav .colorlib_logo{
    padding: 0 20px;
  }
  /* 机构列表 css */
  .origin-box .title{
    height: 72px;
    font-size: 30px;
  }
  .origin-box .title b{
    font-size: 40px;
  }
  .origin-box ul{
    width: 768px;
    margin: 0 auto;
    flex-flow: wrap;
    justify-content: center;
  }
  .origin-box ul li{
    margin-right: 90px;
    margin-bottom: 12px;
  }
  .origin-box ul li:nth-child(4),
  .origin-box ul li:nth-child(5),
  .origin-box ul li:nth-child(6){
    margin-bottom: 0;
  }
  .origin-box ul li:nth-child(3),
  .origin-box ul li:nth-child(6){
    margin-right: 0;
  }
  /* 机构列表 css end*/

  /* 我们的优势 css */
  .enterprise .enterprise_content{
    width: 728px;
  }
  .enterprise .enterprise_content li{
    width: 349px;
  }
  .enterprise .enterprise_content li:nth-child(1),
  .enterprise .enterprise_content li:nth-child(3){
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .enterprise .enterprise_content li:nth-child(2),
  .enterprise .enterprise_content li:nth-child(4){
    margin-right: 0;
    margin-bottom: 20px;
  }
  .enterprise .enterprise_content li:nth-child(5){
    margin-right: 20px;
    margin-bottom: 0;
  }
  .enterprise .enterprise_content li:nth-child(6){
    margin-right: 0;
    margin-bottom: 0;
  }
  /* 我们的优势 css end */

  /* 一体化 css */
  .integration  .integration_content{
    flex-direction: column;
    justify-content: center;
  }
  .integration  .integration_content .img{
    width: 500px;
    margin: 0 auto 80px;
  }
  .integration  .integration_content .options{
    text-align: center;
  }
  .integration  .integration_content .options  ul{
    width: 728px;
    margin: 0 auto 25.5px;
  }
  .integration  .integration_content .options  li{
    width: auto;
  }
  .integration  .integration_content .options  li:nth-child(2n+1){
    margin-left: 172px;
    width: 300px;
  }
  .lang_en .integration  .integration_content .options  li:nth-child(2n+1){
    margin-left: 100px;
  }
  /* 一体化 css end */


  /*  我们的产品 css */
  .product .product_content  .desc h2{
    margin-top: 56px;
  }
  .product .product_content .intro-wrap{
    text-align: center;
  }
  .product .product_content .intro-wrap:nth-child(1),
  .product .product_content .intro-wrap:nth-child(3){
    flex-direction: column-reverse;
  }
  .product .product_content .intro-wrap:nth-child(2),
  .product .product_content .intro-wrap:nth-child(4){
    flex-direction: column;
  }
  .product .product_content .intro-wrap:nth-child(5) {
    flex-direction: column-reverse;
  }
  /*  我们的产品 css end */

   /*  应用场景 css */
   .application_scenarios .application_content{
     justify-content: center;
  }
   .application_scenarios .item{
    width: 354px;
  }
  
  /*  应用场景 css end */

   /* app下载 */
   .app_download .app_content{
    flex-flow: column;
    align-items: center;
  }
  .app_download .app_icon{
    margin-right: 0;
  }
 
  .app_download .app_code{
    margin-top: 40px;
    text-align: center;
  }
  .app_download .app_code .code-box{
    width: 530px !important;
    margin: 0 auto;
    justify-content: center
  }
  /* app下载 end */

  .footer .footer_content{
    margin: 0 20px;
  }

  .lang_en .footer .record_num{
    flex-flow: column;
  }
  .lang_en .footer .record_num>div:nth-child(2){
    margin-left: 0 !important;
    margin-top: 10px;
  }
  
}
@media screen and (max-width: 767px) {
  /* 标题 */
  .h1-title{
    font-size: 28px;
    line-height: 28px;
    margin-top: 40px;
  }
  /* 导航条 */
  .colorlib-nav .colorlib_logo{
    height: 22px;
  }
  .colorlib-nav .top-menu{
    display: none;
  }
  .colorlib-nav .top-menu-mobile{
    display: flex;
  }
  
  /* banner */  
  #banner {
    height: 334px;
  }
  #banner .banner-bg{
    background: url('../images/new/swiper5.png') no-repeat center;
  }
  #banner .swiper_content{
    width: 100%;
  }
  #banner .swiper_content .swiper_text{
    margin-top: 133px;
  }
  #banner .swiper_content .swiper_text .title{
    font-size: 30px;
    line-height: 30px;
  }
  #banner .swiper_content .swiper_text .subtitle{
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
  }
  #banner .swiper_content .swiper_text .btn-box .btn1{
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
  .lang_en #banner .swiper_content .swiper_text .btn-box .btn1{
    padding: 0 10px;
  }
  /* 机构列表 css */
  .origin-box{
    padding-bottom: 30px;
  }
  .origin-box .title{
    margin: 30px auto 20px;
    height: 54px;
    font-size: 20px;
  }
  .origin-box .title b{
    font-size: 30px;
  }

  .origin-box ul{
    width: auto;
  }
  .origin-box ul li{
    width: 82px;
    height: 28px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  /* 机构列表 css end*/

  /* 我们的优势 css */
  .enterprise{
    padding-bottom: 40px;
  }
  .enterprise .enterprise_content{
    margin: 30px 20px 0;
    width: auto;
    flex-flow: column;
  }
  .enterprise .enterprise_content li{
    width: 100%;
  }
  .enterprise .enterprise_content li:nth-child(1),
  .enterprise .enterprise_content li:nth-child(2),
  .enterprise .enterprise_content li:nth-child(3),
  .enterprise .enterprise_content li:nth-child(4),
  .enterprise .enterprise_content li:nth-child(5),
  .enterprise .enterprise_content li:nth-child(6){
    margin-right: 0;
    margin-bottom: 20px;
  }
  .enterprise .enterprise_content li:nth-child(6){
    margin-bottom: 0;
  }
  /* 我们的优势 css end */

  /* 一体化 css */
  .integration{
    padding-bottom: 40px;
  }
  .integration  .integration_content .img{
    width: 335px;
  }
  .integration  .integration_content .options  ul{
    width: 335px;
  }
  .lang_en .integration .integration_content .options ul{
    width: 100%;
    flex-flow: column;
  }
  .lang_en .integration .integration_content .options ul li{
    margin-left: 20px;
    width: auto;
  }
  .lang_en .integration  .integration_content .options  li:nth-child(2n+1){
    margin-left: 20px;
  }
  .integration  .integration_content .options  li{
    width: auto;
  }
  .integration  .integration_content .options  li:nth-child(2n+1){
    margin-left: 20px;
    width: 200px;
  }
 
  /* 一体化 css end */

  /*  我们的产品 css */
  .product .product_content .intro-img{
    width: 100%;
  }
  .product .product_content  .desc h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .product .product_content  .desc .btn-use,
  .integration .integration_content .options  .start_use_btn{
    margin-top: 20px;
  }
  /*  我们的产品 css end */

  /*  应用场景 css */
  .application_scenarios .application_content{
    padding: 30px 0 20px;
    margin: 0 20px;
  }
  .application_scenarios .item{
    width: 100%;
    margin-right: 0;
  }
  /*  应用场景 css end */


  /* app下载 */
  .app_download .app_content{
    padding: 40px 20px;
  }
  .app_download .app_code{
    margin-top: 30px;
  }
  .app_download .app_code .code-box{
    flex-flow: column;
    padding: 0 20px;
    width: 100% !important;
  }
  .app_download .app_code .code-box .item{
    text-align: center;
    margin-right: 0;
    justify-content: center;
    width: 100%;
  }
  .app_download .app_code .code-box .item:nth-child(3){
    margin-bottom: 20px;
  }
  .app_download .app_code .app_title{
    font-size: 24px;
    line-height: 34px;
  }
  .app_download .app_code .app_subtitle{
    font-size: 13px;
    line-height: 24px;
  }
  /* app下载 end */

  /*  联系我们 css  */
.contact_us{
  height: 256px;
  }
  .contact_us .c_title{
    font-size: 30px;
    line-height: 42px;
    margin: 60px 0 40px;
  }
  /*  联系我们 css end */

  /* footer css*/

  .footer .footer_content{
    flex-flow: column;
    padding-top: 40px;
  }
  .footer .footer_content .f_left .foot_logo{
    height: 22px;
    margin-bottom: 20px;
  }
  .footer .footer_content .f_left img{
    
  }
.footer .record_num{
 flex-flow: column;
 padding: 20px;

}
.footer .record_num div{
  display: block;
}
.footer_en .footer_content .f_right{
  margin-top: 20px;
}
.footer .record_num>div:nth-child(2){
  margin-left: 0 !important;
  margin-top: 10px;
}
/* footer css end*/

}








/* 英文版本 */
.lang_en {
  font-family: 'font-regular';
}
.lang_en .primary_btn,
.lang_en .border_btn,
.lang_en .second_btn,
.lang_en .origin-box .title,
.lang_en .enterprise .enterprise_content li .title,
.lang_en .integration .integration_content .options ul,
.lang_en .product .product_content .desc h2,
.lang_en .application_scenarios .item .title,
.lang_en .app_download .app_code .code-box .item .name,
#new-fixed-right{
  font-family: 'font-semibold';
}
.lang_en #banner .swiper_content .swiper_text .title,
.lang_en .h1-title,
.lang_en .app_download .app_code .app_title,
.lang_en .contact_us .c_title{
  font-family: 'font-extrabold';
}

.lang_en .colorlib-nav .colorlib_logo{
  background-image: url(../images/new/logo_English2.png);
  width: 221px;
}
.lang_en  .colorlib-nav.fixed .colorlib_logo, 
.lang_en  .colorlib-nav .top-menu-mobile .open .mobile-header .colorlib_logo{
  background-image: url(../images/new/logo_English.png);
}

.lang_en .footer .footer_content .f_left .foot_logo{
  background-image: url(../images/new/logo_English.png);
  }

/* 英文版本 */

/* 海外版本 */
.support_link,.footer_en{
  display: none !important;
}
.overseas .footer_cn{
  display: none !important;
}
.overseas .support_link{
  display: inline-block !important;
}
.overseas .footer_en{
  display: flex !important;
}
.overseas .application_scenarios .item{
    padding-bottom: 70px;
    position: relative;
  }
 .overseas .application_scenarios .item .support_link{
    position: absolute;
    bottom: 20px;
    left: 0;
  }
/* 海外版本 */
.body_abroad #new-fixed-right {
  display: block!important;
}




/* .hoverImgDivhoverSlide-top {
  animation: hoverSlide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.hoverImgDivhoverSlide-bottom {
  animation: hoverSlide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */

@keyframes hoverSlide-top {
  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(-10px);
  }
}

@keyframes hoverSlide-bottom {
  0% {
      transform: translateY(-10px);
  }

  100% {
      transform: translateY(0px);
  }
}

/* 按需订阅版本样式 */
.subscription-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.subscription-plans .plan-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    box-shadow: none;
    border: 1px solid #EEF1F7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 500px;
}

.subscription-plans .plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(63, 98, 255, 0.15);
}

.subscription-plans .plan-header {
    margin-bottom: 20px;
}

.subscription-plans .plan-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #0C0D13;
    margin-bottom: 14px;
}

.subscription-plans .plan-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #8687A2;
    margin: 0;
}

.subscription-plans .plan-price {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.subscription-plans .currency {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0C0D13;
}

.subscription-plans .price-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    color: #0C0D13;
}

.subscription-plans .price-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    color: #0C0D13;
}

.subscription-plans .price-period {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #0C0D13;
}

.subscription-plans .plan-cta {
    margin-bottom: 20px;
}

.subscription-plans .btn-trial,
.subscription-plans .btn-buy {
    width: 100%;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.9;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.subscription-plans .btn-trial {
    background: #3F62FF;
    color: #FFFFFF;
}

.subscription-plans .btn-buy {
    background: #3F62FF;
    color: #FFFFFF;
}

.subscription-plans .btn-trial:hover,
.subscription-plans .btn-buy:hover {
    background: #2A4FFF;
    transform: translateY(-1px);
}

.subscription-plans .plan-badge {
    background: #F2F4FB;
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 20px;
    text-align: left;
}

.subscription-plans .plan-badge span {
    font-family: 'PingFang SC', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    color: #0C0D13;
}

.subscription-plans .plan-features {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subscription-plans .feature-item {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #0C0D13;
}

.subscription-plans .feature-icon {
    color: #28BE66;
    font-weight: 600;
    font-size: 12px;
    width: 16px;
    flex-shrink: 0;
}

.subscription-plans .feature-text {
    flex: 1;
}

/* 响应式设计 - 按需订阅版本 */
@media (max-width: 1200px) {
    .subscription-plans {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .subscription-plans {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    .subscription-plans .plan-card {
        min-height: auto;
    }
}

/* 版本对比表格样式 */
.comparison-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.comparison-container {
    max-width: 1300px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.comparison-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.4;
    text-align: center;
    color: #0C0D13;
    margin-bottom: 80px;
}

.comparison-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #EEF1F7;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comparison-table {
    width: 100%;
    min-width: 1300px;
    border-collapse: collapse;
    display: table;
}

/* 表头样式 */
.table-header {
    background: #FFFFFF;
}

.header-row {
    display: flex;
    align-items: stretch;
}

.header-cell {
    border-bottom: 1px solid #EEF1F7;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cell.feature-cell {
    flex: 0 0 200px;
    background: #FFFFFF;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #EEF1F7;
}

.header-cell.plan-cell {
    flex: 1;
    min-width: 180px;
    padding: 20px;
    border-right: 1px solid #EEF1F7;
}

.header-cell:last-child {
    border-right: none;
}

/* 方案信息 */
.plan-info {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.plan-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #0C0D13;
    margin: 0;
}

.plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
}

.currency {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0C0D13;
}

.price-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #0C0D13;
}

.price-period {
    font-weight: 400;
    font-size: 14px;
    color: #5C5D61;
}

.price-text {
    font-weight: 600;
    font-size: 18px;
    color: #28BE66;
}

.plan-btn {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.trial-btn {
    background: #F1F6FF;
    color: #3F62FF;
    border: 1px solid #3F62FF;
}

.trial-btn:hover {
    background: #3F62FF;
    color: #FFFFFF;
}

.buy-btn {
    background: #3F62FF;
    color: #FFFFFF;
}

.buy-btn:hover {
    background: #5675FF;
}

/* 表格内容 */
.table-body {
    background: #FFFFFF;
}

.feature-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #EEF1F7;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-cell {
    flex: 0 0 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #FFFFFF;
    border-right: 1px solid #EEF1F7;
    min-height: 74px;
}

.feature-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    color: #0C0D13;
}

/* 计划单元格 */
.plan-cell {
    flex: 1;
    min-width: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEF1F7;
    min-height: 74px;
}

.plan-cell:last-child {
    border-right: none;
}

/* 文本单元格 */
.text-cell {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #0C0D13;
    background: #F7F9FF;
}

.text-cell.highlighted {
    background: #F1F6FF;
}

/* 图标单元格 */
.icon-cell {
    background: #F7F9FF;
    font-weight: 400;
    font-size: 14px;
    color: #0C0D13;
}

.icon-cell.highlighted {
    background: #F1F6FF;
}

.feature-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.feature-icon.yes {
    background: #28BE66;
}

.feature-icon.no {
    background: #E86057;
}

/* 响应式设计 */
@media (max-width: 1340px) {
    .comparison-container {
        max-width: 1200px;
    }
    
    .comparison-title {
        font-size: 38px;
        margin-bottom: 60px;
    }
    
    .comparison-table {
        min-width: 1000px;
    }
    
    .header-cell.feature-cell,
    .feature-cell {
        flex: 0 0 180px;
    }
    
    .plan-cell {
        min-width: 160px;
    }
}

@media (max-width: 1023px) {
    .comparison-section {
        padding: 60px 0;
    }
    
    .comparison-container {
        padding: 0 20px;
    }
    
    .comparison-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .comparison-table {
        min-width: 800px;
    }
    
    .header-cell.feature-cell,
    .feature-cell {
        flex: 0 0 140px;
        padding: 15px;
    }
    
    .plan-cell {
        min-width: 130px;
        padding: 15px;
        min-height: 60px;
    }
    
    .feature-title {
        font-size: 14px;
    }
    
    .plan-name {
        font-size: 14px;
    }
    
    .price-number {
        font-size: 24px;
    }
    
    .currency {
        font-size: 16px;
    }
    
    .price-period {
        font-size: 12px;
    }
    
    .plan-btn {
        padding: 6px 16px;
        font-size: 12px;
    }
    

    
    .plan-info {
        gap: 15px;
    }
}

@media (max-width: 767px) {
  .subscription-bg{
    padding-top: 50px;
  }

    .comparison-section {
        padding: 40px 0;
    }
    
    .comparison-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .comparison-table {
        min-width: 600px;
    }
    
    .header-cell.feature-cell,
    .feature-cell {
        flex: 0 0 100px;
        padding: 10px;
        min-height: 50px;
    }
    
    .plan-cell {
        min-width: 100px;
        padding: 10px;
        min-height: 50px;
    }
    
    .feature-title {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .plan-name {
        font-size: 12px;
    }
    
    .price-number {
        font-size: 18px;
    }
    
    .currency {
        font-size: 14px;
    }
    
    .price-period {
        font-size: 10px;
    }
    
    .plan-btn {
        padding: 4px 12px;
        font-size: 10px;
    }
    
 
    
    .plan-info {
        gap: 10px;
    }
    
    .feature-icon {
        width: 12px;
        height: 12px;
        font-size: 8px;
    }
}

/* 表格悬停效果 */
.feature-row:hover {
    /* background: rgba(63, 98, 255, 0.02); */
}

.feature-row:hover .feature-cell {
    /* background: rgba(63, 98, 255, 0.02); */
}

.feature-row:hover .plan-cell {
    /* background: rgba(63, 98, 255, 0.05); */
}

/* 滚动条样式 */
.comparison-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.comparison-table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.subscription-bg{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background: url(../images/new/swiper.png) no-repeat center;
}