@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	list-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "微软雅黑";}

html,
body {
	width: 100%;
	overflow-x: hidden;}

html {
	font-size: 100%;}

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;}

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

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;}

blockquote,
q {
	quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #333;
	cursor: pointer;}

/*a[href]:hover{
	color:#2e79b8;
}*/
input,
select {
	font-family: "微软雅黑";
	-webkit-appearance: none;
	vertical-align: middle;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;}

textarea {
	-webkit-appearance: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	resize: none;}

table {
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 0;
	padding: 0;
	word-break: break-all;}

th,
td {
	border: 1px solid #666666;
	margin: 0;
	padding: 0;}

iframe {
	margin: 0;
	padding: 0;
	border: none;}

video {
	max-width: 100%;}

img {
	max-width: 100%;
	vertical-align: middle;}

/*自定义PD标签替代P标签*/
pd {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: transparent;
	word-break: break-all;}