﻿@charset "utf-8";

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

capation,
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;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

/*块状元素集中对齐 block center*/
.fl {
	float: left;
	display: inline;
}

/* 可修复IE6中双倍边距bug */
.fr {
	float: right;
	display: inline;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	/*IE低版本浏览器*/
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/**placeholder字体颜色修改**/
::-webkit-input-placeholder {
	font-size: 13px;
	color: #323C47;
	opacity: 0.3;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 13px;
	color: #323C47;
	opacity: 0.3;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 13px;
	color: #323C47;
	opacity: 0.3;
}

:-ms-input-placeholder {
	font-size: 13px;
	color: #323C47;
	opacity: 0.3;
}

button {
	cursor: pointer;
	border: none;
	-webkit-transition: all .3s;
}

a {
	text-decoration: none;
	/* color:#000; */
}

ul,
li,
ol {
	list-style: none;
}

/*.header-right li{
	list-style: none;
}*/
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	background-color: #fff;
	min-height: 100%;
	min-width: 1080px;
}

body {
	width: 100%;
	font-size: 12px;
	background: #fff;
	overflow-x: hidden;
	min-height: 100%;
	font-size: 14px;
}

input,
button,
textarea {
	outline: none;
}

.clear {
	clear: both;
	display: inline-block;
}