body{background:black}
		.clock{position:absolute;opacity:1}
		.fill .clock{left:50%;top:50%}
		.centre{position:absolute;top:50%;left:50%;width:0;height:0}
		.expand{position:absolute;top:0;left:0;transform:translate(-50%,-50%)}
		.anchor{position:absolute;top:0;left:0;width:0;height:0}
		.element{position:absolute;top:0;left:0}
		.round{border-radius:296px}
		.circle-1{background:white;width:12px;height:12px}
		.circle-2{background:#FA9F22;width:8px;height:8px;z-index:4}
		.circle-3{background:#89D9D6;width:4px;height:4px;z-index:5}
		.second{transform:rotate(180deg);z-index:3}
		.minute{transform:rotate(54deg);z-index:1}
		.second-hand{width:2px;height:164px;background:#FA9F22;transform:translate(-50%,-100%) translateY(24px)}
		.hour{transform:rotate(304.5deg);z-index:2}
		.thin-hand{width:4px;height:50px;background:white;transform:translate(-50%,-100%);z-index:0}
		.shi-thin-hand{width:4px;height:50px;background:#89D9D6;transform:translate(-50%,-100%)}
		.fat-hand{width:10px;height:57px;border-radius:10px;background:white;transform:translate(-50%,-100%) translateY(-18px)}
		.shi-hand{width:10px;height:57px;border-radius:10px;background:#89D9D6;transform:translate(-50%,-100%) translateY(-18px)}
		.minute-hand{height:112px}
		.hour-text{position:absolute;font:40px Hei,Helvetica,Arial,sans-serif;color:white;transform:translate(-50%,-50%)}
		.hour-10{padding-left:0.4ex}
		.hour-11{padding-left:0.25ex}
		.minute-text{position:absolute;font:12px Avenir Next,Helvetica,Arial,sans-serif;color:white;transform:translate(-50%,-50%)}
		.minute-line{background:#c0c0c0;width:1px;height:9px;transform:translate(-50%,-100%) translateY(-131px);opacity:0.34}
		.tz-text{position:absolute;font:20px Avenir Next,Helvetica,Arial,sans-serif;color:white;}
        .bdsharebuttonbox a {
            background-color: white;
        }
.tzs-text{font:20px Avenir Next,Helvetica,Arial,sans-serif;color:white;}
#rig{
width: 100%;
height: 30px;
background: #000000;
position: absolute;
top: 20px;
right: 20px;
text-align:right;
margin:0 auto;
}
#content:-webkit-full-screen {
/*background-color:rgb(255, 255, 12);*/
width: 100%;
height: 100%;
    }