*{
    margin: 0px;
    padding: 0px;
    list-style: none;
	text-decoration: none;
}
a{
    text-decoration: none;
    color: #fff;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

footer{
    width: 100%;
    height: 3rem;
    background: url('../image/bottom_bg_402x.png')center/cover;
    display:flex;
    flex-direction: column;
    padding:0.6rem 0;
    box-sizing: border-box;

}
footer img {
    width: 2.16rem;
    height: 0.4rem;
    margin: 0 auto;
}
footer .contact {
    display: flex;
    position: relative;
    margin-top: 0.42rem;
    font-size:0.2rem;
    height: 0.28rem;
    line-height: 00.28rem;
    color: #fff;
    text-align: center; 
    justify-content: center;
}
footer .contact span:first-child {
    margin-right: 0.2rem;
}
footer .contact span:last-child {
    margin-left: 0.22rem;
}

footer .contact span:first-child::after {
    content: '';
    position: absolute;
    width: 0.02rem;
    height: 0.18rem;
    background: #fff;
    left: 50%;
    top: 0.05rem;
  
}

footer .copyright {
    display:flex;
    flex-direction: column;
    margin-top: 0.24rem;
    font-size:0.16rem;
    color: #C1B4C4;
    text-align: center;
}

footer .copyright span:first-child {
    margin-bottom: 0.1rem;
}