html {
    background-color: #fff;
}

.space {
    display: block;
    height: 24px;
    margin: 0 auto;
}


/*kv圖*/

.kvBox,
.kvBox-m {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.kvBox img,
.kvBox-m img {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
}

.kvBox {
    display: block;
    background: #140929 url(../img/kvBg.jpg) center bottom no-repeat;
    background-size: cover;
    overflow:hidden;
}

.kvBox-m {
    display: none;
}

.kvList {
    width: 100%;
    height: 586px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}


/*活動主標*/

.topicArea {
    padding-top: 20px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}

.lightArea {
    position: absolute;
    z-index: 1;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;


    overflow:hidden;
}
.lightBox{
    display: block;
    /*background: url(../img/lightBg.png) center center no-repeat;
    background-size: cover;*/
    margin:0 auto; 


}
.lightBox img{
    display: block;
    width:130%;
    height: 130%;
    margin-top:-50%;
    margin-left:-15%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    -webkit-animation: light 15s infinite;
    animation: light 15s infinite;
    position: relative;
}
@keyframes light {
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
.topicArea .voteTopic {
    display: block;
    max-width: 540px;
    margin: 0 auto;
}

.topicArea .prodTopic {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    -webkit-animation-duration: 1.5s;
}


/*投票主視覺圖塊*/

.kvList .imgBox {
    width: 300px;
    height: 586px;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 -2px;
}

.kvList .imgBox.kv-voteimg0 {
    background: url(../img/kv-voteimg0.jpg) center center no-repeat;
    background-size: cover;
}

.kvList .imgBox.kv-voteimg1 {
    background: url(../img/kv-voteimg1.jpg) center center no-repeat;
    background-size: cover;
}

.kvList .imgBox.kv-voteimg2 {
    background: url(../img/kv-voteimg2.jpg) center center no-repeat;
    background-size: cover;
}

.kvList .imgBox.kv-voteimg3 {
    background: url(../img/kv-voteimg3.jpg) center center no-repeat;
    background-size: cover;
}

.kvList .imgBox.kv-voteimg4 {
    background: url(../img/kv-voteimg4.jpg) center center no-repeat;
    background-size: cover;
}

.kvList .imgBox.kv-voteimg5 {
    background: url(../img/kv-voteimg5.jpg) center center no-repeat;
    background-size: cover;
}

.kvList>div article {
    display: block;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kvList>div article h2 {
    font: normal 20px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    margin: 0 auto 5px;
    padding: 0;
    color: #fff;
}

.kvList>div article .getTktNum {
    font: 400 50px/1.2 Helvetica, Arial, sans-serif;
    color: #6be5ff;
    margin: 0 auto;
    padding: 0;
    display: block;
    letter-spacing: -2px;
}

.kvList>div article .getTktNum b {
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}


/*首頁主視覺*/

.kvframe {
    width: 100%;
    height: 586px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#kvL,
#kvR {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 50%;
    height: 586px;
    overflow: hidden;
}

#kvL {
    left: 0;
}

#kvR {
    right: 0;
}

#kvL div,
#kvR div {
    display: block;
    width: 100%;
    height: 100%;
}

#kvL div span,
#kvR div span {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
}

#kvL div span b,
#kvR div span b {
    display: block;
    width: 400px;
    height: 100px;
    margin: 0 auto 40px;
}

.locate0 {
    background: url(../img/locate0.jpg) center center no-repeat;
    background-size: cover;
}

.locate1 {
    background: url(../img/locate1.jpg) center center no-repeat;
    background-size: cover;
}

.locate2 {
    background: url(../img/locate2.jpg) center center no-repeat;
    background-size: cover;
}

.locate3 {
    background: url(../img/locate3.jpg) center center no-repeat;
    background-size: cover;
}

.locate4 {
    background: url(../img/locate4.jpg) center center no-repeat;
    background-size: cover;
}

.locate5 {
    background: url(../img/locate5.jpg) center center no-repeat;
    background-size: cover;
}

.name0 {
    background: url(../img/name0.png) center center no-repeat;
    background-size: cover;
}

.name1 {
    background: url(../img/name1.png) center center no-repeat;
    background-size: cover;
}

.name2 {
    background: url(../img/name2.png) center center no-repeat;
    background-size: cover;
}

.name3 {
    background: url(../img/name3.png) center center no-repeat;
    background-size: cover;
}

.name4 {
    background: url(../img/name4.png) center center no-repeat;
    background-size: cover;
}

.name5 {
    background: url(../img/name5.png) center center no-repeat;
    background-size: cover;
}

.List {
    width: 100%;
    height: 586px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.slick-slider {
    margin-bottom: 0;
}

.max1400Box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.hideBox {
    display: none;
}


/*標題*/

.titleBox {
    width: 100%;
    margin: -24px auto 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.titleBox1 {
    width: 100%;
    margin: 0 auto 10px;
    padding: 30px 0 0;
    text-align: center;
}

.pinkTitle {
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    display: inline-block;
}

.pinkTitle strong {
    background-color: #fa38c5;
    font: normal 28px/1 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 6px 30px;
}

.pinkTitle:before,
.pinkTitle:after {
    content: '';
    width: 30px;
    height: 32px;
    display: inline-block;
    vertical-align: -2px;
}

.pinkTitle:before {
    background: url(../img/title-left.png) center center no-repeat;
    background-size: cover;
}

.pinkTitle:after {
    background: url(../img/title-right.png) center center no-repeat;
    background-size: cover;
}


/*活動說明*/

.leftBox,
.rightBox {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

.rightBox {
    border-left: 1px solid #fa38c5;
    border-top: 0;
}

.eventInfo {
    color: #333;
    font: bold 24px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    display: block;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

.schList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.schList li {
    display: inline-block;
    font: normal 14px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #8001a3;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
}

.schList li b {
    display: block;
    max-width: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 8px;
    background-color: #fa38c5;
}

.schList li b img,
.schList li .arraw1 img,
.schList li .plus1 img {
    display: block;
    width: 100%;
}

.schList li .arraw1,
.schList li .plus1 {
    display: inline-block;
    width: 48px;
    vertical-align: middle;
}


/*投票區域*/

.voteArea {
    margin: 0 auto;
    padding: 30px 0;
}

.voteArea.area0 {
    background: url(../img/area0.jpg) center center no-repeat;
    background-size: cover;
}

.voteArea.area1 {
    background: url(../img/area1.jpg) center center no-repeat;
    background-size: cover;
}

.voteArea.area2 {
    background: url(../img/area2.jpg) center center no-repeat;
    background-size: cover;
}

.voteArea.area3 {
    background: url(../img/area3.jpg) center center no-repeat;
    background-size: cover;
}

.voteArea.area4 {
    background: url(../img/area4.jpg) center center no-repeat;
    background-size: cover;
}

.voteArea.area5 {
    background: url(../img/area5.jpg) center center no-repeat;
    background-size: cover;
}

.bigImg {
    display: block;
    width: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.voteBox {
    width: 60%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background-color: rgba(75, 33, 149, 0.9);
    border: 1px solid #5e2db6;
    margin: 30px 0 0 0;
    padding: 15px;
    color: #fff;
}

.voteBox h3 {
    font: normal 30px/1 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    margin: 0 auto 10px;
}

.voteBox p {
    margin: 0 auto 10px;
    font: normal 14px/1 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.voteBox span.getTktNum {
    font: 400 40px/1.2 Helvetica, Arial, sans-serif;
    color: #6be5ff;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    letter-spacing: -2px;
}

.voteBox span.getTktNum b {
    font: normal 14px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.voteBox .btnBox {
    position: relative;
    margin: 0 auto;
}

.voteBox .btnBox .voteBtn,
.voteBox .btnBox .votedBtn,
.voteBox .btnBox .linkBtn:link,
.voteBox .btnBox .linkBtn:visited {
    width: 22%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font: normal 18px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    background-color: #ff3b72;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}
.voteBox .btnBox .votedBtn{background-color:#666;box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);cursor: default;}
.voteBox .btnBox .smlImg {
    display: block;
    width: 50%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: -30px;
}


/* c26模組專用 */

.group-type-ph {
    text-align: left;
    margin: 0 auto;
    padding: 0
}

.ph {
    display: inline-block;
    width: 20%;
    margin: 0 -1px 8px -2px;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}

.ph>a {
    display: block;
    margin: 0 auto 8px;
    padding: 8px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.ph>a .ph-img {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
}

.ph>a .ph-img img {
    display: block;
    border: 0;
    width: 100%;
}

.ph>a:link .ph-title,
.ph>a:visited .ph-title {
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0 0 8px;
    text-decoration: none;
}

.ph>a:hover {
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.ph>a:hover .ph-title {
    color: #ff6600;
}

.ph>a .ph-detail {
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #333;
}

.ph>a>.price {
    display: block;
    text-align: right;
    padding: 0 8px 8px;
    font: bold 16px/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color: #f91d56;
}

.ph>a>.price span {
    letter-spacing: -1px;
    font: 700 20px/1.4 Verdana, arial, "微軟正黑體", sans-serif;
}

.ph>a>.ph-feature {
    display: none;
}

.ph>a>.ph-detail {
    font: normal 13px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #1e3fac;
    margin: 0 auto 8px;
}

.moreBtn:link,
.moreBtn:visited {
    font: normal 14px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #fff;
    background-color: #eb5b12;
    text-decoration: none;
    display: block;
    padding: 8px;
    text-align: right;
}

.moreBtn1:link,
.moreBtn1:visited {
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    border-left: 1px solid #ff6000;
    width: 80%;
    display: block;
    padding: 8px;
    text-align: left;
    margin-bottom: 15px;
}

.moreBtn1:hover {
    background-color: #ff6000;
    text-decoration: none;
    border-left: 1px solid #ff6000;
}

.spline {
    border-bottom: 1px dashed #ff7200;
    padding-top: 0;
    margin-bottom: 30px;
}

.prodArea {
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    background: url(../img/bg1.jpg) center top repeat-y;
    background-size: 100%;
}

.prodListArea {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.prodListArea1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}


/* c23模組專用 */

q:before,
q:after {
    content: "";
}

*+html .carrier li {
    min-height: 1%;
}

.carrier li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.intro-anchors {
    display: none;
}

.carrier {
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    text-align: center;
}

.carrier>h4 {
    margin: 0 auto;
    display: inline-block;
    clear: both;
    text-align: center;
    position: relative;
}

.carrier>h4 em {
    background-color: #fa38c5;
    color: #fff;
    font: 700 24px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 4px 20px;
    vertical-align: middle;
    display: inline-block;
}

.carrier>h4:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../img/title-left.png) left top no-repeat;
    vertical-align: middle;
}

.carrier>h4:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../img/title-right.png) right top no-repeat;
    vertical-align: middle;
}

.carrier>h4 .txt-high strong {
    color: #fff;
    font: 700 24px/46px "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.carrier>ul {
    padding: 5px 0 0;
    margin: 0 auto 24px;
    width: 96%;
}

.carrier>ul>li {
    list-style-type: none;
    padding: 1em;
    margin: 0 auto 16px;
    font: normal 116%/1.4 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    background: url(images/tota1_icon1.gif) no-repeat 10px 10px;
    text-align: left;
    border-bottom: 1px dotted #666;
    background-color: #fff;
}


/*.carrier li:last-child{border:none;}*/

.carrier ul>li>a {
    text-decoration: none;
    font: normal 14px/1.4 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #1e3fac;
    letter-spacing: 1px;
    display: block;
}

.carrier ul>li>a>strong {
    font: bold 18px/1.4 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    display: block;
    color: #000;
    margin: 0 auto;
}

.carrier ul>li>a:hover strong {
    color: #ff5a00;
    text-decoration: none;
}

.carrier .box-head {
    display: none;
    /*border-bottom:2px solid #800033; margin-top:-4px;*/
}

.carrier ul>li>a>em.price {
    display: inline-block;
    font: normal 100%/1.4 "微軟正黑體", "Microsoft JhengHei", Verdana, sans-serif;
    color: #f91d56;
    float: right;
}

.carrier ul>li>a>em.price span,
.carrier ul>li>a>em.price var {
    font: 700 126%/1.4 Verdana, arial, "微軟正黑體", sans-serif;
    letter-spacing: -1px;
}

.scroll2top:link,
.scroll2top:visited {
    display: none!important;
    height: 84px;
    width: 79px;
    margin-left: 928px;
    bottom: 90px;
}


/*票券c26*/

.tktProd {
    margin: 0 auto 20px;
    padding: 15px 0;
    overflow: hidden;
}

.tktProd .ph {
    display: block;
    width: 25%;
    margin: 0 auto 8px;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

.tktProd .ph>a {
    display: block;
    margin: 0 auto 8px;
    padding: 0;
    border: 1px solid #ff5a00;
    background-color: #687396;
}

.tktProd .ph>a>.ph-img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.tktProd .ph>a>.ph-img img {
    display: block;
    border: 0;
    width: 100%;
}

.tktProd .ph>a:link .ph-title,
.tktProd .ph>a:visited .ph-title {
    font: normal 18px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    margin-bottom: 15px;
}

.tktProd .ph>a>.price {
    display: block;
    text-align: right;
    padding: 0 8px 8px;
    font: normal 14px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #ffc000;
}

.tktProd .ph>a>.price span {
    font-size: 20px;
}

.tktProd .ph>a>.ph-feature,
.tktProd .ph>a>.ph-detail {
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0 auto;
    font: normal 13px/1.6 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #fff;
}


/*注意事項*/

.noteTitle {
    font: bold 18px/1.6 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #5f019b;
    margin: 0 auto 5px;
    padding-top: 10px;
}

.eventNote {
    list-style: decimal;
    margin: 0 auto 24px;
    padding: 0 30px;
}

.eventNote>li {
    font: normal 15px/1.6 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #222;
    margin: 0 auto 5px;
    padding: 0 0 0;
}


/*黏住的*/

.stickBox {
    position: fixed;
    z-index: 110;
    right: 0;
    top: 30%;
    padding: 10px;
    background: url(../img/stickBg.gif) left top repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.stickBox .stickList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.stickBox .stickList li {
    color: #fff;
    border-top: 1px dotted #fff;
    font: normal 15px/1.6 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 5px 0;
    cursor: pointer;
}

.stickBox .stickList li:hover {
    color: #fdff33;
}

.stickBox .stickList li:first-child {
    border: 0;
}