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
}

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%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline sup;
    top: -0.5em sub;
    bottom: -0.25em
}

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%
}

body {
    position: relative;
    min-height: 100%
}

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

.container {
    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;
    background-color: #FAFAFA;
    padding-top: 140px;
    padding-bottom: 360px
}

.container.whiteBg {
    background-color: #fff
}

@media screen and (max-width: 790px) {
    .container {
        padding-top:60px;
        padding-bottom: 60px
    }

    .container.productContainer,.container.layoutContainer {
        padding-top: 0
    }

    .container iframe {
        display: none
    }
}

.container.insidePageContainer {
    -webkit-box-shadow: 0 0 10px #B3B3B3;
    box-shadow: 0 0 10px #B3B3B3;
    margin: 20px;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (max-width: 790px) {
    .container.insidePageContainer {
        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;
        padding: 0;
        padding-top: 60px;
        min-height: 100vh;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0
    }
}

.container main {
    max-width: 1500px;
    width: 100%
}

.container main.memberCenterContainer {
    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
}

.container section {
    padding: 0 45px
}

.container section.paddingTop {
    padding-top: 45px
}

@media screen and (max-width: 790px) {
    .container section.checkoutShipping,.container section.product,.container section.index,.container section.tabletPadding0,.container section.items {
        padding:0
    }

    .container section.paddingTop {
        padding-top: 40px
    }
}

.swiper-container {
    width: 100%
}

.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: #5cb85c;
    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.headerGray,header.headerProduct,header.headerRedWithNoSearch {
    display: none;
}
header {
    width: 100%;
    height: 140px;
    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: -webkit-gradient(linear, left top, left bottom, from(#008fbc), to(#008fbc));
    background: linear-gradient(#008fbc, #008fbc);
    position: fixed;
    top: 0;
    z-index: 99
}
.headerCom {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center

}
.headerCom a{
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url("../../fimg/back.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    top:0px;
    left:-35%;
}
@media screen and (max-width: 790px) {
    header {
        height:auto
    }

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

    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: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-image: url("../../fimg/back.png");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header.headerGray h2 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0;
        color: #fff;
    }

    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: 30px;
        height: 30px;
        background-size: 30px 30px;
        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: 30px;
        height: 30px;
        background-size: 30px 30px;
        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: #008fbc;
    }

    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: 2.5rem;
        font-weight: normal;
        margin: 0;
        color: #fff
    }

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

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

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: 120px;
    color: #fff;
    z-index: 100;
    padding: 10px 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
    }
}

header .header .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
}

header .header .headerTop ul.hide {
    display: none
}

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

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

header .header .headerTop ul li span:hover .qrcodeBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .header .headerTop ul li span .qrcodeBlock {
    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;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 100;
    top: 30px;
    -webkit-box-shadow: 0 0 5px rgba(112,112,112,0.5);
    box-shadow: 0 0 5px rgba(112,112,112,0.5);
    display: none;
    cursor: auto
}

header .header .headerTop ul li .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
}

header .header .headerTop ul li .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
}

header .header .headerTop ul li .line {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("../../fimg/v2/header/i-line.png");
    background-repeat: no-repeat;
    background-position: center center
}

header .header .headerTop ul li .facebook {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("../../fimg/v2/header/i-facebook.png");
    background-repeat: no-repeat;
    background-position: center center
}

header .header .headerTop .headerLeft,header .header .headerTop .headerRight {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .header .headerTop .headerLeft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

header .header .headerTop .headerRight {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .header .headerTop .headerRight ul li:nth-child(2) {
    width: 1px;
    height: 16px;
    background-color: #fff
}

header .header .headerTop .headerRight ul li a {
    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;
    color: #fff
}

header .header .headerTop .headerRight ul li a:hover {
    color: #F2C32A
}

header .header .headerTop .headerRight ul li a span:nth-child(1) {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("../../fimg/v2/header/default-i-self-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%
}

header .header .headerBottom {
    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: 75px;
    position: relative
}

@media screen and (max-width: 790px) {
    header .header .headerBottom {
        height:auto
    }
}

header .header .headerBottom .headerLogo {
    width: 250px;
    height: 55px;
    background-size: 250px 55px;
    background-image: url("../../fimg/v2/header/logo_v1.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0
}

@media screen and (max-width: 1260px) {
    header .header .headerBottom .headerLogo {
        width:200px;
        height: 44px;
        background-size: 200px 44px
    }
}

@media screen and (max-width: 790px) {
    header .header .headerBottom .headerLogo {
        display:none
    }
}

header .header .headerBottom .headerSearch {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

@media screen and (max-width: 1660px) {
    header .header .headerBottom .headerSearch {
        width:45%
    }
}

@media screen and (max-width: 1460px) {
    header .header .headerBottom .headerSearch {
        width:40%
    }
}

@media screen and (max-width: 1260px) {
    header .header .headerBottom .headerSearch {
        width:45%;
        margin-left: 5%
    }
}

@media screen and (max-width: 1060px) {
    header .header .headerBottom .headerSearch {
        width:50%
    }
}

@media screen and (max-width: 860px) {
    header .header .headerBottom .headerSearch {
        width:45%
    }
}

@media screen and (max-width: 790px) {
    header .header .headerBottom .headerSearch {
        width:100%;
        margin-left: 0;
        margin-right: 10px
    }
}

header .header .headerBottom .headerSearch .headerKeywords {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    margin-top: 5px
}

@media screen and (max-width: 790px) {
    header .header .headerBottom .headerSearch .headerKeywords {
        display:none
    }
}

header .header .headerBottom .headerSearch .headerKeywords a {
    margin-right: 10px;
    color: #fff
}

header .header .headerBottom .headerSearch .headerKeywords a:hover {
    color: #F2C32A
}

header .header .headerBottom .headerNotification {
    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;
    position: absolute;
    right: 0
}

@media screen and (max-width: 790px) {
    header .header .headerBottom .headerNotification {
        position:relative
    }
}

header .header .headerBottom .headerNotification .noteIcon {
    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: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 5px
}

header .header .headerBottom .headerNotification .noteIcon:hover {
    background-color: #DCE3BE;
}

header .header .headerBottom .headerNotification .noteIcon:nth-child(1) a {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    background-image: url("../../fimg/v2/header/header-i_1.png");
    background-repeat: no-repeat;
    background-position: center center
}

header .header .headerBottom .headerNotification .noteIcon:nth-child(2) a {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    background-image: url("../../fimg/v2/header/header-i_2.png");
    background-repeat: no-repeat;
    background-position: center center
}

header .header .headerBottom .headerNotification .noteIcon:nth-child(3) a {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    background-image: url("../../fimg/v2/header/header-i_3.png");
    background-repeat: no-repeat;
    background-position: center center
}

header .header .headerBottom .headerNotification .noteIcon:nth-child(4) a {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    background-image: url("../../fimg/v2/header/header-i_4.png");
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width: 790px) {
    header .header .headerBottom .headerNotification .noteIcon:nth-child(4) {
        display:none
    }
}

header .header .headerBottom .headerNotification .noteIcon:nth-child(1) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(2) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(3) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(4) a {
    display: block
}

@media screen and (max-width: 1260px) {
    header .header .headerBottom .headerNotification .noteIcon:nth-child(1) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(2) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(3) a,header .header .headerBottom .headerNotification .noteIcon:nth-child(4) a {
        width:30px;
        height: 30px;
        background-size: 30px 30px
    }
}

@media screen and (max-width: 1260px) {
    header .header .headerBottom .headerNotification .noteIcon {
        width:40px;
        height: 40px;
        margin: 0
    }
}

header .header .headerBottom .headerNotification .noteIcon a {
    position: relative
}

@media screen and (max-width: 1260px) {
    header .header .headerBottom .headerNotification .noteIcon a {
        margin:0 5px
    }
}

header .header .headerBottom .headerNotification .noteIcon a span {
    display: block;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #F2C32A;
    color: crimson;
    text-align: center;
    font-weight: bold
}

header .searchBar {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 5px
}

header .searchBar input {
    width: 90%;
    height: 20px;
    font-size: 1.6rem;
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    padding: 0;
    color: #000
}

header .searchBar input::-webkit-input-placeholder {
    color: #999999;
    font-weight: 700
}

header .searchBar input:-ms-input-placeholder {
    color: #999999;
    font-weight: 700
}

header .searchBar input::-ms-input-placeholder {
    color: #999999;
    font-weight: 700
}

header .searchBar input::placeholder {
    color: #999999;
    font-weight: 700
}

header .searchBar input:focus {
    outline: 0
}

header .searchBar span {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url("../../fimg/v2/header/i-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

header .searchBar .keywordList {
    width: 100%;
    position: absolute;
    top: 37px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px #B3B3B3;
    box-shadow: 0 0 10px #B3B3B3;
    display: none
}

header .searchBar .keywordList.visible {
    display: block
}

@media screen and (max-width: 790px) {
    header .searchBar .keywordList {
        position:fixed;
        top: 60px;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

header .searchBar .keywordList a {
    display: block;
    font-size: 14px;
    color: #4D4D4D;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
    position: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial
}

header .searchBar .keywordList a:last-child {
    border: none
}

@media screen and (max-width: 790px) {
    header .searchBar .keywordList a {
        padding:5px 10px
    }
}

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: 350px;
    background-color: #DCE3BE;
    position: absolute;
    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 .bgLeft {
    left: -100px;
    bottom: -30px
}

footer .footerWrap .bgRight {
    right: -120px;
    top: -30px
}

footer .footerWrap .bgLeft,footer .footerWrap .bgRight {
    width: 150px;
    position: absolute
}

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

footer .footerWrap .footerBlock:first-child {
    padding: 0
}

footer .footerWrap .footerBlock:last-child {
    width: 280px
}

@media screen and (max-width: 1260px) {
    footer .footerWrap .footerBlock {
        width:15%;
        padding: 0 10px
    }

    footer .footerWrap .footerBlock:first-child {
        width: 20%
    }

    footer .footerWrap .footerBlock:last-child {
        width: 30%
    }
}

footer .footerWrap .footerBlock img {
    width: 100%
}

footer .footerWrap .footerBlock h3 {
    color: #4D4D4D;
    font-size: 1.8rem
}

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: 25%
}

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

footer .footerIconBlock p {
    font-size: 1rem;
    margin: 0;
    color: gray;
    font-weight: bold
}

footer .footerIconBlock p.actived {
    color: crimson
}
.footer-block{
    background: #dce3be;
}
@media only screen and (max-width: 640px){
    .footer-block{
        display: none;
    }
}