<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body * {
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0;
	margin: 0;

}
.lazy-background {
	/*width: 100%;*/
	/*height: 400px; !* 璁剧疆瀹瑰櫒鐨勯珮搴︼紝鏍规嵁瀹為檯闇€姹傝皟鏁� *!*/
	/*background-size: cover;*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*position: relative;*/
	/*background-color: #ccc; !* 璁剧疆鍗犱綅棰滆壊锛屽彲浠ユ牴鎹渶瑕佽皟鏁� *!*/
}
body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

a {
	text-decoration: none
}

.bg-F5F5F5 {
	background-color: #F5F5F5;
}


.color-fff {
	color: #fff;
}
.color-999 {
	color: #999;
}
.color-999 {
	color: #666;
}
.color-010101{
	color: #010101 !important;
}
.color-AAA{
	color: #AAAAAA !important;
}
.color-CCC{
	color: #CCCCCC !important;
}
.color-111{
	color: #111111 !important;
}
.color-222{
	color: #222222 !important;
}
.color-333{
	color: #333333 !important;
}
.color-666{
	color: #666666 !important;
}
.color-777{
	color: #777777 !important;
}
.color-888{
	color: #888888 !important;
}
/**
 * 瀛椾綋鍔犵矖
 */
.f-w-b{
	font-weight: bold !important;
}
.t-underline{
	text-decoration:underline !important;
}
.talign-r{
	text-align: right !important;
}
.talign-l{
	text-align: left !important;
}
.talign-c{
	text-align: center !important;
}



/* flex */
.m-flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.m-flex-column {
	display: flex;
	flex-direction: column;
}

.m-flex-align-center {
	align-items: center;
}

.m-flex-align-end {
	align-items: flex-end;
}

.m-flex-align-start {
	align-items: flex-start;
}

.m-flex-justify-center {
	justify-content: center;
}

.m-flex-justify-around {
	justify-content: space-between;
}

.m-flex-justify-between {
	justify-content: space-between;
}

.m-flex-justify-end {
	justify-content: flex-end;
}

.m-facjc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-facjb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-facja {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.m-fjc {
	display: flex;
	justify-content: center;
}

.m-fjb {
	display: flex;
	justify-content: space-between;
}

.m-fja {
	display: flex;
	justify-content: space-around;
}

.m-fje {
	display: flex;
	justify-content: flex-end;
}

.m-fac {
	display: flex;
	align-items: center;
}

.m-fae {
	display: flex;
	align-items: flex-end;
}

.m-fc {
	display: flex;
	flex-direction: column;
}

.m-fccc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.m-fcacjb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.m-fcacja {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.m-fcjb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.m-fwrap {
	display: flex;
	flex-wrap: wrap;
}

.fsize-10 {
	font-size: 10px;
}

.fsize-11 {
	font-size: 11px;
}

.fsize-12 {
	font-size: 12px;
}

.fsize-13 {
	font-size: 13px;
}

.fsize-14 {
	font-size: 14px;
}

.fsize-15 {
	font-size: 15px;
}

.fsize-16 {
	font-size: 16px;
}

.fsize-17 {
	font-size: 17px;
}

.fsize-18 {
	font-size: 18px;
}

.fsize-19 {
	font-size: 19px;
}

.fsize-20 {
	font-size: 20px;
}
.fsize-26 {
	font-size: 26px;
}
.fsize-24 {
	font-size: 24px;
}

.fsize-30 {
	font-size: 30px;
}
.fsize-32 {
	font-size: 32px;
}

.fsize-40 {
	font-size: 40px;
}
.fsize-46 {
	font-size: 46px;
}
.fsize-64 {
	font-size: 64px;
}

.b-radius-50{
	border-radius: 50%;
}
.line-height-31{
	line-height: 31px;
}
.line-height-38{
	line-height: 38px;
}

.line-height-28{
	line-height: 28px;
}.line-height-20{
	line-height: 20px;
}
.cursor-pointer{
	 cursor: pointer;
}

.m-mt-5{
	margin-top: 5px;
}
.m-mt-25{
	margin-top: 25px;
}

</pre></body></html>