body {
    overflow: auto
}

#control {
	visibility: hidden;
}

#contentContainer {
	padding-bottom: 150px;
}

#cover{
    overflow:hidden;
    position:relative
}

.bar {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    height: 68px;
	width: 100%;
	background: transparent url(../../../images/bg80.png);
}







@media only screen and min-device-width 768px and max-device-width 1024px {

}
@media only screen and max-device-width 480px {

}