﻿* {
  font-family: Arial, 微軟正黑體, sans-serif;
  text-decoration: none;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
html, body {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  background: url(../images/bg.jpg) no-repeat center top #1f1140;
}
/*----Wrap----*/
.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.logo {
  display: block;
  padding: 20px 10px;
  max-width: 202px;
  margin-left: 840px;
}
.logo:hover {
  position: relative;
  top: -3px;
}
.slogan {
  position: relative;
  margin-top: -14%;
  margin-left: -65px;
  animation: slogan ease-in-out 1.5s infinite;
}
@keyframes slogan {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
.content {
  border: 3px solid #f1b0e3;
  border-radius: 30px;
  margin: 0px auto 20px;
  padding-bottom: 10px;
  width: 85%;
  background: rgb(60 14 71 / 90%);
  overflow: hidden;
}
.content p {
  margin: 10px auto;
}
.username {
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: rgb(195 0 231 / 90%);
}
.reward {
  border-radius: 15px;
  display: inline-block;
  margin: 24px 5px 10px;
  padding-bottom: 29px;
  width: 315px;
  height: 400PX;
  background: #9e449f;
  overflow: hidden;
  vertical-align: top;
}
.reward ul {
  font-size: 18px;
  padding-left: 0;
  line-height: 26px;
  color: #feffdd;
  font-weight: bold;
  margin-top: 4px;
  height: 314px;
}
.reward p {
  margin-top: 80px;
  color: #850001;
  font-size: 20px;
  font-weight: bold;
}
.title {
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  background: #f5a4ff;
  color: #cd0d0d;
}
select {
  margin: 0 auto 67px;
  padding: 5px 5px 8px;
  width: 80%;
  font-family: Arial, 微軟正黑體, sans-serif;
}
.mark {
  color: #6bfff3;
  font-weight: bold;
  letter-spacing: -1px;
}
.time {
  color: #ffd3d3;
  font-size: 18px;
  font-weight: bold;
}
a img {
  transition: .3s;
}
a img:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.1);
}
.notice {
  margin: 30px auto;
  width: 640px;
  text-align: left;
}
.notice h2 {
  font-size: 22px;
  color: rgb(204 134 255);
  font-weight: bold;
  margin-bottom: 15px;
}
.notice ol {
  padding-left: 16px;
  text-align: justify;
  line-height: 25px;
  color: rgb(244 208 255);
}
/*----Remarks----*/
.btn_remarks {
  top: 10px;
  /* position: absolute; */
  cursor: pointer;
  z-index: 999;
  margin-top: 2%;
  margin-left: 0%;
}
.btn_remarks:hover {
  top: 8px;
}
.remarks {
    width: 70%;
    max-width: 870px;
    margin: 14% auto;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    padding: 23px 40px;
    position: relative;
}
.remarks h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #ebe490;
  margin-bottom: 10px;
}
.remarks ol li {
  list-style-type: decimal;
  margin-left: 30px;
}
.reveal-modal-bg {
  position: absolute;
    height: 37%;
    width: 54%;
    background: rgb(255 255 255 / 90%);
    z-index: -1;
    display: none;
    top: 17%;
    left: 23%;
    border-radius: 30px;
    border: 3px solid #E8BE92;
}
.reveal-modal {
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10000;
  height: 100%;
}
#close {
  position: absolute;
  z-index: 2;
  top: 19%;
  left: 73%;
  right: 30px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
  transform-origin: center center;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
#close:hover {
  transform: rotate(180deg);
}
#close:before, #close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000000;
  border-radius: 5px;
}
#close:before {
  transform: rotate(45deg);
}
#close:after {
  transform: rotate(-45deg);
}
/*----Table----*/
.remarks table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 1% auto;
}
.remarks table tr:first-child td {
  font-size: 15px;
  font-weight: bold;
  color: #680707;
  background-color: #fde0cd;
}
.remarks table td {
  border: 1px solid #9e734d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #522826;
  background-color: #fff4ed;
  vertical-align: middle;
}
.remarks table.table {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  background: #c5a283
}
.remarks table tr td img {
  margin-top: 10px;
}
/*----Footer----*/
footer {
  position: relative;
  height: 75px;
  color: #fff;
  font-size: 12px;
  background: #4f0063;
}
.copyright {
  padding-top: 1%;
}
footer table {
  margin: 0 auto 0 auto;
}
footer table td {
  padding-right: 47px;
}
footer .about {
  line-height: 18px;
}
footer table .t {
  list-style: none;
  margin-left: -40px;
  font-size: 11px;
  line-height: 15px;
}