body{
	overflow-y: scroll;
}
.hide{display: none;}
.index{
	border:1px solid #DDDDDD;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 500px;
	box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
}
.index .left{
	width: 200px;
	height: 100%;
	background: url("../../image/item-bg1.png") repeat-y;
}

.index .left ul{
	list-style: none;
}

.index .left ul li{
	list-style: none;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #DDDDDD solid;
}
.index .left ul li:hover,.ed{
	background: url("../../image/item-bg.png") no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}


/*	右侧内容	*/
.index .right{
	padding: 15px;
	width: 840px;
	line-height: 25px;
	margin-right: 10px;
}

.index .right span{
	width: 80px;
	display: inline-block;
	font-weight:bold;
}
.index .right h2{
	color: #333;
}
.index .right #agreement{
	color: #666666;
}

.index .right #bug textarea{
	width: 580px;
}
.index .right #bug table td{
	line-height: 40px;
}

.index .right #bug,#suggestions,#about p{
	text-indent: 2em;
	letter-spacing:1px;
	margin-bottom: 10px;
}
#show p img{
	max-width: 770px;
}
#show h3{
	font-size: 16px;
	color: rgb(0, 102, 255);
}
