@import url(font/iconfont/iconfont.css);
.loading-placeholder-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1; }
  .loading-placeholder-con > img {
    position: absolute;
    z-index: 100;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

* {
  margin: 0;
  padding: 0; }

i,
em {
  font-style: normal; }

ul,
li {
  list-style: none; }

.prompt-con {
  width: 500px;
  margin: auto; }
  .prompt-con > img {
    display: block;
    width: 100%; }

.browser-list {
  font-size: 14px;
  line-height: 26px; }
  .browser-list li {
    cursor: pointer;
    padding: 10px 0;
    overflow: hidden; }
    .browser-list li i {
      float: left;
      color: #3793fb; }
    .browser-list li em {
      float: left;
      margin-left: 10px; }

.down-btn {
  display: block;
  color: #fff;
  margin: auto;
  text-decoration: none;
  width: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #2d8dfa;
  border-radius: 5px;
  margin-top: 20px; }

/*# sourceMappingURL=loading.css.map */
