body, ul, form, h1, h2, h3, h4, h5, h6, p {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

*, *:before, *:after {
	margin: 0;
	border: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

@media screen and (min-width:360px) {
	html {
		font-size: 75%
	}
}

@media screen and (min-width:410px) {
	html {
		font-size: 87.5%
	}
}

html, body {
	height: 100%;
	-webkit-user-select: none;
	user-select: none;
}

body {
	-webkit-text-size-adjust: none;
	font-size: 1.2rem;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button
	{
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ohd {
	overflow: hidden;
}

* {
	-webkit-tap-highlight-color: transparent;
}
/*baseOver*/
/*global*/
body {
	background: #f2f2f2;
}

img {
	vertical-align: middle;
}

.impt {
	color: #f00;
}

.to-datatips {
	text-align: center;
	font-size: 1.1rem;
	position: absolute;
	bottom: 2rem;
	width: 100%;
}

.to-datatips a {
	color: #aaaaaa;
}

.user-tips-android a {
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	width: 100%;
}

.user-tips-ios a {
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	width: 100%;
}

.tips-down {
	padding: 0 0.5rem;
	text-decoration: underline;
}

.tips-down p {
	font-size: 16px;
	margin-bottom: 3px;
}

.tips-down a {
	font-size: 16px;
	margin-bottom: 3px;
}

.tips-down .account {
	font-size: 16px;
	margin-bottom: 3px;
}

.tips-down .tnar {
	font-size: 20px;
	margin-bottom: 3px;
}

.tnar_qrcode {
	padding: 0 0.5rem;
}

.tnar_qrcode .public_code {
	display: block;
	width: 20rem;
	height: auto;
	margin: 0 auto;
}

ody {
	background: #f2f2f2;
}

.title-box {
	height: 4.2rem;
	padding: 0 1.4rem;
	background-color: #fff;
}

.title-box .thead {
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	color: #555;
	font-family: "microsoft yahei";
	font-size: 22px;
	line-height: 4rem;
}

.mychepai .btn-location {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 1.2rem 2.1rem;
}

.mychepai .btn-location .endtxt {
margin: 0 0.1rem;
}

.mychepai span {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	border-radius: 0.5rem;
	background: #ebebeb;
	text-align: center;
	color: #000000;
	font-size: 32px;
	line-height: 4rem;
}

.mychepai .letter {
	margin: 0 0.5rem;
}

.list-wrap {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: auto;
	margin-top: -1.8rem;
	box-sizing: border-box;
	padding: 1rem;
}

/* 弹窗关闭按钮（在 .plate-l 容器顶部） */
.plate-l {
	position: relative;
}

.plate-close-btn {
	position: absolute;
	top: -36px;
	right: 6px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	z-index: 100;
	display: none;
}

.list-wrap .plate-close-btn {
	display: block;
}

/* 弹窗遮罩层 - 轻量半透明，不让输入框变暗 */
.plate-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);
	z-index: 98;
	display: none;
}

.plate-l-box {
	position: absolute;
	left: 0;
	top: 2.8rem;
	z-index: 11;
	width: 100%;
	padding: 10px;
}
#plate_div{
	height:10rem;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

input[type="text"]{
	margin:1rem 0 0 0 ;
	width: 10%;
	height: 3rem;
	background-color: #ebebeb;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	text-align: center;
	border-radius: 0.5rem;
	vertical-align: text-bottom;
}
input[type="checkbox"]{
	width: 10%;
	height: 1.5rem;
	background-color: #ebebeb;
	vertical-align:text-bottom;margin-bottom:-1px;*margin-bottom:-4px;
}
#checkBox_div{
	margin:1rem 0 0 0 ;
	height: 1rem;
	width:100%;
}
.plate-l {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	height: 30%;
	
}

.plate-l .plate-box .control-que {
	text-align: center;
	font: 18px/40px "microsoft yahei";
	width: 45%;
	/* height: 40px;  */
	height: 30%;
	margin-left: 5px;
}

.plate-box ul {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	/* display: -webkit-flex;
    display: flex;
    -webkit-wrap:wrap;
    flex-wrap: wrap; */
	overflow: hidden;
}

.plate-box ul li {
	box-sizing: border-box;
	width: 17%;
	margin: 0 1.5% 0.7rem;
	/* -webkit-flex:1;
    flex: 1; */
	float: left;
}

.plate-box ul li a {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 100%;
	height: 2.5rem;
	color: #9a9a9a;
	font: 20px/2.5rem "Microsoft YaHei";
	display: block;
	text-align: center;
}

.plate-box ul li a.active {
	background-color: #f1a849;
	border-color: #ffc376;
	color: #fff;
}

.btn-sign {
	margin: 1.5rem 1.5rem;
	overflow: hidden;
	border-radius: 6px;
}

.btn-sign .que-btn {
	font-size: 20px;
	line-height: 4.2rem;
	border-radius: 6px;
	background: #ffa63e;
}

.btn-sign button {
	font: 1.6rem/3.2rem "Microsoft YaHei";
	width: 100%;
	background-color: #ef9212;
	color: #f5f5f5;
	border-radius: 4px;
}