*{margin: 0;padding: 0;list-style: none;-webkit-tap-highlight-color:rgba(0,0,0,0);
box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  -o-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
button, input, select, textarea { font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var,i { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none; }
a { text-decoration: none; } a:hover { text-decoration: underline; }
legend { color: #000; } fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }

body{
	font-family: "sans-serif","Clockopia", "arial";
	/* max-width: 800px; */
	margin: 0 auto;
	font-size: 1.25rem;
	height: 100%;
}
html{
	height: 100%;
}
.text-center{
	text-align: center!important;
}
.text-left{
	text-align: left!important;
}
.border-width-none{
	border-width: 0!important;
}
.float_right{
	float: right;
}
.float-r:after{
	content:"";
	display:block;
	clear:both;
	}
a:link { text-decoration: none !important;}
a:active { text-decoration:none !important;}
a:hover { text-decoration:none !important;}
a:visited { text-decoration: none!important;}
.select:focus { outline:  none!important;}
button{
	border: none;
}
input[type="button"], input[type="submit"], input[type="reset"] ,select,button,textarea{
	-webkit-appearance: none;
	appearance: none;
}

.box{
	display: -webkit-box;
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	/* for uc */
}
.backtitle{
	position: fixed;
	top: 0;
	height: .8rem;
	width: 100%;
	line-height: .8rem;
	text-align: center;
	padding:0 .2rem;
	color:#fff;
	background:#2b2b2b;
	z-index: 10;

}
.backtitle span{
		float: left;
		font-size: .33rem;
}
.weui-cell{
	padding: 0!important;
}
.vux-popup-picker-select{
	text-align: left!important;
}
.vux-popup-picker-select-box{
	height: 0!important;
	overflow: hidden;
}

