﻿.action_M_main table {display: block; height: 40px; }
  .style10 {
    font-size:16px;
    color:#0d131a;
    text-decoration:none;
  }
  A.style10:link {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style10:active {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style10:visited {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style10:hover {
    COLOR: #d00f1b;
    text-decoration:none;
  }
  .style11 {
    font-size:14px;
    color:#0d131a;
    text-decoration:none;
  }
  A.style11:link {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style11:active {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style11:visited {
    COLOR: #0d131a;
    text-decoration:none;
  }
  A.style11:hover {
    COLOR: #d00f1b;
    text-decoration:none;
  }
  .chanpin{
    color: #0d131a;
    text-decoration: none;
  }
  .chanpin:hover {
    color:#d00f1b;
    text-decoration: none;
    cursor:pointer;
  }
  .l1 .tzlc_title1 i{
    left:0px;
  }
  #floating{
    position: absolute;
    width: 100%;
    height: 580px;
    top: 0px;
    z-index: 1000;
    display: none;
    left: 0px;
    overflow: hidden;
  }
  #floating .imgBox{
    width: 100%;
    text-align: center;
  }
  #floating .imgBox img{
    margin-left: -100px;
  }
  #floating .closeBox{
    cursor: pointer;
    position: absolute;
    top: 548px;
    width:100px;
    background: #FFF;
    background-color:rgba(255,255,255,255);
    padding:5px;
    border:solid 1px #d3d3d3;
    border-radius: 4px;
    text-align:center;
  }
  #floating .closeBox p{
    font-size: 16px;
    line-height:18px;
    color:#000;
    color:rgba(0,0,0,0.8);
  }
  #floating .closeBox p span#timer{
    font-size:16px;
  }
  .span:hover{
    color:#d00f1b;
  }