.clock{width:26px;height:26px;border-radius:100%;background:#fff;border:3px solid #fff;box-shadow:inset 1px 1px 4px rgba(0,0,0,.2)}.wrap{overflow:hidden;position:relative;width:100%;height:100%;border-radius:100%}.hour,.minute,.second{position:absolute;left:50%;bottom:50%;transform-origin:bottom center;transform:rotate(0deg);z-index:1}.hour{height:8px}.hour,.minute{width:1px;background:#000}.minute{height:25px}.second{height:30px;width:1px;background:red}.dot{position:absolute;width:4px;height:4px;background:green;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}