* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	color: #333;
	font-size: 0.72917vw;
	background-color: #fff;
	-ms-overflow-style: none
}

input,button,select {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
}

select::-ms-expand {
	display: none
}

li {
	list-style: none
}

button {
	border: none;
	outline: none
}

a {
	text-decoration: none
}

.hide {
	visibility: hidden
}

.bold {
	font-weight: bold
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	content: ".";
	visibility: hidden
}

.center {
	text-align: center
}

.left {
	text-align: left
}

.right {
	text-align: right !important
}

.clearfix {
	zoom: 1
}

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

.theme-bg {
	background-color: #00A0E8 !important;
	color: #fff !important
}

.theme-text {
	color: #0093E5 !important
}

.assist-bg {
	background-color: #00a0e9
}

.assist-text {
	color: #00a0e9
}

.bg-fafafa {
	background-color: #fafafa !important
}

.bg-f1f1f1 {
	background-color: #f1f1f1
}

.bg-f2f2f2 {
	background-color: #f2f2f2
}

.bg-f6f6f6 {
	background-color: #f6f6f6
}

.bg-ecf4ff {
	background-color: #ecf4ff
}

.bg-fff {
	background-color: #fff
}

.text-999 {
	color: #999 !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-t-10 {
	margin-top: 0.52083vw
}

.m-t-20 {
	margin-top: 1.04167vw
}

.m-t-30 {
	margin-top: 1.5625vw
}

.m-t-40 {
	margin-top: 2.08333vw
}

.m-t-50 {
	margin-top: 2.60417vw
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-b-20 {
	margin-bottom: 1.04167vw !important
}

.m-b-30 {
	margin-bottom: 1.5625vw !important
}

.m-b-40 {
	margin-bottom: 2.08333vw !important
}

.m-b-50 {
	margin-bottom: 2.60417vw !important
}

.m-b-70 {
	margin-bottom: 3.64583vw !important
}

.m-b-80 {
	margin-bottom: 4.16667vw !important
}

.m-b-150 {
	margin-bottom: 7.8125vw !important
}

.m-l-20 {
	margin-left: 1.04167vw !important
}

.m-l-37 {
	margin-left: 1.92708vw
}

.m-l-40 {
	margin-left: 2.08333vw
}

.m-r-70 {
	margin-right: 3.64583vw !important
}

.p-l-30 {
	padding-left: 1.5625vw !important
}

.p-l-20 {
	padding-left: 1.04167vw !important
}

.p-r-20 {
	padding-right: 1.04167vw
}

.p-r-40 {
	padding-right: 2.08333vw
}

.p-t-20 {
	padding-top: 1.04167vw !important
}

.p-t-50 {
	padding-top: 2.60417vw
}

.p-t-70 {
	padding-top: 3.64583vw
}

.p-b-80 {
	padding-bottom: 4.16667vw
}

.p-b-0 {
	padding-bottom: 0 !important
}

.clickColor {
	color: #0093E5 !important
}

::-webkit-scrollbar {
	width: 0.36458vw;
	height: 0.52083vw;
	background: rgba(255,255,255,0.6)
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 0;
	border-radius: 0
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(102,102,102,0.4);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-border-radius: 0.52083vw;
	border-radius: 0.52083vw
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(95,95,95,0.6)
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

@media screen and (max-width: 1920px) {
	* {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word
	}

	body {
		font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
		color: #333;
		font-size: 14px;
		background-color: #fff
	}

	input,button,select {
		font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
	}

	select::-ms-expand {
		display: none
	}

	li {
		list-style: none
	}

	button {
		border: none;
		outline: none
	}

	a {
		text-decoration: none
	}

	.hide {
		visibility: hidden
	}

	.bold {
		font-weight: bold
	}

	.clearfix:after {
		clear: both;
		display: block;
		height: 0;
		font-size: 0;
		content: ".";
		visibility: hidden
	}

	.center {
		text-align: center
	}

	.left {
		text-align: left
	}

	.right {
		text-align: right !important
	}

	.clearfix {
		zoom: 1
	}

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

	.theme-bg {
		background-color: #00A0E8 !important;
		color: #fff !important
	}

	.theme-text {
		color: #0093E5 !important
	}

	.assist-bg {
		background-color: #00a0e9
	}

	.assist-text {
		color: #00a0e9
	}

	.bg-fafafa {
		background-color: #fafafa !important
	}

	.bg-f1f1f1 {
		background-color: #f1f1f1
	}

	.bg-f2f2f2 {
		background-color: #f2f2f2
	}

	.bg-f6f6f6 {
		background-color: #f6f6f6
	}

	.bg-ecf4ff {
		background-color: #ecf4ff
	}

	.bg-fff {
		background-color: #fff
	}

	.text-999 {
		color: #999 !important
	}

	.m-t-0 {
		margin-top: 0 !important
	}

	.m-t-10 {
		margin-top: 10px
	}

	.m-t-20 {
		margin-top: 20px
	}

	.m-t-30 {
		margin-top: 30px
	}

	.m-t-40 {
		margin-top: 40px
	}

	.m-t-50 {
		margin-top: 50px
	}

	.m-b-0 {
		margin-bottom: 0 !important
	}

	.m-b-20 {
		margin-bottom: 20px !important
	}

	.m-b-30 {
		margin-bottom: 30px !important
	}

	.m-b-40 {
		margin-bottom: 40px !important
	}

	.m-b-50 {
		margin-bottom: 50px !important
	}

	.m-b-70 {
		margin-bottom: 70px !important
	}

	.m-b-80 {
		margin-bottom: 80px !important
	}

	.m-b-150 {
		margin-bottom: 150px !important
	}

	.m-l-20 {
		margin-left: 20px !important
	}

	.m-l-37 {
		margin-left: 37px
	}

	.m-l-40 {
		margin-left: 40px
	}

	.m-r-70 {
		margin-right: 70px !important
	}

	.p-l-30 {
		padding-left: 30px !important
	}

	.p-l-20 {
		padding-left: 20px !important
	}

	.p-r-20 {
		padding-right: 20px
	}

	.p-r-40 {
		padding-right: 40px
	}

	.p-t-20 {
		padding-top: 20px !important
	}

	.p-t-50 {
		padding-top: 50px
	}

	.p-t-70 {
		padding-top: 70px
	}

	.p-b-80 {
		padding-bottom: 80px
	}

	.p-b-0 {
		padding-bottom: 0 !important
	}

	.clickColor {
		color: #0093E5 !important
	}

	::-webkit-scrollbar {
		width: 7px;
		height: 10px;
		background: rgba(255,255,255,0.6)
	}

	::-webkit-scrollbar-track {
		-webkit-border-radius: 0;
		border-radius: 0
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: rgba(102,102,102,0.4);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-border-radius: 10px;
		border-radius: 10px
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(95,95,95,0.6)
	}

	::-webkit-input-placeholder {
		color: #999
	}

	:-moz-placeholder {
		color: #999
	}

	::-moz-placeholder {
		color: #999
	}

	:-ms-input-placeholder {
		color: #999
	}

	input::-ms-clear {
		display: none
	}

	input::-ms-reveal {
		display: none
	}
}
