img {
  -webkit-user-drag: none;
}
body,
html {
  background: #F7F7F7;
}
.main {
  box-sizing: border-box;
  margin: 0 auto;
  width: 3.75rem;
}
.main .hide-block {
  width: 100%;
  height: 1.15rem;
}
.main .status-bar {
  width: 100%;
  background: #FFFFFF;
}
.main .nav-wrap .nav-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main .nav-wrap .nav-content .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
}
.main .nav-wrap .nav-content .nav .icon {
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
}
.main .nav-wrap .nav-content .nav .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.17rem;
  color: #4A4A4A;
  text-align: center;
  font-weight: 600;
}
.main .nav-wrap .nav-content .nav .select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.16rem;
  height: 100%;
  cursor: pointer;
}
.main .nav-wrap .nav-content .nav .select span {
  font-size: 0.14rem;
  color: #4A4A4A;
}
.main .nav-wrap .nav-content .nav .select .arrow {
  width: 0.14rem;
  height: 0.14rem;
  transition: all 0.2s;
}
.main .nav-wrap .nav-content .nav .select .arrow.up {
  transform: rotate(-180deg);
}
.main .nav-wrap .nav-content .nav .select-wrap {
  display: none;
  position: absolute;
  top: 0.31rem;
  right: 0.12rem;
  width: 1.09rem;
  height: 1.44rem;
  background: url('images/img_blank@3x.png') no-repeat;
  background-size: 100% 100%;
}
.main .nav-wrap .nav-content .nav .select-wrap .select-item {
  padding: 0.08rem 0;
  width: 100%;
  font-size: 0.14rem;
  color: #4A4A4A;
  text-align: center;
  cursor: pointer;
}
.main .nav-wrap .nav-content .nav .select-wrap .select-item.active {
  color: #2CBB54;
}
.main .nav-wrap .nav-content .nav .select-wrap .select-item:first-child {
  margin-top: 0.18rem;
}
.main .nav-block {
  width: 100%;
  background: #FFFFFF;
}
.main .nav-block .nav-block-nav {
  width: 100%;
  height: 0.44rem;
}
.main .tip {
  box-sizing: border-box;
  padding: 0.12rem 0.2rem 0 0.2rem;
  font-size: 0.14rem;
  color: #999999;
  letter-spacing: 0;
  line-height: 0.2rem;
  text-align: justify;
}
.main .tip span,
.main .tip a {
  color: #2CBB54;
}
.main .index-block {
  position: relative;
  box-sizing: border-box;
  margin-top: 0.12rem;
  padding: 0.15rem 0 0.12rem 0.2rem;
  width: 100%;
  background: #FFFFFF;
  cursor: pointer;
}
.main .index-block .title {
  font-size: 0.15rem;
  color: #4A4A4A;
}
.main .index-block .txt {
  margin-top: 0.06rem;
  width: 3.05rem;
  font-size: 0.12rem;
  color: #999999;
  text-align: justify;
}
.main .index-block .arrow {
  position: absolute;
  top: 50%;
  right: 0.14rem;
  margin-top: -0.08rem;
  width: 0.16rem;
  height: 0.16rem;
}
.main .detail-block .detail-tit {
  box-sizing: border-box;
  padding: 0.12rem 0.2rem;
  font-size: 0.14rem;
  color: #999999;
}
.main .detail-block .detail-line {
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
}
.main .detail-block .detail-line .label {
  margin-right: 0.35rem;
  flex-shrink: 0;
  font-size: 0.15rem;
  color: #4A4A4A;
}
.main .detail-block .detail-line .val {
  padding: 0.15rem 0;
  font-size: 0.15rem;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
}
.main .detail-block .detail-line .val.link {
  color: #2CBB54;
}
.main .detail-block .detail-line .val.showtoast {
  cursor: pointer;
}
.bottom-hide {
  width: 100%;
  height: 0.4rem;
}
.toast {
  min-width: 60%;
  max-width: 80%;
}
.toast p {
  white-space: pre-wrap;
}
.rule-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
}
.rule-modal .rule-content {
  position: absolute;
  bottom: -2.5rem;
  width: 100%;
  height: 2.5rem;
  background: #FFFFFF;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.09rem 0.16rem 0 0.16rem;
  transition: bottom 0.3s linear;
}
.rule-modal .rule-content .rule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.44rem;
  border-bottom: 0.005rem solid #eee;
}
.rule-modal .rule-content .rule-head span {
  font-size: 0.16rem;
  color: #4A4A4A;
  font-weight: bold;
}
.rule-modal .rule-content .rule-head .icon {
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
}
.rule-modal .rule-content .rule-txt {
  margin-top: 0.1rem;
  height: 1.6rem;
  overflow-y: auto;
}
.rule-modal .rule-content .rule-txt p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.05rem 0;
  width: 100%;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
