﻿.bossgoo-index-advantage60 {
  padding: 50px 0;
  background: var(--themeColor);
  color: #fff;
}

.bossgoo-index-advantage60 ul {
  display: flex;
  align-items: center;
}

.bossgoo-index-advantage60 li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

.bossgoo-index-advantage60 li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
}

.bossgoo-index-advantage60 li:last-child:after {
  display: none;
}

.bossgoo-index-advantage60 .item {
  max-width: 100%;
}

.bossgoo-index-advantage60 .tiny {
  font-size: 12px;
}

.bossgoo-index-advantage60 .num {
  font-size: 60px;
  line-height: 1;
}

.bossgoo-index-advantage60 .num span {
  text-align: left;
  vertical-align: text-top;
  font-size: 26px;
}

.bossgoo-index-advantage60 .des {
  font-size: 24px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-advantage60 {
    padding: .3rem 0;
    background: none;
  }
  .bossgoo-index-advantage60 ul {
    flex-wrap: wrap;
  }
  .bossgoo-index-advantage60 li {
    flex: auto;
    width: 50%;
    border: 1px solid #fff;
    background: var(--themeColor);
    align-items: flex-start;
    padding: .3rem;
  }
  .bossgoo-index-advantage60 li:after {
    display: none;
  }
  .bossgoo-index-advantage60 .tiny {
    font-size: .28rem;
    margin-bottom: .1rem;
  }
  .bossgoo-index-advantage60 .num {
    font-size: .6rem;
    line-height: 1.2;
  }
  .bossgoo-index-advantage60 .num span {
    font-size: .3rem;
  }
  .bossgoo-index-advantage60 .des {
    font-size: .32rem;
  }
}
