/* 底部 */
#bottom{
    background: #292D3C;
    color: #F1F1F1;
    padding: 40px 0 120px;
}
#bottom .container{
    display: flex;
    justify-content: space-around;
}
#bottom .container >img{
    height: 60px;
}
#bottom .container .middle{
    width: 50%;
    color: #F1F1F1;
    font-size: 16px;
    line-height: 40px;
}
#bottom .container .middle>div{

}
#bottom .container .middle>div a{
    display: inline-block;
    color: #F1F1F1;
    font-size: 16px;
    margin-right: 30px;
}
#bottom .right{
    display: flex;
    justify-content: space-between;
}
#bottom .right .lleft>div{
    margin-bottom: 10px;
    overflow: hidden;
}
#bottom .right .lleft>div img{
    float: left;
}
#bottom .right .lleft>div div{
    float: right;
    color:#F1F1F1 ;
    width: 120px;
    margin-left: 10px;
}
#bottom .right>img{
    width: 94px;
    height: 94px;
    padding: 4px 2px 3px 3px;
    background-color: #fff;
    border-radius: 10px;
}
.ad_bottom{position: fixed;bottom: 0;z-index: 9999999;width: 100%;display: none}
.ad_bottom img{width: 100%}
.ad_bottom a{display: block;width: 9%;height: 30%;position: absolute;top: 50%;left: 79%;}
