.toDesigner-width {
  width: 100%;
  height: 850px;
  background-image: url(image/bentlery/bbgc1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.toDesigner {
  box-sizing: border-box;
  width: 1070px;
  margin: auto;
  /* width: 100%; */
}
.toDesigner .toDesigner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177px;
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 63.158% */
  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.toDesigner .toDesigner-main img {
  width: 1089px;
  height: 599px;
}
.supportmany {
  width: 100%;
  height: 931px;
  background-image: url(image/bentlery/bbgc1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.supportmany-top-width {
  width: 100%;
  display: flex;
  align-self: center;
}
.supportmany .supportmany-top {
  width: 1440px;
  margin: auto;
  box-sizing: border-box;
  /* padding-left: 242px;
  padding-right: 242px; */
  position: relative;
}
.supportmany .supportmany-top .supportmany-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 142px;
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 63.158% */
  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.supportmany .supportmany-top .supportmany-title-position {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
}
.supportmany
  .supportmany-top
  .supportmany-title-position
  .supportmany-title-position-one {
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
  margin-right: 16px;
}
.supportmany
  .supportmany-top
  .supportmany-title-position
  .supportmany-title-position-two {
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.44px;
  /* 171.5% */
  padding-right: 14px;
}
.supportmany
  .supportmany-top
  .supportmany-title-position
  .supportmany-title-position-two-position {
  width: 1px;
  height: 16px;
  background: #07d1fa;
}
.supportmany
  .supportmany-top
  .supportmany-title-position
  .supportmany-title-position-three {
  padding-left: 14px;
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.44px;
  /* 171.5% */
}
.supportmany .supportmany-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}
.supportmany .supportmany-bottom .supportmany-bottom-width {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.supportmany .supportmany-bottom .supportmany-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.supportmany .supportmany-bottom .supportmany-bottom-item img {
  height: 259.65px;
  width: 464px;
}
.supportmany
  .supportmany-bottom
  .supportmany-bottom-item
  .supportmany-bottom-item-text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.44px;
  /* 152.444% */
}
.supportmany-foot-width {
  width: 100%;
}
.supportmany .supportmany-foot {
  box-sizing: border-box;
  width: 1260px;
  margin: 0 auto;
  margin-top: 35px;
}

/* 当小于1440px进行等比缩放 */
@media screen and (max-width: 1440px) {
  /* .supportmany {
    width: 100%;
    height: 9.31rem;
    background-image: url(image/bentlery/bbgc1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  } */
  /* .supportmany .supportmany-top {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.42rem;
    padding-right: 2.42rem;
    position: relative;
  } */
  /* .supportmany .supportmany-top .supportmany-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.42rem;
    font-family: "Microsoft YaHei";
    font-size: 0.38rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.24rem;
    
    background: var(
      --Linear,
      linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .supportmany .supportmany-top .supportmany-title-position {
    display: flex;
    align-items: center;
    position: absolute;
    top: 40%;
  }
  .supportmany
    .supportmany-top
    .supportmany-title-position
    .supportmany-title-position-one {
    color: #d9d9d9;
    font-family: "Microsoft YaHei";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.24rem;
 
    margin-right: 0.16rem;
  }
  .supportmany
    .supportmany-top
    .supportmany-title-position
    .supportmany-title-position-two {
    color: #07d1fa;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.2744rem;
 
    padding-right: 0.14rem;
  }
  .supportmany
    .supportmany-top
    .supportmany-title-position
    .supportmany-title-position-two-position {
    width: 0.01rem;
    height: 0.16rem;
    background: #07d1fa;
  }
  .supportmany
    .supportmany-top
    .supportmany-title-position
    .supportmany-title-position-three {
    padding-left: 0.14rem;
    color: #07d1fa;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.2744rem;
   
  }
  .supportmany .supportmany-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
  } */
  .supportmany .supportmany-bottom .supportmany-bottom-width {
    width: 100vw;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .supportmany .supportmany-bottom .supportmany-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.3889vw;
  }
  .supportmany .supportmany-bottom .supportmany-bottom-item img {
    height: 18.0312vw;
    width: 32.2222vw;
  }
  .supportmany
    .supportmany-bottom
    .supportmany-bottom-item
    .supportmany-bottom-item-text {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9056vw;
  }

}
