* {
	margin: 0;
	padding: 0;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	border: 0;
	border: none;
}

a {
	text-decoration: none;
}

body {
	/* background: #F7F7F7; */
}

li {
	list-style: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	border: none;
}

textarea {
	outline: none;
	-webkit-appearance: none;
}

input::input-placeholder {
	/* color: red;
	font-size: 0.26rem; */
}

select {
	outline: none;
	border: 0;
	border: none;
}

::-webkit-input-placeholder {
	color: #9E9DAC;
	line-height: .4rem;
}

:-moz-placeholder {
	color: #9E9DAC;
	line-height: .4rem;
}

::-moz-placeholder {
	color: #9E9DAC;
	line-height: .4rem;
}

:-ms-input-placeholder {
	color: #9E9DAC;
	line-height: .4rem;
	/* font-size: 0.3rem; */
}

textarea {
	border: 0;
	border: none;
	outline: none;
	resize: none
}


/* 弹层 */
#hintBox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
	color: #fff;
	padding: 0.2rem 0.2rem;
	border-radius: 0.16rem;
	display: none;
	font-size: 0.3rem;
	font-family: PingFang SC;
	color: #FFFFFF;
	/* height: 0.3rem;
	line-height: 0.3rem; */
}

.hintBoxTxt {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
	color: #fff;
	padding: 0.2rem 0.2rem;
	border-radius: 0.16rem;
	font-size: 0.3rem;
	color: #FFFFFF;
	word-break: break-all;
	/* height: 0.3rem;
	line-height: 0.3rem; */
}



#null {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 3.31rem;
	height: 3.05rem;
	margin-left: -1.65rem;
	margin-top: -1.9rem;
}


.noMore {
	font-size: .3rem;
	color: #999;
	text-align: center;
}


/* 整体页面遮罩层 */
.banBg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 9;
	opacity: 0;
	display: none;
}

.flex {
	flex: 1;
}


.widthPer {
	width: 100%;
}

.padding-top10 {
	padding-top: 0.1rem;
}

.padding-top20 {
	padding-top: 0.2rem;
}

.padding-top30 {
	padding-top: 0.3rem;
}

.padding-top40 {
	padding-top: 0.4rem;
}

.margin-top10 {
	margin-top: 0.1rem;
}

.margin-top20 {
	margin-top: 0.2rem;
}

.margin-top30 {
	margin-top: 0.3rem;
}

.margin-top40 {
	margin-top: 0.4rem;
}

.margin-top50 {
	margin-top: 0.5rem;
}

.margin-bottom10 {
	margin-bottom: 0.1rem;
}

.margin-bottom20 {
	margin-bottom: 0.2rem;
}

.margin-bottom30 {
	margin-bottom: 0.3rem;
}

.margin-bottom40 {
	margin-bottom: 0.4rem;
}

.margin-bottom50 {
	margin-bottom: 0.5rem;
}

.margin-bottom60 {
	margin-bottom: 0.6rem;
}


.margin-top60 {
	margin-top: 0.6rem;
}

.margin-left10 {
	margin-left: 0.1rem;
}

.margin-left20 {
	margin-left: 0.2rem;
}

.margin-left30 {
	margin-left: 0.3rem;
}

.margin-left40 {
	margin-left: 0.4rem;
}

.margin-left50 {
	margin-left: 0.5rem;
}

.margin-left60 {
	margin-left: 0.6rem;
}

.margin-right10 {
	margin-right: 0.1rem;
}

.margin-right20 {
	margin-right: 0.2rem;
}

.margin-right30 {
	margin-right: 0.3rem;
}

.margin-right40 {
	margin-right: 0.4rem;
}

.margin-right50 {
	margin-right: 0.5rem;
}

.margin-right60 {
	margin-right: 0.6rem;
}

.margin-right70 {
	margin-right: 0.7rem;
}



.row-me {
	display: flex;
	flex-direction: row;
}

.row-center {
	align-items: center;
}

.column-me {
	display: flex;
	flex-direction: column;
}

.column-center {
	justify-content: center;
}

.center-all {
	justify-content: center;
	align-items: center;
}



.flex-wrap {
	flex-wrap: wrap;
}

.flex-sb {
	display: flex;
	justify-content: space-between;
}

.flex-end {
	justify-content: flex-end;
	align-items: flex-end;
}

.flex-end1 {
	justify-content: flex-end;
}

.flex-end2 {
	align-items: flex-end;
}

.flex-line {
	align-items: flex-end;
}

.space-between {
	justify-content: space-between;
}

.font-bold {
	font-weight: bold;
}

.text-right {
	text-align: right;
}






.line1 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.line2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.line3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.line4 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.line5 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}