*{
	margin: 0;	
	padding: 0;
	font-size: .4rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}
 .ui-loader-default{ display:none}
 .ui-mobile-viewport{ border:none;}
 .ui-page {padding: 0; margin: 0; outline: 0} 
 
html,body{	
	background:#ebebeb;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100vh;
	max-width: 100vw;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: "微软雅黑";
	
}
h1{
	text-align: center;
	margin-top: 2rem;
}
.shop{
	width: 8rem;
	margin: 0.8rem auto;
	margin-bottom:1.6rem ;
	line-height: 1rem;
}
.shop i{
	display: inline-block;
	width:1rem;
	height:1rem;
	background: url(../img/shop.png) no-repeat;
	background-size:1rem;
	margin: 0 .2rem -.3rem;
}
.shop .al{
	display: inline-block;
	width:1rem;
	height:1rem;
	background: url(../img/alshop.png) no-repeat;
	background-size:1rem;
	margin-bottom: -.3rem;
}
h2{
	text-align: center;
	line-height: 1rem;
	font-weight:600;
	font-size: .8rem;
}
.shop span{
	line-height: .8rem;
	font-size: .5rem;
}
#main{
	width: 90%;
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 0.3rem auto;
	border-radius:.15rem ;
	width: 90%;
	height:1.2rem;
	line-height: 1.2rem;
	padding:0 .3rem;
	color: gray;
	background: white;
}
#main p{
	background: white;
	font-weight:normal ;
	color: #000000;
}
#main b{
	float: right;
	font-weight:400;
	color: #000000;
}
#main i{
	float: right;
	height: .6rem;
	border-left :2px solid #a1a1a1;
	position: relative;
	top: .3rem;
	color: black;
	margin-left: .1rem;
}
#money{
	color: #000000;
}

#main span{
	float: right;
}
#inf{
	text-align: center;
	font-size: 12px;
	color: darkgray;
	margin-top: 25vh;
	font-family:"arial narrow";
}
.payment {
	font-weight: bold;
}

.payment span{
	font-size: .58rem;
	font-weight: 400;
}

.preferential{
	color:#9c9c9c;
}

.preferential span,.preferential b{
	color:#ff8e07;
}

#btn{
	text-align: center;
	position: fixed;
	bottom: .15rem;
	left: .15rem;
	right: .15rem;
	background: #ebebeb;
}
#btn p{
	background:url(../img/fk1-3.png) no-repeat;
	margin: .5rem auto;
	height: .6rem;
	width: 45%;
	background-size: 100%;
}

table td{
	width: 25%;
	height:8vh;
	font-size:.6rem;
}
table td a {
	width: 100%;
	height: 100%;
}

#confirm{
	font-size:.5rem;
	padding: .5rem;
	background:#09bd04;
	color: white;
	opacity: .5;
	border-radius:5px ;
}
#alconfirm{
	font-size:.5rem;
	padding: .5rem;
	background:#00a0e8;
	color: white;
	opacity: .5;
}
#fruit {
	display: none;
	background:#ebebeb;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top:1rem;
}
.my_img{
	height: 1.73rem;
	width: 1.73rem;	
	margin: 0 auto;
	margin-top: 1rem;
}

.fruit_1 .my_img{
	background: url(../img/hend.png) no-repeat;
	background-size:100%;
}

.fruit_0 .my_img{
	background: url(../img/cry.png) no-repeat;
	background-size:100%;
}

.fruit_F .my_img{
	background: url(../img/question.png) no-repeat;
	background-size:100%;
}

#fruit p{
	text-align: center;
	line-height: 1.6rem;
}

.fruit_success p{
	color:#10ce6e;
}

.fruit_lose p{
	color:#f24d3a;
}
#err{
	display: block;
	position: absolute;
	top : 0 ;
	bottom: 0;
	left: 0;
	right: 0;
	background:#ebebeb;
	z-index: 99;
}
#cursor{
	opacity:0;
	border-left:1px solid black ;
}
.delete{
	background: url(../img/backspace.png) center no-repeat;
	background-size:30% ;
}

#remark_btn{
	float: right;
	text-align: right;
	padding-right: 12px;
	color: #09bd04;
	display:block;
	font-size: 14px;
	width: 30%;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#remark_popup {
	display: none;
}

#remark_popup .weui-dialog{
	top: 30%;
}
	
#remark_popup .weui-dialog__hd {
    padding: 1em 1.6em .5em;
}

#remark_popup .weui-dialog__bd{
	padding:0 .2em .8em;
}

#remark_popup .weui-dialog{
	border-radius:10px;
}

#remark_popup .weui-cell__bd {
	border:1px solid #d5d5d6;
	padding: 3px;
}

.shadow{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.3);
	z-index: 9;
	display: none;
}
