@charset "UTF-8";
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
  margin: 0;
  padding: 0;
}

input, img, fieldset {
  border: none;
}

input, select, fieldset {
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc, .part1-lottery {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.layout {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/**layout**/
.layoutbg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.child-with-unknown-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了宽度，所以就使用负向 margin 处理水平位置，
 * 使用 CSS transform 处理垂直位置 
 */
.child-with-known-width {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  margin-left: -2rem;
  transform: translateY(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度，所以就使用负向 margin 处理垂直位置，
 * 使用 CSS transform 处理水平位置 
 */
.child-with-known-height {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4rem;
  margin-top: -2rem;
  transform: translateX(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度和宽度，所以就使用负向 margin 处理水平和垂直位置
 */
.child-with-known-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #443f3f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #443f3f;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #443f3f;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #443f3f;
}

.type1, .type2, .type3, .type4 {
  border-radius: 0.1rem;
  background: #fff;
}

.gift-type1 p, .gift-type2 p {
  padding-top: 0.26rem;
  font-size: 0.24rem;
  color: #399b94;
  text-align: center;
}

.gift-type1 p span, .gift-type2 p span {
  color: #f8642f;
}

body {
  max-width: 750px;
  background: url("../images/bg.jpg") no-repeat center;
  margin: 0 auto;
  background-size: 7.5rem auto;
}

#main {
  padding-top: 5.46rem;
  position: relative;
  overflow: hidden;
}

.part1 {
  width: 6.65rem;
  height: 8.37rem;
  background: url(../images/part1bg.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0.09rem;
  box-sizing: border-box;
}

.part1-btn {
  width: 4.2rem;
  height: 0.96rem;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}

.part1-btn a.mygift-btn {
  width: 1.67rem;
  height: 0.96rem;
  background: url(../images/mygift-btn.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part1-btn a.rule-btn {
  width: 1.51rem;
  height: 0.85rem;
  background: url(../images/rule-btn.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part1-tips {
  width: 100%;
  height: 0.44rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #399b94;
  text-align: center;
}

.part1-tips span {
  color: #c5162d;
  font-weight: bold;
}

.part1-lottery {
  width: 100%;
  height: 6.16rem;
  position: relative;
}

.part1-chance {
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #399b94;
  text-align: center;
}

.part2-bg {
  width: 100%;
  height: 7.67rem;
  background: url(../images/part2bg.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 1.6rem;
  box-sizing: border-box;
}

.part2-tips {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #399b94;
  text-align: center;
}

.sign-btn {
  width: 3.51rem;
  height: 1.88rem;
  background: url(../images/sign-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.07rem auto 0.3rem;
}

.part2-signlist {
  margin: 0 auto;
  width: 6.02rem;
  height: 2.66rem;
  background: url(../images/part2-signlist.png) center 0 no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

.part2-signlist ul {
  width: 5.25rem;
  height: 3rem;
  margin: 0 auto;
}

.part2-signlist ul li {
  font-size: 0.24rem;
  width: 0.75rem;
  height: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  float: left;
}

.part2-signlist ul li.li-title {
  height: 0.5rem;
}

.part2-signlist ul li.signed {
  display: flex;
  display: -webkit-flex;
  height: 0.7rem;
}

.part2-signlist ul li.signed i {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/numPic/signedbg.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part2-signlist ul li.signed i img {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
}

.part2-signlist ul li.bsigned {
  display: flex;
  display: -webkit-flex;
  height: 0.7rem;
}

.part2-signlist ul li.bsigned i {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/numPic/signbg.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part2-signlist ul li.bsigned i img {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
}

.part21-bg {
  width: 100%;
  height: 6.32rem;
  background: url(../images/part21bg.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 2rem;
  box-sizing: border-box;
}

.coupons-tips {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #399b94;
  text-align: center;
}

.coupons-list {
  width: 6.1rem;
  height: 3rem;
  background: url(../images/part21-coupons.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.35rem auto 0;
  display: flex;
}

.coupons-list-section {
  flex: 1;
  text-align: center;
  padding-top: 0.3rem;
}

.coupons-list-section p.chance {
  color: #6baa90;
  font-size: 0.24rem;
  color: #6baa90;
  padding: 0.1rem 0 0.1rem;
}

.coupons-list-section p.sign3 {
  width: 1.07rem;
  height: 0.31rem;
  background: url(../images/sign3.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.coupons-list-section p.sign5 {
  width: 1.07rem;
  height: 0.31rem;
  background: url(../images/sign5.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.coupons-list-section p.sign7 {
  width: 1.07rem;
  height: 0.31rem;
  background: url(../images/sign7.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.coupons-list-section .coupons {
  width: 1.73rem;
  height: 0.86rem;
  background: url(../images/coupons.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.22rem auto 0;
}

.coupons-list-section a {
  width: 1.27rem;
  height: 0.55rem;
  background: url(../images/active-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.coupons-list-section a.geted {
  width: 1.27rem;
  height: 0.55rem;
  background: url(../images/visited-btn.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part3-bg {
  width: 100%;
  height: 6.59rem;
  background: url(../images/part3bg.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 1.9rem;
  box-sizing: border-box;
}

.part3-tips {
  width: 4.5rem;
  height: 0.82rem;
  margin: 0 auto;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #399b94;
  text-align: center;
}

.part3-content {
  width: 6.1rem;
  height: 3.27rem;
  background: url(../images/part3-content.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.part3-content dl {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  height: 1.08rem;
  position: relative;
}

.part3-content dl dt {
  width: 2.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.part3-content dl dt i {
  width: 1.98rem;
  height: 0.86rem;
  background: url(../images/coupons2.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
}

.part3-content dl dd {
  flex: 1;
  padding-top: 0.2rem;
}

.part3-content dl dd p {
  font-size: 0.22rem;
  color: #176243;
}

.part3-content dl dd p.tips {
  font-size: 0.2rem;
  color: #4c9376;
  padding-top: 0.1rem;
}

.part3-content dl dd a {
  position: absolute;
  top: 0.6rem;
  right: 0.2rem;
  margin: 0 auto;
  width: 1.09rem;
  height: 0.35rem;
  background: url(../images/active-btn2.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.part3-content dl dd a.geted {
  width: 1.09rem;
  height: 0.35rem;
  background: url(../images/visited-btn2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.part3-content dl.linebg::after {
  position: absolute;
  content: '';
  width: 5.72rem;
  height: 0.02rem;
  background: url(../images/line.png) center 0 no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 50%;
  margin-left: -2.86rem;
}

.part4-bg {
  width: 100%;
  height: 5.56rem;
  background: url(../images/part4bg.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 2rem;
  box-sizing: border-box;
}

.user-list {
  position: relative;
  overflow: hidden;
  height: 3.2rem;
  width: 5.2rem;
  margin: 0 auto;
}

.user-list ul {
  position: absolute;
  left: 0;
  top: 0;
}

.user-list ul li {
  position: relative;
  height: 0.6rem;
  overflow: hidden;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #399b94;
}

.user-list ul li i {
  font-size: 0.24rem;
  color: #f8642f;
}

.user-list ul li span {
  padding-right: 0.35rem;
}

.user-list ul li::after {
  position: absolute;
  content: '';
  display: block;
  width: 5.37rem;
  height: 0.02rem;
  background: url(../images/line2.png) center 0 no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
}

a.contact {
  width: 4.46rem;
  height: 1.71rem;
  background: url(../images/kfbtn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0.4rem auto 0.8rem;
}

a.close {
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/close.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.25rem;
  right: 0.42rem;
}

a.btn {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/confirm-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

.layout h2 {
  font-size: 0.34rem;
  color: #f8642f;
  text-align: center;
  padding: 0.4rem 0 0;
}

.type1 {
  width: 6.17rem;
  height: 5.55rem;
  background: url(../images/layoutbg.png) center 0 no-repeat;
  background-size: 100% auto;
  padding: 0.25rem 0.35rem 0;
}

.type1-title {
  font-size: 0.24rem;
  color: #f8642f;
  padding: 0.6rem 0 0.24rem;
}

.type2, .type3, .type4 {
  width: 6.17rem;
  height: 4.22rem;
  background: url(../images/type2bg.png) center 0 no-repeat;
  background-size: 100% auto;
}

.rule-con {
  width: 5.7rem;
  height: 3.5rem;
  background: #f6eed3;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  padding: 0.2rem;
  line-height: 0.44rem;
  font-size: 0.2rem;
  color: #c68c62;
}

.sign-success p,
.get-success p {
  font-size: 0.18rem;
  color: #c68c62;
  text-align: center;
  padding: 0.4rem 0 0.1rem;
}

.sign-success p.tips,
.get-success p.tips {
  padding-bottom: 0.2rem;
}

.sign-success .coupons,
.get-success .coupons {
  width: 2.01rem;
  height: 1.2rem;
  background: url(../images/coupons.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-top: 0.22rem;
  margin-right: auto;
  margin-bottom: 0.3rem;
  margin-left: auto;
}

.gift-type1 h2 {
  padding-bottom: 0.4rem;
}

.gift-type1 a.btn {
  position: absolute;
  bottom: 0.92rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.gift-type1 p {
  position: absolute;
  bottom: 0.47rem;
  left: 0;
  right: 0;
}

.gift1-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift4_5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift2-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift4_6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift3-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift1_3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift4-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift1_4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift5-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift4_8.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift6-pic {
  width: 1.65rem;
  height: 1.4rem;
  background: url(../images/giftfile/gift4_7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.gift-type2 p {
  padding-top: 0.2rem;
}

.game-icon {
  width: 5.11rem;
  height: 0.94rem;
  background: url(../images/game-icon.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-top: 0.23rem;
  margin-right: auto;
  margin-bottom: 0.3rem;
  margin-left: auto;
}

.failed h2 {
  font-size: 0.4rem;
  line-height: 0.43rem;
  color: #f8642f;
  text-align: center;
  padding: 0.4rem 0 0.2rem;
}

.failed .mua {
  width: 1.19rem;
  height: 1.41rem;
  background: url(../images/mua.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-top: 0.2rem;
  margin-right: auto;
  margin-bottom: 0.3rem;
  margin-left: auto;
}

.login h2 {
  padding: 0.6rem 0 0.6rem;
  font-size: 0.4rem;
  color: #f8642f;
  text-align: center;
}

.login a.btns {
  display: block;
  margin: 0 auto 0.4rem;
}

.login a.login-btn {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/login-btn.png) center 0 no-repeat;
  background-size: 100% auto;
}

.login a.rigister-btn {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/rigister-btn.png) center 0 no-repeat;
  background-size: 100% auto;
}

.coupons2 {
  width: 1.98rem;
  height: 0.86rem;
  background: url(../images/coupons2.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.confirm-btn {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/confirm-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}

.draw {
  width: 5.87rem;
  height: 4.87rem;
  margin-left: 0.4rem;
  padding: 0.16rem 0;
}

.draw .item {
  width: 1.8rem;
  height: 1.87rem;
  background: url(../images/game-section.png) center 0 no-repeat;
  background-size: 100% auto;
  background-size: 1.8rem 1.87rem;
  position: relative;
}

.draw .item.active {
  width: 1.8rem;
  height: 1.87rem;
  background: url(../images/game-section-active.png) center 0 no-repeat;
  background-size: 100% auto;
  background-size: 1.8rem 1.87rem;
}

a.draw-btn {
  width: 1.83rem;
  height: 1.83rem;
  background: url(../images/part1-lottery-arrow.png) center 0 no-repeat;
  background-size: 100% auto;
}

.draw .img {
  width: 1.8rem;
  height: 1.87rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.draw img {
  width: 1.8rem;
  height: 1.87rem;
}

.draw .gap {
  width: 0.16rem;
}

.draw .gap-2 {
  height: 0.14rem;
}

.draw .draw-btn {
  display: block;
}
