#bobo-footer {
  background:#6a6a6a;
  box-sizing: border-box;
  padding: 70px 0 0;
  background-image: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/342749/2904/e3172bf4d5d4657009c9fd34b40668ea/globe.gif);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position-y: bottom;
}

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

#bobo-footer .btns {
  margin-top: 30px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

#bobo-footer .btn1,#bobo-footer .btn2,#bobo-footer .btn3{
  font-weight: 600;
  padding: 2px 20px;
  display: inline-block;
  border: 2px solid #8f8f8f;
  color: #8f8f8f;
  border-radius: 20px;
  background-color: #fff;
}

#bobo-footer .btn1 {
  margin-left: 10px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: 25px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: 45px;
  position: relative;
  top: -20px;
}

#bobo-footer h5 {
  font-size: 22px;
  color: rgb(110 202 237);
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: rgb(110 202 237);
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

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

.bobo-foot-logo img {
  height: 90px;
  position: relative;
  top: -20px;
  object-fit: contain;
  aspect-ratio: 120 / 26;
}

.bobo-foot-logo p {
  font-size: 15px;
  line-height: 2em;
  margin: 50px 0;
  color: rgb(0 128 204);
}

.bobo-foot-logo .share {
  font-size: 0;
  display: flex;
  justify-content: center;
}

.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 + 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 {
  font-size: 15px;
  line-height: 1.73;
}

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

.bobo-foot-nav ul li a {
  display: inline-block;
  color: rgb(110 202 237);
}

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

.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: rgb(110 202 237)
}

.bobo-foot-list ul li a:hover {
  color: #ffffff;
  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: rgb(110 202 237);
}

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

.bobo-foot-contact p a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.bobo-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  height: 80px;
  border-top: 1px solid rgb(110 202 237)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rgb(0 0 0);
}

.bobo-copyright a {
    color: rgb(255 255 255);
    text-decoration: none;
}

.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: #21aee4;
  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: var(--title-text-color);
}

.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-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{
    margin: 40px 0;
  }
  #bobo-footer .btn1 {
  margin-left: 10px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: 25px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: 45px;
  position: relative;
  top: -20px;
}
}

@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{
    margin: 30px 0;
  }

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

  .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
  }
  #bobo-footer .btn1 {
  margin-left: 40px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: 60px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: 85px;
  position: relative;
  top: -20px;
}
}

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

  .bobo-foot-logo p{
    margin: 20px 0;
  }

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

  .bobo-foot-logo {
    width: 340px;
  }
  #bobo-footer .btn1 {
  margin-left: 10px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: 55px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: 120px;
  position: relative;
  top: -20px;
}
}

@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;
    margin-left: 5px;
  }

  .bobo-foot-logo .share i {
    font-size: 26px;
  }
  /*.bobo-side-bar a i {*/
  /*  display: inline-block;*/
  /*  font-size: 30px;*/
  /*  color: #fff !important;*/
  /*}*/
  .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;
  }
  #bobo-footer .btn1 {
  margin-left: -55px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: -55px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: -50px;
  position: relative;
  top: -20px;
}
}

@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: 60%;
  }

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

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

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

  #bobo-footBar {
    display: block
  }
  #bobo-footer .btn1 {
  margin-left: -75px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: -73px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: -80px;
  position: relative;
  top: -20px;
}
}

@media screen and (max-width: 576px) {
  .bobo-foot-logo p{
    text-align: left;
  }
  #bobo-footer .btn1 {
  margin-left: -85px;
  position: relative;
  top: -30px;
}

#bobo-footer .btn2 {
  margin-left: -80px;
  position: relative;
  top: -25px;
}

#bobo-footer .btn3 {
  margin-left: -80px;
  position: relative;
  top: -20px;
}
}
.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
    right: 20px;
    margin-bottom: 22px;
}
.okki-chat--bubble-holder .okki-chat-widget-bubble, .okki-chat--bubble-holder .okki-chat-widget-bubble:hover, .okki-chat--bubble-holder .okki-chat-widget-bubble:focus {
    background: #0064ff;
    border-radius: 100px;
    border-width: 0px;
    bottom: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
    cursor: pointer;
    height: 50px;
    padding: 0px;
    position: fixed;
    user-select: none;
    width: 64px;
    z-index: 2147483700 !important;
}