img {
  max-width: 100%;
}
.browsers {
  list-style: none;
  padding: 0 72px 61px;
  overflow: hidden;
  _zoom: 1;
  _display: inline;
  width: 100%;
}
.browsers-container {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -273px;
  margin-left: -388px;
  width: 776px;
}
.browsers-msg {
  font-size: 24px;
  color: #555;
  line-height: 36px;
  padding: 84px 0 66px;
}
.browsers-logo {
  display: inline-block;
  width: 200px;
  border: none;
}
.browser-log img {
  display: block;
  width: 100%;
  border: none;
}
.browsers-main {
  border: 1px solid #eeeded;
  width: 100%;
}
.browsers-title {
  margin: 26px 50px 50px;
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
}
.browsers-title:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #e6222a;
  left: 0;
  top: 9.5px;
}
.browsers-tip {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #fff;
  position: fixed;
}
.browser {
  float: left;
  width: 210px;
  vertical-align: top;
  text-align: center;
}
.browser a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  _zoom: 1;
}
.browser span {
  display: inline-block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  _zoom: 1;
}
.browser span img {
  cursor: pointer;
  vertical-align: top;
  width: 100%;
  border: none;
}
.browser p {
  padding-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  line-height: 13px;
  padding-bottom: 12px;
  _zoom: 1;
}
.browsers-container img {
  border: none;
}