﻿@charset "UTF-8";
/*(@) Powered By Critical */
:root {
    --yellow: #fcc800;
    --gray: #999;
}
html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  color: #333;
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體; }

a {
  color: inherit; }

select::-ms-expand {
  display: none; }

.mobile-version {
  display: none; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.red {
    color: #F00;
}
.pos-r {
  position: relative; }

body.modalOn {
  overflow: hidden; }

.grid-container {
  font-size: 0; }


.grid-col-2 {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .grid-col-2:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .grid-col-2 {
        display: block;
        width: 100%;
    }
}


.grid-col-3 {
    display: inline-block;
    vertical-align: top;
    width: calc( (100% - 31px)/3);
    margin-right: 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 780px) {
  .grid-col-3:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 780px) {
  .grid-col-3 {
    display: block;
    width: 100%; } }

.grid-col-4 {
  display: inline-block;
  vertical-align: top;
  width: calc( (100% - 45px)/4);
  margin-right: 15px;
  margin-bottom: 15px; }

@media screen and (min-width: 780px) {
  .grid-col-4:nth-child(4n) {
    margin-right: 0; } }

@media (min-width: 480px) and (max-width: 780px) {
  .grid-col-4 {
    width: calc( (100% - 20px)/2);
    margin-right: 20px; }
  .grid-col-4:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  .grid-col-4 {
/*    display: block;*/
/*    width: 100%; */
    width: calc( (100% - 30px)/2);  } }

.web-frame {
  width: 100%;
  max-width: 1100px;
  margin: auto; }
    /*優惠商城Banner*/
    .web-frame .store_Banner {
        width: 100%;
        height: auto;
        margin: 0;
    }

        .web-frame .store_Banner img {
            display: block;
            width: 100%;
        }
/*優惠商城Banner-結束*/
.margin-set {
  margin-top: 80px; }

.unite-wrap {
  margin: 50px 0; }

.unite-padding {
  padding: 50px 0; }

.unite-button-wrap {
  text-align: center; }

.unite-one-button {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    padding: 12px 0;
    font-weight: 500;
    margin: 10px 1% 0 1%;
    transition: .3s;
}


.primary-button {
  background-color: #fcc800; }
  .primary-button:hover {
    background-color: #ffe377; }


.primary-button2 {
    background-color: #666666;
    color: #fff;
}
.primary-button2:hover {
    background-color: #999999;
}

.normal-button {
  background-color: #ccc;
  color: #4d4d4d; }
  .normal-button:hover {
    background-color: #ddd; }

.yellow-button-L {
  width: 200px;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  font-size: 20px;
  font-weight: 500;
  background-color: #fcc800;
  line-height: 1.2;
  transition: .3s; }
  .yellow-button-L:hover {
    background-color: #ffe377; }
  .yellow-button-L .brand-icon {
    height: 22px;
    vertical-align: -4px;
    margin-right: 5px; }

.media-type {
  display: inline-block;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  transition: .3s; }
  .media-type.fb {
    border: 1px solid #2773b5;
    color: #2773b5; }
  .media-type.line {
    border: 1px solid #39b54a;
    color: #39b54a; }
  .media-type:hover {
    opacity: .8; }
  .media-type .brand-icon {
    width: 24px;
    vertical-align: -5px;
    margin-right: 5px; }

.row-frame {
  margin-bottom: 15px; }

.twin-style {
  display: inline-block;
  vertical-align: middle; }

.unite-title {
    clear:both;
  position: relative;
  margin-bottom: 25px; }
  .unite-title.have-menu {
    z-index: 10; }
  .unite-title .title {
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    display: inline-block;
    padding: 0 15px; }
    .unite-title .title:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 13px;
      background-color: #fcc800;
      bottom: 0;
      left: 0;
      z-index: -1; }
  .unite-title .btn-more {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    color: #4d4d4d;
    cursor: pointer; }
    .unite-title .btn-more img {
      width: 22px;
      vertical-align: -4px;
      margin-left: 5px;
      transition: .3s; }
  .unite-title .btn-more:hover img {
    margin-left: 10px;
    transform: scale(1.1); }

.game-box {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #ccc;
  padding: 20px 10px 10px;
  text-align: center;
  transition: .3s ease-out; }

.game-box-pic {
  width: 70%;
  margin: 0px auto; }
  .game-box-pic .pic {
    width: 100%;
    padding-bottom: 100%;
    background-image: url(/img/demo-game01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.game-name {
  font-size: 20px;
  margin: 10px 0 15px;
  font-weight: bold;
  height:40px;
  line-height:23px;
}

.game-intro {
  font-size: 15px;
  color: #666;
  height: 41px;
  overflow:hidden;
}
.go-website {
    width: 90%;
    height: auto;
    margin: 0 5% 1% 5%;
}
.go-website img {width:100%;}
.game-box:hover {
  box-shadow: 0 0 4px rgba(58, 58, 58, 0.5);
  transform: translateY(-5px); }
  .game-box:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #fcc800; }
.product-box {
    position: relative;
    width: 100%;
    padding: 10%;
    display: block;
    background-color: #fff;
    transition: .3s ease-out;
    border: 1px solid #ccc;
    cursor: pointer;
}

.special-bg2 {
    -moz-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
    -webkit-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
    box-shadow: 1px 1px 2px 4px rgba(100%,90%,0%,1.0) inset;
    background: rgb(252,229,58); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,229,58,1) 0%, rgba(255,255,255,1) 54%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 54%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce53a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.product-box:hover {
    border-bottom: 5px solid #ffcc00;
    -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.product-box-pic {
    position: relative;
    width: 100%;
}
    /*商品圖亮遮罩*/
    .product-box-pic #light_upper3 {
        position: absolute;
        z-index: 7;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .product-box-pic #light_upper3 img {
            width: 100%;
        }







    .product-box-pic .pic {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center cneter;
        background-size: cover;
    }

        .product-box-pic .pic img {
            width: 100%;
        }
    /*金流ICON*/
    .product-box-pic .product-mark {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .product-box-pic .circle-mark {
        border-radius: 50px;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-left:5px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center cneter;
        background-size: cover;
    }

.product-box-content {
    padding: 10px 0;
}

    .product-box-content .name {
        margin-bottom: 15px;
        font-family: "微軟正黑體";
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        text-align: center;
        text-decoration: none
    }

    .product-box-content .gift {
        word-break: break-all;
        position: relative;
        padding: 0 0 0 10%;
        font-family: "微軟正黑體";
        font-size: 18px;
        line-height: 22px;
        font-weight: normal;
        color: #333;
        text-align: left;
    }

    .product-box-content .icon-gift {
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        margin: 0 2% 0 0;
        vertical-align: -4px;
    }

.bold-red {
    font-size: 20px;
    color: #F00;
}

.product-box-content .price {
    clear: both;
    position: relative;
    margin: 10px 0 0 0;
    color: #c1272d;
}

    .product-box-content .price .sale {
        float: left;
        margin: 2.2% 0 0 0;
        font-family: "微軟正黑體";
        font-size: 16px;
        line-height: 16px;
        color: #c1272d;
        text-align: left;
    }

    .product-box-content .price .sale2 {
        float: left;
        margin: 2.2% 0 0 0;
        font-family: "微軟正黑體";
        font-size: 12px;
        color: #333;
        text-align: left;
    }

        .product-box-content .price .sale2 .limitred {
            color: #c00000;
            font-weight: normal;
        }

        .product-box-content .price .sale2 .nowLimitCount{
            padding:0 3px;
        }

        .product-box-content .price .bonus {
            float: right;
            margin: 2.2% 0 0 0;
            font-family: "微軟正黑體";
            font-size: 16px;
            line-height: 16px;
            text-align: right;
        }

.limit_purchase {
    font-size: 12px !important;
    color: #F00;
}

/*個人專屬角標*/
#corner {
    position: absolute;
    z-index: 8;
    width: 35%;
    margin: -11% 0 0 -11%;
}

    #corner img {
        width: 100%;
    }

/*商城頁倒數計時樣式*/
.product-box-content .countdown1 {
    width: 100%;
    height: 32px;
    margin: 2% 0 0 0;
    float: left;
}

    .product-box-content .countdown1 .clock {
        width: 7%;
        margin: 1% 1% 0 0;
        display: inline;
        float: left;
    }

        .product-box-content .countdown1 .clock img {
            width: 100%;
        }

    .product-box-content .countdown1 .time {
        width: 92%;
        margin: 2% 0 0 0;
        display: inline;
        float: left;
    }

        .product-box-content .countdown1 .time .digit {
            width: 24px;
            height: 22px;
            border-radius: 5px;
            margin: 0 1px 0 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: normal;
            color: #ffffff;
            background: rgb(102,102,102); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
            text-align: center;
            float: left;
        }

        .product-box-content .countdown1 .time .unit {
            width: auto;
            height: 22px;
            border-radius: 5px;
            padding: 0;
            margin: 0 1px 0 0;
            font-family: "微軟正黑體";
            font-size: 12px;
            line-height: 31px;
            font-weight: bold;
            color: #666;
            text-align: center;
            float: left;
        }
    /*韓版倒數樣式*/
    .product-box-content .countdown1 .clock_kr {
        width: auto;
        margin: 1% 2% 0 0;
        display: inline;
        float: left;
        font-family: "微軟正黑體";
        font-size: 11px;
        line-height: 12px;
        font-weight: normal;
        color: #333;
        text-align: center;
    }

    .product-box-content .countdown1 .time _kr {
        width: 90%;
        margin: 2% 0 0 0;
        display: inline;
        float: left;
    }

    .product-box-content .countdown1 .time_kr .digit {
        width: 24px;
        height: 22px;
        border-radius: 5px;
        margin: 6px 4px 0 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        color: #ffffff;
        background: rgb(102,102,102); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
        text-align: center;
        float: left;
    }

.product-box-content .price .sale2_kr {
    float: left;
    margin: 2.2% 0 0 0;
    font-family: "微軟正黑體";
    font-size: 12px;
    color: #333;
    text-align: left;
}

    .product-box-content .price .sale2_kr .limitred {
        color: #c00000;
        font-weight: normal;
    }
/*韓版倒數樣式-結束*/


/*結帳頁倒數計時樣式*/
#countdown2 {
    position: fixed;
    top: 45%;
    right: 0;
    /*width: 190px;*/
    height: auto;
    margin: 0 0.2% 0 0;
    padding: 1% 1%;
    border: 2px solid #ffcc00;
    border-radius: 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    float: left;
}

    #countdown2 .timeout {
        width: 100%;
        margin: 0 0 3% 0;
        font-family: "微軟正黑體";
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #f00000;
        text-align: left;
        float: left;
    }
    #countdown2 .timeout-KR{
        font-size:16px !important;
    }

    #countdown2 .clock {
        clear:both;
        width: 12%;
        margin: 3% 1.5% 0 0;
        display: inline;
        float: left;
    }

        #countdown2 .clock img {
            width: 100%;
        }

    #countdown2 .time {
        width: auto;
        margin: 2% 0 0 0;
        padding: 0;
        display: inline;
        float: left;
    }

        #countdown2 .time .digit {
            min-width: 24px;
            height: 22px;
            border-radius: 5px;
            margin: 0 1px 0 0;
            padding: 0.5% 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 20px;
            font-weight: normal;
            color: #ffffff;
            background: rgb(102,102,102); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
            text-align: center;
            float: left;
        }

        #countdown2 .time .unit {
            width: auto;
            height: 22px;
            border-radius: 5px;
            padding: 0;
            margin: 0 1px 0 0;
            font-family: "微軟正黑體";
            font-size: 12px;
            line-height: 31px;
            font-weight: bold;
            color: #666;
            text-align: center;
            float: left;
        }

/*結帳頁個人專屬角標*/
#corner2 {
    position: absolute;
    z-index: 8;
    width: 12%;
    margin: -2.4% 0 0 -2.4%;
}

    #corner2 img {
        width: 100%;
    }
/*個人返利彈窗*/
#pop_rebate {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
    overflow: visible;
}

    #pop_rebate #message {
        position: relative;
        z-index: 99;
        width: 35%;
        margin: 15% auto 0 auto;
        padding: 3% 5%;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -moz-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
        -webkit-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
        box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
        border: 6px solid #ffcc00;
    }

        #pop_rebate #message h5 {
            width: 100%;
            margin: 0 0 0 0;
            font-family: "微軟正黑體";
            font-size: 28px;
            line-height: 42px;
            color: #f00000;
            font-weight: normal;
            text-align: center;
        }

        #pop_rebate #message h6 {
            width: 100%;
            margin: 3% 0 0 0;
            font-family: "微軟正黑體";
            font-size: 24px;
            line-height: 42px;
            color: #333;
            font-weight: normal;
            text-align: center;
        }

        #pop_rebate #message p {
            width: 100%;
            margin: 6% 0 0 0;
            font-family: "微軟正黑體";
            font-size: 18px;
            line-height: 32px;
            color: #666;
            font-weight: normal;
            text-align: center;
        }

        #pop_rebate #message .close_btn {
            width: 50%;
            margin: 2% 25% 0 25%;
            padding: 2.5% 0;
            background-color: #666;
            font-family: "微軟正黑體";
            font-size: 24px;
            line-height: 24px;
            font-weight: normal;
            color: #FFF;
            text-align: center;
            cursor: pointer;
        }

            #pop_rebate #message .close_btn:hover {
                position: relative;
                bottom: 1px;
                text-decoration: none;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
            }

            #pop_rebate #message .close_btn:hover {
                position: relative;
                bottom: 1px;
                text-decoration: none;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
            }



.select-game-bg {
  position: absolute;
  width: 96%;
  max-height: 500px;
  overflow-y: scroll;
  top: 100%;
  left: 2%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 10px 5px rgba(66, 66, 66, 0.7);
  padding: 30px 20px;
  z-index: 10;
  text-align: left;
  display: none; }

.games-menu-box {
  width: 100%;
  font-size: 0; }

.games-menu-col {
  width: calc(100%/6);
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center; }
  .games-menu-col:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 12px;
    background: url(/img/icon/triangle.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
  .games-menu-col .g-game-photo {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-image: url(/img/demo-game01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .games-menu-col .g-game-name {
    font-size: 16px;
    margin: 10px 0; }

.games-menu-col:hover:after, .games-menu-col.active:after {
  opacity: 1;
  visibility: visible; }

.games-menu-col:hover:after {
  opacity: .5; }

.tab-head {
  font-size: 0; }
  .tab-head .head-style-backup {
    background-color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    transform: translateY(8px);
    padding: 15px 0;
    cursor: pointer;
    transition: .2s; }
    .tab-head .head-style-backup:hover {
      transform: translateY(2px); }
    .tab-head .head-style-backup.active {
      background-color: #fff;
      border: 1px solid #b3b3b3;
      border-bottom: none;
      color: #1a1a1a;
      transform: translateY(0px); }
  .tab-head .head-style {
    position: relative;
    color: #898a8b;
    border: 1px solid #b3b3b3;
    border-left: none;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: .2s; }
    .tab-head .head-style:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #fcc800;
      transition: .3s;
      transform: scaleY(0);
      transform-origin: center bottom; }
    .tab-head .head-style:hover:after {
      transform: scaleY(1); }
    .tab-head .head-style.active {
      background-color: #fac802;
      color: #1a1a1a; }
  .tab-head .head-style:first-child {
    border-left: 1px solid #b3b3b3; }
  .tab-head .col-4, .tab-head .col-2, .tab-head .col-3 {
    display: inline-block;
    vertical-align: top; }
  .tab-head .col-4 {
    width: 25%; }
  .tab-head .col-2 {
    width: 50%; }
  .tab-head .col-3 {
    width: 33.33%; }
  .tab-head .head-style2 {
    position: relative;
    color: #898a8b;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .2s; }
    .tab-head .head-style2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #fcc800;
      transition: .3s;
      transform: scaleY(0);
      transform-origin: center bottom; }
    .tab-head .head-style2:hover:after {
      transform: scaleY(1); }
    .tab-head .head-style2.active {
      background-color: #fac802;
      color: #1a1a1a; }
  .tab-head .head-style2:first-child {
    border-left: 1px solid #ccc; }
  .tab-head .head-style2 > a {
    display: block;
    padding: 15px 0;
    line-height: 1.4; }



    .tab-head .redPoint:before {
        position: absolute;
        content: '';
        left: 9%;
        top: 45%;
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 51%;
    }


.tab-body {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none; }

    .tab-body.tab-body-float {
        clear: both;
        float: left;
        margin-bottom: 50px;
    }

    .tab-contetnt {
        padding: 25px;
        display: none;
    }
  .tab-contetnt.active {
    display: block; }

.select-wrap {
  width: 300px;
  position: relative;
  display: inline-block; }
  .select-wrap:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    width: 16px;
    height: 30px;
    background: url(/img/icon/arrow-down.png) no-repeat right center;
    background-size: 100%; }

.select-style {
  width: 100%;
  margin:0.5% 0 0.5% 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  padding: 10px 28px 10px 10px;
  font-size: 14px; }
  .select-style:focus {
    outline-color: #fff3c5; }

.input-style {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px; }
  .input-style:focus {
    outline-color: #fff3c5; }
  .input-style::placeholder {
    color: #999; }

.textarea-style {
  width: 100%;
  padding: 15px;
  height: 150px;
  border: 1px solid #ccc;
  font-size: 16px;
  resize: none; }
  .textarea-style:focus {
    outline-color: #fff3c5; }

.radio-box-sample {
  cursor: pointer; }

input[type="radio"].sample,
input[type="checkbox"].sample {
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  left: -9999px; }

.new-radio-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc; }
  .new-radio-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 23px;
    height: 23px;
    background: url(/img/icon/plus.png) no-repeat center center;
    background-size: 100%;
    transition: .3s;
    transform: scale(0); }

input[type="radio"].sample:checked + .new-radio-box:after,
input[type="checkbox"].sample:checked + .new-radio-box:after {
  transform: scale(1); }

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 20; }
  header .web-frame {
    position: relative; }
  header .nav {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 195px); }

.web-logo {
  display: inline-block;
  height: 50px;
  margin: 15px 30px 15px 0; }
  .web-logo img {
    height: 100%; }

.h-main-nav {
  display: inline-block;
  vertical-align: middle; }
  .h-main-nav li {
    display: inline-block; }
  .h-main-nav a {
    display: block;
    position: relative;
    line-height: 80px;
    padding: 0 22px;
    font-size: 20px;
    font-weight: bold; }
    .h-main-nav a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: #fcc800;
      transition: .3s;
      transform: scaleY(0);
      transform-origin: center bottom; }
  .h-main-nav a.active:after, .h-main-nav a:hover:after {
    transform: scaleY(1); }

.h-sub-nav {
  position: absolute;
  right: 0;
  top: 0; }
  .h-sub-nav .float-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .h-sub-nav .other-link {
    float: right;
    line-height: 80px;
    padding: 0 13px;
    transition: .2s;
    cursor: pointer; }
    .h-sub-nav .other-link:hover, .h-sub-nav .other-link.active {
      color: #fcc800; }
  .h-sub-nav .other-menu {
    position: relative;
    float: right; }
    .h-sub-nav .other-menu:hover .menu-list {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px); }
  .h-sub-nav .menu-list {
    position: absolute;
    width: 120%;
    top: 100%;
    left: -5%;
    background-color: #fff;
    box-shadow: 1px 4px 5px rgba(21, 21, 21, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(-5px); }
    .h-sub-nav .menu-list li {
      line-height: 3;
      padding: 0px 8px;
      text-align: center; }
    .h-sub-nav .menu-list li + li {
      border-top: 1px solid #dedede; }
    .h-sub-nav .menu-list a {
      display: block;
      transition: .2s; }
      .h-sub-nav .menu-list a:hover {
        color: #fcc800; }
  .h-sub-nav .language-pc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    width: 130px;
    border-radius: 100px;
    margin-left: 15px; }
    .h-sub-nav .language-pc:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 21px;
      top: 7px;
      left: 13px;
      background: url(/img/icon/global.png) no-repeat center center;
      background-size: 100%; }
    .h-sub-nav .language-pc:after {
      content: '';
      position: absolute;
      right: 16px;
      top: 4px;
      width: 16px;
      height: 30px;
      background: url(/img/icon/arrow-down.png) no-repeat right center;
      background-size: 100%;
      z-index: -1; }
    .h-sub-nav .language-pc select {
      width: 100%;
      display: block;
      -webkit-appearance: none;
      border-radius: 0;
      border: none;
      background: transparent;
      padding: 8px 32px 8px 38px;
      font-size: 15px;
      cursor: pointer; }
      .h-sub-nav .language-pc select:focus {
        outline: none; }

.h-feedback {
  display: none;
  width: 20px;
  height: 19px;
  background: url(/img/icon/feedback.png) no-repeat center center;
  background-size: 100%;
  transition: .2s; }
  .h-feedback.show {
    display: block;
    position: absolute;
    right: 140px;
    top: 30px;
    z-index: 2; }
    .h-feedback.show:hover {
      transform: scale(1.2); }

.language-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 0; }
  .language-mobile .lang-box {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
  .language-mobile .language {
    display: inline-block;
    font-size: 16px;
    padding: 8px;
    line-height: 1; }
    .language-mobile .language.active {
      background-color: #fcc800;
      color: #fff; }

.m-nav {
  display: none; }

footer {
    clear:both;
  width: 100%;
  background-color: #4d4d4d;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px; }
  footer .copyright {
    color: #808080;
    margin: 10px 0; }

.footer-link li {
  display: inline-block;
  position: relative;
  line-height: 1.6; }

.footer-link li + li:before {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #999;
  display: inline-block; }

.footer-link a {
  display: block;
  color: #b3b3b3;
  padding: 0 10px 0 14px; }

.footer-link .icon-line {
  width: 20px;
  vertical-align: -3px;
  margin-right: 3px; }

.index-slider-wrap {
  position: relative;
  padding-bottom: 30px; }
  .index-slider-wrap .swiper-pagination {
    width: 100%;
    bottom: 6px; }
  .index-slider-wrap .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    border-radius: 0;
    margin: 0 4px; }
  .index-slider-wrap .swiper-pagination-bullet-active {
    background: #ffe015; }

.index-slider {
  width: 100%; }
  .index-slider .slider-box {
    width: 100%;
    padding-bottom: 33.3%;
    background-image: url(/img/demo-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block; }
  .index-slider .swiper-button-next, .index-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 100% 100%;
    transition: .3s; }
    .index-slider .swiper-button-next:hover, .index-slider .swiper-button-prev:hover {
      opacity: .85; }
  .index-slider .swiper-button-prev, .index-slider .swiper-container-rtl .swiper-button-next {
    background-image: url(/img/icon/button-left.png);
    left: 30px; }
  .index-slider .swiper-button-next, .index-slider .swiper-container-rtl .swiper-button-prev {
    background-image: url(/img/icon/button-right.png);
    right: 30px; }

.index-billboard {
  font-size: 0;
  margin: 25px 0; }
  .index-billboard .boardA, .index-billboard .boardB {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc; }
  .index-billboard .boardA {
    width: 68%;
    margin-right: 8px; }
    .index-billboard .boardA .pic {
      padding-bottom: 13.07%; }
  .index-billboard .boardB {
    width: calc( 32% - 8px); }
    .index-billboard .boardB .pic {
      padding-bottom: 28.51%; }
  .index-billboard .pic {
    width: 100%;
    background-image: url(/img/demo-ad01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.index-bg-gray {
  width: 100%;
  background-color: #eae9ea;
  padding: 50px 0; }
  .index-bg-gray .unite-title {
    z-index: 2; }

#featuredItem.index-bg-gray {
    clear:both;
    float:left;
}

.member-container {
    padding: 50px 0;
}
    .member-container .overall {
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #ffe015;
        margin-bottom: 50px;
    }
    .member-container .overall .row {
      margin-bottom: 10px; }
    .member-container .overall .phone-link {
      display: inline-block;
      padding: 8px 20px;
      background-color: #fcc800;
      font-weight: 500; }
  .member-container .game-info .unite-title .title,
  .member-container .recommend-product .unite-title .title {
    font-size: 20px; }
  .member-container .product-box {
    border: 1px solid #b3b3b3; }
  .member-container .game-info {
    margin-bottom: 50px; }
    .member-container .game-info .server {
      text-align: center;
      margin: 30px auto; }
    .member-container .game-info .row {
      margin-bottom: 15px; }
    .member-container .game-info .g-title {
      width: 80px;
      display: inline-block;
      text-align: right;
      margin-right: 10px; }
  .member-container .g-col-5 {
    display: inline-block;
    vertical-align: top;
    width: 20%; }
  .member-container .game-group {
    font-size: 0;
    max-width: 960px;
    margin: auto; }
  .member-container .my-game {
    max-width: 180px;
    margin: 0 auto 25px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer; }
    .member-container .my-game.active .g-game-photo {
      box-shadow: 0 0 5px rgba(58, 58, 58, 0.5); }
    .member-container .my-game.active img.position {
      display: block; }
  .member-container img.position {
    width: 15px;
    margin: auto;
    display: none; }
  .member-container .g-game-photo {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-image: url(/img/demo-game01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .member-container .g-game-name {
    font-size: 16px;
    margin: 10px 0; }
  .member-container .serial-number {
    padding: 25px 0; }
    .member-container .serial-number .frame {
      width: 100%;
      max-width: 840px;
      margin: 30px auto 50px;
      padding: 0 20px; }
  .member-container .serial-box {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px; }
    .member-container .serial-box .right-side {
      position: absolute;
      width: 300px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #fcc800;
      border-left: 3px dashed #fff;
      text-align: center;
      cursor: pointer; }
      .member-container .serial-box .right-side.expired {
        background-color: #ccc;
        cursor: not-allowed; }
    .member-container .serial-box .left-side {
      width: 100%;
      padding: 20px 320px 20px 20px; }
    .member-container .serial-box .unite-title {
      margin-bottom: 15px; }
      .member-container .serial-box .unite-title .title {
        font-size: 18px;
        letter-spacing: 0; }
    .member-container .serial-box .emphasize {
      font-size: 18px;
      color: #4d4d4d;
      margin-bottom: 10px; }
    .member-container .serial-box .note {
      font-size: 14px;
      color: #4d4d4d; }
    .member-container .serial-box .get-serial {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      color: #4d4d4d;
      padding: 10px;
      word-wrap: break-word; }
  .member-container .select-game-wrap {
    position: relative;
    text-align: right; }
    .member-container .select-game-wrap .select-button {
      display: inline-block;
      cursor: pointer;
      margin: 0 25px 10px 0; }
      .member-container .select-game-wrap .select-button .icon {
        width: 25px;
        vertical-align: -6px;
        margin-left: 8px;
        transition: .3s; }
    .member-container .select-game-wrap .select-button.turnOn .icon {
      transform: rotate(180deg); }
  .member-container .form-wrap {
    width: 100%;
    max-width: 500px;
    margin: 30px auto; }
    .member-container .form-wrap .note {
      font-size: 14px;
      color: #808080; }
    .member-container .form-wrap ul {
        width: 100%;
        height: auto;
        padding: 2% 10%;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .member-container .form-wrap ul li {
        width: 100%;
        height: auto;
        padding: 1.5% 0;
        border-bottom: 1px dashed #a2a3a3;
        
    }
.member-container .form-wrap ul li dd img {
    width: 100%;
}
    .member-container .form-wrap ul li dl {
        line-height: 30px;
    }
    .member-container .form-wrap ul li dt {
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
        color: #6c6d62;
        text-align: left;
    }
        .member-container .form-wrap ul img {
            max-width:100%;
        }
.member-container .form-row {
    margin-bottom: 10px;
}
    .member-container .form-row.indent {
      padding-left: 101px; }
    .member-container .form-row.indent2 {
      padding-left: 61px; }
    .member-container .form-row.alone {
      padding-left: 0;
      margin-bottom: 15px; }
      .member-container .form-row.alone .title.title2 {
        display: block;
        width: auto;
        margin: 0 0 5px 0; }
      .member-container .form-row.alone .short-type {
        width: calc((100% - 11px)/2); }
      .member-container .form-row.alone .long-type.long-type2 {
        width: 100%; }
    .member-container .form-row .title {
      display: inline-block;
      width: 80px;
      margin-right: 15px; }
      .member-container .form-row .title.title2 {
        width: 40px; }
    .member-container .form-row .long-type {
      display: inline-block;
      width: calc(100% - 101px); }
      .member-container .form-row .long-type.long-type2 {
        width: calc(100% - 61px); }
    .member-container .form-row .short-type {
      display: inline-block;
      width: calc((100% - 71px)/2); }
    .member-container .form-row .short-type + .short-type {
      margin-left: 5px; }
    .member-container .form-row .x-type {
      display: inline-block;
      width: 165px;
      vertical-align: top; }
    .member-container .form-row .x-type2 {
      display: inline-block;
      width: calc(100% - 171px); }
    .member-container .form-row .phone-type {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
    .member-container .form-row .phone-type2 {
        display: inline-block;
        width: 100%;
    }
    /*簡訊驗證碼欄位樣式*/
    .member-container .gray_line {
        width: 100%;
        height: 2px;
        margin: 5.5% 0;
        border-bottom: 1px solid #ccc;
    }

    .member-container .form-row .code-type {
        display: inline-block;
        width: calc(100% - 101px);
    }

    .member-container .form-row .code-send {
        margin: 3% auto 2% auto;
        padding: 12px 10px;
        width: 100%;
        max-width: 280px;
        font-family: "微軟正黑體";
        font-size: 15px;
        line-height: 24px;
        color:#000;
        text-align: center;
        cursor: pointer;
    }

        .member-container .form-row .code-send a {
            color: #FFF;
        }

        .member-container .form-row .code-send.disable {
            color:#FFF;
            background-color: var(--gray) !important;
            cursor: no-drop !important;
        }
         
    /*簡訊驗證碼欄位樣式-結束*/
    .member-container .form-row .gender-box {
      margin-right: 20px; }
    .member-container .form-row input.date {
      background: url(/img/icon/date.png) no-repeat calc(100% - 10px) center;
      background-size: 30px 31px;
      padding: 10px 45px 10px 10px; }
    .member-container .form-row .select-wrap {
      width: 100%; }
    .member-container .form-row .select-style {
      height: 50px;
      background-color: transparent; }
    .member-container .form-row .select-wrap:after {
      top: 10px;
      z-index: -1; }
  .member-container .info-terms {
    margin: 30px 0; }
    .member-container .info-terms h2 {
      font-size: 18px;
      text-align: center;
      font-weight: bold; }
    .member-container .info-terms .terms-content {
      width: 100%;
      max-width: 860px;
      margin: 20px auto; }
  .member-container .p-style {
    line-height: 1.7; }
  .member-container .wait-style {
    color: #f19724;
    font-size: 14px;
    margin-top: 10px; }
  .member-container .wrong-style {
    color: #c1272d;
    font-size: 14px;
    margin-top: 10px; }
  .member-container p.pr {
    padding-right: 100px;
    line-height: 50px; }
  .member-container .special-hr {
    border-top: 1px solid #fcc800;
    margin-top: 25px; }
  .member-container .other-functions {
    margin-top: 50px; }
    .member-container .other-functions .function {
      width: 32%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #2773b5;
      transition: .3s; }
      .member-container .other-functions .function:hover {
        color: #4a9de6; }
  .member-container .choose-game-wrap {
    margin-top: 30px; }

.member-form-box {
  margin: 30px 0; }

.member-form-head {
  border: 1px solid #b3b3b3;
  padding: 20px 35px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold; }

.member-form-body {
  border: 1px solid #b3b3b3;
  border-top: none;
  padding: 20px; }

.member-form-gap {
  margin: 30px 0 10px 0; }
  .member-form-gap .unite-one-button {
    margin: 10px 0 0; }
  .member-form-gap .btn-choose {
    display: block;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 10px;
    padding: 5px 20px; }

.qrcode-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none; }
  .qrcode-modal-wrap .qrcode-modal {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .qrcode-modal-wrap .img-qr {
    width: 100%; }
  .qrcode-modal-wrap .btn-close {
    position: absolute;
    right: -45px;
    top: -45px;
    width: 40px;
    cursor: pointer;
    display: block; }
    .qrcode-modal-wrap .btn-close img {
      width: 100%; }

.video-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none; }
  .video-modal-wrap .video-modal {
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-modal-wrap .video-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    .video-modal-wrap .video-frame iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
  .video-modal-wrap .btn-close {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 40px;
    cursor: pointer;
    display: block; }
    .video-modal-wrap .btn-close img {
      width: 100%; }

.store-list-bg {
    clear:both;
    float:left;
  width: 100%;
  padding: 50px 0; }
  /*.store-list-bg .product-box {
    border: 1px solid #ccc; }*/
  .store-list-bg .select-game-bg {
    width: 100%;
    left: 0;
    top: 120%; }
  .store-list-bg .btn-more.turnOn .icon-arrow {
    transform: rotate(-180deg); }
  .store-list-bg .btn-more.no-effect {
    cursor: auto; }
  .store-list-bg .btn-more.no-effect:hover img {
    margin-left: 5px;
    transform: scale(1); }

.store-list-bg:nth-child(2n) {
  background-color: #eae9ea; }
  /*.store-list-bg:nth-child(2n) .product-box {
    border: none; }*/
  .store-list-bg:nth-child(2n) .unite-title {
    z-index: 10; }

.expand-more {
  margin: 30px 0; }
  .expand-more .effect-button {
    display: inline-block; }
    .expand-more .effect-button img {
      width: 22px;
      vertical-align: -4px;
      margin-left: 5px;
      transition: .3s; }
  .expand-more .effect-button:hover img {
    transform: scale(1.1); }

.games-large-banner {
  width: 100%;
  position: relative; }
  .games-large-banner .banner {
    width: 100%;
    padding-bottom: 33.3%;
    background-image: url(/img/demo-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .games-large-banner .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: .3s; }
    .games-large-banner .video-player:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .games-large-banner .video-player img {
      position: absolute;
      width: 10%;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.gamepage-contanier {
  padding-bottom: 50px; }
  .gamepage-contanier .games-content {
    margin-top: -90px;
    position: relative;
    text-align: center; }
  .gamepage-contanier .games-photo {
    width: 180px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(15, 15, 15, 0.7); }
  .gamepage-contanier .games-classify {
    position: absolute;
    top: 110px;
    right: 0;
    width: 70px; }
    /*遊戲公告*/
    .gamepage-contanier .games-announce {
        position: absolute;
        top: 120px;
        left: 0;
        width: auto;
        padding: 0.8% 1%;
        font-family: "微軟正黑體";
        font-size: 22px;
        line-height: 22px;
        font-weight: normal;
        color: #333;
        text-align: left;
        border-bottom: 5px solid #ffe100;
    }

        .gamepage-contanier .games-announce:hover {
            font-weight: bold;
            color: #000;
            border-bottom: 5px solid #f95347;
            cursor: pointer;
        }





@media screen and (min-width:481px) and (max-width:980px) {
    .gamepage-contanier .games-announce {
        position: absolute;
        top: 7.5%;
        left: 0;
        width: auto;
        padding: 0.8% 1%;
        font-family: "微軟正黑體";
        font-size: 22px;
        line-height: 22px;
        font-weight: normal;
        color: #333;
        text-align: left;
        border-bottom: 5px solid #ffe100;
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .gamepage-contanier .games-announce {
        position: absolute;
        top: 100px;
        left: 0;
        width: auto;
        padding: 0.8% 1%;
        font-family: "微軟正黑體";
        font-size: 15px;
        line-height: 15px;
        font-weight: normal;
        color: #333;
        text-align: left;
        border-bottom: 5px solid #ffe100;
    }
}
  .gamepage-contanier .unite-title.gamepage .title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px; }
    .gamepage-contanier .unite-title.gamepage .title:before {
      height: 17px; }
  .gamepage-contanier .slogan {
    font-size: 22px; }
  .gamepage-contanier .long-text {
    color: #4d4d4d;
    margin-top: 30px;
    line-height: 1.6;
    text-align-last: left; }
  .gamepage-contanier .link-group {
    margin: 30px 0; }
  .gamepage-contanier .fluid-image {
    width: 100%;
    display: block;
    margin: 30px auto; }
  .gamepage-contanier .reservation-section {
    width: 100%;
    max-width: 500px;
    margin: 60px auto;
    text-align: center; }
    .gamepage-contanier .reservation-section .row {
      margin-bottom: 30px; }
    .gamepage-contanier .reservation-section .brand-icon {
      width: 22px;
      vertical-align: -4px;
      margin: 0 5px; }
    .gamepage-contanier .reservation-section .option-box {
      display: inline-block;
      width: 49%;
      font-size: 22px;
      font-weight: bold; }
    .gamepage-contanier .reservation-section .title {
      display: inline-block;
      width: 80px;
      margin-right: 15px; }
    .gamepage-contanier .reservation-section .long-type {
      display: inline-block;
      width: calc(100% - 101px); }
    .gamepage-contanier .reservation-section .phone-type {
      display: inline-block;
      width: 150px;
      vertical-align: top; }
    .gamepage-contanier .reservation-section .phone-type2 {
      display: inline-block;
      width: calc(100% - 156px); }
    .gamepage-contanier .reservation-section .select-wrap {
      width: 100%; }
    .gamepage-contanier .reservation-section .select-style {
      height: 50px; }
    .gamepage-contanier .reservation-section .select-wrap:after {
      top: 10px; }
  .gamepage-contanier .btn-reservation {
    display: inline-block;
    padding: 15px 45px;
    font-size: 20px;
    font-weight: bold;
    transition: .3s; }
  .gamepage-contanier .game-notes {
    width: 100%;
    max-width: 900px;
    padding-left: 20px;
    margin: 20px auto;
    font-size: 15px; }
    .gamepage-contanier .game-notes li {
      list-style-type: decimal;
      line-height: 1.6; }

.game-picture-slider-box {
  position: relative;
  margin: 65px 0 80px; }
  .game-picture-slider-box .swiper-slide img {
    width: 100%; }
  .game-picture-slider-box .swiper-pagination {
    width: 100%;
    bottom: -22px; }
  .game-picture-slider-box .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    border-radius: 0;
    margin: 0 4px; }
  .game-picture-slider-box .swiper-pagination-bullet-active {
    background: #ffe015; }

.buy-container {
  padding: 50px 0; }

    .buy-container a {
        color: blue;
        text-decoration: underline;
    }

    .buy-container .primary-button, .buy-container .yellow-button-L {
        color: #333333;
        text-decoration: none;
    }

    .buy-container .media-type.line {
        text-decoration: none;
    }


    .buy-container .top-text {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 2px;
    }
  .buy-container .first-block {
    padding: 25px 0;
    border-bottom: 1px solid #fcc800; }
    .buy-container .first-block.no-font {
      font-size: 0; }
  .buy-container .paid-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .buy-container .mt-wrap {
    margin-top: 35px; }
  .buy-container .link-group {
    margin-top: 25px; }
    .buy-container .link-group a + a {
      margin-left: 10px;
      line-height: 1.4; }
  .buy-container .success-icon {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    text-align: center; }
    .buy-container .success-icon img {
      width: 180px; }
  .buy-container .payment-detail {
    display: inline-block;
    vertical-align: middle;
    width: calc( 100% - 286px);
    line-height: 1.5; }
    .buy-container .payment-detail .row {
      margin-bottom: 10px; }
    .buy-container .payment-detail .front {
      margin-right: 10px; }
  .buy-container .product-photo-box {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ccc; }
    .buy-container .product-photo-box .photo {
      width: 100%;
      padding-bottom: 100%;
      background-image: url(/img/demo-product01.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .buy-container .product-information {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 30px;
    font-size: 16px; }
    .buy-container .product-information .unite-title .title {
      font-size: 20px;
      letter-spacing: 1px;
      padding: 0 12px; }
    .buy-container .product-information .set-right {
      position: absolute;
      top: 0;
      right: 0;
      color: #c1272d;
      font-size: 18px; }
    .buy-container .product-information .gift {
      font-size: 18px;
      color: #4d4d4d;
      margin-bottom: 20px; }
      .buy-container .product-information .gift img {
        width: 22px;
        vertical-align: -4px;
        margin-right: 6px; }
    .buy-container .product-information .description {
      color: #4d4d4d;
      margin-bottom: 20px; }
  .buy-container .select-wrap {
    width: 100%; }
  .buy-container .select-style {
    height: 50px; }
  .buy-container .select-wrap:after {
    top: 10px; }
  .buy-container .form-wrap {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 40px; }
  .buy-container .form-wrap .pay_box {
	width:100%;
	height:auto;
 }
  .buy-container .form-wrap .pay_box .subtitle {
	width:100%;
	height:auto;
	margin:3% 0 1.5% 0;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 18px;
	color: #333;	
	text-align:left;
	display:none;
	float:left;
   }


    .buy-container .form-wrap .pay_box .btn-billing {
        width: 100%;
        height: 80px;
        margin: 0 1% 2% 0%;
        padding: 1% 2%;
        display: inline;
        border: 2px solid #dddddd;
        border-radius: 8px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
        float: left;
    }
.buy-container .form-wrap .pay_box .selected {border:2px solid #fcc800!important;}
.buy-container .form-wrap .pay_box .unselected {border:2px solid #dddddd;}
    .buy-container .form-wrap .pay_box .btn-billing .ICON {
        width: 18%;
        height: 100%;
        max-height: 100%;
        margin: 0 0 0 0;
        float: left;
    }
    .buy-container .form-wrap .pay_box .btn-billing .ICON img {
        /*width: 100%;*/
        max-width: 100%;
        max-height: 100%;
    }
.buy-container .form-wrap .pay_box .btn-billing .payment {
	width:80%;
	height:62px;
	margin:0 0 0 2%;
	float:right;
}
.buy-container .form-wrap .pay_box .btn-billing .payment .cashflow {
	width:100%;
	height:auto;
	margin:3% 0 0 0;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-align:left;
}
.buy-container .form-wrap .pay_box .btn-billing .payment .more-billing {
	width:100%;
	height:auto;
	margin:3% 0 0 0;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	text-align:left;
}
.buy-container .form-wrap .pay_box .btn-billing .payment .blue {color:#1b2a74;}
.buy-container .form-wrap .pay_box .btn-billing .payment .green {color:#28883a;}
.buy-container .form-wrap .pay_box .btn-billing .payment .pink {color:#e31168;}
.buy-container .form-wrap .pay_box .btn-billing .payment .AFTEE {color:#4bdbca;}


  .buy-container .long-name {
    width: 130px; }
  .buy-container .long-div {
    width: calc(100% - 136px); }
  .buy-container .short-name {
    width: 100px; }
  .buy-container .short-div {
    width: calc(100% - 106px); }
  .buy-container .gray-text {
    background-color: #eae9ea;
    padding: 15px;
    font-size: 14px;
    display: none; }
  .buy-container .see-more {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer; }
  .buy-container .arrow-icon {
    width: 22px;
    vertical-align: -4px;
    margin-left: 5px;
    transition: .3s;
    transform: rotate(0deg); }
  .buy-container .see-more.active .arrow-icon {
    transform: rotate(180deg); }
  .buy-container .option-box + .option-box {
    margin-left: 15px; }

.extra-board-head {
  padding: 8px 18px;
  font-size: 20px;
  background-color: #fcc800; }

.extra-board-body {
  border: 1px solid #fcc800;
  padding: 25px 40px;
  line-height: 1.6; }
  .extra-board-body .list {
    margin: 30px 0;
    padding-left: 80px; }
    .extra-board-body .list li {
      list-style-type: decimal; }

.support-container {
  padding: 50px 0; }
  .support-container .support-frame {
    width: 100%;
    max-width: 800px;
    margin: 40px auto; }
  .support-container .top-word {
    line-height: 1.6;
    margin-bottom: 25px; }
  .support-container .unite-title.small .title {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 12px; }
  .support-container .form-wrap {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 40px; }
  .support-container .short-name {
    width: 75px;
    text-align: right;
    margin-right: 5px; }
  .support-container .short-div {
    width: calc(100% - 86px); }
  .support-container .select-wrap {
    width: 100%; }
  .support-container .select-style {
    height: 50px; }
  .support-container .select-wrap:after {
    top: 10px; }
  .support-container .haveicon {
    padding: 10px 45px 10px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 30px auto; }
    .support-container .haveicon.date {
      background-image: url(/img/icon/date.png); }
    .support-container .haveicon.upload {
      background-image: url(/img/icon/upload.png); }
  .support-container .indent {
    padding-left: 86px; }
  .support-container .gray-note {
    font-size: 12px;
    color: #808080; }
  .support-container .select-game-bg {
    width: 100%;
    left: 0; }
  .support-container .choose-game {
    line-height: 50px;
    text-decoration: underline;
    padding-left: 10px; }
    .support-container .choose-game.turnOn .icon-arrow {
      transform: rotate(180deg); }
  .support-container .icon-arrow {
    width: 22px;
    vertical-align: -4px;
    margin-left: 5px;
    transition: .3s;
    transform: rotate(0deg); }
  .support-container .select-group {
    position: relative;
    text-align: right; }
    .support-container .select-group .div-select {
      cursor: pointer;
      padding: 10px 0; }
      .support-container .select-group .div-select.turnOn .yellow-icon {
        transform: rotate(180deg); }
    .support-container .select-group .div-select + .div-select {
      margin-left: 15px; }
    .support-container .select-group .yellow-icon {
      width: 22px;
      vertical-align: -4px;
      margin-left: 5px;
      transition: .3s;
      transform: rotate(0deg); }
  .support-container .recent-month {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 110px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(66, 66, 66, 0.4);
    z-index: 10; }
    .support-container .recent-month li {
      padding: 6px 0;
      cursor: pointer;
      font-size: 15px; }
    .support-container .recent-month li + li {
      border-top: 1px solid #eee; }
  .support-container .question h1 {
    line-height: 1.6;
    margin-bottom: 25px; }
  .support-container .question .post {
    margin-bottom: 20px; }
    .support-container .question .post h2 {
      font-size: 18px;
      font-weight: 500;
      padding: 20px 48px 20px 20px;
      background-color: #f2f2f2;
      cursor: pointer; }
  .support-container .question .post_inner {
    display: none;
    border: 1px solid #fcc800;
    border-top: none;
    padding: 20px;
    line-height: 1.5; }
  .support-container .question img {
    max-width: 100%; }

.collapse-group {
  margin-bottom: 20px; }

.collapse-head {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 48px 20px 20px;
  background-color: #f2f2f2;
  cursor: pointer; }
  .collapse-head .collapse-arrow {
    position: absolute;
    right: 20px;
    top: 21px;
    width: 22px;
    vertical-align: -4px;
    margin-left: 5px;
    transition: .3s;
    transform: rotate(0deg); }

.collapse-head.turnOn .collapse-arrow {
  transform: rotate(180deg); }

.collapse-body {
  display: none;
  border: 1px solid #fcc800;
  border-top: none;
  padding: 20px;
  line-height: 1.5; }
  .collapse-body img {
    max-width: 100%; }

.ask-head {
  position: relative;
  padding: 20px 50px 20px 60px;
  background-color: #f2f2f2;
  cursor: pointer; }
  .ask-head.turnOn .arrow img {
    width: 28px;
    transition: .3s;
    transform: rotate(180deg); }

.ask-body {
  display: none; }

.ask-group {
  margin: 15px auto; }
  .ask-group .status {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/feedback-gray.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; }
    .ask-group .status.replied {
      background-image: url(/img/icon/feedback.png); }
  .ask-group .system-number {
    font-size: 14px; }
  .ask-group .system-time {
    text-align: right;
    font-size: 12px;
    margin-top: 5px; }
  .ask-group .arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }
    .ask-group .arrow img {
      width: 28px;
      transition: .3s;
      transform: rotate(0deg); }

.chat-frame {
  margin: 20px auto; }
  .chat-frame .side, .chat-frame .chat-box {
    display: inline-block;
    vertical-align: top; }
  .chat-frame .side {
    width: 80px;
    height: 69px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; }
    .chat-frame .side.side-Q {
      background-image: url(/img/icon/mark-question.png); }
    .chat-frame .side.side-A {
      background-image: url(/img/icon/mark-answer.png); }
  .chat-frame .chat-box {
    width: calc(100% - 95px);
    border: 1px solid #fcc800;
    padding: 15px;
    line-height: 1.5;
    font-size: 15px; }
    .chat-frame .chat-box.bg-style {
      border: none;
      background-color: #e6e6e6; }
    .chat-frame .chat-box img {
      max-width: 100%;
      margin: 5px auto 0; }
    .chat-frame .chat-box textarea, .chat-frame .chat-box input {
      border: none; }
  .chat-frame .short-name {
    width: 75px;
    text-align: right;
    margin-right: 5px; }
  .chat-frame .short-div {
    width: calc(100% - 86px); }
  .chat-frame .haveicon {
    padding: 10px 45px 10px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 30px auto; }
    .chat-frame .haveicon.upload {
      background-image: url(/img/icon/upload.png); }
  .chat-frame .indent {
    padding-left: 86px; }
  .chat-frame .chat-row {
    margin-bottom: 10px; }
  .chat-frame .gray-text {
    color: #808080;
    font-size: 12px; }

.privacy-container {
  padding: 50px 0; }
  .privacy-container .head-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px; }
  .privacy-container .terms {
    line-height: 1.6; }

.input-upload {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  padding: 10px 45px 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 30px auto;
  background-image: url(/img/icon/upload.png); }
  .input-upload input[type="file"] {
    opacity: 0; }
  .input-upload span {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #999; }

.b-point-title {
  margin-bottom: 15px;
  text-align: center; }

.b-point-list {
  list-style-type: disc; }
  .b-point-list li {
    width: 44%;
    margin: 10px 3%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .b-point-list li:before {
    content: '•';
    position: absolute;
    display: block;
    left: -15px;
    top: 4px;
    color: #c5c5c5; }

.step-support {
  background-color: #000;
  padding: 12px 14px;
  text-align: center;
  color: #adadad;
  font-size: 14px; }
  .step-support li {
    position: relative;
    display: inline-block; }
    .step-support li.active {
      color: #fff; }
  .step-support li + li:before {
    content: '>';
    position: relative;
    display: inline-block;
    margin-right: 15px; }

.loading-icon {
  display: block;
  margin: 15px auto;
  width: 80px; }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .overlay .load-container {
    position: relative;
    top: 50%;
    left: 50%;
    padding: 10px;
    width: 100px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-sizing: content-box; }
    .overlay .load-container .loading-icon {
      margin: 0 auto; }

/* index 快速連結 */
.index-quick-link {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background-color: #333;
  padding: 15px 10px;
  color: #fcc800;
  text-align: center;
  letter-spacing: 1px; }

.index-quick-link img {
  width: 24px;
  vertical-align: -5px;
  margin-right: 7px; }

#one_touch {
    position: absolute;
    top: 54px;
    right: -118px;
    z-index: 11;
    width: 118px;
    height: 118px;
    cursor: pointer;
}
#one_touch img {
    width: 100%;
}

@media screen and (max-width: 1100px) {
  .web-frame {
    width: 96%; } }

@media screen and (max-width: 980px) {
  .margin-set {
    margin-top: 60px; }
  header {
    height: 60px; }
    header .web-logo {
      height: 40px;
      margin: 10px 30px 10px 0; }
    header .nav {
      position: fixed;
      background-color: #fff;
      top: 60px;
      right: -260px;
      width: 260px;
      height: calc(100vh - 60px);
      padding: 10px 25px;
      box-shadow: 0 7px 5px rgba(0, 0, 0, 0.7);
      z-index: 20; }
  .h-main-nav {
    display: block;
    padding-top: 40px; }
    .h-main-nav li {
      display: block; }
    .h-main-nav a {
      line-height: 2.5;
      padding: 0;
      font-size: 16px;
      font-weight: normal; }
    .h-main-nav a.active, .h-main-nav a:hover {
      color: #fcc800; }
      .h-main-nav a.active:after, .h-main-nav a:hover:after {
        transform: scaleY(0); }
  .h-sub-nav {
    position: relative; }
    .h-sub-nav .language-pc {
      display: none; }
    .h-sub-nav .float-box {
      display: block;
      margin-right: 0px; }
    .h-sub-nav .other-link {
      float: none;
      display: block;
      padding: 0;
      line-height: 2.5; }
    .h-sub-nav .other-menu {
      display: none; }
  .h-feedback.show {
    top: 21px;
    right: 50px; }
  .language-mobile {
    display: block; }
  .m-nav {
    width: auto;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 0;
    display: block; }
    .m-nav ul li{
        /*display:inline;*/
        float:left;
    }
    .o-grid__item {
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    /*MENU加紅點*/
    .m-nav #red_dot {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        width: 8px;
        height: auto;
    }

        .m-nav #red_dot img {
            display: block;
            width: 100%;
        }
    /*文字加紅點*/
    .h-sub-nav .other-menu .red {
        color: #F00;
    }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .c-hamburger:focus {
    outline: none; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #4d4d4d; }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #4d4d4d; }
  .c-hamburger span::before {
    top: -7px; }
  .c-hamburger span::after {
    bottom: -7px; }
  /**
	* Style 2
	* 
	* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
	* down to center and transform into an "x".
	*/
  .c-hamburger--htx {
    background-color: transparent; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active span {
    background: none; }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    background-color: #4d4d4d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    background-color: #4d4d4d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }

    #one_touch {
        position: fixed;
        top: 22%;
        right: 0;
        z-index: 11;
        width: 15%;
        height: auto;
        cursor: pointer;
    }

}

@media screen and (max-width: 780px) { /*md*/
    .md-p5{
        padding:5px;
    }
    .pc-version {
        display: none;
    }

    .tab-head .col-md-2 {
        width: 50%;
    }
    .tab-head {
        border-bottom: 1px solid #b3b3b3;
    }
        .tab-head .head-style:nth-child(odd) {
            border: 0px;
            border-top: 1px solid #b3b3b3;
            border-right: 1px solid #b3b3b3;
            border-left: 1px solid #b3b3b3;
        }
        .tab-head .head-style:nth-child(even) {
            border: 0px;
            border-top: 1px solid #b3b3b3;
            border-right: 1px solid #b3b3b3;
        }

    .mobile-version {
        display: block;
    }
  .web-frame {
    width: 96%; }
  .yellow-button-L {
    width: 155px;
    font-size: 16px;
    margin-bottom: 10px; }
    .yellow-button-L .brand-icon {
      height: 20px; }
  .media-type {
    width: 180px;
    padding: 12px 0px;
    font-size: 16px;
    margin-bottom: 10px; }
    .media-type .brand-icon {
      width: 20px; }
  /*.product-box {
    min-height: 180px; }
  .product-box-pic {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 160px; }
    .product-box-pic .product-mark {
      bottom: 5px;
      right: 5px; }
    .product-box-pic .circle-mark {
      width: 40px;
      height: 40px; }
  .product-box-content {
    display: block;
    padding: 0 170px 0 0; }
    .product-box-content .name {
      text-align: left; }
    .product-box-content .gift {
      line-height: 1.5; }
    .product-box-content .price .bonus {
      display: block;
      position: relative;
      margin-top: 5px; }*/
  .games-menu-col {
    width: calc(100%/4); }
    .games-menu-col .g-game-name {
      font-size: 14px;
      margin: 10px 0; }
  .tab-head .head-style {
    font-size: 14px; }
  .member-container .form-wrap ul{
      padding:2% 0%;
  }

    .member-container .overall {
        padding: 20px 0;
    }
  .member-container .game-info .g-title {
    display: block;
    width: 100%;
    margin: 5px auto;
    text-align: center; }
  .member-container .game-info .select-wrap {
    width: 100%;
    max-width: 300px; }
  .member-container .game-info .server {
    margin: 0 auto 30px; }
  .member-container .game-mobile-group .swiper-button-next,
  .member-container .game-mobile-group .swiper-container-rtl .swiper-button-prev {
    width:44px;
    background-image: url(/img/icon/button-right.png);
    background-size:100%;
    opacity: .8; }
  .member-container .game-mobile-group .swiper-button-prev,
  .member-container .game-mobile-group .swiper-container-rtl .swiper-button-next {
    width:44px;
    background-image: url(/img/icon/button-left.png);
    background-size:100%;
    opacity: .8; }
  .member-container .serial-number .frame {
    margin: 15px auto 50px; }
  .member-container .serial-box .left-side {
    padding: 20px 15px; }
  .member-container .serial-box .right-side {
    position: relative;
    width: 100%;
    height: 70px;
    border-top: 3px dashed #fff;
    border-left: none; }
  .member-container .serial-box .unite-title {
    margin-bottom: 20px; }
  .member-container .serial-box .emphasize {
    font-size: 16px; }
  .gamepage-contanier .games-content {
    margin-top: -40px; }
  .gamepage-contanier .games-classify {
    top: 55px; }
  .gamepage-contanier .unite-title.gamepage .title {
    font-size: 30px; }
    .gamepage-contanier .unite-title.gamepage .title:before {
      height: 13px; }
  .gamepage-contanier .slogan {
    font-size: 18px; }
  .gamepage-contanier .reservation-section .option-box {
    width: 100%; }
  .gamepage-contanier .reservation-section .option-box + .option-box {
    margin-top: 20px; }
  .gamepage-contanier .reservation-section .title {
    display: block;
    text-align: left;
    margin-bottom: 10px; }
  .gamepage-contanier .reservation-section .long-type {
    width: 100%; }
  .game-picture-slider-box .swiper-pagination-bullet {
    width: 40px; }
  .buy-container .success-icon {
    width: 200px; }
    .buy-container .success-icon img {
      width: 150px; }
  .buy-container .payment-detail {
    width: calc(100% - 206px); }
  .buy-container .product-photo-box {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 0 auto; }
  .buy-container .product-information {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-left: 0; }
    .buy-container .product-information .set-right {
      position: relative;
      margin-top: 15px; }
    .buy-container .product-information .gift {
      margin-bottom: 12px; }
  .support-container .support-frame {
    margin: 0 auto; }
  .support-container .question .post h2 {
    font-size: 16px; }
  .collapse-head {
    font-size: 16px; } }

@media screen and (max-width: 480px) {/*sm*/
  .input-style {
    height: 40px; }
  .yellow-button-L {
    width: 100%; }
  .media-type {
    width: 100%; }
  .game-box {
    max-width: 320px;
    margin: auto; }
  /*.product-box {
    min-height: 150px; }
  .product-box-pic {
    width: 130px; }
  .product-box-content {
    padding-right: 140px; }*/
  .games-menu-col {
    width: calc(100%/2); }
    .games-menu-col .g-game-name {
      font-size: 14px;
      margin: 10px 0; }
  .video-modal-wrap .btn-close {
    top: -40px;
    width: 30px; }
  .index-slider-wrap .swiper-pagination-bullet {
    width: 40px; }
  .index-slider .slider-box {
    padding-bottom: 130.67%; }
  .index-slider .swiper-button-prev, .index-slider .swiper-container-rtl .swiper-button-next {
    left: 10px; }
  .index-slider .swiper-button-next, .index-slider .swiper-container-rtl .swiper-button-prev {
    right: 10px; }
  .index-billboard {
    display: none; }
  .member-container .select-game-bg {
    max-height: 400px; }
  .member-container .form-row {
    margin-bottom: 15px; }
    .member-container .form-row.indent, .member-container .form-row.indent2 {
      padding-left: 0px; }
    .member-container .form-row .title {
      display: block;
      width: 100%;
      margin: 0 0 10px 0;
      text-align: left; }
    .member-container .form-row .long-type {
      display: block;
      width: 100%; }
      .member-container .form-row .long-type.long-type2 {
        width: 100%; }
    .member-container .form-row .short-type {
      width: calc((100% - 11px)/2); }
    .member-container .form-row .x-type {
      width: 110px; }
    .member-container .form-row .x-type2 {
      width: calc(100% - 116px); }
    .member-container .form-row .phone-type {
      width: 100%; }
    .member-container .form-row .phone-type2 {
        width: 100%;
    }
    .member-container .form-row .select-style {
      height: 40px; }
    .member-container .form-row .select-wrap:after {
      top: 6px; }
    .member-container .form-row .code-send {
        max-width: 100%;
    }

    .member-container .form-row .code-type {
        width: 100%;
    }
  .member-container .other-functions {
    margin-top: 25px; }
    .member-container .other-functions .function {
      width: 48%;
      margin-bottom: 10px;
      font-size: 14px; }
  .member-container p.pr {
    line-height: 2;
    padding-right: 90px; }
  .member-form-head {
    padding: 20px 15px;
    font-size: 18px; }
  .member-form-gap .btn-choose {
    top: 0px;
    padding: 5px 15px; }
  .qrcode-modal-wrap .qrcode-modal {
    width: 220px; }
  .games-large-banner .banner {
    padding-bottom: 130.67%; }
  .games-large-banner .video-player img {
    width: 30%; }
  .gamepage-contanier {
    /* 字太長的時候要縮小 */ }
    .gamepage-contanier .games-content {
      margin-top: -75px; }
    .gamepage-contanier .games-photo {
      width: 150px; }
    .gamepage-contanier .games-classify {
      top: 85px;
      width: 40px; }
    .gamepage-contanier .fluid-image {
      margin: 15px 0; }
    .gamepage-contanier .reservation-section {
      margin: 45px 0; }
      .gamepage-contanier .reservation-section .option-box {
        text-align: left;
        font-size: 18px; }
      .gamepage-contanier .reservation-section .phone-type {
        width: 100px; }
      .gamepage-contanier .reservation-section .phone-type2 {
        width: calc(100% - 106px); }
      .gamepage-contanier .reservation-section .select-style {
        height: 40px; }
      .gamepage-contanier .reservation-section .select-wrap:after {
        top: 6px; }
    .gamepage-contanier .brand-icon {
      width: 20px;
      vertical-align: -5px; }
    .gamepage-contanier .btn-reservation {
      font-size: 18px; }
    .gamepage-contanier .unite-title.gamepage .smaller-title {
      font-size: 24px; }
  .buy-container .link-group a + a {
    margin: 6px 0 0 0px; }
  .buy-container .success-icon {
    width: 100%;
    display: block; }
    .buy-container .success-icon img {
      width: 120px; }
  .buy-container .payment-detail {
    width: 100%;
    margin-top: 20px; }
  .buy-container .long-name, .buy-container .short-name {
    width: 100%;
    display: block;
    margin-bottom: 6px; }
  .buy-container .long-div, .buy-container .short-div {
    width: 100%;
    display: block; }
  .buy-container .select-style {
    height: 40px; }
  .buy-container .select-wrap:after {
    top: 6px; }
  .extra-board-head {
    font-size: 18px; }
  .extra-board-body {
    padding: 25px; }
    .extra-board-body .list {
      padding-left: 20px; }
  .support-container .short-name {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: left; }
  .support-container .short-div {
    width: 100%; }
  .support-container .indent {
    padding-left: 0px; }
  .support-container .question .post h2 {
    padding: 15px 42px 15px 15px; }
  .collapse-head {
    padding: 15px 42px 15px 15px; }
    .collapse-head .collapse-arrow {
      right: 15px;
      top: 16px; }
  .ask-head {
    padding: 15px 40px 15px 15px; }
  .ask-group .status {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
    transform: translateY(0); }
  .ask-group .system-number {
    padding-left: 30px;
    margin-bottom: 5px; }
  .ask-group .arrow img {
    width: 22px; }
  .chat-frame .side {
    width: 45px;
    height: 39px; }
  .chat-frame .chat-box {
    width: calc(100% - 60px); }
  .b-point-list {
    padding-left: 20px; }
  .b-point-list li {
    display: block;
    width: 100%;
    margin: 10px 0; }
  .step-support {
    text-align: left; }
  /* index 快速連結 */
  .index-quick-link.show {
    display: block; } 
  
  .buy-container .form-wrap .pay_box .subtitle{
      display:block!important;
  }
  .buy-container .form-wrap .pay_box .btn-billing{
      margin-left:0px !important;
  }
}

/*Payment 後支付說明*/
/*後支付說明*/
@media screen and (min-width: 481px) {
    .form-wrap .AFTEE {
        width: 800px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .form-wrap .AFTEE {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
}

.form-wrap .AFTEE .picture {
    width: 100%;
    height: auto;
    margin: 0 2% 0 0;
}

@media screen and (min-width: 481px) {
    .form-wrap .AFTEE #AFTEE_PC {
        display: inline;
    }

    .form-wrap .AFTEE #AFTEE_Mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .form-wrap .AFTEE #AFTEE_PC {
        display: none;
    }

    .form-wrap .AFTEE #AFTEE_Mobile {
        display: inline;
    }

        .form-wrap .AFTEE #AFTEE_Mobile img {
            width: 100%;
        }
}

.form-wrap .AFTEE h3 {
    width: 100%;
    margin: 3% 0 1% 0;
    font-family: "微軟正黑體";
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.form-wrap .AFTEE p {
    width: 100%;
    margin: 0 0 2% 0;
    font-family: "微軟正黑體";
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    text-align: left;
}

    .form-wrap .AFTEE p a {
        color: #333;
        text-decoration: underline;
    }

        .form-wrap .AFTEE p a:hover {
            color: #ff0000;
            text-decoration: underline;
        }

/*會員登入頁下方影片*/
.member-container .movie-AD {
    width: 100%;
    max-width: 640px;
    margin: 10px auto 30px auto;
}

    .member-container .movie-AD img {
        width: 100%;
    }
/*付款方式浮動按鈕-PC*/
#tab_method {
    position: fixed;
    z-index: 15;
    width: 118px;
    height: 118px;
    top: 45%;
    left: 0;
}

    #tab_method img {
        width: 100%;
    }
/*付款方式美版浮動按鈕*/
@media screen and (max-width: 650px) {
    /*付款方式美版浮動按鈕-手機*/
    #tab_method {
        position: fixed;
        z-index: 15;
        width: 18%;
        height: auto;
        top: 74%;
        right: 0
    }

        #tab_method img {
            width: 100%;
        }
}

#member-btn-area {
    float: right;
}

    #member-btn-area .member-btn {
        float: left;
        position: relative;
        padding: 6px 10px;
        margin: 0 0 5px 15px;
        background-color: #dedede;
        font-family: "微軟正黑體";
        font-size: 16px;
        line-height: 16x;
        color: #333;
        text-align: center;
        cursor: pointer;
    }

        #member-btn-area .member-btn a {
            color: #333;
            text-decoration: none;
        }

            #member-btn-area .member-btn a:hover {
                color: #000;
                text-decoration: none;
            }

.member-btn a.redPoint {
    padding-left: 15px;
}
    .member-btn a.redPoint:before {
        position: absolute;
        content: '';
        left: 9px;
        top: 12px;
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 51%;
    }



/*彈窗*/
.alert-model {
    position: fixed;
    z-index: 98;
    top: 20%;
    left: 25%;
    width: 50%;
    margin: 0;
    padding: 5% 5%;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
    -webkit-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
    box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
}

    .alert-model .alert-model-close {
        position: absolute;
        z-index: 99;
        width: 6%;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }

        .alert-model .alert-model-close img {
            width: 100%;
        }

    .alert-model p {
        width: 100%;
        margin: 0 0 2% 0;
        font-family: "微軟正黑體";
        font-size: 24px;
        line-height: 42px;
        color: #333;
        text-align: center;
        float: left;
    }

    .alert-model .alert-model-btn-area {
        width: 100%;
        margin: 5% 0 0 0;
        padding: 0;
        float: left;
    }

        .alert-model .alert-model-btn-area .alert-model-btn {
            width: 48%;
            margin: 0 0 0 2%;
            padding: 3% 0;
            background-color: #ccc;
            font-family: "微軟正黑體";
            font-size: 24px;
            line-height: 24px;
            font-weight: normal;
            color: #000;
            text-align: center;
            cursor: pointer;
            float: right;
        }

            .alert-model .alert-model-btn-area .alert-model-btn:last-child {
                margin: 0 !important;
            }

            .alert-model .alert-model-btn-area .alert-model-btn:hover {
                background-color: #bbb;
            }

            .alert-model .alert-model-btn-area .alert-model-btn.active {
                background-color: #fcc800;
            }

                .alert-model .alert-model-btn-area .alert-model-btn.active:hover {
                    background-color: #fcbe00;
                }

            .alert-model .alert-model-btn-area .alert-model-btn.center {
                margin: 0 auto !important;
                float: none !important;
            }
/*彈窗-結束*/



@media screen and (min-width:600px) and (max-width:979px) {

    .grid-col-3 {
        display: block;
        width: 100%;
    }

    .product-box {
        position: relative;
        width: 100%;
        padding: 2% 2%;
        margin: 0 0 2% 0;
        display: block;
        background-color: #fff;
        transition: .3s ease-out;
        border: 1px solid #ccc;
        cursor: pointer;
        float:left;
    }

    .special-bg2 {
        -moz-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
        -webkit-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
        box-shadow: 1px 1px 2px 4px rgba(100%,90%,0%,1.0) inset;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fce53a+0,ffffff+49 */
        background: rgb(252,229,58); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(252,229,58,1) 0%, rgba(255,255,255,1) 49%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 49%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce53a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .product-box:hover {
        border-bottom: 5px solid #ffcc00;
        -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
        box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    }

    .product-box-pic {
        width: 28%;
        display: inline;
        float: left;
    }
        /*商品圖亮遮罩*/
        .product-box-pic #light_upper3 {
            position: absolute;
            z-index: 7;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

            .product-box-pic #light_upper3 img {
                width: 100%;
            }


        .product-box-pic .pic {
            width: 100%;
            padding-bottom: 100%;
            background-repeat: no-repeat;
            background-position: center cneter;
            background-size: cover;
        }

            .product-box-pic .pic img {
                width: 100%;
            }
        /*金流ICON*/
        .product-box-pic .product-mark {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

        .product-box-pic .circle-mark {
            border-radius: 50px;
            display: inline-block;
            width: 20px;
            height: 20px;
            overflow: visible;
            background-repeat: no-repeat;
            background-position: center cneter;
            background-size: cover;
        }

            .product-box-pic .circle-mark img {
                width: 100%;
            }

    .product-box-content {
        float: left;
        width: 72%;
        display: block;
        margin: 0 0;
        padding: 0 0 0 20px;
        text-decoration: none;
    }

        .product-box-content .name {
            margin: 2% 0 2% 0;
            font-family: "微軟正黑體";
            line-height: 24px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            text-align: left;
            text-decoration: none;
        }

        .product-box-content .gift {
            clear: both;
            position: relative;
            padding: 0 0 0 32px;
            font-family: "微軟正黑體";
            font-size: 18px;
            line-height: 22px;
            font-weight: normal;
            color: #333;
            text-align: left;
        }

        .product-box-content .icon-gift {
            width: 22px;
            vertical-align: -4px;
        }

    .bold-red {
        font-size: 20px;
        color: #F00;
    }

    .product-box-content .price {
        width: 100%;
        position: relative;
        margin: 19% 0 0 0;
        color: #c1272d;
    }

        .product-box-content .price .sale {
            float: left;
            font-family: "微軟正黑體";
            font-size: 16px;
            color: #c1272d;
            text-align: left;
            display: inline;
        }

        .product-box-content .price .sale2 {
            float: left;
            font-family: "微軟正黑體";
            font-size: 15px;
            color: #333;
            text-align: left;
            display: inline;
        }

        .product-box-content .price .bonus {
            float: right;
            font-family: "微軟正黑體";
            font-size: 20px;
            line-height: 20px;
            text-align: right;
        }

    .limit_purchase {
        font-size: 12px !important;
        color: #F00;
    }

    /*個人專屬角標*/
    #corner {
        position: absolute;
        z-index: 8;
        width: 18%;
        margin: -2.5% 0 0 -2.5%;
        padding: 0;
    }

        #corner img {
            width: 100%;
        }

    /*儲值頁倒數計時樣式*/
    .product-box-content .countdown1 {
        clear: both;
        width: 100%;
        height: 32px;
        margin: 2% 0 2% 0;
        float: left;
    }

        .product-box-content .countdown1 .clock {
            width: 5%;
            margin: 0;
            display: inline;
        }

            .product-box-content .countdown1 .clock img {
                width: 100%;
            }

        .product-box-content .countdown1 .time {
            width: 50%;
            margin: 0 0 0 5px;
            display: inline;
        }

            .product-box-content .countdown1 .time .digit {
                height:100%;
                min-width:28px;
                width: auto;
                border-radius: 5px;
                margin: 0 1px 0 0;
                padding: 1% 1%;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 20px;
                line-height: 24px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

            .product-box-content .countdown1 .time .unit {
                width: auto;
                border-radius: 5px;
                padding: 0;
                margin: 0 1px 0 0;
                font-family: "微軟正黑體";
                font-size: 12px;
                line-height: 42px;
                font-weight: bold;
                color: #666;
                text-align: center;
                float: left;
            }
        /*韓版倒數樣式*/
        .product-box-content .countdown1 .clock_kr {
            width: auto;
            margin: 2% 2% 0 0;
            display: inline;
            float: left;
            font-family: "微軟正黑體";
            font-size: 12px;
            line-height: 13px;
            font-weight: normal;
            color: #333;
            text-align: center;
        }

        .product-box-content .countdown1 .time_kr {
            width: 90%;
            margin: 1.5% 0 0 0;
            display: inline;
            float: left;
        }

            .product-box-content .countdown1 .time_kr .digit {
                width: auto;
                min-width: 28px;
                height: 28px;
                margin: 0 4px 0 0;
                padding: 1% 1%;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 20px;
                line-height: 20px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

    .product-box-content .price .sale2_kr {
        float: left;
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #333;
        text-align: left;
        display: inline;
    }

    /*結帳頁倒數計時樣式*/
    #countdown2 {
        position: fixed;
        top: 20%;
        right: 0;
        width: 160px;
        height: auto;
        margin: 0 1% 0 0;
        padding: 1% 1% 1% 1.5%;
        border: 2px solid #ffcc00;
        border-radius: 5px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        float: left;
    }

        #countdown2 .timeout {
            width: 100%;
            margin: 1.5% 0 3% 0;
            font-family: "微軟正黑體";
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            color: #f00000;
            text-align: left;
            float: left;
        }

        #countdown2 .clock {
            clear:both;
            width: 12%;
            margin: 3% 1.5% 0 0;
            display: inline;
            float: left;
        }

            #countdown2 .clock img {
                width: 100%;
            }

        #countdown2 .time {
            width: auto;
            margin: 2% 0 0 0;
            padding: 0;
            display: inline;
            float: left;
        }

            #countdown2 .time .digit {
                min-width: 24px;
                height: 22px;
                border-radius: 5px;
                margin: 0 1px 0 0;
                padding: 0.5% 0;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 18px;
                line-height: 20px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

            #countdown2 .time .unit {
                width: auto;
                height: 22px;
                border-radius: 5px;
                padding: 0;
                margin: 0 1px 0 0;
                font-family: "微軟正黑體";
                font-size: 12px;
                line-height: 31px;
                font-weight: bold;
                color: #666;
                text-align: center;
                float: left;
            }

    /*結帳頁個人專屬角標*/
    #corner2 {
        position: absolute;
        z-index: 8;
        width: 12%;
        margin: -2.5% 0 0 -2.5%;
        padding: 0;
    }

        #corner2 img {
            width: 100%;
        }
    /*個人返利彈窗*/
    #pop_rebate {
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
        overflow: visible;
    }

        #pop_rebate #message {
            position: relative;
            z-index: 99;
            width: 90%;
            margin: 25% auto 0 auto;
            padding: 10% 5%;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
            -moz-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            -webkit-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            border: 6px solid #ffcc00;
        }

            #pop_rebate #message h5 {
                width: 100%;
                margin: 0 0 0 0;
                font-family: "微軟正黑體";
                font-size: 28px;
                line-height: 42px;
                color: #f00000;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message h6 {
                width: 100%;
                margin: 3% 0 0 0;
                font-family: "微軟正黑體";
                font-size: 24px;
                line-height: 42px;
                color: #333;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message p {
                width: 100%;
                margin: 8% 0 0 0;
                font-family: "微軟正黑體";
                font-size: 18px;
                line-height: 32px;
                color: #666;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message .close_btn {
                width: 50%;
                margin: 2% 25% 0 25%;
                padding: 2.5% 0;
                background-color: #666;
                font-family: "微軟正黑體";
                font-size: 24px;
                line-height: 24px;
                font-weight: normal;
                color: #FFF;
                text-align: center;
                cursor: pointer;
            }

                #pop_rebate #message .close_btn:hover {
                    position: relative;
                    bottom: 1px;
                    text-decoration: none;
                    background: rgb(102,102,102); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                }

                #pop_rebate #message .close_btn:active {
                    position: relative;
                    top: 2px;
                    text-decoration: none;
                    background: rgb(102,102,102); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                }





    /*彈窗*/
    .alert-model {
        position: fixed;
        z-index: 98;
        top: 20%;
        left: 10%;
        width: 80%;
        margin: 0;
        padding: 8% 5%;
        background-color: #fff;
        border: 1px solid #ccc;
        -moz-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
        -webkit-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
        box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
    }

        .alert-model .alert-model-close {
            position: absolute;
            z-index: 99;
            width: 8%;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }

            .alert-model .alert-model-close img {
                width: 100%;
            }

        .alert-model p {
            width: 100%;
            margin: 0 0 2% 0;
            font-family: "微軟正黑體";
            font-size: 24px;
            line-height: 42px;
            color: #333;
        }

    /*彈窗-結束*/


}


@media screen and (max-width: 599px) {


    .product-box {
        position: relative;
        width: 100%;
        padding: 2% 2%;
        margin: 0 0 2% 0;
        display: block;
        background-color: #fff;
        transition: .3s ease-out;
        border: 1px solid #ccc;
        cursor: pointer;
        float: left;
    }

    .special-bg2 {
        -moz-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
        -webkit-box-shadow: 1px 1px 2px 3px rgba(100%,90%,0%,1.0) inset;
        box-shadow: 1px 1px 2px 4px rgba(100%,90%,0%,1.0) inset;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fce53a+0,ffffff+49 */
        background: rgb(252,229,58); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(252,229,58,1) 0%, rgba(255,255,255,1) 49%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 49%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(252,229,58,1) 0%,rgba(255,255,255,1) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce53a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .product-box:hover {
        border-bottom: 5px solid #ffcc00;
        -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
        box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    }

    .product-box-pic {
        width: 32%;
        display: inline;
        float: left;
    }
        /*商品圖亮遮罩*/
        .product-box-pic #light_upper3 {
            position: absolute;
            z-index: 7;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

            .product-box-pic #light_upper3 img {
                width: 100%;
            }







        .product-box-pic .pic {
            width: 100%;
            padding-bottom: 100%;
            background-repeat: no-repeat;
            background-position: center cneter;
            background-size: cover;
        }

            .product-box-pic .pic img {
                width: 100%;
            }
        /*金流ICON*/
        .product-box-pic .product-mark {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

        .product-box-pic .circle-mark {
            border-radius: 50px;
            display: inline-block;
            width: 20px;
            height: 20px;
            overflow: visible;
            background-repeat: no-repeat;
            background-position: center cneter;
            background-size: cover;
        }

            .product-box-pic .circle-mark img {
                width: 100%;
            }

    .product-box-content {
        float: left;
        width: 68%;
        display: block;
        margin: 0 0;
        padding: 0 0 0 5px;
        text-decoration: none;
    }

        .product-box-content .name {
            margin: 2% 0 2% 0;
            font-family: "微軟正黑體";
            font-size: 20px;
            line-height: 24px;
            font-weight: bold;
            color: #000;
            text-align: left;
            text-decoration: none;
        }

        .product-box-content .gift {
            position: relative;
            padding: 0 0 0 23px;
            font-family: "微軟正黑體";
            font-size: 14px;
            line-height: 20px;
            font-weight: normal;
            color: #333;
            text-align: left;
        }

        .product-box-content .icon-gift {
            width: 18px;
            margin: 0 2% 0 0;
            vertical-align: -4px;
        }

    .bold-red {
        font-size: 18px;
        color: #F00;
    }

    .product-box-content .price {
        width: 100%;
        position: relative;
        margin: 9% 0 0 0;
        color: #c1272d;
    }

        .product-box-content .price .sale {
            float: left;
            font-family: "微軟正黑體";
            font-size: 16px;
            color: #c1272d;
            text-align: left;
            display: inline;
        }

        .product-box-content .price .sale2 {
            float: left;
            font-family: "微軟正黑體";
            font-size: 12px;
            color: #333;
            text-align: left;
            display: inline;
        }

        .product-box-content .price .bonus {
            float: right;
            font-family: "微軟正黑體";
            font-size: 16px;
            line-height: 16px;
            text-align: right;
        }

    .limit_purchase {
        font-size: 12px !important;
        color: #F00;
    }

    /*個人專屬角標*/
    #corner {
        position: absolute;
        z-index: 8;
        width: 18%;
        margin: -2.5% 0 0 -2.5%;
        padding: 0;
    }

        #corner img {
            width: 100%;
        }

    /*儲值頁倒數計時樣式*/
    .product-box-content .countdown1 {
        clear: both;
        width: 100%;
        height: auto;
        margin: 2% 0 2% 0;
        float: left;
    }

        .product-box-content .countdown1 .clock {
            width: 16px;
            margin: 0;
            display: inline;
        }

            .product-box-content .countdown1 .clock img {
                width: 100%;
            }

        .product-box-content .countdown1 .time {
            width: calc(100% - 30px);
            margin: 0 0 0 5px;
            display: inline;
        }

            .product-box-content .countdown1 .time .digit {
                min-width:18px;
                width: auto;
                border-radius: 5px;
                margin: 0 1px 0 0;
                padding: 0.7% 1% 0% 1%;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 15px;
                line-height: 20px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

            .product-box-content .countdown1 .time .unit {
                width: auto;
                border-radius: 5px;
                padding: 0;
                margin: 0 1px 0 0;
                font-family: "微軟正黑體";
                font-size: 12px;
                line-height: 32px;
                font-weight: bold;
                color: #666;
                text-align: center;
                float: left;
            }
        /*韓版倒數樣式*/
        .product-box-content .countdown1 .clock_kr {
            width: auto;
            margin: 2% 2% 0 0;
            display: inline;
            float: left;
            font-family: "微軟正黑體";
            font-size: 12px;
            line-height: 13px;
            font-weight: normal;
            color: #333;
            text-align: center;
        }

        .product-box-content .countdown1 .time_kr {
            width: 80%;
            margin: 1.5% 0 0 0;
            display: inline;
            float: left;
        }

            .product-box-content .countdown1 .time_kr .digit {
                width: auto;
                min-width: 22px;
                border-radius: 5px;
                margin: 0 4px 0 0;
                padding: 1% 1%;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 20px;
                line-height: 20px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

    .product-box-content .price .sale2_kr {
        float: left;
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #333;
        text-align: left;
        display: inline;
    }


    /*個人返利彈窗*/
    #pop_rebate {
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
        overflow: visible;
    }

        #pop_rebate #message {
            position: relative;
            z-index: 99;
            width: 94%;
            margin: 45% auto 0 auto;
            padding: 10% 3%;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
            -moz-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            -webkit-box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            box-shadow: 2px 2px 8px 2px rgba(0%,0%,0%,0.2);
            border: 6px solid #ffcc00;
        }

            #pop_rebate #message h5 {
                width: 100%;
                margin: 0 0 0 0;
                font-family: "微軟正黑體";
                font-size: 20px;
                line-height: 32px;
                color: #f00000;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message h6 {
                width: 100%;
                margin: 2% 0 0 0;
                font-family: "微軟正黑體";
                font-size: 22px;
                line-height: 32px;
                color: #333;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message p {
                width: 100%;
                margin: 8% 0 0 0;
                font-family: "微軟正黑體";
                font-size: 18px;
                line-height: 28px;
                color: #666;
                font-weight: normal;
                text-align: center;
            }

            #pop_rebate #message .close_btn {
                width: 50%;
                margin: 2% 25% 0 25%;
                padding: 2.5% 0;
                background-color: #666;
                font-family: "微軟正黑體";
                font-size: 24px;
                line-height: 24px;
                font-weight: normal;
                color: #FFF;
                text-align: center;
                cursor: pointer;
            }

                #pop_rebate #message .close_btn:hover {
                    position: relative;
                    bottom: 1px;
                    text-decoration: none;
                    background: rgb(102,102,102); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                }

                #pop_rebate #message .close_btn:active {
                    position: relative;
                    top: 2px;
                    text-decoration: none;
                    background: rgb(102,102,102); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                }

    /*結帳頁倒數計時樣式*/
    #countdown2 {
        position: fixed;
        top: 12%;
        right: 0;
        width: 160px;
        height: auto;
        margin: 0 1% 0 0;
        padding: 1% 1% 1% 1.5%;
        border: 2px solid #ffcc00;
        border-radius: 5px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        float: left;
    }

        #countdown2 .timeout {
            width: 100%;
            margin: 1.5% 0 3% 0;
            font-family: "微軟正黑體";
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            color: #f00000;
            text-align: left;
            float: left;
        }

        #countdown2 .clock {
            clear:both;
            width: 12%;
            margin: 3% 1.5% 0 0;
            display: inline;
            float: left;
        }

            #countdown2 .clock img {
                width: 100%;
            }

        #countdown2 .time {
            width: auto;
            margin: 2% 0 0 0;
            padding: 0;
            display: inline;
            float: left;
        }

            #countdown2 .time .digit {
                min-width: 24px;
                height: 22px;
                border-radius: 5px;
                margin: 0 1px 0 0;
                padding: 0.5% 0;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 18px;
                line-height: 20px;
                font-weight: normal;
                color: #ffffff;
                background: rgb(102,102,102); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
                text-align: center;
                float: left;
            }

            #countdown2 .time .unit {
                width: auto;
                height: 22px;
                border-radius: 5px;
                padding: 0;
                margin: 0 1px 0 0;
                font-family: "微軟正黑體";
                font-size: 12px;
                line-height: 31px;
                font-weight: bold;
                color: #666;
                text-align: center;
                float: left;
            }

    /*結帳頁個人專屬角標*/
    #corner2 {
        position: absolute;
        z-index: 8;
        width: 18%;
        margin: -2.5% 0 0 -2.5%;
        padding: 0;
    }

        #corner2 img {
            width: 100%;
        }



    #member-btn-area .member-btn {
        float: none;
    }





    /*彈窗*/
    .alert-model {
        position: fixed;
        z-index: 98;
        top: 20%;
        left: 10%;
        width: 80%;
        margin: 0;
        padding: 8% 6%;
        background-color: #fff;
        border: 1px solid #ccc;
        -moz-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
        -webkit-box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
        box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.2);
    }

        .alert-model .alert-model-close {
            position: absolute;
            z-index: 99;
            width: 10%;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }

            .alert-model .alert-model-close img {
                width: 100%;
            }

        .alert-model p {
            width: 100%;
            margin: 0 0 2% 0;
            font-family: "微軟正黑體";
            font-size: 20px;
            line-height: 36px;
            color: #333;
        }

        .alert-model .alert-model-btn-area .alert-model-btn{
            font-size:13px;

        }

    /*彈窗-結束*/


    .tab-head .redPoint:before {
        left: 5px;
        top: 5px;
    }

}
