﻿.bossgoo-footer55 .footer-top {
  padding: 60px 0 80px;
  background-color: #2d3034;
}

.bossgoo-footer55 .footer-top .wrap {
  display: flex;
}

.bossgoo-footer55 .footer-left {
  width: 28.5%;
}

.bossgoo-footer55 .footer-left .logo-box {
  display: inline-block;
  margin-bottom: 30px;
}

.bossgoo-footer55 .footer-left dl {
  display: flex;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.bossgoo-footer55 .footer-left dl a{
  color: #fff;
}

.bossgoo-footer55 .footer-nav {
  flex: 1;
  min-width: 0;
  display: flex;
}

.bossgoo-footer55 .footer-nav a{
  color: #616367;
}

.bossgoo-footer55 .footer-nav > li {
  flex: 1;
}

.bossgoo-footer55 .footer-nav .tit {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.bossgoo-footer55 .footer-nav .tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 1px;
  background-color: #797c81;
}

.bossgoo-footer55 .footer-nav a:hover {
  color: #fff;
}

.bossgoo-footer55 .footer-nav ul li {
  margin-bottom: 15px;
}

.bossgoo-footer55 .footer-nav .share {
  display: flex;
}

.bossgoo-footer55 .footer-nav .share li {
  margin-right: 10px;
}

.bossgoo-footer55 .footer-nav .share li .iconfont {
  font-size: 26px;
  color: #fff;
}

.bossgoo-footer55 .footer-nav .share li .icon {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}

.bossgoo-footer55 .footer-nav .share li .icon1 {
  background-color: #5877b0;
}

.bossgoo-footer55 .footer-nav .share li .icon2 {
  background-color: #43a7d2;
}

.bossgoo-footer55 .footer-nav .share li .icon3 {
  background-color: #c45e4f;
}

.bossgoo-footer55 .footer-nav .share li .icon4 {
  background-color: #c43947;
}

.bossgoo-footer55 .footer-copy {
  padding: 16px;
  background-color: #212326;
  text-align: center;
  color:#4a4c4f;
}

.bossgoo-footer55 .footer-copy  a{
  color:#4a4c4f;
}

.bossgoo-footer55 .footer-copy ul{
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-footer55 .footer-copy li{
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.bossgoo-footer55 .footer-copy li:last-child{
  border-right: none;
}

.bossgoo-footer55 .footer-copy li a{
  font-size: 14px;
}

.bossgoo-footer55 .footer-copy li a:hover{
  color: var(--themeColor);
}

.bossgoo-footer55 .footer-copy p {
  font-size: 14px;
  color: #4a4c4f;
}

@media only screen and (max-width: 1040px) {
  body {
    padding-bottom: 1.2rem !important;
  }
  .bossgoo-footer55 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-footer55 .footer-top {
    padding: .6rem 0 .4rem;
  }
  .bossgoo-footer55 .footer-top .wrap {
    display: block;
  }
  .bossgoo-footer55 .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: .6rem;
  }
  .bossgoo-footer55 .footer-left dl {
    font-size: .3rem;
    justify-content: center;
  }
  .bossgoo-footer55 .footer-nav {
    flex-wrap: wrap;
  }
  .bossgoo-footer55 .footer-nav > li {
    flex: auto;
    width: 33.33%;
  }
  .bossgoo-footer55 .footer-nav .tit {
    font-size: .32rem;
    margin-bottom: .3rem;
  }
  .bossgoo-footer55 .footer-nav ul li {
    margin-bottom: .3rem;
  }
  .bossgoo-footer55 .footer-nav .share li .icon {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
  }
  .bossgoo-footer55 .footer-nav .share li {
    margin-right: .2rem;
  }
  .bossgoo-footer55 .footer-copy {
    padding: .3rem 0;
    font-size: .3rem;
    line-height: 1.5;
  }
  .bossgoo-footer55 .footer-copy ul{ 
    padding: .3rem 0 .2rem;
  }
  
  .bossgoo-footer55 .footer-copy li{
    padding: 0 .2rem;
    margin-bottom: .3rem;
  }
  
  .bossgoo-footer55 .footer-copy li a{
    font-size: .3rem;
  }
  
  .bossgoo-footer55 .footer-copy li a:hover{
    color: #666;
  }
  .bossgoo-footer55 .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.4rem;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  }
  .bossgoo-footer55 .phone-footer ul {
    display: flex;
  }
  .bossgoo-footer55 .phone-footer ul li {
    flex: 1;
    padding-top: .2rem;
    text-align: center;
  }
  .bossgoo-footer55 .phone-footer ul li a {
    font-family: var(--fontBarlowmedium);
    font-size: .3rem;
    color: #555;
  }
  .bossgoo-footer55 .phone-footer ul li .iconfont {
    display: block;
    font-size: .42rem;
    margin-bottom: .1rem;
  }
  .bossgoo-footer55 .phone-footer ul li span {
    display: block;
  }
}
