@charset "UTF-8";
/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	vertical-align: middle;
	border: none;
	padding: 0;
	margin: 0;
}

ul, ol, dl {
	list-style: none;
}

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

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a, button, input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input {
	background: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, i, b, em {
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0 auto;
	min-width: 320px;
	max-width: 640px;
	height: 100%;
	background: #eff0f4;
	font-size: 24px;
	line-height: 1;
	color: #444;
	-webkit-text-size-adjust: 100%;
	-webkit-user-select: none;
	user-select: none;
}
/* 移除input number上下选择框 */
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}
/* 移除input select默认样式 */
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #666;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #dbdbdb;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #dbdbdb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #dbdbdb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #dbdbdb;
}

/* 特殊类 */
.err_style {
	color: #f34 !important;
}

.err_style::-webkit-input-placeholder { /* WebKit browsers */
	color: #f34 !important;
}

.err_style:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #f34 !important;
}

.err_style::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #f34 !important;
}

.err_style:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #f34 !important;
}

@font-face {
	font-family: dinot;
	src: url(../font/DIN-Bold.otf)
}

.font-dinot {
	font-family: dinot;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.hide {
	width: 0;
	height: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.spr {
	background: url(../image/sprite.png) no-repeat;
}

.wrap {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.fixed_bottom {
	position: fixed;
	bottom: 0;
	width: 640px;
}

.no-bor-t {
	border-top: none !important;
}

.no-bor-b {
	border-bottom: none !important;
}

.no-bor-l {
	border-left: none !important;
}

.no-bor-r {
	border-right: none !important;
}

.head {
	width: 100%;
	height: 80px;
	background-color: #f2f2ed;
	margin: 0 auto;
}

.head span {
	margin-left: 34px;
	line-height: 80px;
	font-size: 26px;
	color: #333;
}

.input-form {
	width: 100%;
	background-color: #fff;
}

.input-form>ul {
	margin: 0 34px 0 34px;
}

.input-form ul>li {
	height: 80px;
	border-bottom: 1px solid #ebebeb;
}

.input-form ul>li:last-child {
	border-bottom: none;
}

.input-form ul>li>span {
	width: 200px;
	line-height: 80px;
	font-size: 24px;
	color: #555;
	display: inline-block;
}

.input-form ul>li>input, .input-form ul>li>select {
	display: inline-block;
	width: 372px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #111;
}

.btn-red {
	display: block;
	width: 550px;
	height: 80px;
	line-height: 80px;
	background-color: #ff730d;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	-webkit-appearance: none;
}

.btn-red.disabled {
	background-color: #d7dde8;
}

.btn-red.disabled-active {
	background-color: #d7dde8;
}

.fixed-top {
	position: fixed;
	top: 0;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
}

.tel-call {
	text-decoration: none;
	color: #333;
}

.reminder {
	display: none;
}