#bobo-footer {
  background:#f5f5f7;
  box-sizing: border-box;
  padding: 70px 0 0
}
.bobo-foot-contact ul{display:flex;justify-content:space-between;}
.bobo-foot-contact ul li{width:48%;}

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

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

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

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

.bobo-foot-logo img {
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin: 30px 0 0
}

.bobo-foot-logo .share {
  margin: 40px 0 0;
  font-size: 0;
  display: flex;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bg-color);
}

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

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

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

.bobo-foot-nav ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

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

.bobo-foot-nav ul li a {
  color: #000;
  display: inline-block
}

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

.bobo-foot-list ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

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

.bobo-foot-list ul li a {
  color: #000;
  display: inline-block
}

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

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

.bobo-foot-contact p {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 0 0 35px;
}

.bobo-foot-contact p i {
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-bottom: 5px;
}

.bobo-foot-contact .p2 i {
  font-size: 38px;
  left: -3px;
}

.bobo-foot-contact .p3 i {
  font-size: 30px;
  left: 1px;
}

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

.bobo-copyright {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rba(255, 255, 255, 0.5)
}

.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--btn-bg);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a + a {
  margin-top: 10px
}

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

.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  background: var(--btn-bg-hover)
}

.bobo-side-bar  .wx-box {
    width: 150px;
    position: absolute;
    right: 50px;
    top: -50px;
    display: none;
    z-index: 100;
}

.bobo-side-bar  .wx-box .box {
    width: 140px;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.bobo-side-bar  .wx-box .box img {
    width: 100%;
}

.bobo-side-bar  .wx-box .arrowPanel {
    width: 12px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}

.bobo-side-bar  .wx-box .arrowPanel .arrow01 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 2px;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #ddd;
}

.bobo-side-bar  .wx-box .arrowPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #fff;
}

.bobo-side-bar  a:hover .wx-box {
    display: block;
}


#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
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.cd-popup .div_info {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -15%;
  float: none;
  max-height: 80%;
  overflow: auto;
}

.cd-popup .div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.cd-popup .input-position {
  position: relative;
}

.cd-popup .input-position+.input-position {
  margin-top: 20px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 16px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #666;
}

.cd-popup .div_info textarea {
  height: 197px;
  line-height: 26px;
}

.cd-popup .div_info button {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: #fff;
  background: #06304F;
  margin-top: 30px;
  font-weight: 500;
  transition: .3s all;
}

.cd-popup .div_info button:hover {
  background: #06304F;
  cursor: pointer;
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999;
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none;
}

.cd-popup .crmFormVali-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}



@media screen and (max-width:1580px) {
  .cd-popup .div_info {
    width: 46%;
    margin-left: -23%;
    top: 80px;
  }
}

@media screen and (max-width:992px) {
  .cd-popup .div_info h3 {
    font-size: 24px;
  }

  .cd-popup .div_info {
    width: 86%;
    margin-left: -43%;
    padding: 30px;
  }

  .cd-popup .cd-popup-close {
    top: 10px;
  }

  .cd-popup .div_info button {
    margin-top: 20px;
    height: 46px;
  }

  .cd-popup .div_info input,
  .div_info button {
    height: 46px;
  }

  .cd-popup .div_info input,
  .cd-popup .div_info textarea {
    margin-top: 15px;
    font-size: 15px;
  }

  .cd-popup .div_info input {
    height: 46px;
    padding: 0 15px;
  }

  .cd-popup .div_info textarea {
    height: 100px;
    padding: 15px;
    line-height: 22px;
  }

  .cd-popup .div_info {
    top: 100px;
  }
}

@media screen and (max-width:480px) {
  .cd-popup .div_info {
    padding: 20px;
  }
}

@media screen and (max-width: 1500px) {
  #bobo-footer .wp {
    max-width: 1200px;
  }
  .bobo-foot-logo {
    width: 350px
  }

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

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

@media screen and (max-width: 1300px) {
  #bobo-footer .wp {
    max-width: 1050px;
  }
  .bobo-foot-logo .share a {
    width: 40px;
    height: 40px;
  }

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

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

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

  #bobo-footer .wp {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #bobo-footer h5 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center
  }

  #bobo-footer h5::after {
    margin: 15px auto 0
  }

  .bobo-foot-logo {
    width: 100%;
    text-align: center;
  }

  .bobo-foot-logo p {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 0
  }

  .bobo-foot-logo .share {
    margin: 20px 0 0;
    justify-content: center;
  }

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

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

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

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

  .bobo-foot-contact {
    width: 100%;
    margin: 30px 0 0;
    text-align: center
  }

  .bobo-foot-contact p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0 0
  }

  .bobo-foot-contact p i {
    display: block;
    position: static;
  }

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

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

  .bobo-side-bar {
    display: none
  }

  #bobo-footBar {
    display: block
  }
  
}

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

@media screen and (max-width: 992px){
  #bobo-footer h5{
    font-size: 12px;
  }
}