
/*倒记时*/
.itime_box{position: absolute;right: 0;top: -52px; width:530px; background:#fff;}
.itime_tit{font-size:20px; color:#999; float:left; width:140px; padding:20px 25px 0 25px; height:75px; margin:10px 0; text-align:right; border-right:2px solid #f2f2f2;font-family:STHeiti,"华文黑体","Microsoft YaHei","微软雅黑";}
.itime{ margin-left:20px; height:35px; padding:35px 0 0 0px;background:url(../images/digits_tit.png) center 5px no-repeat; width:295px;float:left;margin-top: 10px;}
.cntSeparator {
        font-size: 35px;
        margin: 0 5px;
        color: #00dbc9;
		font-weight:bold;
      }
.itime s{float:left;width:19px;height:19px;margin:0 3px 0 0; display:inline;overflow:hidden;}
.itime s.num_0{background:url(../images/num_0.png) no-repeat;}
.itime s.num_1{background:url(../images/num_1.png) no-repeat;}
.itime s.num_2{background:url(../images/num_2.png) no-repeat;}
.itime s.num_3{background:url(../images/num_3.png) no-repeat;}
.itime s.num_4{background:url(../images/num_4.png) no-repeat;}
.itime s.num_5{background:url(../images/num_5.png) no-repeat;}
.itime s.num_6{background:url(../images/num_6.png) no-repeat;}
.itime s.num_7{background:url(../images/num_7.png) no-repeat;}
.itime s.num_8{background:url(../images/num_8.png) no-repeat;}
.itime s.num_9{background:url(../images/num_9.png) no-repeat;}
.itime s.num_m{background:url(../images/num_m.png) center 0 no-repeat; width:20px;}

