* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  background-color: #b70000;
  font-family: Helvetica Neue,Helvetica,STHeiTi,sans-serif,Microsoft YaHei;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}

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: #333333;
}

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 {
  position: relative;
}

.box .advertise {
  position: absolute;
  bottom: 0.46rem;
  right: 0.35rem;
  z-index: 8;
}

.box .advertise img {
  display: block;
  width: 0.55rem;
}

.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 .picItem {
  position: relative;
}

.box .pic1 .logo {
  display: block;
  position: absolute;
  width: 2.91rem;
  left: 50%;
  top: 0.33rem;
  margin-left: -1.455rem;
}

.box .footBtns {
  width: 6.26rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.13rem;
}

.box .footBtns .footBtnItem {
  display: block;
  width: 2.97rem;
}

.box .footBtns .footBtnItem img {
  display: block;
  width: 100%;
}

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

.shadow .popupAll {
  width: 6.76rem;
  height: 10.02rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 47%;
  left: 50%;
  margin-left: -3.38rem;
  margin-top: -5.01rem;
  display: none;
}

.shadow .popupAll .close {
  width: 0.62rem;
  position: absolute;
  bottom: -0.85rem;
  left: 50%;
  margin-left: -0.27rem;
}

.shadow .popupAll .popupText {
  display: block;
  width: 2.08rem;
  margin: 0.24rem auto 1rem;
}

.shadow .popupAll .text {
  width: 6.08rem;
  height: 7.7rem;
  overflow-y: auto;
  color: #2c2525;
  font-size: 0.32rem;
  margin: 0 auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.shadow .popupAll .text .line li {
  text-align: justify;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
  word-break: break-all;
}
