@charset "utf-8";
.footer-box{
  margin-top:24px;
  width:100%;
  background-color: #F5F6F7;
}
.footer-box .-text-links{
  width:100%;
}
.footer-box .-text-links .-title{
  color:#1B1818;
  border-bottom:1px solid rgba(27, 24, 24, 0.20);
  height:48px;
  line-height:48px;
  background-position:center right;
  background-repeat:no-repeat;
  background-size: 16px 16px;
  background-image: url('/assets/img/show-01.png');
}
.footer-box .-text-links .-title.-active{
  background-image: url('/assets/img/hide-01.png');
}
.footer-box .-text-links .-links{
  border-bottom:1px solid rgba(27, 24, 24, 0.20);
  padding-bottom:15px;
  display:none;
}
.footer-box .-text-links .-link{
  margin-top:15px;
}
.footer-box .-text-links .-link a{
  color:#5A5A63;
}

/*联系我们*/
.footer-box .-contact-us .-title{
  margin-top:15px;
  line-height:20px;
}
.footer-box .-contact-us .-email,
.footer-box .-contact-us .-phone{
  margin-top:15px;
  line-height:20px;
  padding-left:24px;
  background-position:center left;
  background-repeat:no-repeat;
  background-size: 16px 16px;
  color:#5A5A63;
}
.footer-box .-contact-us .-email{
  background-image: url('/assets/img/email-01.png');
}
.footer-box .-contact-us .-phone{
  background-image: url('/assets/img/phone-01.png');
}

/*关注我们*/
.footer-box .-channels-box .-title{
  margin-top:15px;
  line-height:20px;
}
.footer-box .-channels-box .-channels{
  margin-top:15px;
}
.footer-box .-channels-box .-channels .-item{
  margin-bottom:24px;
  width:50%;
}
.footer-box .-channels-box .-channels .-item .-icon{
  height:14px;
}
.footer-box .-channels-box .-channels .-item .-name{
  margin-left:10px;
  line-height:20px;
  color:#5A5A63;
  position:relative;
}
.footer-box .-channels-box .-channels .-item .-arrow{
  position:absolute;
  top:30px;
  left:50%;
  width:7px;
  height:5px;
  background:#ffffff;
  z-index:12;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-box .-channels-box .-channels .-item .-qrcodes{
  position:absolute;
  top:32px;
  padding:12px;
  background-color:#ffffff;
  border-radius:8px;
  z-index:10;
  box-shadow:0px 8px 10px 0px rgba(0,0,0,0.1);
}
.footer-box .-channels-box .-channels .-item .-qrcodes.-left{
  left:0px;
}
.footer-box .-channels-box .-channels .-item .-qrcodes.-right{
  right:0px;
}
.footer-box .-channels-box .-channels .-item .-qrcode{
  margin-left:12px;
}
.footer-box .-channels-box .-channels .-item .-qrcode img{
  width:66px;
  height:66px;
  border-radius:4px;
}
.footer-box .-channels-box .-channels .-item .-qrcode p{
  width:100%;
  text-align:center;
  color:#5A5A63;
  margin-top:6px;
}

/*底部版权隐私*/
.footer-box .bottom-box{
  padding-top:24px;
  padding-bottom: 24px;
  border-top:1px solid rgba(27, 24, 24, 0.20);
}
.footer-box .bottom-box .-agreement a{
  line-height:17px;
  color:#5A5A63;
  margin-right:20px;
}
.footer-box .bottom-box .-copyright-company{
  margin-top:15px;
  line-height:17px;
  color:#5A5A63;
  background-position:center left;
  background-repeat:no-repeat;
  background-size: 12px 12px;
  background-image: url('/assets/img/icon-copyright-01.png');
  padding-left:18px;
}
.footer-box .bottom-box .-copyright-bei{
  margin-top:15px;
}
.footer-box .bottom-box .-copyright-bei a{
  color:#5A5A63;
  line-height:17px;
}
.footer-box .bottom-box .-copyright-bei .-bei{
  margin-left:20px;
  background-position:center left;
  background-repeat:no-repeat;
  background-size: 16px 16px;
  background-image: url('/assets/img/icon-bei-01.png');
  padding-left:18px;
}