@charset "gb2312";
/* CSS Document */
*{
	padding:0;
	margin: 0;
	font-size: .12rem;
	color: #666;
	font-style: normal;
	-webkit-tap-highlight-color:transparent;/*解决手机页面时，点击出现大黑块问题*/
}

li{
	list-style:none;
}
.top_box{
	height:.45rem;
	width: 100%;
	background-color: #1381f1;
	text-align: center;
	overflow: hidden;
}
.lo_box{
	width:100%;
	height: 100%;
	float: left;
}
.lo{
	width:95px;
	margin: 0 auto;
	margin-top: 8px;
}

.recharge_box{
	background-color:#eee;
	overflow: hidden;
	min-height: 652px;
}
.recharge_bg{
	width:100%;
}
.recharge_bg img{
	width:100%;
}
.recharge_box ul{
	width:100%;
	background-color:#fff;
}
.recharge_box ul li{
	width:100%;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
.recharge_box ul li:last-child{
	margin-bottom: 0px;
}
.recharge_box ul li div{
	width:calc(100% - 30px);
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
.recharge_box ul li div p{
	text-align: justify;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	padding-left: 10px;
	font-size: 0.14rem;
}
.recharge_box ul li div p:last-child{
	text-align:left;
	border-bottom:0;
	line-height: normal;
}
.recharge_box ul li div p input{
	text-align: justify;
	border: none;
	line-height: 40px;
	padding-left: 10px;
	font-size: 0.14rem;	
	outline: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}

.zhye{
	color:#666;
	font-size: .14rem;
	line-height: 28px;
	padding-left: 10px;
	text-align: justify;
	margin-left: 20px;
}
.zhye i{
	color:#1381f1;
	margin-right: 10px;
	font-style: normal;
}
.close2{
	width:24px;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	
}
#money{
	color:#1381f1;
}
.recharge_box ul li .pay_money_num{
	width: 100%;
	height: 94px;
	padding-bottom: 0;
}
.pay_money_num span{
	height: 40px;
	width: 60px;
	color:#333;
	float: left;
	line-height:40px;
	font-weight: 500;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.pay_money_num .color13{
	color:#fff;
	background-color: #1381f1;
	border-color: #1381f1;
}
.recharge_box ul li div .last_p{
	clear:both;
	text-align: right;
	color:#999;
	font-size: 0.1rem;
	padding-left: 0;
	line-height: 40px;
}
.dhbl{
	color:#ccc;
	
}
#ptb{
	color:#1381f1;
}
select{
	width:calc(50% - 2px);
	border: 0;
	height: 40px;
	font-size: 0.14rem;
	padding-left: 5px;
	outline: none;
}
.xz{
	width: calc(100% - 40px);
	margin: 0 auto;
	background-color: transparent;
	line-height: 40px;
	font-size: 0.14rem;
}
 .zf_icon{
	width:32px;
	height: 32px;
	float:left;
	margin-top: 9px;
	 margin-right: 10px;
}
.recharge_box ul li .fs p{
	text-align: justify;
	border-bottom: 1px solid #eee;
	line-height: 50px;
	padding-left: 10px;
	font-size: 0.14rem;
}
.recharge_box ul li .fs p:last-child{
	text-align:left;
	border-bottom:0;
	line-height: 50px;
}

	.login_btn a{
		color:#fff;
		font-size: .18rem;
		width:80%;
		height: 40px;
		display: block;
		line-height: 40px;
		text-decoration: none;
		background-color: #09bb07;
		text-align: center;
		margin: 0 auto;
		border-radius: 19.5px;
		box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
		margin-top: 30px;
	}
.lvg{
	background:url(../images/lvg.png) right no-repeat;
	background-size: 25px;
}

























