@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
/* 此CSS為FreePlay PC版集字活動用，如要更改顏色版型，請另再自行活動頁CSS調整  */
/* ================= item__box ================= */
.item__box {
  margin: 10px auto;
  background-color: #fff;
  border-color: #00aeff;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  position: relative;
}

.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.item__box-img {
  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: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-title {
  color: #000;
  background-color: #00aeff;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
}

.item__box-title-2 {
  height: 4em;
  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;
}

.item__box-get {
  text-align: center;
  padding: 8px;
}

.item__box-text {
  padding: 15px;
  text-align: left;
}

.item__box-left {
  width: 77%;
  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;
}

@media only screen and (max-width: 560px) {
  .item__box-left {
    width: 55%;
    font-size: 22px;
  }
}

.item__box-left ul {
  width: 100%;
  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;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.item__box-left ul li {
  width: 20%;
  list-style: none;
  margin: 5px 0;
}

.item__box-left ul li .product {
  display: none;
}

@media only screen and (max-width: 560px) {
  .item__box-left ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item__box-left ul li div {
    display: inline-block;
    width: 60%;
  }
  .item__box-left ul li .product {
    display: none;
  }
}

.item__box-left ul li img {
  width: 80%;
  max-width: 100px;
  display: block !important;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .item__box-left ul li img {
    width: 30%;
  }
}

.item__box-right {
  width: 20%;
  padding: 5px;
  background: #00aeff;
  font-size: 15px;
  line-height: 22px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .item__box-right {
    width: 30%;
    font-size: 18px;
    line-height: 28px;
  }
}

.item__box-right div {
  color: #fff;
  text-align: center;
  display: block;
}

.item__box-right div img {
  width: 80%;
  max-width: 100px;
  display: block !important;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .item__box-right div img {
    width: 100%;
    max-width: 104px;
  }
}

.item__box-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*===================按鈕===================*/
.exchange_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 298px;
}

.exchange_btn .content_btn {
  margin: 0;
  padding: 0;
  margin-left: 2px;
  max-width: 147px;
}

.exchange_btn .content_btn .fa-check:before {
  color: #f1f200;
}

.exchange_btn .content_btn a {
  background: #00aeff;
  color: #fff;
  cursor: default;
  line-height: 35px;
  font-size: 1.2em;
}

.exchange_btn .content_btn :hover {
  background: #00aeff !important;
  color: #fff !important;
  cursor: default;
}

.exchange_btn .content_btn :hover span {
  background: none !important;
}

.exchange_btn .btn_over a {
  background: #e7a48a;
  color: #a65501;
  font-size: 1em;
  margin-top: 20px;
  line-height: normal;
}

.exchange_btn .btn_over :hover {
  background: #ff7d01;
  color: #fff;
}

.content_btn {
  width: 100%;
  max-width: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  padding: 5px 0;
}

.content_btn a {
  display: block;
  width: 100%;
  color: #f00;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe083), to(#fff700));
  background: linear-gradient(to bottom, #ffe083 0%, #fff700 100%);
}

.content_btn :hover {
  color: #830000;
  background: #fde119;
}

.content_btn :hover span {
  background: none !important;
}

.btn_over a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#6a6a6a));
  background: linear-gradient(to bottom, #bebebe 0%, #6a6a6a 100%);
}

.btn_over :hover {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#6a6a6a)) !important;
  background: linear-gradient(to bottom, #bebebe 0%, #6a6a6a 100%) !important;
}

.f-bold {
  font-weight: bold;
}

.f-lg {
  font-size: 1.2em;
}

.f-sm {
  font-size: .8em;
}

/* ================= 網格系統 ================= */
.row {
  text-align: center;
  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;
  padding: 0;
}

.col {
  margin: 5px 0.35%;
  width: 90%;
}

.col-1 {
  width: 8%;
}

.col-2 {
  width: 15.95%;
}

.col-3 {
  width: 23.9%;
}

.col-4 {
  width: 31.85%;
}

.col-5 {
  width: 39.8%;
}

.col-6 {
  width: 47.75%;
}

.col-7 {
  width: 55.7%;
}

.col-8 {
  width: 63.65%;
}

.col-9 {
  width: 71.6%;
}

.col-10 {
  width: 79.55%;
}

.col-11 {
  width: 87.5%;
}

.col-12 {
  width: 95.45%;
}

.col-2_4 {
  width: 19%;
}

@media only screen and (max-width: 798px) {
  .m-col-1 {
    width: 7.7%;
  }
  .m-col-2 {
    width: 15.4%;
  }
  .m-col-3 {
    width: 23.1%;
  }
  .m-col-4 {
    width: 30.8%;
  }
  .m-col-5 {
    width: 38.5%;
  }
  .m-col-6 {
    width: 46.2%;
  }
  .m-col-7 {
    width: 53.9%;
  }
  .m-col-8 {
    width: 61.6%;
  }
  .m-col-9 {
    width: 69.3%;
  }
  .m-col-10 {
    width: 77%;
  }
  .m-col-11 {
    width: 84.7%;
  }
  .m-col-12 {
    width: 92.4%;
  }
  .m-col-2_4 {
    width: 19%;
  }
}

@media only screen and (max-width: 560px) {
  .ms-col-1 {
    width: 7.7%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-2 {
    width: 15.4%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-3 {
    width: 23.1%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-4 {
    width: 30.8%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-5 {
    width: 38.5%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-6 {
    width: 46.2%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-7 {
    width: 53.9%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-8 {
    width: 61.6%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-9 {
    width: 69.3%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-10 {
    width: 77%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-11 {
    width: 84.7%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-12 {
    width: 92.4%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
}

.giftbtn {
  width: 90%;
  margin: 10px auto;
  position: relative;
  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;
}

.giftbtn a {
  display: block;
  position: relative;
  width: 160px;
  padding: 10px 0;
  margin: 5px 10px;
  border-radius: 25px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#4d8db3), to(#4db3a5));
  background: transparent linear-gradient(0deg, #4d8db3 0%, #4db3a5 100%);
}

.giftbtn a::before {
  content: '\f00c ';
  color: #fff;
  font-size: 1em;
  font-family: fontAwesome;
}

.giftbtn a.on {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#00A2FF), to(#00FFDE));
  background: transparent linear-gradient(0deg, #00A2FF 0%, #00FFDE 100%);
}

.giftbtn a.on::before {
  content: '';
  color: #fff;
  font-size: 1em;
}

.exchange {
  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;
}

.exchange.row,
.exchange .row {
  padding: 0px;
}

.exchange__item {
  border-radius: 30px;
  margin: 20px 0;
  padding: 20px 5px;
  border: 1px solid #a4fff3;
  -webkit-box-shadow: 0 0px 5px 2px #55ffe8;
          box-shadow: 0 0px 5px 2px #55ffe8;
  position: relative;
}

.exchange__item:nth-child(odd) {
  background: linear-gradient(10deg, #00A1FE 0%, #00dfd3 100%);
}

.exchange__item:nth-child(odd) .exchange__parts--list .partsName {
  background: #3a7af0;
}

.exchange__item:nth-child(even) {
  background: linear-gradient(-10deg, #00e6da 0%, #31b3ff 100%);
}

.exchange__item:nth-child(even) .exchange__parts--list .partsName {
  background: #119eb1;
}

.exchange__gift {
  width: 98%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  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;
}

.exchange__gift--img {
  text-align: right;
}

.exchange__gift--img img {
  max-width: 120px;
  margin: 0 auto;
}

.exchange__gift--details {
  padding: 10px;
  width: auto;
}

.exchange__gift--details p {
  text-align: center;
  display: inline-block;
}

.exchange__parts {
  width: 98%;
  margin: 8px auto;
  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;
}

.exchange__parts--list {
  margin: 5px 0.3%;
  border: 1px solid #fff;
  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;
}

.exchange__parts--list .partsName {
  width: 100%;
  background: #0059ff;
  text-align: center;
  padding: 5px 0;
  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;
}

@media only screen and (max-width: 798px) {
  .exchange__parts--list .partsName p {
    width: 100%;
  }
}

.exchange__parts--list .partsName img {
  width: 30px;
  height: 30px;
  margin: 0 3px;
}

.exchange__parts--list .holdingNum {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.exchange__parts--list .holdingNum {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
}

@media only screen and (max-width: 650px) {
  .exchange__parts--list .holdingNum {
    font-size: .85em;
  }
}

.exchange__btn .remain {
  display: block;
  color: #ff0000;
  font-weight: bold;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
  margin: 15px 0 5px 0;
}

.exchange__btn a {
  width: auto;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #a14800;
  border-radius: 50px;
  background-image: #ff7f29;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e24801), color-stop(20%, #e24801), color-stop(40%, #ff7f29), color-stop(60%, #ff7f29), color-stop(80%, #e24801), to(#e24801));
  background-image: linear-gradient(to bottom, #e24801 0%, #e24801 20%, #ff7f29 40%, #ff7f29 60%, #e24801 80%, #e24801 100%);
  -webkit-box-shadow: 0px 3px 0px #814b19;
          box-shadow: 0px 3px 0px #814b19;
  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;
  position: relative;
}

.exchange__btn a:hover {
  background-image: #ffad76;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe7231), color-stop(20%, #fe7231), color-stop(40%, #ffad76), color-stop(60%, #ffad76), color-stop(80%, #fe7231), to(#fe7231));
  background-image: linear-gradient(to bottom, #fe7231 0%, #fe7231 20%, #ffad76 40%, #ffad76 60%, #fe7231 80%, #fe7231 100%);
  -webkit-box-shadow: 0px 1px 0px #814b19;
          box-shadow: 0px 1px 0px #814b19;
  top: 2px;
}

.exchange__btn a.closeBtn {
  background-image: #c1b9b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1948e), color-stop(20%, #a1948e), color-stop(40%, #c1b9b3), color-stop(60%, #c1b9b3), color-stop(80%, #a1948e), to(#a1948e));
  background-image: linear-gradient(to bottom, #a1948e 0%, #a1948e 20%, #c1b9b3 40%, #c1b9b3 60%, #a1948e 80%, #a1948e 100%);
  -webkit-box-shadow: 0px 3px 0px #737373;
          box-shadow: 0px 3px 0px #737373;
  border: 2px solid #83756b;
  cursor: default;
}

.loginbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  z-index: 1;
  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;
}

.loginbox__btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
  background: linear-gradient(to bottom, #fff 0%, #999 100%);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 0 #999;
          box-shadow: 0 3px 0 #999;
  border-radius: 50px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.loginbox__btn::before {
  content: '\f090';
  font-family: FontAwesome;
  color: #00a52b;
  margin-right: 5px;
}

.loginbox__btn:hover {
  -webkit-box-shadow: 0 1px 0 #999;
          box-shadow: 0 1px 0 #999;
  top: 2px;
}
