
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
img {
	display: block;
	line-height: 0;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
.w-1020px {
	width: 1020px;
}
.w-1200px {
	width: 1200px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.font-bold {
	font-weight: bold;
}
.bg-white {
	background-color: #fff;
}
.text-white {
	color: #fff;
}
.text-ora-ffa {
	color: #ffaf02;
}
.text-gray-3d3 {
	color: #3d3d3d;
}
.text-gray-666 {
	color: #666;
}
.text-gray-9d9 {
	color: #9d9d9d;
}
.text-gray-6f6 {
	color: #6f6f6f;
}
.text-gray-9f9 {
	color: #9f9f9f;
}
.text-36 {
	font-size: 36px;
}
.text-32 {
	font-size: 32px;
}
.text-30 {
	font-size: 30px;
}
.text-28 {
	font-size: 28px;
}
.text-26 {
	font-size: 26px;
}
.text-24 {
	font-size: 24px;
}
.text-20 {
	font-size: 20px;
}
.text-18 {
	font-size: 18px;
}
.text-16 {
	font-size: 16px;
}
.text-14 {
	font-size: 14px;
}
.text-12 {
	font-size: 14px;
}
.text-10 {
	font-size: 10px;
}
.text-26 {
	font-size: 26px;
}
.line-1 {
	line-height: 1;
}
.line-18 {
	line-height: 18px;
}
.flexs,
.flex {
	display: flex;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-end {
	align-items: flex-end;
}
.items-start {
	align-items: flex-start;
}
.justify-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: end;
}
.justify-around {
	justify-content: space-around;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.pointer {
	cursor: pointer;
}
.mb-4px {
	margin-bottom: 4px;
}
.mb-8px {
	margin-bottom: 8px;
}
.mb-10px {
	margin-bottom: 10px;
}
.mb-12px {
	margin-bottom: 12px;
}
.mb-20px {
	margin-bottom: 20px;
}
.mb-30px {
	margin-bottom: 30px;
}
.mb-16px {
	margin-bottom: 16px;
}
.mt-20px {
	margin-top: 10px;
}
.pb-20px {
	padding-bottom: 20px;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.hiddens {
	display: none;
}
.pc-hidden {
	display: none;
}
.bg-100 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.border-8 {
	border-radius: 8px;
}
.border-4 {
	border-radius: 4px;
}

/*移动端样式*/
/* @media screen and (max-width: 750px) {
	.w-1200px {
		width: 90%;
	}
	.m-hidden {
		display: none;
	}
	.flex {
		display: block;
	}
	.pc-hidden {
		display: block;
	}
} */