.main li{
	display: flex;
	height: 1.02rem;
	align-items: center;
	border-top: .01rem solid #e3e3e3;
	border-bottom: .01rem solid #e3e3e3;
	padding-left: .3rem;
	padding-right: .3rem;
	position: relative;
	margin-top: -.1rem;
	background: #fff;
}
.content{
	font-size: .34rem;
	color: #333;
}
.right{
	position: absolute;
	right: .3rem;
	color: #fc7e00;
	font-size: .34rem;
	width: .2rem;
	
}
.toward_right{
	width: .3rem;
}
.main li:nth-of-type(1) .right span{
	display: block;
	width: 1.2rem;
	position: absolute;
	right: .28rem;
	top:-.05rem;
}
.qr_code{
	width: .3rem;
	position: absolute;
	top: 0.04rem;
	right: .4rem;
}
.main li:nth-of-type(1),.main li:nth-of-type(3),.main li:nth-of-type(6){
	margin-top: .28rem;
}
.log_out{
	margin: 4%;
	text-align: center;
	height: .88rem;
	line-height: .88rem;
	color: #f00;
	font-size: .32rem;
	background: #fff;
}
