body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#cover {
    z-index: 2000;
    background: #ffffff;
    width: 160px;
    height: 600px;
}

#banner {
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 160px;
    height: 600px;
	border: 1px solid #cbcbcb;
	background: #ffffff
}

.content{
	position:absolute;
	left: 0px;
    top: 0px;
}
.logo{
    max-width: 100%;
    max-height: 27px;
    float: right;
    bottom: 0px;
}