.content {
  width: 100%;
  height: auto;
}

.content .conbanner {
  width: 100%;
  height: 6.28rem;
  position: relative;
}

.content .conbanner img {
  width: 100%;
  height: 100%;
}

.content .conbanner .conbannerText {
  position: absolute;
  left: 2.11rem;
  top: 2.59rem;
  color: #fff;
}

.content .conbanner .conbannerText span {
  display: block;
}

.content .conbanner .conbannerText span:first-child {
  font-size: 0.64rem;
  font-weight: bold;
  height: 0.63rem;
  line-height: 0.64rem;
}

.content .conbanner .conbannerText span:last-child {
  font-size: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.25rem;
}

.content .con1 {
  width: 100%;
  height: 8.87rem;
  overflow: hidden;

  background-size: 100% 100%;
}

.content .con1 .con1-title {
  text-align: center;
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
  height: 0.46rem;
  width: 7.86rem;
  margin: 0 auto;
  line-height: 0.46rem;
  margin-top: 1.75rem;
  position: relative;
}

.content .con1 .con1-title img {
  position: absolute;
  width: 1.62rem;
  height: 1.62rem;
  top: -1.06rem;
  left: -0.55rem;
}

.content .menuBox {
  width: auto;
  height: 4.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.77rem;
}

.content .menuBox .item {
  width: 3.7rem;
  height: 4.66rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0.13rem;
  border-radius: 0.06rem;
  cursor: pointer;
}

.content .menuBox .item:hover {
  background-color: #fff;
  box-shadow: 0rem 0.08rem 0.14rem 0.02rem rgba(209, 213, 219, 0.55);
}

.content .menuBox .item img {
  width: 1.62rem;
  height: 1.62rem;
  display: block;
  margin: 0.21rem auto;
}

.content .menuBox .item .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  height: 0.24rem;
  line-height: 0.24rem;
  display: block;
  width: 100%;
  text-align: center;
}

.content .menuBox .item .t2 {
  width: 0.06rem;
  height: 0.2rem;
  background: #4f79e8;
  border-radius: 0.03rem;
  margin: 0.14rem auto;
}

.content .menuBox .item .t3 {
  font-size: 0.18rem;
  text-align: center;
  color: #4f79e8;
  height: 0.18rem;
  line-height: 0.18rem;
}

.content .menuBox .item .t4 {
  width: 2.85rem;
  height: 1rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333333;
  margin: 0 auto;
  margin-top: 0.2rem;
}


/* AI管理智能体 */
.content .tcon2 {
  background-color: white;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content .tcon2 .tc2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .tcon2 .tc2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .tcon2 .tcet2 span:nth-child(2) {
  display: block;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.32rem;
}
/* 流程图标区 */
.content .tc2t2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.66rem 2.84rem 0.71rem;
}
.content .tc2t2 .i {
  text-align: center;
}
.content .tc2t2 img {
  width: 1.35rem;
  height: 1rem;
  margin-bottom: 0.26rem;
}
.content .tc2t2 span {
  font-size: .18rem;
  color: #333;
}
.content .arrow {
  width: .33rem;
  height: .30rem;
  margin-top: -0.6rem;
  background: url("../boos/boosarrow.png") no-repeat center/contain;
}
/* 底部左右区 */
.content .tc2b {
	margin: 0rem 1.84rem;
	padding: 1.4rem .66rem;
  	display: flex;
  	align-items: center;
	justify-items: center;
	background: url("../boos/boosback.png") no-repeat center/cover;
	border-radius: 0.2rem;
    overflow: hidden;
}
.content .tc2bl {
  flex: 1;
  margin-right: 1.05rem;
}
.content .tc2bl span:nth-child(1) {
  display: block;
  font-size: .36rem;
  line-height: .36rem;
  font-weight: bold;
  color: #1D222D;
  margin-bottom: .50rem;
}
.content .tc2bl span:nth-child(2) {
  display: block;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.content .tc2br {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  justify-content: flex-start;
  padding-bottom: 0.17rem;
  position: relative;
}

.content .tc2br .t {
  position: relative;
  width: calc((100% - 0.1rem) / 2);
  box-sizing: border-box;
  display: flex;
  justify-content: center; /* 让图片水平居中 */
  align-items: center;     /* 让图片垂直居中 */
}

.content .tc2br .t img {
   width: 3.24rem;
   height: 1.54rem;
}
.content .tc2br .t:nth-child(1) img,
.content .tc2br .t:nth-child(2) img {
  margin-top: 0.17rem;
}
/* 绝对定位span */
.content .tc2br .t span {
  position: absolute;
  width: 1.1rem;
  height: .34rem;
  background-color: #4D80FF;
  border-radius: 0.08rem;
  text-align: center;
  font-size: .14rem;
  color: #FFF;
}
/* 左上角 */
.content .tc2br .t:nth-child(1) span {
  top: 0rem;
  left: 0rem;
}
/* 右上角 */
.content .tc2br .t:nth-child(2) span {
  top: 0rem;
  right: 0rem;
}
/* 左下角 */
.content .tc2br .t:nth-child(3) span {
  bottom: -0.17rem;
  left: 0rem;
}
/* 右下角 */
.content .tc2br .t:nth-child(4) span {
  bottom: -.17rem;
  right: 0rem;
}
.content .tc2br .cenimg {
   width: 2.48rem;
   height: 2.36rem;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


.content .con2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content .con2 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con2 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con2 .c2t1 span:nth-child(2) {
  display: block;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.32rem;
}

.content .con2 .c2mb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.54rem;
}

.content .con2 .c2mb img {
  width: 2.59rem;
  height: 0.63rem;
  margin: 0 0.34rem;
}

.content .con2 .c2bm {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 0.18rem;
}

.content .con2 .c2bm .l {
  margin-right: 0.38rem;
  width: 9.5rem;
  height: 4.75rem;
  box-sizing: border-box;
}

.content .con2 .c2bm .l .t {
  width: 100%;
  padding: 0.2rem;
  padding-top: 0.8rem;
  overflow: hidden;
}

.content .con2 .c2bm .l .t.b {
  width: 100%;
  padding: 0.2rem;
  padding-top: 0.8rem;
}

.content .con2 .c2bm .l .t .i {
  float: left;
  width: 1.52rem;
  height: auto;
  text-align: center;
}

.content .con2 .c2bm .l .t.b .i {
  float: right;
  width: 1.52rem;
  height: auto;
  text-align: center;
}

.content .con2 .c2bm .l .t .i img {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}

.content .con2 .c2bm .r {
  width: 5.72rem;
  height: 4.75rem;
}

.content .con2 .c2bm .r .r1 {
  padding: 0rem 0.54rem;
  margin-top: 0.46rem;
  display: flex;
  align-items: center;
}

.content .con2 .c2bm .r .r1:nth-child(1) {
  margin-top: 0.72rem;
}

.content .con2 .c2bm .r .r1 .ril {
  display: inline-block;
  width: 1.11rem;
  height: 0.44rem;
  background: #d9012a;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
}

.content .con2 .c2bm .r .r1 .rir {
  color: #333333;
  font-size: 0.18rem;
  margin-left: 0.31rem;
}

.content .con3 {
  width: 100%;
  height: 9.93rem;
  margin-top: 1.24rem;
  overflow: hidden;
}

.content .con3 .c3t1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.48rem;
  line-height: 0.48rem;
  height: 0.48rem;
  margin-top: 1.08rem;
}

.content .con3 .c3t2 {
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.18rem;
  height: 0.18rem;
  margin-top: 0.3rem;
}

.content .con3 .c3t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}

.content .con3 .c3t3 .item {
  width: 5.02rem;
  height: 5.71rem;
  margin: 0 0.14rem;
  border-radius: 0.06rem;
  background: #ffffff;
}

.content .con3 .c3t3 .item img {
  width: 100%;
  height: 2.756rem;
}

.content .con3 .c3t3 .item .itemt1 {
  width: 100%;
  text-align: center;
  height: 0.24rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.24rem;
  margin-top: 0.5rem;
}

.content .con3 .c3t3 .item .itemt2 {
  width: 100%;
  text-align: center;
  height: 0.18rem;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.18rem;
  margin-top: 0.2rem;
}

.content .con3 .c3t3 .item .itemt3 {
  width: 2.64rem;
  height: 0.01rem;
  border-bottom: 0.01rem dashed #e6e6e6;
  margin: 0 auto;
  margin-top: 0.38rem;
  margin-bottom: 0.27rem;
  position: relative;
}

.content .con3 .c3t3 .item .itemt3 span {
  display: block;
  width: 0.2rem;
  height: 0.06rem;
  background: #4f79e8;
  border-radius: 0.03rem;
  position: absolute;
  left: 50%;
  top: -0.02rem;
  margin-left: -0.1rem;
}

.content .con3 .c3t3 .item .itemt4 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.6rem;
  height: auto;
  line-height: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
}

.content .con4 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con4 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con4 .c2t1 span:nth-child(2) {
  display: block;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.32rem;
}

.content .con4 img {
  width: 15.6rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.53rem;
}

.content .con5 {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.content .con5 .lefticon {
  width: 3rem;
  height: 2.37rem;
  position: absolute;
  left: -1.2rem;
  top: 0.9rem;
}

.content .con5 .righticon {
  width: 2.09rem;
  height: 1.91rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.content .con5 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con5 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con5 .c2t1 span:nth-child(2) {
  display: block;
  color: #5178e8;
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.content .con5 .c2t1 span:nth-child(3) {
  display: block;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}

.content .con5 .list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.content .con5 .list .item {
  width: 5.02rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 6px;
  margin: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem;
  box-shadow: 0px 0px 0.2rem 0.2rem rgba(0, 0, 0, 0.02);
}

.content .con5 .list .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .con5 .list .item .top .left {
  height: 1.5rem;
  margin-top: 0.2rem;
}

.content .con5 .list .item .top .left .tt {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}

.content .con5 .list .item .top .left > div {
  width: 1rem;
  height: 0.04rem;
  background-color: #3d7eff;
  position: relative;
}

.content .con5 .list .item .top .left > div > span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #d9012a;
}

.content .con5 .list .item .bom {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.content .con6 {
  width: 100%;
  height: 10.79rem;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 1.2rem;
}

.content .con6 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con6 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con6 .c2t1 span:nth-child(2) {
  display: block;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}

.content .con6 .c6t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.content .con6 .c6t2 .l {
  width: 4.42rem;
  height: 6.68rem;
  margin-right: 0.23rem;
  background-color: #fff;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .con6 .c6t2 .l img {
  width: 4.24rem;
  height: 5.16rem;
}

.content .con6 .c6t2 .r {
  width: 10.951rem;
  height: 6.68rem;
  background-size: 100% 100%;
  border-radius: 0.06rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.66rem;
}

.content .con6 .c6t2 .r1 {
  margin-top: 0.7rem;
  color: #d9012a;
}

.content .con6 .c6t2 .r1 span:nth-child(1) {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.3rem;
}

.content .con6 .c6t2 .r1 span:nth-child(2) {
  display: block;
  font-size: 0.24rem;
  line-height: 0.24rem;
  height: 0.24rem;
  margin-top: 0.2rem;
}

.content .con6 .c6t2 .r2 {
  width: 100%;
  height: auto;
}

.content .con6 .c6t2 .r2i {
  display: flex;
  align-items: center;
  margin-top: 0.26rem;
}

.content .con6 .c6t2 .r2i:nth-child(1) {
  margin-top: 0.4rem;
}

.content .con6 .c6t2 .r2i .ril {
  display: inline-block;
  width: 1.11rem;
  height: 0.44rem;
  background: #d9012a;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
}

.content .con6 .c6t2 .r2i .rir {
  color: #333333;
  font-size: 0.16rem;
  margin-left: 0.31rem;
}

.content .con7 {
  margin: 0 auto;
  height: auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
}

.content .con7 .con7left {
  width: 9.6rem;
  height: auto;
}

.content .con7 .con7right {
  width: 4.42rem;
  height: 4.63rem;
  margin-left: 1.47rem;
}

.content .con7 .con7left .con7leftTitle {
  width: 100%;
  height: auto;
}

.content .con7 .con7left .con7leftTitle span:nth-child(1) {
  display: block;
  font-size: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-weight: bold;
}

.content .con7 .con7left .con7leftTitle span:nth-child(2) {
  display: block;
  font-size: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.3rem;
  color: #666666;
}

.content .con7 .con7left .con7List {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .con7 .con7left .con7List .item {
  width: 4.71rem;
  height: 1.43rem;
  margin-right: 0.09rem;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  position: relative;
}

.content .con7 .con7left .con7List .item:hover {
  .hide {
    display: flex;
  }
}

.content .con7 .con7left .con7List .item .show {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
}

.content .con7 .con7left .con7List .item .show img {
  width: 0.4rem;
  margin-right: 0.1rem;
}

.content .con7 .con7left .con7List .item .hide {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(90deg, #5987e7 0%, #80abff 100%);
  color: #fff;
  border-radius: 0.06rem;
  padding: 0 0.6rem;
  align-items: center;
}

.content .con7 .con7left .con7List .item .hide img {
  width: 0.64rem;
  margin-right: 0.1rem;
}

.content .con7 .con7left .con7List .item .hide div span:nth-child(1) {
  display: block;
  font-weight: bold;
  font-size: 0.24rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-indent: 0.05rem;
}

.content .con7 .con7left .con7List .item .hide div span:nth-child(2) {
  display: block;
  font-weight: bold;
  font-size: 0.16rem;
  height: auto;
  line-height: 0.22rem;
  padding: 0 0.06rem;
}

.content .con8 {
  width: 100%;
  height: 9.2rem;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 0.7rem;
}

.content .con8 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con8 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con8 .c2t1 span:nth-child(2) {
  display: block;
  color: #5178e8;
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.content .con8 .c2t1 span:nth-child(3) {
  display: block;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}

.content .con8 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.content .con8 .box .left {
  width: 7.78rem;
  height: 5.44rem;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.94rem 1.3rem;
  position: relative;
}

.content .con8 .box .left img {
  position: absolute;
  width: 0.82rem;
  height: 0.82rem;
}

.content .con8 .box .left .icon1 {
  right: 0.1rem;
  top: 0.3rem;
}

.content .con8 .box .left .icon2 {
  right: -0.36rem;
  top: 1.4rem;
}

.content .con8 .box .left .icon3 {
  right: -0.48rem;
  top: 2.48rem;
}

.content .con8 .box .left .icon4 {
  right: -0.26rem;
  top: 3.7rem;
}

.content .con8 .box .left .icon5 {
  right: 0.3rem;
  top: 4.7rem;
}

.content .con8 .box .left .item {
  width: 2.2rem;
  height: 1.68rem;
  background-color: #fff;
  border-radius: 0.06rem;
  margin-right: 0.46rem;
  float: left;
  margin-bottom: 0.46rem;
}

.content .con8 .box .left .item .top {
  text-align: center;
  font-weight: bold;
  font-size: 0.23rem;
  height: 0.61rem;
  line-height: 0.61rem;
  margin-top: 0.3rem;
}

.content .con8 .box .left .item .top span {
  font-size: 0.61rem;
  color: #d9012a;
}

.content .con8 .box .left .item .bom {
  text-align: center;
  line-height: 0.22rem;
  font-size: 0.22rem;
  height: 0.22rem;
  margin-top: 0.18rem;
  font-weight: bold;
}

.content .con8 .box .left .item:nth-child(2n) {
  margin-right: 0;
}

.content .con8 .box .right {
  width: 5rem;
  height: 5.44rem;
  margin-left: 0.5rem;
  position: relative;
  color: #fff;
}

.content .con8 .box .right span {
  position: absolute;
  font-size: 24px;
}

.content .con8 .box .right .span1 {
  top: 0.3rem;
  left: 0;
}

.content .con8 .box .right .span2 {
  top: 1.4rem;
  left: 0.3rem;
}

.content .con8 .box .right .span3 {
  top: 2.48rem;
  left: 0.6rem;
}

.content .con8 .box .right .span4 {
  top: 3.7rem;
  left: 0.3rem;
}

.content .con8 .box .right .span5 {
  top: 4.7rem;
  left: 0;
}

.content .con9 {
  width: 100%;
  height: 9.2rem;
  background-size: 100% 100%;
  overflow: hidden;
}

.content .con9 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con9 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.content .con9 .c2t1 span:nth-child(2) {
  display: block;
  color: #5178e8;
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.content .con9 .c2t1 span:nth-child(3) {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}

.content .con9 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}

.content .con9 .box .left {
  width: 5.02rem;
  height: 5.45rem;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.7rem;
}

.content .con9 .box .left .t1 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: bold;
  text-align: center;
}

.content .con9 .box .left .t2 {
  width: 0.2rem;
  height: 0.06rem;
  background-color: #4f79e8;
  border-radius: 0.03rem;
  margin: 0 auto;
  margin-top: 0.26rem;
}

.content .con9 .box .left .t3 {
  line-height: 0.4rem;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}

.content .con9 .box .left .t4 {
  width: 2.31rem;
  height: 0.55rem;
  background: linear-gradient(-2deg, #d9012a 0%, #ff5777 100%);
  border-radius: 0.28rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.55rem;
  color: #fff;
  margin-top: 0.65rem;
}

.content .con9 .box .right {
  width: 5.02rem;
  height: 5.45rem;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.7rem;
}

.content .con9 .box .right .t1 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: bold;
  text-align: center;
}

.content .con9 .box .right .t2 {
  width: 0.2rem;
  height: 0.06rem;
  background-color: #4f79e8;
  border-radius: 0.03rem;
  margin: 0 auto;
  margin-top: 0.26rem;
}

.content .con9 .box .right .t3 {
  line-height: 0.4rem;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}

.content .con9 .box .right .t4 {
  width: 2.31rem;
  height: 0.55rem;
  background: linear-gradient(-2deg, #d9012a 0%, #ff5777 100%);
  border-radius: 0.28rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.55rem;
  color: #fff;
  margin-top: 0.65rem;
}

.content .con9 .box .center {
  width: 5.57rem;
  height: auto;
  text-align: center;
}

.content .con9 .box .center .c1 {
  margin: 0.1rem auto;
  width: 3.2rem;
  height: 0.7rem;
  background: linear-gradient(90deg, #5987e7 0%, #81abff 100%);
  box-shadow: 0px 0.08rem 0.44rem 0.05rem rgba(165, 193, 248, 0.42);
  border-radius: 0.06rem;
  line-height: 0.7rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}

.content .con9 .box .center .c2 {
  width: 2.31rem;
  height: 0.55rem;
  background: linear-gradient(-2deg, #d9012a 0%, #ff5777 100%);
  border-radius: 0.28rem;
  margin: 0.1rem auto;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.55rem;
}

.con10 {
  width: 100%;
  height: 10.5rem;
  background: #f6f9ff;
  background-size: 100% 100%;
  overflow: hidden;
}

.content .con10 .c2t1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.content .con10 .c2t1 span:nth-child(1) {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 1.22rem;
}

.con10 .box {
  width: 12.8rem;
  height: 7.2rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}

.con10 .box video {
  width: 100%;
  height: 100%;
}

/* 电商直播 */

.dian {
  width: 100%;
  height: auto;
}

.dian .conbanner {
  width: 100%;
  height: 6.92rem;
  position: relative;
  background: url(../newimg/zcy/dbanner.png);
  background-size: 100% 100%;
}

.dian .conbanner img {
  width: 100%;
  height: 100%;
}

.dian .conbanner .conbannerText {
  position: absolute;
  left: 1.92rem;
  top: 2.89rem;
  color: #333333;
}

.dian .conbanner .conbannerText span {
  display: block;
}

.dian .conbanner .conbannerText span:first-child {
  font-size: 0.5rem;
  font-weight: bold;
  height: 0.5rem;
  line-height: 0.5rem;
}

.dian .conbanner .conbannerText span:last-child {
  font-size: 0.24rem;
}

.dian .d1 {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 1.94rem;
}

.dian .d1 .d1t {
  text-align: center;
}

.dian .d1 .d1t span {
  display: block;
}

.dian .d1 .d1t span:first-child {
  font-size: 0.5rem;
  font-weight: bold;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 1.3rem;
}

.dian .d1 .d1t span:last-child {
  font-size: 0.32rem;
  color: #8b8b8b;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
}

.dian .d1 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}

.dian .d1 .list .left {
  width: 7.89rem;
  height: 4.49rem;
}

.dian .d1 .list .left img {
  width: 100%;
  height: 100%;
}

.dian .d1 .list .right {
  margin-left: 0.65rem;
  width: 6.74rem;
  height: auto;
}

.dian .d1 .list .right .right-i1 {
  width: 100%;
  height: 1.12rem;
  background-color: #fff;
  box-shadow: 0px 8px 29px 0px rgba(8, 1, 3, 0.06);
  border-radius: 20px;
  margin-top: 0.37rem;
  display: flex;
  align-items: center;
}

.dian .d1 .list .right .right-i1 .right-i1-l {
  width: 1.04rem;
  height: 100%;
  position: relative;
}

.dian .d1 .list .right .right-i1 .right-i1-l img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.88rem;
  height: 0.61rem;
}

.dian .d1 .list .right .right-i1 .right-i1-r {
  width: calc(100% - 1.04rem);
}

.dian .d1 .list .right .right-i1 .right-i1-r span:nth-child(1) {
  font-size: 0.21rem;
  color: #505457;
  font-weight: bold;
  display: block;
  line-height: 0.3rem;
  height: 0.4rem;
}

.dian .d1 .list .right .right-i1 .right-i1-r span:nth-child(2) {
  font-size: 0.22rem;
  color: #505457;
  display: block;
  line-height: 0.3rem;
}

.dian .d2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

.dian .d2 .d2left {
  width: calc(4.48rem + 1.53rem + 0.37rem);
  height: 8.1rem;
  position: relative;
}

.dian .d2 .d2left img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.48rem;
  height: 8.1rem;
  z-index: 1;
}

.dian .d2 .d2left img:nth-child(2) {
  position: absolute;
  left: 2.24rem;
  top: 0.68rem;
  width: 3.42rem;
  height: 6.68rem;
  z-index: 4;
}

.dian .d2 .d2left img:nth-child(3) {
  position: absolute;
  right: 0rem;
  bottom: 0.57rem;
  width: 1.53rem;
  height: 1.53rem;
  z-index: 2;
}

.dian .d2 .d2right {
  width: 7.62rem;
  height: 8.1rem;
  overflow: hidden;
}

.dian .d2 .d2right .d2right-t {
  width: 100%;
  height: auto;
}

.dian .d2 .d2right .d2right-t span:nth-child(1) {
  font-weight: bold;
  font-size: 0.49rem;
  height: 0.49rem;
  line-height: 0.49rem;
  display: block;
  margin-top: 1.2rem;
  margin-left: 1.34rem;
  color: #171717;
}

.dian .d2 .d2right .d2right-t span:nth-child(2) {
  font-weight: bold;
  font-size: 0.49rem;
  height: 0.49rem;
  line-height: 0.49rem;
  display: block;
  margin-top: 0.1rem;
  color: #171717;
  margin-left: 1.34rem;
}

.dian .d2 .d2right .d2right-img {
  width: 7.62rem;
  height: 3.83rem;
  margin-top: 0.55rem;
}

.dian .d2 .d2right .d2right-img img {
  width: 100%;
  height: 100%;
}

.dian .d3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
  padding: 0.94rem;
}

.dian .d3 .left {
  width: 7.09rem;
  height: auto;
}

.dian .d3 .left span {
  display: block;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 0.43rem;
  line-height: 0.43rem;
  height: 0.43rem;
  margin-left: 0.24rem;
}

.dian .d3 .left div {
  width: 7.09rem;
  height: 5.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.81rem;
}

.dian .d3 .left div img {
  width: 100%;
  height: 100%;
}

.dian .d3 .right {
  width: 7.29rem;
  height: auto;
  margin-left: 1.21rem;
}

.dian .d3 .right span {
  display: block;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 0.43rem;
  line-height: 0.43rem;
  height: 0.43rem;
  margin-left: 0.24rem;
}

.dian .d3 .right div {
  width: 7.09rem;
  height: 5.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.81rem;
}

.dian .d3 .right div img {
  width: 100%;
}
.dwj_content {
  width: 15.6rem;
  margin: 0 auto;
}
.dwj_type_bg {
  width: 100%;
  background: #f8f8f8;
}
.dwj_type {
  height: 0.68rem;
}
.dwj_type li {
  float: left;
  line-height: 0.68rem;
  color: #333;
  font-size: 0.18rem;
  margin-right: 1.24rem;
  position: relative;
}
.dwj_type i {
  width: 100%;
  height: 0.02rem;
  background: #1e8cff;
  display: block;
  opacity: 0;
}
.dwj_type li.on {
  color: #1e8cff;
  font-weight: bold;
}
.dwj_type li.on i {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .content .conbanner .conbannerText {
    width: 100%;
    left: 0;
    text-align: center;
  }

  .content .con1 .con1-title {
    font-size: 0.32rem;
    margin-top: 0.5rem;
  }

  .content .conbanner .conbannerText span:last-child {
    font-size: 0.26rem;
  }

  .content .con1 {
    height: auto;
  }

  .content .con1 .con1-title img {
    display: none;
  }

  .content .menuBox {
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .content .con2 .c2t1 span:nth-child(2) {
    font-size: 0.24rem;
  }

  .content .menuBox .item {
    width: 45%;
    margin-bottom: 0.2rem;
  }

  .content .con2 .c2mb img {
    width: 30%;
    margin: 0 0.1rem;
  }

  .content .con2 .c2bm {
    flex-wrap: wrap;
  }

  .content .con2 .c2bm .l {
    width: 90%;
    margin: 0 auto;
  }

  .content .con2 .c2bm .l .l {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content .con2 .c2bm .l .t .i {
    width: 25%;
  }

  .content .con2 .c2bm .l .t.b .i {
    width: 25%;
  }

  .content .con2 .c2bm .r {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .content .con3 {
    margin-top: 0.5rem;
    height: auto;
  }

  .content .con3 .c3t3 {
    flex-wrap: wrap;
  }

  .content .con3 .c3t3 .item {
    width: 90%;
    margin-bottom: 0.2rem;
  }

  .content .con4 img {
    width: 100%;
  }

  .content .con5 {
    width: 100%;
  }

  .content .con5 .lefticon {
    display: none;
  }

  .content .con5 .righticon {
    display: none;
  }

  .content .con5 .list .item {
    width: 90%;
    height: auto;
  }

  .content .con6 .c6t2 .l {
    display: none;
  }

  .content .con6 .c6t2 .r {
    width: 95%;
    padding: 0 0.15rem;
  }

  .content .con6 .c6t2 .r1 {
    text-align: center;
  }

  .content .con6 .c6t2 .r2i .rir {
    width: calc(100% - 1.2rem);
  }

  .content .con7 {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    height: auto;
  }

  .content .con7 .con7left {
    width: 90%;
    margin: 0 auto;
  }

  .content .con7 .con7left .con7leftTitle {
    text-align: center;
  }

  .content .con7 .con7left .con7List .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .content .con7 .con7right {
    width: 90%;
    margin: 0 auto;
  }

  .content .con7 .con7right img {
    width: 100%;
  }

  .content .con8 .box {
    flex-wrap: wrap;
  }

  .content .con8 {
    height: auto;
  }

  .content .con8 .box .right {
    display: none;
  }

  .content .con9 {
    height: auto;
  }

  .content .con9 .box {
    flex-wrap: wrap;
  }

  .content .con9 .box .left {
    width: 90%;
    margin-bottom: 0.2rem;
  }

  .content .con9 .box .center {
    width: 90%;
    margin-bottom: 0.2rem;
  }

  .content .con9 .box .right {
    width: 90%;
  }

  .con10 {
    height: auto;
  }

  .con10 .box {
    width: 90%;
    height: 2.5rem;
  }

  .content .menuBox .item {
    padding: 0.2rem 0;
    height: auto;
  }

  .content .menuBox .item .t1 {
    font-size: 0.32rem;
  }

  .content .menuBox .item .t4 {
    height: 2.2rem;
    font-size: 0.22rem;
  }

  .content .con3 .c3t3 .item .itemt4 {
    font-size: 0.22rem;
  }

  .content .con5 .list .item .top .left .tt {
    font-size: 0.32rem;
  }

  .content .con5 .list .item .bom {
    font-size: 0.26rem;
  }

  .content .con6 .c6t2 .r2i .rir {
    font-size: 0.2rem;
  }

  .content .con6 .c6t2 .r {
    height: auto;
  }

  .content .con7 .con7left .con7List .item .show {
    font-size: 0.3rem;
  }

  .content .con7 .con7left .con7List .item .hide div span:nth-child(1) {
    font-size: 0.28rem;
  }

  .content .con7 .con7left .con7List .item .hide div span:nth-child(2) {
    font-size: 0.22rem;
  }

  .content .con9 .box .left .t1 {
    font-size: 0.32rem;
  }

  .content .con9 .box .left .t3 {
    font-size: 0.26rem;
  }

  .content .con9 .box .left .t4 {
    font-size: 0.2rem;
  }

  .content .con9 .box .right .t1 {
    font-size: 0.32rem;
  }

  .content .con9 .box .right .t3 {
    font-size: 0.26rem;
  }

  .content .con9 .box .right .t4 {
    font-size: 0.2rem;
  }

  .content .con9 .box .center .c2 {
    font-size: 0.2rem;
  }

  .content .con2 .c2bm .r .r1 .rir {
    font-size: 0.22rem;
  }

  .content .con2 .c2bm .l .t .i {
    font-size: 0.22rem;
  }

  .content .con3 .c3t2 {
    font-size: 0.24rem;
  }

  .content .con4 .c2t1 span:nth-child(2) {
    font-size: 0.24rem;
  }

  .content .con5 .c2t1 span:nth-child(3) {
    font-size: 0.24rem;
  }

  .content .con6 .c2t1 span:nth-child(2) {
    font-size: 0.24rem;
  }

  .content .con7 .con7left .con7leftTitle span:nth-child(2) {
    font-size: 0.24rem;
  }

  .content .con8 .c2t1 span:nth-child(3) {
    font-size: 0.24rem;
  }

  .content .con9 .c2t1 span:nth-child(3) {
    font-size: 0.24rem;
  }

  .con10 {
    padding-bottom: 0.2rem;
  }

  /* 电商 */
  .dian .conbanner {
    width: 100%;
    height: 6.44rem;
    background: url(../newimg/zcy/dban_m.png);
    background-size: 100% 100%;
  }

  .dian .conbanner img {
    display: none;
  }

  .dian .conbanner .conbannerText {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 1.5rem;
  }

  .dian .d1 .list {
    flex-wrap: wrap;
  }

  .dian .d1 .list .left {
    width: 95%;
    margin: 0 auto;
  }

  .dian .d1 .list .right {
    width: 95%;
    margin: 0 auto;
  }

  .dian .d1 {
    padding-bottom: 1rem;
  }

  .dian .d2 {
    flex-wrap: wrap;
  }

  .dian .d2 .d2right {
    width: 90%;
    margin: 0 auto;
  }

  .dian .d2 .d2right .d2right-t {
    text-align: center;
  }

  .dian .d2 .d2right .d2right-t span:nth-child(1) {
    margin-left: 0;
  }

  .dian .d2 .d2right .d2right-t span:nth-child(2) {
    margin-left: 0;
  }

  .dian .d2 .d2right .d2right-img {
    width: 100%;
    position: relative;
  }

  .dian .d2 .d2right .d2right-img img {
    position: absolute;
    width: 100%;
    left: -0.5rem;
  }

  .dian .d3 {
    flex-wrap: wrap;
    padding: 0.94rem 0;
  }

  .dian .d3 .left {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .dian .d3 .left span {
    margin-left: 0;
    text-align: center;
  }

  .dian .d3 .right {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.5rem;
  }

  .dian .d3 .right span {
    margin-left: 0;
    text-align: center;
  }

  .dian .d3 .right div {
    margin-top: 0.2rem;
  }
  .dwj_content {
    width: 94%;
  }
  .dwj_type {
    height: 1rem;
  }
  .dwj_type li {
    line-height: 1rem;
    font-size: 0.28rem;
    margin-right: 0.6rem;
  }

  /* AI管理智能体 手机 */
  /* 模块标题居中、字体缩小 */
  .content .tcon2 .tc2t1 span:nth-child(1) {
    font-size: 0.36rem;
    margin-top: 0.4rem;
  }
  .content .tcon2 .tc2t1 span:nth-child(2) {
    font-size: 0.24rem;
    margin-top: 0.12rem;
  }

  /* 流程图标区竖排排列 */
  .content .tc2t2 {
    flex-direction: column;
    margin: 0.4rem auto;
  }
  .content .tc2t2 .i {
    margin-bottom: 0.3rem;
  }
  .content .tc2t2 img {
    width: 1rem;
    height: 0.75rem;
  }
  .content .tc2t2 .arrow {
    transform: rotate(90deg);
    margin: 0.2rem 0;
  }

  /* 底部左右区改成上下布局 */
  .content .tc2b {
    flex-direction: column;
    margin: 0.4rem;
    padding: 0.8rem 0.4rem;
  }
  .content .tc2bl {
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .content .tc2bl span:nth-child(1) {
    font-size: 0.28rem;
    line-height: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .content .tc2bl span:nth-child(2) {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  /* 右侧四个角图片缩小 + 居中 */
  .content .tc2br {
    justify-content: center;
  }
  .content .tc2br .t {
    width: 45%;
    margin-bottom: 0.3rem;
  }
  .content .tc2br .t img {
    width: 100%;
    height: auto;
  }
  .content .tc2br .cenimg {
    width: 1.8rem;
    height: 1.7rem;
  }

}
