﻿body {
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i {
	margin: 0;
	padding: 0;
}


fieldset,
img {
	border: 0;
}

img {
	
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

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

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:focus,
input,
button,
select,
textarea {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

input,
select,
img {
	vertical-align: middle;
	font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
}

legend {
	display: none;
}

textarea {
	resize: none;
	font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.pt10 {
	padding-top: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.ov {
	overflow: hidden;
}

.rel {
	position: relative;
}

.tc {
	text-align: center;
}

.none {
	display: none;
}

.block {
	display: block;
}

.mr10 {
	margin-right: 10px;
}

.mt5 {
	margin-top: 5%;
}

:-moz-placeholder {
	
	color: #999;
}

::-moz-placeholder {
	
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #eee;
}


::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	;
	background-color: #666;
}

.bd_weixin_popup {
	box-sizing: content-box;
}

@media (min-width: 1201px) {
	a:hover {
		color: #f00;
	}
}