@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-12-29 13:35:30
 * @version $Id$
 */
/*swiper翻页滚动*/
.swiper-pagination {
	height: 30px!important;
}
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 8.4rem;
	left: 0;
}
.swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.3rem;
}
.swiper-pagination-bullet-active {
	background: #999;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.12rem;
}
/*储值卡*/
.swiper-slide header {
	width: 13.5rem;
	height: 8.15rem;
	background: -webkit-linear-gradient(top, #e04a44, #d0403a);
	background: linear-gradient(top, #e04a44, #d0403a);
	margin: 0.4rem auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
header .va_htop, header .va_hbottom {
	width: 100%;
	height: 4.075rem;
}
header .va_htop>div {
	margin: 0.65rem 0;
}
header .va_htop>div:first-child {
	width: 80%;
}
header .va_htop>div:first-child p {
	color: #fff;
	font-size: 0.6rem;
	margin-left: 0.75rem;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
header .va_htop>div:last-child {
	width: 1.6rem;
}
header .va_htop>div:last-child img {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
}
header .va_hbottom{
	position: relative;
}
header .va_hbottom>div {
	width: 50%;
}
header .va_hbottom>div:first-child p {
	color: #fff;
	font-size: 0.65rem;
	text-align: left;
	margin-left: 0.75rem;
	margin-top: 2.6rem;
}
header .va_hbottom>div:last-child p {
	font-size: 2.6rem;
	font-weight: bold;
	color: rgba(255,255,255,0.05);
	/* height: 4.075rem; */
	/* margin-top:1rem; */
	position: absolute;
	bottom:-0.5rem;
	right:0;
}
article {
	margin-top: 1.3rem;
}
article .va_ainfo {
	width: 100%;
	background-color: #fff;
	padding: 0.7rem 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.va_ainfo .va_anum {
	width: 60%;
}
.va_ainfo .va_anum p {
	color: #333;
	font-size: 0.55rem;
}
.va_ainfo .va_anum p em {
	display: block;
	color: #ff4965;
	margin-bottom: 0.1rem;
}
.va_ainfo .va_anum>div {
	width: 50%;
	text-align: center;
}
.va_ainfo .va_anum p span {
	display: block;
}
.va_ainfo .va_arecharge {
	width: 40%;
	text-align: right;
}
.va_arecharge button {
	border: 1px solid #ff6d84;
	font-size: 0.58rem;
	padding: 0.2rem 0.65rem;
	color: #ff6d84;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: 0.1rem;
	margin-right: 0.9rem;
}
.va_arecharge button:active {
	background-color: #ff6d84;
	color: #fff;
}
article .va_items {
	margin-top: 0.4rem;
}
.va_items>div>p {
	background-color: #fff;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.62rem;
	color: #333;
}
.va_items>div>p em {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/value_card_mark.png) no-repeat;
	background-size: 2.25rem 0.75rem;
	vertical-align: middle;
	margin-left: 0.95rem;
}
.va_items>div>p.va_arun em {
	background-position: -1.5rem 0;
}
.va_items>div>p.va_aindex em {
	background-position: 0 0;
}
.va_items>div>p.va_adetail em {
	background-position: -0.75rem 0;
}
.va_items>div>p span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.75rem;
	width: 75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.va_items>div>p i {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/arrow.png) no-repeat;
	background-size: 1.2rem 0.6rem;
	background-position: 0 0;
	vertical-align: middle;
}
.va_items>div>p i.current {
	background-position: -0.6rem 0;
}
.va_items>div>div>p {
	font-size: 0.6rem;
	color: #333;
	line-height: 1rem;
	text-indent: 1rem;
	padding: 0.3rem;
}
 .va_items>div .active_inner {
	background: #eee url(../images/line_img.png) repeat-y 5.9rem center;
	padding: 1rem 0;
}
.active_inner ul {
	margin-left: 14.6%;
	padding:0.3rem 0;
}
.active_inner ul li {
	font-size: 0.5rem;
	float: left;
	color:#a0a0a0;
}
.active_inner ul li.act_a em {
	display: block;
	text-align: center;
}
.active_inner ul li.act_b {
	height: 1.4rem;
	width: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #d2d0d1;
	margin: 0 0.4rem;
}
.active_inner ul li.act_b a {
	font-size: 0.45rem;
	color:#fcfcfc;
}
.active_inner ul li.act_c span {
	font-size: 0.65rem;
	color: #000;
}
.active_inner ul li.act_c em {
	display: block;
	text-align: left;
} 
.swiper-slide header.va_two {
	background: -webkit-linear-gradient(top, #ffa64d, #ec9136);
	background: linear-gradient(top, #ffa64d, #ec9136);
}
.swiper-slide header.va_three {
	background: -webkit-linear-gradient(top, #9dc83f, #92bd35);
	background: linear-gradient(top, #9dc83f, #92bd35);
}

/*储值卡卡号*/
.vaule_code{
	padding-top:2.2rem;
	padding-bottom:1.75rem;
}
.vaule_code img{
	display: block;
	width:5.65rem;
	height: 5.65rem;
	margin:0 auto;
}
.value_pattern{
	padding-bottom:1rem;
}
.value_pattern img{
	display: block;
	width:10.05rem;
	height: 2.8rem;
	margin: 0 auto;
}

/*充值*/
.re_container{
	width:100%;
}
.re_info{
	border-bottom: 1px solid #f2f2f2;
	padding:0.75rem 4%;
}
.re_info>p{
	color:#333;
	font-size: 0.75rem;
	margin-bottom: 0.3rem;
	text-overflow: ellipsis; overflow: hidden;white-space: nowrap; 
}
.re_info div{
	font-size: 0.65rem;
	text-overflow: ellipsis; overflow: hidden;white-space: nowrap; 
	color:#999;
}
.re_info div span{
	margin-left: 0.35rem;
}
.re_content{
	padding:0.75rem 0.75rem 2.1rem 0.75rem;
}
.re_content .re_items{
	width:30.66%;
	margin-right: 4%;
	border:1px solid #999;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	text-align: center;
	padding:0.5rem 0;
	margin-bottom: 0.5rem;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.re_content .re_items:nth-child(3n+0){
	margin-right: 0;
}
.re_items>p{
	color:#333;
	font-size: 0.65rem;
	margin-bottom: 0.2rem;
	text-overflow: ellipsis; overflow: hidden;white-space: nowrap; 
}
.re_items>div{
	color:#999;
	font-size: 0.525rem;
	text-overflow: ellipsis; overflow: hidden;white-space: nowrap; 
}
.re_content .re_items.current{
	background-color: #ff4965;
	border:1px solid #ff4965;
}
.re_content .re_items.current p,.re_content .re_items.current>div{
	color:#fff;
}
.re_items>div span{
	margin-left: 0.25rem;
}
.re_footer{
	position: fixed;
	bottom:0;
	z-index:10;
	width:100%;
	background-color: #ff4965;
}
.re_footer button{
	width:100%;
	height: 2.05rem;
	line-height: 2.05rem;
	text-align: center;
	color:#fff;
	font-size: 0.65rem;
}

/*充值2*/
.reed_money{
	width:100%;
	height: 2.25rem;
	background-color: #fff;
}
.reed_money>p{
	height: 2.25rem;
	line-height: 2.25rem;
	color:#333;
	font-size: 0.75rem;
	padding:0 4%;
}
.reed_money>p>span{
	margin-left: 0.5rem;
}
.reed_main{
	width:100%;
}
.reed_main>p{
	height: 1.25rem;
	line-height: 1.25rem;
	color:#a6a6a6;
	padding:0 4%;
	font-size: 0.525rem;
}
.reed_main>ul{
	background-color: #fff;
}
.reed_main>ul li{
	border-bottom:1px solid #f8f8f8;
	height: 2rem;
	line-height: 2rem;
	padding:0 4%;
}
.reed_main>ul li i{
	display: inline-block;
	width:0.9rem;
	height: 0.9rem;
	background:url(../images/selece_ed.png) no-repeat;
	background-size: 1.8rem 0.9rem;
	background-position: 0 0;
	vertical-align: middle;
}
.reed_main>ul li.current i{
	background-position: -0.9rem 0;
}
.reed_main>ul li em{
	display: inline-block;
	width:1.4rem;
	height: 1.4rem;
	background:url(../images/methods.png) no-repeat;
	background-size:4.2rem 1.4rem;
	vertical-align: middle;
	margin-left: 0.8rem;
}
.reed_main>ul li:nth-child(1) em{
	background-position:0 0; 
}
.reed_main>ul li:nth-child(2) em{
	background-position:-1.4rem 0; 
}
.reed_main>ul li:nth-child(3) em{
	background-position:-2.8rem; 0; 
}
.reed_main>ul li span{
	vertical-align: middle;
	color:#333;
	font-size: 0.525rem;
	margin-left:0.5rem;
}

/*遮罩层*/
.zzc{
	position: fixed;
	top:0;
	bottom:0;
	z-index:20;
	width:100%;
	background-color: rgba(0,0,0,0.4);
}

/*付层 未充值*/
.re_noselect{
	width:60%;
	background-color: #fff;
	position: fixed;
	top:50%;
	left:50%;
	z-index:30;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}
.re_noselect>p{
	width:100%;
	height: 2.3rem;
	line-height: 2.3rem;
	color:#000;
	font-size: 0.65rem;
	border-bottom: 1px solid #dadade;
	text-align: center;
}
.re_noselect>div{
	font-size: 0.65rem;
	color:#007aff;
	height: 1.75rem;
	line-height:1.75rem;
	text-align: center;
}