/*修改*/
* {
  margin: 0px;
  padding: 0px;
  color: #333;
}

body {
  background-color: #002949;
  background: url(../images/bg.jpg) fixed;
  background-size: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.header {
  background-color: #000;
}

.footer {
  background-color: #000;
}

.wrap-topview {
  background-image: url(../images/kv-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow-x: hidden;
  margin-top: 130px;
}

/*------------tab------------*/

.tab_pc {
  width: 100%;
  position: fixed;
  top: 70px;
  background: #002949;
  z-index: 15;
}

.tab {
  display: flex;
  margin: 0 auto;
}

.tab a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: .1rem;
  font-size: 1.3rem;
  color: #664a10;
  padding: 10px;
  margin: 0.5rem;
  background-color: #ffe1aa;
  border-radius: 50px;
}

.tab a.active {
  background-color: #f1c261;
  color: #664a10;
}

.tab a:hover {
  background-color: #f1c261;
  color: #664a10;
  border-radius: 50px;
  cursor: pointer;
}

.tab_m {
  display: none;
  position: fixed;
  top: 0;
  background: #434343;
  width: 100%;
  z-index: 1000;
}

.tab_m .tab {
  height: 60px;
}

.tab_m .tab a {
  font-size: 1rem;
  margin: 0.3rem;
  line-height: 1.2;
  border-radius: 15px;
  padding: 0.5rem;
}

/*------------kv------------*/

.topBanner-box .kv_title {
  display: block;
  width: 100%;
  max-width: 1140px;
}

.mm-topBanner-box {
  display: none;
}

.wrap-topview .santa-fly {
  background-image: url(../images/santa-fly.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  top: 4.5rem;
  right: 0;
  width: 400px;
  height: 110px;
  z-index: 1;
  position: absolute;
  animation-name: fly;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wrap-topview .m-santa-fly {
  background-image: url(../images/m-santa-fly.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  top: 0.5rem;
  right: 0;
  width: 248px;
  height: 74px;
  z-index: 1;
  position: absolute;
  animation-name: fly-fly;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes fly {
  0% {
    right: -50%;
    transform: scale(1.3);
  }

  50% {
    right: 110%;
    transform: scale(0.9);
  }

  51% {
    transform: rotateY(180deg);
  }

  100% {
    right: -130%;
    transform: scale(0.5) rotateY(180deg);
  }
}

@-webkit-keyframes fly-fly {
  0% {
    right: -10%;
    transform: scale(1);
  }

  50% {
    right: 110%;
    transform: scale(0.8);
  }

  51% {
    transform: rotateY(180deg);
  }

  100% {
    right: -20%;
    transform: scale(0.8) rotateY(180deg);
  }
}

.star {
  background-image: url(../images/star-1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  position: absolute;
  height: 50px;
  width: 60px;
  animation-iteration-count: infinite;
  margin-top: 20%;
  right: -10%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-1 {
  background-color: white;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  animation-iteration-count: infinite;
  margin-top: 8%;
  margin-left: -15%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-2 {
  background-color: white;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  animation-iteration-count: infinite;
  margin-top: 5%;
  margin-left: 10%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-3 {
  background-image: url(../images/star-1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  position: absolute;
  height: 50px;
  width: 60px;
  animation-iteration-count: infinite;
  margin-top: 8%;
  margin-left: 10%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-4 {
  background-color: white;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  animation-iteration-count: infinite;
  margin-top: 5%;
  margin-left: 60%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-5 {
  background-image: url(../images/star-2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  position: absolute;
  height: 50px;
  width: 60px;
  animation-iteration-count: infinite;
  margin-top: 13%;
  margin-left: 60%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-6 {
  background-image: url(../images/star-2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  position: absolute;
  height: 50px;
  width: 60px;
  animation-iteration-count: infinite;
  margin-top: 10%;
  margin-left: 0%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

.star-7 {
  background-color: white;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  animation-iteration-count: infinite;
  margin-top: 15%;
  margin-left: 0%;
  animation-name: twinkle;
  animation-duration: 1.5s;
}

@keyframes twinkle {
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}

.receive-gift {
  position: absolute;
  width: 130px;
  height: 200px;
  bottom: 6rem;
  right: 1rem;
}

.m-receive-gift {
  position: absolute;
  bottom: 0rem;
  right: 0.5rem;
  z-index: 100;
}

.m-receive-gift a {
  display: block;
}

.m-receive-gift img {
  width: 80px;
  display: block;
}

/*------------awardBox------------*/

.contentBox h2 img {
  display: block;
  margin: 0 auto;
}

.pidBox h2 {
  margin: -1rem 0 0rem;
}

.awardBox h3 {
  text-align: center;
  color: #f1c261;
  font-size: 1.6rem;
  padding: 1.5rem 0 0;
}

.awardBox h3 span {
  color: #e83f42;
}

.awardBox .event-btn {
  position: absolute;
  right: 15rem;
  top: -1rem;
}

.award-list {
  margin-top: 3rem;
}
.award-list-mm{
  display: none;
}
.awardBox .btn {
  margin: 2rem auto 0;
  display: block;
}

.btn:hover,
a:hover,
a.btn:active,
a:focus {
  outline: 0;
  box-shadow: none !important;
  border: none;
}

.giftBox {
  margin: 3rem 0;
}
.giftBox .gift-list{
  margin: 2rem 0 0;
}

.gift-list .content-1{
  background: url(../images/gift-1.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 500px;
}

.gift-list .content {
  position: absolute;
  top: 11rem;
  left: 3rem;
  width: 75%;
}

.gift-list .content h3 {
  text-align: center;
  font-size: 1.8rem;
  word-spacing: 5px;
  color: #FFFFFF;
}

.gift-list .content p {
  text-align: left;
  font-size: 1.35rem;
  color: #FFFFFF;
  margin-top: 1rem;
}

.gift-list .content p span {
  font-size: 1rem;
  color: #FFFFFF;
}

.gift-list .content h4 {
  margin-top: 3.1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #FF8800;
}

/*------------content-tab------------*/

.tab_bar {
  width: 100%;
  margin: 2rem auto;
}

.tab_bar ul {
  margin-bottom: 0;
  display: flex;
}

.tab_bar ul li {
  width: 33.33%;
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  background-color: #cb926c;
  border-radius: 36px;
  margin: 0 2rem;
  padding: 0.5rem;
}

.tab_bar ul li a {
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: bold;
  color: #664a10;
}

.tab_bar ul li.active {
  background-color: #f1c053;
}

.tab_bar ul li .line {
  border-radius: 30px;
  border: 1px dashed #664a10;
  padding: 0.3rem 0;
  line-height: 1.3;
}

/*------------content-tab_m------------*/

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1000;
  width: 100%;
}

.m_tab_bar {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.m_tab_bar ul {
  margin-bottom: 0;
  display: flex;
}

.m_tab_bar ul li {
  width: 33.33%;
  border: none;
  outline: none;
  text-align: center;
  background-color: #cb926c;
  list-style: none;
  padding: 0.5rem 0.3rem;
  line-height: 1.4;
}

.m_tab_bar ul li a {
  font-size: 0.9rem;
  line-height: 1;
  color: #664a10;
  font-weight: bold;
}

.m_tab_bar ul li.active {
  background-color: #f1c261;
}

.m_tab_bar ul li .line {
  border-radius: 20px;
  border: 1px dashed #664a10;
  padding: 0.3rem 0;
  line-height: 1.3;
}

/*------------content------------*/

.toppic-pid-box {
  padding-top: 0 !important;
  background: none !important;
  margin-bottom: 1.5rem;
}

.deals-list-box {
  background: transparent;
  padding: 0 1rem;
  margin: 0.5rem;
}

.content_title {
  margin: 4% auto 0;
  display: block;
}

.pid-title {
  display: block;
  margin: -1% auto 4%;
  max-width: 100%;
  width: 665px;
}

.deals-list-box .deals-list {
  border: 1px solid #0062af;
}

/*------------Policy------------*/

.policy-award .sub-title {
  color: #a96dd6;
  font-weight: bold;
  font-size: 1.2rem;
}

.policy-award li {
  margin: 0 0 0 2rem;
  line-height: 1.8;
}

.policyBox {
  background: rgb(0 53 94 / 70%);
  font-size: 1.2em;
  padding: 0 0 3rem;
}

.policy {
  width: 80%;
  margin: 0 auto;
}

.policy h3 {
  border: 3px solid #a06e4d;
  color: #664a10;
  background-color: #f1c053;
  padding: 0.3rem 0;
  width: 40%;
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem auto 2rem;
  border-radius: 50px;
}

.policy .sub-title {
  color: #f1c052;
  font-weight: bold;
  font-size: 1.4rem;
}

.policy p {
  color: #fff;
  line-height: 1.6;
}

.policy p span{
color: #f1c052;
}

.policy ul li {
  color: #fff;
  margin: 0 0 0 2rem;
  line-height: 1.8;
  list-style: decimal;
}

.policy ul li li, .policy ul.disc li{
  list-style: disc;
}

.policy ul li a {
  color: #90a2e2;
}

.policy ul li a:hover {
  text-decoration: underline !important;
}

/*------------popup------------*/

.popupBox {
  padding: 0.7rem 0.8rem 0.8rem !important;
  border-radius: 60px;
  background: #f1c053 !important;
  width: 22%;
}

.popupBox .box-line {
  border: 2px dashed #7c5f1e;
  border-radius: 55px;
  padding: 1rem;
}

.popupBox h3 {
  text-align: center;
  color: #513d10;
  font-size: 1.3rem;
  margin-bottom: 5%;
}

.btn-red {
  background-color: #f57a64;
  color: #FFF;
  margin: 0 auto;
  width: 30%;
  display: block !important;
  box-shadow: none !important;
}

.popupBox p.message {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #513d10;
  margin-top: 0.5rem;
}

.popupBox p.text {
  text-align: center;
  font-size: 1.4rem;
  color: #ba2d2d;
  line-height: 2;
  margin-top: 0.5rem;
}

.popupBox .btn {
  background: #a06e4d;
  color: #ffe9b9;
  border-radius: 10px;
  padding: 0.4rem 2rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: bolder;
  width: 80%;
  margin: 1rem auto 0;
  display: block;
  outline: none;
}

.popupBox .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.popupBox .appBox {
  overflow: hidden;
  margin-top: 1rem;
}

.popupBox .left {
  float: left;
  width: 40%;
}

.popupBox .right {
  float: right;
  width: 60%;
}

.popupBox a.app-btn {
  background-color: #ed6161;
  border-radius: 0.5rem;
  color: #FFFFFF;
  margin: 1rem 0.5rem 0;
  padding: 0.8rem;
  display: block;
  text-align: center;
}

.popupBox .qrcode {
  border: 3px solid #d19d29;
}

.icon-ios {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2223px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2023%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2057.1%20%2883088%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eapple%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ios_black%22%20transform%3D%22translate%28-12.000000%2C%20-8.000000%29%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.683999%2C17.1073079%20C24.7943234%2C17.1073079%2026.9085938%2C15.5340606%2029.0882427%2C15.7693656%20C30.0002158%2C15.7966474%2032.5954052%2C16.1388059%2034.2697567%2C18.6430428%20C34.1345675%2C18.7260248%2031.1781348%2C20.5084321%2031.2102699%2C24.1721431%20C31.2468375%2C28.5633673%2034.9545676%2C30.0149835%2035%2C30.0308979%20C34.9778378%2C30.1332044%2034.4193513%2C32.1259085%2033.0286755%2C34.1493046%20C31.8673781%2C35.9305752%2030.6506753%2C37.67206%2028.7181346%2C37.7038887%20C26.8409992%2C37.7482215%2026.2093776%2C36.5705595%2024.0563233%2C36.5705595%20C21.8833231%2C36.5705595%2021.2107014%2C37.67206%2019.4100256%2C37.7482215%20C17.5694579%2C37.8175626%2016.1632685%2C35.8464565%2014.959863%2C34.0811003%20C12.5541601%2C30.4764997%2010.6814572%2C23.9231972%2013.1924304%2C19.4637686%20C14.4091332%2C17.2766821%2016.6275659%2C15.868262%2018.9989174%2C15.8307496%20C20.8417014%2C15.7921004%2022.5515124%2C17.1073079%2023.683999%2C17.1073079%20Z%20M29.111513%2C8.75%20C29.2954589%2C10.4653397%2028.6328102%2C12.1556712%2027.6643236%2C13.3981273%20C26.653729%2C14.6212589%2025.0369991%2C15.5567954%2023.4623773%2C15.436301%20C23.2562692%2C13.7857554%2024.0541071%2C12.0306298%2024.9472423%2C10.9598213%20C25.9567289%2C9.74464695%2027.7097561%2C8.81365741%2029.111513%2C8.75%20Z%22%20id%3D%22apple%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 40px 7px;
}

.icon-google {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2022%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2057.1%20%2883088%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Egoogle%20play%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%22100%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%231E79AF%22%20offset%3D%220%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2363FFD3%22%20offset%3D%22100%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2284.7178118%25%22%20y1%3D%2228.8782655%25%22%20x2%3D%225.24419544%25%22%20y2%3D%2277.6611704%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23DC4057%22%20offset%3D%220%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%239E36BB%22%20offset%3D%22100%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%2297.8256537%25%22%20id%3D%22linearGradient-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FF9676%22%20offset%3D%220%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFD074%22%20offset%3D%22100%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2217.4435371%25%22%20y1%3D%2220.2975638%25%22%20x2%3D%22100%25%22%20y2%3D%2279.7024362%25%22%20id%3D%22linearGradient-4%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2351C6AD%22%20offset%3D%220%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D5FFA1%22%20offset%3D%22100%25%22%3E%3C/stop%3E%0A%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22google-play-black%22%20transform%3D%22translate%28-11.000000%2C%20-11.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22google-play%22%20transform%3D%22translate%2811.000000%2C%2012.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.938480335%2C-0.152995221%20C0.515889775%2C-0.0196989555%200.242410522%2C0.411708171%200.242410522%2C1.06440023%20L0.245015086%2C21.6064711%20C0.245015086%2C22.2519402%200.510029505%2C22.676781%200.920899526%2C22.8186135%20L12.3191241%2C11.3236163%20L0.938480335%2C-0.152995221%22%20id%3D%22left%22%20fill%3D%22url%28%23linearGradient-1%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.920899526%2C22.8186135%20C1.21651758%2C22.9197348%201.58701685%2C22.8724573%201.99072432%2C22.6492025%20L15.9004%2C14.9350915%20L12.3191241%2C11.3236163%20L0.920899526%2C22.8186135%22%20id%3D%22bottom%22%20fill%3D%22url%28%23linearGradient-2%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.9023535%2C14.9350915%20L20.6452651%2C12.3052809%20C21.6070005%2C11.7701259%2021.6070005%2C10.8994321%2020.6452651%2C10.3655904%20L15.8847727%2C7.72593037%20L12.3191241%2C11.3216464%20L15.9023535%2C14.9350915%22%20id%3D%22right%22%20fill%3D%22url%28%23linearGradient-3%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8841215%2C7.72593037%20L1.99072432%2C0.022325483%20C1.59678397%2C-0.19501966%201.23344724%2C-0.245580313%200.939131476%2C-0.152995221%20L12.3191241%2C11.3216464%20L15.8841215%2C7.72593037%22%20id%3D%22top%22%20fill%3D%22url%28%23linearGradient-4%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 41px 12px;
}

/* start 開賣通知 */
.outbox {
  padding: 1rem !important;
  border-radius: 10px !important;
  background: #a96dd6;
  display: none;
}

.outbox h1 {
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFF;
}

.outbox .fancybox-button {
  color: #FFF !important;
}

.outbox .fill_in {
  color: #FFF;
}

.outbox .fill_in p input {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  margin-top: 0.8rem;
  border: 1px solid #FFF;
  padding: 0.3rem;
  outline: none;
  box-shadow: none;
}

.outbox .licen {
  margin: 0.5rem auto;
  width: 60%;
}

.outbox .licen a.linebtn {
  background-color: #FFF;
  padding: 0.5rem;
  border-radius: 5px;
  border: 2px solid #FFF;
  width: 40%;
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem;
  color: #fff;
  background-color: #ff8800;
}

.outbox .licen a.cel {
  background-color: #a4a4a4;
}

/* end 開賣通知 */
.toppic-pid-box .toppic-title {
  background-color: #ca0000 !important;
  padding: 0.5rem 0;
}

.toppic-pid-box .toppic-title h3 {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 0 0.5rem;
  cursor: pointer;
}

.toppic-pid-box .toppic-title h3 span {
  color: #fff000;
  font-size: 2.5rem;
  padding: 0 0.1rem;
}

.toppic-pid-box .toppic-title h3 span span {
  font-size: 1.8rem;
}

.toppic-pid-box .toppic-title h3 span.sm {
  color: #fff000;
  font-size: 1.3rem;
  padding: 0 0 0 0.5rem;
}

.toppic-pid-box .toppic-title h3.m-title {
  display: none;
}

.toppic-pid-box h4 {
  color: #FFF;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  margin: 0 auto;
  padding: 0.8rem 0;
}

#foodtop-box {
  display: none;
}

/* RESPONSIVE
-------------------------------------------------- */
@media (min-width: 1200px) {}

/* Between Medium and Small size 1366x 1281 */
@media only screen and (max-width: 1366px) and (min-width: 1281px) {}

/* Between Medium and Small size 1280x 800 */
@media only screen and (max-width: 1280px) and (min-width: 1199px) {}

@media only screen and (max-width: 1198px) and (min-width: 1025px) {

  .wrap-topview .santa-fly {
    top: 3rem;
  }

  .receive-gift {
    bottom: 4rem;
    right: -1rem;
  }
}

/* iPad 橫式 1024x768 */
@media only screen and (max-width: 1025px) and (min-width: 970px) {

  .awardBox h2 img,
  .pidBox h2 img {
    width: 50%;
  }

  .wrap-topview .santa-fly {
    top: 3rem;
  }

  .receive-gift {
    bottom: 3rem;
  }

  .awardBox .event-btn {
    position: absolute;
    right: 10rem;
    top: -1rem;
  }

  .gift-list .content {
    position: absolute;
    top: 9rem;
    left: 2.5rem;
    width: 75%;
  }
  .gift-list .content p{
    font-size: 1.1rem;
  }
  .gift-list .content h4{
    margin-top: 3.2rem;
  }
}

/* iPad 直式 size800x600 */
@media only screen and (max-width: 970px) and (min-width: 501px) {
  .wrap-topview {
    margin-top: 60px !important;
    background-image: none;
  }

  .topBanner-box {
    padding-bottom: 1rem;
  }

  .topBanner-box,
  .tab_pc {
    display: none;
  }

  .tab_m,
  .mm-topBanner-box {
    display: block;
    padding: 0;
  }

  .mm-topBanner-box.container {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .wrap-topview .m-santa-fly {
    top: 5rem;
  }
  .awardBox .event-btn {
    position: absolute;
    right: 4rem;
    top: -1rem;
  }

  .award-list {
    display: none;
  }
  .award-list-mm{
    margin: 1.5rem 0rem 0;
    display: block;
  }

  .tab_bar ul li {
    margin: 0 1rem;
  }
  .gift-list .content {
    position: absolute;
    top: 6.4rem;
    left: 2rem;
    width: 75%;
  }
  .gift-list .content h3{
    font-size: 1rem;
  }
  .gift-list .content p{
    font-size: 0.9rem;
    margin-top: 0;
  }
   .gift-list .content p span{
     font-size: 0.8rem;
   }
  .gift-list .content h4{
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .m-receive-gift{
    top: 26rem;
    right: 0.3rem;
  }

  .m-receive-gift img{
    width: 100px;
  }
  .policy h3 {
    width: 60%;
  }

  .policy {
    width: 100%;
  }
}

/* APP and mobile */
@media (max-width: 500px) {

  body {
    background-color: #002949;
    background: url(../images/kv_m_bg.png) repeat-y;
    background-size: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tab_pc,
  .topBanner-box,
  .tab_bar {
    display: none;
  }

  .tab_m,
  .mm-topBanner-box,
  .m_tab_bar {
    display: block;
    padding: 0;
  }

  .wrap-topview {
    margin-top: 60px;
    background-image: none;
  }

  .main-section {
    margin-top: -0.5rem;
  }

  .pidBox {
    margin: 1rem 0 0;
    padding: 0;
    border-radius: 0;
  }

  .awardBox {
    margin: 0;
  }

  .awardBox img,
  .giftBox img,
  .pidBox h2 img {
    width: 90%;
  }

  .awardBox .event-btn {
    right: 0.5rem;
    width: 15%;
    top: -1.5rem;
  }

  .awardBox .event-btn a {
    display: block;
  }

  .awardBox h3 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .award-list {
    display: none;
  }
  .award-list-mm{
    margin: 1.5rem 1.5rem 0;
    display: block;
  }

  .award-list .btn img {
    margin: 0;
  }

  .awardBox .btn {
    margin: 1.5rem auto 1rem;
  }

  .awardBox .event-btn img {
    width: 100%;
  }

  .mm-content_tit {
    display: block;
  }

  .giftBox {
    margin: 1rem 0;
  }

  .giftBox .gift-list {
    margin: 2rem 1rem 0rem;
  }

  .gift-list .content {
    top: 8rem;
    left: 2.5rem;
  }
.gift-list .content h3{
  font-size: 1.5rem;
}
  .gift-list .content p {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .gift-list .content h4{
    margin-top: 1.8rem;
  }
  .gift-list div {
    margin-bottom: 1.5rem;
  }

  .contentBox .pidBox h2 {
    display: block;
    margin: -1rem auto 1rem;
  }

  .toppic-pid-box .toppic-title h3 {
    font-size: 1.4rem !important;
    line-height: 1.1 !important;
  }

  .toppic-pid-box h4 {
    font-size: 1.2rem;
    padding: 0.3rem 0;
  }

  .toppic-pid-box h4 {
    border-radius: 0;
  }

  .policyBox {
    padding: 0;
  }

  .policy {
    padding: 0 0 1rem;
    border-radius: 0;
    width: 90%;
  }

  .policy p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .policy h3 {
    width: 70%;
    font-size: 1.3rem;
    margin: 1.5rem auto;
  }

  .contentBox h2 .tag img {
    margin: 0;
    width: 100%;
  }

  .policy .sub-title {
    font-size: 1.2rem;
  }

  .policy ul li {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 0 1.5rem;
  }

  .popupBox,
  .popupBox.w-500 {
    width: 95%;
  }
}

@media (max-width: 414px) {}

@media (max-width: 350px) {
  .tab_m .tab a {
    font-size: 0.9rem;
    border-radius: 15px;
    padding: 0;
  }

}