.bossgoo-index-about35 {
  padding-top: 0;
  background-color: #2f2f2f;
  color: #fff;
}

.bossgoo-index-about35 .wrap {
  padding-top: 80px;
  background: url(https://bsg-s.nbxc.com/site_themes/common/modular_modules/css/images/35/about_bg_dot.jpg?image_process=format,webpt) no-repeat top right;
  padding-bottom: 150px;
  position: relative;
}

.bossgoo-index-about35 .about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.bossgoo-index-about35 .about-box .info {
  width: 50%;
}

.bossgoo-index-about35 .about-box .img-box {
  width: 47%;
  border: 10px solid var(--themeColor);
}

.bossgoo-index-about35 .about-box .img-box .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.2%;
}

.bossgoo-index-about35 .about-box .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-about35 .title1 {
  font-size: 40px;
  font-weight: bold;
}

.bossgoo-index-about35 .first-title {
  text-align: left;
  color: var(--themeColor);
}

.bossgoo-index-about35 .text {
  height: 200px;
  line-height: 1.8;
  overflow-y: auto;
  margin-bottom: 40px;
}

.bossgoo-index-about35 .btn-more {
  display: block;
  width: 168px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 0 0 22px 0;
  background: var(--themeColor);
  color: #fff;
  font-size: 20px;
}

.bossgoo-index-about35 ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #666;
}

.bossgoo-index-about35 ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.bossgoo-index-about35 ::-webkit-scrollbar-track {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

.bossgoo-index-about35 .other {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  background: var(--themeColor);
}

.bossgoo-index-about35 .other ul {
  display: flex;
}

.bossgoo-index-about35 .other li {
  flex: 1;
  padding: 65px 4%;
  text-align: center;
}

.bossgoo-index-about35 .other .num {
  font-size: 40px;
  font-weight: bold;
}

.bossgoo-index-about35 .other .des {
  color: #fefefe;
}
.bossgoo-index-about35 .white-block{
  height: 100px;
  background: #fff;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-about35 .wrap {
    padding: .6rem .2rem 1.5rem;
  }
  .bossgoo-index-about35 .about-box {
    display: block;
  }
  .bossgoo-index-about35 .about-box .info {
    width: 100%;
  }
  .bossgoo-index-about35 .about-box .img-box {
    width: 100%;
    border-width: .1rem;
  }
  .bossgoo-index-about35 .title1 {
    font-size: .4rem;
    margin-bottom: .2rem;
  }
  .bossgoo-index-about35 .btn-more {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    border-radius: 0;
    margin-bottom: .5rem;
  }
  .bossgoo-index-about35 .other {
    left: .2rem;
    width: calc(100% - .4rem);
    bottom: -1.5rem;
  }
  .bossgoo-index-about35 .other ul {
    flex-wrap: wrap;
  }
  .bossgoo-index-about35 .other li {
    flex: auto;
    width: 50%;
    padding: .4rem .1rem;
  }
  .bossgoo-index-about35 .other .num {
    font-size: .4rem;
    margin-bottom: .2rem;
  }
  .bossgoo-index-about35 .other .des {
    font-size: .32rem;
    line-height: 1.3;
  }
  .bossgoo-index-about35 .white-block{
    height: 1.5rem;
  }
}
