.footer{
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-cont-top{
  background-color: #1b2b3d;
}
.footer-conts{
  width: 900px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* align-items: center */
}
.footer-conts div{
  margin: 0;
}
.footer-title{
  text-align: center;
}
.footer-titles-t{
  font-size: 36px;
  color: #fff;
  padding-top: 45px;
}
.footer-titles{
  font-size: 22px;
  color: #999999;
  padding-top: 13px;
}
.footer .footer-mid{
  margin-top: 50px;
}
.footer-mid-l{
  float: left;
}
.footer-mid-l-t{
  display: flex;
  justify-content: flex-start;
}
.footer-mid-l-pic{
  width: 20px;
  height: 26px;
  background-image: url('/public/static/images/common/address.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.footer-mid-l-add{
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}
.footer-mid-l-item{
  font-size: 14px;
  color: #fff;
  padding-top: 6px;
}
.footer-mid-m-cont{
  padding-bottom: 22px;
}
.footer-mid-m-t{
  display: flex;
  justify-content: flex-start;
}
.footer-mid-m-email{
  width: 28px;
  height: 22px;
  background-image: url('/public/static/images/common/email.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.footer-mid-m-tel{
  width: 28px;
  height: 25px;
  background-image: url('/public/static/images/common/tel.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.footer .footer-mid-m-text{
  color: #fff;
  font-size: 16px;
  margin-top: 6px;

}
.footer-mid-r{
  float: right;
}

.footer-mid-r .contact{
  float: left;
}
.footer-mid-r .code{
  float: right;
}

.footer .footer-mid-r-cont{
  float: left;
  margin-right: 30px;
}
.footer-mid-r-cont1{
  float: left;
}
.footer-mid-r-pic{
  width: 25px;
  height: 20px;
  background-image: url('/public/static/images/common/wb.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.footer .footer-mid-r-pics{
  width: 96px;
  height: 96px;
  background-image: url('/public/static/images/common/xktwb.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: 10px;
}
.footer-mid-r-pic1{
  width: 25px;
  height: 20px;
  background-image: url('/public/static/images/common/wx.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.footer .footer-mid-r-pics1{
  width: 96px;
  height: 96px;
  background-image: url('/public/static/images/common/xktwx-20230426.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: 10px;
}
.footer-mid-r-pics2{
  width: 96px;
  height: 96px;
  margin-top: 10px !important;
  background-image: url('https://thinktown.com/public/static/images/common/sxktwx.jpg');
  background-size: contain;
}
.footer-mid-r-pic2 {
    width: 25px;
    height: 20px;
    background-image: url('https://thinktown.com/public/static/images/common/sxktwx_icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.footer-safe{
  height: 60px;
  background-color: #111a24;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  font-size: 14px;
}
.footer-safe-sr{
  background: #111A24;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}

.siderBar{
  position: fixed;
  top: 50%;
  right: 0;
  width: 80px;
  margin-top: -137px;
  text-align: center;
  color: #fff;
  z-index: 901;
}
.siderBar .item{
  position: relative;
}
.siderBar .item:hover .show-item{
  display: block;
  left: -220px;
}
.siderBar .item:hover .gzh{
  display: block;
  left: -220px;
  top: -50px;
}
.siderBar .item .gzh{
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 200px;
  transition: left 2s;
}
.siderBar .item .show-item{
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 200px;
  height: 80px;
  line-height: 80px;
  background: #43B99A;
  font-size: 24px;
  transition: left 2s;
}
.siderBar .item{
  padding: 12px 10px;
  background: #43B99A;
  cursor: pointer;
}
.siderBar .item:nth-child(2){
  margin: 20px 0;
}
.siderBar .item img{
  width: 30px;
}
.siderBar .item p{
  margin-top: 6px;
}
.siderBar-sr{
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  text-align: center;
  color: #fff;
  z-index: 901;
}
.siderBar-sr .item{
  border-radius: 5px 0 0 5px;
  padding: 5px 5px;
  background: #43B99A;
  cursor: pointer;
}
.siderBar-sr .item p{
  font-size: 12px;
  margin-top: 2px;
  color: #fff;
}
.siderBar-sr .item img{
  width: 20px;
}
.siderBar-sr .item + .item{
  margin-top: 20px;
}
#chatBtn{
  display: none !important;
}
.form-sr .closeDialog{
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .footer .footer-mid-l{
    padding: 15px;
  }
  .footer-titles-t{
    padding-top: 25px !important;
  }
  .footer-mid{
    margin-top: 0 !important;
  }
  .footer-titles{
    display: none;
  }
  .footer-titles-t{
    font-size: 20px;
  }
  .footer-safe{
    font-size: 12px;
  }
  .footer-mid-l-item{
    font-size: 10px;
  }
  .footer .footer-mid-r-pics,.footer .footer-mid-r-pics1{
    width: 70px;
  }
  .footer-mid-l-add{
    font-size: 16px;
  }
  .footer .footer-mid-r-pics2{
    width: 70px;
    height: 70px;
  }
  .footer .footer-mid-m-text{
    font-size: 10px;
  }
  .footer .footer-mid-m-cont{
    padding-bottom: 15px;
  }

  .appointment-sr{
    position: fixed;
    
    bottom: 0;
    z-index: 992;
}
.appointment-sr img{
    width: 100%;
}
}
@media (min-width: 768px) {
  .footer-mid-l{
    padding: 0;
  }
  .footer-md-r{
    padding-left: 25px;
  }
}
.gab{
  margin-right: 5px;
  vertical-align: bottom;
}