.show-tip-ie-box {
  /* position: fixed; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1000px;
  padding: 20px;
  margin: 30px auto;
  background: rgba(0, 0, 0,  0.5);
  border:1px solid #ccc;
}
.show-tip-ie-content {
  position: relative;
  width: 80%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 13px;
}
.show-tip-ie-title {
  font-size: 18px;
  line-height: 40px;
}
.show-tip-ie-img1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.show-tip-ie-img2 {
  width: 40%;
  max-width: 500px;
  margin: 0 auto;
}
.show-tip-ie-img1 img,
.show-tip-ie-img2 img{
  width: 90%;
}

.ie-close-text{
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 18px;
  color: #888;
  cursor: pointer;
}
.show-tip-ie-text{
  text-align:center;
  margin-bottom:20px;
}