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

body,
html {
  background-color: #2795ea;
  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.5rem;
  right: 0.34rem;
  z-index: 8;
}

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

.box {
  overflow: scroll;
}

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

.box .picItem {
  position: relative;
}

@-webkit-keyframes goBig {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@keyframes goBig {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

.box .pic1 .logoL {
  display: block;
  position: absolute;
  width: 3.15rem;
  left: 0.6rem;
  top: 0.35rem;
}

.box .pic1 .logoR {
  display: block;
  position: absolute;
  width: 2.25rem;
  right: 0.3rem;
  top: 0.38rem;
}

.box .btnBank {
  width: 3.6rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.8rem;
}

.box .btnBank .btnBank1 {
  display: block;
  width: 3.6rem;
  position: relative;
}

.box .btnBank .btnBank1 img {
  display: block;
  width: 100%;
}

.box .btnBank .btnBank1 .iconGo {
  width: 0.59rem;
  display: block;
  position: absolute;
  top: 0.14rem;
  right: 0.64rem;
  -webkit-animation: goBig 1.2s infinite;
  animation: goBig 1.2s infinite;
}

.box .btns {
  width: 6.76rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1.35rem;
  left: 50%;
  margin-left: -3.38rem;
}

.box .btns .btnsItem {
  display: block;
  width: 3.2rem;
}

.box .btns .btnsItem 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: 7.05rem;
  height: 10.5rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 46%;
  left: 50%;
  margin-left: -3.525rem;
  margin-top: -5.25rem;
  display: none;
}

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

.shadow .popupAll .popupText {
  display: block;
  width: 1.94rem;
  margin: 2.35rem auto 0.25rem;
}

.shadow .popupAll .text {
  width: 6.2rem;
  height: 6.6rem;
  overflow-y: auto;
  color: #233e82;
  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;
  margin-bottom: 0.1rem;
}
