@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1240px;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", arial, helvetica, "Microsoft Sans Serif", sans-serif;
  cursor: url(../images/cursor_01.png), auto;
}

body.noclick {
  height: 100%;
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: url(../images/cursor_02.png), auto;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

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

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #cd4143;
}

.container {
  position: relative;
  z-index: 2;
  width: 1240px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: "";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 210px;
  height: 94px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(1.1);
}

.login-box {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.login-box .btn-login {
  display: block;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0 auto;
  color: #e7b17a;
}

.login-box .btn-login:hover {
  color: #ee8720 !important;
}

.login-box .name {
  margin-right: 20px;
}

.login-box .login-info {
  color: #fff;
}

.login-box .login-info a {
  color: #e7b17a;
  margin-left: 10px;
}

.login-box .login-info a:hover {
  color: #ee8720 !important;
  text-decoration: underline;
}

.login-box .login-info .area {
  display: inline-block;
  margin-right: 30px;
}

.other-link {
  position: fixed;
  bottom: 50px;
  left: 25px;
  z-index: 3;
  display: none;
}

.other-link a {
  display: block;
  width: 274px;
  height: 66px;
  font: 0/0 a;
  margin-bottom: 12px;
}

.other-link a.item-01 {
  background: url(../images/link_01.png) left top no-repeat;
}

.other-link a.item-02 {
  background: url(../images/link_02.png) left top no-repeat;
}

.other-link a.item-03 {
  background: url(../images/link_03.png) left top no-repeat;
}

.other-link a.item-04 {
  background: url(../images/link_04.png) left top no-repeat;
}

.other-link a:hover {
  filter: brightness(1.1);
}

.other-link a + a {
  margin-top: -5px;
}

.tit h2 {
  margin: 60px 0;
  height: 117px;
  font: 0/0 a;
}

.tit.tit-01 h2 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 h2 {
  height: 48px;
  margin: 95px 0 8px;
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 h2 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 h2 {
  background: url(../images/tit_04.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  height: 950px;
  background: url(../images/sect_01.jpg) top center no-repeat;
}

.sect.sect-01 .top {
  height: 500px;
  background: url(../images/sect_01_t.jpg) top center no-repeat;
}

.sect.sect-01 .bottom {
  height: 450px;
  background: url(../images/sect_01_b.jpg) top center no-repeat;
}

.sect.sect-01 .top-link {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 2;
}

.sect.sect-01 .top-link a {
  float: left;
  width: 74px;
  height: 74px;
  margin-left: 5px;
  background: url(../images/btn_official.png) center center no-repeat;
  font: 0/0 a;
}

.sect.sect-01 .top-link a:hover {
  filter: brightness(1.2);
}

.sect.sect-01 .top-link a.item-02 {
  background: url(../images/btn_download.png) center center no-repeat;
}

.sect.sect-01 .go-luck {
  position: absolute;
  top: 705px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 502px;
  height: 141px;
  background: url(../images/btn_goluck.png) center center no-repeat;
  font: 0/0 a;
}

.sect.sect-01 .go-luck:hover {
  filter: brightness(1.2);
}

.sect.sect-02 {
  height: 1349px;
  background: url(../images/sect_02.jpg) top center no-repeat;
}

.sect.sect-02 .login-box {
  width: 430px;
}

.sect.sect-02 .my {
  display: inline-block;
  margin: 0 30px 0 10px;
}

.sect.sect-02 .my i {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/icon_06.png) center center no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}

.sect.sect-02 .my .btn-integral {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_02.png) center center no-repeat;
  vertical-align: middle;
  margin-top: -8px;
}

.sect.sect-02 .my .btn-integral:hover {
  filter: brightness(1.2);
}

.sect.sect-02 .row {
  overflow: hidden;
  color: #fffefe;
  font-size: 20px;
  margin: -27px 0 30px;
}

.sect.sect-02 .row .num {
  color: #ffdb03;
  font-size: 26px;
  vertical-align: middle;
  margin-top: -6px;
  display: inline-block;
}

.sect.sect-02 .title {
  color: #e6c3a5;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.sect.sect-02 .btn {
  display: inline-block;
  width: 164px;
  height: 64px;
  line-height: 64px;
  color: #8e1719;
  font-size: 20px;
  text-align: center;
}

.sect.sect-02 .btn.btn-record {
  background: url(../images/btn_04.png) center center no-repeat;
}

.sect.sect-02 .btn.btn-address {
  background: url(../images/btn_05.png) center center no-repeat;
}

.sect.sect-02 .btn:hover {
  filter: brightness(1.2);
}

.sect.sect-02 .btn-luck .btn-luck-one {
  background: url(../images/btn_luck_one.png) center center no-repeat;
}

.sect.sect-02 .btn-luck .btn-luck-one span {
  position: absolute;
  top: -8px;
  right: 2px;
  width: 87px;
  height: 24px;
  display: inline-block;
  font: 0/0 a;
  background: url(../images/icon_03.png) center center no-repeat;
}

.sect.sect-02 .btn-luck .btn-luck-one .sale {
  color: #4d1f18;
  top: 15px;
  text-decoration: line-through;
}

.sect.sect-02 .btn-luck .btn-luck-three {
  background: url(../images/btn_luck_three.png) center center no-repeat;
}

.sect.sect-02 .btn-luck .btn-luck-nine {
  background: url(../images/btn_luck_nine.png) center center no-repeat;
}

.sect.sect-02 .btn-luck i {
  position: absolute;
  left: 135px;
  top: 31px;
  display: inline-block;
  font: 0/0 a;
  width: 19px;
  height: 19px;
  background: url(../images/icon_06.png) center center no-repeat;
  background-size: contain;
}

.sect.sect-02 .btn-luck em {
  display: inline-block;
  position: absolute;
  left: 160px;
  top: 30px;
  color: #ffeae8;
  font-size: 16px;
}

.sect.sect-02 .btn-luck a {
  position: relative;
  display: inline-block;
  width: 222px;
  height: 82px;
  margin: 20px 75px;
}

.sect.sect-02 .btn-luck a:hover {
  filter: brightness(1.2);
}

.sect.sect-02 .gift-swiper-cont {
  position: relative;
  height: 222px;
  overflow: hidden;
}

.sect.sect-02 .gift-swiper-cont [class*="swiper-button-"] {
  width: 36px;
  height: 76px;
  opacity: 1;
  top: 70px;
}

.sect.sect-02 .gift-swiper-cont [class*="swiper-button-"].swiper-button-prev {
  left: 0;
  background: url(../images/icon_left.png) center center no-repeat;
}

.sect.sect-02 .gift-swiper-cont [class*="swiper-button-"].swiper-button-next {
  right: 0;
  background: url(../images/icon_right.png) center center no-repeat;
}

.sect.sect-02 .gift-swiper-cont [class*="swiper-button-"]:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .gift-swiper {
  margin: 0 56px;
}

.sect.sect-02 .gift-swiper .swiper-slide {
  width: 168px !important;
  height: 168px;
  margin: 0 10px;
  background: url(../images/bg_01.png) center center no-repeat;
  text-align: center;
}

.sect.sect-02 .gift-swiper .swiper-slide img {
  width: 64px;
  height: 64px;
  margin: 46px 0 14px;
}

.sect.sect-02 .gift-swiper .swiper-slide p {
  width: 169px;
  height: 35px;
  line-height: 35px;
  color: #8e1719;
  margin: 0 auto;
  background: url(../images/bg_02.png) center center no-repeat;
}

.sect.sect-02 .txt-rule {
  position: relative;
  color: #a35d3b;
  text-align: center;
}

.sect.sect-02 .txt-rule p {
  line-height: 20px;
}

.sect.sect-03 {
  height: 859px;
  background: url(../images/sect_03.jpg) top center no-repeat;
}

.sect.sect-03 .aa {
  height: 60px;
  margin-bottom: 12px;
  background: url(../images/bg_05.png) center center no-repeat;
}

.sect.sect-03 .scoll-block {
  height: 60px;
  padding: 0 20px;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
}

.sect.sect-03 .txt-yellow {
  color: #ffef3c;
  text-align: center;
  margin: -55px 0 50px;
}

.sect.sect-03 .scroll {
  /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
  width: 100000px;
  position: absolute;
  left: 0px;
  top: 10px;
  color: #ffe6e1;
  font-size: 16px;
}

.sect.sect-03 .scroll li {
  float: left;
  margin-left: 60px;
  line-height: 40px;
  text-align: center;
}

.sect.sect-03 .scroll .text-yellow {
  margin: 0 10px;
}

.sect.sect-03 .row {
  overflow: hidden;
  width: 100%;
}

.sect.sect-03 .table th,
.sect.sect-03 .table td {
  width: 33.333%;
}

.sect.sect-04 {
  height: 906px;
  background: url(../images/sect_04.jpg) top center no-repeat;
}

.sect.sect-04 .txt-num {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sect.sect-04 .exchange-list {
  width: 1152px;
  margin: 0 auto;
}

.sect.sect-04 .exchange-list li {
  float: left;
  position: relative;
  width: 506px;
  height: 126px;
  background: url(../images/bg_20.png) center center no-repeat;
  padding-top: 20px;
  margin: 0 35px 25px;
}

.sect.sect-04 .exchange-list li .btn-exchange {
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 128px;
  height: 120px;
}

.sect.sect-04 .exchange-list li .btn-exchange > span {
  font: 0/0 a;
}

.sect.sect-04 .exchange-list li .btn-exchange p {
  color: #e6c3a5;
  text-align: center;
  margin-top: 55px;
}

.sect.sect-04 .exchange-list li .btn-exchange:hover {
  filter: brightness(1.2);
}

.sect.sect-05 {
  height: 966px;
  background: url(../images/sect_05.jpg) top center no-repeat;
}

.txt-num {
  position: absolute;
  bottom: 40px;
  right: 145px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #ffe9e0;
  background: #985a40;
  border-radius: 50px;
  text-align: left;
  padding-left: 35px;
}

.txt-num i {
  position: absolute;
  top: 9px;
  left: 10px;
  display: inline-block;
  margin-right: 8px;
  width: 22px;
  height: 23px;
  background: url(../images/icon_06.png) center center no-repeat;
  background-size: contain;
  margin-top: -5px;
  vertical-align: bottom;
}

.txt-num em {
  display: inline-block;
  font-size: 14px;
  width: 60px;
  text-align: right;
  vertical-align: middle;
}

.txt-num.icon-02 {
  bottom: 0;
}

.txt-num.icon-02 i {
  background: url(../images/icon_04.png) center center no-repeat;
}

.gift-box {
  float: left;
  width: 180px;
  text-align: center;
  color: #85504a;
}

.gift-box .gift {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #5c4849;
  border-radius: 3px;
  overflow: hidden;
}

.gift-box .gift img {
  width: 100%;
}

.body-process {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 139px;
  height: 431px;
  margin: auto;
  padding-top: 70px;
  display: none;
  background: url(../images/float_bg.png) center right no-repeat;
  z-index: 100;
  text-align: center;
}

.body-process li {
  overflow: hidden;
  margin-bottom: 20px;
}

.body-process li a {
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
  background: url(../images/bg_08.png) center 15px no-repeat;
  letter-spacing: 2px;
  transition: all 0.3s;
}

.body-process li.act a {
  padding-right: 12px;
  background: url(../images/bg_08_pre.png) 5px center no-repeat;
}

.body-process p {
  font-size: 18px;
  color: #eacdbc;
}

.body-process p span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 4px 0 2px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.body-process em {
  float: right;
  margin-right: 20px;
  font-style: normal;
  color: rgba(41, 50, 71, 0.6);
  background: #b5c4d2;
  padding: 1px 5px;
}

.float-btn {
  position: absolute;
  top: 400px;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/float_btn.png) no-repeat;
  background-size: contain;
  animation: floatbtn 1s infinite alternate linear;
  -ms-animation: floatbtn 1s infinite alternate linear;
  -moz-animation: floatbtn 1s infinite alternate linear;
  -webkit-animation: floatbtn 1s infinite alternate linear;
  -o-animation: floatbtn 1s infinite alternate linear;
  z-index: 100;
}

.float-btn:hover {
  filter: brightness(110%);
}

@keyframes floatbtn {
  0% {
    top: 395px;
  }
  100% {
    top: 405px;
  }
}

@-webkit-keyframes floatbtn {
  0% {
    top: 395px;
  }
  100% {
    top: 405px;
  }
}

.btn-luck-confirm {
  display: block;
  width: 301px;
  height: 113px;
  margin: 10px auto 0;
  background: url(../images/btn_confirm.png) center center no-repeat;
  font: 0/0 a;
  -webkit-animation: opci 1s linear;
  animation: opci 1s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  filter: alpha(opacity=100) !important;
}

.btn-luck-confirm:hover {
  filter: brightness(1.1);
}

@-ms-keyframes opci {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes opci {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

@-ms-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

@keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

.back {
  -webkit-animation: flipOutYtest 0.75s linear;
  animation: flipOutYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}

.open {
  -webkit-animation: flipInYtest 0.75s linear;
  animation: flipInYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal.modal-public .modal-cont {
  padding-top: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 17px;
}

.modal.modal-record .table-box {
  margin-top: 20px;
  height: 200px;
}

.modal.modal-record .table-box table {
  display: table;
  width: 100%;
  text-align: center;
  background: #f7cfa4;
}

.modal.modal-record .table-box th {
  background: #8e3031;
  color: #e2b381;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}

.modal.modal-record .table-box td {
  padding: 8px 10px;
}

.modal.modal-record .table-box th,
.modal.modal-record .table-box td {
  width: 18.6%;
}

.modal.modal-record .table-box th:nth-child(1),
.modal.modal-record .table-box td:nth-child(1) {
  width: 7%;
}

.modal.modal-record .table-box .box-height {
  height: 216px;
  overflow-y: auto;
}

.modal.modal-integral .cont-one {
  margin-top: 60px;
  color: #a13434;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.modal.modal-nine .modal-body {
  position: relative;
  height: 680px;
  margin-top: -340px;
}

.modal.modal-nine .modal-body:before {
  position: absolute;
  left: 342px;
  top: 90px;
  display: block;
  width: 2px;
  height: 423px;
  background: url(../images/line.png) center center no-repeat;
  content: "";
}

.modal.modal-nine .modal-body .row {
  margin: 0 -7px;
}

.modal.modal-nine .modal-body .row .gift-box {
  margin: 0 10px;
  padding: 20px 0 16px;
}

.modal.modal-nine .modal-body .row.bg-color {
  background: #ecc59c;
}

.modal.modal-nine .modal-body .row .gift-box:nth-child(4) .gift,
.modal.modal-nine .modal-body .row .gift-box:nth-child(5) .gift {
  border: 2px solid #f57900;
  box-shadow: 0 0 9px 0px rgba(127, 63, 0, 0.6);
}

.modal.modal-nine .modal-body .btn-confirm {
  margin-top: 30px;
}

.modal.modal-nine .modal-body .other-tit {
  display: block;
  color: #744034;
  font-size: 15px;
  text-align: right;
  margin: 10px 68px -10px;
}

@-webkit-keyframes bglight {
  from {
    background: url(../images/bg_12_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_12.png) center center no-repeat;
  }
}

@-ms-keyframes bglight {
  from {
    background: url(../images/bg_12_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_12.png) center center no-repeat;
  }
}

@keyframes bglight {
  from {
    background: url(../images/bg_12_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_12.png) center center no-repeat;
  }
}

@-webkit-keyframes bglight2 {
  from {
    background: url(../images/bg_09_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_09.png) center center no-repeat;
  }
}

@-ms-keyframes bglight2 {
  from {
    background: url(../images/bg_09_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_09.png) center center no-repeat;
  }
}

@keyframes bglight2 {
  from {
    background: url(../images/bg_09_pre.png) center center no-repeat;
  }
  to {
    background: url(../images/bg_09.png) center center no-repeat;
  }
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
  animation: tc 0.5s;
  color: #744034;
  border: 8px solid #8e3031;
  background: #ffdab3;
  border-radius: 10px;
  padding: 30px 40px;
}

.modal-body .modal-title {
  font-size: 30px;
  font-weight: 700;
  color: #8e3031;
  padding-bottom: 5px;
  border-bottom: 3px solid #8e3031;
}

.modal-body .modal-cont {
  padding: 15px;
}

.modal-body .gift-box {
  display: inline-block;
  width: inherit;
  float: inherit;
  margin: 50px 10px;
}

.modal-body .gift-box .gift {
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.modal-body .gift-box p {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-body .address-confirm .form {
  border: 1px solid #9d6956;
  background: rgba(101, 56, 45, 0.47);
  padding: 20px;
}

.modal-body .address-confirm .form .group {
  margin-top: 0;
}

.modal-body .btn-confirm {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  background: url(../images/btn_confirm.png) center center no-repeat;
}

.modal-body .btn-confirm:hover {
  filter: brightness(1.1);
}

.modal-body .btn-modal {
  display: inline-block;
  width: 163px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fbc9a6;
  margin: 50px 15px 0;
}

.modal-body .btn-modal.red {
  background: url(../images/btn_red.png) center center no-repeat;
}

.modal-body .btn-modal.blue {
  color: #e2dbca;
  background: url(../images/btn_blue.png) center center no-repeat;
}

.modal-body .close {
  position: absolute;
  top: 0;
  right: -70px;
  width: 47px;
  height: 48px;
  display: block;
  background: url(../images/btn_close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

.modal-body .close:hover {
  filter: brightness(115%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.text-orange {
  color: #ebe42f;
}

.text-yellow {
  color: #ffe04f !important;
}

.rule {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding: 80px 0 100px 150px;
}

.rule .r-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  height: 500px;
  background: url(../images/tit_05.png) left 120px no-repeat;
  font: 0/0 a;
}

.rule .r-tit-m {
  color: #e1b589;
  font-size: 16px;
  margin: 30px 0 0 5px;
}

.rule p {
  line-height: 30px;
  margin-left: 5px;
}

.rule p > em {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #f9d8d1;
  font-style: normal;
  text-align: center;
}

.rule .text-orange > em {
  border-color: #ebe42f;
}

.table {
  width: 100%;
  height: 460px;
  margin: 0 auto;
}

.table .scroll-box {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.table .table-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 1s;
}

.table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #9c1f21;
}

.table th {
  color: #e3b482;
  font-size: 18px;
  line-height: 50px;
  background: #710f11;
}

.table td {
  line-height: 38px;
}

.table tbody tr:nth-child(even) {
  background: #8e1719;
}

.table .name {
  display: block;
  height: 45px;
  overflow: hidden;
}

.table .num {
  color: #e2e2c7;
  font-size: 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e2e2c7;
  border-radius: 50%;
}

.myscroll {
  width: 100%;
  height: 405px;
  overflow: hidden;
  background: #9c1f21;
}

.myscroll li {
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
}

.myscroll li > div {
  float: left;
  width: 33.3333%;
  text-align: center;
}

/* jswbox */
#jswbox {
  width: 100%;
  height: 421px;
  margin: 20px auto 10px;
  position: relative;
}

#jswbox ul {
  position: relative;
  height: 421px;
}

#jswbox ul li {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  cursor: url(../images/cursor_02.png), auto;
  overflow: hidden;
  top: 152px;
  left: 10px;
}

#jswbox ul li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  float: left;
}

#jswbox .prev,
#jswbox .next {
  display: none;
}

.tip {
  color: #ffc453;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

#snowBox {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.snowFlake {
  position: absolute;
}

.card-list {
  display: inline-block;
  margin: 0 auto;
}

.card-list .flip,
.card-list .card-front,
.card-list .card-back {
  width: 252px;
  height: 362px;
}

.card-list .flip {
  float: left;
  margin: 20px 60px;
  text-align: center;
  perspective: 1000;
  -webkit-perspective: 1000px;
  /*父类容器中 perspective 子类允许透视*/
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

.card-list .flip.open .card-front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 1;
}

.card-list .flip.open .card-back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  z-index: 2;
}

.card-list .flip .flipper {
  transition: transform 0.6s ease-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  /*使其子类变换后得以保留 3d转换后的位置*/
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  position: relative;
}

.card-list .flip .card-front,
.card-list .flip .card-back {
  width: 252px;
  height: 362px;
  backface-visibility: hidden;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.card-list .flip .card-front {
  z-index: 2;
  transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  background: url(../images/bg_15.png) center center no-repeat;
}

.card-list .flip .card-back {
  z-index: 1;
  transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  background: url(../images/bg_15_open.png) center center no-repeat;
}

.card-list .gift-box {
  float: inherit;
  width: inherit;
  margin: 100px 0 0;
}

.card-list .gift-box .gift {
  width: 100px;
  height: 100px;
  border-radius: 0;
}

.card-list .gift-box p {
  color: #4d1f18;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
  .container {
    width: 100%;
  }
  .modal-body {
    padding: 30px 39px;
  }
  .login-box {
    width: 330px !important;
  }
  .card-list .flip {
    margin: 20px;
  }
  .btn-luck a {
    margin: 20px 33px !important;
  }
  .txt-num {
    right: 80px !important;
  }
  .exchange-list {
    width: 100% !important;
  }
  .exchange-list li {
    width: 48% !important;
    margin: 0 1% 25px !important;
  }
  .rule .r-tit {
    left: 15px;
  }
  .sect-01 {
    height: 630px !important;
    background: url(../images/sect_01_1000.jpg) center center no-repeat !important;
  }
  .sect-01 .top,
  .sect-01 .bottom {
    display: none;
  }
  .sect-01 .go-luck {
    top: 465px !important;
  }
  .top-link {
    right: 0 !important;
  }
  .gift-swiper {
    margin: 0 124px !important;
  }
  .gift-swiper-cont [class*="swiper-button-"].swiper-button-prev {
    left: 40px !important;
  }
  .gift-swiper-cont [class*="swiper-button-"].swiper-button-next {
    right: 40px !important;
  }
}

.giftbox {
  position: relative;
  display: inline-block;
  background: #f8d2b1;
  color: #85504a;
  padding: 0 10px;
  border-radius: 50px;
  margin: 0 2px;
  cursor: url(../images/cursor_02.png), auto;
}

.giftbox:hover {
  background: #ffe0c4;
}

.giftbox .view {
  position: absolute;
  top: 40px;
  left: -30px;
  width: 210px;
  min-height: 125px;
  background: #f8d2b1;
  border: 2px solid #ac3d35;
  border-radius: 10px;
  display: none;
  font-size: 14px;
  color: #85504a;
  padding: 10px;
  z-index: 10;
}

.giftbox .view em {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.giftbox .view em,
.giftbox .view span {
  display: block;
}

.giftbox .view span {
  line-height: 1.6;
}

.giftbox .view:after, .giftbox .view:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}

.giftbox .view:after {
  top: -9px;
  left: 46px;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #e6c3a5;
  border-right: 9px solid transparent;
}

.giftbox .view:before {
  top: -12px;
  left: 43px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ac3d35;
  border-right: 12px solid transparent;
}

.giftbox:hover .view {
  display: block;
}
