.foot{
    margin-top: 0.7rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}
.erweima{
    width: 2.16rem;
}
.erweima img{
    width: 100%;
}
.foot{
    padding-bottom: 1.08rem;
}
.foot-left{
    font-size: 0.42rem;
    flex:1;
}
.foot-left01{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: .65rem;
    color:var(--fontColor);
    margin-bottom: 0.54rem;
}
.line{
    width: 2px;
    height:.6rem;
    margin: 0 4px;
    background: var(--fontColor);
}
.copy-right{
    font-size: 0.58rem;
}
.beian{
    margin-top: 0.1rem;
}
.address{
    padding-left:.9rem;
    background: url("../img/address-icon.png") no-repeat left center;
    background-size: 0.54rem 0.65rem;
    height:0.9rem;
    line-height: 0.9rem;
}
.address-phone{
    display: flex;
    margin-top: 0.75rem;
    flex-flow:row nowrap;
    align-items: center;
}
.telephone{
    margin-left: .5rem;
}
