/* 日历牌样式 */


.evrday{
	font-size: 16px;
    width: 20px;
    line-height: 12px;
    float: left;
    padding: 15px 12px;
}

#calendar{
	max-width: 320px;
	position: relative;
}

.monthList {
	width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -100px;
    background-color: #f6f6f6;
	display: flex;
	justify-content: center;
    align-items: center;
}

.weekList {
	width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -50px;
    background-color: #f6f6f6;
}

#day {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.button{
	font-size: 20px;
    margin: auto;
    float: left;
    color: #e11919;
}

#calendar div{
	text-align:center;
	cursor:pointer;
}

#month{
	font-size: 20px;
	width:45vw;
	line-height: 7vh;
	float:left;
}

.time_img {
	width: 12px;
}

.time_imgs {
	width: 18px;
}