﻿/*.foot-dw{ 
    width:100%;
    position:absolute;
    bottom:0.9rem;
}*/
a{ color:black;}
.copyright {
    width: 100%;
    background: white;
    font-size:0.28rem;
    padding-bottom:0.2rem;
    padding-top:0.2rem;
}
.copyright p {
    text-align: center;
}
.bot-div {
    width: 100%;
    height: 0.9rem;
    background:white;
}
.foot_about {
    width: 100%;
    height: 0.6rem;
    background: #E4E4E4;
    line-height: 0.6rem;
    font-size: 0.3rem;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}
/*.foot_about a{ 
    flex:1;
}*/
.orange{ 
    color:#FE5510;
}