@charset "utf-8";
.w {
  font-family: "微软雅黑";
}
.s {
  font-family: "宋体";
}
input {
  outline: none;
}
button {
  outline: none;
}
.o {
  -moz-transition: 0.5s;
  -ms-transition: 0.5;
  -webkit-transition: 0.5s;
  opacity: 0.8;
}
.t {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.p {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
.f {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
button {
  outline: none;
}
input {
  outline: none;
}
select {
  outline: none;
}
.q {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
.q:hover {
  -moz-transition: 0.5s;
  -ms-transition: 0.5;
  -webkit-transition: 0.5s;
  opacity: 0.8;
}
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  background-size: 100% auto;
  height: 100%;
}
.content {
  width: 7.5rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.content .appIos {
  float: left;
  margin-left: 0.6rem;
  border-bottom: solid 1px #08a155;
  padding-bottom: 0.5rem;
}
.content .appIos .p1 {
  width: 3.03rem;
  height: 2.72rem;
}
.content .appIos .p2 {
  width: 3.19rem;
  height: 2.72rem;
  cursor: pointer;
}
.content .appIos img {
  float: left;
}
.content .appAn {
  float: left;
  margin-left: 0.6rem;
  border-bottom: solid 1px #108de6;
  padding-bottom: 0.5rem;
}
.content .appAn .p1 {
  width: 3.03rem;
  height: 2.57rem;
}
.content .appAn .p2 {
  width: 3.19rem;
  height: 2.57rem;
  cursor: pointer;
}
.content .appAn img {
  float: left;
}
.content .textBox {
  float: left;
  width: 100%;
  color: #959595;
  margin-bottom: 1.5rem;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5rem;
  margin-top: 0.6rem;
  clear: both;
}
.content .textBox .wxCode {
  width: 3.22rem;
  height: 3.07rem;
}
.content .kef {
  width: 6.5rem;
  font-size: 0.3rem;
  color: #959595;
  line-height: 1.23rem;
  height: 1.23rem;
  border-top: solid 1px #e5e5e5;
  margin: 0 auto;
  clear: both;
  margin-top: 0.5rem;
  bottom: -1px;
  left: 0.45rem;
  position: fixed;
}
.content .kef span {
  position: relative;
  top: -0.05rem;
}
.content .btn {
  background: url("../images/kef.png");
  width: 2.03rem;
  height: 0.49rem;
  background-size: 100% 100%;
  display: inline-block;
  float: right;
  margin-top: 0.33rem;
}
.contentBox {
  width: 7.5rem;
  margin: 0 auto;
}
.center {
  background: #000000;
  width: 7.5rem;
  height: 100%;
  position: fixed;
}
.center .tipsImg {
  background: url("../images/tips.png");
  width: 7.5rem;
  height: 9.8rem;
  background-size: 100% auto;
}
/*# sourceMappingURL=style.css.map */