



.Bottom-content{
    width:100%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding:0.29rem 10%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    bottom:0rem;
    left:0rem;
}
.Bottom-content-font{
    color: rgba(134, 144, 156, 1);
    font-size: 0.14rem;
    line-height: 0.22rem;
}
.Bottom-content-left{
    display: flex;
    align-items: center;
}
.Bottom-content-left ul{
    display: flex;
    align-items: center;
    /*margin-left:0.97rem;*/
    color:rgba(78, 89, 105, 1);
    font-weight: 400;
    font-size:0.14rem;
    line-height:0.22rem;
}
.Bottom-content-left ul li a{
    color:rgba(78, 89, 105, 1);
}
.Bottom-content-left ul li{
    margin-right:0.24rem;
    cursor: pointer;
}
.Bottom-content-wx{
    width:0.293rem;
    cursor: pointer;
}
.Bottom-content-wx img{
    width:100%;
}