#aTime{
    color: #fff;
    /*text-align: center;*/
    /*line-height: 200px;*/
    float: left;
}
.hours{
    width: 45px;
    height: 3px;
    /*margin:50px 50px;*/
    background: #000;
    transform-origin: left bottom;
    top: 97px!important;
    left: 108px!important;
}
.minutes{
    width: 53px;
    height: 3px;
    background: #000;
    /*margin:-56px 46px;*/
    transform-origin: left bottom;
    transform:rotate(0deg);
    top: 98px!important;
}
.seconds{
    width: 60px;
    height: 2px;
    background: #000;
    /*margin:54px 50px;*/
    transform-origin: left bottom;
    transform:rotate(0deg);
	top: 99px!important;
	left: 108px!important;
}
.tran{
    transform: rotate(-90deg);/*这里测试了一下旋转角*/
}
.dian{
    width:7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    /*margin:-55px 46px;*/
}
#aDate,#week{
    color: #fff;
    padding-top: 50px;
}
.clock-bg{
	border: none;
	width: 210px;
	height: 198px;
	position: relative;
	opacity: 0.6;
	margin: 62px -6px 0 35px;
	border-radius: 50%;
}
.dian{
	position: absolute;
	top: 97px;
	left: 105px;
}
.tran{
	position: absolute;
	top: 97px;
	left: 107px;
}
#tab{
	width: 1000px;
	margin: 20px auto 60px;
	overflow: hidden;
	background:url(../images/167412302263601735_03.jpg);
	height: 415px;
}
#tab .clock-bg{
	float: left;
}

        