* {
  margin: 0;
  padding: 0;
  color:#666;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #0000FF;
}
.w {
  width: 1000px;
  margin: auto;
  border-left: 1px solid #f1f1f1;
  padding-left:20px;
  background-color:#F5F5F5;
  overflow:hidden;
}

.mulu {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -550px;
  width: 60px;
  height: 100px;
  text-align: center;
  font-size: 14px;

}

.mulu li {
  height: 24px;
  line-height: 24px;
}
.mulu li:hover {
  border-left: 2px solid #62488a;
}
.mulu li a:hover {
  color: #62488a;
}

.view_jpg li {
	font-size: 12px;
	font-family:黑体;
}

.w li {
  margin-top: 8px;
  font-family:宋体;
}
.w ol li {
  text-indent: 4em;
  font-family:宋体;
}

.login_detail,
.apply_detail,
.configEnv_detail,
.usage_detail,
.support_detail,
.attention_detail {
  text-indent: 2em;
}
.usage_detail img,
.apply_detail img,
.configEnv_detail img{
  border: 1px solid #ccc;
}

ol li i{
  font-family:黑体;
}
a i{
	color: #0000FF;
}

#title,
#apply,
#configEnv,
#login,
#usage,
#attention,
#support{
  margin-top: 20px;
}

.WizJpg{
	margin-left:25px;
}

.eof{
	margin-bottom:20px;	
}

#title {
	position:relative;	
}
#title span{
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:12px;
}

