* {
  margin: 0;
  padding: 0;
}

body,
html {
  background-color: #d62338;
  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: 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.23rem;
  right: 0.27rem;
  z-index: 8;
}

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

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

.box .pic1 {
  width: 100%;
  height: 1.19rem;
  background: url(../img/img_01.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .pic1 .logo {
  display: block;
  width: 6.58rem;
  margin: 0 auto;
  padding-top: 0.3rem;
}

.box .pic1 .zbt {
  display: block;
  width: 5.36rem;
  margin-left: 0.52rem;
  position: relative;
  top: 0.66rem;
  z-index: 3;
}

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

.box .pic4 .btn-list {
  width: 6.72rem;
  margin: 0 auto;
  z-index: 5;
}

.box .pic4 .btn-list .btn {
  display: block;
  width: 6.72rem;
  height: 2.06rem;
}

.box .pic4 .btn-list .btn1 {
  background: url(../img/btn1.png) no-repeat;
  background-size: 100% 100%;
}

.box .pic4 .btn-list .btn2 {
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.06rem;
}

.box .pic4 .btn-list .btn3 {
  background: url(../img/btn3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.06rem;
}

.box .pic4 .text1 {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3rem;
}

.box .pic4 .text2 {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.38rem;
}

.box .pic4 .title-tip {
  width: 3.62rem;
  position: absolute;
  bottom: 1.26rem;
  left: 50%;
  margin-left: -1.81rem;
  z-index: 6;
}

.box .pic4 .title-tip .icon1 {
  display: block;
  width: 0.27rem;
  height: 0.33rem;
}

@-webkit-keyframes gundong {
  50% {
    -webkit-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gundong {
  50% {
    -webkit-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.box .pic4 .title-tip .img-change1 {
  -webkit-animation: gundong 1.2s infinite ease-in-out;
  animation: gundong 1.2s infinite ease-in-out;
}

.box .pic4 .title-tip .img-change2 {
  -webkit-animation: gundong 1.2s infinite ease-in-out;
  animation: gundong 1.2s infinite ease-in-out;
}
