@CHARSET "UTF-8";

html {
	color: #000000;
	background-color: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0 auto;
	padding: 0;
	font-family: 'Microsoft Yahei';
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal
}

ol,ul {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ''
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-width: 0px;
	border-width: none;
	border-style: none;
	border: none;
}

html,body,.hd,.search-wrap,.loadmore,.sort-nav,.filtr,.mask,.bottommenus,.bottommenus_n {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}

a {
	color:#686868;
	text-decoration: none;
	
}

a:hover {
	cursor: pointer;
	
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,td {
	word-wrap: break-word;
	break-word: break-all;
}

.hide {
	display: none;
}

.clear {
	zoom: 1;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.gray {
	width: 100%;
	height: 10px;
	background-color: #F0F0F0;
}

input:active,input:focus,textarea:focus {
	outline: none;
}

button,input[type="button"],input[type=submit],input[type=reset],input[type="radio"],input[type="checkbox"],input[type="checkbox"]:checked
	{
	cursor: pointer;
	-webkit-appearance: none;
}

/* 提交按钮 */
.btn {
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	margin-left: 5%;
	border-radius: 20px;
	border: none;
	color: #fffffd;
	font-size: 16px;
}

.commit {
	background-color: #e08f1e;
}