<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: 敺株��迤暺煾��, Arial, sans-serif;
  text-decoration: none;
  list-style: none;
  outline: none;
}
html, body {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #000000;
}
#bg {
  background-image: url(../images/event.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  background-color: #db8747;
  width: 1920px;
}
#bg2 {
  background-image: url(../images/index.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  background-color: #db8747;
}
#wrap {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
height: 1640px;
}
#wrap2 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 1080px;
}
.txt {
  position: absolute;
  margin-top: 59%;
  width: 65%;
  text-align: center;
  margin-left: 20%;
  line-height: 30px;
  font-size: 25px;
  color: #f7ba2a;
  font-weight: bold;
  z-index: 999;
  text-shadow: 6px 4px 9px black, -5px 1px 11px black;
}
.kv .kv_ring {
  width: 1450 px;
  z-index: 0;
  -webkit-transform: translate(-50%, 206%);
  -ms-transform: translate(-50%, 206%);
  transform: translate(-50%, 206%);
  pointer-events: none;
}
.absolute {
  position: absolute;
  top: 33%;
  left: -25%;
}
.notice {
  position: relative;
  display: inline-block;
  margin-top: 10%;
  width: 70%;
  color: #010e00;
  line-height: 31px;
  font-weight: 700;
  font-size: 17px;
  text-align: justify;
}
h3 {
  color: #29200d;
  font-size: 26px;
}
strong {
      color: #e90000;
    font-size: 18px;
    margin-top: 7%;
    font-weight: bold;

}
.bag_qty strong {
  color: #400000;
  font-size: 23px;
  margin-top: -1%;
  margin-left: 9px;
  font-weight: bold;
}
.notice li {
  list-style: auto;
}
.pc {
  display: block;
}
img.d-block.r1.ring_ani {
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
img.d-block.r2.ring_ani {
  opacity: 0;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
img.d-block.r3.ring_ani {
  opacity: 0;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.d-block {
  width: 100%;
}
.text {
  margin-bottom: 18%;
}
@-webkit-keyframes t_color_gold {
  0%, to {
    -webkit-filter: brightness(1);
    filter: brightness(1)
  }
  50% {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5)
  }
}
@keyframes t_color_gold {
  0%, to {
    -webkit-filter: brightness(1);
    filter: brightness(1)
  }
  50% {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5)
  }
}
.ring_ani {
  opacity: 1;
  -webkit-animation: ring_ani 2.0s linear infinite;
  animation: ring_ani 2.0s linear infinite;
  margin-left: 12%;
}
@-webkit-keyframes ring_ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -20%) scale(1);
    transform: translate(0, -20%) scale(1)
  }
  to {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
  }
}
@keyframes ring_ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -20%) scale(1);
    transform: translate(0, -20%) scale(1)
  }
  to {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
  }
}
a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
.btn10 a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
/*----Tooltip----*/
a.tooltip, a.tooltip:hover, .tooltip {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  outline: none;
  text-decoration: none;
}
a.tooltip:hover {
  color: #ffcc00;
}
a.tooltip, .tooltip {
  color: #dcdcdc;
}
a.tooltip img.s {
  margin-right: 1%;
  width: 2.5%;
  vertical-align: middle;
}
a.tooltip span {
  display: none;
  margin-left: -146%;
  z-index: 1;
  margin-top: -38%;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  line-height: 0px;
}
/*----Button----*/
.button {
  z-index: 4002;
  display: inline-flex;
  position: relative;
  padding: 0;
  text-align: center;
  margin-top: 26%;
  margin-left: 5%;
}
a.btn {
  margin: 0 auto;
}
.btn img:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
@keyframes glow {
  0% {
    filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
    -webkit-filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
    -moz--filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
  }
  50% {
    filter: brightness(1)drop-shadow(0px 0px 4px rgb(255, 210, 114));
    -webkit-filter: brightness(1)drop-shadow(0px 0px 4px rgb(255, 210, 114));
    -moz--filter: brightness(1)drop-shadow(0px 0px 4px rgb(255, 210, 114));
  }
  100% {
    filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
    -webkit-filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
    -moz--filter: brightness(1.2)drop-shadow(0px 0px 12px rgb(255, 210, 114));
  }
}
/*---------------------------
	 Logo
----------------------------*/
.logo {
  position: absolute;
  background: url(../images/logo.png);
  width: 190px;
  height: 130px;
  display: block;
  top: 20px;
  /* left: 250px; */
  cursor: pointer;
  right: 1%;
  z-index: 99;
  transition-duration: 1.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
/*.logo:hover {
	background: url(../images/logo_hover.png);
}
*/
.slogan {
  width: 544px;
  height: 370px;
  position: absolute;
  z-index: 999;
  margin-top: 1%;
  margin-left: -14%;
  animation: slogan ease-in-out 1.5s infinite;
  background-image: url(../images/slogan.png);
  background-repeat: no-repeat;
}
.slogan_1 {
  width: 544px;
  height: 370px;
  position: absolute;
  z-index: 999;
  margin-top: 1%;
  margin-left: -14%;
  animation: slogan ease-in-out 1.5s infinite;
  background-image: url(../images/slogan.png);
  background-repeat: no-repeat;
}
@keyframes slogan {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
.server_show {
  position: absolute;
  width: 190px;
  height: 30px;
  background-color: #0000007a;
  top: 175px;
  left: -70px;
}
.server_show p {
  margin-top: 6px;
  margin-left: 36px;
  font-size: 16px;
  color: #FFFFFF;
}
.main {
  position: relative;
  height: 1530px;
  text-align: center;
}
.flash {
  position: relative;
  top: 24%;
  width: 600px;
  height: 450px;
  z-index: 99;
  margin: 0 auto;
}
.Spot {
  position: absolute;
  margin-top: -71%;
  margin-left: -57%;
  z-index: 99;
}
/*----Egg----*/
.cup_into {
  position: absolute;
  margin-top: -83%;
  margin-left: -38%;
  background-image: url(../images/cup.png);
  background-repeat: no-repeat;
  width: 870px;
  height: 780px;
  z-index: 100;
}
.watermelon_open {
  position: absolute;
  margin-top: -24%;
  margin-left: 8%;
  background-repeat: no-repeat;
  /*   width: 361px;
    height: 293px;*/
  z-index: 99;
  animation: glow 2s ease-in-out infinite;
}
.watermelon_shut {
  position: absolute;
  margin-top: -24%;
  margin-left: 8%;
  background-repeat: no-repeat;
  /*   width: 361px;
    height: 293px;*/
  z-index: 100;
  animation: glow 2s ease-in-out infinite;
}
.baseball_bat {
  background-image: url(../images/baseball_bat.png);
  background-repeat: no-repeat;
  width: 515px;
  height: 252px;
  z-index: 101;
  position: absolute;
  margin-top: -17%;
}
.light {
  background-image: url("../images/light.png");
  background-repeat: no-repeat;
  width: 642px;
  height: 603px;
  z-index: 98;
}
.treasure {
  position: absolute;
  top: 77%;
  left: 72%;
  z-index: 10;
}
.tr_box {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 44%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.watermelon {
  background-image: url(../images/watermelon.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 276px;
  z-index: 98;
  position: absolute;
  margin-top: 28%;
  margin-left: -36%;
  -webkit-animation: roll 10s infinite linear;
}
@keyframes roll {
  0% {
    left: 320px;
    transform: rotate(0deg);
  }
  25% {
    left: 130px;
    transform: rotate(-80deg);
  }
  50% {
    left: 320px;
    transform: rotate(0deg);
  }
  75% {
    left: 450px;
    transform: rotate(80deg);
  }
  100% {
    left: 320px;
    transform: rotate(0deg);
  }
}
@keyframes Zoom {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 10%;
  }
  100% {
    background-size: 100%;
  }
}
.gift {
  width: 656px;
  height: 668px;
  background: url(../images/gift.png) no-repeat;
  margin: -56% auto;
  margin-left: 17%;
  animation: Shakelf ease-in-out 2.5s infinite;
}
@keyframes Shakelf {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
}
.char01 {
  position: absolute;
  margin-left: -11%;
  margin-top: 5%;
}
.char02 {
  position: absolute;
  margin-left: 81%;
  margin-top: 5%;
  animation: slogan ease-in-out 2.5s infinite;
}
.gift_open {
  position: absolute;
  top: -78%;
  left: -20%;
  width: 978px;
  height: 759px;
  background: url(../images/gift_open.webp) no-repeat;
  animation: char01 ease-in-out 2.5s infinite;
  background-size: 89%;
}
.shake {
  animation: shake 1.2s linear;
  animation-fill-mode: forwards;
}
.bounceIn {
  animation: bounceIn 2s linear;
  animation-fill-mode: forwards;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation: tada 2s linear;
  animation-fill-mode: forwards;
}
.flip {
  animation: flip 1s linear;
  animation-fill-mode: forwards;
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.zoom {
  animation: zoom 2s linear;
  animation-fill-mode: forwards;
}
@keyframes shake {
  0% {
    transform: scale(1);
    transform: scale3d(1, 1, 1);
  }
  6% {
    transform: scale(.9) rotate(-8deg);
    transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
  }
  18%, 30%, 42% {
    transform: scale(1.1) rotate(8deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
  }
  12%, 24%, 36%, 48% {
    transform: scale(1.1) rotate(-8deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
  }
  54% {
    transform: scale(1);
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale(1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    transform: scale(1) translate(0px, 150px);
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.gold {
  position: absolute;
  width: 950px;
  height: 626px;
  left: 44%;
  margin-left: -555px;
  margin-top: -70%;
  background: url(../images/light.png) no-repeat;
  z-index: 0;
}
.gold.rotate {
  animation: scaleDraw .5s forwards, slogan ease-in-out 1.5s infinite;
}
@keyframes scaleDraw { /*摰帋�匧�喲睸撣扼��scaleDrew�糓��閬�蝏穃�𡁜��㗇𥋘�膥���喲睸撣批�滨妍*/
  0% {
    transform: scale(0.1); /*撘�憪衤蛹��笔�见之撠�*/
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
select {
  font-family: 敺株��迤暺煾��;
  padding: 5px;
  width: 250px;
}
.server_select {
  top: 600px;
  width: 250px;
  left: 516px;
  border: 2px solid #2e2e2e;
  border-radius: 8px;
  position: relative;
  margin-left: -3%;
  margin-top: 9%;
  text-align: center;
}
.btn_start a {
  background: url(../images/btn_start.png);
  width: 389px;
  height: 124px;
  top: 631px;
  left: 492px;
  position: relative;
  transition-duration: 1.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  display: block;
}
.btn_start {
    margin-left: -6%;
}
@keyframes char01 {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
    width: 200%;
    margin-left: 0%;
    margin-top: 0%;
  }
  20% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
    width: 120%;
    margin-left: -50%;
    margin-top: 50%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
    width: 120%;
    margin-left: 120%;
    margin-top: 30%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
    width: 300%;
    margin-left: 300%;
    margin-top: -200%;
  }
}
/*---------------------------
	 �彍���
----------------------------*/
.point01 {
  top: 82px;
  left: 99px;
  text-align: right;
  font-size: 36px;
  color: #eced00;
  font-weight: bold;
  position: absolute;
  text-shadow: 1px 5px 4px #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  display: flex;
}
.point02 {
  width: 60px;
  top: 169px;
  left: 200px;
  text-align: center;
  font-size: 26px;
  color: #ffa042;
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.point03 {
  width: 60px;
  top: 252px;
  left: 200px;
  text-align: center;
  font-size: 26px;
  color: #ffa042;
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.point04 {
  width: 60px;
  top: 395px;
  left: 200px;
  text-align: center;
  font-size: 31px;
  color: #75fff7;
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.point05 {
  width: 60px;
  top: 503px;
  left: 200px;
  text-align: center;
  font-size: 31px;
  color: #75fff7;
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
/*--.point08 {
  width: 80px;
  left: 30%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
}--*/
/*---------------------------
	 蝳讛��
----------------------------*/
.small_box {
  width: 670px;
  height: 650px;
  position: relative;
  margin-left: 10%;
}
.box {
  /*  background: url(../images/box.png);*/
  width: 140px;
  height: 140px;
  margin: 4px 13px;
  float: left;
}
.box img {
  margin: 10px 15px;
  /*  animation: Shakelf ease-in-out 1.3s infinite;*/
}
.box p {
  margin: 0;
  width: 110px;
  height: 75px;
  font-size: 20px;
  font-weight: bold;
  font-family: 敺株��迤暺煾��;
  text-align: center;
  padding: 55px 15px 0px 15px;
}
.btn09 {
  /*  background: url(../images/btn09.png);*/
  width: 94px;
  height: 27px;
  position: relative;
  top: 100px;
  left: 23px;
  display: block;
}
.btn08 a {
  margin-top: -9%;
  position: absolute;
  margin-left: 3%;
}
.bag_qty {
  width: 190px;
  height: 800px;
  top: 7%;
  left: 74%;
  text-align: center;
  font-size: 19px;
  font-size: 24px;
  color: #b02b2b;
  font-weight: bold;
  position: absolute;
}
.btn10 a {
  background: url(../images/btn10.png);
  width: 154px;
  height: 41px;
  position: relative;
  top: 6px;
  display: block;
}
.btn11 a {
  background: url(../images/btn10.png);
  width: 154px;
  height: 48px;
  position: relative;
  top: -23px;
  left: 20px;
  display: block;
}
.btn11 a {
  background: url(../images/btn10.png);
  width: 154px;
  height: 48px;
  position: relative;
  top: -8px;
  left: 20px;
  display: block;
}
.btn07 a {
  background: url(../images/btn07.png);
  width: 190px;
  height: 58px;
  display: block;
}
.btn11 {
  margin-top: 8%;
}
.title {
  position: absolute;
  z-index: 1;
  margin-top: 4%;
  margin-left: 37%;
}
.btn10 {
  margin-bottom: 20px;
  /* margin: 0 auto; */
  text-align: center;
  padding: 0;
  display: inline-block;
}
/*---------------------------
	 ���部
----------------------------*/
.bulb {
  position: absolute;
  width: 1200px;
  height: 888px;
}
.a, .b, .c, .d, .e, .f, .g, .h, .i, .j, .k, .l, .m, .n, .o, .p {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #151515;
  /*-- background: url("../images/bulb_1.png") no-repeat;--*/
  animation: hzfirst 0.6s linear infinite;
}
.a {
  position: absolute;
  top: -313px;
  left: 225px;
  animation-delay: 0.2s
}
.b {
  position: absolute;
  top: -313px;
  left: 469px;
  animation-delay: 0.4s
}
.c {
  position: absolute;
  top: -313px;
  right: 457px;
  animation-delay: 0.6s
}
.d {
  position: absolute;
  top: -313px;
  right: 212px;
  animation-delay: 0.8s
}
.e {
  position: absolute;
  top: -202px;
  right: 28px;
  animation-delay: 1.0s
}
.f {
  position: absolute;
  top: -15px;
  right: 28px;
  animation-delay: 1.2s
}
.g {
  position: absolute;
  top: 168px;
  right: 28px;
  animation-delay: 1.4s
}
.h {
  position: absolute;
  bottom: 509px;
  right: 28px;
  animation-delay: 1.6s
}
.i {
  position: absolute;
  left: 962px;
  bottom: 395px;
  animation-delay: 1.8s
}
.j {
  position: absolute;
  left: 719px;
  bottom: 395px;
  animation-delay: 2.0s
}
.k {
  position: absolute;
  left: 471px;
  bottom: 395px;
  animation-delay: 2.2s
}
.l {
  position: absolute;
  left: 225px;
  bottom: 395px;
  animation-delay: 2.4s
}
.m {
  position: absolute;
  left: 42px;
  top: -203px;
  animation-delay: 2.6s
}
.n {
  position: absolute;
  left: 42px;
  top: -17px;
  animation-delay: 2.8s
}
.o {
  position: absolute;
  left: 42px;
  bottom: 693px;
  animation-delay: 3.0s
}
.p {
  position: absolute;
  left: 42px;
  bottom: 508px;
  animation-delay: 3.2s
}
@keyframes hzfirst {
  50% {
    background: #f0ebb4;
    box-shadow: 0px 0px 20px #f0e672;
  }
  80% {
    background: #89730d;
  }
}
/*---------------------------
	��贝�匧��
----------------------------*/
.light {
  position: absolute;
  margin-left: -11%;
  margin-top: -27%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotate;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* ===scroll=== */
/*::-webkit-scrollbar {
 width: 5px;
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
 background: rgba(0,0,0,0.0);
 border-radius: 10px;
}

::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 1px 1px 6px 2px rgba(255,255,255,0.9);
}*/
/*---------------------------
	FOOTER
----------------------------*/
#footer {
     margin-top: -65px;
    width: 100%;
    height: 80 px;
    color: #fff;
    font-size: 12px;
    background: #004702;
}
#footer p {
  margin: 0 auto;
}
.copyright {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.copyright table {
  margin: 0 auto 0 auto
}
.copyright table td {
  padding-right: 8px
}
.copyright .about {
  line-height: 20px;
}
.copyright table span {
  color: #fff;
}
.copyright table .t {
  padding-left: 0;
  font-size: 11px;
  line-height: 15px;
}
/*---------------------------
	IE��鞟內
----------------------------*/
#alert-ie8 {
  background: rgba(0, 0, 0, 0.6);
  background: url(../images/bg.png)\0;
  clear: both;
  display: block;
  font-size: 15px;
  height: 20px;
  letter-spacing: 1px;
  padding: 5px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 1000;
  left: 50%;
  margin-left: -50%;
  color: #FFF;
}
#alert-ie8 a:link, #alert-ie8 a:visited {
  color: #FC3;
}
#alert-ie8 a:hover {
  color: #FF0;
}
#alert-ie8 strong {
  color: #F00;
}</pre></body></html>