* {
  margin: 0;
  padding: 0;
}

body,
html {
  background-color: #ffffff;
}

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;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

.box .pic9 .foot-btns {
  width: 6.96rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.box .pic9 .foot-btns .foot-btn-item {
  display: block;
  width: 3.3rem;
  height: 0.83rem;
}

.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: 6.96rem;
  height: 8.17rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.48rem;
  margin-top: -4.09rem;
  display: none;
}

.shadow .popupAll .close {
  width: 0.64rem;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  margin-left: -0.32rem;
}

.shadow .popupAll .popup-text {
  display: block;
  width: 4.52rem;
  height: 0.75rem;
  margin: 0 auto;
  margin: -0.73rem auto 0.4rem;
}

.shadow .popupAll .text {
  width: 5.74rem;
  height: 7.1rem;
  overflow-y: auto;
  color: #ffffff;
  font-size: 0.28rem;
  margin: 0 auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.shadow .popupAll .text .line li {
  text-align: justify;
  line-height: 0.48rem;
}
