.calendar {
    width: 313px;
    /* height: 425px; */
    font-family:Times New Roman;
}
.cal_btn{
	position:absolute;
	width:43px;
	height:24px;
	right:0;
	top:0;
	background:url('../images/123.png')
}
.cal_btn span{
	display:block;
	position:absolute;
	width:17px;
	height:11px;
	background:url('../images/456.png');
	right:8px;
	top:6px;
	transform: rotate(-180deg);
}
.calendar_box{
	width:313px;
	/* height:297px; */
}
.day_list{
	float:left;
	width:44px;
	height:49px;
	border-bottom:solid 1px #DEE4E8;
	text-align:center;
	line-height:16px;
	padding:8px 0;
}
.calendar_week{
	width:100%;
	height:50px;
	background:url('../images/1459.png') no-repeat;
}
.cal_sel{
	height:130px;
	background:#535E7D
}
.c{
	color: #4A75A7;
}
.y{
	color:#86AB61;
}
.month{
	border-radius:10px;
	background:#F5A623;
	color:#fff;
}
#data_id  .active{
	background:#A2CD76
}
.styled-select,.styled-select1 {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width:82px;
    background:url(../images/dai.png) no-repeat;
}
.styled-select select {
	width:82px;
	padding-left:10px;
    height: 30px;
    background: transparent;
    -webkit-appearance: none;
    border:none;
    color:#A2CD76
}
.styled-select1 select {
	width:82px;
	padding-left:10px;
    height: 30px;
    background: transparent;
    -webkit-appearance: none;
    border:none;
    color:#A2CD76
}
.styled-select1 select {
	color:#fff
}
.styled-select1 select option{
	background:#ccc
}
.cal_p{
	font-family:Times New Roman;
    color: #A2CD76;padding:6px 0;
}
.cal_top{
	width:254px;margin:0 auto;
	color:#A2CD76
}
.cal_btm{
	color:#fff
}
