* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Source Han Sans CN;
	background: url('../image/bg_cover.jpg') repeat center;
	background-size: cover;
}
img {
	border: 0 none;
}

ol,
ul,
li {
	list-style: none;
}

a,
button,
input,
select,
li {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	text-decoration: none !important;
	color: #333;
}

span {
	word-break: break-all;
}

input,
textarea {
	-webkit-appearance: none;
	resize: none;
	border: none;
}

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

/* 长按不出现放大镜效果 */
button,
input[type='button'] {
	border: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

/* 进一步了解 */
.gw-go {
	color: #cf1e2e;
	font-size: 1rem;
	font-weight: 400;
}
.gw-go:hover {
	color: #cf1e2e;
}
.ge-go-line {
	position: relative;
	display: inline-block;
	width: 1.875rem;
	height: 0.0625rem;
	background: #cf1e2e;
	vertical-align: middle;
}
.ge-go-line::before {
	content: '';
	position: absolute;
	top: -0.125rem;
	left: 1.875rem;
	transform: rotate(40deg);
	width: 1rem;
	height: 0.0625rem;
	background: #cf1e2e;
	display: inline-block;
}
.ge-go-line::after {
	content: '';
	position: absolute;
	top: 0.125rem;
	left: 1.875rem;
	transform: rotate(-40deg);
	width: 1rem;
	height: 0.0625rem;
	background: #cf1e2e;
	display: inline-block;
}
