* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/*.icon {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 25px;
	width: 25px;
	background: #fff;
}*/

.laydate-box {
	height: 330px;
	margin-bottom: 16px;
	width: 100%;
	border: none;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}

select {
	/*appearance: menulist-button;
	-moz-appearance: menulist-button;
	-webkit-appearance: menulist-button;*/
	padding-right: 0;
	font-size: 16px;
	font-weight: 650;
}

#laydateInput {
	outline: none;
	display: none;
	height: 30px;
	width: 150px;
	font-size: 16px;
	line-height: 30px;
}

.select-date {
	/*position: absolute;*/
	left: 0px;
	top: 35px;
	width: 266px;
	/*height: 301px;*/
	/*border: 1px solid #58abff;*/
	width: 100%;
	box-sizing: border-box;
}

.select-date-header {
	background: #e63939;
	height: 40px;
	/*border-bottom: 1px solid #58abff;*/
	/*border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
}

.select-date-body {}

.heade-ul {
	height: 40px;
}

.header-item {
	height: 28px;
	float: left;
	width: 98px;
	margin-left: 55px;
	border: 0;
	color: #fff;
}

.header-item select {
	height: 36px;
	border: 0;
	width: 100%;
	color: #fff;
}

.header-item select option {
	color: #000000;
}

.header-item-one select {
	width: 100%;
	/*margin-left: 10px;*/
	outline: none;
}

.header-item-one {
	height: 30px;
}

.header-item-two i {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.header-item-two i {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

#monthList {
	/*padding-left: 20px;*/
	cursor: pointer;
}
#yearList{
	cursor: pointer;
}

/*.header-item-two {
	border: 1px solid #ccc;
}*/

.header-item-two select {
	float: left;
	border: none;
	outline: none;
}

.header-item-two i:nth-child(1) {
	border-right: 1px solid #ccc;
}

.header-item-two i:nth-child(3) {
	border-left: 1px solid #ccc;
}

.header-item-three {
	margin-left: 30px;
	width: 73px;
}

.header-item-three span {
	display: block;
	height: 100%;
	border: 1px solid #d8d8d8;
	background: #f9f9f9;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
}

.header-item-three span:hover {
	border-color: #388bff;
}

.header-item-three span.active {
	border-color: #388bff;
}

.week-list {
	height: 35px;
	width: 100%;
	/*border-bottom: 1px solid #019386;*/
	background: #F4F7FA;
	color: #666;
}

.week-list li {
	float: left;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	margin: 0 1px;
	margin-left: 12px;
}

.tabel-line {
	height: 35px;
	/*border-bottom: 1px solid #c8cacc;*/
}

.tabel-ul {
	height: 35px;
}

.tabel-li {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	float: left;
	/*border: 2px solid #fff;*/
	margin: 0 1px;
	margin-left: 12px;
	margin-top: 5px;
	font-size: 15px;
	border-radius: 50%;
}

.tabel-li.preDays {
	color: #bfbfbf;
}

.tabel-li.nextDay {
	color: #bfbfbf;
}

.tabel-li:hover {
	color: #666;
	cursor: pointer;
	background: #E1E3E6;
}

.tabel-li.showClick {
	/*border: 1px solid #019386;*/
	box-sizing: border-box;
	border-radius: 50%;
	color:#fff;
	background: #019386;
}

.tabel-li.active {
	background: #e63939;
	color: #fff !important;
	border-color: #e63939;
	border-radius: 50%;
}

.tabel-li.weekColor {
	/*color: #e02d2d;*/
}