
.banner{
	position: relative;
	padding: 5px 0px 0px 0px;
	width: 100%;
	background-image: url(../img/banner/walletBg.png);
	background-position: center;
	background-size: cover;
}
.user_head{
	text-align: center;
	width: 40%;
	margin: 0px auto 10px auto;
}
.data_time{
	color: #FFFFFF;
	font-size: 1.2em;
}
.data_time span{
	vertical-align: middle;
}
.data_time img{
	vertical-align: middle;
	width:10%;
}
.head_img{
	width: 35%;
	margin: 5px auto;
}
.balance span{
	color: #FFFFFF;
}
.balance span:first-child{
	font-size: 1.1em;
	display: block;
}
.balance span:last-child{
	font-size: 1.5em;
	display: block;
}
.float{
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0px 5px;
	position: absolute;
}
.ruzhang{

	background-color: #F93839;
	top: 10%;
	left: 5%;
}
.chongzhi{
	background-color: #35b7f3;
	top: 60%;
	left: 5%;
}
.tuikuan{
	background-color: #f08229;
	top: 15%;
	right: 5%;
}
.chuzhang{
	background-color: #23b988;
	top: 50%;
	right: 5%;
}
.opt_list{
	line-height: 35px;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0px;
	width: 100%;
}
.opt_list a{
	display: inline-block;
	width: 100%;
	color: #232326 !important;
}
.opt_list span{
	display: inline-block;
	vertical-align: middle;
}
.opt_list img{
	vertical-align: middle;
}
.opt_list img:first-child{
	margin: 0px 15px;
	width: 7%;
}
.opt_list img:last-child{
	margin: 8px 20px;
	width: 10px;
}
.line{
	width: 100%;
	height: 10px;
	background-color: #F1F1F1;
}
.top_up {
	padding: 6% 0px;
	text-align: center;
}
.top_up span,.top_up input{
	
	display: block;
}
.top_up input{
	outline-color: #F93839;
	padding: 0px 5px;
    height: 35px;
    border: 1px solid #999999;
    border-radius: 4px;
    width: 80%;
    margin: 0px auto 25px auto;
}
.top_up span{
	padding: 6px 0px;
    color: #FFFFFF;
    width: 80%;
    margin: 10px auto;
    background-color: #F93839;
    border-radius: 4px;
}
.top_up span:hover{
	background-color: #FFFFFF;
	color: #F93839;
	border:1px solid #F93839;
	box-shadow: 0px 0px 1px #F93839;
	transition: all 0.5s ;
	-webkit-transition:all 0.5s ;
}
.top_up span:active{
	background-color: #FFFFFF;
	color: #F93839;
	border:1px solid #F93839;
	box-shadow: 0px 0px 1px #F93839;
	transition: all 1s;
	-webkit-transition:all 1s ;
}
#modalPay .am-modal-actions-group{
	margin: 0px !important;
}
#modalPay .modal_title{
	font-size: 1.1em;
	line-height: 50px;
}
.pay_way{
	padding: 10px;
}
.pay_way [class*=am-u-]{
	padding: 0px !important;
}
.pay_way img{
	margin-top: 5px;
	width: 60%;
	max-width: 40px;
	border-radius: 1000px;
}
.pay_way .am-u-sm-8 span{
	text-align: left;
	display: block;
}
.pay_way .am-u-sm-8 span:first-child{
	font-size: 1em;
	color: #232326;
}
.pay_way .am-u-sm-18 span:last-child{
	font-size: 0.8em;
	color: #666666;
}
.checkbox{
	color: #F93839 !important;
}
.checkbox{
	margin: 10px 5px;
    vertical-align: middle;
	display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/icon/checkbox.png);
    background-position: -1% 10%;
    background-size: cover;
}
.uncheck{
	background-position: 100% 0%;
}
.am-btn-secondary{
	background-color: #F93839 !important;
	border-color: #F93836 !important;
}
.all_detail ul {
	background-image: url(../img/banner/all_detail_bg.png);
	background-repeat: repeat;
	background-size: cover;
	/*background-color: #000000;
	opacity: 0.2;*/
}
.all_detail ul li{
	padding: 8px 0px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}
.all_detail ul li:nth-child(2){
	border-right: 1px solid #F93839;
    border-left: 1px solid #F93839;
}
.all_detail ul li span{
	display: block;
}
.all_detail ul li .timer{
	display: inline-block;
}
.data_time_modal{
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	left: 0px;
}
.am-datepicker{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.am-datepicker-old{
	color: #555 !important;
}
.am-datepicker td span.am-active{
	background-color: #DCDCDC !important;
	color: #F93839 !important;
}
.am-datepicker-next-icon:hover, .am-datepicker-prev-icon:hover, .am-datepicker-select:hover{
	background-color: #F93839 !important;
	color: #FFFFFF !important;
}
.am-datepicker td span:hover{
	background-color: #FFFFFF !important;
}
/*账目明细*/
.all_dt{
	width: 100%;
	padding: 10px 0.5%;
	background-color: #F1F1F1;
}
.all_dt span{
	border-right: 1px solid #D7D7D7;
	font-size: 1.1em;
	width: 32.5%;
	display: inline-block;
	text-align: center;
	color: #99999;
}
.all_dt span:last-child{
	border: none !important;
}
.accounts_list a{
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 15px;
    width: 100%;
    display: block;
    color: #232326 !important;
}
.accounts_list div{
	vertical-align: middle;
	
	display: inline-block;
}
.accounts_list .opt_left{
	width: 70%;
}
.accounts_list .opt_right{
	text-align: right;
	width: 25%;
}
.accounts_list .opt_left span{
	display: block;
}
.accounts_list .opt_left span:first-child{
	font-size: 1.1em;
}
.accounts_list .opt_left span:last-child{
	color: #999999;
}
.accounts_list .opt_right{
	color:#666666;
    font-size: 1.3em;
	text-align: right;
}

/*账目明细2*/
.dt_num{
	padding: 10px;
}
.dt_num span{
	display: block;
}
.dt_num span:first-child{
	text-align: left;
}
.dt_num span:last-child{
	text-align: center;
	font-size: 4em;
}
.accounts_dt2 .opt_left{

	width: 38% !important;
}
.accounts_dt2 .opt_left span{
		color: #232326 !important;
}
.accounts_dt2 .opt_right {
	width: 60% !important;
	font-size: 1em !important;
}

/*充值成功 or 充值失败*/
.type_banner{
	    font-size: 1.1em;
	text-align: center;
}
.type_banner a{
	color: #666666 !important;
}
.type_banner img{
	width: 35%;
	margin: 30px auto;
}
.type_banner span{
	display: block;
}
.type_banner span:first-child{
	font-size: 1.2em !important;
	color: #232326;
}
.type_banner span:last-child{
	color: #999999;
}
.am-datepicker tr.am-datepicker-header{
	background-color: #F93839 !important;
}


