html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent;
}

a:active, a:hover {
    outline: 0;
    color: lightgrey;
    text-decoration-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,
    monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td, table th {
    padding: 0
}

html, body {
    font-family: 'Microsoft JhengHei', serif;
    letter-spacing: 1px;
    font-size: 62.5%
}

html {
    height: 100%
}

a {
    color: inherit;
    text-decoration: none
}

.loadMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.loadMore.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loadMoreBtn {
    width: 300px;
    background-color: crimson;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px;
    margin: 30px 0;
    cursor: pointer
}

.loadMoreBtn:hover {
    opacity: 0.8
}
/*
@media screen and (max-width: 400px) {
    .loadMoreBtn {
        width: 80%;
        font-size: 1.4rem;
        padding: 5px 0
    }
}
*/
header {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    position: fixed;
    top: 0;
    z-index: 99
}

header.headerGray, header.headerProduct, header.headerRedWithNoSearch {
    display: none
}
/*
@media screen and (max-width: 790px) {
    header {
        height: auto
    }

    header.headerGray {
        display: block;
        height: 60px;
        background: #F2F2F2
    }

    header.headerGray .headerWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header.headerGray a {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url("../../fimg/v2/header/arrow-red-back.png");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header.headerGray h2 {
        font-size: 2rem;
        font-weight: normal;
        margin: 0;
        color: #4D4D4D
    }

    header .prePage {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/arrow-white.png");
        background-repeat: no-repeat;
        background-position: center center;
        left: 10px
    }

    header .goNotice {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url("../../fimg/v2/header/header-i_1.png");
        background-repeat: no-repeat;
        background-position: center center;
        right: 50px
    }

    header .goCart {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/i-cart.png");
        background-repeat: no-repeat;
        background-position: center center;
        right: 10px
    }

    header .goOrder {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url("../../fimg/v2/header/header-i_3.png");
        background-repeat: no-repeat;
        background-position: center center;
        right: 10px
    }

    header .noticeNum {
        display: none;
        font-size: 1.2rem;
        border-radius: 10px;
        padding: 3px;
        position: absolute;
        top: -5px;
        right: 2px;
        background-color: #F2C32A;
        color: crimson;
        text-align: center;
        font-weight: bold
    }

    header.headerProduct, header.headerRedWithNoSearch {
        display: block;
        height: 60px;
        background: #d63d35
    }

    header.headerProduct .headerWrap, header.headerRedWithNoSearch .headerWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header.headerProduct .headerWrap a, header.headerRedWithNoSearch .headerWrap a {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header.headerProduct {
        -webkit-transition: .5s;
        transition: .5s
    }

    header.headerProduct .headerWrap > span {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/i-share.png");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 50px
    }

    header.headerProduct .headerWrap h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 500px;
        height: 22px;
        margin: 0;
        font-size: 1.6rem;
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px
    }
}
*/
/*
@media screen and (max-width: 790px) and (max-width: 640px) {
    header.headerProduct .headerWrap h2 {
        width: 400px
    }
}

@media screen and (max-width: 790px) and (max-width: 560px) {
    header.headerProduct .headerWrap h2 {
        width: 300px
    }
}

@media screen and (max-width: 790px) and (max-width: 480px) {
    header.headerProduct .headerWrap h2 {
        width: 250px
    }
}

@media screen and (max-width: 790px) and (max-width: 400px) {
    header.headerProduct .headerWrap h2 {
        width: 200px
    }
}

@media screen and (max-width: 790px) and (max-width: 360px) {
    header.headerProduct .headerWrap h2 {
        width: 175px
    }
}

@media screen and (max-width: 790px) {
    header.headerProduct.transparentBg {
        background: transparent
    }

    header.headerProduct.transparentBg .headerWrap a.prePage {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/arrow-white-opacity.png");
        background-repeat: no-repeat;
        background-position: center center
    }

    header.headerProduct.transparentBg .headerWrap a.goCart {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/i-cart-opacity.png");
        background-repeat: no-repeat;
        background-position: center center
    }

    header.headerProduct.transparentBg .headerWrap > span {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/i-share-opacity.png");
        background-repeat: no-repeat;
        background-position: center center
    }

    header.headerProduct.transparentBg .headerWrap h2 {
        opacity: 0
    }

    header.headerRedWithNoSearch .headerWrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header.headerRedWithNoSearch .headerWrap h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: 80%;
        font-size: 2rem;
        font-weight: normal;
        margin: 0;
        color: #fff
    }

    header.headerRedWithNoSearch .headerWrap .goNotice {
        right: 80px
    }

    header.headerRedWithNoSearch .headerWrap .goCart {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/v2/header/i-cart.png");
        background-repeat: no-repeat;
        background-position: center center;
        right: 40px
    }
}
*/

header .headerWrap {
    width: 100%;
    height: 100%;
    position: relative
}

header .headerBg {
    position: absolute;
    z-index: -1
}
/*
@media screen and (max-width: 790px) {
    header .headerBg {
        display: none
    }
}
*/
/*
header .headerBg.headerLeftBg{width:700px;height:100%;background-size:700px 100%;background-image:url("../../fimg/v2/header/header-left-bg.png");background-repeat:no-repeat;background-position:center center;left:0}
header .headerBg.headerRightBg{width:128px;height:128px;background-size:128px 128px;background-image:url("../../fimg/v2/header/header-right-bg.png");background-repeat:no-repeat;background-position:center center;top:50%;right:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
 */
header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    color: #fff;
    z-index: 100;
    padding: 0 0
}
/*
@media screen and (max-width: 790px) {
    header .header {
        height: auto
    }
}
*/
header .header .headerTop, header .header .headerBottom {
    max-width: 1200px;
    width: 100%
}
/*
@media screen and (max-width: 1660px) {
    header .header .headerTop, header .header .headerBottom {
        max-width: 1100px
    }
}

@media screen and (max-width: 1460px) {
    header .header .headerTop, header .header .headerBottom {
        max-width: 900px
    }
}

@media screen and (max-width: 1260px) {
    header .header .headerTop, header .header .headerBottom {
        max-width: 70%
    }
}

@media screen and (max-width: 1060px) {
    header .header .headerTop, header .header .headerBottom {
        max-width: 90%
    }
}
*/
header .header .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    margin-bottom: 10px
}
/*
@media screen and (max-width: 790px) {
    header .header .headerTop {
        display: none
    }
}
*/

.headerTop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.headerTop span {
    display: block;
    cursor: pointer;
    position: relative
}

.header .headerTop ul li {
    font-size: 1.6rem;
    margin: 5px 5px
}

.egoPlayLogo {
    width: 75px;
    height: 42px;
    background-size: 75px 42px;
    background-repeat: no-repeat;
    background-position: center center
}

.showQR {
    position: relative;
    display: flex;
    cursor: pointer;
}

.hidQR {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -75%);
    display: block;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0
}

footer.tabletD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #120725;
    overflow: hidden
}


footer.tabletM {
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
    position: fixed;
    padding: 5px 0;
    border-top: 1px solid #B3B3B3;
    z-index: 99;
    display: none
}

/*
@media screen and (max-width: 790px) {
    footer.tabletD {
        display: none
    }

    footer.tabletM {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
*/

footer .footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    position: relative
}

footer .footerWrap .footerBlock {
    width: 50%;
    padding: 0 20px
}

footer .footerWrap .footerBlock h3 {
    color: #FFFFFF;
    font-size: 1.3rem
}

footer .footerWrap .footerBlock a {
    color: #4D4D4D
}

footer .footerWrap .footerBlock p {
    font-size: 1.4rem;
    color: #666666;
    margin: 10px 0
}


footer .footerWrap .footerBlock .appWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

footer .footerWrap .footerBlock .appWrap .qrcode {
    width: 50%
}

footer .footerWrap .footerBlock .appWrap .qrcode a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footerWrap .footerBlock .appWrap .qrcode img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px
}

footer .footerWrap .footerBlock .appWrap .qrcode span {
    display: block
}

footer .footerWrap .footerBlock .appWrap .qrcode span.googlePlay {
    width: 72px;
    height: 20px;
    background-size: 72px 20px;
    background-image: url("../../fimg/v2/header/google-play.png");
    background-repeat: no-repeat;
    background-position: center center
}

footer .footerWrap .footerBlock .appWrap .qrcode span.appStore {
    width: 72px;
    height: 20px;
    background-size: 72px 20px;
    background-image: url("../../fimg/v2/header/app-store.png");
    background-repeat: no-repeat;
    background-position: center center
}

footer .footerIconBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%
}

footer .footerIconBlock img {
    width: 40%;
    max-width: 30px;
    margin-bottom: 3px
}

footer .footerIconBlock p {
    font-size: 1rem;
    margin: 0;
    color: rgb(128, 128, 128);
    font-weight: bold
}

footer .footerIconBlock p.actived {
    color: crimson
}

