/* clock */
.clock{position:relative;width:150px;height:150px;list-style:none;background:url('../images/clock.png') no-repeat center;background-size:200px 200px;}
.clock .seconds,.clock .minutes,.clock .hours{position:absolute;width:7px;height:145px;left:70px;}
.clock .date{position:absolute;top:91px;color:#666;right:35px;font-weight:bold;letter-spacing:3px;font-family:"微软雅黑";font-size:8px;line-height:9px;}
.clock .hours{background:url('../images/hands.png') no-repeat left;z-index:10;background-size:22px 150px;}
.clock .minutes{background:url('../images/hands.png') no-repeat center;z-index:20;background-size:22px 150px;}
.clock .seconds{background:url('../images/hands.png') no-repeat right;z-index:30;background-size:22px 150px;}
.clocks .text{width:150px;text-align: center;display: inline-block;}