/*清除样式*/

body,html,div,img,input,p,ul,li,input,i{
	padding: 0;
	margin: 0;
}

header,section{
	display: block;
	margin: 0;
	padding: 0;
}
body,input{
	font-size:0.5rem;
	color:#000;
	font-family:'Microsoft Yahei','微软雅黑','Lucida Grande','Helvetica','Arail','Verdana','sans-serif';
	background-color:#f1f1f1;
	}
a{
	text-decoration: none;
	cursor: pointer;
}
ul,li{
	list-style: none;
}
html,body{
	font-size:30px;
	}
	
.header{
	min-width: 300px;
	height: 45px;
	padding: 0 10px;
	text-align: center;
}
.header .header_logo{
	background: url(../img/backicon.png) left no-repeat;
	float: left;
	height: 45px;
	background-size: 11px 18px;
	font-size: 0.8rem;
}
.header .header_logo a{
	display: inline-block;
	width: 100%;
	line-height: 48px;
	color: #808080;
	text-align: left;
	text-indent: 15px;
	overflow: hidden;
	font-size:0.6rem;
}
.header .header_t{
	height:45px;
	line-height: 45px;
	color: #000;
	font-size: 0.9rem;
}
.lines{
	width: auto;
	height: 10px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #e3e3e3;
}

.Body{
	min-width: 300px;
	margin: 0 auto;
	color: #000;
}
.Body .pay_infor_ul{
	border: 1px solid #ebebeb;
	border-top: none;
}
.Body .pay_infor_ul li{
	overflow: hidden;
	border-bottom: 1px solid #EBEBEB;
	height: 45px;
	/*padding-left: 45px;*/
}
.Body .pay_infor_ul li:last-child{
	border-bottom-width: 0;
	border-bottom-style: none;
}
.Body .pay_infor_ul li input{
	border: none;
	height: 45px;
	text-indent: 10px;
	line-height: normal;
	width: 56%;
	outline: none;
	font-size: 0.7rem;
}
.Body .pay_infor_ul li .pay_infor{
	font-size: 0.8rem;
	float: left;
	width: 20%;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #E3E3E3;
	padding-left:0.4rem;
}

/*页面输入错误提示部分样式*/
.errorMessage{
	/*这个当时是用Java内置的validate验证的标签样式，现在已经不用*/
	width:24%;
	color:red;
	font-size:0.2rem;
	height:45px;
	float:right;
	line-height:45px;
}
.pay_div i{
	color:red;
	font-size:0.33rem;
}

.submit{
	padding: 0 10px;
}
.Body .submit .submit_btn{
	border-radius: 5px;
	background-color: #2ea6a6;
	height: 45px;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 0.75rem;
	line-height: 45px;
	border: none;
	margin-top: 0.8rem;
	padding: 0 0.33rem;
	width: 100%;
	outline: none;
	margin: 9% auto;
	-webkit-appearance: button;
}
.success_body{
	margin-top:0.8rem;
	min-width:300px;
	}
.paysuccess{
	text-align:center;
	font-size:0.7rem;
	}
.success_body .submit .submit_btn{
border-radius: 5px;
	background-color: #2ea6a6;
	height: 45px;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 0.7rem;
	line-height: 45px;
	border: none;
	margin-top: 0.67rem;
	width: 100%;
	outline: none;
	margin: 2% auto;
	}
.dibu{
	position:fixed;
	bottom:0;
	width:100%;
    font-size:0.6rem;
    height:45px;
    line-heght:45px;
    border-top:1px solid #e2e2e2;
    background-color:#ededed;
}
.dibu .foot_text{
	display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0.7rem auto;
    color: #000;
}
/*页面响应式部分制作*/

@media screen and (min-width: 640px) and (max-width: 750px) {
	html,body{
		font-size: 30px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
	html,body{
		font-size: 25px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
	html,body{
		font-size: 20px;
	}
}