﻿body {
  font-family: '微軟正黑體';
  color: #FFF;
  background-color: #000000;
  background-image: url(../images/index.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#wrap {
  width: 1290px;
  height: 2310px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.slogan {
  background: url(../images/slogan.png);
  width: 722px;
  height: 182px;
  position: relative;
  z-index: 50;
  top: -18px;
  left: 39%;
  -webkit-animation: float ease-in-out 1.5s infinite;
  animation: float ease-in-out 1.5s infinite;
  -moz-animation: float ease-in-out 1.5s infinite;
  -ms-animation: float ease-in-out 1.5s infinite;
  margin-top: -60px;
}
/*----Logo----*/
.logo {
  position: absolute;
  width: 320px;
  height: 210px;
  display: block;
  top: 20px;
  left: 3%;
  margin-left: 15px;
  cursor: pointer;
  z-index: 99;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}
h4 {
  margin: 0;
  padding: 0;
  color: #fff291;
  font-size: 15px;
  margin-left: -15px;
  margin-right: -13px;
}
/*---------------------------
	內容 CONTENT
----------------------------*/
.content {
  position: relative;
  top: 150px;
  /* left: 160px; */
  width: 1200px;
  height: 1010px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.intro {
  width: 700px;
  height: 250px;
  left: 3%;
  position: relative;
  margin-top: -123px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 36%;
}
.time {
  text-align: left;
  line-height: 24px;
  background-color: rgb(124 5 5);
  color: #FFF;
  margin-left: 30px;
  height: 60px;
  padding-top: 10px;
}
.rules {
  list-style-type: decimal;
  font-size: 17px;
  padding: 30px 50px;
  line-height: 29px;
  margin-top: 0%;
  background-color: #000000ba;
  margin-left: 4.5%;
}
.rules li {
  color: #ffffff;
  margin-left: 2px;
  margin-right: -13px;
}
.boxes {
  height: 740px;
  margin-top: 17%;
}
.boxes_0 {
  height: 180px;
  width: 1000px;
  padding-left: 200px;
}
.box01 {}
.box01 .date {
  padding-top: 10px;
}
.box01 .date h1 {
  color: #A6DCA3;
}
.boxes_0 li {
  float: left;
  width: 300px;
}
.boxes li {
  float: left;
  margin: 10px 5px;
}
.date h1 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
h3 {
  color: #ffffff;
  line-height: 30px;
}
.box01 .btn {
  width: 100px;
  margin-left: 75px;
  height: 30px;
}
.box01 .btn a {
  display: block;
  margin-top: 1px;
}
.box01 .btn a:hover {
  margin-top: -5px;
}
.box01 .props {
  margin-bottom: -20px;
}
.box01 {
  height: 160px;
  width: 240px;
  padding-bottom: 20px;
  background-image: url(../images/box01.png);
  background-repeat: no-repeat;
}
.box01 .props h3 {
  font-size: 18px;
  font-weight: bold;
  color: #CCC;
}
.box {
  width: 151px;
  height: 160px;
  background: url(../images/box.png) no-repeat;
  position: relative;
  /* margin-bottom: 5px; */
}
.box_1 {
  width: 151px;
  height: 160px;
  background: url(../images/box_1.png) no-repeat;
  position: relative;
  /* margin-bottom: 5px; */
}
.collar {
  background: url(../images/done.png);
  width: 90px;
  height: 90px;
  top: 20px;
  left: 25px;
  position: absolute;
}
.date {
  text-align: center;
  border-radius: 20px;
  line-height: 28px;
  font-size: 13px;
  display: block;
  position: relative;
  top: 14px;
  color: #ffe76f;
}
.props {
  text-align: center;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #e1e1e1;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.remarks {
  width: 1000px;
  height: 350px;
  margin: 30px auto;
}
.remarks p {
  font-size: 24px;
  color: #FFF;
  margin-top: 20px;
  text-align: right;
}
.remarks h2 {
  color: #ffc355;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.remarks ul li {
  list-style-type: decimal;
  line-height: 35px;
  color: #fff8df;
}
/*---------------------------
	按鈕 BTN
----------------------------*/
.btn01 a {
  background: url(../images/btn01.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;
}
.btn01 a:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.btn01_b a {
  background: url(../images/btn01_b.png);
  width: 76px;
  height: 26px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 37px;
  top: 115px;
}
/* ===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);
}
.btn {}
.btn a:hover {
  margin-bottom: 10px;
}
/*-------------楓葉-------------------*/
.falling-leaves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 800px;
  max-height: 500px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
}
.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/petal.png) no-repeat;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*---------------------------*/
/*----Footer----*/
#footer {
  position: relative;
  width: 100%;
  color: #fff;
  background: #640505;
  padding: 15px 0;
  font-size: 12px;
  z-index: 2;
}
#footer table {
  margin: 0 auto;
}
#footer table td {
  padding-right: 8px;
}
#footer .copyright {
  padding-right: 20px;
  line-height: 20px;
}
#footer .grading {
  list-style: none;
  font-size: 10px;
  line-height: 18px;
}
#footer_sp {
  display: none;
}
/*---------------------------
	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;
}