﻿.bossgoo-footer30 {
  background-color: #181818;
  color: #666;
}

.bossgoo-footer30 a {
  color: #666;
}

.bossgoo-footer30 .contact-box {
  padding-top: 80px;
  margin-bottom: 80px;
}

.bossgoo-footer30 .contact-box .title {
  font-size: 44px;
  font-weight: bold;
  color: var(--themeColor);
  text-align: center;
  margin-bottom: 10px;
}

.bossgoo-footer30 .contact-box .to-people {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.bossgoo-footer30 .contact-box .send {
  position: relative;
  width: 930px;
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #666;
}

.bossgoo-footer30 .contact-box .input {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 35px;
  font-size: 24px;
  color: #fff;
}

.bossgoo-footer30 .contact-box .input::placeholder {
  font-size: 24px;
  color: #666;
}

.bossgoo-footer30 .contact-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.bossgoo-footer30 .recommend {
  padding: 35px 0;
  border-bottom: 1px solid #303030;
}

.bossgoo-footer30 .recommend dl {
  display: flex;
}

.bossgoo-footer30 .recommend dt {
  margin-right: 70px;
}

.bossgoo-footer30 .recommend dt span {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.bossgoo-footer30 .recommend dd {
  flex: 1;
  min-width: 0;
}

.bossgoo-footer30 .recommend dd a {
  display: inline-block;
  margin-right: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}

.bossgoo-footer30 .recommend dd a:hover {
  color: var(--themeColor);
}

.bossgoo-footer30 .footer {
  padding: 40px 0 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #303030;
}

.bossgoo-footer30 .footer .footer-logo .logo-box {
  margin-bottom: 30px;
}

.bossgoo-footer30 .footer .footer-logo img {
  max-width: 224px;
}

.bossgoo-footer30 .footer .footer-logo .share {
  display: flex;
}

.bossgoo-footer30 .footer .footer-logo .share .icon {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.bossgoo-footer30 .footer .footer-logo .share .iconfont {
  font-size: 20px;
  color: #fff;
}

.bossgoo-footer30 .footer .footer-logo .share .icon1 {
  background-color: #ca242d;
}

.bossgoo-footer30 .footer .footer-logo .share .icon2 {
  background-color: #dd4b39;
}

.bossgoo-footer30 .footer .footer-logo .share .icon3 {
  background-color: #3c599b;
}

.bossgoo-footer30 .footer .footer-logo .share .icon4 {
  background-color: #5eaade;
}

.bossgoo-footer30 .footer .footer-item {
  margin-left: 170px;
  margin-right: 50px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer30 .footer .footer-item dl {
  width: 50%;
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.bossgoo-footer30 .footer .footer-item dl:nth-child(3), .bossgoo-footer30 .footer .footer-item dl:nth-child(4) {
  margin-bottom: 0;
}

.bossgoo-footer30 .footer .footer-item dt {
  color: #fff;
}

.bossgoo-footer30 .footer .footer-ecode .ecode-box {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bossgoo-footer30 .footer .footer-ecode img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-footer30 .copy {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 12px;
}

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

.bossgoo-footer30 .copy li{
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #303030;
  margin-bottom: 10px;
}

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

.bossgoo-footer30 .copy li a{
  color: #666;
  font-size: 14px;
}

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

@media only screen and (max-width: 1040px) {
  .bossgoo-footer30 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-footer30 .contact-box {
    padding-top: .7rem;
    margin-bottom: .6rem;
  }
  .bossgoo-footer30 .contact-box .title {
    font-size: .4rem;
    margin-bottom: .2rem;
  }
  .bossgoo-footer30 .contact-box .to-people {
    font-size: .28rem;
    margin-bottom: .4rem;
  }
  .bossgoo-footer30 .contact-box .send {
    width: 100%;
    height: .8rem;
  }
  .bossgoo-footer30 .contact-box .input {
    padding: 0 1.2rem 0 .2rem;
  }
  .bossgoo-footer30 .contact-box .input::placeholder {
    font-size: .3rem;
  }
  .bossgoo-footer30 .contact-box .btn {
    width: 1rem;
    line-height: .8rem;
    font-size: .36rem;
  }
  .bossgoo-footer30 .recommend {
    padding: .3rem 0;
  }
  .bossgoo-footer30 .recommend dl {
    flex-direction: column;
  }
  .bossgoo-footer30 .recommend dt {
    margin-right: 0;
    margin-bottom: .2rem;
  }
  .bossgoo-footer30 .recommend dt span {
    font-size: .32rem;
    line-height: 1.5;
  }
  .bossgoo-footer30 .recommend dd a {
    margin-right: .3rem;
    line-height: 1.5;
    margin-bottom: .1rem;
  }
  .bossgoo-footer30 .footer {
    padding: .4rem 0 .3rem;
    flex-direction: column-reverse;
  }
  .bossgoo-footer30 .footer .footer-ecode {
    display: none;
  }
  .bossgoo-footer30 .footer .footer-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .4rem;
  }
  .bossgoo-footer30 .footer .footer-item dl {
    padding: 0;
    font-size: .32rem;
    margin-bottom: .3rem;
  }
  .bossgoo-footer30 .footer .footer-item dl:nth-child(2n) {
    padding-left: 10%;
  }
  .bossgoo-footer30 .footer .footer-item dt {
    margin-bottom: .1rem;
  }
  .bossgoo-footer30 .footer .footer-item dd {
    line-height: 1.3;
  }
  .bossgoo-footer30 .footer .footer-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .bossgoo-footer30 .footer .footer-logo .logo-box {
    margin-bottom: 0;
  }
  .bossgoo-footer30 .footer .footer-logo img {
    max-width: 2.5rem;
  }
  .bossgoo-footer30 .footer .footer-logo .share .icon {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin-left: .2rem;
    margin-right: 0;
  }
  .bossgoo-footer30 .footer .footer-logo .share .iconfont {
    font-size: .3rem;
  }
  .bossgoo-footer30 .copy {
    padding: .25rem 0 .4rem;
    line-height: 1.5;
    font-size: .26rem;
  }
  .bossgoo-footer30 .copy ul{ 
    padding: .3rem 0 .2rem;
  }
  
  .bossgoo-footer30 .copy li{
    padding: 0 .2rem;
    margin-bottom: .2rem;
  }
  
  .bossgoo-footer30 .copy li a{
    font-size: .3rem;
  }
  
  .bossgoo-footer30 .copy li a:hover{
    color: #666;
  }
}


@media only screen and (max-width: 1040px) {
  .bossgoo-footer30{
    padding-bottom: 70px;
  }
  .bossgoo-footer30 .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-footer30 .phone-footer ul {
    display: flex;
  }
  .bossgoo-footer30 .phone-footer li {
    flex: 1;
    padding-top: 0.2rem;
    text-align: center;
  }
  .bossgoo-footer30 .phone-footer a {
    font-family: var(--fontRegular);
    font-size: 0.3rem;
    color: #555;
  }
  .bossgoo-footer30 .phone-footer .iconfont {
    display: block;
    font-size: 0.42rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-footer30 .phone-footer span {
    display: block;
  }
}