body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,del,dfn,em,img,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,button,input,table,caption,tbody,tfoot,thead,tr,th,td,menu {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

ol,ul,li,menu {
	list-style: none
}

img {
	border: 0;
}

a:focus {
	outline: 0;
}

p {
	font-size: 12px;
}

strong,.strong {
	font-weight: 700;
}

em,i {
	font-style: normal;
}

img {
	display: inline-block;
}

button,input,select,textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: -3px;
	outline: 0;
}

button,input {
	line-height: normal;
	border: 1px solid;
	outline: 0;
	*overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

::selection {
	background: #72d0eb;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #72d0eb;
	color: #fff;
	text-shadow: none;
}

*[hidden] {
	display: none;
}

a {
	color: #68b92e;
	text-decoration: none;
	cursor: pointer;
}

a:hover {

}

body,button,input,select,textarea,code {
	color: #444;
	font-family: 'Microsoft yahei';
	font-size: 12px;
}

::-webkit-scrollbar {
	width: 8px;
}

::-moz-scrollbar {
	width: 8px;
}

::-ms-scrollbar {
	width: 8px;
}

::-o-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background: #AAA;
	border-radius: 10px;
}

::-moz-scrollbar-thumb {
	background: #AAA;
	border-radius: 10px;
}

::-ms-scrollbar-thumb {
	background: #AAA;
	border-radius: 10px;
}

::-o-scrollbar-thumb {
	background: #AAA;
	border-radius: 10px;
}

.success {
	color: #3c763d;
}

.info {
	color: #31708f;
}

.warning {
	color: #8a6d3b;
}

.danger {
	color: #f00;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.over-flow {
	overflow: hidden;
	zoom: 1;
}

.outer {
	zoom: 1;
}

.outer:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.win_contain {
	width: 1024px;
	margin: 0 auto;
}