﻿*{
  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 #bf5b20 fixed;
}

/*----Wrap----*/
.wrap{
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.logo{
  display: block;
  padding: 20px 10px;
  max-width: 202px;
}
.logo:hover{
  position: relative;
  top: -3px;
}
.slogan{
  position: relative;
  margin: -75px auto 20px;
  max-width: 694px;
  animation: slogan ease-in-out 1.5s infinite;
}
  @keyframes slogan {
    0% {
      top: 0px;
    }
    50% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }

.content{
       max-width: 1200px;
    position: relative;
    margin: -69px auto;

}
select {
    width: 66%;
    height: 30PX;
    border-radius: 10px;
    font-size: 17px;
    margin: 10px 0 20px;
    padding: 0 10px;
}
.username{
	color: #fff;
	border-radius: 30px;
	font-size: 30px;
	font-weight: bold;
	background: rgb(235 91 58);
	width: 50%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
.rewards{
	margin: 93px auto;
    display: inline-block;
    border: 5px solid #eb5b3a;
    border-radius: 30px;
    padding-bottom: 22px;
    width: 490px;
    background: rgb(255 241 189);
    overflow: hidden;
    text-align: center;
    margin-left: 2%;
}
.rewards p {
     margin: 0 auto;
    color: #bd5342;
    font-size: 30px;
    font-weight: bold;
    margin-top: 12px;
}
.title {
       padding: 26px 0;
       color: #fff;
       font-size: 26px;
       font-weight: bold;
       background: rgb(179 55 42);
}
.rewards table{
  border: 1px solid #4a19cb;
  margin: 10px auto -10px;
  width: 70%;
  text-align: center;
  line-height: 18px;
  background: rgba(255,255,255,.6);
}
.rewards table tr:first-child td{
  color: #ffffff !important;
  background: #4a19cb;
}
.rewards table td {
  border: 1px solid #4a19cb;
  padding: 7px 10px;
  vertical-align: middle;
}
a img{
  transition: .3s;
}
a img:hover{
  position: relative;
  top: -3px;
  filter: brightness(1.1);
}
h1 {
	font-size: 36px;
	margin: 0.67em 0;
	color: rgb(255,95,85);
}
h3 {
	font-size: 33px;
	color: rgb(232 91 68);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	color: #f32f59;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

/*----Footer----*/
footer {
  position: relative;
    height: 83px;
    color: #fff;
    font-size: 12px;
    background: #bf5b20;
    margin-top: 98px;
}
footer table {
  margin: 0 auto 0 auto;
}
footer table td {
  padding-right: 8px;
}
footer .about {
  line-height: 10px;
}
footer table .t {
  list-style: none;
  margin-left: -40px;
  font-size: 11px;
  line-height: 15px;
}
