.bossgoo-index-choose7 {
  background-image: url(../images/company.png);
  position: relative;
}

.bossgoo-index-choose7 .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #090c16;
  opacity: 0.75;
}

.bossgoo-index-choose7 .wrap {
  position: relative;
  z-index: 2;
}

.bossgoo-index-choose7 .title {
  /* font-family: var(--fontRegular); */
  font-size: 40px;
  font-weight: Bold;
  color: #ffffff;
  text-align: center;
}

.bossgoo-index-choose7 .main {
  display: flex;
  justify-content: space-between;
}

.bossgoo-index-choose7 .main li {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 23%;
  margin: 18px 1% 35px;
}

.bossgoo-index-choose7 .main li img {
  width: 100%;
  object-fit: contain;
}

.bossgoo-index-choose7 .main .Mtitle {
  /* font-family: var(--fontRegular); */
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin: 10px 0;
  /* color: var(--themeColor); */
  text-align: center;
  color: #fff;
}

.bossgoo-index-choose7 .main .text {
  font-family: var(--fontRegular);
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .bossgoo-index-choose7 .main {
    flex-wrap: wrap;
  }
  .bossgoo-index-choose7 .main li {
    width: calc(94% / 2);
    margin: .36rem 1%;
  }
  .bossgoo-index-choose7 .main .Mtitle {
    font-size: .36rem;
    margin: .2rem 0 0;
  }
  .bossgoo-index-choose7 .title {
    margin-bottom: .3rem;
    font-size: .44rem;
  }
  .bossgoo-index-choose7 {
    background-position: center center;
  }
  .bossgoo-index-choose7 .main li .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bossgoo-index-choose7 .main li img {
    width: 70%;
  }
  .bossgoo-index-choose7 .title {
    margin-bottom: 0;
  }
  .bossgoo-index-choose7 .main .text {
    font-size: .26rem;
    line-height: 1.5;
  }
}