html,
body * {
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0;
	margin: 0;

}

/* reset */
html {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	word-break: break-all;
	word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
button,
input,
form,
iframe {
	margin: 0;
	padding: 0;
	border: 0 none
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
	font-weight: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
p,
span,
a,
li {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	display: block;
	font-size: 100%;
	line-height: 100%;
	outline: 0 none;
	color: inherit;
	text-decoration: none;
	width: auto;
	background-color: transparent;
}

input[type=text] {
	line-height: 2;
	overflow: hidden
}

input:-internal-autofill-selected {
	background: none !important
}

a {
	font-size: inherit;
	line-height: inherit
}

a,
a:link {
	text-decoration: none
}

a:active,
a:visited,
a:hover {
	color: inherit;
	text-decoration: none
}

a:active,
a:focus {
	outline: 0 none
}

button,
input[type=file],
input[type=button],
input[type=submit],
input[type=reset],
a {
	cursor: pointer
}

button,
input,
a,
a:active,
a:visited,
a:hover {
	background-color: transparent
}

ol,
ul {
	padding: 0;
	list-style: none
}

li {
	line-height: inherit
}

img {
	vertical-align: middle
}

canvas {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #999;
	margin: auto;
	padding: 0
}

form,
iframe {
	display: block
}

html,
body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

text {
	font-size: 28rpx;
	font-weight: 500;
	color: #333;
}

.flex1 {
	flex: 1;
}

.flexnone {
	flex: none;
}

.wrap {
	flex-wrap: wrap;
}

.bold {
	font-weight: bold;
}




.bg-white {
	background-color: #FFFFFF;
}

.bg-blue {
	background-color: #2656E1;
}



.text_fff {
	color: #fff;
}

.text_white {
	color: #FFFFFF;
}

.text_red {
	color: #ED1F19;
}

.text_333 {
	color: #333;
}

.text_666 {
	color: #666666;
}

.text_999 {
	color: #999999;
}

.xxxl {
	font-size: 38rpx;
}

.xxl {
	font-size: 36rpx;
}

.xl {
	font-size: 34rpx;
}

.lg {
	font-size: 32rpx;
}

.md {
	font-size: 30rpx;
}

.nr {
	font-size: 28rpx;
}

.sm {
	font-size: 26rpx;
}

.xs {
	font-size: 24rpx;
}

.xxs {
	font-size: 22rpx;
}

.p-0-30 {
	padding: 0 30rpx;
}


.ml5 {
	margin-left: 5rpx;
}

.ml10 {
	margin-left: 10rpx;
}

.ml15 {
	margin-left: 15rpx;
}

.ml20 {
	margin-left: 20rpx;
}

.ml25 {
	margin-left: 25rpx;
}

.ml30 {
	margin-left: 30rpx;
}

.ml35 {
	margin-left: 35rpx;
}

.ml40 {
	margin-left: 40rpx;
}

.mr5 {
	margin-right: 5rpx;
}

.mr10 {
	margin-right: 10rpx;
}

.mr20 {
	margin-right: 20rpx;
}

.mr30 {
	margin-right: 30rpx;
}

.mt5 {
	margin-top: 5rpx;
}

.mt10 {
	margin-top: 10rpx;
}

.mt15 {
	margin-top: 15rpx;
}

.mt20 {
	margin-top: 20rpx;
}

.mt25 {
	margin-top: 25rpx;
}

.mt30 {
	margin-top: 30rpx;
}

.mt35 {
	margin-top: 35rpx;
}


.mt40 {
	margin-top: 40rpx;
}

.mt50 {
	margin-top: 50rpx;
}

.mb5 {
	margin-bottom: 5rpx;
}

.mb10 {
	margin-bottom: 10rpx;
}

.mb20 {
	margin-bottom: 20rpx;
}

.mb25 {
	margin-bottom: 25rpx;
}

.mb30 {
	margin-bottom: 30rpx;
}

.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.row {
	display: flex;
	align-items: center;
}

.row-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.row-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.row-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.column-around {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-around;
}

.column-end {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.column-between {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}




.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line2 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.line-through {
	text-decoration: line-through;
}



.br60 {
	border-radius: 60rpx;
}

.br25 {
	border-radius: 25rpx;
}

.br20 {
	border-radius: 20rpx;
}




::-webkit-scrollbar {
	/* width: 0;
	height: 0;
	color: transparent; */
}