.bossgoo-index-choose8 {
  background: #efefef;
  padding-bottom: 100px;
}

.bossgoo-index-choose8 .titlebox {
  text-align: center;
}

.bossgoo-index-choose8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-choose8 .titlebox .maintitle:before,
.bossgoo-index-choose8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-choose8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-choose8 .chooselist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bossgoo-index-choose8 .chooselist .choosebox {
  width: 23.8%;
  margin-right: 1.6%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
}

.bossgoo-index-choose8 .chooselist .choosebox p {
  text-align: left;
  width: 100%;
}

.bossgoo-index-choose8 .chooselist .choosebox .iconbg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-choose8 .chooselist .choosebox .iconbg img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.bossgoo-index-choose8 .chooselist .choosebox .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

.bossgoo-index-choose8 .chooselist .choosebox .content {
  line-height: 1.8;
  align-self: flex-start;
  height: 56px;
  overflow: hidden;
  text-align: center;
  
}

.bossgoo-index-choose8 .chooselist .choosebox:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.bossgoo-index-choose8 .chooselist .choosebox:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-choose8 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-choose8 .titlebox .maintitle:before,
  .bossgoo-index-choose8 .titlebox .maintitle:after {
    width: 0.6rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
  }
  .bossgoo-index-choose8 .chooselist {
    flex-wrap: wrap;
  }
  .bossgoo-index-choose8 .chooselist .choosebox {
    width: 49.5%;
    margin-right: 0;
    padding: 0.6rem 0.4rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-choose8 .chooselist .choosebox:nth-child(2n-1) {
    margin-right: 1%;
  }
  .bossgoo-index-choose8 .chooselist .choosebox:nth-child(n+3) {
    margin-bottom: 0%;
  }
  .bossgoo-index-choose8 .chooselist .choosebox p {
    text-align: center;
  }
  .bossgoo-index-choose8 .chooselist .choosebox .iconbg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .bossgoo-index-choose8 .chooselist .choosebox .title {
    font-size: 0.48rem;
    padding: 0.6rem 0;
  }
  .bossgoo-index-choose8 .chooselist .choosebox .content {
    max-height: 1.28rem;
    align-self: center;
  }
  .bossgoo-index-choose8 .chooselist .choosebox:hover {
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  }
  .bossgoo-index-choose8 .chooselist .choosebox:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-choose8 .titlebox .maintitle:before,
  .bossgoo-index-choose8 .titlebox .maintitle:after {
    width: 0.4rem;
  }
  .bossgoo-index-choose8 .chooselist .choosebox {
    width: 100%;
    margin-right: 0%;
    padding: 0.6rem 0.4rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    box-shadow: 0.06rem 0.06rem 0.1rem rgba(0, 0, 0, 0.2);
  }
  .bossgoo-index-choose8 .chooselist .choosebox .iconbg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .bossgoo-index-choose8 .chooselist .choosebox .title {
    font-size: 0.48rem;
    padding: 0.6rem 0;
  }
  .bossgoo-index-choose8 .chooselist .choosebox .content {
    max-height: 1.28rem;
    align-self: center;
  }
  .bossgoo-index-choose8 .chooselist .choosebox {
    margin-right: 0 !important;
  }
  .bossgoo-index-choose8 .chooselist .choosebox:nth-child(n+3) {
    margin-bottom: 1%;
  }
  .bossgoo-index-choose8 .chooselist .choosebox:last-child {
    margin-bottom: 0;
  }
}