/*
@ Title: reset.css(重置)
@ Explain: 初始化默认标签样式
@ Author: Richard Chow
@ Author URI: http://www.ue360.net/
*/

body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote,th,td {
margin:0;
padding:0;
font-weight:400;
}
body {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-align:left;
}
a:link, a:visited {
color:#333333;
text-decoration:none;
}
a:hover, a:active {
color:#666666;
text-decoration:none;
}
h1,h2,h3,h4,h4,h5 {
margin:0;
padding:0;
font-size:14px;
}
select { 
font-size:12px;
}
input,select {
vertical-align:middle;
}
@media all and (min-width:0px) {select {height:20px;}}
/*
table {
border-collapse:collapse;
}
*/
table {
word-break:break-all;
}
fieldset,img {
border:0;
}
fieldset {
margin:0;
padding:0;
}
fieldset p {
margin:0;
padding:0 0 0 8px;
}
legend {
display:none;
*margin-left:-7px;
*color:#000;
}
/*
address,caption,em,strong,th,i {
font-style:normal;
font-weight:400;
}
*/
table caption {
margin-left:-1px;
}
hr {
clear:both;
height:2px;
margin:6px 0 4px;
*margin:0;
overflow:hidden;
border-width:0;
border-top:1px solid #E4E4E4;
border-bottom:1px solid #FFFFFF;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
q:before,q:after,blockquote:before,blockquote:after {
content: "";
}
.undis {display:none;} .dis {display:block;}
