.sign {
	margin-top: 0;
	color: white;
}
.sign_countdown {
	font-size: 59px;
	text-align: center;
	margin-top: 122px;
}
.waterBox{
	margin: 0 auto;
	margin-top: 94px;
	position: relative;
	width: 293px;
	height: 293px;
}
.waterBox #waterBall{
	position: absolute;
	width: 100%;
	height: 100%;
}
.sign_unsign_container {
	margin: 0 auto;
	width: 452px;
	height: 101px;
	background: #185668;
	border-radius: 10px;
	margin-top: 63px;
	font-size: 14px;
	position: relative;
	line-height: 101px;
}
.sign_unsign_title {
	font-size: 20px;
	position: absolute;
	margin-left: 45px;
}
.sign_unsign_number_container {
	position: absolute;
	margin-left: 115px;
	height: 100%;
}
.sign_unsign_number {
	font-size: 50px;
}
.sign_unsign_detailtitle {
	position: absolute;
	margin-left: 300px;
}
.sign_unsign_img {
	margin-left: 12px;
	cursor: pointer;
}

/*签到结束*/
.zyshow .signEnd{
	margin-top: 0;
	width: 100%;
	padding: 0 13%;
	min-height: 100%;
}
.signEndBox{
	margin-top: 74px;
	min-height: 100%;
	overflow: hidden;
}


/*.signEndBox::-webkit-scrollbar { /!*外层轨道*!/*/
	/*width:3px;*/
	/*height:2px;*/
	/*background:#ccc;*/
	/*border-radius:5px;*/
/*}*/
/*.signEndBox::-webkit-scrollbar-thumb{/!*内层轨道*!/*/
	/*display:block;*/
	/*width:2px;*/
	/*margin:0 auto;*/
	/*border-radius: 5px;*/
	/*background:rgba(43,161,244,0.6);*/
/*}*/
/*.signEndBox:focus {*/
	/*border-color:#2BA1F4;*/
	/*outline: #ffffff auto 0;*/
/*}*/


.signEndBox li{
	width: 11.11%;
	height: 196px;
	float: left;
	font-size: 0;
	text-align: center;
}
.signEndBox li>div{
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
.signEndBox li>div img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.signEndBox li p:nth-child(2){
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 8px;
}
.signEndBox li p:nth-child(3){
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}