.Bogbox .contentFirst {
  position: relative;
  width: 100%;
  height: 2.0833rem;
  background-image: url("../upload/Maskgroup@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.Bogbox .contentFirst .UscompanyName {
  position: absolute;
  top: 0.8333rem;
  left: 1.25rem;
  font-size: 0.2083rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.Bogbox .contentFirst .UsdecorateTitle {
  position: absolute;
  top: 1.1458rem;
  left: 1.25rem;
  font-size: 0.0833rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.Bogbox .businessServicesCnt {
  width: 100%;
  background-image: url("../upload/businScopn.png");
  /* 替换为你的图片路径 */
  background-size: cover;
  /* 使图片覆盖整个区域 */
  background-repeat: no-repeat;
  /* 防止背景图片重复 */
  background-position: center;
  /* 居中对齐背景图片 */
}
.Bogbox .businessServicesCnt .uScontentTwo {
  background-color: transparent;
  height: 1.4063rem !important;
  top: 0.2604rem;
}
.Bogbox .businessServicesCnt .business {
  display: flex;
  justify-content: space-between;
  align-content: center;
  box-sizing: border-box;
  padding: 0.1615rem 0.3125rem;
  margin: 0 auto;
  width: 7.5rem;
  height: 4.4115rem;
  background: #171d29;
  border: 0.0052rem solid;
  border-image: linear-gradient(135deg, #00fbea, #5a93ff) 1 1;
}
.Bogbox .businessServicesCnt .business .left {
  box-sizing: border-box;
  padding-top: 0.1042rem;
}
.Bogbox .businessServicesCnt .business .left img {
  width: 3.1719rem;
  height: 3.0313rem;
}
.Bogbox .businessServicesCnt .business .left .lfHead {
  padding-bottom: 0.1042rem;
  margin-top: 0.0365rem;
  display: flex;
  align-items: center;
}
.Bogbox .businessServicesCnt .business .left .lfHead > img {
  width: 1.0104rem;
  height: 0.7135rem;
}
.Bogbox .businessServicesCnt .business .left .lfHead .buSintroduce h5 {
  font-size: 0.1146rem;
  color: #ffffff;
}
.Bogbox .businessServicesCnt .business .left .lfHead .buSintroduce h6 {
  margin-top: 0.1042rem;
  font-size: 0.0729rem;
}
.Bogbox .businessServicesCnt .scopeOfBusiness {
  margin: 0 auto;
  margin-top: 0.2083rem;
  width: 7.5rem;
}
.Bogbox .businessServicesCnt .scopeOfBusiness .container .box {
  transition: all 0.2s linear;
  cursor: pointer;
  width: 2.375rem;
  background: #171d29;
  border-image: linear-gradient(90deg, rgba(0, 253, 246, 0), #00f2fc, rgba(0, 251, 234, 0)) 1 1;
  margin-bottom: 0.1302rem;
  margin-right: 0.1875rem;
  padding-bottom: 0.2604rem;
}
.Bogbox .businessServicesCnt .scopeOfBusiness .container .box h6 {
  padding-top: 0.2604rem;
  text-align: center;
  font-size: 0.0729rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.Bogbox .businessServicesCnt .scopeOfBusiness .container .box div {
  text-align: justify;
  margin: 0.1302rem auto auto auto;
  width: 1.651rem;
  font-size: 0.0729rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #f9f9f9;
}
.Bogbox .businessServicesCnt .scopeOfBusiness .container .box:hover {
  transform: scale(1.05);
  /* 中心放大效果 */
}
.Bogbox .businessServicesCnt .scopeOfBusiness .container .box:nth-child(3n) {
  margin-right: 0;
}
.Bogbox .solution {
  padding-top: 1.6667rem;
  position: relative;
}
.Bogbox .solution .secondaryTitle {
  z-index: 99;
  background: linear-gradient(90deg, #8b5cf6, #00c4cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, 0);
  top: 0.3021rem;
  left: 50%;
  font-size: 0.2083rem;
  font-family: PingFangSC-, PingFang SC;
  font-weight: normal;
  color: #ffffff;
}
.Bogbox .solution .button-container {
  z-index: 99;
  position: absolute;
  top: 1.0938rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  font-size: 0.0833rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.Bogbox .solution .button-container .button {
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
  cursor: pointer;
}
.Bogbox .solution .button-container .button .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 0.5573rem;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.0833rem;
}
.Bogbox .solution .button-container .button.selected .button-text {
  border: 0.0052rem solid;
  border-image: linear-gradient(180deg, #00fbea, #5a93ff) 1 1;
}
.Bogbox .solution .button-container .content {
  display: none;
}
.Bogbox .solution .planContent {
  width: 100%;
  margin-bottom: 1.0417rem;
}
.Bogbox .solution .planContent .container {
  width: 7.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.Bogbox .solution .planContent .container .box {
  transition: all 0.2s linear;
  cursor: pointer;
  width: 2.375rem;
  background: #171d29;
  border-image: linear-gradient(90deg, rgba(0, 253, 246, 0), #00f2fc, rgba(0, 251, 234, 0)) 1 1;
  margin-bottom: 0.1302rem;
  margin-right: 0.1875rem;
  padding: 0.125rem 0.1042rem;
}
.Bogbox .solution .planContent .container .box .centnr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Bogbox .solution .planContent .container .box .centnr img {
  margin-right: 0.125rem;
  width: 0.2083rem;
  height: 0.2083rem;
}
.Bogbox .solution .planContent .container .box .centnr > div {
  width: 1.5625rem;
}
.Bogbox .solution .planContent .container .box h6 {
  margin-bottom: 0.0729rem;
  font-size: 0.0729rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.1146rem;
}
.Bogbox .solution .planContent .container .box div {
  text-align: justify;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #f9f9f9;
  font-size: 0.0729rem;
  color: #666666;
}
.Bogbox .solution .planContent .container .box:hover {
  transform: scale(1.05);
  /* 中心放大效果 */
}
.Bogbox .solution .planContent .container .box:nth-child(3n) {
  margin-right: 0;
}
