#bobo-footer {
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/391098/2530/e8781ca0403987b9137afbbfaa83df76/%E6%9C%AA%E6%A0%87%E9%A2%98-20.jpg);
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .container {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#bobo-footer h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: #ffffff;
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

.bobo-foot-logo {
  width: 300px;
}
.bobo-foot-nav1 ul li:nth-child(4) {
    display: none;
}
.bobo-foot-nav1 ul li:nth-child(5) {
    display: none;
}.bobo-foot-nav1 ul li:nth-child(6) {
    display: none;
}
.bobo-foot-logo img {
  max-height: 40px;
  /* object-fit: contain; */
  /* aspect-ratio: 120 / 26; */
}

.bobo-foot-logo p {
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
  
  =: 25px 0;
}
.bobo-foot-logo p  a{
  font-size: 15px;
  margin: 50px 0;
  color: rgb(255 255 255);
}
.bobo-foot-logo .share {
  font-size: 0;
  display: flex;
}
.bobo-foot-logo p  a:hover{
  color: #EFBE00;
}
.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  /* background-color: rgba(255, 255, 255, 0.1); */
}
.bobo-foot-logo .share a:nth-of-type(1):hover i{
  color:#0665FC; 
}
.bobo-foot-logo .share a:nth-of-type(2):hover i{
  color:#EE183D;
}
.bobo-foot-logo .share a:nth-of-type(3):hover i{
  color:#25D366;
}
.bobo-foot-logo .share a + a {
  margin-left: 24px
}

.bobo-foot-logo .share a:hover {
  opacity: .7
}

.bobo-foot-logo .share i {
  color: white;
  font-size: 26px;
}

.bobo-foot-nav ul li {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.73;
}
.bobo-foot-nav ul li:nth-child(3){display:none}
.bobo-foot-nav2{width: 450px;}
.bobo-foot-nav2 ul{display:flex;justify-content: space-between;flex-wrap:wrap}
.bobo-foot-nav2 ul li {
 width: 48%;
}
.bobo-foot-nav ul li + li {
}

.bobo-foot-nav ul li a {
  display: inline-block;
  color: rgb(255 255 255);
  text-decoration: none;
}

.bobo-foot-nav ul li a:hover {
  color: #EFBE00;
  text-decoration: none;
  font-weight:bold
}
.bobo-foot-list ul li {
  font-size: 15px;
  line-height: 1.73;
}

.bobo-foot-list ul li + li {
  margin-top: 6px
}

.bobo-foot-list ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5)
}

.bobo-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-contact {
  width: 300px
}

.bobo-foot-contact p {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.bobo-foot-contact p i {
  font-size: 20px;
  margin-right: 15px;
}

.bobo-foot-contact p a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.bobo-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5)
}
.bobo-copyright p a{
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}
.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}
.bobo-side-bar .text{
  position: relative;
  padding-bottom: 10px;
}
.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--color-primary);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}
.bobo-side-bar .list{width: 160px;position:absolute;right: 100%;top:0;display:none;}

.bobo-side-bar .text:hover .list{display:block;}
.bobo-side-bar .text:hover .list p {line-height: 45px;padding: 0 10px;background:var(--color-primary);font-size: 15px;color: #fff;}
.bobo-side-bar a + a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
}

.bobo-side-bar a:hover i {
  display: inline-block;
  font-size: 30px;
  color: #122A88;
}
.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  color: var(--color-primary);
  background: none;
  border: 1px solid var(--color-primary);
}

.bobo-side-bar .text:nth-of-type(1):hover i{
  color:#0665FC; 
}
.bobo-side-bar .text:nth-of-type(2):hover i{
  color:#25D366; 
}
.bobo-side-bar a:nth-of-type(1):hover i{
  color:#EE183D; 
}
#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s
}

#bobo-footBar ul {
  height: 45px;
  display: -webkit-flex;
  display: flex
}

#bobo-footBar ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

#bobo-footBar ul li:first-child {
  border-left: none
}

#bobo-footBar ul li a {
  display: inline-block;
  width: 100%
}

#bobo-footBar ul li i {
  color: #fff;
  font-size: 20px
}

#bobo-footBar ul li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase
}

@media screen and (max-width: 1500px) {
  #bobo-footer h5 {
    font-size: 20px
  }
  .bobo-foot-logo {
    width: 410px;
  }

  .bobo-foot-logo p{
  }
}

@media screen and (max-width: 1280px) {
  #bobo-footer h5 {
    font-size: 18px
  }

  .bobo-foot-contact {
    width: 280px;
  }

  .bobo-foot-logo {
    width: 380px;
  }

  .bobo-foot-logo p{
  }

  .bobo-foot-logo .share a {
    width: 32px;
    height: 32px;
  }

  .bobo-foot-logo .share i {
    font-size: 22px;
  }

  .bobo-foot-logo p,
  .bobo-foot-nav ul li,
  .bobo-foot-list ul li,
  .bobo-foot-contact p {
    font-size: 14px;
  }

  .bobo-foot-logo .share a + a {
    margin-left: 20px
  }
}

@media screen and (max-width: 1200px) {
  #bobo-footer h5 {
    font-size: 16px
  }

  .bobo-foot-logo p{
  }

  .bobo-foot-contact {
    width: 260px;
  }

  .bobo-foot-logo {
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  #bobo-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  .bobo-foot-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    text-align: center;
  }

  .bobo-foot-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bobo-foot-logo p {
    font-size: 16px;
  }

  .bobo-foot-logo .share a {
    width: 36px;
    height: 36px;
  }

  .bobo-foot-logo .share i {
    font-size: 26px;
  }

  .bobo-foot-nav,
  .bobo-side-bar,
  .bobo-foot-list {
    display: none
  }

  #bobo-footer .bobo-foot-contact h5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
  }

  #bobo-footer .bobo-foot-contact h5::after {
    display: unset;
    margin: 20px 0 0 0;
  }

  .bobo-foot-contact p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #bobo-footer {
    padding: 30px 0 0
  }

  #bobo-footer h5 {
    font-size: 20px;
  }

  .bobo-foot-logo p {
    font-size: 14px;
  }
  
  

  .bobo-foot-logo .share a {
    width: 32px;
    height: 32px;
  }

  .bobo-foot-logo .share i {
    font-size: 20px;
  }

  .bobo-foot-logo .share a + a {
    margin-left: 20px
  }

  .bobo-foot-contact {
    width: 100%;
  }

  .bobo-foot-contact p {
    font-size: 14px;
  }

  .bobo-copyright {
    margin-top: 30px;
    padding: 15px 0 60px
  }

  .bobo-copyright p {
    font-size: 14px;
    letter-spacing: 0
  }

  #bobo-footBar {
    display: block
  }
}

@media screen and (max-width: 576px) {
  .bobo-foot-logo p{
    text-align: left;
  }
}
.fotPro {
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
}
.fotPro a{
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
}
.fotPro .footPa:hover {/* color: #122A88; *//* font-size: 17px; */font-weight: bold;}
@media screen and (min-width:1279px){
#bobo-footer .container{
  max-width: 90% !important;
}
}



@media screen and (max-width:1300px){

#bobo-footer h5 {
    margin: 0 0 5px;
}
#bobo-footer h5::after {
    margin: 5px auto 0 0;
}
.bobo-foot-logo {
    width: 300px;
}
.bobo-foot-nav ul li a {
    font-size: 12px;
}
.bobo-foot-nav2 {
    width: 368px;
}
}


@media screen and (max-width:992px){
  #bobo-footer .container{
  max-width: 100% !important;
}
.bobo-foot-logo p {
    margin: 5px 0;
}.bobo-foot-logo {
    width: 100%;
    padding-bottom: 10px;
}
#bobo-footer ul{ 
	width: 100%;
}
#bobo-footer h5 {
    margin: 0 0 5px;
}
#bobo-footer h5::after {
    margin: 5px auto 0 0;
}
#bobo-footer {
    padding: 30px 0 0;
}
.bobo-copyright {
    margin-top: 10px;
}


}

.fotPro a{
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(max-width:991px){
.bobo-copyright {
    margin-top: 30px;
    padding: 30px 0 80px;
  }
  .bobo-copyright p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .bobo-copyright p a{font-size: 14px;}
}