*{
	margin:0;padding:0;
}

@charset "utf-8";



html,body{
	width:100%;height:auto;min-height:100%;
	background-color: #fccc38;
}
#Demo{
	width: 100%;height:100%;
	overflow:hidden;
}
.header{
	width:100%;height:45px;
	display:flex;
	display:-webkit-flex;
}
.header>div{flex:1;line-height:45px;}
.header>div:nth-child(1){background:url(../img/qDm4.png) no-repeat 15px center;background-size:12px 20px;}
.header>div:nth-child(2){text-align:center;font-size:18px;color:#333;}
.main{
	width:100%;height:100%;
	background:url(../img/qDm1.png) no-repeat;
	background-size:100% auto;
}
.qDnum{
	width:300px;height:233px;
	background:url(../img/qDm2.png) no-repeat;
	background-size:300px 233px;
	position:relative;
	left:50%;margin-left:-150px;
	margin-bottom:20px;
}
.lxqDao{
	width:300px;height:35px;
	background:url(../img/qDm3.png) no-repeat center center;
	margin:55px 0 25px 0;
	display:inline-block;
	background-size:215px 35px;
}
.lxqDao>span{
	margin:8px 0 0 196px;
	color:#fff8cd;
	font-size:20px;
	font-weight:bold;
	display:block;
	transform:rotate(6deg);
	-ms-transform:rotate(6deg);
	-moz-transform:rotate(6deg);
	-webkit-transform:rotate(6deg);
	-o-transform:rotate(6deg);
	font-family:"黑体";
}
.tqDaoJl{
	text-align:center;
	font-size:18px;
	color:#d86402;
}
.lxqDaoJl{
	text-align:center;
	font-size:12px;
	color:#333;
	margin:3px 0 5px 0;
}
.qDayReward{
	width:250px;
	height:50px;
	background:url(../img/qDok.png) no-repeat;
	position:absolute;
	bottom:15px;
	left:25px;
	background-size:100% auto;
}
.qDayReward>p{
	width:250px;
	height:50px;
	background:url(../img/qDno.png) no-repeat right center;
	position:absolute;
	background-size:250px 50px;
	top:0;
	right:0;
}
.qDayReward>a{
	cursor:pointer;
	display:block;
	width:28px;height:28px;
	float:right;
}








#CalendarMain {
	width: 300px;
	height: 328px;
	left:50%;
	margin-left:-155px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	float: left;
}
#CalendarMain:before{
	content: '';
    position: absolute;
    z-index: 2;
    left: 5px;
    top: -13px;
    width: 320px;
    height: 37px;
    background: url(../img/calendar-icon.png) no-repeat 0 0
}
#title {
	width: 100%;
	height: 60px;
	background-color: #ff9d00;
	border: 4px solid #000;
	border-bottom: 0;
}
.selectBtn {
	font-weight: 900;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	margin-top: 20px;
	padding: 10px;
}
/*.selectBtn:hover {
	background-color: #1d953f;
}*/
.selectYear {
	float: left;
	margin-left: 50px;
	position: absolute;
}
.selectMonth {
	float: left;
	margin-left: 120px;
	position: absolute;
}
.month {
	float: left;
	position: absolute;
}
.nextMonth {
	float: right;
}
.currentDay {
	float: right;
}
#context {
	background-color: #fff;
	width: 100%;
	height: 245px;
	border: 4px solid #000;
}
#center{
	height: 215px;
}
.week {
	width: 100%;
	height: 30px;
}
.week>h3 {
	float: left;
	color: #808080;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 16px;
}
.dayItem {
	float: left;
}
.lastItem {
	color: #d1c7b7 !important;
}
.item {
	width: 42px;
	height: 35px;
	color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
}
.item:hover {
	color: #b9121b;
}
.item.cur{
	background:url(../img/daka-circle-anim.png) no-repeat center -105px; -webkit-animation: circle .6s steps(5,start) 0s forwards;
        animation: circle .6s steps(5, start) 0s forwards;
}

/* .currentItem{
	background:#f2f2f2 url(../img/daka-circle-anim.png) no-repeat center -103px; -webkit-animation: circle .6s steps(5,start) 0s forwards;
        animation: circle .6s steps(5, start) 0s forwards;font-weight:bold;
} */

.active{
	background:#f2f2f2 url(../img/daka-circle-anim.png) no-repeat center -103px; -webkit-animation: circle .6s steps(5,start) 0s forwards;
        animation: circle .6s steps(5, start) 0s forwards;font-weight:bold;
}

@-webkit-keyframes circle {
    0%{
        background-position: center 70px
    }
    100%{
        background-position: center - 103px
    }
}

#foots {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
#footNow {
	float: right;
	margin: 6px 15px 0 0;
	color: #009ad6;
	font-family: "微软雅黑";
}
#Container {
	overflow: hidden;
	float: left;
}
#center {
	width: 100%;
	overflow: hidden;
}
#centerMain {
	width: 300%;
	margin-left: -100%;
}
#selectYearDiv {
	float: left;
	background-color: #fff;
}
#selectYearDiv>div {
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
	color: #909090;
}
.currentYearSd, .currentMontSd {
	color: #ff4400 !important;
}
#selectMonthDiv {
	float: left;
	background-color: #fff;
}
#selectMonthDiv>div {
	color: #909090;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
#selectYearDiv>div:hover, #selectMonthDiv>div:hover {
	background-color: #efefef;
}
#centerCalendarMain {
	float: left;
}



