.lowIeInfo {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lowIeInfo .innerBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
    height: 400px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  .lowIeInfo .innerBox .closeIcon {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .lowIeInfo .innerBox .closeIcon img {
    width: 30px;
    height: 30px;
  }
  .lowIeInfo .waringImg {
    margin-top: 10px;
  }
  .lowIeInfo .warinTtit {
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 28px;
  }
  .lowIeInfo .warinTtit .subInfo {
    color: #ed530f;
  }
  .lowIeInfo .suggest .sugItem {
    float: left;
    width: 30%;
  }
  .lowIeInfo .suggest .sugItem.sugItem1 img {
    transform: scale(0.7);
  }
  .lowIeInfo .suggest .sugItem.sugItem3 img {
    transform: scale(0.7);
  }
  .lowIeInfo .suggest .browerLogo {
    width: 70px;
    height: 70px;
    border: none;
  }
  .lowIeInfo .oterInfo {
    margin-top: 15px;
    color: #8a8a8a;
    font-size: 14px;
  }