@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  min-height: 100vh;
}
html {
  font-size: calc(100vw / 7.5);
}
@media (min-width: 640px) {
  html {
    font-size: 85.2px;
  }
}
body {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  font-size: 0.28rem;
  color: #365a8e;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  border: none;
  outline: none;
  user-select: none;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

.wrap,
.top {
  position: relative;
  width: 100%;
}
.top {
  /* padding-top: 1rem; */
}
.top-btn {
  /* position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-btn a {
  display: block;
  margin: 0.2rem;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.top-btn a.back {
  width: 1.2rem;
  background-image: url('../images/back.png');
}
.top-btn a.jl {
  width: 1.8rem;
  background-image: url('../images/jl.png');
}
.t1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3.5rem;
  width: 7rem;
}
.top,
.box {
  position: relative;
}
.box {
  margin: 0.5rem auto 0;
  width: 6rem;
  height: 6rem;
  /* aspect-ratio: 1; */
  z-index: 2;
}

#lottery {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#lottery li,
#lottery span {
  position: relative;
  width: 33.3333%;
  text-align: center;
  position: relative;
}
#lottery span.hover:after {
  display: block;
  content: '';
  width: 92px;
  height: 92px;
  /* background: url(./images/btnhover.png); */
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#lottery img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#lottery li .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/mask.png') no-repeat center / 100% 100%;
  z-index: 2;
}
#lottery span:hover {
  cursor: pointer;
  color: orange;
  font-size: 18px;
}
#lottery .active .mask {
  display: block;
}
.cj {
  padding-top: 0.1rem;
}
.zj {
  margin: .5rem auto 0;
  width: 6rem;
}
.zj h3 {
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: bold;
}
.zjjp {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  color: #1c489a;
  line-height: 0.4rem;
}
.zjjp span,
.zjjp a {
  display: inline-block;
  vertical-align: middle;
}
.zjjp span {
  position: relative;
  padding-left: .24rem;
}
.zjjp span::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: .14rem;
  width: .12rem;
  height: .12rem;
  background-color: #fdd362;
  border-radius: 50%;
}
.zjjp a {
  margin-left: 0.1rem;
  width: 0.84rem;
  height: 0.4rem;
  background: url('../images/zj_check.png') no-repeat center center / 100% auto;
}
.gz {
  margin: 0 auto 0.8rem;
  width: 7rem;
}
.gz h5 {
  display: block;
  margin-bottom: 0.3rem;
}
.gz p {
  padding: 0 0.3rem 0.2rem;
  font-size: 0.24rem;
  line-height: 20px;
}
/* 获奖 */
#message {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* background: url("../images/lt_bg.jpg") no-repeat 0 0 / 100% 100%; */
  overflow: hidden;
}
#message .top {
  width: 100%;
  height: 1.88rem;
  background: url("../images/award_top.jpg") no-repeat top right / 100% auto;
}
.suc-top {
  position: relative;
  min-height: 6rem;
  background: url("../images/suc_bg.jpg") no-repeat bottom center / 100% auto;
  /* padding-top: 8vh; */
}
.suc-info {
  /* position: absolute; */
  /* top: 70px; */
}
.suc-info h3 {
  margin-bottom: .2rem;
  font-size: .48rem;
  color: #1c489a;
  line-height: .6rem;
  text-align: center;
  font-weight: bold;
}
.suc-info .p {
  margin: 0 auto;
  width: 82%;
  font-size: .26rem;
  color: #1c489a;
  line-height: .4rem;
  text-align: center;
}
.suc-info .n {
  margin: 20px auto;
  width: 5.56rem;
  height: 1.04rem;
  font-size: .4rem;
  color: #fff;
  line-height: 1.04rem;
  text-align: center;
  font-weight: bold;
  background: url("../images/hj.png") no-repeat center center / 100% 100%;
}
.suc-info .n.nobg {
  background: none;
  border: none;
}
.suc-info .n p {
  margin-top: .2rem;
  font-size: .32rem;
  line-height: .44rem;
}
.suc-info .n span {
  font-size: .24rem;
  line-height: .6rem;
  font-weight: normal;
}
.suc-info .n span b {
  padding-right: .06rem;
  font-size: .44rem;
  color: #aaf1fe;
}
.suc-top img {
  width: 100%;
}
.suc-form {
  margin: 20px auto;
  width: 90%;
}
.suc-tip b {
  display: block;
  margin-bottom: .1rem;
  font-size: .28rem;
  color: #1c489a;
  line-height: .4rem;
  text-align: left;
}
.suc-tip {
  font-size: .24rem;
  color: #8e8e8e;
}
.suc-tip-box {
  margin: .4rem auto;
  width: 90%;
}
.suc-tip-box h3 {
  margin-bottom: .2rem;
  font-size: .28rem;
  font-weight: bold;
}
.suc-tip-box p {
  font-size: .24rem;
}
.group {
  margin: .3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.group label {
  width: 1.4rem;
  font-size: .26rem;
  line-height: .56rem;
  font-weight: bold;
}
.group input {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 .16rem;
  width: 100%;
  height: .56rem;
  border: none;
  border: 1px solid #1c489a;
  /* box-shadow: inset 0 0 .1rem rgba(0, 0, 0, 0.3); */
  border-radius: .08rem;
}
.group input::placeholder {
  font-size: 12px;
  color: #999;
}
.tj {
  display: block;
  margin: .5rem auto;
  width: 2.24rem;
}
.success {
}
.success i {
  display: block;
  margin: 0 auto .12rem;
  width: 1.3rem;
  height: 1.32rem;
  background: url('https://static.21jingji.com/images/mall/icon_succ.png') no-repeat center center / 100% 100%;
}
.success p {
  padding-bottom: .1rem;
  font-size: .32rem;
  color: #1c489a;
  line-height: .44rem;
  text-align: center;
  font-weight: bold;
}
.success a {
  display: block;
  margin: .6rem auto 1.2rem;
  width: 50%;
  height: .8rem;
  font-size: .32rem;
  color: #712d0a;
  line-height: .8rem;
  text-align: center;
  font-weight: bold;
  background: #fae2b0;
  border-radius: .1rem;
  opacity: 0.95;
}

.weui-dialog {
  position: absolute;
  z-index: 5000;
  width: 80%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__hd {
  padding: 1em 1.6em;
  font-weight: 400;
  font-size: 18px;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #999;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #1c489a;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  border-top: 1px solid #ccc;
}

#checkTel .weui-cell {
  padding: 7px 10px;
  border: 1px #888 solid;
  margin: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
}
.weui-popup__modal {
  opacity: 1;
  transform: none;
}
.weui-popup__container .weui-cells {
  padding-top: .5rem;
}
.weui_dialog_confirm .weui_dialog_ft a {
  position: relative;
  border-top: 1px solid #D5D5D6;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tips{
  z-index: 1000;
  background: rgba(0, 0, 0, 0.81);
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}