html {
	font-size: 16px;
}
div,
span,
input,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft YaHei"
}

/* 导航 */

.nav {
	border-bottom: 1px solid #89c1ed;
}

.navbox {
	height: 60px;
	line-height: 60px;
	padding: 5px 20px;
}

.nav-left {
	float: left;
}

.nav-right {
	float: right;
}

.nav-right span {
	font-size: 18px;
}

/* 订单金额 */
.order-box{
	display: table;
	clear: both;
	height:60px;
	padding:10px 20px;
	background: #fff;
	margin:0 auto;
	margin-top: 30px;	
}
.order-amount {
	line-height:30px;
	color: #323232;
	display:table-cell; 
	vertical-align:middle;
}

.order-amount-left {
	white-space:nowrap;/*强制不换行*/
}

.order-amount-right {
	text-align:right;
}

.order-amount-right input {
	border: 1px solid #efefef;
	width: 6em;
	font-size: 15px;
	text-indent: 0.5em;
	line-height: 1.8em;
}


/*支付方式*/
.pay-box {
	margin-top: 20px;
}

.pay-box h3 {
	height: 50px;
	line-height: 50px;
	clear: both;
	text-indent: 5px;
}

.pay-box-cell {
	padding: 0px 15px;
}

.pay-box-cell li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	list-style: none;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-bottom: 10px;
}
.pay-box-cell li:after{
    border-bottom: 1px solid #e5e5e5!important;
	left:15px!important;
	right:15px!important;
}

.pay-box-cell img {
	width: 40px;
	height: 40px;
	margin: 0px 10px;
}

.pay-box-cell input[type="radio"] {
	display: none;
}

.pay-box-cell input[type="radio"]+span {
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.pay-box-cell input[type="radio"]:checked+span {
	border: 1px solid #66c068;
	border-radius: 20px;
	background: url(../images/checkbox-on.png) center center no-repeat;
	background-size: 31px 31px;
}

.pay-box-cell li label {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

/*立即支付*/

.submit-box {
	height: 50px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px -1px 0px 0px #EEEEEE;
}

.submit-box-item {
	float: right;
}

.submit-box-item span {
	float: left;
	margin: 14px 24px 0 0;
}

.submit-box-item span strong {
	font-size: 18px;
	color: #e94832;
}

.pay-submit {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: #1a8ae1;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: none;
	float: right;
}
/*底部*/

.footer {
	text-align: center;
	color: #cbcbcb;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}

@media all and (max-width:320px) {
	.navbox{
		height: 50px;
		line-height: 50px;
		padding: 5px 10px;
	}
	.nav-left a img{height:40px;}
}

@media (max-width: 450px){
    .footer p {
        font-size: 12px;
    }
}

@media all and (max-width:768px) {
	.order-amount-right {
		text-align:left;
	}
	.submit-box{
		position: fixed;
        bottom: 0;
	}
}

@media all and (max-width:1080px) {
	.w1040 {
		/*实现了宽度为父容器宽度减去固定的100像素*/ 
		width:-webkit-calc(100% - 40px); 
		width:-moz-calc(100% - 40px); 
		width:calc(100% - 40px);
		overflow:hidden;
	}
	.w1080 {
		width:100%;
		overflow:hidden;
	}
}

.contaniner {
	width: 100%;
}
.contaniner h3{
	height:40px;
	line-height:40px;
	text-indent:15px;
}
.hr{width:100%;height:25px;background:#F7F7F7 url(../images/title-bg.png) 0 5px repeat-x;}
.submit-button {
	width: 640px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	background-color: #65BF67;
	border-radius: 0px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border: none;
	cursor: pointer;
	z-index:999;
	position: fixed;
	bottom:0;
}
.pay-img {
	width: 640px;
	margin: 0 auto;
}

.pay-img img {
	width: 100%;
	height: 100%;
}

#page {
	width: 640px;
	height: 100%;
	min-height:100vh;
	margin: 0 auto;
}

/* 小于640px */
@media all and (max-width:640px) {
	#page {
		width: 100%;
		height: 100%;
		justify-content: center;
	}
	.submit-button {
	  width: 100%;
	  height: 3rem;
	  line-height: 3rem;
	  font-size: 1rem;
	}
	.pay-img {
	    width: 100%;
	}
}

em {
	font-style: normal
}

li {
	list-style: none
}

a {
	text-decoration: none;
	outline: 0;
}

.center {
	text-align: center
}
/*顶部标题栏*/
header{
	width: 100%;
	height: 60px;
	line-height:60px;
	overflow: hidden;
}
.title-box {
	display:flex;
	background: #65BF67;
	font-size:16px;
	padding:0 10px;
	color: #fff;
}
.title-box a{
	 color: #fff;
}
.title-left{
	text-align: left;
	display:flex;
}
 
.title-right{
	text-align: right;
}
 
.title-center {
	flex:1;
	text-align: center;
	font-size:20px;
}

img {
	border: 0;
	vertical-align: middle;
}

.textfl {
	text-align: left
}

.textfr {
	text-align: right
}

.text-orange{
	color:orange;
}

.mod-title {
	width:100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background-color:#fff;
	margin-bottom:10px;	
}
.mod-title img{	
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
.text-del{
	display:none;
	width:15px;
	height:15px;
	background: url(../images/del.png) 0 0 no-repeat;
	position: absolute;
	top:10px;
	right: 65px;
}
.nonedata{
	text-align:center;
	background-color:#fff;
	padding:10px 0;
	color:#666;
	font-size:12px;
}
.nonedata img{
	width:30%;
}
/*重写weui样式*/
.weui-form-preview:before,.weui-form-preview:after{border: none!important;}
.weui-form-preview__hd:after{
    border: none!important;
	left:15px!important;
	right:15px!important;
}
.weui-cell:before{
	left:15px!important;
	right:15px!important;
}
.weui-msg p{text-align:center;height:50px;line-height:50px;}
.weui-footer{margin-top:50px;}
.notice-title {
    padding: 5px 0px;
	color:#6FA4EB;
}
.notice-box {
	max-height:100px;
	overflow:auto;
	border-top:1px dashed #6FA4EB;
	border-bottom:1px dashed #6FA4EB;
	padding: 5px 0px;
}
.notice-box::-webkit-scrollbar {
	width:0px;
	height:1px;
}
.notice-box::-webkit-scrollbar-track {
	background-color:#ccc;
}
.notice-box::-webkit-scrollbar-thumb {
	background-color:#65BF67;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.group-box{padding:10px;}