

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, '微软雅黑';
}

img {
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

/* 基础样式----------------------------------------*/
body {
	text-align: center;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	background-color: #FCFCFC;
}

/*--- 链接样式 ---*/
a {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ul,
li {
	list-style: none;
}

blockquote {
	margin: 0 0 18px 18px;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* 常用样式----------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.payment_item8,
.about,
.process,
.advantage,
.contact_box,
footer,
a,
p,
span,
div {
	font-family: Arial, '微软雅黑';
}

.cursor {
	cursor: pointer;
}