@charset "utf-8";
footer{
    width: 100%;
    height: 2.2rem;
    background-color: #000000;
    color: #8c8c8c;
    position: relative;
}.footer-top{
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 0.48rem;
}.footer-middle{
    width: 100%;
    height: auto;
    font-size: 0.267rem;
    text-align: center;
    position: absolute;
    margin-top: 1.04rem;
}.footer-bottom{
    width: 100%;
    height: auto;
    font-size: 0.267rem;
    text-align: center;
    margin-top: 1.5rem;
    position: absolute;
}.footer-lang{
    width:auto;
    height: auto;
    position: relative;
    margin-left: 6rem;
}.footer-lang-flag{
    /*margin-top: 0.1rem;*/
}.footer-lang-flagEN{
    width: 1rem;
    height: 0.4rem;
    background: url("../imgs/flag-EN.png") center center no-repeat;
    background-size: 100% auto;
    position: relative;
    float: left;
}.footer-lang-flagCN{
    width: 1rem;
    height: 0.4rem;
    background: url("../imgs/flag-CN.png") center center no-repeat;
    background-size: contain;
    position: relative;
    float: left;
}.tri{
    width: 0.16rem;
    height: 0.16rem;
    border-top:0.08rem solid #fff;
    border-left:0.08rem solid #000;
    border-right:0.08rem solid #000;
    position: relative;
    float: left;
    margin-top: 0.207rem;
}.footer-tel{
    width: auto;
    height: auto;
    font-size: 0.347rem;
    position: relative;
    float: left;
    margin-left: 2.96rem;
    line-height: 0.45rem;
    display: block;
}.footer-lang-title{
    font-size: 0.267rem;
    position: relative;
    float: left;
    line-height: 0.45rem;
    margin-left: 0.05rem;
}.footer-lang li span{
    line-height: 0.45rem;
}