﻿@charset "UTF-8";
/*-webkit-
-moz-
-ms-
-o-*/
* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 微軟正黑體; }

body {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #f9f9f3; }

.header {
  width: 1000px;
  height: 528px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center 0; }
  .header .toW {
    width: 185px;
    height: 48px;
    position: absolute;
    top: 4px;
    left: 0px; }

.container {
  width: 1000px;
  margin: 0 auto;
  background-color: #f9f9f3;
  padding-bottom: 24px; }
  .container .flowerbg {
    position: absolute;
    top: -171px;
    left: -80px; }

.menuBar {
  width: 630px;
  height: 45px;
  margin: 0 auto 36px;
  background-image: url("../images/menuM.png");
  background-repeat: repeat-x;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); }
  .menuBar:before, .menuBar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 8px;
    height: 46px; }
  .menuBar:before {
    left: -2px;
    background-image: url("../images/menuL.png"); }
  .menuBar:after {
    right: -2px;
    background-image: url("../images/menuR.png"); }
  .menuBar .mbBox {
    margin: 0 auto;
    text-align: center; }
    .menuBar .mbBox li {
      display: inline-block;
      padding: 8px 12px; }
      .menuBar .mbBox li:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 25px;
        background-color: #fff;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .menuBar .mbBox li:last-child::before {
        background-color: transparent; }
      .menuBar .mbBox li a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5), 0px 2px #850100, 2px 0px #850100, 0px -2px #850100, -2px 0px #850100, 1.4px 1.4px #850100, -1.4px -1.4px #850100, 1.4px -1.4px #850100, -1.4px 1.4px #850100; }
        .menuBar .mbBox li a:hover {
          -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
          transform: translateY(2px); }

.main {
  margin: 32px auto 16px;
  width: 1000px;
  background-image: url("../images/contentM.png");
  background-repeat: repeat-y;
  background-position: center center;
  margin: 0 auto; }
  .main img {
    display: block;
    margin: 0 auto; }
  .main:before, .main:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px; }
  .main:before {
    background-image: url("../images/contentT.png");
    background-repeat: no-repeat;
    top: -20px; }
  .main:after {
    background-image: url("../images/contentB.png");
    background-repeat: no-repeat;
    bottom: -20px; }

.footer {
  width: 100%;
  height: 32px;
  background-image: url("../images/cr_bg.jpg");
  background-repeat: repeat-x;
  text-align: center;
  line-height: 32px;
  font-weight: bold; }

.indexMain {
  padding: 42px 0; }

.getGameMain {
  padding: 52px 0; }
  .getGameMain .getGameBox {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 42px; }
    .getGameMain .getGameBox a {
      display: inline-block;
      margin: 0px 12px;
      border: 2px solid #767373;
      transition: box-shadow .3s; }
      .getGameMain .getGameBox a:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.getList {
  padding: 42px 0; }
  .getList .listTable {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse; }
    .getList .listTable thead {
      background-color: #000; }
      .getList .listTable thead th {
        border: 1px solid #000;
        color: #fff;
        padding: 10px 0; }
    .getList .listTable tbody tr {
      background-color: #fff; }
    .getList .listTable tbody td {
      width: 30%;
      border: 1px solid #000;
      padding: 10px 0; }

.getGameListMain {
  padding: 42px 0; }
  .getGameListMain .getGameListBox {
    margin-bottom: 20px; }
    .getGameListMain .getGameListBox a {
      position: absolute;
      width: 200px;
      height: 300px;
      top: 18px;
      left: 148px; }

.slot1 {
  padding: 42px 0;
  margin: 0 auto; }
  .slot1 .memberArea {
    width: 881px;
    height: 78px;
    background-image: url("../images/memberM.png");
    background-repeat: repeat-x;
    margin: 0 auto;
    text-align: center; }
    .slot1 .memberArea:before, .slot1 .memberArea:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 5px;
      height: 78px; }
    .slot1 .memberArea:before {
      background-image: url("../images/memberL.png");
      background-repeat: no-repeat;
      left: -1px; }
    .slot1 .memberArea:after {
      background-image: url("../images/memberR.png");
      background-repeat: no-repeat;
      right: -1px; }
    .slot1 .memberArea .member {
      width: 50%;
      display: inline-block;
      height: 78px;
      line-height: 78px;
      vertical-align: top; }
      .slot1 .memberArea .member .usernameBox {
        display: inline;
        background-color: #000;
        padding: 6px 60px;
        border-radius: 6px; }
        .slot1 .memberArea .member .usernameBox span {
          color: #fff; }
      .slot1 .memberArea .member .name {
        font-weight: bold;
        padding: 0 6px; }
      .slot1 .memberArea .member .btn {
        color: #fff;
        padding: 6px 12px;
        border: 1px solid #c22d18;
        background: linear-gradient(to bottom, #e8543f, #d9331a) #E54028;
        border-radius: 12px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
        outline: none; }
        .slot1 .memberArea .member .btn:active {
          background-color: #cd5240;
          color: #952312;
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 #fff;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
    .slot1 .memberArea .counter {
      width: 50%;
      display: inline-block;
      height: 78px;
      vertical-align: top;
      line-height: 78px; }
      .slot1 .memberArea .counter .numBox {
        display: inline;
        background-color: #000;
        padding: 6px 60px;
        border-radius: 6px; }
        .slot1 .memberArea .counter .numBox span {
          color: #fff; }
      .slot1 .memberArea .counter .num {
        font-weight: bold;
        padding: 0 6px; }
  .slot1 .rotateGameBox {
    width: 649px;
    height: 649px;
    margin: 32px auto 0; }
    .slot1 .rotateGameBox .slight, .slot1 .rotateGameBox .blight, .slot1 .rotateGameBox .center, .slot1 .rotateGameBox .btnStart, .slot1 .rotateGameBox .btnBack, .slot1 .rotateGameBox .btnCircle, .slot1 .rotateGameBox .bdark, .slot1 .rotateGameBox .sdark, .slot1 .rotateGameBox .outside {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .slot1 .rotateGameBox .rotate {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -252px;
      margin-left: -252px; }
    .slot1 .rotateGameBox .slight, .slot1 .rotateGameBox .blight, .slot1 .rotateGameBox .rotate, .slot1 .rotateGameBox .center, .slot1 .rotateGameBox .btnStart, .slot1 .rotateGameBox .btnCircle, .slot1 .rotateGameBox .bdark, .slot1 .rotateGameBox .sdark, .slot1 .rotateGameBox .outside, .slot1 .rotateGameBox .bkBtnCircle {
      z-index: 3; }
    .slot1 .rotateGameBox .center {
      top: 50.3%;
      left: 49.8%; }
    .slot1 .rotateGameBox .bdarkB, .slot1 .rotateGameBox .sdarkB {
      opacity: 0; }
    .slot1 .rotateGameBox .bdarkB.active, .slot1 .rotateGameBox .sdarkB.active {
      -webkit-animation: opaciTy .8s linear infinite;
      animation: opaciTy .8s linear infinite; }

@-webkit-keyframes opaciTy {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opaciTy {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .slot1 .rotateGameBox .btnCircle {
      width: 123px;
      height: 123px;
      border-radius: 50%;
      background: linear-gradient(to bottom, #e568a8, #ffecf6);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
      display: block;
      z-index: 4; }
    .slot1 .rotateGameBox .btnStart {
      width: 106px;
      height: 106px;
      border-radius: 50%;
      background-color: #fff;
      font-size: 32px;
      color: #fff;
      font-weight: bold;
      text-shadow: -1px -2px 2px rgba(0, 0, 0, 0.5);
      border: 6px solid #f780b6;
      outline: none;
      background: linear-gradient(to bottom, #febade, #fd89c2);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
      z-index: 4;
      cursor: pointer; }
      .slot1 .rotateGameBox .btnStart:active {
        background: #d663a0;
        color: #7d4d67;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 #fff; }
    .slot1 .rotateGameBox .backbg {
      z-index: 1;
      position: absolute;
      bottom: 38px;
      right: -90px; }
    .slot1 .rotateGameBox .bkBtnCircle {
      width: 97px;
      height: 97px;
      border-radius: 50%;
      background: linear-gradient(to bottom, #ea8281, #f0a09f);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
      display: block;
      position: absolute;
      bottom: 65px;
      right: -59px; }
    .slot1 .rotateGameBox .btnBack {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background-color: #fff;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      padding: 8px;
      color: #fff;
      font-weight: bold;
      text-shadow: -1px -2px 2px rgba(0, 0, 0, 0.5);
      border: 6px solid #ea8281;
      outline: none;
      background: linear-gradient(to bottom, #ef9b9a, #e06261);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
      cursor: pointer; }
      .slot1 .rotateGameBox .btnBack:active {
        background: #c15a59;
        color: #582541;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 #fff; }
    .slot1 .rotateGameBox .getItem {
      width: auto;
      height: 170px;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 5;
      position: absolute;
      top: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 12px;
      display: none; }
      .slot1 .rotateGameBox .getItem.active {
        display: table; }
      .slot1 .rotateGameBox .getItem .getGame {
        display: inline-block;
        margin-top: 26px;
        margin-left: 36px;
        vertical-align: middle; }
        .slot1 .rotateGameBox .getItem .getGame img {
          width: 90px;
          -webkit-animation: cardlight .8s infinite linear;
          animation: cardlight .8s infinite linear; }

@-webkit-keyframes cardlight {
  0% {
    box-shadow: 0 0 6px #fff; }
  50% {
    box-shadow: 0 0 17px #fff; }
  100% {
    box-shadow: 0 0 6px #fff; } }

@keyframes cardlight {
  0% {
    box-shadow: 0 0 6px #fff; }
  50% {
    box-shadow: 0 0 17px #fff; }
  100% {
    box-shadow: 0 0 6px #fff; } }
      .slot1 .rotateGameBox .getItem .getItmeName {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center; }
        .slot1 .rotateGameBox .getItem .getItmeName span {
          display: block; }
          .slot1 .rotateGameBox .getItem .getItmeName span:nth-child(1) {
            color: #fff; }
          .slot1 .rotateGameBox .getItem .getItmeName span:nth-child(2) {
            margin-top: 12px;
            color: yellow;
            font-weight: bold;
            font-size: 18px; }
      .slot1 .rotateGameBox .getItem .close {
        width: 16px;
        height: 16px;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        border-radius: 50%;
        background-color: #fff;
        font-weight: bold;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer; }
