* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
}

a {
  text-decoration: none;
}



body {
  width: 100%;
  font-size: 14px;
  min-width: 1200px !important;
  background-color: #000;
  font-family: "Arial";
}

.wrap {
  position: relative;
  width: 100%;
  height: 4500px;
  overflow: hidden;
}

.bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: auto;
  z-index: -1;
}

.bg img {
  display: block;
  width: 100%;
}

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

.part1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 2;
}

.part1_logo {
  position: absolute;
  top: 22px;
  right: 66px;
}

.part1_slogan {
  position: absolute;
  top: 417px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.part1_tiem {
  position: absolute;
  top: 475px;
  left: 50%;
  transform: translate(-50%);
  width: 260px;
  height: 36px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background: url(../images/part1_tiem_bg.png);
}

.choose {
  position: absolute;
  top: 522px;
  left: 50%;
  transform: translate(-50%);
  padding-left: 33px;
  width: 240px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #db663d;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
}

.choose::before {
  position: absolute;
  top: 3px;
  left: 7px;
  content: '';
  width: 22px;
  height: 23px;
  background: url(../images/flag2.png);
}

.choose::after {
  position: absolute;
  top: 11px;
  right: 17px;
  content: '';
  width: 14px;
  height: 9px;
  background: url(../images/choose_icon.png);
}

.choose_items {
  position: absolute;
  top: 555px;
  left: 50%;
  transform: translate(-50%);
  width: 240px;
  height: 0px;
  overflow: hidden;
  z-index: 2;
  transition: all .4s;
}

.choose_items a {
  position: relative;
  display: block;
  width: 240px;
  height: 30px;
  padding-left: 33px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  border-radius: 25px;
  background-color: #db663d;
  cursor: pointer;
  box-sizing: border-box;
}

.choose_items a:hover {
  box-shadow: inset 0px 0px 6px 3px rgba(255, 230, 141, 1);
}

.choose_items a::after {
  position: absolute;
  top: 3px;
  left: 7px;
  content: '';
  width: 22px;
  height: 23px;
  background: url(../images/flag1.png);
}

.choose_items a:nth-child(2)::after {
  background: url(../images/flag3.png);
}

.part1_mg {
  position: absolute;
  top: 561px;
  left: 50%;
  transform: translate(-50%);
  width: 1021px;
  height: 25px;
  border-radius: 30px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  background: rgba(170, 86, 43, .7);
}

.part1_home,
.part1_play,
.part1_fb {
  position: absolute;
  top: 630px;
  width: 320px;
  height: 70px;
}

.part1_home {
  left: 40px;
  background: url("../images/part1_home.gif") no-repeat;
}

.part1_home:hover {
  background: url("../images/part1_home2.gif") no-repeat;
}

.part1_play {
  top: 616.4px;
  left: 381px;
  width: 448px;
  height: 98px;
  background: url("../images/part1_play.gif") no-repeat;
}

.part1_play:hover {
  background: url("../images/part1_play2.gif") no-repeat;
}

.part1_fb {
  right: 67px;
  background: url("../images/part1_fb.gif") no-repeat;
}

.part1_fb:hover {
  background: url("../images/part1_fb2.gif") no-repeat;
}

.part2 {
  position: absolute;
  top: 900px;
  left: 0;
  width: 100%;
  height: 670px;
  z-index: 2;
}

.part2_title,
.part2_rules {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
}

.part2_rules {
  top: 60px;
  color: #e5ce8e;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.part2_checkBox {
  position: absolute;
  top: 150px;
  left: 85px;
  width: 1030px;
  height: 480px;
}

.part2_dailyBox,
.part2_rewardsBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.part2_dailyBox li {
  position: relative;
  width: 200px;
  height: 330px;
  padding-top: 115px;
  background: url("../images/part2_day.png") no-repeat;
}

.part2_dailyBox li.on {
  background: url("../images/part2_day2.png") no-repeat;
}

.part2_dailyBox li.on:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 6px;
  width: 188px;
  height: 143px;
  background: url("../images/part2_clear.png") no-repeat;
}

.part2_dailyBox li div {
  width: 100%;
  height: 202px;
}

.part2_dailyBox li button {
  position: relative;
  display: block;
  width: 148px;
  height: 45px;
  margin-left: 26px;
  border: none;
  cursor: pointer;
}

.part2_day1 {
  background: url("../images/part2_numb1.png") center no-repeat;
}

.part2_day2 {
  background: url("../images/part2_numb2.png") center no-repeat;
}

.part2_day3 {
  background: url("../images/part2_numb3.png") center no-repeat;
}

.part2_day4 {
  background: url("../images/part2_numb4.png") center no-repeat;
}

.part2_day5 {
  background: url("../images/part2_numb5.png") center no-repeat;
}

.part2_dailyBox li.on .part2_day1 {
  background: url("../images/part2_numb12.png") center no-repeat;
}

.part2_dailyBox li.on .part2_day2 {
  background: url("../images/part2_numb22.png") center no-repeat;
}

.part2_dailyBox li.on .part2_day3 {
  background: url("../images/part2_numb32.png") center no-repeat;
}

.part2_dailyBox li.on .part2_day4 {
  background: url("../images/part2_numb42.png") center no-repeat;
}

.part2_dailyBox li.on .part2_day5 {
  background: url("../images/part2_numb52.png") center no-repeat;
}

.part2_checkIn {
  background: url("../images/part2_checkIn.png") no-repeat;
}

.part2_checkIn.out,
.part2_checkIn.out:hover {
  cursor: not-allowed;
  background: url("../images/part2_checkIn2.png") no-repeat;
}

.part2_checkIn:after {
  pointer-events: none;
  display: none;
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -156px;
  width: 312px;
  height: 445px;
  background: url("../images/part2_checkLight.png") no-repeat;
  background-position: 0 0;
  -webkit-animation: check_light 1s steps(19) infinite;
  animation: check_light 1s steps(19) infinite;
}

.part2_checkIn:hover:after {
  display: block;
}

.part2_checkIn.out:hover:after {
  display: none;
}

.part2_rewardsBox {
  position: absolute;
  top: 180px;
  left: 0;
}

.part2_rewardsBox li {
  position: relative;
  width: 198px;
  height: 130px;
}

.part2_rewardsBox li img {
  margin-left: 60px;
}

.part2_rewardsTips {
  display: none;
  position: absolute;
  top: 40%;
  left: 80%;
  color: #9E843B;
  border: 2px solid #9E843B;
  padding: 10px;
  background-color: #ffffff;
  max-width: 200px;
}

.part2_rewardsBox li:hover .part2_rewardsTips {
  display: block;
}

.part3 {
  position: absolute;
  top: 1570px;
  left: 0;
  width: 100%;
  height: 930px;
  background: url(../images/zhuangpan_bg.png) no-repeat;
  background-position: 0px 183px;
  z-index: 2;
}

.part3_title {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.part3_rules {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 1100px;
  text-align: center;
  color: #e5ce8e;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.lottery {
  position: absolute;
  width: 614px;
  height: 650px;
  top: 233px;
  left: 73px;
  z-index: 1;
}

/*åŒè½¬ç›˜*/
.dial {
  position: absolute;
  left: 0;
  top: 0;
  width: 614px;
  height: 616px;
  background: url("../images/main.webp") center no-repeat;
  z-index: 3;
}

/*å¤–å±‚è½¬ç›˜*/
.outer {
  position: absolute;
  width: 410px;
  height: 410px;
  top: 104px;
  left: 103px;
}

.outer #out {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.5s ease-out 0.6s;
  opacity: 0;
}

.outer.active #out {
  transform: scale(1);
  opacity: 1;
}

#out td {
  position: absolute;
  width: 101px;
  height: 101px;
  transform: translate(-50%, -50%);
  background: url("../images/yuan.png") no-repeat;
}

#out td.curt {
  border-radius: 50%;
  box-shadow: 0 0 5px 6px #f5c544;
}

#out td img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*å†…å±‚è½¬ç›˜*/
.inner {
  width: 205px;
  height: 205px;
  position: absolute;
  top: 206px;
  left: 204.5px;
  z-index: 2;
}

.inner table {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.5s ease-out;
  opacity: 0;
}

.inner.active table {
  transform: scale(1);
  opacity: 1;
}

#td td {
  position: absolute;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  background: url("../images/yuan2.png") no-repeat;
}

#td td.current {
  border-radius: 50%;
  box-shadow: 0 0 5px 6px #ffffff;
}

#td td img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.share_btn,
.inner_btn,
.outer_btn {
  position: absolute;
  width: 194px;
  height: 57px;
  bottom: 30px;
  z-index: 3;
  cursor: pointer;
}

.share_btn {
  background: url("../images/fb_share.png") no-repeat;
  right: -445px;
}

.share_btn:hover {
  background: url("../images/fb_share2.png") no-repeat;
}

.inner_btn {
  display: none;
  background: url("../images/spin_inner.png") no-repeat;
  right: -445px;
}

.inner_btn:hover {
  background: url("../images/spin_inner2.png") no-repeat;
}

.outer_btn {
  background: url("../images/spin_outer.png") no-repeat;
  right: -200px;
}

.outer_btn:hover {
  background: url("../images/spin_outer2.png") no-repeat;
}

.outer_btn.out {
  cursor: not-allowed;
  background: url("../images/spin_outer3.png") no-repeat;
}

.inner_btn.out {
  cursor: not-allowed;
  background: url("../images/spin_inner3.png") no-repeat;
}

.activity_awards {
  position: absolute;
  top: 240px;
  right: 130px;
  width: 320px;
  height: 472px;
  padding: 36px 70px;
  box-sizing: border-box;
  background: url("../images/rewardsBox.png") no-repeat;
}

.ar_title {
  padding-top: 1px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #5a4817;
  text-align: center;
}

.ar_icon {
  display: block;
  width: 180px;
  margin: 40px auto;
}

.ar_icon li {
  display: block;
  width: 130px;
  margin: 15px auto;
  overflow: hidden;
}

.ar_icon li img {
  float: left;
  margin: 0 10px;
}

.claim {
  position: absolute;
  bottom: -50px;
  left: 86px;
  width: 148px;
  height: 45px;
  background: url("../images/part3_claim.png") no-repeat;
}

.claim:hover {
  background: url("../images/part3_claim2.png") no-repeat;
}

.part4 {
  position: absolute;
  top: 2500px;
  left: 0px;
  width: 100%;
  height: 440px;
  z-index: 2;
}

.part4 .part4_title {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%);
}

.part4 .part4_rules {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translate(-50%);
  width: 1103px;
  font-size: 18px;
  font-weight: 600;
  color: #c9ae75;
}

.part4_content {
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translate(-50%);
  width: 1061px;
  height: 223px;
}

.part4_content .item {
  float: left;
  width: 282px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #e5ce8e;
  background-color: #897452;
  border: 1px solid #cba96d;
  box-sizing: border-box;
}

.part4_content .item:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
}

.part4_content .item:nth-child(2) {
  padding-left: 0px !important;
  font-size: 22px;
  font-weight: 600;
}

.part4_content .item:nth-child(2n) {
  margin-left: -1px;
  /* padding-left: 56px; */
  width: 779px;
  box-sizing: border-box;
}

.part4_content .item:nth-child(n+3) {
  margin-top: -1px;
  background-color: #3e332a;
}

.part4_content .item .rd_item {
  float: left;
  width: 30%;
  height: 56px;
  text-align: right;
  line-height: 56px;
  font-size: 15px;
  color: #e5ce8e;
}

.part4_content .item .rd_item:nth-child(1) {
  width: 27.5%;
}

.part4_content .item .rd_item:nth-child(2) {
  width: 36%;
}

.part4_content .item .rd_item span {
  float: right;
  width: 51px;
  height: 50px;
  margin-top: 3px;
  margin-left: 10px;
}

.part4_content .item:nth-child(4) span {
  background: url(../images/part4_rd_item4_bg1.png);
}

.part4_content .item:nth-child(4) .rd_item:nth-child(2) span {
  background: url(../images/part4_rd_item4_bg2.png);
}

.part4_content .item:nth-child(4) .rd_item:nth-child(3) span {
  background: url(../images/part4_rd_item4_bg3.png);
}

.part4_content .item:nth-child(6) span {
  background: url(../images/part4_rd_item6_bg1.png);
}

.part4_content .item:nth-child(6) .rd_item:nth-child(2) span {
  background: url(../images/part4_rd_item6_bg2.png);
}

.part4_content .item:nth-child(6) .rd_item:nth-child(3) span {
  background: url(../images/part4_rd_item6_bg3.png);
}

.part4_content .item:nth-child(8) span {
  background: url(../images/part4_rd_item8_bg1.png);
}

.part4_content .item:nth-child(8) .rd_item:nth-child(2) span {
  background: url(../images/part4_rd_item8_bg2.png);
}

.part4_content .item:nth-child(8) .rd_item:nth-child(3) span {
  background: url(../images/part4_rd_item8_bg3.png);
}

.part5 {
  position: absolute;
  top: 2940px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 807px;
  background: url(../images/zhuangpan_bg.png) no-repeat;
  background-position: 0 18px;
  z-index: 2;
}

.part5 .part5_rewardsBox {
  position: absolute;
  top: 81px;
  right: 85px;
  width: 320px;
  height: 532px;
  background: url(../images/rewardsBox2.png);
}

.part5 .part5_rewardsBox .rewardsList {
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translate(-50%);
  width: 153px;
  height: 342px;
}

.part5 .part5_rewardsBox .rewardsList li {
  width: 160px;
  margin-bottom: 19px;
}

.part5 .part5_rewardsBox .rewardsList li img {
  display: inline-block;
  width: 51px;
  height: 50px;
}

.part5 .part5_btn {
  position: absolute;
  top: 622px;
  right: 174px;
  width: 148px;
  height: 45px;
  background: url(../images/part3_claim.png);
  cursor: pointer;
}

.part5 .part5_btn:hover {
  background: url(../images/part3_claim2.png);
}

.part6 {
  position: absolute;
  top: 3747px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 597px;
  z-index: 2;
}

.part6 .part6_title {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%);
  width: 520px;
  height: 29px;
  background: url(../images/part6_title.png);
}

.part6 .part6_mg {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%);
  width: 1216px;
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  font-size: 18px;
  color: #c9ae75;
}

.part6 .fa_btn,
.dc_btn {
  position: absolute;
  top: 319px;
  left: 278px;
  width: 261px;
  height: 77px;
  background: url(../images/fb_fans.png);
  cursor: pointer;
}

.fa_btn:hover {
  background: url(../images/fb_fans2.png);
}

.part6 .dc_btn {
  left: 678px;
  background: url(../images/discord.png);
}

.dc_btn:hover {
  background: url(../images/discord2.png);
}

/*Footer*/
.footer {
  position: absolute;
  top: 97.5%;
  left: 0;
  z-index: 12;
  height: 115px;
  width: 100%;
  font-size: 15px;
  background-color: #8a3c1e;
  border-top: 1px solid #303030;
  text-align: center;
}

.footer .footer_main {
  position: relative;
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer .footer-hd {
  margin-left: 19%;
  overflow: hidden;
  zoom: 1;
}

.footer .footer-hd li {
  float: left;
  margin-top: 26px;
  color: #fff;
}

.footer .footer-hd li a {
  float: left;
  color: #fff;
}
.footer .footer-hd li a:hover{
  color:#ffc557 ;
}
.footer p {
  padding-top: 20px;
  color: #fff;
  font-size: 15px;
}
.footer p:hover{
  color:#ffc557 ;
}
.footer .i-separation {
  position: relative;
  top: 5px;
  float: left;
  width: 0;
  height: 10px;
  margin: 0 17px 0 17px;
  border-right: 1px solid #fff;
}
/* è½å¶ */
#container {
  position: relative;
  top:0px;
  left: -334px;
  height: 4500px;
  width: 1903px;
  overflow: hidden;
}

#leafContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

#leafContainer > div {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: linear;
 
}

#leafContainer > div > img {
   position: absolute;
   width: 100px;
   height: 100px;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-direction: alternate;
   -webkit-animation-timing-function: ease-in-out;
   -webkit-transform-origin: 50% -100%;
}

@-webkit-keyframes fade
{
  0%   { opacity: 1; }
  95%  { opacity: 1; }
  100% { opacity: 1; }
}

@-webkit-keyframes drop
{
  0%   { -webkit-transform: translate(0px, -50px); }
  100% { -webkit-transform: translate(0px, 4500px); }
}

@-webkit-keyframes clockwiseSpin
{
  0%   { -webkit-transform: rotate(-50deg); }
  100% { -webkit-transform: rotate(50deg); }
}


@-webkit-keyframes counterclockwiseSpinAndFlip 
{
  0%   { -webkit-transform: scale(-1, 1) rotate(50deg); }
  100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}

/*ç‚¹å‡»å¼¹å‡ºçª— å…¼å®¹IE*/
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.pop {
  display: none;
  width: 482px;
  height: 290px;
  z-index: 1000;
  background: url("../images/pop.png") center no-repeat;
  position: absolute;
  animation: zoomIn .3s forwards;
  margin-left: -241px !important;
  margin-top: -145px !important;
  /*FF IE7 half of its width */
  /*FF IE7 half of its height*/
  left: 50%;
  /*FF IE7*/
  top: 50% !important;
  /*FF IE7*/
  position: fixed !important;
  /*FF IE7*/
  position: absolute;
  /*IE6*/

  _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :
      /*IE6*/
      document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
  /*IE5 IE5.5*/
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url("../images/close.png") center no-repeat;
}
.close:hover{
  background: url("../images/close2.png") center no-repeat;
}
.pop_title {
  margin-top: 80px;
  text-align: center;
}

.pop_txt,
.pop_txt2 {
  width: 80%;
  margin: 30px auto 15px;
  text-align: center;
  color: #9e843b;
  font-size: 18px;
  line-height: 30px;
}

.pop_code {
  display: block;
  font-size: 18px;
  color: #9e843b;
  text-align: center;
  width: 70%;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border: 2px solid #9e843b;
  background-color: transparent;
}

.pop_txt2 {
  margin: 130px auto 0;
}

.pop_rewards {
  width: 600px;
  height: 500px;
  background: #fff;
  border: 3px solid #c7b284;
  margin-left: -300px !important;
  margin-top: -250px !important;
  /*FF IE7 half of its width */
  /*FF IE7 half of its height*/
}

.pop_rewards .close {
  top: 5px;
  right: 5px;
}

.pop_table {
  width: 86%;
  margin: 30px auto 0;
  border: 1px solid #9e843b;
}

.pop_table tr td {
  padding: 15px 10px;
  border: 1px solid #9e843b;
  font-size: 14px;
  color: #9e843b;
  text-align: center;
}

.gameRewards_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  margin-left: -275px;
  margin-top: -250px;
  width: 550px;
  height: 500px;
  background-color: #fff;
  border: 3px solid #c7b284;
  box-sizing: border-box;
  animation: zoomIn .3s forwards;
  z-index: 1000;
}

.gameRewards_close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png);
  cursor: pointer;

}

.gameRewards_close:hover {
  background: url(../images/close2.png);
}

.gameRewards_title {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
  width: 232px;
  height: 14px;
  background: url(../images/pop_congratulation.png);
}

.gameRewards_txt {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  color: #9e843b;
}

.gameRewards_pop .content {
  position: absolute;
  top: 177px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 235px;
}

.content tr td {
  padding: 15px 10px;
  border: 1px solid #9e843b;
  font-size: 16px;
  color: #9e843b;
  text-align: center;
}

.lottery_outpop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -175px;
  display: none;
  padding-top: 179px;
  padding-left: 5px;
  width: 550px;
  height: 350px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #9e843b;
  border: 2px solid #c7b284;
  background-color: #fff;
  animation: zoomIn .3s forwards;
  box-sizing: border-box;
  z-index: 1000;
}

.lottery_outpop_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png);
  cursor: pointer;
}

.lottery_outpop_close:hover {
  background: url(../images/close2.png);
}

.lottery_outpop_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 232px;
  height: 14px;
  background: url(../images/pop_congratulation.png);
}

.lottery_outpop_contnet {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  color: #9e843b;
  border: 2px solid #c7b284;
  box-sizing: border-box;
}

.lottery_inpop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -175px;
  display: none;  
  padding-top: 179px;
  padding-left: 5px;
  width: 550px;
  height: 350px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #9e843b;
  border: 2px solid #c7b284;
  background-color: #fff;
  animation: zoomIn .3s forwards;
  box-sizing: border-box;
  z-index: 1000;
}

.lottery_inpop_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png);
  cursor: pointer;
}

.lottery_inpop_close:hover {
  background: url(../images/close2.png);
}

.lottery_inpop_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 232px;
  height: 14px;
  background: url(../images/pop_congratulation.png);
}

.lottery_inpop_contnet {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  color: #9e843b;
  border: 2px solid #c7b284;
  box-sizing: border-box;
}




.game_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  display: none;
  padding-top: 184px;
  padding-left: 29px;
  padding-right: 29px;
  width: 600px;
  height: 400px;
  text-align: left;
  font-size: 18px;
  line-height: 33px;
  background-color: #fff;
  border: 3px solid #c7b284;
  color: #9e843b;
  box-sizing: border-box;
  animation: zoomIn .3s forwards;
  z-index: 1000;
}

.game_pop_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 232px;
  height: 14px;
  background: url(../images/pop_congratulation.png);
}

.game_content {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  border: 2px solid #c7b277;
  box-sizing: border-box;
}

.game_close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png);
  cursor: pointer;
}

.game_close:hover {
  background: url(../images/close2.png);
}
.over_time_pop{
  display: none;
  width: 482px;
  height: 290px;
  z-index: 1000;
  background: url("../images/pop.png") center no-repeat;
  position: absolute;
  animation: zoomIn .3s forwards;
  margin-left: -241px !important;
  margin-top: -145px !important;
  /*FF IE7 half of its width */
  /*FF IE7 half of its height*/
  left: 50%;
  /*FF IE7*/
  top: 50% !important;
  /*FF IE7*/
  position: fixed !important;
  /*FF IE7*/
  position: absolute;
  /*IE6*/

  _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :
      /*IE6*/
      document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
  /*IE5 IE5.5*/
}
.ot_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url("../images/close.png") center no-repeat;
}
.ot_close:hover{
  background: url("../images/close2.png") center no-repeat;
}

/*åŠ¨ç”»*/
@-webkit-keyframes pulse {
  0% {
    filter: brightness(100%)
  }

  50% {
    filter: brightness(120%)
  }

  100% {
    filter: brightness(100%)
  }
}

@-moz-keyframes pulse {
  0% {
    filter: brightness(100%)
  }

  50% {
    filter: brightness(120%)
  }

  100% {
    filter: brightness(100%)
  }
}

@-o-keyframes pulse {
  0% {
    filter: brightness(100%)
  }

  50% {
    filter: brightness(120%)
  }

  100% {
    filter: brightness(100%)
  }
}

@keyframes pulse {
  0% {
    filter: brightness(100%)
  }

  50% {
    filter: brightness(120%)
  }

  100% {
    filter: brightness(100%)
  }
}

@-webkit-keyframes check_light {
  to {
    background-position: 0 -8455px;
  }
}

@keyframes check_light {
  to {
    background-position: 0 -8455px;
  }
}



@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform-origin: center, center;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform-origin: center, center;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}



@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}


@media screen and (max-width: 1800px) {
  .wrap {
    height: 4275px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.95);
    -moz-transform: perspective(1px) scale(0.95);
    -ms-transform: perspective(1px) scale(0.95);
    -o-transform: perspective(1px) scale(0.95);
    transform: perspective(1px) scale(0.95);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}

@media screen and (max-width: 1700px) {
  .wrap {
    height: 4050px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.9);
    -moz-transform: perspective(1px) scale(0.9);
    -ms-transform: perspective(1px) scale(0.9);
    -o-transform: perspective(1px) scale(0.9);
    transform: perspective(1px) scale(0.9);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}

@media screen and (max-width: 1600px) {
  .wrap {
    height: 3825px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.85);
    -moz-transform: perspective(1px) scale(0.85);
    -ms-transform: perspective(1px) scale(0.85);
    -o-transform: perspective(1px) scale(0.85);
    transform: perspective(1px) scale(0.85);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}

@media screen and (max-width: 1500px) {
  .wrap {
    height: 3600px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.8);
    -moz-transform: perspective(1px) scale(0.8);
    -ms-transform: perspective(1px) scale(0.8);
    -o-transform: perspective(1px) scale(0.8);
    transform: perspective(1px) scale(0.8);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}

@media screen and (max-width: 1400px) {
  .wrap {
    height: 3375px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.75);
    -moz-transform: perspective(1px) scale(0.75);
    -ms-transform: perspective(1px) scale(0.75);
    -o-transform: perspective(1px) scale(0.75);
    transform: perspective(1px) scale(0.75);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}
@media screen and (max-width: 1300px) {
  .wrap {
    height: 3150px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.7);
    -moz-transform: perspective(1px) scale(0.7);
    -ms-transform: perspective(1px) scale(0.7);
    -o-transform: perspective(1px) scale(0.7);
    transform: perspective(1px) scale(0.7);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    height: 2925px;
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform: perspective(1px) scale(0.65);
    -moz-transform: perspective(1px) scale(0.65);
    -ms-transform: perspective(1px) scale(0.65);
    -o-transform: perspective(1px) scale(0.65);
    transform: perspective(1px) scale(0.65);
  }
  .footer_main,
  .bg,
  .main {
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
  }
}