.bossgoo-footer51 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 30px;
}

.bossgoo-footer51 .footer51-padding1 {
  padding-top: 16px;
}

.bossgoo-footer51 .footer51-padding2 {
  padding-top: 26px;
}

.bossgoo-footer51 .footer51-top {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer51 .footer51-bot {
  width: 100%;
  padding-top: 30px;
  color: #adadad;
}

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

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

.bossgoo-footer51 .footer51-bot li:last-child{
  border-right: none;
}

.bossgoo-footer51 .footer51-bot li a{
  color: #adadad;
  font-size: 14px;
}

.bossgoo-footer51 .footer51-bot li a:hover{
  color: var(--themeColor);
}

.bossgoo-footer51 .footer51-bot p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

.bossgoo-footer51 .footer51-bot p:first-child {
  padding-top: 0;
}

.bossgoo-footer51 .footer51-bot a {
  display: inline-block;
}

.bossgoo-footer51 .footer51-item1 {
  width: 22%;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer51 .footer51-itemAb {
  width: 12%;
}

.bossgoo-footer51 .footer51-item1:last-child {
  padding-right: 0;
}

.bossgoo-footer51 .footer51-title {
  font-size: 18px;
}

.bossgoo-footer51 .footer51-list {
  width: 100%;
}

.bossgoo-footer51 .footer51-list li {
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  opacity: .4;
}

.bossgoo-footer51 .footer51-list a {
  color: #fff;
}

.bossgoo-footer51 .footer51-list li:hover {
  opacity: 1;
}

.bossgoo-footer51 .footer51-appBox {
  cursor: pointer;
}

.bossgoo-footer51 .footer51-whats {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.bossgoo-footer51 .footer51-app {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: transparent;
  display: none;
}

.bossgoo-footer51 .footer51-appBox:hover .footer51-app {
  display: inline-block;
}

.bossgoo-footer51 .footer51-searchBox {
  width: 100%;
  border: 1px solid #434343;
  display: flex;
}

.bossgoo-footer51 .footer51-text {
  width: calc(100% - 50px);
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #fff;
  box-sizing: border-box;
}

.bossgoo-footer51 .footer51-text::-webkit-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer51 .footer51-text::-moz-placeholder {
  font-size: 14px;
}

.bossgoo-footer51 .footer51-text:-ms-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer51 .footer51-sea {
  width: 50px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #adadad;
  font-size: 28px;
  cursor: pointer;
}

.bossgoo-footer51 .footer51-iconBox {
  width: 100%;
  display: flex;
  align-items: center;
}

.bossgoo-footer51 .footer51-icon {
  display: inline-block;
  width: 24px;
  margin-right: 15px;
  font-size: 24px;
}

.bossgoo-footer51 .footer51-icon:hover {
  color: #fff;
}

.bossgoo-footer51 .footer51-logo {
  max-width: 63px;
  max-height: 14px;
  margin-left: 15px;
}

.bossgoo-footer51 .footer51-gongan {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.bossgoo-footer51 .footer51-record {
  color: #adadad;
  margin-left: 6px;
}

.bossgoo-footer51 .footer51-ph-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}

.bossgoo-footer51 .footer51-ph-list li {
  line-height: 1;
  font-size: 14px;
  padding: 0 8px;
  border-right: 1px solid #adadad;
  margin-bottom: 6px;
}

.bossgoo-footer51 .footer51-ph-list li:last-child {
  border-right: none;
}

.bossgoo-footer51 .footer51-ph-list a {
  color: #adadad;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-footer51 .wrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-footer51 {
    padding-top: .4rem;
    padding-bottom: 1.8rem;
  }
  .bossgoo-footer51 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-footer51 .footer51-top {
    display: none;
  }
  .bossgoo-footer51 .footer51-bot {
    padding-top: 0;
    text-align: center;
  }
  .bossgoo-footer51 .footer51-bot ul{
    display: none;
  }
  .bossgoo-footer51 .footer51-bot p {
    display: block;
  }
  .bossgoo-footer51 .footer51-bot a {
    display: inline-block;
  }
  .bossgoo-footer51 .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  }
  .bossgoo-footer51 .phone-footer ul {
    display: flex;
  }
  .bossgoo-footer51 .phone-footer li {
    flex: 1;
    padding-top: 0.25rem;
    text-align: center;
  }
  .bossgoo-footer51 .phone-footer a {
    font-family: var(--fontRegular);
    font-size: 0.3rem;
    color: #555;
  }
  .bossgoo-footer51 .phone-footer .iconfont {
    display: block;
    font-size: 0.42rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-footer51 .phone-footer span {
    display: block;
  }
}
