*{
	margin: 0px;
	padding: 0px;
}
a {
  text-decoration: none; color:#505050; }
a:hover {
    text-decoration: none; color:#505050; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: .40rem;
  font-family: "Microsoft YaHei";
}


html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,img,small,ol,ul,li,label
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


select, input, textarea, button {
  font-family: "Microsoft YaHei"; 
  font-size:.40rem;
  color:#555;
  }

ul, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  border: none;
  font-size:0;
  outline-width:0px;  
  vertical-align:top;  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cur, button {
  cursor: pointer; }

a:hover,button:hover{ opacity:.8;}
*:focus{ outline:none;}



