﻿* {
	font-family: 微軟正黑體;
}
html, body {
	box-sizing: border-box;
	position: relative;
	margin: 0px auto;
	min-width: 1200px;
	background: url(../images/bg.jpg) no-repeat center top #0d1749;
	word-break: break-all;
	overflow-x: hidden;
}
/*----Wrap----*/
.wrap {
	    max-width: 1250px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    z-index: 5;
}
/*----Logo----*/
.logo {
	position: relative;
	margin: 20px 0 2px 28px;
}
.logo a:hover {
	position: relative;
	top: -3px;
}
/*----Slogan----*/
.slogan {
	position: absolute;
    margin-top: 3%;
    left: 321px;
    animation: slogan ease-in-out 1.5s infinite;
}
	@keyframes slogan {
		0% {
			top: 0px;
		}
		50% {
			top: 15px;
		}
		100% {
			top: 0px;
		}
	}

/*----leftbox----*/
.leftbox {
	position: relative;
    padding-top: 150px;
    width: 269px;
    height: 595px;
    left: 44px;
    background: url(../images/leftbox.png) no-repeat;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}
.leftbox p {
	margin: 1.5% auto 4%;
  color: #510d14;
}
p.purple{
	color: #0d1751;
}
.btn img, .leftbox a, .right a img, .btn_ex, .right img, .grill_meat img{
  transition: .5s;
}
.btn img:hover, .leftbox a:hover, .right a img:hover, .btn_ex:hover, .right img:hover, .grill_meat img:hover{
	filter: brightness(1.2);
}
.go img{
	margin-top: 10px;
}
.title01 {
	margin-top: 3%;
}
/*----Button----*/
.button {
	    position: absolute;
    margin-top: 628px;
    left: 319px;
    width: 100%;
}
.btn {
	display: inline-block;
	margin-right: 24px;
}

/*----meat_all----*/
.meat_all, .mist{
  position: absolute;
}
.meat_all {
    top: 593px;
    left: 565px;
}
.shine {
  animation: shine ease-in-out 1.5s infinite;
}
  @keyframes shine {
    0% { 
      filter: drop-shadow(0px 0px 5px #f36933)brightness(1.1); 
    }
    50% { 
      filter: none; 
    }
    100% { 
      filter: drop-shadow(0px 0px 5px #f36933)brightness(1.1); 
    }
  }
.mist {
    top: 490px;
    left: 571px;
    opacity: 0;
}
 
.grill {
  animation: grill ease 5s infinite;
}
  @keyframes grill {
    0% {
      margin-top: 0px;
      opacity: .3;
    }
    50% {
      margin-top: -15px;
      opacity: .8;
    }
    100% {
      margin-top: 0px;
      opacity: .3;
    }
  }
/*----Content----*/
.content {
	position: relative;
	margin: 45px auto 0;
	text-align: center;
}
.grill_box {
  position: relative;
  margin: 15px auto 40px;
  width: 1094px;
  height: 510px;
  background: url(../images/content_bg.png) no-repeat;
}
.server_show {
 position: absolute;
    width: 190px;
    height: 30px;
    background-color: #0000007a;
    top: 0%;
}
.server_show p {
  margin-top: 6px;
  margin-left: 36px;
  font-size: 16px;
  color: #FFFFFF;
}
.reward {
  position: absolute;
  top: 95px;
  left: 25px;
  color: #fff;
}
.box {
  padding: 5px;
  background: #8a2525;
}
.reward table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.reward table td {
  padding: 2px 12px;
  background: rgba(0,0,0,.8);
}
.reward table td a {
  display: block;
  border-radius: 5px;
  border: 2px solid #8a2525;
  padding: 12px 9px;
  width: 250px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.reward table td.get {
  color: #fff552;
}
.reward table td.get a {
  background: #8a2525;
}
.reward table tr:first-child > td {
  padding: 8px 8px 12px;
  color: #fff;
  font-size: 17px;
  background: none;
}
.reward table tr:nth-child(2) > td { 
  padding-top: 10px;
}
.reward table tr:last-child > td { 
  padding-bottom: 10px;
}
.right {
  position: absolute;
  top: 88px;
  right: 25px;
  color: #fff;
}
.right p, .right img{
  display: inline-block;
  vertical-align: middle;
}
.right p {
  margin-left: 15px;
}
.right span {
  margin-right: 10px;
  color: #fff552;
  font-size: 24px;
  font-weight: bold;
}
.grill_meat {
  position: absolute;
  bottom: 20px;
  margin-left: 115px; 
}
.use_meat{
  border-radius: 6px;
  border: 2px solid #751b00;
  position: absolute;
  margin-top: 5px;
  left: 180px;
  padding: 5px 12px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background: rgba(255,255,255,.8);
}
.use_meat::before {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -4.5px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(255,255,255,.8) transparent;
  z-index: 2;
}
.use_meat::after {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -8px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #751b00 transparent;
}
.meat, .meat_cooked {
     position: absolute;
    left: 109px;
    top: 180px;
    width: 269px;
    height: 105px;
    background: url(../images/meat.png) no-repeat;
}
.meat_cooked { 
  background: url(../images/meat_cooked.png) no-repeat;
}
.shake {
  animation: shake ease-in-out 2.5s infinite;
}
  @keyframes shake {
    0% { 
      margin-left: -10px;
    }
    50% { 
      margin-left: 0;
    }
    100% { 
      margin-left: -10px;
    }
  }
.mist2 {
     position: absolute;
    left: 112px;
    top: 50px;
    opacity: 0;
}

/*----Notice----*/
.notice {
	margin: 0% 14% 9% 12%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: justify;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, .75);
}
.notice p {
	margin-left: 2%;
}

/*----Footer----*/
#footer {
	position: relative;
    height: 90px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    z-index: 5;
}
#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;
}