#footer {
    height:5.38rem;
    background-color: #201f25;
    padding: .48rem .63rem;
    margin-bottom: 0.9rem;
}

#footer .footer_img {
    display: flex;
    justify-content: space-between;
    height: .95rem;
    width: 100%;
    margin-bottom: .25rem;
}

#footer .footer_img img:first-child{
    width: 1.45rem;
    height: .45rem;
}

#footer .footer_img img:last-child {
    width: .95rem;
    height: .95rem;
}

#footer .footer_txt {
    font-size: .2rem;
    color: #919293;
}

#footer .footer_txt a {
    font-size: .23rem;
    color: #fff;
}

#footer .footer_txt p+p {
    font-size: .17rem;
    margin-top: .08rem;
}

#footer #option {
    margin-top: .56rem;
}

#footer #option img {
    margin-right: .18rem;
}

#footer #option li+li {
    font-size: 0.2rem;
    color: #9e9f9f;
    padding: .12rem .21rem;
    border: 1px solid #7d7d7e;
}

#footer #option li a {
    float: left;
    font-size: 0.2rem;
    color: #9e9f9f;
    padding: .12rem .21rem;
    border: 1px solid #7d7d7e;
}

#footer #option li+li span,
#footer#option li a span {
    font-size: 0.2rem;
}

ul.bridge {
    width: 100%;
    height: 1rem;
    background-color: #201f25;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

ul.bridge li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .3rem;
}

ul.bridge li img {
    width: .3rem;
    margin-right: .1rem;
}

ul.bridge a {
    display: flex;
    align-items: center;
    color: #fff
}