body {
	background-color: #E7E6E4;
	margin: 0px;
}

ul {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin: 0px;
}

#logo img {
	height: 64px;
	float: left;
}

#top {
	text-align: center;
	width: 100%;
}

#top img {
	width: 100%;
}

#side {
	position: fixed;
	left: 5px;
	width: 190px;
	height: 357px;
	top: 0px;
	cursor: pointer;
}

#side ul li {
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	height:51px;
	line-height:51px;
	border-bottom: 1px solid #F2F2F2;
}
#side ul li img{
	vertical-align:middle;	
}
/*******************************/
#mainContent {
	width: 100%;
	margin-bottom: 130px;
}

#stage {
	width: 100%;
}

#stage ul {
	width: 100%;
}

#stage li {
	margin: 0px 7.5px;
	padding: 0;
	list-style: none;
	float: left;
	width: 240px;
}

.item {
	margin: 7.5px;
	float: left;
	width: 240px;
	font-size: 14px;
	color: #444444;
	font-family: "微软雅黑";
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 10px -2px rgba(20%, 20%, 40%, 0.5);
	-moz-box-shadow: 2px 2px 10px -2px rgba(20%, 20%, 40%, 0.5);
	box-shadow: 2px 2px 10px -2px rgba(20%, 20%, 40%, 0.5);
	cursor: pointer;
}

.item .itemhead .mainImage {
	width: 100%;
}

.item .itemhead .hoverheart {
	position: absolute;
	right: 5px;
	top: 5px;
	float: right;
}

.item .itemtitle {
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
}

.item .itemlike {
	padding: 10px;
	text-align: left;
	height: 44px;
	font-size: x-small;
	color: #a6a6a6;
	background-color: #FAFAFA;
	border-top: 1px solid #F2F2F2;
}

.item .itemlike img {
	margin-top: 10px;
}

#back-top,#qrcode,#qrcodeImage {
	position: fixed;
	z-index: 100;
	text-indent: -9999px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#back-top {
	right: 24px;
	width: 60px;
	margin: 0px 0px 10px 0px;
	height: 50px;
	bottom: 50px;
	background: url(../images/waterfall/totop.png) no-repeat top;
}

#qrcode {
	right: 24px;
	width: 60px;
	height: 40px;
	bottom: 10px;
	background: url(../images/waterfall/qrcode.png) no-repeat top;
}

#qrcodeImage {
	right: 84px;
	width: 177px;
	height: 200px;
	bottom: 10px;
	display: none;
	background: url(../images/waterfall/scanqrcode.png) no-repeat top;
}
/***************************/
.upitem {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.upitem .uphead{
	height: 64px;
}
.upitem .uphead .hoverheart{
	float: left;
	margin: 16px 20px;
}
.upitem .uphead .share{
	float: right;
	margin: 16px 20px;
}
.upitem .uplike{
	text-align:left;
	float: left;
	margin: 16px 20px;
}
.upitem .uptitle{
	background-color:rgb(250,250,250);
	padding: 20px;
	text-align: left;
}
.upitem .imageSection{
	height: 100%;
}
/******************************/
*
{
    margin: 0;
    padding: 0;
}
.menu
{
    position: relative;
    height: 3.75em;
    width: 31.8em;
    top: 0px;
    left: -41px;
}
.menu ul
{
    list-style: none;
    z-index: 10;
    position: absolute;
    z-index: 100;
    padding: 0.75em;
    width:100%;
    text-align:center;
}
.menu li
{
    float: left;
    width:20%;
}
.menu a, .menu a:active, .menu a:visited
{
    display: block;
    font-family: 'KaiTi';
    color: #742831;
    padding: 0.625em;
}
/*.menu a:hover
{
    color: #742831;
    font-family:STKaiti;
}*/


/*img
{
    display: block;
    margin: 0 auto;
}*/

.menuselected
{
    font-weight: bold;
}

.footer
{
    text-align: center;
    margin: 3% 0 3% 0;
}
.indexImg
{
    width: 100%;
}
.indexImg2
{
    width: 50%;
}

.menuBlock
{
    height:1.5em;
    font-size: 1.125em;
    font-family: "STKaiti";
}
.onmenu
{
    font-weight: bold;
    background: url("../images/menuDown.jpg");
    background-repeat: no-repeat;
    background-position: 0 100%;
}
a
{
    text-decoration: none;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}
