﻿@charset "utf-8";
/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vartical-align:baseline;
	background:transparent;	
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img,a {
	border:0
}
dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	list-style:none
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:1.2
}
audio,canvas,video,progress {
	display:inline-block;
	vertical-align:baseline
}
a {
	 
	outline:none;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	text-decoration:none; color:#000
}
button,input,textarea,select,optgroup,option,file {
	font:inherit;
	outline:none;
	vertical-align:middle
}

::-moz-focus-inner {
	border-color:transparent
}
::-moz-selection {
	color:#fff;
	color:rgba(255,255,255,0.9);
	background:#ea4c89;
	text-shadow:none
}
::selection {
	color:#fff;
	color:rgba(255,255,255,0.9);
	background:#ea4c89;
	text-shadow:none
}
input[type="submit"] {
	-webkit-appearance:none;
	appearance:none;
	outline:none;
	-webkit-tap-highlight-color:transparent;
	border-radius:0
}
::-webkit-input-placeholder {
	color:rgba(255,255,255,0.2)
}
input:-moz-placeholder {
	color:rgba(255,255,255,0.2)
}
pre,code {
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word
}
.clear {
	clear:both;
	_height:1px;
	overflow:hidden;
	*display:inline
}
body {
	font:12px/1.5 "Microsoft Yahei", Arial;
	color:#333;
	background-color:#f6f6f6;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.content {
	width:1000px;
	max-width:1000px;
	margin:0 auto
}
#container {
	position:relative;
	background-color:#f6f6f6;
	padding-top:50px
}




















 