.aa_xzb_img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.aa_xzb_user_info{
	width: 7.2rem;
	height: 5.75rem;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.aa_xzb_listen_title .aa_xzb_listen_title_tit{
	display: block;
	font-size: 0.36rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: -0.13rem;
}
.aa_xzb_listen_title .aa_xzb_listen_title_line{
	display: block;
	width:2.1rem;
	height:0.2rem;
	background:linear-gradient(0deg,rgba(255,129,38,1) 0%,rgba(255,181,77,1) 100%);
	margin: 0 auto;
}
.aa_user_info_ipt{
	margin: 0 auto;
	width:6.6rem;
	height:0.8rem;
	border:0.02rem solid rgba(153,153,153,1);
}
.aa_user_info_ipt span{
	float: left;
	width: 1.83rem;
	height: 0.8rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	text-indent: 0.25rem;
	line-height: 0.8rem;
}
.aa_user_info_ipt input{
	float: right;
	background: none;
	border: none;
	outline: none;
	width: 4.17rem;
	height: 0.8rem;
	font-size: 0.28rem;
	color: #333333;
}
.aa_rightnow_receive{
	margin: 0 auto;
	width:6.6rem;
	height:0.8rem;
	border-radius:0.1rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.aa_rightnow_receive_selected{
	background:linear-gradient(90deg,rgba(255,129,38,1) 0%,rgba(255,181,77,1) 100%);
}
.aa_xzb_ercode_img{
	margin: 0 auto;
	width: 2.6rem;
	height: 2.6rem;
}
.aa_xzb_ercode_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.aa_xzb_ercode_tit{
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.3rem;
	color: #000000;
}

/* 提示文字 */
.aa_xzb_tit_box{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
	align-items: center;
	justify-content: center;
}
.aa_xzb_tit{
	padding: 0.2rem;
	background: rgba(0,0,0,0.4);
	font-size: 0.28rem;
	color: #FFFFFF;
	border-radius: 0.1rem;
	text-align: center;
}