* {
  margin: 0;
  padding: 0;
}

body,
html {
  background-color: #000c7d;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
  color: #ffffff;
}

ul li {
  list-style: none;
}

.notScroll {
  overflow: hidden;
}

.floatR {
  float: right;
}

.floatL {
  float: left;
}

.box .download {
  height: 0.9rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 5;
}

.box .download .appImg {
  width: 0.65rem;
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-right: 0.3rem;
}

.box .download .appIcon {
  font-size: 0.26rem;
  color: #fff;
  display: inline-block;
  margin-top: 0.12rem;
  float: left;
}

.box .download .downloadBox {
  background: rgba(0, 159, 119, 0.5);
  width: 1.6rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  display: inline-block;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  color: #fff;
  margin-top: 0.2rem;
  float: right;
  margin-right: 0.8rem;
}

.box .download .appBtn {
  width: 0.2rem;
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
}

.box {
  height: 100vh;
  overflow: scroll;
}

.box .pic {
  display: block;
  width: 100%;
  margin-top: -1px;
}

.box .pic5 {
  width: 100%;
  height: 1.43rem;
  background: url(../img/img5.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic7 {
  position: relative;
  width: 100%;
  height: 3.33rem;
  background: url(../img/img7.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic8 {
  position: relative;
  width: 100%;
  height: 3.33rem;
  background: url(../img/img8.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic9 {
  position: relative;
  width: 100%;
  height: 3.05rem;
  background: url(../img/img9.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic10 {
  position: relative;
  width: 100%;
  height: 3.04rem;
  background: url(../img/img10.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic11 {
  position: relative;
  width: 100%;
  height: 3.04rem;
  background: url(../img/img11.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .flt-btn {
  display: block;
  position: fixed;
  top: 6.8rem;
  right: 0;
  width: 0.93rem;
  height: 0.59rem;
  background: url(../img/btn3.png) no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}

.box .btn1 {
  display: block;
  margin: 0 auto;
  width: 2.74rem;
  height: 0.88rem;
  background: url(../img/btn1.png) no-repeat;
  background-size: 100% 100%;
}

.box .btn2 {
  position: absolute;
  width: 1.34rem;
  height: 0.32rem;
  bottom: 0.57rem;
  right: 0.88rem;
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.shadow .popupAll {
  width: 5.77rem;
  height: 5.6rem;
  background-color: #fafafa;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.shadow .popupAll .close {
  width: 0.45rem;
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
}

.shadow .popupAll .block {
  margin-top: 0.37rem;
}

.shadow .popupAll .block li {
  display: none;
}

.shadow .popupAll .block li .title {
  display: block;
  height: 0.58rem;
  margin: 0 auto;
}

.shadow .popupAll .text {
  width: 5.77rem;
  height: 4.3rem;
  overflow-y: auto;
  margin: 0.2rem auto;
}

.shadow .popupAll .text .line li {
  display: none;
  padding-right: 0.2rem;
}

.shadow .popupAll .text .line li .rule {
  display: block;
  width: 5.2rem;
  margin: 0 auto;
}
