﻿.bossgoo-index-certify57 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  /* padding-bottom: 80px; */
  padding-bottom: 30px;
  background-color: #fff;
}

.bossgoo-index-certify57 .certify57-con {
  width: 100%;
}

.bossgoo-index-certify57 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-certify57 .certify57-circle {
  width: 100%;
  text-align: center;
}

.bossgoo-index-certify57 .certify57-circle span {
  display: inline-block;
  margin-right: 2px;
  background-color: var(--themeColor);
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.bossgoo-index-certify57 .certify57-circle span:first-child {
  width: 60px;
}

.bossgoo-index-certify57 .certify57-circle span:last-child {
  margin-right: 0;
  opacity: .5;
}

.bossgoo-index-certify57 .certify57-conBox {
  width: 100%;
  /* padding-top: 40px; */
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-certify57 .certify57-swiper {
  width: 100%;
}

.bossgoo-index-certify57 .certify57-item {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.bossgoo-index-certify57 .certify57-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 141.14%;
  position: relative;
}

.bossgoo-index-certify57 .certify57-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-certify57 .certify57-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-certify57 .certify57-text {
  padding-top: 10px;
  text-align: center;
}

.bossgoo-index-certify57 .certify57-swiper .swiper-slide-next .certify57-item {
  background-color: var(--themeColor);
}

.bossgoo-index-certify57 .certify57-swiper .swiper-slide-next .certify57-item .certify57-text {
  color: #fff;
}

.bossgoo-index-certify57 .certify57-conLe, .bossgoo-index-certify57 .certify57-conRi {
  width: 100px;
  display: flex;
  align-items: center;
}

.bossgoo-index-certify57 .certify57-conB {
  width: calc(100% - 200px);
}

.bossgoo-index-certify57 .certify57-conLe {
  justify-content: flex-start;
}

.bossgoo-index-certify57 .certify57-conRi {
  justify-content: flex-end;
}

.bossgoo-index-certify57 .certify57-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #cecece;
  cursor: pointer;
  color: #cecece;
  font-size: 12px;
  display: inline-block;
}

.bossgoo-index-certify57 .certify57-btn:hover {
  color: #000;
  border-color: #999;
}

.bossgoo-index-certify57 .certify57-linkBox {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.bossgoo-index-certify57 .certify57-link {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-certify57 {
    padding-bottom: .6rem;
  }
  .bossgoo-index-certify57 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  /* .bossgoo-index-certify57 .certify57-conBox {
    padding-top: .3rem;
  } */
  .bossgoo-index-certify57 .certify57-conLe, .bossgoo-index-certify57 .certify57-conRi {
    width: .8rem;
  }
  .bossgoo-index-certify57 .certify57-btn {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
  }
  .bossgoo-index-certify57 .certify57-conB {
    width: calc(100% - 1.6rem);
  }
  .bossgoo-index-certify57 .certify57-linkBox {
    padding-top: .4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-certify57 {
    font-size: .28rem;
  }
  .bossgoo-index-certify57 .certify57-conLe, .bossgoo-index-certify57 .certify57-conRi {
    display: none;
  }
  .bossgoo-index-certify57 .certify57-conB {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-certify57 .certify57-swiper .swiper-slide .certify57-item {
    background-color: var(--themeColor);
  }
  .bossgoo-index-certify57 .certify57-swiper .swiper-slide .certify57-text {
    color: #fff;
  }
  .bossgoo-index-certify57 .certify57-link {
    width: 100%;
  }
}
