.icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
}

.global-page-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.global-page-wrap img {
  max-width: 100px;
  width: 100%;
}

#ie-content-wrap {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 99;
  margin: 0px auto;
  text-align: center;
  display: none;
}

.ie-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  width: 100%;

}

.ie-main-content .title {
  margin: 24px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #14142B;
}


.ie-main-content img {
  width: 260px;
  text-align: center;
}

.ie-main-content .btn-list {
  display: flex;
  justify-content: center;
}

.ie-main-content .btn-list div {
  width: 138px;
  height: 32px;
  line-height: 30px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #3A78F6;
  margin: 0px 16px;
  cursor: pointer;

}

.ie-main-content .copy {
  border: 1px solid #3A78F6;

}

.ie-main-content .download a {
  color: #fff;
  background: #3A78F6;
  display: block;
  height: 32px;
  line-height: 30px;
  border-radius: 12px;
  border: 1px solid #3A78F6;
}

.ie-main-content .copy:hover {
  background: #f3f7fe;
  color: #548af7;
}

.ie-main-content .download a:hover {
  border: 1px solid #005eff;
  background: #005eff;
}

.ie-msg-wrap {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  border-radius: 12px;
  z-index: 99999;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -60px;
  right: 0px;
  width: 120px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: none
}

#ie-msg-wrap-error {
  width: 260px;
  margin-left: -130px;
}
