﻿* {
  /*border: 1px solid #f7f7f7;*/
  font-family: 微軟正黑體;
}
h2 {
  color: #ffd400;
}
h3 {
  color: #ffd743;
  line-height: 1.2px;
  font-weight: bold;
}
html, body {
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  min-width: 1200px;
  background: url(../images/bg.jpg) no-repeat center top #070e16;
  word-break: break-all;
}
/*----Wrap----*/
.wrap {
  max-width: 1500px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
/*----Logo----*/
.logo {
  position: relative;
  margin-left: 6%;
}
.logo a:hover {
  position: relative;
  top: -3px;
}
/*----Slogan----*/
.slogan {
  position: relative;
  margin-left: 5%;
  margin-top: 0%;
  animation: slogan 1s forwards;
  opacity: 0;
}
@keyframes slogan {
  from {
    opacity: 0;
    top: 50px;
  }
  to {
    opacity: 1;
    top: 10px;
  }
}
/*----Select----*/
.s {
  display: block;
  margin: 46px 0 0 490px;
  text-align: center;
}
.s span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: black 1px 1px 8px, black 1px 1px 8px, black 1px 1px 8px;
}
select {
  border: 1px solid #000;
  padding: 3px 0px 3px 10px;
  width: 245px;
  color: #333;
  font-family: 微軟正黑體;
  font-size: 16px;
  outline: none;
}
.Char {
  position: absolute;
  animation: char01 ease-in-out 4s infinite;
  margin-top: 16%;
  margin-left: 4%;
  z-index: 2;
}
.Char2 {
  position: absolute;
  animation: char01 ease-in-out 4s infinite;
  margin-top: 16%;
  margin-left: 73%;
  z-index: 2;
}
@keyframes char01 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes char01 {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
}
/*----Time----*/
.intro {
  margin: 0 auto;
  width: 800px;
  position: relative;
  /* border: 1px solid #585858; */
  /* background: #c16363d1; */
  padding: 18px 20px;
  margin-left: 7%;
}
.intro p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}
.time {
  font-size: 18px;
  background: #4d9daf;
  margin-top: 0;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.rules {
  list-style-type: decimal;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0px 20px 20px 40px;
  line-height: 26px;
  color: #fff;
}
.intro li {
  color: white;
  font-size: 18px;
  line-height: 41px;
}
/*----------------------------計時器-----------------*/

.time_bg {
	margin-top: 1%;
    margin-left: 31%;
	position: absolute;
	color: #ffffff;
	height: 200px;
	width: 558px;
	background-image: url(../images/time_bg.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.time_left {
	position: absolute;
	margin-top: 18%;
	margin-left: 5%;
}

.txt {
	position: absolute;
	margin-top: 6%;
	margin-left: 26%;
	font-size: 24px;
	color: rgb(252 255 73);
	font-weight: bold;
}
.time_box {
	position: absolute;
	top: 5%;
	left: 40%;
	font-size: 73px;
}
.time_bg  ul {
    list-style: none;
}
.time_2 {
	position: absolute;
	top: 5%;
	left: 64%;
	font-size: 73px;
}
.time_box > li {
	float: left;
	margin-left: 11px;
	background-color: rgb(24 45 22);
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
}

.time_2 > li {
	float: left;
	margin-left: 11px;
	background-color: rgb(24 45 22);
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
}




/*----Content----*/
.content {
     height: 738px;
    background-color: #140c0061;
    position: relative;
    text-align: center;
    border: 1px solid #e9c999;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18%;
}
.content p {
  margin: 0 auto;
  color: #e7e1b9;
  font-size: 13px;
  margin-top: 29px;
  text-align: initial;
  margin-left: -30px;
  text-align: justify;
  margin-right: 9px;
  line-height: 16px;
}
.rewards_1 {
  margin: 93px auto;
  display: inline-block;
  border: 1px solid #660000;
  border-radius: 4px;
  padding-bottom: 17px;
  width: 483px;
  background: rgb(82 79 66 / 45%);
  overflow: hidden;
  text-align: center;
  margin-left: 2%;
  color: #e1ffff;
}
.rewards_2 {
  width: 483px;
  height: 331px;
  margin: 93px auto;
  display: inline-block;
  border: 1px solid #660000;
  border-radius: 4px;
  padding-bottom: 17px;
  background: rgb(82 79 66 / 45%);
  overflow: hidden;
  text-align: center;
  margin-left: 2%;
  color: #e1ffff;
}
.pic {
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: 147px;
  padding-top: 18px;
}
.bonus {
  width: 175px;
  position: relative;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #ffdb75;
  left: -20px;
  top: 23px;
  margin-bottom: 48px;
}
.title {
  width: 180px;
  height: 180px;
  list-style: none;
  margin-left: -7px;
  /* background-color: #663d00; */
  /* border-radius: 15px; */
}
.title01 {
  margin-left: -3%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 19px;
}
.top_box {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.title_top {
  background-color: #d99e00;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0px;
}
.prize {
  display: inline-block;
  margin: 20px 10px 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  width: 246px;
  height: 166px;
  background: url(../images/top_box.png) no-repeat;
}
h4 {
  margin: 18px 0 15px;
  color: #f4d5ff;
  font-size: 18px;
}
.prize p {
  margin: 15px 0;
}
.boxes {
  width: 1160px;
  height: 740px;
  padding-left: 40px;
}
.boxes li {
  float: left;
  margin: 10px 5px;
  list-style: none;
}
.box {
  width: 151px;
  height: 160px;
  background: url(../images/box.png) no-repeat;
  position: relative;
}
.collar {
  background: url(../images/done.png);
  width: 90px;
  height: 90px;
  top: 20px;
  left: 30px;
  position: absolute;
}
.date {
  text-align: center;
  border-radius: 20px;
  line-height: 28px;
  font-size: 13px;
  display: block;
  position: relative;
  top: 7px;
  color: #e4b774;
}
.props {
  text-align: center;
  margin: 25px auto 0 auto;
  padding: 0% 10%;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #b9b2bb;
}
.btn01 a {
  background: url(../images/btn.png);
  width: 76px;
  height: 26px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 115px;
  left: 37px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.btn {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.btn:hover, .btn01 a:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.btn01_b a {
  background: url(../images/btn_b.png);
  width: 76px;
  height: 26px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 37px;
  top: 115px;
}
.say {
  color: #f9dabf;
  font-size: 16px;
  margin-top: -90px;
  margin-left: -15px;
  margin-bottom: 82px;
  width: 500px;
}
.say p {
  color: #c66;
  font-size: 19px;
  margin-left: -16px;
  margin-bottom: 9px;
}
li.poke {
  margin-top: -102%;
}
/*----Notice----*/
.notice {
  margin: 0% 25%;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: justify;
  position: relative;
}
.notice img {
  margin-top: 50px;
}
.notice p {
  margin-left: 2%;
}
.serial {
  margin: auto;
  font-size: 22px;
  color: #ffb6b6;
  background-color: #4e4e4e;
  width: 450px;
  height: 30px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.content a {
  display: block;
}
.content a:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2)drop-shadow(2px 2px 5px rgba(0, 0, 0, 1.4));
  -webkit-filter: brightness(1.2)drop-shadow(2px 2px 5px rgba(0, 0, 0, 1.4));
  -moz-filter: brightness(1.2)drop-shadow(2px 2px 5px rgba(0, 0, 0, 1.4));
}
/*----Footer----*/
footer {
  position: relative;
  margin-top: 30px;
  height: 75px;
  color: #fff;
  background: #4b3501;
  font-size: 12px;
}
footer table {
  margin: 0 auto 0 auto;
}
footer table td {
  padding-right: 8px;
}
footer .about {
  line-height: 16px;
}
footer table .t {
  list-style: none;
  margin-left: -40px;
  font-size: 11px;
  line-height: 15px;
}
@media screen and (max-width: 1200px) {
  .content {
    height: 800px;
  }
}