.updateBoswerBox{
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  overflow: hidden;
}
.anti-ie-mask {
    display: none;
    width: 100%;
    height: 100%;
    font: 12px/1.5 tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    color: #666;
    font-family: 'Microsoft Yahei','Avenir', Helvetica, Arial, sans-serif;
    background: #FAFAFA;
  }
  .updateBoswerBox .anti-ie-mask{
    display: block;
  }
  .anti-ie-mask a {
    color: #09F;
    text-decoration: none;
  }
  .anti-ie-mask a:hover {
    color: #15BF93;
  }
  .anti-ie-dialog {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -340px;
    width: 600px;
    padding: 40px;
    background: #FAFAFA;
  }
  .anti-ie-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .anti-ie-para {
    padding: 0;
    margin: 15px 0;
    zoom: 1;
  }
  .anti-ie-para:after {
    content: ' ';
    display: block;
    clear: both;
    font-size: 0;
  }
  a.anti-ie-browser-link {
    float: left;
    width: 120px;
    text-align: center;
    padding: 12px;
    color: #666;
  }
  a.anti-ie-browser-link:hover {
    background: #EEE;
  }
  .anti-ie-browser-icon {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    width: 125px;
    height: 135px;
    cursor: pointer;
  }
  .anti-ie-browser-icon-ie{
    background: url(../img/checkBoswer/ie.png)
  }
  .anti-ie-browser-icon-chrome{
    background: url(../img/checkBoswer/chrome.png)
  }
  .anti-ie-browser-icon-firefox{
    background: url(../img/checkBoswer/firefox.png)
  }
  .anti-ie-browser-icon-opera{
    background: url(../img/checkBoswer/opera.png)
  }
  .anti-ie-btn-ctnr {
    text-align: right;
  }
  a.anti-ie-btn {
    zoom: 1;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #15BF93;
    font-size: 15px;
    padding: 0 15px;
    display: inline-block;
    color: #FFF;
  }
  a.anti-ie-btn:hover {
    color: #FFF;
  }
  a.anti-ie-btn-cancel {
    background: #AAB;
  }