/* 日历牌样式 */




.timeBg {
	background: #333;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.timelist {
	position: absolute;
	top: calc((100% - 335px) / 1.5);
	left: calc((100% - 320px) / 2);
	background-color: #fff;
	width: 320px;
	text-align: center;
	height: 255px;
	z-index: 120;
}




.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: #fff;
	display: flex;
	justify-content: center;
    align-items: center;
}

.weekList {
	width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -50px;
    background-color: #fff;
}
.weekList div{
	    color: RGBA(29, 86, 210, 1);
}
#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: 16px;

	width:45vw;
	line-height: 7vh;
	float:left;
}

.time_img {
	width: 18px;
}

.time_imgs {
	width: 18px;
}