@charset "UTF-8";
html, body {
  min-width: 1446px; }

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important; }

::-webkit-input-placeholder {
  color: #a18579; }

::-moz-placeholder {
  color: #a18579; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #a18579; }

/* Internet Explorer 10+ */
:-moz-placeholder {
  color: #a18579; }

/* firefox 14-18 */
html::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

html::-webkit-scrollbar-track {
  border-radius: 8px; }

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /* background-image: linear-gradient(25deg, #dc430e, #dc430e, #dc430e); */
  background-color: #b55c38; }

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent; }

/* 两头空块 */
.oscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  background-color: transparent; }

.oscroll::-webkit-scrollbar-thumb {
  background-color: #d0baaa;
  border-radius: 8px; }

.oscroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent; }

/* 火狐 滚动条*/
.container {
  position: relative;
  margin: 0 auto; }

.headbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 22px 40px 0 40px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.54); }

.logo {
  width: 128px;
  height: 56px;
  position: absolute;
  top: 7px;
  left: 40px;
  z-index: 9; }
  .logo img {
    width: 100%; }

.links {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 9; }
  .links a {
    display: block;
    width: 99px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    color: #bdbdbd;
    font-size: 16px; }
    .links a:hover {
      background-color: #c14238;
      color: #0a0b0e; }

.fixedlt {
  position: fixed;
  width: 155px;
  height: 280px;
  left: 22px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6); }
  .fixedlt .download {
    width: 146px;
    height: 48px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .fixedlt .register {
    width: 146px;
    height: 48px;
    background-image: url(../images/regist.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .fixedlt .gzh {
    width: 136px;
    height: 160px;
    background-image: url(../images/gzh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 5px; }
  .fixedlt img {
    display: block; }

.userwrap {
  font-size: 20px; }
  .userwrap .user_login {
    position: relative;
    display: block;
    width: 200px;
    height: 51px;
    background-image: url(../images/btn10.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .userwrap .user_login_succeed {
    text-align: center; }
    .userwrap .user_login_succeed b, .userwrap .user_login_succeed a, .userwrap .user_login_succeed span {
      display: inline-block;
      color: #fce8c1;
      font-weight: bold; }
    .userwrap .user_login_succeed a {
      margin-left: 0 5px;
      position: relative; }
      .userwrap .user_login_succeed a:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        height: 2px;
        width: 90%;
        background-color: #fce8c1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }

.section1 {
  height: 978px;
  position: relative;
  background-image: url(../images/sec1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .section1 .sg-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px; }
  .section1 .decoration {
    position: relative;
    height: 481px;
    width: 940px;
    overflow: hidden; }
    .section1 .decoration img {
      position: absolute; }
      .section1 .decoration img:nth-of-type(1) {
        left: 40px;
        top: 53px; }
      .section1 .decoration img:nth-of-type(2) {
        left: 114px;
        top: 15px;
        -webkit-animation-delay: 0.3s; }

.main {
  width: 1446px;
  margin: 0 auto;
  position: relative; }

.section2 {
  height: 996px;
  position: relative;
  background-image: url(../images/sec2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 40px; }
  .section2 .tips {
    font-size: 16px;
    color: #6971bd;
    text-align: center;
    margin: 20px 0 40px; }
  .section2 .title {
    width: 1151px;
    height: 223px;
    background-image: url(../images/title2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section2 .activList {
    width: 1446px;
    height: 644px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin-top: 14px;
    margin: 14px auto 0;
    padding: 82px 90px 0 147px;
    position: relative; }
    .section2 .activList .decoration1 {
      width: 383px;
      height: 356px;
      background-image: url(../images/decor1.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      position: absolute;
      left: -116px;
      bottom: -19px; }
    .section2 .activList .lt {
      float: left;
      width: 817px; }
      .section2 .activList .lt .desc {
        position: relative;
        padding-left: 18px;
        margin-bottom: 32px; }
        .section2 .activList .lt .desc p {
          font-size: 18px;
          color: #9e7b4f; }
        .section2 .activList .lt .desc i {
          display: block;
          position: absolute;
          left: -4px;
          top: 0;
          width: 21px;
          height: 21px;
          background-image: url(../images/icon6.png);
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100%; }
      .section2 .activList .lt .item {
        width: 817px;
        height: 395px;
        background-color: #fdf6e3;
        display: none; }
        .section2 .activList .lt .item.active {
          display: block; }
        .section2 .activList .lt .item .picshow {
          width: 817px;
          height: 397px; }
          .section2 .activList .lt .item .picshow img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .section2 .activList .rt {
      float: left;
      margin-left: 40px;
      width: 315px; }
      .section2 .activList .rt .hd {
        height: 52px;
        margin-top: 24px; }
      .section2 .activList .rt .list {
        height: 406px;
        overflow-x: hidden;
        padding-right: 33px; }
        .section2 .activList .rt .list li {
          width: 301px;
          height: 54px;
          background-image: url(../images/bg6.png);
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100%;
          margin-top: 4px;
          text-align: center;
          line-height: 53px; }
          .section2 .activList .rt .list li a {
            font-weight: bold;
            color: #a18e70;
            font-size: 18px;
            cursor: pointer;
            display: block;
            height: 100%; }
          .section2 .activList .rt .list li.unopened {
            opacity: 0.3;
            cursor: no-drop;
            font-weight: bold;
            color: #a18e70;
            font-size: 18px; }
          .section2 .activList .rt .list li.active {
            background-image: url(../images/bg6-1.png); }
            .section2 .activList .rt .list li.active a {
              color: #e6dec9; }

.section3 {
  height: 1721px;
  position: relative;
  background-image: url(../images/sec3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 54px; }
  .section3 .tips {
    font-size: 16px;
    color: #6971bd;
    text-align: center;
    margin: 20px 0 40px; }
  .section3 .title {
    width: 1151px;
    height: 223px;
    background-image: url(../images/title3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section3 .scrollland {
    width: 1322px;
    height: 80px;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    line-height: 79px;
    padding: 0 80px;
    overflow: hidden;
    color: #6971bd;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-top: 40px; }
    .section3 .scrollland .marqueewrap {
      height: 100%;
      width: 1162px;
      position: absolute;
      overflow-y: hidden; }
      .section3 .scrollland .marqueewrap::-webkit-scrollbar {
        height: 0; }
      .section3 .scrollland .marqueewrap .marquee {
        flex-shrink: 0;
        position: relative; }
    .section3 .scrollland .item {
      margin-left: 50px;
      float: left;
      word-break: keep-all;
      white-space: nowrap; }
      .section3 .scrollland .item span:nth-of-type(2) {
        color: #e36474; }
  .section3 .collect {
    width: 1305px;
    height: 160px;
    background-image: url(../images/bg8.png);
    background-repeat: no-repeat;
    padding: 28px 118px 0 194px;
    overflow: hidden;
    color: #6b4940;
    position: relative;
    margin: 30px auto 0; }
    .section3 .collect .lt {
      float: left; }
      .section3 .collect .lt .totallantern {
        width: 233px;
        height: 107px;
        text-align: center;
        line-height: 120px;
        font-size: 32px;
        display: block;
        font-weight: bold; }
    .section3 .collect .rt {
      float: right;
      padding: 38px 46px 0 53px;
      position: relative; }
      .section3 .collect .rt span {
        width: 142px;
        height: 44px;
        text-align: center;
        line-height: 43px;
        font-size: 26px;
        display: block;
        font-weight: bold;
        margin-left: 42px; }
      .section3 .collect .rt i {
        display: block;
        position: absolute;
        left: 210px;
        top: -26px;
        width: 63px;
        height: 50px;
        background-image: url(../images/icon2.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%; }
  .section3 .collecttips {
    padding-left: 195px;
    margin-top: 20px; }
    .section3 .collecttips p {
      color: #aa8a62;
      font-size: 18px;
      position: relative;
      line-height: 30px; }
      .section3 .collecttips p span {
        color: #cf725e; }
      .section3 .collecttips p i {
        display: block;
        position: absolute;
        left: -30px;
        top: 0px;
        width: 21px;
        height: 21px;
        background-image: url(../images/icon6.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%; }
  .section3 .lotteryWrap {
    margin-top: 28px;
    position: relative;
    padding-left: 164px; }
    .section3 .lotteryWrap .actionland h3 {
      font-size: 32px;
      color: #6b4940; }
    .section3 .lotteryWrap .actionland .recordBtn, .section3 .lotteryWrap .actionland .multipleBtn, .section3 .lotteryWrap .actionland .describeBtn {
      margin-left: 10px;
      text-align: center;
      font-size: 18px;
      color: #b78364;
      background-color: #decbb2;
      border-radius: 30px;
      line-height: 1em;
      padding: 6px 18px; }
    .section3 .lotteryWrap .actionland .multipleBtn, .section3 .lotteryWrap .actionland .describeBtn {
      position: absolute; }
    .section3 .lotteryWrap .actionland .multipleBtn {
      left: -104px;
      top: 92px; }
    .section3 .lotteryWrap .actionland .describeBtn {
      left: -104px;
      top: 138px; }
    .section3 .lotteryWrap .surprise {
      position: relative;
      overflow: hidden;
      margin-top: 14px; }
      .section3 .lotteryWrap .surprise ul {
        position: relative;
        height: 412px; }
        .section3 .lotteryWrap .surprise ul li {
          position: absolute;
          float: left;
          width: 175px;
          height: 104px;
          background: url(../images/bg_01.png) center center no-repeat;
          background-size: contain; }
          .section3 .lotteryWrap .surprise ul li.active {
            background: url(../images/bg_01_act.png) center center no-repeat; }
          .section3 .lotteryWrap .surprise ul li .img {
            height: 70px; }
            .section3 .lotteryWrap .surprise ul li .img img {
              width: auto;
              height: auto;
              margin: 0 auto;
              display: block;
              max-width: 50%; }
          .section3 .lotteryWrap .surprise ul li p {
            position: absolute;
            bottom: 20px;
            left: 0px;
            width: 175px;
            height: 39px;
            line-height: 39px;
            text-align: center;
            font-size: 20px;
            color: #867063; }
    .section3 .lotteryWrap .surprise .sur-1 {
      position: absolute;
      left: 0;
      top: 0; }
    .section3 .lotteryWrap .surprise .sur-2 {
      position: absolute;
      left: 184px;
      top: 0; }
    .section3 .lotteryWrap .surprise .sur-3 {
      position: absolute;
      left: 367px;
      top: 0; }
    .section3 .lotteryWrap .surprise .sur-4 {
      position: absolute;
      left: 367px;
      top: 114px; }
    .section3 .lotteryWrap .surprise .sur-5 {
      position: absolute;
      left: 367px;
      top: 228px; }
    .section3 .lotteryWrap .surprise .sur-6 {
      position: absolute;
      left: 184px;
      top: 228px; }
    .section3 .lotteryWrap .surprise .sur-7 {
      position: absolute;
      left: 0;
      top: 228px; }
    .section3 .lotteryWrap .surprise .sur-8 {
      position: absolute;
      left: 0;
      top: 114px; }
    .section3 .lotteryWrap .surprise .sur-9 {
      position: absolute;
      left: 285px;
      top: 561px; }
    .section3 .lotteryWrap .surprise .sur-10 {
      position: absolute;
      left: 0;
      top: 561px; }
    .section3 .lotteryWrap .surprise .sur-11 {
      position: absolute;
      left: 0;
      top: 372px; }
    .section3 .lotteryWrap .surprise .sur-12 {
      position: absolute;
      left: 0;
      top: 186px; }
    .section3 .lotteryWrap .surprise .sur-13 {
      position: absolute;
      left: 0;
      top: 282px; }
    .section3 .lotteryWrap .surprise .sur-14 {
      position: absolute;
      left: 0;
      top: 141px; }
    .section3 .lotteryWrap .surprise .sur-btn {
      position: absolute;
      top: 114px;
      left: 184px; }
      .section3 .lotteryWrap .surprise .sur-btn .drawbtn {
        display: block;
        width: 175px;
        height: 103px;
        text-align: center;
        color: #fff; }
        .section3 .lotteryWrap .surprise .sur-btn .drawbtn:hover {
          -webkit-filter: brightness(1.1);
          filter: brightness(1.1); }
        .section3 .lotteryWrap .surprise .sur-btn .drawbtn.btn-01 {
          background: url(../images/btn8.png) center center no-repeat; }
        .section3 .lotteryWrap .surprise .sur-btn .drawbtn.btn-02 {
          background: url(../images/btn_05.png) center center no-repeat;
          margin-top: 15px;
          margin-bottom: 30px; }
        .section3 .lotteryWrap .surprise .sur-btn .drawbtn p {
          font-size: 16px;
          color: #b56a52;
          text-align: center;
          line-height: 155px; }
          .section3 .lotteryWrap .surprise .sur-btn .drawbtn p span {
            color: #b56a52; }
  .section3 .slotmachine {
    position: absolute;
    right: 110px;
    top: -22px; }
    .section3 .slotmachine #sm {
      position: relative;
      width: 493px;
      height: 443px;
      background-image: url(../images/bg3.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      padding: 152px 100px 0 102px; }
    .section3 .slotmachine .lever .reelbtn {
      text-align: center;
      border: none;
      width: 298px;
      height: 69px;
      background-image: url(../images/btn9.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      display: block;
      cursor: pointer;
      margin-top: 77px; }
      .section3 .slotmachine .lever .reelbtn:hover {
        background-image: url(../images/btn9-1.png); }
      .section3 .slotmachine .lever .reelbtn.down {
        width: 298px;
        height: 59px;
        background-image: url(../images/btn9-2.png) !important; }
    .section3 .slotmachine .reel2 {
      margin: 0 11px; }
    .section3 .slotmachine .reel {
      float: left;
      height: 112px;
      width: 87px;
      overflow: hidden; }
      .section3 .slotmachine .reel > div {
        position: relative; }
        .section3 .slotmachine .reel > div span {
          font-weight: bold;
          height: 112px;
          width: 87px;
          display: block; }
          .section3 .slotmachine .reel > div span img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .section3 .slotmachine .reel > div span:nth-of-type(1) {
            background-color: #4f57aa; }
          .section3 .slotmachine .reel > div span:nth-of-type(2) {
            background-color: #ffecbe; }
          .section3 .slotmachine .reel > div span:nth-of-type(3) {
            background-color: #c64e3b; }
  .section3 .act-way .r-box {
    width: 1403px;
    height: 605px;
    padding: 44px 0 0 140px;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%; }
  .section3 .act-way .tit p {
    color: #aa8a62;
    font-size: 18px;
    line-height: 27px;
    padding-left: 34px;
    position: relative; }
    .section3 .act-way .tit p:before {
      content: "";
      position: absolute;
      width: 21px;
      height: 21px;
      background-image: url(../images/icon6.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      left: 0px;
      top: 2px; }
  .section3 .act-way .tit span {
    color: #6971bd; }
  .section3 .act-way .cnt {
    height: 323px;
    overflow-x: hidden;
    width: 870px;
    margin-top: 16px; }
    .section3 .act-way .cnt .lt, .section3 .act-way .cnt .rt {
      float: left; }
    .section3 .act-way .cnt .rt {
      margin-left: 0px; }
    .section3 .act-way .cnt .item {
      position: relative;
      width: 429px;
      height: 96px;
      padding: 0 10px 0 27px;
      background-image: url(../images/bg9.png);
      background-repeat: no-repeat;
      background-position: left bottom; }
      .section3 .act-way .cnt .item:not(:first-child) {
        margin-top: 12px; }
      .section3 .act-way .cnt .item span {
        display: block; }
        .section3 .act-way .cnt .item span:nth-of-type(1) {
          margin-left: 6px;
          width: 175px;
          font-size: 16px; }
          .section3 .act-way .cnt .item span:nth-of-type(1) b {
            display: block;
            line-height: 1em; }
            .section3 .act-way .cnt .item span:nth-of-type(1) b:nth-of-type(1) {
              color: #aa8a62;
              font-size: 23px;
              font-weight: bold; }
            .section3 .act-way .cnt .item span:nth-of-type(1) b:nth-of-type(2) {
              color: #aa8a62;
              font-size: 18px;
              margin-top: 15px;
              font-weight: normal; }
        .section3 .act-way .cnt .item span:nth-of-type(2) {
          width: 82px;
          height: 83px;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100%;
          position: absolute;
          top: 5px;
          right: 49px; }
        .section3 .act-way .cnt .item span.over {
          background-image: url(../images/icon3.png); }
        .section3 .act-way .cnt .item span.unlock {
          background-image: url(../images/btn2.png); }
        .section3 .act-way .cnt .item span.lock {
          background-image: url(../images/btn3.png); }
        .section3 .act-way .cnt .item span.ended {
          background-image: url(../images/btn4.png); }
        .section3 .act-way .cnt .item span.overday {
          background-image: url(../images/btn5.png); }

.section4 {
  height: 745px;
  position: relative;
  background-image: url(../images/sec4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 36px;
  z-index: 1; }
  .section4 .main {
    padding-left: 121px; }
  .section4 .decoration2 {
    width: 1037px;
    height: 1178px;
    background-image: url(../images/decor2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    left: -50%;
    top: -170px; }
  .section4 .title {
    width: 1143px;
    height: 220px;
    background-image: url(../images/title4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section4 .progress {
    width: 1135px;
    height: 318px;
    background-image: url(../images/bg10.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 48px auto 0;
    position: relative;
    padding: 75px 22px 0 42px; }
    .section4 .progress .item {
      width: 167px;
      height: 223px;
      padding-top: 41px;
      position: relative; }
      .section4 .progress .item .award {
        padding-right: 1px; }
        .section4 .progress .item .award i {
          display: block;
          width: 56px;
          height: 53px;
          padding: 4px; }
          .section4 .progress .item .award i img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .section4 .progress .item .award i:nth-of-type(2) {
            margin-left: 5px; }
      .section4 .progress .item .desc {
        height: 65px;
        margin-top: 12px; }
        .section4 .progress .item .desc p {
          color: #c38c69;
          font-size: 16px;
          text-align: center;
          line-height: 1em; }
      .section4 .progress .item .get-btn {
        width: 152px;
        height: 55px;
        margin: 0 auto; }
      .section4 .progress .item .over {
        background-image: url(../images/btn1.png); }
      .section4 .progress .item .unlock {
        background-image: url(../images/btn2.png); }
      .section4 .progress .item .lock {
        background-image: url(../images/btn3.png); }
      .section4 .progress .item .ended {
        background-image: url(../images/btn4.png); }
      .section4 .progress .item .overday {
        background-image: url(../images/btn5.png); }
      .section4 .progress .item .cover {
        width: 100px;
        height: 99px;
        background-image: url(../images/icon4.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        position: absolute;
        bottom: 45px;
        left: 30px; }

.section5 {
  height: 653px;
  position: relative;
  background-image: url(../images/sec5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 30px; }
  .section5 .title {
    width: 1089px;
    height: 217px;
    background-image: url(../images/title5.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section5 .rules {
    margin-top: 45px;
    padding-left: 270px; }
    .section5 .rules .item {
      font-size: 18px;
      color: #aa8a62;
      padding-left: 35px;
      position: relative;
      margin-top: 10px; }
      .section5 .rules .item:nth-of-type(1) {
        margin-top: 0px; }
      .section5 .rules .item:before {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        background-image: url(../images/icon6.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        left: 0px;
        top: 3px; }
      .section5 .rules .item p {
        line-height: 26px;
        margin-top: 10px; }
      .section5 .rules .item h3 {
        font-size: 20px;
        color: #f6f4f2;
        margin-bottom: 10px; }
      .section5 .rules .item span {
        color: #f6f4f2; }

.totop {
  width: 74px;
  height: 87px;
  background-image: url(../images/icon5.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  animation: flight 1.5s ease infinite alternate both;
  -moz-animation: flight 1.5s ease infinite alternate both;
  -webkit-animation: flight 1.5s ease infinite alternate both;
  -o-animation: flight 1.5s ease infinite alternate both;
  position: fixed;
  bottom: 136px;
  right: 36px;
  z-index: 2; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.rulespop .pop-wrap {
  width: 1200px;
  height: 604px;
  padding: 45px 60px 32px;
  border: 4px solid #ce5125;
  border-radius: 4px;
  font-size: 23px;
  color: #7a4b35;
  background-color: #fcfaf6; }

.rulespop .pop-content {
  height: 500px;
  padding-right: 20px;
  overflow-x: hidden; }

.rulespop .close-pop {
  width: 46px;
  height: 46px;
  right: -52px;
  top: 26px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute; }

.rulespop .title {
  font-size: 24px;
  color: #7a4b35;
  text-align: center; }

.rulespop .rull-item {
  font-size: 16px;
  margin-top: 33px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .rulespop .rull-item .tt {
    color: #7a4b35;
    font-size: 20px;
    width: 140px;
    letter-spacing: 2px;
    flex-shrink: 0; }
  .rulespop .rull-item p {
    color: #7a4b35;
    line-height: 28px;
    position: relative;
    font-size: 16px; }
    .rulespop .rull-item p span {
      color: #cf5529; }

.descrPop .pop-wrap {
  width: 643px;
  height: 374px;
  background-image: url(../images/popbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 44px 5px 0 75px;
  font-size: 18px;
  color: #ba784a; }
  .descrPop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    position: absolute;
    background: url(../images/closepop.png) center; }
  .descrPop .pop-wrap .pop-content {
    height: 100%;
    color: #ba784a;
    font-size: 30px; }
    .descrPop .pop-wrap .pop-content .ex-txt {
      font-size: 26px;
      text-align: left;
      font-weight: bold;
      text-align: center;
      margin-bottom: 24px;
      color: #684f42; }
    .descrPop .pop-wrap .pop-content p {
      color: #95744b;
      font-size: 18px;
      padding-left: 107px; }

.tipSuccesspop .pop-wrap {
  width: 643px;
  height: 374px;
  background-image: url(../images/popbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0px 5px 0 75px;
  font-size: 18px;
  color: #ba784a; }
  .tipSuccesspop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    position: absolute;
    background: url(../images/closepop.png) center; }
  .tipSuccesspop .pop-wrap .pop-content {
    height: 100%;
    color: #ba784a;
    font-size: 30px; }

.recordPop .pop-wrap, .multiplePop .pop-wrap {
  width: 643px;
  height: 374px;
  background-image: url(../images/popbg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 44px 27px 0 145px; }
  .recordPop .pop-wrap .close-pop, .multiplePop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute; }
  .recordPop .pop-wrap .pop-content, .multiplePop .pop-wrap .pop-content {
    padding: 0 1px; }
    .recordPop .pop-wrap .pop-content .ex-txt, .multiplePop .pop-wrap .pop-content .ex-txt {
      font-size: 26px;
      text-align: left;
      font-weight: bold;
      padding-left: 164px;
      color: #684f42; }
    .recordPop .pop-wrap .pop-content .chanel, .multiplePop .pop-wrap .pop-content .chanel {
      width: 246px;
      height: 35px;
      margin: 15px 0 10px 0px; }
      .recordPop .pop-wrap .pop-content .chanel span, .multiplePop .pop-wrap .pop-content .chanel span {
        width: 50%;
        height: 35px;
        line-height: 34px;
        text-align: center;
        color: #5c67c3;
        font-size: 15px;
        border: 1px solid #5c67c3;
        box-sizing: border-box;
        border-radius: 3px; }
        .recordPop .pop-wrap .pop-content .chanel span.active, .multiplePop .pop-wrap .pop-content .chanel span.active {
          border: 0;
          color: #f6f1ee;
          background-color: #606ac2; }
    .recordPop .pop-wrap .pop-content .tt, .multiplePop .pop-wrap .pop-content .tt {
      color: #decbb2;
      margin-top: 8px;
      font-size: 18px;
      font-weight: 600;
      width: 100%; }
      .recordPop .pop-wrap .pop-content .tt span, .multiplePop .pop-wrap .pop-content .tt span {
        height: 22px;
        line-height: 21px;
        background-color: #aa8a62;
        border-bottom: 1px solid #ceb79a;
        width: 110px;
        text-align: center; }
    .recordPop .pop-wrap .pop-content .info-wrap, .multiplePop .pop-wrap .pop-content .info-wrap {
      margin-top: 22px; }
    .recordPop .pop-wrap .pop-content .info-wrap0 .tt, .multiplePop .pop-wrap .pop-content .info-wrap0 .tt {
      padding: 0 40px 0 0; }
    .recordPop .pop-wrap .pop-content .info-wrap0 li span, .multiplePop .pop-wrap .pop-content .info-wrap0 li span {
      width: 50%; }
    .recordPop .pop-wrap .pop-content .info-wrap1 .tt, .multiplePop .pop-wrap .pop-content .info-wrap1 .tt {
      padding: 0 40px 0 0; }
      .recordPop .pop-wrap .pop-content .info-wrap1 .tt span, .multiplePop .pop-wrap .pop-content .info-wrap1 .tt span {
        width: 33.33%; }
    .recordPop .pop-wrap .pop-content .info-wrap1 li span, .multiplePop .pop-wrap .pop-content .info-wrap1 li span {
      width: 33.33%; }
    .recordPop .pop-wrap .pop-content .info, .multiplePop .pop-wrap .pop-content .info {
      width: 100%;
      height: 202px;
      overflow-x: hidden;
      margin: 0 auto 0; }
      .recordPop .pop-wrap .pop-content .info ul, .multiplePop .pop-wrap .pop-content .info ul {
        font-size: 0;
        zoom: 1;
        padding: 0 40px 0 0; }
        .recordPop .pop-wrap .pop-content .info ul li, .multiplePop .pop-wrap .pop-content .info ul li {
          height: 40px;
          text-align: center;
          border-bottom: 1px solid #ceb79a;
          color: #95744b;
          font-size: 18px;
          background-repeat: no-repeat;
          background-position: left bottom;
          background-size: 100%; }
          .recordPop .pop-wrap .pop-content .info ul li:first-child, .multiplePop .pop-wrap .pop-content .info ul li:first-child {
            border-top: 1px solid #ceb79a; }
          .recordPop .pop-wrap .pop-content .info ul li span, .multiplePop .pop-wrap .pop-content .info ul li span {
            display: block; }
            .recordPop .pop-wrap .pop-content .info ul li span.true, .multiplePop .pop-wrap .pop-content .info ul li span.true {
              color: #c64e3b; }
            .recordPop .pop-wrap .pop-content .info ul li span i, .multiplePop .pop-wrap .pop-content .info ul li span i {
              font-style: normal; }
              .recordPop .pop-wrap .pop-content .info ul li span i:nth-of-type(1), .multiplePop .pop-wrap .pop-content .info ul li span i:nth-of-type(1) {
                color: #ceb79a; }

.fqrecordPop .pop-wrap {
  width: 841px;
  height: 483px;
  background-image: url(../images/pop3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  font-size: 20px;
  padding: 36px 90px 0 110px; }
  .fqrecordPop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute; }
  .fqrecordPop .pop-wrap .pop-content {
    padding: 0 1px; }
    .fqrecordPop .pop-wrap .pop-content .ex-txt {
      color: #684f42;
      font-size: 20px;
      text-align: left;
      font-weight: bold; }
    .fqrecordPop .pop-wrap .pop-content .chanel {
      width: 246px;
      height: 35px;
      margin: 15px 0 10px 0px; }
      .fqrecordPop .pop-wrap .pop-content .chanel span {
        width: 50%;
        height: 35px;
        line-height: 34px;
        text-align: center;
        color: #5c67c3;
        font-size: 15px;
        border: 1px solid #5c67c3;
        box-sizing: border-box;
        border-radius: 3px; }
        .fqrecordPop .pop-wrap .pop-content .chanel span.active {
          border: 0;
          color: #f6f1ee;
          background-color: #606ac2; }
    .fqrecordPop .pop-wrap .pop-content .tt {
      margin-top: 8px;
      font-size: 18px;
      font-weight: 600;
      width: 100%;
      height: 40px; }
      .fqrecordPop .pop-wrap .pop-content .tt span {
        width: 240px;
        text-align: center; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap0 .tt {
      padding: 0 40px 0 0; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap0 .tt span {
        width: 50%; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap0 li span {
      width: 50%; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap1 .tt {
      padding: 0 40px 0 0; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap1 .tt span {
        width: 33.33%; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap1 li span {
      width: 33.33%; }
    .fqrecordPop .pop-wrap .pop-content .info {
      width: 100%;
      height: 266px;
      overflow-x: hidden;
      font-size: 16px;
      color: #5c67c3;
      margin: 0 auto 0; }
      .fqrecordPop .pop-wrap .pop-content .info ul {
        padding: 0 40px 0 0; }
        .fqrecordPop .pop-wrap .pop-content .info ul li {
          height: 44px;
          text-align: center;
          border-bottom: 1px solid #dda868;
          background-repeat: no-repeat;
          background-position: left bottom;
          background-size: 100%; }
          .fqrecordPop .pop-wrap .pop-content .info ul li span.true {
            color: #c64e3b; }
          .fqrecordPop .pop-wrap .pop-content .info ul li span i {
            font-style: normal; }
            .fqrecordPop .pop-wrap .pop-content .info ul li span i:nth-of-type(1) {
              color: #5c67c3; }

.tendraw .pop-wrap {
  width: 643px;
  height: 374px;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 159px 50px 0 50px;
  font-size: 20px;
  color: #867063; }
  .tendraw .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    position: absolute;
    background: url(../images/closepop.png) center; }
  .tendraw .pop-wrap .pop-content h3 {
    font-size: 25px;
    color: #5c67c3;
    text-align: center; }
  .tendraw .pop-wrap .pop-content p {
    font-size: 15px;
    color: #5c67c3;
    line-height: 30px; }
    .tendraw .pop-wrap .pop-content p a {
      color: #5c67c3; }
  .tendraw .pop-wrap .pop-content ul {
    margin: 2px auto 35px; }
    .tendraw .pop-wrap .pop-content ul li {
      width: 178px;
      height: 122px;
      margin-top: 10px;
      background-image: url(../images/bg_01.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: relative; }
      .tendraw .pop-wrap .pop-content ul li p {
        position: absolute;
        font-size: 12px;
        width: 178px;
        bottom: 7px;
        color: #eef2f7;
        text-align: center;
        font-weight: 600; }
    .tendraw .pop-wrap .pop-content ul .drawitem {
      border-radius: 100%;
      height: 100%;
      margin: 0 auto;
      padding-bottom: 24px; }
      .tendraw .pop-wrap .pop-content ul .drawitem a {
        display: block;
        width: 100%; }
        .tendraw .pop-wrap .pop-content ul .drawitem a img {
          width: auto;
          display: block;
          margin: 0 auto;
          height: auto;
          max-width: 50%; }
  .tendraw .pop-wrap .pop-content .confirm {
    width: 220px;
    height: 67px;
    background-image: url(../images/btn6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .tendraw .pop-wrap .pop-content .adressbtn {
    width: 220px;
    height: 67px;
    background-image: url(../images/btn7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px; }
    .tendraw .pop-wrap .pop-content .adressbtn a {
      display: block;
      height: 100%; }

.onedrawPop .pop-wrap, .drawmultiPop .pop-wrap {
  width: 743px;
  height: 427px;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 77px 0px 0 91px;
  font-size: 18px;
  color: #ba784a; }
  .onedrawPop .pop-wrap .close-pop, .drawmultiPop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    position: absolute;
    background: url(../images/closepop.png) center; }
  .onedrawPop .pop-wrap .pop-content h3, .drawmultiPop .pop-wrap .pop-content h3 {
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #684f42; }
  .onedrawPop .pop-wrap .pop-content .drawmulti, .drawmultiPop .pop-wrap .pop-content .drawmulti {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    margin-top: 69px;
    background: linear-gradient(to bottom, #af8d63, #c3a475);
    background: -webkit-linear-gradient(to bottom, #af8d63, #c3a475);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #867063; }
  .onedrawPop .pop-wrap .pop-content ul, .drawmultiPop .pop-wrap .pop-content ul {
    margin: 0 auto;
    margin-top: 69px; }
    .onedrawPop .pop-wrap .pop-content ul li, .drawmultiPop .pop-wrap .pop-content ul li {
      position: relative; }
      .onedrawPop .pop-wrap .pop-content ul li .drawitem, .drawmultiPop .pop-wrap .pop-content ul li .drawitem {
        margin: 0 auto; }
        .onedrawPop .pop-wrap .pop-content ul li .drawitem a, .drawmultiPop .pop-wrap .pop-content ul li .drawitem a {
          display: block;
          width: 100%; }
          .onedrawPop .pop-wrap .pop-content ul li .drawitem a img, .drawmultiPop .pop-wrap .pop-content ul li .drawitem a img {
            width: auto;
            display: block;
            margin: 0 auto;
            height: auto;
            max-width: 100%; }
      .onedrawPop .pop-wrap .pop-content ul li p, .drawmultiPop .pop-wrap .pop-content ul li p {
        font-size: 18px;
        text-align: center;
        margin-top: 4px;
        background: linear-gradient(to bottom, #af8d63, #c3a475);
        background: -webkit-linear-gradient(to bottom, #af8d63, #c3a475);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #867063; }
  .onedrawPop .pop-wrap .pop-content .actbtn, .drawmultiPop .pop-wrap .pop-content .actbtn {
    margin-top: 30px; }
  .onedrawPop .pop-wrap .pop-content .confirm, .drawmultiPop .pop-wrap .pop-content .confirm {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .onedrawPop .pop-wrap .pop-content .adressbtn, .drawmultiPop .pop-wrap .pop-content .adressbtn {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px; }
    .onedrawPop .pop-wrap .pop-content .adressbtn a, .drawmultiPop .pop-wrap .pop-content .adressbtn a {
      display: block;
      height: 100%; }

.confirmPop .pop-wrap {
  padding: 0px 27px 0 87px;
  width: 743px;
  height: 427px;
  background-image: url(../images/popbg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .confirmPop .pop-wrap .close-pop {
    width: 46px;
    height: 46px;
    right: -52px;
    top: 26px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute; }
  .confirmPop .pop-wrap .pop-content {
    height: 100%; }
    .confirmPop .pop-wrap .pop-content p {
      color: #95744b;
      text-align: center; }
    .confirmPop .pop-wrap .pop-content .txt-2 {
      font-size: 25px;
      margin-top: 15px; }
    .confirmPop .pop-wrap .pop-content span {
      display: block;
      width: 220px;
      height: 67px;
      margin-top: 25px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      float: left; }
    .confirmPop .pop-wrap .pop-content .confirmbtn {
      background-image: url(../images/btn6.png);
      margin-left: 10px; }
