@charset "utf-8";

/*底部*/
.footer_wrap{
    background: #E7EDF7;
}
.footer{
    height:1.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer_wrap .footer-tips{
    background: #46484D;
    font-size: 0.14rem;
    color: #9A9CA6;
    text-align: center;
    height:0.5rem;
    line-height: 0.5rem;
}
.footer-inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-inner .footer-img-box{
    height:0.3rem;
    line-height:0.3rem;
    width: 3.33rem;
    border-right:0.02rem solid rgba(50,53,76,.4);
    margin-right:0.4rem;
}
.footer-inner .footer-img{
    width: 2.98rem;
}
.footer-inner .footer-phone-box{
    width: 1.73rem;

}
.footer-phone-box .line1,.footer-contact-box .line1{
    line-height: 0.18rem;
    font-size: 0.18rem;
    color: #383838;
    margin-bottom: 0.16rem;
}
.footer-phone-box .line2,.footer-contact-box .line2{
    font-size: 0.16rem;
    color: #5C5F6D;
    line-height: 0.16rem;
}
.footer-contact-box{
    width:1.69rem ;
}
.footer-code-box .code{
    width: 0.74rem;
}
.footer-code-box{
    width: 1.18rem;
}
.footer-label-box{
    width:0.72rem;
    height:0.26rem;
    font-size:0.12rem;
    border-radius: 0.14rem;
    border: 1px solid #818181;
    line-height: 0.26rem;
    text-align: center;
}
.beian .icon{
    display:inline-block;width: 20px;height: 20px;background: url('../icon/gongan.png') no-repeat;margin: 0 4px -4px 8px;
}
.beian{
  cursor: pointer;
  color:#9A9CA6;
}
.beian:hover{
    color:#fff;
}
a{ text-decoration:none;color:#9A9CA6;}
a:hover img{ border:none;}

a:active{noOutline:expression(this.onFocus=this.blur());}

