@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.btn_finger {
  cursor: pointer;
}

html, body {
  scroll-behavior: smooth;
}

.wrapper {
  background-color: #cee252;
  color: #08180a;
}

.header {
  width: 100%;
  background-color: #cee252;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 47.39583%;
  position: relative;
}

.header .container .headerBg {
  width: 100%;
  height: 0;
  padding-bottom: 34.6875%;
  background-image: url(../../images/headerBg.jpg);
  background-position: top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .container .grassland-back {
  width: 100%;
  height: 0;
  padding-bottom: 34.6875%;
  background-image: url(../../images/grassland-back.png);
  background-position: top center;
  background-size: 100%;
  position: absolute;
  top: 22.30769%;
  left: 0;
}

.header .container .prizeWheel {
  width: 25.52083%;
  height: 0;
  padding-bottom: 27.76042%;
  position: absolute;
  top: 30.76923%;
  left: 28.02083%;
  -webkit-animation: delay 2.5s, toRightwheel 0.3s 2.5s;
          animation: delay 2.5s, toRightwheel 0.3s 2.5s;
}

.header .container .prizeWheel-prize {
  width: 79.38776%;
  height: 0;
  padding-bottom: 79.59184%;
  background-image: url(../../images/prize.png);
  background-size: 100%;
  position: absolute;
  top: 9.38086%;
  left: 10.20408%;
  -webkit-animation: rotate 8s 4s infinite;
          animation: rotate 8s 4s infinite;
  -webkit-transform: rotate3d(0, 0, 1, 26deg);
          transform: rotate3d(0, 0, 1, 26deg);
}

.header .container .prizeWheel-wheel {
  width: 100%;
  height: 0;
  padding-bottom: 108.77551%;
  background-image: url(../../images/wheel.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .container .grassland {
  width: 100%;
  height: 0;
  padding-bottom: 21.875%;
  background-image: url(../../images/grassland.png);
  background-position: top center;
  background-size: 100%;
  position: absolute;
  top: 65.93407%;
  left: 0;
}

.header .container .slogan {
  width: 40.625%;
  height: 0;
  padding-bottom: 13.80208%;
  position: absolute;
  top: 1.64835%;
  left: 25.3125%;
  -webkit-animation: sloganAnimate 2.5s;
          animation: sloganAnimate 2.5s;
}

.header .container .slogan1 {
  width: 75.64103%;
  height: 0;
  padding-bottom: 9.61538%;
  position: absolute;
  top: 3.77358%;
  left: 1.02564%;
  background: url(../../images/slogan1.png);
  background-size: 100%;
  -webkit-animation: toRight10 0.6s;
          animation: toRight10 0.6s;
}

.header .container .slogan2 {
  width: 27.17949%;
  height: 0;
  padding-bottom: 11.41026%;
  position: absolute;
  top: 0;
  left: 16.92308%;
  background: url(../../images/slogan2.png);
  background-size: 100%;
  -webkit-animation: toRight15 .8s;
          animation: toRight15 .8s;
}

.header .container .slogan3 {
  width: 76.15385%;
  height: 0;
  padding-bottom: 16.15385%;
  position: absolute;
  top: 30.18868%;
  left: 0;
  background: url(../../images/slogan3.png);
  background-size: 100%;
  -webkit-animation: delay .5s, toRight15 0.8s 0.5s;
          animation: delay .5s, toRight15 0.8s 0.5s;
}

.header .container .slogan4 {
  width: 67.17949%;
  height: 0;
  padding-bottom: 9.48718%;
  position: absolute;
  top: 74.33962%;
  left: 5.38462%;
  background: url(../../images/slogan4.png);
  background-size: 100%;
  -webkit-animation: delay .5s, toRight15 0.8s 0.5s;
          animation: delay .5s, toRight15 0.8s 0.5s;
}

.header .container .slogan .subtitle {
  width: 22.05128%;
  height: 0;
  padding-bottom: 15.25641%;
  position: absolute;
  top: 2.64151%;
  left: 77.4359%;
  background: url(../../images/subtitle.png);
  background-size: 100%;
  -webkit-animation: delay .7s, toRight25 0.7s 0.7s, swing 1s 1.4s infinite;
          animation: delay .7s, toRight25 0.7s 0.7s, swing 1s 1.4s infinite;
  -webkit-transform-origin: 11.04651% bottom;
          transform-origin: 11.04651% bottom;
}

.header .container .role {
  width: 25.9375%;
  height: 0;
  padding-bottom: 42.86458%;
  position: absolute;
  top: 9.01099%;
  left: 55.625%;
  background-image: url(../../images/role.png);
  background-size: 100%;
  -webkit-animation: delay 2.5s, toLeft 0.3s 2.5s;
          animation: delay 2.5s, toLeft 0.3s 2.5s;
}

.header .container .role__focus {
  width: 21.88755%;
  height: 0;
  padding-bottom: 12.85141%;
  position: absolute;
  top: 15.38462%;
  left: 6.77083%;
  background-image: url(../../images/focus.png);
  background-size: 100%;
  -webkit-animation: rubberBand 1s 4s;
          animation: rubberBand 1s 4s;
}

.scene {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
}

@-webkit-keyframes toRight10 {
  from {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes toRight10 {
  from {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes toRight15 {
  from {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes toRight15 {
  from {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes toRight25 {
  from {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes toRight25 {
  from {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 26deg);
            transform: rotate3d(0, 0, 1, 26deg);
  }
  30%,
  33% {
    -webkit-transform: rotate3d(0, 0, 1, 472deg);
            transform: rotate3d(0, 0, 1, 472deg);
  }
  34% {
    -webkit-transform: rotate3d(0, 0, 1, 472deg);
            transform: rotate3d(0, 0, 1, 472deg);
  }
  63%,
  66% {
    -webkit-transform: rotate3d(0, 0, 1, 982deg);
            transform: rotate3d(0, 0, 1, 982deg);
  }
  97%,
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 1826deg);
            transform: rotate3d(0, 0, 1, 1826deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 26deg);
            transform: rotate3d(0, 0, 1, 26deg);
  }
  30%,
  33% {
    -webkit-transform: rotate3d(0, 0, 1, 472deg);
            transform: rotate3d(0, 0, 1, 472deg);
  }
  34% {
    -webkit-transform: rotate3d(0, 0, 1, 472deg);
            transform: rotate3d(0, 0, 1, 472deg);
  }
  63%,
  66% {
    -webkit-transform: rotate3d(0, 0, 1, 982deg);
            transform: rotate3d(0, 0, 1, 982deg);
  }
  97%,
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 1826deg);
            transform: rotate3d(0, 0, 1, 1826deg);
  }
}

@-webkit-keyframes sloganAnimate {
  0%,
  90% {
    top: 25.27473%;
    left: 31.25%;
  }
  100% {
    top: 5.71429%;
    left: 19.6875%;
  }
}

@keyframes sloganAnimate {
  0%,
  90% {
    top: 25.27473%;
    left: 31.25%;
  }
  100% {
    top: 5.71429%;
    left: 19.6875%;
  }
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  96% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  96% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes toRightwheel {
  0% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  96% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toRightwheel {
  0% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  96% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.nav {
  width: 98%;
  max-width: 620px;
  padding-bottom: 5.3125%;
  position: relative;
  margin: 0 auto;
  z-index: 99999;
}

.nav ul.navBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav ul.navBtn li {
  width: 50%;
  height: 0;
  padding-bottom: 16.45161%;
  padding: 0 5px;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

.nav ul.navBtn li.navBtn01 a {
  background-position-x: 0% !important;
}

.nav ul.navBtn li.navBtn02 a {
  background-position-x: -100% !important;
}

.nav ul.navBtn li a {
  width: 100%;
  height: 0;
  padding-bottom: 32.90323%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: url("../../images/navBtn.png");
  background-size: 200% 100%;
}

.nav ul.navBtn li a:hover {
  background: url("../../images/navBtn_action.png");
  background-size: 200% 100%;
}

.nav ul.navBtn li.action a {
  background: url("../../images/navBtn_action.png");
  background-size: 200% 100%;
}

.content {
  width: 100%;
  position: relative;
  background-color: #cee252;
}

.content .container {
  width: 900px;
  padding: 90px 0;
}

.content .container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0 30px 0;
  width: 100%;
}

.content .container h3 img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #6190ff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/fortune-wheel.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.5em;
  padding: .5em 0;
  margin: 15px 0;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(147, 191, 37, 0)), color-stop(10%, #93bf25), color-stop(50%, #498812), color-stop(90%, #93bf25), to(rgba(147, 191, 37, 0)));
  background-image: linear-gradient(90deg, rgba(147, 191, 37, 0) 0%, #93bf25 10%, #498812 50%, #93bf25 90%, rgba(147, 191, 37, 0) 100%);
}

.content .container h6 {
  font-size: 1.5em;
  padding: 20px 0;
  text-align: center;
  color: #6190ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container h6:before, .content .container h6::after {
  content: '';
  background-image: url("../../images/fortune-wheel.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > p a, .content .container ol li a {
  color: #3e5bff;
}

.content .container > p a:hover, .content .container ol li a:hover {
  color: #d54dff;
}

.content .container > p {
  margin-left: 2em;
}

.content .container ol {
  margin-left: 2em;
}

.content__btn div a:hover, .content__btn div.action a {
  border: 1px solid #ff0051;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e83), color-stop(20%, #ff255b), color-stop(40%, #ff0040), color-stop(60%, #ff0040), color-stop(80%, #ff255b), to(#ff4e83));
  background-image: linear-gradient(to bottom, #ff4e83 0%, #ff255b 20%, #ff0040 40%, #ff0040 60%, #ff255b 80%, #ff4e83 100%);
}

.content__btn div a {
  color: #ff0051;
}

.item__box {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #6190ff;
  border-width: 3px;
}

.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box-title {
  color: #fff;
  background-color: #6190ff;
  font-size: 1em;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-get {
  text-align: center;
  color: #ff002b;
}

.item__box-text {
  text-align: left;
}

.table tr th, .table tr td {
  border: 1px solid #ffb6ff;
}

.table {
  color: #000;
  border: 5px solid #ffb6ff;
  font-size: 1em;
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
}

.table tr th {
  position: relative;
  color: #4d0076;
  font-size: 1.125em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dd68ff), to(#ffaaff));
  background: linear-gradient(to bottom, #dd68ff 20%, #ffaaff 100%);
  padding: 10px;
}

.table tr td {
  position: relative;
}

.table tr td img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.table tr [data-thstyle="style01"] {
  color: #450c00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff799), to(#fffbca));
  background: linear-gradient(to bottom, #fff799 20%, #fffbca 100%);
}

.table .f-danger {
  color: #ff0000;
}

.ribbon {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -13.5px;
  position: relative;
  z-index: 1;
}

.ribbon p {
  font-size: 12px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon--01 {
  background: #7800b7;
  margin-left: -18.5px;
}

.ribbon--01:after {
  border-left: 15px solid #7800b7;
}

.ribbon--02 {
  background: #281f87;
}

.ribbon--02 p {
  color: #fff;
}

.ribbon--02:after {
  border-left: 15px solid #281f87;
}

.ribbonTop {
  width: 70px;
  padding: 10px 0;
  position: absolute;
  top: -13px;
  right: 15px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #a40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a40000));
  background: linear-gradient(to bottom, #e60012 0%, #a40000 100%);
}

.ribbonTop p {
  color: #fff799;
  font-size: 2em;
  line-height: 1.125em;
}

.ribbonTop:before, .ribbonTop:after {
  content: "";
  position: absolute;
}

.ribbonTop:before {
  height: 0;
  width: 0;
  right: -7.5px;
  top: 0.1px;
  border-bottom: 8px solid #8e0000;
  border-right: 8px solid transparent;
}

.ribbonTop:after {
  height: 0;
  width: 0;
  bottom: -34.5px;
  left: 0;
  border-left: 35px solid #a40000;
  border-right: 35px solid #a40000;
  border-bottom: 35px solid transparent;
}

.btnBox a {
  font-size: 1.2em;
  border: 2px solid #a72f00;
  background-image: #ffd16f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffab3d), color-stop(20%, #ffab3d), color-stop(40%, #ffd16f), color-stop(60%, #ffd16f), color-stop(80%, #ffab3d), to(#ffab3d));
  background-image: linear-gradient(to bottom, #ffab3d 0%, #ffab3d 20%, #ffd16f 40%, #ffd16f 60%, #ffab3d 80%, #ffab3d 100%);
  -webkit-box-shadow: 0px 3px 3px #531800;
          box-shadow: 0px 3px 3px #531800;
}

.btnBox a:hover {
  background-image: #ffd16f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffab3d), color-stop(20%, #ffab3d), color-stop(40%, #ffd16f), color-stop(60%, #ffd16f), color-stop(80%, #ffab3d), to(#ffab3d));
  background-image: linear-gradient(to bottom, #ffab3d 0%, #ffab3d 20%, #ffd16f 40%, #ffd16f 60%, #ffab3d 80%, #ffab3d 100%);
  -webkit-box-shadow: 0px 2px 2px #531800,inset 0 2px 2px 2px #ffe56f ,inset 0 -10px 10px 0px #ffe56f;
          box-shadow: 0px 2px 2px #531800,inset 0 2px 2px 2px #ffe56f ,inset 0 -10px 10px 0px #ffe56f;
  color: #702902;
}

.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px;
  color: #fff;
  text-align: left;
}

.box-compose .box-composeMain p a {
  color: #74fff3;
}

.box-compose .box-composeMain p a:hover {
  color: #fff371;
}

.box-compose .box-composeMain > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #e3dcff;
  text-align: center;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #009e84;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #eed7bd;
  color: #59493f;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #59493f;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #76ae21;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #9fdc44;
  color: #280000;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #280000;
  font-size: 1.5em;
}

.box {
  padding: 25px;
  display: inline-block;
}

[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #5dabb9;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  text-align: left;
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #281f87;
  outline-offset: -12px;
  border-radius: 15px;
  background: #ac1f00;
}

span.burst {
  display: block;
  background: #d10019;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  left: -10px;
  top: -10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

span.burst:before, span.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: #d10019;
  font-size: 15px;
}

span.burst:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

span.burst:after {
  content: "幸運輪盤";
  color: #fff716;
  line-height: 1em;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gotoheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin-top: 20px;
}

.gotoheader a {
  color: #2bb4ad;
}

.gotoheader a:hover {
  color: #ff6f52;
}

#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

.delay {
  -webkit-animation-name: delay;
          animation-name: delay;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes delay1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes delay1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
