* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  min-width: 1200px;
  font-family: '微软雅黑';
}
h1 {
  font-size: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
span {
  font-family: AlibabaPuHuiTiR;
}
/* 1200px的版心 */
.container {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
}
/* 头部通用 */
.tag-head {
  text-align: center;
  padding-top: 1.28rem;
}
.tag-head .head-title {
  position: relative;
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  font-weight: 700;
}
.tag-head .head-intro {
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  color: #999;
  position: relative;
  margin-top: 0.06rem;
}
.tag-head .img-intro {
  font-size: 0.22rem;
  font-family: AlibabaPuHuiTiR;
  color: #999;
  position: relative;
  margin-top: 0.06rem;
}
b {
  font-family: eng;
}
/* 主页 */
header {
  height: 0.9rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(222, 222, 222, 0.5);
}
header .header {
  width: 100%;
  padding-left: 2%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .header img {
  width: 1.17rem;
  height: 0.41rem;
}
header .header nav ul {
  width: 6.1rem;
  display: flex;
  justify-content: space-around;
}
header .header nav ul li {
  font-size: 0.2rem;
}
header .header nav ul li a {
  font-weight: 400;
  color: #414040;
  font-family: AlibabaPuHuiTiR;
}
header .header nav ul li .active {
  color: #272B9F;
  font-weight: 600;
}
header .header .login #reg {
  display: block;
  width: 1.5rem;
  height: 0.9rem;
  background-color: #2254f8;
  font-family: 'AlibabaPuHuiTiR';
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
}
header .header .login #reg:hover {
  filter: brightness(1.2);
}
.t {
  margin-top: 0.3rem !important;
}
.main {
  position: relative;
  margin-top: 0.9rem;
}
.main .banner {
  width: 100%;
  position: relative;
}
.main .banner video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main .banner .title {
  position: absolute;
  top: 2.61rem;
  left: 3.6rem;
  display: flex;
  flex-direction: column;
}
.main .banner .title p {
  font-size: 0.6rem;
  font-weight: 600;
}
.main .banner .title span {
  margin-top: 0.22rem;
  font-size: 0.3rem;
}
.main .banner .title a {
  display: block;
  background-color: #2254f8;
  color: #fff;
  width: 2.6rem;
  height: 0.8rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.5rem;
}

.main #tag1 {
  width: 100%;
  height: 1.7rem;
  background-color: #F7F8FD;
  opacity: 0.79;
}
.main #tag1 .container1 {
  width: 15rem;
  margin: 0 auto;
}
.main #tag1 .container1 ul {
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main #tag1 .container1 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #tag1 .container1 ul li p {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 0.5rem;
}
.main #tag1 .container1 ul li p em {
  font-style: normal;
  font-size: 0.55rem;
}
.main #tag1 .container1 ul li span {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #666;
}
.main #tag2 {
  width: 100%;
  height: 12.47rem;
  background-color: #f8f8f8;
  position: relative;
}
.main #tag2 .tag-head {
  padding-top: 1rem;
}
.main #tag2 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag2 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag2 .container .c {
  position: absolute;
  top: 0.64em;
  right: 1.63rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}
.main #tag2 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0.96rem;
}
.main #tag2 .container ul .rr {
  margin-left: 3rem;
}
.main #tag2 .container ul .tt {
  margin-top: 0.87rem;
}
.main #tag2 .container ul li {
  width: 35%;
  display: flex;
  justify-content: start;
}
.main #tag2 .container ul li img {
  width: 0.8rem;
  height: 0.8rem;
}
.main #tag2 .container ul li div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 0.5rem;
}
.main #tag2 .container ul li div p {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  margin-bottom: 0.1rem;
}
.main #tag2 .container ul li div span {
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  color: #666666;
}
.main #tag3 {
  width: 100%;
  height: 5.6rem;
  background-color: #f2f2f7;
}
.main #tag3 .container .tag-head {
  padding-top: 0.7rem;
}
.main #tag3 .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.47rem;
}
.main #tag3 .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.main #tag3 .container ul li span {
  font-size: 0.16rem;
}
.main #tag3 .container ul li img {
  border-radius: 10px;
  width: 1rem;
  height: 1rem;
}
.main #tag3 .container ul li:hover {
  transform: scale(1.1);
}
.main #tag4 {
  width: 100%;
  height: 8.25rem;
  position: relative;
  background-color: #f8f8f8;
}
.main #tag4 .container .tag-head {
  padding-top: 0.66rem;
}
.main #tag4 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag4 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag4 .container .c {
  position: absolute;
  left: 0.74em;
  bottom: 0.87rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}
.main #tag4 .container .content {
  display: flex;
  margin-top: 0.87rem;
}
.main #tag4 .container .content .tab {
  width: 3rem;
  background-color: #f0f0f5;
  height: 4.8rem;
}
.main #tag4 .container .content .tab .active {
  background-color: #fff;
}
.main #tag4 .container .content .tab .active .img1 {
  display: block;
}
.main #tag4 .container .content .tab .active .img2 {
  display: none;
}
.main #tag4 .container .content .tab .active span {
  color: #000;
}
.main #tag4 .container .content .tab li {
  position: relative;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.main #tag4 .container .content .tab li img {
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-0.41rem);
}
.main #tag4 .container .content .tab li .img1 {
  display: none;
}
.main #tag4 .container .content .tab li .img2 {
  display: block;
}
.main #tag4 .container .content .tab li span {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  color: #999;
  transform: translateX(-0.41rem);
}
.main #tag4 .container .content .infoBox {
  height: 4.8rem;
}
.main #tag4 .container .content .infoBox .box {
  width: 9rem;
  height: 4.8rem;
  background-color: #fff;
  position: relative;
  display: none;
  padding-top: 0.47rem;
  padding-left: 0.53rem;
}
.main #tag4 .container .content .infoBox .box:first-child {
  display: block;
}
.main #tag4 .container .content .infoBox .box .sj {
  position: absolute;
  top: 2.1rem;
  left: -2.69rem;
  border-left: 4.8rem solid #f0f0f5;
  border-bottom: 0.6rem solid #fff;
  transform: rotate(-90deg);
}
.main #tag4 .container .content .infoBox .box .top {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiB;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .center {
  margin-top: 0.56rem;
}
.main #tag4 .container .content .infoBox .box .center img {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
}
.main #tag4 .container .content .infoBox .box .center p {
  margin-left: 1.09rem;
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiB;
  color: #000000;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .center span {
  width: 4.02rem;
  display: block;
  margin-left: 1.09rem;
  margin-top: 0.11rem;
  font-size: 0.16rem;
  color: #666666;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .bottom {
  margin-top: 0.67rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  width: 3rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #tag4 .container .content .infoBox .box .bottom ul li div {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  color: #E60101;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .bottom ul li div img {
  width: 0.08rem;
  height: 0.11rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul li span {
  font-size: 0.16rem;
  color: #999;
}
.main #tag4 .container .content .infoBox .box .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 5.6rem;
}
.main #tag4 .container .content .infoBox .box .img img {
  width: 100%;
  height: 100%;
}
.main #tag5 {
  width: 100%;
  height: 14.7rem;
  background-color: #f2f2f7;
}
.main #tag5 .container .tag-head {
  padding-top: 0.77rem;
}
.main #tag5 .container ul {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.main #tag5 .container ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.25rem;
}
.main #tag5 .container ul li div:hover img {
  transform: scale(1.1);
}
.main #tag5 .container ul li div:hover span {
  transform: translateY(-0.25rem);
}
.main #tag5 .container ul li div:hover p {
  transform: translateY(-0.25rem);
}
.main #tag5 .container ul li div p {
  font-weight: 400;
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiB;
  color: #000000;
  transition: all 0.5s;
}
.main #tag5 .container ul li div span {
  font-size: 0.12rem;
  transition: all 0.5s;
}
.main #tag5 .container ul li div img {
  width: 2.74rem;
  height: 5.38rem;
  transition: all 0.5s;
}
.main #tag6 {
  width: 100%;
  height: 12.6rem;
  background-color: #f8f8f8;
  position: relative;
}
.main #tag6 .container {
  overflow: hidden;
}
.main #tag6 .container .tag-head {
  padding-top: 1.05rem;
}
.main #tag6 .container .process {
  padding-top: 1.05rem;
}
.main #tag6 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag6 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag6 .container .c {
  position: absolute;
  right: 1.63rem;
  top: 1.17rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}

/* 合作伙伴容器样式 */
.partner-container {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  padding: 0.2rem 0.2rem;
  display: flex;
  overflow: hidden;
}

.partner-container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.partner-container .arrow:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} */

.partner-container .arrow img {
  width: 0.24rem;
  height: 0.24rem;
}

.partner-container .arrow-left {
  left: 0.1rem;
}

.partner-container .arrow-right {
  right: 0.1rem;
}



.main #tag6 .container .ulBox {
  display: flex;
  width: 60rem;
  overflow: hidden;
  transition: all 0.5s;
}
.main #tag6 .container .ulBox ul {
  display: flex;
  width: 12rem;
  justify-content: space-between;
  margin-top: 0.54rem;
}
.main #tag6 .container .ulBox ul li {
  width: 2.2rem;
  height: 1.06rem;
}
.main #tag6 .container .ulBox ul li img {
  border: 1px solid #efecec; /* 增加边框宽度和样式 */
  border-radius: 8px; 
  width: 100%;
  height: 100%;
}
.main #tag6 .container .tab {
  height: 0.06rem;
  display: flex;
  width: 0.4rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.42rem;
}
.main #tag6 .container .tab span {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  margin-left: 0.01rem;
  margin-right: 0.01rem;
  border-radius: 0.03rem;
  background-color: #b3b3b3;
  transition: all 0.5s;
}
.main #tag6 .container .tab .active {
  width: 0.15rem;
  height: 0.06rem;
  background-color: #275aff;
}
footer {
  width: 100%;
  height: 4rem;
  background-color: #35343a;
  position: relative;
  text-align: center;
  padding-top: 2.41rem;
}
footer #tag7 {
  position: absolute;
  left: 50%;
  bottom: 2.26rem;
  width: 12rem;
  height: 3.17rem;
  transform: translateX(-6rem);
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: -3px 1px 9px 0px rgba(0, 0, 0, 0.08);
}
footer #tag7 .container {
  padding-top: 0.6rem;
  padding-left: 0.71rem;
  padding-right: 0.62rem;
  display: flex;
  justify-content: space-between;
}
footer #tag7 .container .left {
  display: flex;
  flex-direction: column;
  width: 8.1rem;
}
footer #tag7 .container .left p {
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  text-align: left;
}
footer #tag7 .container .left span {
  transform: translateX(-2.2rem);
  margin-top: 0.16rem;
  font-size: 0.2rem;
  color: #999;
}

footer #tag7 .container .left .btn {
  display: flex;
  flex-direction: horizontal;
}
footer #tag7 .container .left .btn a {
  margin-top: 0.23rem;
  display: block;
  width: 2.17rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #275aff;
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 0.66rem;
  text-align: center;
}



footer #tag7 .container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #tag7 .container .right img {
  width: 1.72rem;
  height: 1.72rem;
}
footer #tag7 .container .right p {
  font-size: 0.16rem;
  font-family: AlibabaPuHuiTiR;
  color: #171516;
}
footer #tag7 .container .right span {
  font-size: 0.16rem;
  font-family: AlibabaPuHuiTiR;
  color: #171516;
}

footer #tag7 .container .right .btn a {
  display: block;
  width: 2.17rem;
  margin-bottom: 0.25rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #275aff;
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 0.66rem;
  text-align: center;
}
footer #tag8 .container {
  display: flex;
  justify-content: space-around;
}
footer #tag8 .container dl {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer #tag8 .container dl dt {
  font-size: 0.16rem;
  color: #fff;
  font-family: AlibabaPuHuiTiR;
}
footer #tag8 .container dl dd {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  position: relative;
  color: #89878f;
  font-family: AlibabaPuHuiTiR;
}
footer #tag8 .container dl dd a {
  color: #89878f;
}
footer #tag8 .container dl dd img {
  margin-right: 0.1rem;
}
footer #tag8 .container dl dd div {
  position: absolute;
  left: -1.05rem;
  top: -0.15rem;
  width: 1.05rem;
  height: 1.15rem;
  background-image: url(../img/kuang.png);
  background-size: cover;
  background-position: -0.15rem 0;
  display: none;
  padding-top: 0.08rem;
  padding-left: 0.03rem;
  font-size: 0.12rem;
  color: #000;
  border-radius: 0.1rem;
}
footer #tag8 .container dl dd div img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.05rem;
}
footer #tag8 .container dl dd div span {
  display: block;
  text-align: center;
  margin-left: -0.1rem;
  transform: scale(0.8);
}
footer #tag8 .container dl dd:hover div {
  display: block;
}
footer #tag8 p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  font-size: 0.16rem;
  font-family: AlibabaPuHuiTiR;
  color: #89878F;
}
footer #tag8 p a {
  color: #89878F;
}
#fot {
  background-color: #000000;
  height: 1.5rem;
  position: relative;
}
#fot .icp {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0.68rem;
  left: 50%;
  transform: translateX(-50%);
}
#fot .icp a {
  color: #ffffff;
}

/* 确保counter-container类的样式使其内容在同一行显示 */
.counter-container {
  display: flex;
  align-items: center; /* 垂直居中对齐 */
  justify-content: center; /* 水平居中对齐 */
}

/* 确保counter类的样式与p标签的样式一致 */
.counter, .unit {
  font-size: 1em; /* 保持与p标签的字体大小一致 */
  font-weight: normal; /* 保持与p标签的字体粗细一致 */
  margin: 0; /* 保持与p标签的外边距一致 */
  padding: 0; /* 保持与p标签的内边距一致 */
  line-height: 1.5; /* 保持与p标签的行高一致 */
  display: inline-block; /* 使两个p标签在同一行显示 */
  vertical-align: middle; /* 垂直对齐 */
}

/* 如果需要进一步调整，可以添加更多样式 */
.counter .number {
  font-size: inherit; /* 继承counter的字体大小 */
  font-weight: inherit; /* 继承counter的字体粗细 */
}

.unit {
  margin-left: 4px; /* 添加一些间距 */
}
/* 

.process {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.1rem 0;
}

.process-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.process-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  margin: 0 10px; 
}

.process-list li p {
  margin: 0;
  font-size: 16px;
  color: #333;
  background-color: white; 
  border: 2px solid #007bff;
  border-radius: 10px; 
  padding: 15px 20px; 
  position: relative;
  width: 1.8rem; 
  height: 0.8rem;
  box-sizing: border-box;
  display: flex; 
  align-items: center;
  justify-content: center; 
}
.process-list li p:hover {
  color: #007bff; 
}

.process-list li:hover::before {
  background-color: #0056b3; 
}

.process-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007bff; 
  transform: translateY(-50%);
  z-index: 0; 
}

.process-list li:last-child::after {
  display: none;
} */

.process {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.process-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; /* 调整宽度 */
}

.process-list li {
  position: relative;
  display: flex;
  flex-direction: horizontal;
  align-items: center;
  flex: 1;
  text-align: center;
  margin: 0 0.1rem; /* 添加左右间距 */
}

.process-list li p {
  margin: 0;
  font-size: 0.22rem; /* 调整字体大小 */
  font-family: AlibabaPuHuiTiR;
  color: #333; /* 文字颜色 */
  background-color: white; /* 矩形背景颜色改为白色 */
  /* border: none;  */
  border: #2759ff92 solid 0.04rem; /* 添加边框 */
  border-radius: 10px; /* 圆角矩形 */
  padding: 0.15rem 0.2rem; /* 内边距 */
  position: relative;
  width: 1.6rem; /* 设置固定宽度，确保大小一致 */
  height: 1.1rem; /* 设置高度为自动 */
  box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
  display: flex; /* 使用Flexbox布局 */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中并使内容两端对齐 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影 */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
}

.process-list li p:hover {
  color: #275aff; /* 鼠标悬停时的文字颜色 */
  background-color: #fcfeff; /* 鼠标悬停时的背景颜色 */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影 */
  transform: scale(1.01);
}

.process-list li .arrow {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0.12rem; /* 箭头与文字之间的间距 */
  transform: rotate(180deg); /* 旋转箭头 */

}

.process-list li .arrow.reverse {
  transform: rotate(0deg); /* 旋转箭头 */
}


.process-list li:hover::before {
  background-color: #0056b3; /* 鼠标悬停时的颜色 */
}