.bossgoo-footer2 {
  width: 100%;
  border-top: 8px solid var(--themeColor);
  background-color: #101010;
}

.bossgoo-footer2 .bossgoo-footer2-top {
  padding: 65px 0;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap {
  display: flex;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top:first-child {
  width: 40%;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top {
  width: 20%;
  padding-right: 20px;
  box-sizing: border-box;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top .fo2-top-title {
  text-align: left;
  font-size: 20px;
  padding-bottom: 60px;
  color: #f8f8f8;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top ul li {
  padding-bottom: 20px;
  display: flex;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top ul li i {
  color: #e0e0e0;
  margin-right: 20px;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top ul li .fo2-top-ti-text, .bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top ul li a {
  font-size: 16px;
  color: #d4d4d4;
}

.bossgoo-footer2 .bossgoo-footer2-top .wrap .fo2-top .fo2-top-link a {
  color: #e0e0e0;
  font-size: 26px;
  margin-right: 15px;
}

.bossgoo-footer2 .bossgoo-footer2-bottom {
  border-top: 1px solid #464646;
  padding: 40px 0;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot1 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot1 ul li {
  padding: 0 20px;
  border-right: 1px solid #999;
  line-height: 1;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot1 ul li a {
  color: #999;
  font-size: 14px;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot1 ul li:last-child {
  border-right: none;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot2 {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot2 p span {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot2 p a {
  font-size: 12px;
  color: #999;
}

.bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot2 p span img {
  margin-left: 10px;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-footer2 .wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-footer2 .bossgoo-footer2-bottom {
    padding: .4rem 0 1.6rem;
  }
  .bossgoo-footer2 .bossgoo-footer2-bottom .fo2_bot1 ul li a {
    font-size: .24rem;
  }
  .bossgoo-footer2 .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.25);
  }
  .bossgoo-footer2 .phone-footer ul {
    width: 100%;
    display: flex;
  }
  .bossgoo-footer2 .phone-footer ul li {
    flex: 1;
    padding-top: .25rem;
    text-align: center;
  }
  .bossgoo-footer2 .phone-footer ul li a {
    font-family: var(--fontRegular);
    font-size: .3rem;
    color: #555;
  }
  .bossgoo-footer2 .phone-footer ul li a i {
    display: block;
    font-size: .42rem;
    margin-bottom: .1rem;
  }
  .bossgoo-footer2 .phone-footer ul li a span {
    display: block;
  }
}
