.iebigbox {
   display : block !important;
   position : fixed;
   width : 100%;
   height : 100%;
   background-color : @white;
   top : 0;
   left : 0;
   z-index : 99999;
  .iebox {
    margin-top : 50px;
    padding : 0 0 50px 0;
    border : 5px solid #cccccc;
    background-color : white;
    overflow : hidden;
    box-sizing : over-box;
    .row-fluid {
    }
    .logo-band {
        height : 100px;
        background-color : @white;
        background-image : url(../biomed/img/new-version/header/logo.png);
        background-repeat : no-repeat;
        background-position : center center;
        margin-bottom : 50px;
        border-bottom : 1px solid #f4f4f4;
    }
    span {
      font-size : 22px;
      display : inline-block;
      margin-bottom : 20px;
      margin-right : 30px;
      margin-left : 30px;
    }
    p {
      font-size : 18px;
      margin-bottom : 50px;
      margin-right : 30px;
      margin-left : 30px;
    }
    ul {
      list-style-type : none;
      margin : 0;
      margin-right : 30px;
      margin-left : 30px;
      li {
        text-align : center;
        width : 100/4%;
        display : inline-block;
        float : left;
        .title-list-ie8 {
          font-size : 18px;
          margin-bottom : 10px;
        }
        span {
          font-size : 14px;
          margin-right : 0;
          margin-left : 0;
          width : 100%;
        }
        img {
          width : 140px;
        }
        a {color : @red;}
      }
    }
  }
}