body * {
  margin: 0;
  padding: 0; }
body ul {
  list-style: none; }
body a {
  text-decoration: none; }
body .clear {
  clear: both; }
body .hiddenBox {
  display: none; }
body .canvasBox {
  position: relative;
  width:100%;

  height: 210px; }
  body .canvasBox .canvasBox_left {
    width: 100%;
    float: left; }
    body .canvasBox .canvasBox_left h3 {
      font-size: 18px;
      color: #333; }
    body .canvasBox .canvasBox_left ul {
      margin-top: -10px;
      list-style: none;
      width:100%;
   
      height: 30px; }
      body .canvasBox .canvasBox_left ul li {
        cursor: pointer;
        float: left;
        width: 25%;
        background: #fff;
        color: #333;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        font-size: 13px; }
      body .canvasBox .canvasBox_left ul .firstLi {
        border-bottom: 1px solid #ee801F; }
      body .canvasBox .canvasBox_left ul .lastLi {
        border-right: 1px solid #D9D9D9; }
    body .canvasBox .canvasBox_left .dataCalculation {
    width:100%;
    
      height: 42px; }
      body .canvasBox .canvasBox_left .dataCalculation .bigNum {
        font-size: 30px;
        margin-right: 6px; }
      body .canvasBox .canvasBox_left .dataCalculation .lift {
        position: relative;
        display: inline-block;
        width: 17px;
        height: 16px;
        background: url("../images/arrow.png") no-repeat; }
      body .canvasBox .canvasBox_left .dataCalculation .smallNum {
        font-size: 22px; }
    body .canvasBox .canvasBox_left .time {
      color: #666;
      font-size: 13px;
      margin-bottom: 7px; }
    body .canvasBox .canvasBox_left #month, body .canvasBox .canvasBox_left #week, body .canvasBox .canvasBox_left #main, body .canvasBox .canvasBox_left #minutes {
      width:100%;
 
      margin-top: 5px;
      height: 180px; }
  body .canvasBox .canvasBox_right {
    position: absolute;
    right: 0;
    bottom: 0; }
    body .canvasBox .canvasBox_right .otherCompanies {
      color: #666;
      font-size: 12px; }
      body .canvasBox .canvasBox_right .otherCompanies a {
        color: #666;
        font-size: 12px; }
    body .canvasBox .canvasBox_right ul {
      margin-top: 10px;
      width: 116px;
      font-size: 12px;
      color: #666; }
      body .canvasBox .canvasBox_right ul li {
        height: 22px;
        line-height: 22px; }
        body .canvasBox .canvasBox_right ul li .name {
          float: left; }
        body .canvasBox .canvasBox_right ul li .data {
          float: right; }
.tabBox{
   position: relative;
    z-index: 999;
    opacity: 1;
    filter:Alpha(opacity=100)
}
.tabBox.ycd{
    z-index: 998;
    opacity: 0;
    filter:Alpha(opacity=0)
}

.expressLane{
   padding-top:5px;
}
.expressLane+.expressLane{
   padding-top:16px;
   padding-bottom:40px;
}
@media screen and (max-width: 992px){
   .expressLane+.expressLane{padding-top:0;}
}
@media (max-width: 767px){
    .expressLane .box9 .item img,.expressLane+.expressLane .box9 .item img{
       width:auto;
   
        height: 58px;
    }
    .visible-xs-block.old{
       display:none !important;
    }
    .expressLane+.expressLane{
       padding:0;
    }
}
