.mt0 {
  margin-top: 0 !important;
}

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

body,
html {
  background-color: #FFFFFF;
  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: 1.3rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 5;
}

.box .download .appImg {
  width: 0.936rem;
  vertical-align: middle;
  margin-left: 0.36rem;
  margin-right: 0.48rem;
}

.box .download .appIcon {
  font-size: 0.374rem;
  color: #fff;
  display: inline-block;
  margin-top: 0.17rem;
  float: left;
}

.box .download .downloadBox {
  background: rgba(0, 159, 119, 0.5);
  width: 2.3rem;
  height: 0.72rem;
  text-align: center;
  line-height: 0.72rem;
  display: inline-block;
  border-radius: 0.144rem;
  font-size: 0.374rem;
  color: #fff;
  margin-top: 0.288rem;
  float: right;
  margin-right: 1.152rem;
}

.box .download .appBtn {
  width: 0.288rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.box {
  position: relative;
}

.box .advertise {
  position: absolute;
  bottom: 0.22rem;
  right: 0.22rem;
  z-index: 8;
}

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

.box .asideBtn {
  position: fixed;
  top: 3.7rem;
  right: 0;
  z-index: 9;
}

.box .asideBtn .asideBtnList {
  display: block;
  margin-top: 0.12rem;
}

.box .asideBtn .asideBtnList img {
  display: block;
  width: 1.08rem;
}

.box .topBtn {
  position: fixed;
  bottom: 2rem;
  right: 0.05rem;
  z-index: 9;
}

.box .topBtn .topBtnList {
  display: block;
}

.box .topBtn .topBtnList img {
  display: block;
  width: 1.08rem;
}

.all_height {
  width: 100vw;
  height: 100vh;
}

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

.box .picItem {
  position: relative;
}

.box .pic1 .logo {
  display: block;
  position: absolute;
  width: 9.75rem;
  left: 50%;
  top: 0.46rem;
  transform: translateX(-50%);
}

.box .btnList {
  width: 8.16rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box .btnOneList {
  display: flex;
  justify-content: center;
}

.box .btnOneList .btnItem {
  display: block;
  width: 4.08rem;
  border-radius: 0.43rem;
  box-shadow: 0 0.1rem 0.35rem #b593ad;
}

.box .btnOneList .btnItem img {
  display: block;
  width: 100%;
}

.box .btnMoreList {
  display: flex;
  justify-content: space-between;
}

.box .btnMoreList .btnItem {
  display: block;
  width: 3.91rem;
  border-radius: 0.43rem;
  box-shadow: 0 0.1rem 0.35rem #b593ad;
}

.box .btnMoreList .btnItem 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.94rem;
  height: 12.56rem;
  background: url(../img/popup.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

.shadow .popupAll .close {
  width: 0.5rem;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.shadow .popupAll .popupText {
  display: block;
  width: 2.07rem;
  margin: -0.35rem auto 0.25rem;
}

.shadow .popupAll .text {
  width: 6.94rem;
  height: 11.4rem;
  overflow-y: auto;
  color: #f8fafd;
  font-size: 0.3rem;
  margin: 0 auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.shadow .popupAll .text .line li {
  text-align: justify;
  line-height: 0.45rem;
  margin-top: 0.2rem;
}

.shadow .popupAll .text .line li:first-child {
  margin-top: 0;
}

.shadow .popupAll .text .line .ruleTitle {
  font-size: 0.28rem;
  text-align: center;
}

.shadow .popupAll .text .line .show-table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.shadow .popupAll .text .line .show-table p {
  word-break: break-all;
}

.shadow .popupAll .text .line .show-table th {
  border: 1px solid #ffffff;
  height: 0.6rem;
  font-weight: bold;
}

.shadow .popupAll .text .line .show-table td {
  border: 1px solid #ffffff;
}

.shadow .popupAll .text .line .show-table .leftTd {
  text-align: left;
}
