.round {margin-top:0px;width:580px; float:right; position:relative;}
.watch_point {width:580px;}
.watch_font {position:absolute;left:175px; top:175px;width:230px;
animation:font_circel 1s linear 0s 1 normal;
-moz-animation:font_circel 1s linear 0s 1 normal;
-webkit-animation:font_circel 1s linear 0s 1 normal;
-o-animation:font_circel 1s linear 0s 1 normal;
}


@keyframes font_circel{
0%  { left:-600px; top:-100px;width:20px;transform:rotate(0deg);}
100% { left:175px; top:175px;width:230px;transform:rotate(360deg);}
}

@-moz-keyframes font_circel {
0%  { left:-600px; top:-100px;width:20px;-moz-transform:rotate(0deg);}
100% { left:175px; top:175px;width:230px;-moz-transform:rotate(360deg);}
}

@-webkit-keyframes font_circel {
0%  { left:-600px; top:-100px;width:20px;-webkit-transform:rotate(0deg);}
100% { left:175px; top:175px;width:230px;-webkit-transform:rotate(360deg);}
}

@-o-keyframes font_circel {
0%  { left:-600px; top:-100px;width:20px;-o-transform:rotate(0deg);}
100% { left:175px; top:175px;width:230px;-o-transform:rotate(360deg);}
}

.watch_calibrate {position:absolute;left:110px; top:100px;width:370px;
animation:calibrate_circel 20s linear 0.85s infinite normal;
-moz-animation:calibrate_circel 20s linear 0.85s infinite normal;
-webkit-animation:calibrate_circel 20s linear 0.85s infinite normal;
-o-animation:calibrate_circel 20s linear 0.85s infinite normal;}

@keyframes calibrate_circel{0%  {transform:rotate(0deg);}25% {transform:rotate(-90deg);}50% {transform:rotate(-180deg);}75% {transform:rotate(-270deg);}100% {transform:rotate(-360deg);}}
@-moz-keyframes calibrate_circel {0%  {-moz-transform:rotate(0deg);}25% {-moz-transform:rotate(-90deg);}50% {-moz-transform:rotate(-180deg);}75% {-moz-transform:rotate(-270deg);}100% {-moz-transform:rotate(-360deg);}}
@-webkit-keyframes calibrate_circel {0%  {-webkit-transform:rotate(0deg);}25% {-webkit-transform:rotate(-90deg);}50% {-webkit-transform:rotate(-180deg);}75% {-webkit-transform:rotate(-270deg);}100% {-webkit-transform:rotate(-360deg);}}
@-o-keyframes calibrate_circel {0%  {-o-transform:rotate(0deg);}25% {-o-transform:rotate(-90deg);}50% {-o-transform:rotate(-180deg);}75% {-o-transform:rotate(-270deg);}100% {-o-transform:rotate(-360deg);}}

.watch_outer{position:absolute;left:95px; top:85px;width:400px;
animation:outer_circel 5s linear 0.85s infinite normal;
-moz-animation:outer_circel 5s linear 0.85s infinite normal;
-webkit-animation:outer_circel 5s linear 0.85s infinite normal;
-o-animation:outer_circel 5s linear 0.85s infinite normal;
}

@keyframes outer_circel{0%  {transform:rotate(0deg);}25% {transform:rotate(90deg);}50% {transform:rotate(180deg);}75% {transform:rotate(270deg);}100% {transform:rotate(360deg);}}
@-moz-keyframes outer_circel {0%  {-moz-transform:rotate(0deg);}25% {-moz-transform:rotate(90deg);}50% {-moz-transform:rotate(180deg);}75% {-moz-transform:rotate(270deg);}100% {-moz-transform:rotate(360deg);}}
@-webkit-keyframes outer_circel {0%  {-webkit-transform:rotate(0deg);}25% {-webkit-transform:rotate(90deg);}50% {-webkit-transform:rotate(180deg);}75% {-webkit-transform:rotate(270deg);}100% {-webkit-transform:rotate(360deg);}}
@-o-keyframes outer_circel {0%  {-o-transform:rotate(0deg);}25% {-o-transform:rotate(90deg);}50% {-o-transform:rotate(180deg);}75% {-o-transform:rotate(270deg);}100% {-o-transform:rotate(360deg);}}