.LEFTS {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	display: none;
}

.LEFT {
	width: 65%;
	height: 100%;
	box-sizing: border-box;
	background: #333333;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding: 0.25rem;
	overflow-y: scroll;
	position: absolute;
	left: 0;
	top: 0;
}

.left1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.3rem;
}

.left1 img {
	width: 2.15rem;
	display: block;
}

.left1-cls {
	font-size: 0.46rem;
	color: rgba(255, 255, 255, 0.8);
}

.left2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	width: 100%;
	padding: 0.2rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.left2_1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left2 span {
	font-size: 0.24rem;
	color: white;
}

.left2 img {
	height: 0.3rem;
}

.left3 {
	width: 100%;
	text-align: left;
	margin-top: 0.55rem;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.left3_1 {
	width: 100%;
	font-size: 0.24rem;
	color: white;
}

.left3_2 {
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0.34rem;
	color: #34BA89;
}

.left3_3 {
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0.2rem;
	color: #999999;
}

.left3_4 {
	width: 2rem;
	padding: 0.2rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	background: #34BA89;
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left3_4 img {
	height: 0.35rem;
	margin-right: 0.1rem;
}

.left3_4 span {
	font-size: 0.2rem;
	color: white;
}

.left4 {
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	background-image: url(../image/img_34.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0.7rem;
	margin-left: 0.3rem;
	position: relative;
}

.left4 img {
	width: 80%;
	height: 80%;
	margin-top: 10%;
}

.left4_1 {
	width: 80%;
	font-size: 0.2rem;
	text-align: center;
	color: #999999;
	position: absolute;
	left: 10%;
	bottom: -0.1rem;
}
.left5{
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	    padding-right: 0.2rem;
		margin-top: 0.6rem;
		color: rgba(255,255,255,0.6);
		font-size: 0.2rem;
}
.left5 div{
	margin-top: 0.2rem;
	line-height: 0.5rem;
}
.left5 div a{
	color: rgba(255,255,255,0.6);
}
.le-erji{
	width: 100%;
	    padding-left: 0.2rem;
		padding-right: 0.2rem;
		box-sizing: border-box;
		display: none;
}
.le-er{
	width: 100%;
	margin-top: 0.2rem;
	    color: #999999;
		font-size: 0.24rem;
		display: block;
}
.le-er:last-child{
	border-bottom: 0;
}