* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	color: #222;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
textarea,
select,
option {
	font-size: 100%;
	font-weight: normal
}
input{
	outline: none;
}
.color-22{
	color: #222 !important;
}
br {
	font-family: initial;
}
.bold{
	font-weight: bold;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.f16{
	font-size: 16px;
}
.f12{
	font-size: 12px;
}
.w-70{
	width: 70%;
	margin: 0 auto;
}
.w-80{
	width: 80%;
	margin: 0 auto;
}
.w-90{
	width: 90%;
	margin: 0 auto;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset,
iframe {
	border: 0 none
}

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

em,
address {
	font-style: normal
}

img,
input,
select,
textarea {
	vertical-align: middle
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	color: inherit;
	text-decoration: none
}

button,
label {
	cursor: pointer;
}

button {
	background: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit
}

button img {
	left: -3px;
	left: auto
}

html:first-child select {
	height: 20px;
	padding-right: 6px
}

option {
	padding-right: 6px
}

textarea {
	overflow: auto;
	margin: -1px 0;
	padding-right: 1px
}

.blind,
legend,
caption {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

blockquote,
q {
	quotes: none;
}

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

hr {
	display: none
}

legend {
	width: 0
}

:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0
}

caption {
	line-height: 0
}

sub {
	font-size: 10px;
}

.clear:after {
	clear: both;
	content: '';
	display: block;
}

.boxshadow {
	transition: all 0.3s ease;
}

.boxshadow:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.betweenflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flex-box{
	display: flex;
}
.white{
	color: #fff !important;
}
.border-4{
	border-radius: 4px;
	overflow: hidden;
}
.border-6{
	border-radius: 6px;
	overflow: hidden;
}
.border-8{
	border-radius: 8px;
	overflow: hidden;
}
.border-10{
	border-radius: 10x;
	overflow: hidden;
}
.border-15{
	border-radius: 15px;
	overflow: hidden;
}
.border-20{
	border-radius: 20px;
	overflow: hidden;
}
.pt100{
	padding: 100px 0;
}
.w-50{
	width: 50%;
}
i{
	font-style: normal;
}

/* 通用处理多行文字溢出代码 */
/* 一行 */
.text-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.text-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.text-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.w-90 {
	width: 90%;
	margin: 0 auto;
}

.fullscreen {
	width: 100%;
	height: 100vh;
}

.container {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.container-big {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Poppins-Bold.ttf);
}

body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 300;
}