.ie-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 666;
}
.ie-box > .ie-tip-box {
  width: 540px;
  height: 342px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -171px -270px;
  background-color: #fff;
  z-index: 2000;
  font-family: "微软雅黑";
}
.ie-box > .ie-tip-box > .top {
  width: 100%;
  height: 40px;
  background: #0068B7;
}
.ie-box > .ie-tip-box > .title {
  width: 100%;
  font-size: 28px;
  color: #25506D;
  text-align: center;
  line-height: 60px;
}
.ie-box > .ie-tip-box > .sec-title {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ie-box > .ie-tip-box > .ie-download > .ie,
.ie-box > .ie-tip-box > .ie-download > .chrome {
  width: 50%;
  height: 100px;
  float: left;
  margin-top: 30px;
}
.ie-box > .ie-tip-box > .ie-download > .ie a,
.ie-box > .ie-tip-box > .ie-download > .chrome a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 10px;
}
.ie-box > .ie-tip-box > .ie-download > .ie a > img,
.ie-box > .ie-tip-box > .ie-download > .chrome a > img {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  float: left;
  margin-left: 35px;
}
.ie-box > .ie-tip-box > .ie-download > .ie a > div,
.ie-box > .ie-tip-box > .ie-download > .chrome a > div {
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  float: left;
  margin-top: 22px;
  margin-left: 15px;
  border-radius: 5px;
  background-color: #66b1ff;
  color: #fff;
}
.ie-box > .ie-tip-box > .ie-download > .ie a > div:hover,
.ie-box > .ie-tip-box > .ie-download > .chrome a > div:hover {
  background-color: #00afd7;
  cursor: pointer;
}
.ie-box > .ie-tip-box > .ie-download > .ie > a img {
  margin-left: 30px;
}
.ie-box > .ie-tip-box > .ie-download > .chrome > a img {
  margin-left: 20px;
}
