@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: #744034;
}

.container {
  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: 233px;
  height: 114px;
  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;
}

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

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

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

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

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

.login-box .login-info a:hover {
  color: #ff4800 !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: block;
}

.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: 80px 0 0;
  height: 157px;
  font: 0/0 a;
}

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

.tit.tit-02 h2 {
  margin-top: 50px;
  background: url(../images/tit_02.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

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

.sect.sect-01 .container {
  position: relative;
}

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

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

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

.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.item-02 a {
  background: url(../images/btn_download.png) center center no-repeat;
}

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

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

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

.sect.sect-02 .share {
  padding-top: 7px;
  margin: 15px 0 25px;
  color: #fab7a1;
  height: 50px;
  font-size: 16px;
  background: url(../images/bg_06.png) center center no-repeat;
  text-align: center;
  letter-spacing: 1px;
}

.sect.sect-02 .share a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background: #522727;
  border-radius: 50px;
  font: 0/0 a;
  vertical-align: middle;
  transition: all 0.3s;
}

.sect.sect-02 .share a:hover {
  background: #9e3532;
}

.sect.sect-02 .share a i {
  display: block;
  width: 100%;
  height: 100%;
}

.sect.sect-02 .share a.icon-friend i {
  background: url(../images/icon_friend.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-sina i {
  background: url(../images/icon_sina.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-wechat i {
  background: url(../images/icon_wechat.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-wechat .view {
  display: none;
  position: absolute;
  left: -55px;
  top: 40px;
  background: #865959;
  width: 200px;
  height: 210px;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
}

.sect.sect-02 .share a.icon-wechat .view p {
  font-size: 18px;
  color: #e9cdbc;
  line-height: 1;
  margin-bottom: 8px;
}

.sect.sect-02 .share a.icon-wechat .view img {
  width: 150px;
  height: 150px;
}

.sect.sect-02 .share a.icon-wechat:hover .view {
  display: block;
}

.sect.sect-02 .share a.icon-qq i {
  background: url(../images/icon_qq.png) center 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 .row {
  overflow: hidden;
  color: #fab8a2;
  font-size: 16px;
}

.sect.sect-02 .row a {
  color: #ff814f;
}

.sect.sect-02 .row > a {
  display: inline-block;
  width: 133px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  background: url(../images/bg_07.png) center center no-repeat;
  font-size: 15px;
  color: #f5c3a2;
  text-align: center;
}

.sect.sect-02 .row > a:hover {
  color: #fab8a2;
  filter: brightness(1.2);
}

.sect.sect-02 .row .num {
  color: #ff814f;
  font-weight: 700;
  font-size: 33px;
  vertical-align: sub;
}

.sect.sect-02 .btn-luck {
  display: inline-block;
  width: 354px;
  height: 130px;
  margin: 40px 75px 0;
  font: 0/0 a;
}

.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-ten {
  background: url(../images/btn_luck_ten.png) center center no-repeat;
}

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

.sect.sect-02 .gift-swiper-cont {
  position: relative;
  height: 222px;
  padding: 25px 52px;
  background: url(../images/bg_03.png) center center no-repeat;
  overflow: hidden;
}

.sect.sect-02 .gift-swiper-cont [class*="swiper-button-"] {
  width: 60px;
  height: 58px;
  opacity: 1;
}

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

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

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

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

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

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

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

.sect.sect-02 .title {
  font: 0/0 a;
  height: 73px;
  margin: 40px 0 30px;
  background: url(../images/title.png) center center no-repeat;
}

.sect.sect-02 .get-method li {
  float: left;
  width: 360px;
  padding-top: 60px;
}

.sect.sect-02 .get-method li:nth-child(1) {
  background: url(../images/num_01.png) top left no-repeat;
}

.sect.sect-02 .get-method li:nth-child(2) {
  background: url(../images/num_02.png) top left no-repeat;
}

.sect.sect-02 .get-method li:nth-child(3) {
  background: url(../images/num_02.png) top left no-repeat;
}

.sect.sect-02 .get-method li + li {
  margin-left: 80px;
}

.sect.sect-02 .get-method li p {
  color: #ffc453;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.sect.sect-02 .get-method li p em {
  display: block;
  font-size: 16px;
}

.sect.sect-02 .get-method li span {
  display: block;
  color: #f9d3c7;
  font-size: 16px;
  line-height: 26px;
}

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

.sect.sect-03 .aa {
  margin-top: -20px;
  height: 125px;
  background: url(../images/bg_05.png) center center no-repeat;
}

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

.sect.sect-03 .scroll {
  /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
  width: 100000px;
  position: absolute;
  left: 0px;
  top: 68px;
  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;
  margin: 0 -38px;
}

.sect.sect-03 .row .table {
  float: left;
}

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

.body-process {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 137px;
  height: 352px;
  margin: auto;
  padding-top: 55px;
  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;
}

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

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

@-webkit-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;
  }
}

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

.well {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  overflow: hidden;
}

.well .well-item {
  float: left;
  width: 273px;
  height: 309px;
  text-align: center;
}

.well .well-item .luck-img {
  width: 157px;
  height: 152px;
  margin: 66px auto 3px;
  background: url(../images/bg_11.png) center center no-repeat;
}

.well .well-item .luck-img img {
  margin-top: 45px;
}

.well .well-item .luck-real {
  width: 162px;
  height: 117px;
  background: #ffded3;
  border: 1px solid #e9bdae;
  margin: 75px auto 30px;
}

.well .well-item .luck-real img {
  max-width: 162px;
}

.well .well-item p {
  width: 200px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffc9b7;
  background: url(../images/bg_10.png) center center no-repeat;
}

.correct {
  position: absolute;
}

.correct img {
  width: 273px;
  height: 309px;
}

.opposite .opposite-content {
  display: table;
  width: 273px;
  height: 309px;
  background: url(../images/bg_09.png) center center no-repeat;
}

.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-address .modal-body, .modal.modal-record .modal-body {
  width: 642px;
  height: 655px;
  margin-top: -327.5px;
  margin-left: -321px;
  background: url(../images/modal_02.png) center center no-repeat;
}

.modal.modal-address .form {
  margin-top: 30px;
}

.modal.modal-address .form .group {
  overflow: hidden;
  margin-top: 15px;
}

.modal.modal-address .form .group .label {
  float: left;
  font-size: 16px;
  color: #ffe6e1;
  width: 80px;
  text-align: right;
  line-height: 34px;
  margin-right: 15px;
}

.modal.modal-address .form .group input,
.modal.modal-address .form .group textarea {
  font-size: 16px;
  height: 34px;
  line-height: 32px;
  width: 345px;
  border: 1px solid #8d5b47;
  background: #ffdfd7;
  padding: 0 10px;
  color: #3d2627;
}

.modal.modal-address .form .group textarea {
  padding: 10px;
  height: 100px;
  line-height: 20px;
}

.modal.modal-address .form .group > p {
  font-size: 16px;
  line-height: 34px;
  padding-left: 110px;
  color: #ffe6e1;
}

.modal.modal-record .nav-list-01 {
  border-bottom: 1px solid #cb9b87;
  overflow: hidden;
  padding: 0 30px;
  margin: 10px 0 20px;
}

.modal.modal-record .nav-list-01 li {
  float: left;
  width: 50%;
  text-align: center;
}

.modal.modal-record .nav-list-01 li a {
  border: 1px solid #835145;
  border-bottom: none;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #52281f;
  transition: all 0.3s;
}

.modal.modal-record .nav-list-01 li.active a {
  line-height: 40px;
  font-size: 28px;
  color: #ffd9c8;
  background: #8a5043;
}

.modal.modal-record .table-box {
  width: 530px;
  margin: 0 auto 30px;
  padding: 0 50px;
  height: 449px;
  overflow: auto;
}

.modal.modal-record .table-box table {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
  color: #ffe6e1;
}

.modal.modal-record .table-box table thead {
  background: #ffbd5f;
  color: #444;
}

.modal.modal-record .table-box table tr {
  border-bottom: 1px solid #c18f7d;
}

.modal.modal-record .table-box table th {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}

.modal.modal-record .table-box table td {
  height: 50px;
  padding-top: 15px;
}

.modal.modal-ten .modal-body, .modal.modal-one .modal-body {
  background: none;
  animation: none;
}

.modal.modal-ten .modal-body {
  padding: 0;
  width: 1365px;
  height: 730px;
  margin-left: -682.5px;
  margin-top: -365px;
}

.modal.modal-ten .modal-body .well .well-item.import .opposite-content {
  animation: bglight2 .6s 6 alternate linear;
  -ms-animation: bglight2 .6s 6 alternate linear;
  -moz-animation: bglight2 .6s 6 alternate linear;
  -webkit-animation: bglight2 .6s 6 alternate linear;
  -o-animation: bglight2 .6s 6 alternate linear;
  background: url(../images/bg_09_pre.png) center center no-repeat;
}

.modal.modal-one .modal-body {
  padding: 0;
  width: 408px;
  height: 540px;
  margin-left: -204px;
  margin-top: -270px;
}

.modal.modal-one .modal-body .well .well-item {
  width: 408px;
  height: 419px;
}

.modal.modal-one .modal-body .well .well-item.import .opposite-content {
  animation: bglight .6s 6 alternate linear;
  -ms-animation: bglight .6s 6 alternate linear;
  -moz-animation: bglight .6s 6 alternate linear;
  -webkit-animation: bglight .6s 6 alternate linear;
  -o-animation: bglight .6s 6 alternate linear;
  background: url(../images/bg_12_pre.png) center center no-repeat;
}

.modal.modal-one .modal-body .well .well-item .luck-img {
  margin: 110px auto 35px;
}

.modal.modal-one .modal-body .well .well-item .luck-real {
  width: 240px;
  height: 172px;
  margin: 85px auto 45px;
}

.modal.modal-one .modal-body .well .well-item .luck-real img {
  max-width: 242px;
  margin: 25px 0;
}

.modal.modal-one .modal-body .well .well-item p {
  width: 260px;
  height: 46px;
  line-height: 46px;
  font-size: 19px;
  background: url(../images/bg_10_l.png) center center no-repeat;
}

.modal.modal-one .modal-body .correct {
  position: absolute;
}

.modal.modal-one .modal-body .correct img {
  width: 408px;
  height: 419px;
}

.modal.modal-one .modal-body .opposite .opposite-content {
  display: table;
  width: 408px;
  height: 419px;
  background: url(../images/bg_12.png) center center no-repeat;
}

.modal.modal-one .modal-body .btn-luck-confirm {
  margin-top: 5px;
}

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

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

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -321px;
  margin-top: -202.5px;
  width: 642px;
  height: 405px;
  background: url(../images/modal_01.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
  padding: 55px;
  color: #ffe6e1;
  font-size: 16px;
  line-height: 29px;
}

.modal-body .modal-title {
  font-size: 28px;
  font-weight: normal;
  color: #ffd9c8;
  padding: 15px 15px 8px;
  border-bottom: 1px solid #cb9b88;
}

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

.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-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: 10px;
  right: 10px;
  width: 73px;
  height: 73px;
  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: #ffbb4f;
}

.text-yellow {
  color: #ffe04f;
}

.rule {
  color: #f9d8d1;
  font-size: 16px;
  margin: 0 60px;
  letter-spacing: 0.5px;
}

.rule .r-tit {
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0 20px;
  padding-left: 30px;
  background: url(../images/bg_04.png) left center no-repeat;
}

.rule .r-tit-m {
  margin: 20px 0 0 5px;
}

.rule p {
  line-height: 28px;
  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: #ffbb4f;
}

.table {
  width: 658px;
  height: 655px;
  margin: 0 auto;
  padding: 50px;
  background: url(../images/table_bg.png) center center no-repeat;
}

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

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

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

.table th {
  color: #fad9c5;
  font-size: 18px;
  line-height: 45px;
}

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

.table tbody tr + tr {
  border-top: 1px solid #cd8a7a;
}

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

/* 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;
}
