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

.main {
  width: 1280px;
  margin: 0 auto; }

/* 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: #2357a9; }

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d4d8dd; }

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

.oscroll::-webkit-scrollbar-thumb {
  background-color: #ffbc38;
  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.4); }

.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: #ffffff;
    font-size: 16px; }
    .links a:hover {
      background-color: #35c5f8;
      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.3); }
  .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; }

.section1 {
  height: 1088px;
  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: 3px; }
  .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; }

.userwrap {
  font-size: 24px; }
  .userwrap .user_login {
    font-weight: bold;
    width: 498px;
    height: 140px;
    background-image: url(../images/loginbg.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: #3366cc;
      font-weight: bold; }
    .userwrap .user_login_succeed a {
      margin-left: 0 5px;
      position: relative; }
      .userwrap .user_login_succeed a:before {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 50%;
        height: 2px;
        width: 90%;
        background-color: #3366cc;
        transform: translateX(-50%); }

.section2 {
  height: 1260px;
  position: relative;
  background-image: url(../images/sec2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 74px; }
  .section2 .title {
    width: 1095px;
    height: 115px;
    background-image: url(../images/title1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto;
    padding-top: 90px; }
    .section2 .title .tt {
      display: inline-block;
      color: #f6e7bb;
      font-size: 30px;
      width: 282px;
      height: 43px;
      background-image: url(../images/title-tt1.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%; }
  .section2 .shiwuswrap {
    padding: 0 70px 0 54px; }
    .section2 .shiwuswrap .swiper-button-next {
      width: 100px;
      height: 100px;
      background-image: url(../images/nextarr.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100%;
      z-index: 1;
      top: 36%;
      right: -80px; }
    .section2 .shiwuswrap .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-image: url(../images/prearr.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100%;
      z-index: 1;
      top: 36%;
      left: -68px; }
    .section2 .shiwuswrap .swiper-button-next:after, .section2 .shiwuswrap .swiper-container-rtl .swiper-button-prev:after {
      content: ""; }
    .section2 .shiwuswrap .swiper-button-prev:after, .section2 .shiwuswrap .swiper-container-rtl .swiper-button-next:after {
      content: ""; }
  .section2 .awardshowWrap {
    position: relative;
    width: 1160px;
    margin-top: 30px; }
    .section2 .awardshowWrap .awardshowSlid .swiper-slide {
      width: 290px;
      height: 414px; }
      .section2 .awardshowWrap .awardshowSlid .swiper-slide .item {
        width: 290px;
        height: 414px;
        background-image: url(../images/slidebg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        position: relative;
        cursor: pointer; }
        .section2 .awardshowWrap .awardshowSlid .swiper-slide .item .awarddesc {
          position: absolute;
          width: 240px;
          height: 100px;
          bottom: 42px;
          color: #764b27;
          font-size: 14px;
          text-align: center;
          font-weight: bold; }
          .section2 .awardshowWrap .awardshowSlid .swiper-slide .item .awarddesc .tt {
            font-size: 20px;
            margin-bottom: 3px; }
        .section2 .awardshowWrap .awardshowSlid .swiper-slide .item .picshow {
          position: relative; }
          .section2 .awardshowWrap .awardshowSlid .swiper-slide .item .picshow .pic {
            height: 260px; }
            .section2 .awardshowWrap .awardshowSlid .swiper-slide .item .picshow .pic img {
              display: block;
              width: auto;
              max-width: 50%;
              margin: 0px auto 0; }
  .section2 .xuniwrap {
    padding: 45px 92px 0 95px; }
    .section2 .xuniwrap .tt {
      display: inline-block;
      color: #f6e7bb;
      font-size: 30px;
      width: 282px;
      height: 43px;
      background-image: url(../images/title-tt2.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%; }
    .section2 .xuniwrap .xnshow {
      width: 1095px;
      height: 278px;
      margin: 45px auto 0;
      background-image: url(../images/xnbg.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%; }

.section3 {
  height: 1002px;
  position: relative;
  background-image: url(../images/sec3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 80px; }
  .section3 .title {
    width: 1095px;
    height: 115px;
    background-image: url(../images/title2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section3 .act-way .cnt {
    width: 1260px;
    height: 657px;
    padding: 100px 46px 0;
    background-image: url(../images/inner-b.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%; }
    .section3 .act-way .cnt .tit {
      width: 1077px;
      height: 45px;
      background-image: url(../images/bg2.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      margin: 0 auto 20px; }
    .section3 .act-way .cnt .oscroll {
      height: 415px;
      overflow-x: hidden;
      padding: 0 24px 0 46px; }
    .section3 .act-way .cnt .item {
      position: relative;
      margin-top: 5px;
      width: 1081px;
      height: 99px;
      padding: 0 66px 3px 70px;
      background-image: url(../images/bg1-1.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      color: #756421;
      font-size: 19px;
      font-weight: bold; }
      .section3 .act-way .cnt .item .lt span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1em; }
        .section3 .act-way .cnt .item .lt span:nth-of-type(1) {
          width: 480px; }
        .section3 .act-way .cnt .item .lt span i {
          font-size: 14px;
          font-style: normal; }
      .section3 .act-way .cnt .item .lt .btn {
        width: 92px;
        height: 42px;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover; }
      .section3 .act-way .cnt .item .rt span {
        display: inline-block;
        vertical-align: middle; }
        .section3 .act-way .cnt .item .rt span:nth-of-type(1) {
          width: 224px; }
      .section3 .act-way .cnt .item .rt .copybtn {
        width: 92px;
        height: 42px;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover; }
      .section3 .act-way .cnt .item.over {
        background-image: url(../images/bg1-1.png); }
        .section3 .act-way .cnt .item.over .btn {
          background-image: url(../images/btn1.png); }
        .section3 .act-way .cnt .item.over span {
          color: #999999; }
      .section3 .act-way .cnt .item.unlock {
        background-image: url(../images/bg1.png); }
        .section3 .act-way .cnt .item.unlock .btn {
          background-image: url(../images/btn2.png);
          cursor: pointer;
          transition: 0.25s ease-out all; }
          .section3 .act-way .cnt .item.unlock .btn:hover {
            filter: brightness(1.1); }
      .section3 .act-way .cnt .item.lock {
        background-image: url(../images/bg1-1.png); }
        .section3 .act-way .cnt .item.lock .btn {
          background-image: url(../images/btn3.png); }
        .section3 .act-way .cnt .item.lock span {
          color: #999999; }
      .section3 .act-way .cnt .item .copybtn {
        background-image: url(../images/btn5.png); }
      .section3 .act-way .cnt .item .copyed {
        background-image: url(../images/btn4.png); }
  .section3 .tips {
    width: 1212px;
    height: 81px;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 22px auto 20px;
    color: #f5f1eb;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    padding-top: 10px; }
    .section3 .tips span {
      color: #e19028; }

.section4 {
  height: 1000px;
  position: relative;
  background-image: url(../images/sec4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 80px; }
  .section4 .title {
    width: 1095px;
    height: 115px;
    background-image: url(../images/title4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section4 .jqqd .waiting {
    width: 1264px;
    height: 760px;
    background-image: url(../images/waiting.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 20px auto 0; }
  .section4 .resultshow {
    width: 1263px;
    height: 760px;
    background-image: url(../images/table.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 20px auto 0;
    padding: 40px 44px 0;
    position: relative; }
    .section4 .resultshow .mylottery {
      position: absolute;
      width: 174px;
      height: 47px;
      background-image: url(../images/btn8.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      right: 55px;
      top: -35px; }
    .section4 .resultshow .lt, .section4 .resultshow .rt {
      width: 608px;
      height: 624px;
      padding: 150px 20px 0 44px; }
      .section4 .resultshow .lt .oscroll, .section4 .resultshow .rt .oscroll {
        width: 500px;
        height: 423px;
        overflow-x: hidden;
        padding-right: 10px; }
        .section4 .resultshow .lt .oscroll .item, .section4 .resultshow .rt .oscroll .item {
          border-bottom: 1px dotted #3781e1;
          padding: 6px 0; }
          .section4 .resultshow .lt .oscroll .item:nth-of-type(2n), .section4 .resultshow .rt .oscroll .item:nth-of-type(2n) {
            color: #4d90e6; }
          .section4 .resultshow .lt .oscroll .item:nth-of-type(2n+1), .section4 .resultshow .rt .oscroll .item:nth-of-type(2n+1) {
            color: #999999; }
          .section4 .resultshow .lt .oscroll .item span, .section4 .resultshow .rt .oscroll .item span {
            line-height: 32px;
            font-weight: bold;
            text-align: center; }
            .section4 .resultshow .lt .oscroll .item span:nth-of-type(1), .section4 .resultshow .rt .oscroll .item span:nth-of-type(1) {
              width: 48px; }
            .section4 .resultshow .lt .oscroll .item span:nth-of-type(2), .section4 .resultshow .rt .oscroll .item span:nth-of-type(2) {
              width: 286px; }
            .section4 .resultshow .lt .oscroll .item span:nth-of-type(3), .section4 .resultshow .rt .oscroll .item span:nth-of-type(3) {
              width: 133px; }
    .section4 .resultshow .tips {
      font-size: 20px;
      color: #f5f1eb;
      position: relative;
      word-break: keep-all;
      white-space: nowrap;
      padding-left: 52px; }
      .section4 .resultshow .tips a {
        color: #ffb547;
        text-decoration: underline; }
      .section4 .resultshow .tips span {
        position: absolute;
        width: 174px;
        height: 47px;
        background-image: url(../images/btn7.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        right: 45px;
        top: -10px; }
        .section4 .resultshow .tips span a {
          display: block;
          height: 100%; }

.section5 {
  height: 585px;
  position: relative;
  background-image: url(../images/sec5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 76px; }
  .section5 .title {
    width: 822px;
    height: 92px;
    background-image: url(../images/title5.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section5 .rules {
    margin-top: 38px;
    padding-left: 50px; }
    .section5 .rules .item {
      font-size: 20px;
      color: #f6f4f2;
      position: relative; }
      .section5 .rules .item:nth-of-type(1) {
        margin-top: 0px; }
      .section5 .rules .item p {
        line-height: 48px; }
      .section5 .rules .item h3 {
        font-size: 20px;
        color: #f6f4f2;
        margin-bottom: 10px; }
      .section5 .rules .item span {
        color: #f6f4f2; }

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

.rulespop .pop-wrap {
  width: 896px;
  height: 616px;
  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: 22px;
  height: 25px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 51px;
  top: 51px; }

.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; }

.tipSuccesspop .pop-wrap {
  width: 896px;
  height: 616px;
  background-image: url(../images/popbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0 0 60px;
  padding: 0;
  font-size: 18px;
  color: #ba784a; }
  .tipSuccesspop .pop-wrap .close-pop {
    width: 22px;
    height: 25px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 51px;
    top: 51px; }
  .tipSuccesspop .pop-wrap .pop-content {
    height: 100%;
    font-weight: bold;
    color: #5c67c3;
    font-size: 30px; }

.fqrecordPop .pop-wrap {
  width: 896px;
  height: 616px;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 146px 78px 0 130px; }
  .fqrecordPop .pop-wrap .close-pop {
    width: 22px;
    height: 25px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 51px;
    top: 51px; }
  .fqrecordPop .pop-wrap .pop-content {
    padding: 0 1px; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap {
      font-size: 18px; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap .tt {
        font-size: 14px;
        font-weight: 600;
        width: 640px;
        height: 24px;
        line-height: 24px;
        color: #ffffff;
        background-color: #3881e2; }
        .fqrecordPop .pop-wrap .pop-content .info-wrap .tt span {
          width: 33.333%;
          text-align: center; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap li span {
        width: 33.33%;
        color: #999999;
        padding: 0 5px; }
    .fqrecordPop .pop-wrap .pop-content .info {
      width: 100%;
      height: 310px;
      overflow-x: hidden;
      font-size: 16px;
      margin: 0 auto 0; }
      .fqrecordPop .pop-wrap .pop-content .info ul {
        padding: 0 40px 0 0; }
        .fqrecordPop .pop-wrap .pop-content .info ul li {
          line-height: 26px;
          padding: 5px 0;
          text-align: center;
          border-bottom: 1px dotted #3781e1;
          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; }

.confirmPop .pop-wrap {
  padding: 165px 0 0;
  width: 896px;
  height: 616px;
  background-image: url(../images/pop2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .confirmPop .pop-wrap .close-pop {
    width: 22px;
    height: 25px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 51px;
    top: 51px; }
  .confirmPop .pop-wrap .pop-content p {
    color: #999999;
    text-align: center; }
  .confirmPop .pop-wrap .pop-content .txt-1 {
    font-size: 20px; }
  .confirmPop .pop-wrap .pop-content .txt-2 {
    font-size: 30px;
    margin-top: 25px; }
  .confirmPop .pop-wrap .pop-content span {
    display: block;
    width: 207px;
    height: 55px;
    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-top: 45px; }
