html,body, h1, h2, h3, h4, h5, h6, p, pre, div {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",Tahoma,Arial;
}
.banner-box {
	position: relative;
}
.banner-box .group-banner {
	width: 1100px;
	position: relative;
	z-index: 1;
}
.init-hide {
	display: none;
}
.banner-box .banner-img, .banner-box .banner-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-box .banner-img img {
	object-fit: cover;
}

.applyModuleHide {
	display: none;
}
.banner-box {
    height: 520px;
    background: #f8faff;
}
.warp-group {
	display: none;
}
.solution.banner-box p.banner-tips {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
	margin-bottom: 0;
}
.banner-content {
    height: 100%;
	align-items: center;
}
.banner-title-box .wp-block-group__inner-container{
	display: flex;
	align-items: center;
}
.banner-but {
	border: none;
}
.banner-content .wp-block-column:first-child {
	padding-top: 40px;
	position: relative;
}
h2.banner-title {
    font-size: 48px;
    font-weight: 500;
    text-align: left;
    color: #1f2329;
    line-height: 68px;
	margin-bottom: 17px;
}
p.banner-tips {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #51565d;
    line-height: 28px;
	width: 520px;
    margin-bottom: 40px;
}
h2.banner-title, p.banner-tips {
	color: #fff;
}
.wp-block-button .wp-block-button__link {
    width: 152px;
    height: 50px;
    background: #36cfa8;
    border-radius: 4px;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    box-shadow: none;
	outline: none;
	box-shadow: 0px 12px 30px -9px rgba(54,207,168,0.50); 
}
.wp-block-button .wp-block-button__link:after {
	outline: none;
}
.wp-block-group__inner-container {
    height: 100%;
}
.banner-box .group-banner .banner-left p.freeTrial_btn {
	height: 40px;
    padding: 0 40px;
    display: inline-block;
    line-height: 40px;
    background: #36cfa8;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 31px;
    cursor: pointer;
}
.banner .banner-content {
    display: flex;
    align-items: center;
}
.product-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #1f2329;
    line-height: 56px;
    margin-bottom: 40px;
	position: relative;
  	z-index: 2;

}
.product-tips {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 22px;
	margin-bottom: 40px;
	position: relative;
  	z-index: 2;
}
.product-content-box {
	position: relative;
    padding: 55px 0;
}
figure.wp-block-image {
    margin: 0;
}
/* .product-list {
    height: 354px;
} */
.product-list .product-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.advantage-list {
    height: 360px;
}
.product-list .product-item {
    height: 100%;
    width: 270px;
    max-width: 270px;
    background: #ffffff;
    border: 1px solid #eff0f1;
    border-radius: 12px;
    padding: 60px 30px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.product-list .product-item .wp-block-image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.product-list .product-item  h5.item-name {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #1f2329;
    line-height: 28px;
}
.product-list .product-item .item-tips {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #51565d;
    line-height: 24px;
}

.product-introduce {
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #EFF0F1;
}
.product-introduce h1.name {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #1f2329;
    line-height: 44px;
    margin-bottom: 24px;
}
.product-introduce .no-bottom {
    margin-bottom: 0 !important;
}
.product-introduce p.tips {
    font-size: 16px;
    color: #51565d;
    line-height: 36px;
    margin-bottom: 16px;
}
.product-introduce .button .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #36cfa8;
    line-height: 26px;
}
.product-introduce .button p {
    margin-right: 9px;
}
.product-introduce .button {
    cursor: pointer;
	padding: 0;
	display: none;
}
.product-introduce .button:hover img {
    cursor: pointer;
    transform: translateX(5px);
}
.product-introduce .button .wp-block-image img{
    width: 14px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-introduce .product-main-img img {
    max-width: 640px;
}
.product-main-tips {
    max-width: 520px;
}
.product-introduce-tips-list {
	
}
.product-introduce-tips-list .product-introduce-tips-item {
	margin-bottom: 16px;
	position: relative;
	padding: 4px 7px;
}
.controlled-list .product-introduce-tips-item {
	cursor: pointer;
}

.product-introduce-tips-list .product-introduce-tips-item .product-item-box{
	display: block;
}
.product-introduce-tips-list .product-introduce-tips-item .name {
	font-size: 16px;
	font-weight: 500;
	color: #1F2329;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-introduce-tips-list .product-introduce-tips-item .tips {
	font-size: 14px;
	color: #51565d;
	line-height: 22px;
	margin-bottom: 0;
}
.controlled-list .active {
	background: linear-gradient(270deg,rgba(54,207,168,0), rgba(54,207,168,0.08));
}
.controlled-list .active:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 2px;
    height: 100%;
	width: 2px;
	margin: auto;
	background: #36CFA8;
}

.product-introduce-tips-list li {
	list-style: none;
	font-size: 16px;
	color: #51565d;
	line-height: 36px;
}
.content-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-flex li {
	list-style: none;
}

figure.product-main-img {
    margin: 0 auto;
    margin-bottom: 38px;
}
.product-data-list .product-data-item-box {
    display: flex;
    justify-content: center;
	align-items: center;
}
.swiper-pagination ..swiper-pagination-bullet {
	background: #E2E4ED;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #36CFA8;
}

/** 视频框*/
.mask_video_box {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.3); }
.mask_video_box .video_box {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff; }
.mask_video_box .video_box .close_icon {
    position: absolute;
    right: -28px;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; }
.mask_video_box1 {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%; }
.mask_video_box1 .video_box1 {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff;
    border-radius: 4px;
    padding: 30px 4px 4px 4px; }
.mask_video_box1 .video_box1 .close_icon1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; 
}

/*  版本说明start */
#content ul.appoint-cat-list {
	display: flex;
	align-items: center;
	height: 46px;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEEF5;
}
.appoint-cat-item {
	height: 100%;
	color: #303133;
	line-height: 46px;
	font-size: 14px;
	position: relative;
	width: 102px;
	text-align: center;
}
.appoint-cat-item.active {
	border-bottom: 2px solid #2BC58F;
	color: #2BC58F;
}
.appoint-cat-item a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.box {
	margin-right: 32px;
	margin-top: 1em;
	border-right: 1px solid #EBEEF5;
}

.date-item ul {
    display: none;
}
.date-item .date-year, .date-item li {
	position: relative;
	height: 40px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	position: relative;
}
.date-item li.active {
	background: rgba(10, 191, 137, 0.08);
	color: #0ABF89;
}
.date-item li.active a {
	color: #0ABF89;
}
.date-item li.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 40px;
	display: inline-block;
	background: #1BC68E;
}
.date-item .date-year {
	cursor: pointer;
}
.date-item li {
	justify-content: flex-start;
	padding-left: 48px;
}
.date-item li .post-title {
	display: flex;
	align-items: center;
}
.date-item li .month {
	margin-right: 4px;
}
.date-item li a {
	font-size: 14px;
	color: #303133;
	line-height: 20px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.date-item li:hover a, .date-item li:hover span { 
	color: #0ABF89;
}
.date-item .date-year .year-icon {
	width: 8px;
}
.new-icon {
	width: 18px;
	animation: motion 1s infinite;
	position: absolute;
	left: 27px;
}

@keyframes motion {
	50% {
		transform: translateY(-2px);
	},
	100% {
		transform: translateY(2px);
	},
}
/* 版本说明end */

/* 产品子菜单改造 */
#top-nav li:nth-child(3) .sub-menu {
    	width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 499px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title {
    font-weight: 500;
    display: flex;
    align-items: center;
   font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
}
#top-nav li:nth-child(3) .sub-menu {
	flex-direction: row-reverse;
}
#top-nav li:nth-child(3) .sub-menu, #top-nav li:nth-child(3) .sub-menu .solution_menu .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title img {
   width: 26px;
  height: 26px;
  margin-right: 30px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/wp-content/uploads/2025/05/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

#top-nav li:nth-child(3) .sub-menu .solution_list li a {
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background: transparent;
	position: relative;
	cursor:pointer;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li:hover a span:first-child{
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li span:first-child {
	padding: 0 60px 0 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a span.tips {
	margin-bottom: 0;
  margin-top: -6px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: Light;
  color: #ffffff;
  line-height: 18px;
  padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(3) .sub-menu .solution_list {
   	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(3) .sub-menu li {
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
}
#top-nav li:nth-child(3) .sub-menu li:nth-child(odd) {
    padding-left: 0;
}
#top-nav li:nth-child(3) .sub-menu li a {
    padding-left: 30px;
}
#top-nav li:nth-child(3) .sub-menu li span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 12px;
}
#top-nav li:nth-child(3) .sub-menu li span.tips {
    font-size: 12px;
    color: #3D3E4A;
	margin-bottom: 0;
	padding-left: 21px;
}
#top-nav li:nth-child(3) .sub-menu li span:after {
    content: none;
}
#top-nav li:nth-child(3) .sub-menu li .img-box {
    width: 41px;
  	height: 41px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: absolute;
    justify-content: center;
    top: 25%;
    min-height: 38px;
}
#top-nav li:nth-child(3) .sub-menu li .icon {
    width: 22px;
}

#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 25px;
}
#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
#access ul ul {
	max-width: 100%;
}
#top-nav li:nth-child(2) .sub-menu {
	  width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 350px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(2) .sub-menu .list {
	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .list li {
	width: 33%;
	min-width: 33%;
	padding-left: 28px;
	margin-bottom: 10px;
}
#top-nav li:nth-child(2) .sub-menu .list li:hover a span:first-child {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .list li a{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background:transparent;
	position: relative;
	cursor: pointer;
}
#top-nav li:nth-child(2) .sub-menu .list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item {
	height: 100%;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/wp-content/uploads/2025/05/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(2) .sub-menu .list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}
#top-nav li:nth-child(2) .sub-menu .list li a .hot {
	width: 23px;
	height: 11px;
	position: absolute;
	top: 6px;
}
#top-nav li:nth-child(2) .sub-menu .list li:first-child a .hot {
	left: 32%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(4) a .hot {
	left: 43%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(6) a .hot {
	left: 37%;
}
#top-nav li:nth-child(2) .sub-menu .list li span:first-child {
	padding: 0 60px 0 30px;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 10px
}
#top-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#top-nav li:nth-child(2) .sub-menu .list li a span.tips {
	margin-bottom: 0;
	margin-top: -6px;
	padding-bottom: 0;
	font-size: 13px;
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
font-size: 22px;
color: #fff;
line-height: 30px;
	margin-bottom: 40px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 26px;
	height: 26px;
	margin-right: 30px;
}
/* 产品子菜单改造end */
._margin-bottom {
	margin-bottom: 10px
}
._position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-left-box {
	position: fixed;
	display: flex;
	left: 0;
	bottom: 50px;
	height: 360px;
	z-index: 99999;
}
.page-left-box .left {
	display: none;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
.page-left-box .left img {
	width: 100%;
}
.page-left-box .right {
	position: relative;
}
.page-left-box .right .icon1 {
	width: 220px;
}
.page-left-box .right .icon2{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	animation: zoomInOut .4s infinite alternate;
	transition: transform 0.5s ease;
}
.page-left-box .right .cha {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 10px;
	cursor: pointer;
}
@keyframes zoomInOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}



/*phone<768  小屏，字体黑色，背景蓝色*/
@media screen and (max-width: 1200px) {
    html,body {
        font-size: 10px;
        width: 100vw;
/*         overflow-x: hidden; */
    }
	.product-tips {
		font-size: 1.4rem;
	}
	.wp-block-button .wp-block-button__link {
		width: 15rem;
		height: 4rem;
		border-radius: .4rem;
		padding: 0;
		font-size: 1.5rem;
		line-height: 4rem;
		box-shadow: none;
	}
	.product-list .product-item .wp-block-image {
		  width: 8rem;
		height: 8rem;
		margin: 0 auto 1.2rem;
		flex-shrink: 0;
	}
	.product-list .product-item.odd-item .wp-block-image {
		margin-right: 1rem;
		margin-left: 0;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 8rem;
	}
	.edu-banner-box .group-banner .banner-left p.freeTrial_btn {
		text-align: center;
		color: #fff;
		width: 15rem;
		height: 4rem;
		line-height: 4rem;
		background: #36cfa8;
		border-radius: .4rem;
		margin: 2.9rem auto 0;
		display: block;
		font-size: 1.5rem;
		position: relative;
	}
    .banner-box {
        height: 52rem;
    }
    h2.banner-title {
        font-size: 3rem;
        line-height: 4.2rem;
		margin-bottom: .5rem;
    }
    p.banner-tips {
        font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 2rem;
		padding: 0 1.6rem;
		width: 100%;
    }
    h2.banner-title, p.banner-tips {
        text-align: center;
    }
	.wp-block-button.banner-but {
		margin: 0 auto;
	}
	.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button, .wp-block-buttons>.wp-block-button.wp-block-button {
		margin-right: auto;
		margin-left: auto;
	}
	.product-introduce .product-main-img img {
		max-width: 100%;
	}
	.product-introduce {
		flex-direction: column;
	}
	.product-introduce:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	/** 主产品 */
	.product-introduce h1.name, .product-title {
		font-size: 2.4rem;
		line-height: 3.3rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.product-title {
		font-size: 2.2rem;
	}
	.product-introduce h1.no-bottom {
		margin-bottom: 0;
	}
	.product-introduce p.tips { 
	    font-size: 1.4rem;
		line-height: 2rem;
		padding: 0 1.5rem;
		text-align: center;
	}
	.product-introduce { 
		padding: 3rem 2rem;
		min-height: 48.8rem;
		justify-content: space-around;
	}
	.product-introduce .button {
		display: none;
	}
	/** more */
	.product-content-box {
		padding: 3rem 1.5rem;
	}
	.product-list {
		height: auto !important;
	}
	.product-list .product-item {
		width: 34.5rem;
    	max-width: 34.5rem;
		border: .1rem solid #eff0f1;
		border-radius: 1.2rem;
		padding: 2rem 1rem;
	}
	.product-list .product-item.odd-item .wp-block-group__inner-container {
		display: flex;
	}
	.product-list .product-item.odd-item .right .wp-block-group__inner-container {
		display: block;
	}
	.product-list .product-item h5.item-name {
		margin-bottom: .6rem;
		font-size: 1.6rem;
		line-height: 2.8rem;
		font-weight: 500;
	}
	.product-list .product-item.odd-item h5.item-name, .product-list .product-item.odd-item .item-tips {
		text-align: justify;
		width: 24rem;
	}
	.product-list .product-item .item-tips {
		font-size: 1.4rem;
		line-height: 2.4rem;
		width: 13.2rem;
	}
	.product-introduce-tips-list {
		margin-bottom: 2rem;
		 max-width: 31rem;
    	text-align: justify;
	}
	.product-introduce-tips-list li {
		font-size: 1.4rem;
		line-height: 2.5rem;
		text-align: center;
		display: inline;
	}
	.product-introduce-tips-list .product-introduce-tips-item {
		margin-bottom: 0;
		padding: 0;
	}
	.product-introduce-tips-list .product-introduce-tips-item .tips {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1rem;
		text-align: left;
		padding: 0;
	}
	.controlled-list .active {
		background: transparent;
	}
	.controlled-list .active:before {
		content: none;
	}
	.ai-advantage-list .ai-advantage-item:first-child .wp-block-image img {
		width: 7rem;
		height: auto;
	}
	.product-main-tips {
		max-width: 95%;
		text-align: center;
	}
	.banner-box .group-banner {
		width: auto;
	}
	.pc-group {
		display: none;
	}
	.warp-group {
		display: block;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box {
		width: 100%;
		height: 30rem;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box .close_icon {
		right: 0;
	}
	/* 产品子菜单改造 */
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#mobile-nav li:nth-child(2) .sub-menu .productMenu_item {
	flex: 1;
	padding: 0 1.5rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 0;
}
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
.currency_menu .list {
	width: auto;
	padding-right: 0;
	border-right: 1px solid #EFF0F1;
}
#mobile-nav li:nth-child(2) .sub-menu {
	padding: 0;
	background: #FFF;
	display: none;
}
#mobile-nav li:nth-child(2) .sub-menu .list {
	    height: 100%;
    left: 0;
	display: block;
	flex-wrap: nowrap;
}
#mobile-nav li:nth-child(2) .sub-menu .list li {
	width: 100%;
	min-width: 100%;
	padding-left: 0;
	margin-bottom: 0;
	height: 4rem;
	line-height: 4rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item li:nth-child(odd) {
    margin-right: 0;
}

#mobile-nav li:nth-child(2) .sub-menu .list li a {
	text-align: left;
	padding-left: 2rem;
	width: 90% !important;
}
#mobile-nav li:nth-child(2) .sub-menu .list li img {
	position: absolute;
    width: 1.8rem;
    top: 0;
    bottom: 0;
    left: .2rem;
    margin: auto;
}
#mobile-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #282828;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.6rem;
}
#mobile-nav li:nth-child(3) .sub-menu li:first-child {
	background: url(/wp-content/uploads/2025/05/jy_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(2) {
	background: url(/wp-content/uploads/2025/05/zs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(3) {
	background: url(/wp-content/uploads/2025/05/ly_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(4) {
	background: url(/wp-content/uploads/2025/05/ct_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(5) {
	background: url(/wp-content/uploads/2025/05/ds_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(6) {
	background: url(/wp-content/uploads/2025/05/hs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(7) {
	background: url(/wp-content/uploads/2025/05/yl_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(8) {
	background: url(/wp-content/uploads/2025/05/ls_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}

	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(9) {
	background: url(/wp-content/uploads/2025/05/qc_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(10) {
	background: url(/wp-content/uploads/2025/05/jz_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(11) {
	background: url(/wp-content/uploads/2025/05/cs_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(12) {
	background: url(/wp-content/uploads/2025/05/jr_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
/* 产品子菜单改造end */
	
	.page-left-box {
		display: none;
	}
}
h2.banner-title.solution-banner-title {
	margin-bottom: 0;
}

/* 固定右侧加企微开始 */
.scrm-wetch-modal-default-bg{
    display:none;
}
.scrm-wetch-modal-bg{
    display:block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.change-index{
    z-index:20 !important;
}
.scrm-wetch-header{
	position:relative;
    width:61px;
    padding-top:12px;
    padding-right:9px;
    cursor:pointer;
}
.scrm-wetch-header .scrm-wetch-header-img{
   position: absolute;
   right: 10px;
   bottom: -86px;
   max-width: 88px !important;
}
.scrm-modal-header{
    display: none;
    position: relative;
}
.scrm-wetch-header-img {
    animation: zoomInOut .7s infinite alternate;
    transition: transform 0.5s ease;
}
.scrm-modal-header-show{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1000;
    cursor: pointer;
    max-width: 900px;
}

.hotspot {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.scan-wetch{
   position: absolute;
   right:117px;
   top:206px;
   width:159px;
   height:159px;
}
.scan-laser {
    position: relative;
    overflow: hidden;
    height:159px;
}

.scan-laser::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        rgba(255, 0, 0, 0) 0%,
        rgba(255, 0, 0, 0.8) 50%,
        rgba(255, 0, 0, 0) 100%
    );
    animation: laser-scan 3.5s linear infinite;
}

@keyframes laser-scan {
    0%, 100% {
        top: -10%;
    }
    50% {
        top: 110%;
    }
}
/* 固定右侧加企微结束 */


@media (max-width:1200px) and (min-width:768px) {
	html,body {
		font-size: 20px !important;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 200px;
	}
	.wp-block-column {
		flex-basis: 100%!important;
	}
	.banner-content {
		flex-direction: column;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}











