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

body,
html {
  background-color: #b50102;
  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: #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 {
  position: relative;
}

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

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

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

.box .pic-item {
  position: relative;
}

.box .pic1 .logo {
  width: 6.83rem;
  position: absolute;
  top: 0.35rem;
  left: 50%;
  margin-left: -3.415rem;
}

.box .pic1 .timeText {
  display: inline-block;
  font-size: 0.22rem;
  color: #ffecda;
  font-style: italic;
  line-height: 0.22rem;
  letter-spacing: 0.015rem;
  position: absolute;
  top: 3.22rem;
  left: 0.52rem;
}

.box .pic1 .timeLine {
  display: inline-block;
  width: 3.26rem;
  height: 0.02rem;
  background-color: #ffecda;
  position: absolute;
  top: 3.54rem;
  left: 0.48rem;
}

.box .pic4 .foot-btns {
  width: 6.88rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.45rem;
}

.box .pic4 .foot-btns .foot-btn-item {
  display: block;
  border-radius: 0.375rem;
  box-shadow: 0 0.05rem 0.02rem #5e0604;
}

.box .pic4 .foot-btns .foot-btn-item img {
  display: block;
  width: 2.22rem;
}

.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: 5.56rem;
  height: 7.18rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 47%;
  left: 50%;
  margin-left: -2.78rem;
  margin-top: -3.59rem;
  display: none;
}

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

.shadow .popupAll .popup-text {
  display: block;
  width: 2.93rem;
  margin: 0 auto;
  margin: 0.7rem auto 0.15rem;
}

.shadow .popupAll .text {
  width: 4.5rem;
  height: 4.6rem;
  overflow-y: auto;
  color: #333333;
  font-size: 0.24rem;
  margin: 0 auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

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