a,abbr,acronym,address,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,input,ins,kbd,label,legend,li,mark,menu,nav,ol,output,p,pre,q,s,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

::-webkit-input-placeholder {
	color: #c6c6c6
}

button,input[type=button],input[type=subimt] {
	-webkit-appearance: none;
	border: 0;
	box-shadow: none;
	outline: 0
}

body,html {
	height: 100%;
	overflow: visible
}

body {
	font-size: .26rem;
	color: #333;
	background: #ededed;
	font-family: "Microsoft YaHei",Arial;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	text-decoration: none;
	outline: 0;
	color: #000
}

.btn {
	border: 1px solid #f05b48;
	background: #f05b48;
	color: #fff;
	line-height: .858rem;
	box-shadow: none;
	outline: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	height: .858rem;
	font-size: .28rem;
	border-radius: 0
}

.btn:active:not([disabled=disabled]) {
	background: #ec3119
}

.btn[disabled=disabled] {
	border: 1px solid #c6c6c6;
	background: #c6c6c6
}

.text {
	border: 1px solid #ccc;
	background: #fff;
	color: #262930;
	text-align: center;
	box-shadow: none;
	-webkit-appearance: none;
	width: 100%;
	height: .858rem;
	font-size: .28rem;
	border-radius: 0
}

.text:focus {
	border: 1px solid #f05b48
}

.text.fill {
	border: 1px solid #f05b48
}

.ellipsis {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.clearfix {
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden
}

.hide {
	visibility: hidden
}