* {
  padding: 0;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  list-style: none;
  text-indent: 0;
}

body {
  background-color: #1f1f20;
}

.wrapper {
  width: 100%;
}

.main {
  width: 100%;
}

.main .d_logo,
.main .d_warn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.main .d_logo img,
.main .d_warn img {
  display: block;
}

.main .d_logo {
  margin-top: 0.6rem;
}

.main .d_logo img {
  width: 4.45rem;
}

.main .d_warn {
  margin-top: 0.3rem;
}

.main .d_warn img {
  width: 0.82rem;
}

.denied {
  width: 8rem;
  margin: 0 auto;
  padding: 0.4rem 0;
  margin: 0 auto;
}

.denied .info {
  margin-top: 0.06rem;
}

.denied .info h3 {
  text-align: center;
  font-size: 0.28rem;
  color: #ff2d55;
  line-height: 130%;
  padding: 0.1rem 0;
}

.denied .info p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .main .denied {
    width: 6rem;
  }
  .main .denied .d_logo {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    height: 0.731rem;
  }
  .main .denied .d_warn {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    height: 0.68rem;
  }
  .main .denied .info h3 {
    font-size: 0.26rem;
  }
  .main .denied .info p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 620px) {
  .main .denied {
    width: 4rem;
  }
  .main .denied .d_logo, .main .denied .d_warn {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    height: 0.602rem;
  }
  .main .denied .info h3 {
    font-size: 0.24rem;
  }
  .main .denied .info p {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 420px) {
  .main .denied {
    width: 3.2rem;
  }
  .main .denied .d_logo, .main .denied .d_warn {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    height: 0.43rem;
  }
  .main .denied .info h3 {
    font-size: 0.22rem;
  }
  .main .denied .info p {
    font-size: 0.14rem;
  }
}

/*fast*/
body.fast {
  background: #fff;
}

.fast_denied {
  width: 100%;
  min-height: 100vh;
  background: url(../images/fast_bg.jpg) no-repeat center top #040307;
  -webkit-background-size: 100% 14.4rem;
          background-size: 100% 14.4rem;
}

.fast_denied .content {
  max-width: 8.1rem;
  margin: 0 auto;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fast_denied .d_logo {
  margin: 0;
  padding-top: 1.6rem;
}

.fast_denied .d_warn {
  padding-top: 0.3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.fast_denied .info {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: #45292e solid 0.01rem;
}

.fast_denied .info:last-child {
  border: 0 none;
}

.fast_denied .info h3 {
  font-size: 0.28rem;
  color: #ef4136;
}

.fast_denied .info p {
  font-size: 0.18rem;
  line-height: 130%;
  text-align: left;
  color: #fff;
  padding: 0.1rem 0;
}

.system {
  width: 600px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.system .bg-left {
  position: absolute;
  left: -50vw;
  bottom: 0;
  margin-left: 50%;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.system .bg-left img {
  width: 6.38rem;
}

.system .bg-right {
  position: absolute;
  right: -50vw;
  bottom: 0;
  margin-right: 50%;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.system .bg-right img {
  width: 6.36rem;
}

.system .content {
  width: 600px;
}

.system .info {
  padding-top: 0.1rem;
}

.system .info p {
  font-size: 0.3rem;
  color: #fff;
  line-height: 120%;
  text-align: center;
}

.system .info p.min {
  font-size: 0.14rem;
  line-height: 120%;
}

.system .info h3 {
  color: #ff2d55;
  font-size: 0.36rem;
  line-height: 120%;
  text-align: center;
  padding: 0.1rem 0;
}

.fast_system {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: url(../images/fast_bg.jpg) no-repeat center top #040307;
  -webkit-background-size: 100% 14.4rem;
          background-size: 100% 14.4rem;
}

.fast_system .content {
  max-width: 8.1rem;
  height: 100%;
  margin: 0 auto;
  max-height: 14.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  box-sizing: border-box;
}

.fast_system .content .d_logo img {
  width: 4.45rem;
}

.fast_system .content .info {
  padding-top: 0.6rem;
}

.fast_system .content .info p {
  font-size: 0.28rem;
  line-height: 130%;
  color: #fff;
  text-align: center;
}

.fast_system .content .info p.min {
  padding-top: 0.6rem;
  font-size: 0.16rem;
  line-height: 130%;
}

.fast_system .content .info h3 {
  padding-top: 0.2rem;
  font-size: 0.36rem;
  color: #ef4136;
  line-height: 130%;
  text-align: center;
}

.main[portrait="true"] .system {
  width: 7.3rem;
}

.main[portrait="true"] .system .content {
  width: 100%;
  padding-bottom: 2.5rem;
}

.main[portrait="true"] .system .bg-icon img {
  width: 2.7rem;
}

.main[portrait="true"] .system .d_logo {
  margin-top: 0;
}

.main[portrait="true"] .system .d_logo img {
  width: 3.9rem;
}

.main[portrait="true"] .system .info h3 {
  padding-top: 0.2rem;
}

.main[portrait="true"] .system .info p.min {
  padding-top: 0.5rem;
  font-size: 0.16rem;
}
