/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,table,img{margin:0;padding:0;font-weight: normal;}
body,button,input,select,textarea{font:12px/1.5 tahoma,simsun;color:#000;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;color:#6f7c82;cursor:pointer;}
a:hover{text-decoration:none;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
em{font-style:normal;}
img{border:0;}
/*body{overflow-x:hidden;}*/
input[type="radio"] {
  margin: 0;
}
*{
	box-sizing: border-box;
}