  #iePage{
    display: none;
  }
  .ie-class{
    background: #f0f2f5;
    margin: 0;
  }
  .ie-class .ie-topbar{
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    line-height: 52px;
  }
  .ie-class .logo{
    margin-left: 18.75%;
    width: 116px;
    height: 52px;
    background: url('./logo.png') no-repeat center;
    background-size: 100%;
    float: left;
  }
  .ie-class .line{
    width: 1px;
    height: 18px;
    background: #CCCCCC;
    float: left;
    margin: 15px 20px 0 20px;
  }
  .ie-class .text{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  .ie-class .ie-pic{
    width: 527px;
    height: 322px;
    margin: 100px auto 0;
    display: block;
  }
  .ie-class .ie-text-tip{
    width: 436px;
    height: 26px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin: 60px auto 0;
  }
  .ie-class .ie-chrome{
    width: 230px;
    margin: 30px auto 0;
    height: 42px;
    line-height: 42px;
    background: url('./chrome.png') no-repeat;
    font-size: 14px;
    padding-left: 55px;
  }
  .ie-class .ie-chrome a{
    color: #4E52FF;
    font-size: 14px;
    text-decoration: none;
  }
  .ie-class .ie-chrome a:hover{
    text-decoration: underline;
  }