  /* 倒计时 */
.toTime .it{
    float: left;
    width:20px;
    line-height:16px;
    background:rgba(250,250,250,1);
    border-radius:2px;
    text-align: center;
    font-size:13px;
    font-weight:400;
    color:rgba(66,73,87,1);
}
 .toTime .it1{
   float: left;
   font-size:14px;
   font-weight:400;
   line-height:16px;
   color:rgba(255,255,255,1);
   padding: 0 3px;
}

