#ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: block;
  z-index: 9999;
}

.update-browser-dialog {
  position: absolute;
  width: 900px;
  height: 410px;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -450px;
  border-radius: 4px;
}

.white-bg {
  background-color: #fff;
}


.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dialog-header {
  text-align: center;
  padding: 0 20px;
  color: #182D42;
  font-size: 24px;

  color: rgba(24, 45, 66, 1);
  padding-top: 50px;
  /* background-color: #efefef; */
  /* border-radius: 6px 6px 0 0; */
}

.dialog-body {
  padding: 12px 30px 50px 30px;
}

BUTTON.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 32px;
  line-height: 1;
  color: #666666;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  position: relative;
  top: -40px;
}

.update-browser-dialog H4 {
  line-height: 28px;
  font-size: 16px;
}

.text-weight {
  font-weight: bold;
}

H4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.text-center {
  text-align: center;
  padding: 0 10px;
}

.f-f55 {
  color: #00AB84 !important;
}

.update-browser-dialog A {
  display: inline-block;
  width: 268px;
  font-size: 14px;
}

.default-color {
  color: #00b882 !important;
}

.update-browser-dialog IMG {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.update-browser-dialog a {
  text-decoration: none;
}

.update-browser-dialog a span {
  color: #6C7179;
}

IMG {
  vertical-align: middle;
}

#newImg {
  height: 384px;
  cursor: pointer;
  width: 100%;
  background: url('https://alifile.hqjy.com/hq/classfile/2020-2-19/4e84cfeb-dcb3-4b2f-8c47-b07fa5d1051dkwXPwdEdN5UB25127phXQ14AAAAAAAAAAQ.jpg') no-repeat center center;
}