/*reset*/
html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 0.28rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

input {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
}

a {
  color: #fff;
  text-decoration: none;
}

.flex-box {
  display: flex;
  align-items: center;
}

.bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat;
  background-size: auto 100%;
}

.logo {
  width: 2.7rem;
  height: 2.7rem;
  margin: 1.8rem auto;
  /* background: #fff; */
  /* border-radius: 0.1rem; */
  border-radius: 50%;
  overflow: hidden;
}

.logo img {
  width: 100%;
  border-radius: 0.1rem;
}

.download-box {
  width: 70%;
  line-height: 3.5em;
  color: #fff;
  margin: 0.3rem auto;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  margin-left: 0.2rem;
  font-size: 18px;
}

.zhezhao {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bgzz.png) center center;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.download-box {
  border: 0.04rem solid #fff !important;
  border-radius: 100px;
  background: #ff6039;
  /* background: linear-gradient(45deg, #ff5401, #f0cb35); */
}
.ios{
  background: #ff902f;
  /* background: linear-gradient(-45deg, #ff5401, #f0cb35); */
  background-size: 100% 100%;
}
