@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; list-style: none; font-style:normal;}

body, a, input {
	font-family: "Microsoft Yahei", "Droid Sans Fallback", "Arial", "Helvetica", "sans-serif", "宋体"; color:#333; font-size:12px;
} 

a{text-decoration:none;color: #666;}
a:focus{color: #666;}

img {   border: 0;  max-width: 100%; }
input, textarea, select, label {font-family: inherit; font-size: inherit; font-weight: inherit;}

input[type="button"], input[type="text"], input[type="submit"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], input[type="phone"], button, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none; outline:none;
}
*:focus {outline: none}/*表单蓝色边框*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
} /*pc 黄色边框*/


.clear{ clear:both; height:0x; display:block;}
.flt{ float:left;}
.frt{ float:right;}