
footer {
    margin-top:100px;
    padding: 60px;
    width: 100%;
    overflow: hidden;
    color: #000;
    background: #FAFBFF;
    text-align: center;
}

footer .social-icons li {
    float: left;
    list-style: none;
}

footer .social-icons ul {
    margin: 0;
    padding: 0;
}

footer .social-icons li a {
  color: #000000;
  font-size: 15px;
  display: block;
  margin: 12px;
  position: relative;
  background-color: transparent;
}

footer .social-icons a:hover i {
    color: rgba(0, 0, 0, 0.44);
}

footer .social-icons li i {
    color: #6f6f6f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px!important;
}

footer .social-icons {
    display: inline-block;
    margin-bottom: -5px;
}

footer .social-icons ul {
    margin: 0;
    padding: 0;
}

footer .copyright {
font-size: 13px;
    float: right;
    width: 100%;
}

footer a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
}

footer a:hover {
    color: rgba(0, 0, 0, 0.51);
}
.footer_box{
    z-index:1000!important;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    display: none;
}

.footer_mask {
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.footer_mask .footer_mask-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url("/assets/index/images/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px;
    z-index:1000!important;
}

.footer_mask .footer_mask-close:hover {
    background-position: -92px -46px
}
.footer_mask .mini_show,.footer_mask .wechat_show{
    display: none;
}
.footer_mask .mini_show img,.footer_mask .wechat_show img{
    width:280px;
    height: 280px;
    display: block;
    border:rgba(255, 255, 255, 0.2) solid 10px;
}
.mini_show_text{
    padding-top:20px;
    font-size: 10px;
    color: #999;
}
