*{
	margin:0;padding:0;
}
body {
	background: none;
}
#Demo{
	box-sizing: border-box;
	width: 840px;height: 482px;
	margin: 0 auto;
	/* background: url(../img/qDdatebg.png) no-repeat center center; */
	position:relative;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
#Demo>img{
	position:absolute;
	top:5px;right:10px;
	width:30px;height:30px;
	cursor:pointer;
}
#Demo>ul{
	padding:0 0;
	box-sizing:border-box;
	height:42px;
	width:730px;
}
#Demo>ul>li{
	float:left;
	width:165px;height:42px;
	margin-right:10px;
	background:#717171;
	font-size:18px;color:#c0c0c0;
	list-style:none;
	text-align:center;
	cursor:pointer;
	line-height:42px;
	border-radius:10px 10px 0 0;
}
#Demo>ul>li.cur{
	background:#fff;color:#333
}
.demoCon>div{
	padding: 20px 55px 40px 55px;
	background:#fff;
	width:730px;height:350px;
}
.demoCon>div:nth-child(1){
	padding: 50px 55px 40px 55px;
}

.continuityQday{
	width: 400px;
	height: 350px;
	float: left;
}
.continuityQdayNum{
	width:335px;
	height:225px;
	overflow:hidden;
	margin-top:5px;
}
.qDayTitle{
	width:335px;height:55px;background:#ff6118;
	font-size:24px;color:#fff;text-align:center;
	line-height:55px;
	border-radius:15px 15px 0 0;
}
.qDayNum{
	width:331px;
	height:168px;
	border:2px dashed #dcdcdc;
	background:#fff9b9;
	border-top:none;
	border-radius:0 0 15px 15px;
}
.qDayNum>p:nth-child(1){
	width:200px;height:92px;
	padding:0 45px;
	margin-left:20px;
	border-bottom:1px solid #fee889;
	text-align:center;
}
.qDayNum>p:nth-child(1)>span{
	display:block;
	float:left;
	width:48px;
	height:70px;border:2px dashed #d8d5b2;
	border-radius:6px;
	margin-top:10px;
	font-size:56px;color:#333;
	line-height:70px;
}
.qDayNum>p:nth-child(1)>span:nth-child(2){
	margin:10px 22px 0 22px;
}
.qDayNum>p:nth-child(2){
	color:#d86402;
	font-size:22px;
	text-align:center;	
	margin-top:10px;
}
.qDayNum>p:nth-child(3){
	color:#333;
	font-size:14px;
	text-align:center;	
	margin-top:5px;
}
.qDayReward{
	width:341px;
	height:67px;
	background:url(../img/qDok.png) no-repeat;
	margin-top:40px;
	position:relative;
}
.qDayReward p{
	width:341px;
	height:67px;
	background:url(../img/qDno.png) no-repeat right center;
	position:absolute;
	top:0;right:0;
}
.qDayReward>a{
	cursor:pointer;
	display:block;
	width:36px;height:36px;
	float:right;
}






#CalendarMain {
	width: 320px;
	height: 328px;
	margin: 0 auto;
	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: 70px;
	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: 16px 10px 15px 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: 45px;
	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 0.01s steps(5,start) 0s forwards;
        animation: circle 0.01s 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 0.1s steps(5,start) 0s forwards;
        animation: circle 0.1s steps(5, start) 0s forwards;font-weight:bold;
}

@-webkit-keyframes circle {
    0%{
        background-position: center 70px
    }
    100%{
        background-position: center - 105px
    }
}

#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;
}


/* 日常任务  */
.taskListUsually{
	
}
.taskListUsually>div{
	width:730px;height:69px;
	border-bottom:1px solid #e5e5e5;
	display:flex;
}
.taskListUsually>div>p:nth-child(1){
	font-size:16px;color:#333;
	flex:1;padding-left:50px;
	line-height:69px;
}
.taskListUsually>div>p:nth-child(2){
	font-size:14px;color:#666;
	width:110px;text-align:center;
	line-height:69px;
}
.taskListUsually>div>p:nth-child(3){
	font-size:14px;color:#666;
	width:140px;text-align:center;
	line-height:69px;
}
.taskListUsually>div>p:nth-child(3) span{
	background:url(http://static.wnssedu.com/images/integral/icon13.png) no-repeat left center;
	padding-left:20px;background-size:18px 18px;
}
.taskListUsually>div>p:nth-child(4){
	width:100px;height:38px;
	text-align:center;
	background:#f4b323;font-size:16px;
	color:#fff;border-radius:6px;
	margin:15px 0;line-height:38px;
}
.taskListUsually>div>p.alreadyComplete{
	background:#eeeeee;
	color:#666;
}






