#bobo-footer {
  background: #1e1e1e;
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .wp {
  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;
}

#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 .foot-logo-img {
	display: block;
}
.bobo-foot-logo .foot-logo-img img {
	max-width: 190px;
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #bcbcbc;
  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;
}

.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: #bcbcbc;
  display: inline-block
}

.bobo-foot-nav ul li a:hover {
  color: var(--link-color-hover);
}

.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: #bcbcbc;
  display: inline-block
}

.bobo-foot-list ul li a:hover {
  color: var(--link-color-hover);
}

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

.bobo-foot-contact p {
  position: relative;
  font-size: 16px;
  color: #bcbcbc;
  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);
}

.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: rgba(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-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 .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{
	  width: 280px;
  }
  .bobo-foot-contact {
      width: 240px;
  }
  .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: 991px) {
  #bobo-footer {
    padding: 30px 0 0
  }

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

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

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

  .bobo-foot-logo,
  .bobo-foot-contact,
  .bobo-foot-nav,
  .bobo-foot-list{
    width: 50%;
	padding: 0 15px;
  }
  .bobo-foot-logo .foot-logo-img {
	  text-align: center;
  }
  .bobo-foot-logo .foot-logo-img img {
      max-width: 160px;
  }
  .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-contact p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
  }

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

  .bobo-copyright p {
    font-size: 15px;
    letter-spacing: 0
  }
  .bobo-foot-contact p i{
	  font-size: 20px;
  }
  .bobo-foot-contact .p2 i {
      font-size: 25px;
  }
  .bobo-foot-contact .p3 i {
      font-size: 20px;
  }
  .bobo-side-bar a:not(:last-child) {
    display: none
  }

  #bobo-footBar {
    display: block
  }
}
@media screen and (max-width: 767px){
	.bobo-foot-logo,
	.bobo-foot-contact,
	.bobo-foot-nav,
	.bobo-foot-list{
	  width: 100%;
	}
	.bobo-foot-logo .foot-logo-img img {
	    max-width: 140px;
	}
}

/*inquiry*/
.aside-form {
    max-width: 320px;
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.aside-form .form-head {
    background-color: var(--btn-bg);
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #fff;
}
.aside-form .form-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    position: static;
}
.aside-form .form-head .aside-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 10px 20px;
	cursor: pointer;
	font-size: 24px;
	line-height: 18px;
}
.aside-form-content{
	padding: 10px 20px;
}
.aside-form-content .inquirbox .row em {
    font-size: 16px;
    margin-bottom: 14px;
}

.contact-inquiry .inquirbox {
  margin: 50px 0 0
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto 0 0
}

.inquirbox .row {
  margin-bottom: 30px
}

.inquirbox .row em {
  font-size: 20px;
  color: #484848;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.inquirbox .row em i {
  color: red
}

.inquirbox input[type=text],
.inquirbox textarea {
  padding: 14px 20px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 22px;
  background: 0 0;
  text-align: left;
  color: #999;
  box-sizing: border-box
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none
}

.inquirbox input[type=text]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0
}

.inquirbox .red {
  color: red;
  font-weight: 700
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle
}

.inquirbox .submit {
  display: block;
  background: var(--btn-bg);
  color: #fff;
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto
}

.inquirbox .submit:hover {
  background: var(--btn-bg-hover)
}
@media screen and (max-width: 1300px) {
  .inquirbox input[type=text],
  .inquirbox textarea {
    font-size: 16px
  }
}
@media screen and (max-width: 991px) {
  .contact-inquiry {
    padding: 30px 0 0
  }
  .contact-inquiry .inquirbox {
    margin: 30px 0 0
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0
  }

  .contact-inquiry .inquirbox .submit {
    margin: 0 auto
  }

  .inquirbox .row {
    margin-bottom: 0
  }

  .inquirbox .row > div {
    margin-bottom: 10px
  }

  .inquirbox .row em {
    font-size: 15px;
    margin-bottom: 10px
  }

  .inquirbox input[type=text],
  .inquirbox textarea {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dfdfdf
  }

  .inquirbox .submit {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 16px
  }
}