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

body,
html {
  background-color: #f68a27;
  font-family: Helvetica Neue,Helvetica,STHeiTi,sans-serif,Microsoft YaHei;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-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-y: 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: 9;
}

.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.3rem;
  right: 0.3rem;
  z-index: 8;
}

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

.box {
  overflow-y: scroll;
}

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

.box .picItem {
  position: relative;
}

.box .floatBtns {
  width: 1.32rem;
  position: fixed;
  top: 3rem;
  right: 0;
  z-index: 8;
}

.box .floatBtns li {
  margin-top: 0.15rem;
}

.box .floatBtns li .floatBtn {
  display: block;
}

.box .floatBtns li .floatBtn img {
  display: block;
  width: 1.32rem;
}

.box .floatBtns li:first-child {
  margin-top: 0;
}

.box .header .logo {
  display: block;
  position: absolute;
  width: 2.09rem;
  left: 0.24rem;
  top: 0.24rem;
}

.box .middle {
  position: relative;
}

.box .middle .btnBox {
  width: 5.58rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2.79rem;
  z-index: 6;
}

.box .middle .btnBox li .btn {
  display: block;
}

.box .middle .btnBox li .btn img {
  display: block;
  width: 1.83rem;
}

.box .main {
  display: none;
  position: relative;
}

.box .main .btnTo {
  display: block;
  position: absolute;
  top: 7.61rem;
  left: 50%;
  margin-left: -1.79rem;
}

.box .main .btnTo img {
  width: 3.58rem;
  display: block;
}

.box .backBtn {
  display: inline-block;
  height: 0.7rem;
  padding: 0 1.5rem;
  position: fixed;
  bottom: 0.55rem;
  left: 50%;
  margin-left: -2.24rem;
  font-size: 0.32rem;
  color: #9c4f00;
  line-height: 0.7rem;
  background-color: #ffffff;
  border-radius: 0.405rem;
  border: 0.01rem solid #9c4f00;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.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 .close {
  width: 0.5rem;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  margin-left: -0.25rem;
}

.shadow .popup1,
.shadow .popup2,
.shadow .popup3 {
  width: 5.98rem;
  height: 3.1rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 47%;
  left: 50%;
  margin-left: -2.99rem;
  margin-top: -1.55rem;
  display: none;
  z-index: 15;
}

.shadow .popup1 .popup-text,
.shadow .popup2 .popup-text,
.shadow .popup3 .popup-text {
  font-size: 0.38rem;
  text-align: center;
  line-height: 0.64rem;
  color: #333333;
  margin: 1rem auto 0;
}
