﻿body {
    background:url(../images/PartyBuildingBg.jpg) top center no-repeat;
    background-size:cover;
}
img{
    width:100%;
    display:block;
}
.content{
    /*background:url(../images/bottom.png) bottom center no-repeat;
    background-size:100% auto;*/
    position:relative;
}
#bottom{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:999;
}
.logo{
    width:96%;
}
#slider_content{
    margin:0.6rem 0 0.8rem;
    padding:0 0.7rem;
}
.mui-content{
    margin:0 15px;
    padding:0.6rem 25px 1.2rem;
    border-radius:0.06rem;
    background: rgba(244,238,202,0.6);
}
.mui-content ul{
    list-style:none;
    margin:0;
    padding:0;
}
.mui-content ul>li{
    margin-bottom:0.1rem;
    transition:all 0.6s;
}