* {
  margin: 0;
  padding: 0;
}

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;
}

ul li {
  list-style: none;
}

.notScroll {
  overflow: hidden;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.box {
  overflow: auto;
  height: 100vh;
}

.box .header {
  width: 100%;
  display: block;
}

.box .conent {
  width: 100%;
  height: 4.5rem;
  padding-top: 0.5rem;
  background: url(../img/conent.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.3rem 0;
}

.box .conent .exchange {
  font-size: 0.25rem;
  color: #666666;
  text-align: justify;
  margin-top: 0.4rem;
  line-height: 0.4rem;
}

.box .conent .conentFont {
  width: 6.35rem;
  margin: 0 auto;
  color: #666666;
  font-size: 0.26rem;
}

.box .conent .conentFont .activityFont {
  overflow: hidden;
}

.box .conent .conentFont .activityFont .activityFontL {
  width: 4.4rem;
  text-align: justify;
  line-height: 0.4rem;
}

.box .conent .conentFont .activityFont .activityFontL span {
  font-weight: bold;
  color: #1e92a3;
}

.box .conent .conentFont .activityFont .activityFontR img {
  width: 1.55rem;
  display: block;
  margin-top: 0.1rem;
}

.box .footer {
  width: 100%;
  height: 2.85rem;
  background: url(../img/footer.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .footer .remark {
  font-size: 0.18rem;
  color: #1E92A3;
  text-align: justify;
  line-height: 0.35rem;
  width: 6.9rem;
  margin: 0 auto;
}

.box .footer .groupBtn {
  overflow: hidden;
  width: 6.9rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.box .footer .groupBtn .btn {
  width: 3.22rem;
  height: 0.91rem;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.91rem;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
}

.box .footer .groupBtn .consult {
  width: 3.22rem;
  display: block;
}

.shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  display: none;
}

.popup {
  width: 6.7rem;
  height: 7.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border: 2px solid #1e92a3;
  border-radius: 0.1rem;
}

.popup .title {
  width: 5.9rem;
  color: #1e92a3;
  font-size: 0.31rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.25rem;
  padding-top: 0.35rem;
  border-bottom: 1px solid #1e92a3;
  margin: 0 auto;
  font-weight: bold;
}

.popup .title .close {
  width: 0.44rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
}

.popup .text {
  width: 5.9rem;
  height: 5.55rem;
  overflow-y: auto;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #666666;
  margin-top: 0.35rem;
}

.popup .text .fontLine li {
  line-height: 0.45rem;
}

.box .download {
  height: 0.9rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 3;
}

.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;
}
