.dcb-cont{
	width: 692px;
	height: auto;
	background:rgba(245,245,245,1);
	border-radius:6px;
	margin-top: 22px;
	padding: 20px 0 10px 0;
}
.dcb-cont p,label{
	font-size:16px;
	color:rgba(29,29,29,1);
}
.dcb-cont input{
	margin-right: 4px;
	margin-left: 17px;
}
.dcb-cont input[type='radio']{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: 4px;
}
#shu{
	margin-top: 0;
}
.dcb-cont input[type='checkbox']{
	width: 16px;
	height: 16px;
}
.select{
	padding-left: 14px;
}
.dcb_select{
	overflow: hidden;
}
.dcb_select div{
	margin-bottom: 10px;
}
.dcb_select>div:last-child label{
	font-size: 14px;
}
.dcb-cont select{
	width:39px;
	height:20px;
	border: 1px #aaa solid;
	border-radius: 6px;
}
.danciben_list{
	padding: 20px 0 0 0;
}
.danciben_list ul{
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    width: 100%;
}
.danciben_list li{
	height: 100px;
    width: 200px;
    text-align: center;
    color: #fff;
    margin-left: 11px;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}
.danciben_list li:nth-child(3n+1){
	margin-left: 0
}
.danciben_list li.easy{
	background: #2C84EE;
}
.danciben_list li.hard{
	background: #D02090;
}
.danciben_list li p{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: -10px;
}
.danciben_list li h6{
	font-size: 20px;
}
.danciben_list li span{
	font-size: 16px;
	font-weight: bold;
}
.danciben_list li img{
	position: absolute;
	bottom: 3px;
	right:3px;
	width: 20px;
	height: auto; 
	display: none;
}
.danciben_list li:hover img{
	display: block;
}
.danciben_list li.on{
	animation: danci 0.6s ease;
	-webkit-animation: danci 0.6s ease;
}
.danciben_list li.on1{
	animation: dan 0.6s ease;
	-webkit-animation: dan 0.6s ease;
}
@keyframes danci{
	25%{
		transform: rotateY(60deg);
		opacity: 0.5
	}
	50%{
		transform: rotateY(90deg);
		opacity: 0.3
	}
	75%{
		transform: rotateY(30deg);
		opacity: 0.5
	}
	100%{
		transform: rotateY(0deg);
		opacity: 1
	}
}
@-webkit-keyframes danci{
	25%{
		transform: rotateY(60deg);
		opacity: 0.5
	}
	50%{
		transform: rotateY(90deg);
		opacity: 0.3
	}
	75%{
		transform: rotateY(30deg);
		opacity: 0.5
	}
	100%{
		transform: rotateY(0deg);
		opacity: 1
	}
}
@keyframes dan{
	25%{
		transform: rotateY(60deg);
		opacity: 0.5
	}
	50%{
		transform: rotateY(90deg);
		opacity: 0.3
	}
	75%{
		transform: rotateY(30deg);
		opacity: 0.5
	}
	100%{
		transform: rotateY(0deg);
		opacity: 1
	}
}
@-webkit-keyframes dan{
	25%{
		transform: rotateY(60deg);
		opacity: 0.5
	}
	50%{
		transform: rotateY(90deg);
		opacity: 0.3
	}
	75%{
		transform: rotateY(30deg);
		opacity: 0.5
	}
	100%{
		transform: rotateY(0deg);
		opacity: 1
	}
}
.btn{
	text-align: center;
}
.btn button{
	width:120px;
	height:40px;
	background:rgba(38,187,255,1);
	border-radius:6px;
	font-size:18px;
	color: #fff;
	cursor: pointer;
}
/*分页*/
.pagination{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;  
}
.pagination span,.pagination p,.pagination div{
	font-size: 14px;
	margin-right: 38px;
	color: #303030;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.pagination span{
	font-weight: bold;
}
.pagination span,.pagination p{
	cursor: pointer;
}
.pagination div{
	margin-right: 0;
	width: auto;
}
.pagination p.on{
	background:rgba(38,187,255,1);
	border-radius: 50%;
	color: #fff;
}

.btn_get_new{
	width: 80px;
	height: 28px;
	background: rgba(38,187,255,1);
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	margin-left: 20px;
}