@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
iframe,
input,
select,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

i,
em {
	font-style: normal;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	/*去除iPhone input默认样式}*/
}

input {
	outline: none;
	background: none;
}

img {
	width: 100%;
	display: block;
}

body {
	min-width: 320px;
	max-width: 750px;
	position: relative;
	background-size: 100%;
	background: #eeeeee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear {
	zoom: 1;
}


/* 键盘 */
#keyboard {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 207px;
	background-color: #f2f2f2;
	font-size: 14px;
	z-index: 9999;
}

#keycontent .keyMask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	background: none;
}

#keyboard .keyContent {
	overflow: hidden;
}

#keyboard .english {
	overflow: hidden;
}

#keyboard .english li {
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	text-align: center;
	margin: 2px;
	border-radius: 4px;
	float: left;
	border: 1px solid #e8dddd;
	box-sizing: border-box;
}

#keyboard .caseSwitch,
#keyboard .englishKeyboard {
	height: 40px;
	line-height: 40px;
	background-color: #e1e1e1;
	text-align: center;
	border-radius: 4px;
	width: 44px;
	position: absolute;
	left: 2px;
	bottom: 4px;
	font-size: 12px;
}

#keyboard .del {
	height: 40px;
	line-height: 40px;
	background-color: #e1e1e1;
	text-align: center;
	border-radius: 4px;
	width: 44px;
	position: absolute;
	right: 2px;
	bottom: 4px;
	font-size: 12px;
}

#keyboard .bottom {
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	padding: 0 2px;
	display: flex;
}

#keyboard .bottom .englishSwitch {
	height: 40px;
	line-height: 40px;
	background-color: #e1e1e1;
	text-align: center;
	border-radius: 4px;
}

#keyboard .bottom .complete,
#keyboard .symbolSwitch {
	height: 40px;
	line-height: 40px;
	background-color: #e1e1e1;
	text-align: center;
	border-radius: 4px;
	width: 44px;
	position: absolute;
	left: 2px;
	bottom: 4px;
	font-size: 12px;
}

#keyboard .bottom .space {
	height: 40px;
	line-height: 40px;
	background-color: #e1e1e1;
	text-align: center;
	border-radius: 4px;
	flex-grow: 1;
	margin: 0 4px;
}

#keyboard .number {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3px);
	justify-content: center;
	position: absolute;
}

#keyboard .number li {
	flex: 0 0 calc(33.33% - 1px);
	height: calc(174px / 4);
	line-height: 40px;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

#keyboard .numSwitch {
	width: calc(33.33%);
	height: calc(174px / 4);
	line-height: 40px;
	background-color: #f2f2f2;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

#keyboard .numDel {
	width: calc(33.33% - 2px);
	height: calc(174px / 4);
	line-height: 40px;
	background-color: #f2f2f2;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px solid #f2f2f2;
}

#keyboard .keyTitle {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-top: 1px solid #f2f2f2;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 6px;
	color: #999999;
}

#keyboard .keyTitle .keyHide {
	color: blue;
}

/*---------------------------------------demo css--------------------------------------------*/

.date_selector,
.date_selector * {
	width: 300px;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.date_selector {
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin: 0;
	margin-top: -1px;
	position: absolute;
	z-index: 100000;
	display: none;
	border-radius: 3px;
	box-shadow: 0 0 5px #aaa;
	box-shadow: 0 2px 2px #ccc;
}

.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}

.date_selector .nav p {
	clear: none;
}

.date_selector .month_nav,
.date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}

.date_selector .month_nav {
	float: left;
	width: 40%;
}

.date_selector .year_nav {
	float: right;
	width: 40%;
}

.date_selector .month_name,
.date_selector .year_name {
	font-weight: bold;
	line-height: 28px;
}

.date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #5985c7;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.date_selector .button:hover,
.date_selector .button.hover {
	background: #5985c7;
	color: #fff;
	cursor: pointer;
	border-color: #3a930d;
}

.date_selector .prev {
	left: 0.2rem;
}

.date_selector .next {
	right: 0.2rem;
}

.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0;
}

.date_selector th,
.date_selector td {
	width: 2.5em;
	height: 4em;
	padding: 0 !important;
	text-align: center !important;
	color: #666;
	font-weight: normal;
}

.date_selector th {
	font-size: 12px;
}

.date_selector td {
	border: 1px solid #f1f1f1;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #5985c7;
	background: #fff;
}

.date_selector td.today {
	background: #eee;
}

.date_selector td.unselected_month {
	color: #ccc;
}

.date_selector td.selectable_day {
	cursor: pointer;
}

.date_selector td.selected {
	background: #2b579a;
	color: #fff;
	font-weight: bold;
}

.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
	background: #5985c7;
	color: #fff;
}