@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

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

.box .pic2 {
  position: relative;
  width: 100%;
  height: 7.13rem;
  background: url(../img/img_02.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.box .pic2 .open-img {
  overflow: hidden;
  width: 6.85rem;
  max-width: 6.85rem;
  margin-left: 0.25rem;
  -webkit-animation: openImg 1.5s both;
  animation: openImg 1.5s both;
}

.box .pic2 .open-img .zbt1 {
  display: block;
  width: 6.85rem;
  margin: 0 auto;
}

@-webkit-keyframes openImg {
  0% {
    max-width: 0rem;
  }
  100% {
    max-width: 6.79rem;
  }
}

@keyframes openImg {
  0% {
    max-width: 0rem;
  }
  100% {
    max-width: 6.79rem;
  }
}

.box .pic2 .zbt2 {
  position: absolute;
  display: block;
  width: 3.16rem;
  top: 1.69rem;
  left: 0.52rem;
  -webkit-animation: bounceIn 1s 0.5s both;
  animation: bounceIn 1s 0.5s  both;
}

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

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

.box .group-btn {
  width: 1.08rem;
  position: fixed;
  left: 0;
  top: 6.5rem;
  z-index: 9;
}

.box .group-btn .btn-item {
  display: block;
  width: 1.06rem;
  height: 0.73rem;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  margin-top: 0.09rem;
}

.box .group-btn .btn-item p {
  padding-left: 0.23rem;
  line-height: 0.24rem;
}

.box .group-btn .btn-item .text-one {
  padding-top: 0.13rem;
}

.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.83rem;
  height: 9.07rem;
  background: url(../img/popup1.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 49%;
  left: 50%;
  margin-top: -4.54rem;
  margin-left: -3.42rem;
  display: none;
}

.shadow .popupAll .close {
  width: 0.71rem;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  margin-left: -0.35rem;
}

.shadow .popupAll .text {
  width: 5.58rem;
  height: 7.4rem;
  overflow-y: auto;
  color: #000000;
  font-size: 0.26rem;
  margin: 1rem auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

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

.shadow .popupAll .activityCont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.1rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.shadow .popupAll .activityCont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 0 5px rgba(42, 163, 129, 0.2);
  background: #009168;
}

.shadow .popupAll .activityCont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px white;
  border-radius: 0.1rem;
  background: #dcdddd;
}

.shadow .popup2 {
  width: 6.82rem;
  height: 3.65rem;
  background: url(../img/popup2.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1.82rem;
  margin-left: -3.41rem;
  display: none;
}

.shadow .popup2 .popup-text {
  text-align: center;
  font-size: 0.38rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.57rem;
  margin: 0 auto;
  margin-top: 1.26rem;
}
