@charset "utf-8";

input::-webkit-input-placeholder {
  color: #919191 !important;
}
input {
  outline: medium;
}

body {
  background: url("../images/bg.jpg") center top no-repeat;
}

.top {
  background-color: #ff0000;
  height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  line-height: 1rem;
}
.top p {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  font-size: 0.28rem;
  position: relative;
  top: -0.08rem;
}
.top p img {
  position: relative;
  top: -0.06rem;
  width: 0.5rem;
  height: 0.5rem;
}
.top .msg {
  display: inline-block;
  line-height: 0.45rem;
  position: relative;
  top: 0px;
}

.logo {
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 3.2rem;
  height: 1rem;
  margin-left: 2rem;
}
.logo img {
  width: 100%;
  height: 100%;
}

.content {
  width: 7rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin: 0 auto;
  font-family: '微软雅黑';
  line-height: 0.7rem;
  padding-bottom: 0.2rem;
}
.content p {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-align: left;
}
.content .red {
  font-size: 0.25rem;
  color: #d91f1f;
  text-align: center;
  line-height: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  padding-top: 0.4rem;
}
.content .fonts {
  font-size: 0.25rem;
  color: #333333;
  line-height: 0.5rem;
  text-align: center;
}
.content .bule {
  text-align: center;
}
.content .bule a {
  color: #1251c1;
  font-weight: bold;
  font-size: 0.22rem;
}
.content .list {
  margin-top: 0.1rem;
}
.content .list li {
  background-color: red;
  border-radius: 0.8rem;
  width: 6rem;
  line-height: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.content .list li a {
  color: #fff;
  font-size: 0.24rem;
}
.content .list span {
  color: #fcff00;
}

/* ✅ appText 图文横排，图标统一大小，兼容 PC 和移动端 */
.appText {
  width: 100%;
  padding: 0.3rem 0;
  background: #fff;
  display: flex;
  justify-content: center;
}
.appText a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  max-width: 6.8rem;
  width: 100%;
}
.appText img {
  width: 0.72rem;
  height: 0.72rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
  display: block;
}
.appTextInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appText .app1 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #fd1854;
  line-height: 1.2;
}
.appText .app2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.2;
}

.btns {
  background: url("../images/btn.png") no-repeat center top;
  background-size: 100% 100%;
  width: 4rem;
  height: 0.75rem;
  display: block;
  float: left;
  margin-left: 1.45rem;
}

.gg {
  width: 5.1rem;
}
.gg .ggtext a {
  color: #fff;
}

.footer {
  text-align: center;
  color: #707070;
  line-height: 100px;
  width: 100%;
  float: left;
  font-size: 0.18rem;
}

/*# sourceMappingURL=css.css.map */
