﻿/* -------------------------------------------------
 * reset css
 * -------------------------------------------------
*/

* {
	outline: none;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Microsoft YaHei", Helvetica, arial;
	font-size: 14px;
	color: #333333;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form {
	margin: 0;
}


/* hn */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3,
h4,
h5,
h6 {
	font-size: 14px;
}


/* ul ol dl */

ul,
li,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* em i */

em,
i {
	font-style: normal;
}


/* clearfix */

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.block {
	position: relative;
}

.block:after {
	content: '';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}


/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/

button,
input,
select,
textarea {
	font-size: 100%;
	font-family: "Microsoft YaHei";
	margin: 0;
	outline: 0 none;
	vertical-align: baseline;
	*vertical-align: middle;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.submit-btn {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
input[disabled],
.disable {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox {
	box-sizing: border-box;
	padding: 0;
	*height: 15px;
	*width: 15px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px 18px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* -------------------------------------------------
 * css3 & html5
 * -------------------------------------------------
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

:-moz-placeholder,
::-webkit-input-placeholder {
	color: #999999;
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.inner{
	margin: auto;
	width: 1200px;
}

.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 8888;
}