body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, "微软雅黑" !important;
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 16px;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none !important;
}

a:hover,
a:active {
	text-decoration: none !important;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fb {
	font-weight: bold;
}

.fnb {
	font-weight: 200;
	margin-left: -1px;
}

.hr_1,
.hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr_1 {
	height: 1px;
}

.hr_10 {
	height: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

/**/
.padding-0 {
	padding: 0 !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-right-0 {
	padding-right: 0 !important;
}

.padding-top-0 {
	padding-top: 0 !important;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-h-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padding-v-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.margin-left-0 {
	margin-left: 0 !important;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.marrgin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}

.margin-h-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.margin-v-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.Img-width-max {
	width: 100%;
}

.text-center {
	text-align: center;
}

.container {
	max-width: 1200px;
	min-width: 1200px;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "微软雅黑" !important;
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #adadad;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

/* input */
.header ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #FFFFFF;
}

.header :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

.header ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.header :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.message-form ::-webkit-input-placeholder {
	color: #b1b1b1;
}

.message-form :-moz-placeholder {
	color: #b1b1b1;
}

.message-form ::-moz-placeholder {
	color: #b1b1b1;
}

.message-form :-ms-input-placeholder {
	color: #b1b1b1;
}
