@charset "utf-8";

/* * author:犇犇网络 * **/

body {
	font-size: 14px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

li {
	list-style: none;
	font-style: normal;
}

a,
span,
m,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
b {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

img {
	vertical-align: middle;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	margin: 0;
	font-size: 14px;
}

.no_click {
	pointer-events: none;
}

.whitebg {
	background: #fff;
}

.graybg {
	background: #F2F2F2;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
	clear: both;
}

.clear_shadow {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
	font-size: 14px
}

input[type=button] {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

input[type=button]:active {
	opacity: 0.9;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

embed {
	width: 100%;
}
/*版心*/
.tp-center {
	width: 1200px;
	margin: 0 auto;
}
.mp {
	display: none;
}
