.widthBase {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.pages-buttons {
  display: flex;
  align-items: center;
}
.pages-buttons .button-self {
  width: 144px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.pages-buttons .button-self:hover {
  opacity: 0.8;
}
.pages-buttons .un-more {
  margin-right: 10px;
  color: #0E0E0E;
  background: #00EBD6;
}
.pages-buttons .free-try {
  position: relative;
  color: #fff;
  background: #0C1524;
  border-radius: 30px;
}
.pages-buttons .free-try:before {
  content: "";
  position: absolute;
  inset: 0;
  /* 覆盖整个父元素 */
  border-radius: 30px;
  /* 和父元素一致 */
  padding: 2px;
  /* 边框宽度 */
  background: linear-gradient(90deg, #82a0ff, #2de7e9);
  /* 渐变 */
  -webkit-mask: linear-gradient(#ffffff, #ffffff) content-box, /* 内容区域不显示渐变 */ linear-gradient(#ffffff, #ffffff);
  /* 边框区域显示渐变 */
  -webkit-mask-composite: xor;
  /* 只显示边框部分 */
  mask-composite: exclude;
  /* 类似效果，兼容 Firefox */
}
.group-padding {
  padding: 100px 0;
}
.pages {
  background: #000A16;
}
.pages .title {
  font-weight: 500;
  font-size: 63px;
  color: #FFFFFF;
  line-height: 90px;
  text-align: center;
}
.pages .title .title-color {
  color: #00EBD6;
}
.group-oper-banner {
  width: 100%;
  height: 720px;
  background: url("/wp-content/uploads/2025/07/group-oper-banner-pc.png") center no-repeat;
  background-size: auto 100%;
}
.group-oper-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  height: 100%;
  align-items: flex-start;
}
.group-oper-banner .banner-title {
  font-weight: 600;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 77px;
  margin-bottom: 25px;
}
.group-oper-banner .banner-desc-list {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.group-oper-banner .banner-desc-list p {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 1px;
  padding-left: 21px;
  background-image: url('/wp-content/uploads/2025/07/banner-icon.png');
  background-position: left center;
  /* 水平居左，垂直居中 */
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.group-oper-banner .banner-desc-list p:nth-child(-n+2) {
  margin-right: 20px;
}
.group-oper-banner .banner-btn {
  width: 184px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(117deg, #33ffe9 3%, #0156fd 100%);
  border-radius: 30px;
  font-size: 16px;
  color: #0E0E0E;
  text-align: center;
  cursor: pointer;
}
.group-oper-banner .banner-btn:hover {
  opacity: 0.8;
}
.group-oper-solutions {
  background: linear-gradient(180deg, rgba(4, 15, 30, 0.6) 0%, rgba(12, 30, 58, 0.5894) 100%);
}
.group-oper-solutions .solutions-main-img {
  margin-top: 90px;
}
.group-oper-solutions .solutions-main-img img {
  width: 100%;
}
.group-oper-tool .group-oper-tool-list {
  padding-top: 100px;
}
.group-oper-tool .group-oper-tool-list .tool-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 540px;
  margin-bottom: 130px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tool-title {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 67px;
  margin-bottom: 30px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tool-tip {
  width: 360px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 40px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tool-right {
  margin-right: 100px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tool-img-content {
  width: 720px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tool-img-content img {
  width: 100%;
}
 .hide {
  display: none;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list {
  margin-bottom: 40px;
  width: 402px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item .tips-item-title {
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(90deg, rgba(112, 201, 237, 0.1) 0%, rgba(54, 81, 207, 0.08) 100%);
  box-shadow: 0px 14px 28px 0px rgba(4, 16, 65, 0.04);
  border-radius: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item .tips-item-title .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item .tips-item-desc {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  display: none;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item:first-child {
  margin-bottom: 25px;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item.active .tips-item-title {
  background: url("/wp-content/uploads/2025/07/group-oper-zh-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item.active .tips-item-desc {
  display: block;
}
.group-oper-tool .group-oper-tool-list .tool-item:nth-child(even) {
  flex-direction: row-reverse;
}
.group-oper-more {
  background: url("/wp-content/uploads/2025/07/group-oper-more-bg-pc.jpg") no-repeat center;
  background-size: 100% 100%;
}
.group-oper-more .group-oper-more-list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.group-oper-more .group-oper-more-list .group-oper-more-item {
  position: relative;
  width: 254px;
  height: 130px;
  background: linear-gradient(136deg, rgba(16, 21, 29, 0.7787) 0%, rgba(57, 66, 80, 0.8215) 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-right: 21px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  cursor: pointer;
}
.group-oper-more .group-oper-more-list .group-oper-more-item .more-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.group-oper-more .group-oper-more-list .group-oper-more-item .more-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.group-oper-more .group-oper-more-list .group-oper-more-item:before {
  content: "";
  position: absolute;
  inset: 0;
  /* 覆盖整个父元素 */
  border-radius: 4px;
  /* 和父元素一致 */
  padding: 2px;
  /* 边框宽度 */
  background: linear-gradient(308deg, #192e41, #3f5875);
  /* 渐变 */
  -webkit-mask: linear-gradient(#ffffff, #ffffff) content-box, /* 内容区域不显示渐变 */ linear-gradient(#ffffff, #ffffff);
  /* 边框区域显示渐变 */
  -webkit-mask-composite: xor;
  /* 只显示边框部分 */
  mask-composite: exclude;
  /* 类似效果，兼容 Firefox */
}
.group-oper-more .group-oper-more-list .group-oper-more-item:nth-child(-n+12) {
  margin-bottom: 20px;
}
.group-oper-more .group-oper-more-list .group-oper-more-item:nth-child(4n) {
  margin-right: 0;
}
.group-oper-more .pages-buttons {
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .group-padding {
    padding: 4rem 0.5rem;
  }
  .pages-buttons {
    justify-content: center;
  }
  .pages-buttons .button-self {
    width: 21.0rem;
    height: 6.0rem;
    line-height: 6.0rem;
  }
  .pages-buttons .button-self:hover {
    opacity: 0.8;
  }
  .pages-buttons .free-try {
    position: relative;
    font-weight: 400;
    font-size: 1.6rem;
    color: #0E0E0E;
    background: #00EBD6;
    border-radius: 3rem;
  }
  .pages-buttons .free-try:before {
    content: none;
  }
  .pages .title {
    font-size: 3.1rem;
    line-height: 3.9rem;
  }
  .pages .title .title-color {
    color: #00EBD6;
  }
  .group-oper-banner {
    position: relative;
    width: 100%;
    height: 48.5rem;
    background: url("/wp-content/uploads/2025/07/group-oper-banner-warp.png") center no-repeat;
    background-size: 100% 100%;
  }
	.group-oper-banner  .banner-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
  .group-oper-banner .banner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    height: 100%;
    z-index: 1;
    align-items: center;
  }
  .group-oper-banner .banner-title {
    font-size: 4.1rem;
    color: #FFFFFF;
    line-height: 5.7rem;
    margin-bottom: 1rem;
  }
  .group-oper-banner .banner-desc-list {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
	flex-wrap: wrap;
    justify-content: center;
  }
  .group-oper-banner .banner-desc-list p {
    position: relative;
    padding-left: 0;
    background-image: none;
    background-position: none;
    /* 水平居左，垂直居中 */
    background-repeat: no-repeat;
    background-size: 16px 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.2rem;
    letter-spacing: .1rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
	  width: 43%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
	.group-oper-banner .banner-desc-list p img {
		width: 1.6rem;
		height: 1.6rem;
		margin-right: .5rem;
	}
	.group-oper-banner .banner-desc-list p:nth-child(-n+2) {
	  margin-right: 0;
		margin-bottom: 1rem;
	}
  .group-oper-banner .banner-btn {
    text-align: center;
    cursor: pointer;
    width: 15.0rem;
    height: 4.0rem;
    background: #00EBD6;
    border-radius: .4rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #2B333F;
    line-height: 4rem;
  }
  .group-oper-banner .banner-btn:hover {
    opacity: 0.8;
  }
  .group-oper-solutions {
    background: linear-gradient(180deg, rgba(4, 15, 30, 0.6) 0%, rgba(12, 30, 58, 0.5894) 100%);
  }
  .group-oper-solutions .solutions-main-img {
    margin-top: 4rem;
	  padding: 0 .5rem;
  }
  .group-oper-solutions .solutions-main-img img {
    width: 100%;
  }
  .group-oper-tool .group-oper-tool-list {
    padding-top: 4rem;
  }  .group-oper-tool .group-oper-tool-list .tool-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tool-title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2.5rem;
	margin-left: 1.4rem;
    padding-left: 1.5rem;
	  position:relative;
  }
	.group-oper-tool .group-oper-tool-list .tool-item .tool-title:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		bottom: 0;
		width: 0.8rem;
		height: 100%;
		border-radius: 2rem;
		background: #00EBD6;
	}
  .group-oper-tool .group-oper-tool-list .tool-item .tool-tip {
    margin-bottom: 3rem;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
	  padding: 0 3rem;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tool-img-content {
    width: 100%;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list {
    margin-bottom: 2rem;
    width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
	.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item {
		width: 16.6rem;
  		height: 4.0rem;
		border-radius: 1rem;
	}
	.group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item:first-child {
		margin-right: 1.3rem;
	}
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item .tips-item-title {
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, rgba(112,201,237,0.1) 0%, rgba(54,81,207,0.08) 100%);
box-shadow: 0px 14px 28px 0px rgba(4,16,65,0.04);;
    border-radius: 1rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
	  width: 100%;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item .tips-item-title .icon {
    width: 2.1rem;
    height: 2.1rem;
    margin-right: 1.3rem;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tool-desc-content .tips-item-desc {
    margin: 2rem 0 3rem;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
	padding: 0 3rem;
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 2.2rem;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item:first-child {
    margin-bottom: 0;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item.active .tips-item-title {
    background: url("/wp-content/uploads/2025/07/group-oper-zh-bg-warp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .group-oper-tool .group-oper-tool-list .tool-item .tips-list .tips-item.active .tips-item-desc {
    display: block;
  }
  .group-oper-more {
    background: url("/wp-content/uploads/2025/07/group-oper-more-bg-warp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .group-oper-more .group-oper-more-list {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1.9rem;
  }
  .group-oper-more .group-oper-more-list .group-oper-more-item {
    position: relative;
    width: 45%;
    height: 4rem;
    line-height: 4rem;
    background: linear-gradient(136deg, rgba(16, 21, 29, 0.16) 0%, rgba(57, 66, 80, 0.8215) 100%);
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    padding-left: 5.3rem;
    margin-right: 0;
    cursor: pointer;
    text-align: center;
  }
	.group-oper-more .group-oper-more-list .group-oper-more-item:nth-child(odd) {
		margin-right: 1.3rem;
	}
  .group-oper-more .group-oper-more-list .group-oper-more-item .more-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4rem;
    height: 4rem;
    margin-right: 0;
  }
  .group-oper-more .group-oper-more-list .group-oper-more-item .more-title {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .group-oper-more .group-oper-more-list .group-oper-more-item:before {
    content: "";
    position: absolute;
    inset: 0;
    /* 覆盖整个父元素 */
    border-radius: 4px;
    /* 和父元素一致 */
    padding: .2rem;
    /* 边框宽度 */
    background: linear-gradient(308deg, #192e41, rgba(63, 88, 117, 0.30000001));
    -webkit-mask: linear-gradient(#ffffff, #ffffff) content-box, /* 内容区域不显示渐变 */ linear-gradient(#ffffff, #ffffff);
    /* 边框区域显示渐变 */
    -webkit-mask-composite: xor;
    /* 只显示边框部分 */
    mask-composite: exclude;
	border-radius: 2.6rem;
    /* 类似效果，兼容 Firefox */
  }
  .group-oper-more .group-oper-more-list .group-oper-more-item:nth-child(-n+14) {
    margin-bottom: 1rem;
  }
  .group-oper-more .group-oper-more-list .group-oper-more-item:nth-child(4n) {
    margin-right: 0;
  }
  .group-oper-more .pages-buttons {
    justify-content: center;
    margin-top: 50px;
  }
}
