/*--- 全局默认样式 ---*/
*{
margin:0;
padding:0;
font-family:Arial,Verdana,tahoma,  "宋体";
list-style:none;
}
html{}
body{
text-align:center;
color:#e6bdf7;
font-size:12px;
background:#2a0e28;
}

/*--- 图片链接 ---*/
a img{
border:none;
}

/*--- 伪类 ---*/
a{
color:#e6bdf7;
text-decoration:none;
}
a:hover{
color:#79587f;
}

/*--- h1～h6 ---*/
h1{}
h2{}
h3{
font-size:12px;
font-family:Arial, "宋体";
text-align:left;
}
h4{}

/*--- 列表 ---*/
ul{}
ol{}
dl{
text-align:left;
line-height:20px;
text-indent:2em;
}
dt{
font-weight:bold;
}
dd{}

/*--- 段落 ---*/
p{
line-height:23px;
text-align:left;
padding-bottom:10px;
}

/*--- 表单 ---*/
label{
width:15%;
height:20px;
padding-right:1%;
float:left;
text-align:right;
}
input{
border:none;
}
select{
border:none;
}
textarea{
border:none;
}


/*--- 浮动清除 ---*/
.clear{
clear:both;
}
