@charset "utf-8";
#ib-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-sizing: content-box !important;
  display: none;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

#ib-container * {
  box-sizing: content-box !important;
}

.ib-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 592px;
  height: 360px;
  padding: 20px;
  margin-top: -200px;
  margin-left: -320px;
  color: #434a54;
  background: #fff;
  border-left: 8px solid #AC363C;
}

.ib-header {
  height: 80px;
  padding-top: 10px;
}

.ib-header h1 {
  margin: 0;
  font-size: 24px;
  color: #434a54;
  text-align: left;
}

.ib-header p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #434a54;
  text-align: left;
}

.ib-header p strong {
  font-weight: normal;
  color: #972D32;
}

.ib-browsers {
  height: 230px;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  list-style: none;
}

.ib-browsers li {
  position: relative;
  float: left;
  width: 118px;
  height: 210px;
}

.ib-browsers li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #434a54;
  text-decoration: none;
  cursor: pointer;
}

.ib-browsers li a:hover {
  background-color: #F2F2F2;
}

.ib-browsers li a:hover .ib-browser-name {
  color: #fff;
  background-color: #AC363C;
}

.ib-browser-icon {
  display: block;
  width: 118px;
  height: 90px;
  margin: 0 auto;
  margin-top: 20px;
}

.ib-browser-name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.ib-browser-description {
  height: 50px;
  padding: 0 5px;
  margin-top: 10px;
  font-size: 10px;
  line-height: 14px;
}

.ib-footer {
    height: 30px;
}

.ib-try {
  float: right;
  height: 30px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #972D32;
}

.ib-try:hover {
  background-color: #AC363C;
}

.ib-mask {
  position: absolute;
  _position: absolute;
  top: 0;
  _top: expression(eval(document.documentElement.scrollTop) + 'px');
  _right: auto;
  _bottom: auto;
  left: 0;
  _left: expression(eval(document.documentElement.scrollLeft) + 'px');
  z-index: 99998;
  width: 100%;
  _width: expression(eval(document.documentElement.clientWidth) + 'px');
  height: 100%;
  _height: expression(eval(document.documentElement.clientHeight) + 'px');
  background: rgb(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.zh-cn #ib-container {
  font-family: 'Microsoft Yahei', sans-serif;
}

.zh-cn .ib-browser-description {
  font-size: 12px;
}
