/* Minification failed. Returning unminified contents.
(3874,1): run-time error CSS1019: Unexpected token, found '}'
 */
@charset "UTF-8";

html {
    height: 100%;
}

body {
    overflow-x:hidden;
    background-color: #FBFBFB !important;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    text-align: justify;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: "arial","PingFang HK Regular", "PingFang HK Medium", "PingFang HK Light", "PingFang HK Semibold", "PingFang HK Thin", "PingFang HK Ultralight","Microsoft JhengHei" !important;
}
footer{
    background-color:white;
}
header {
    flex: 0 0 auto;
}

footer {
    flex: 0 0 auto;
    z-index: 2;
}

.main_content_fs {
    flex: 1 0 auto;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: #4B4B4C!important;
}

    a:hover {
        text-decoration: none !important;
        color: #4B4B4C;
    }

select:active, select:hover, select:focus {
    outline: none;
}

input:active, input:hover, input:focus,button:focus {
    outline: none;
}

button:active, button:hover,button:focus {
    outline: none;
}

textarea:active, textarea:hover, textarea:focus {
    outline: none;
}

::selection {
    text-shadow: none;
    color: #fff;
    background-color: #7D184D;
}

.row::before {
    content: none !important;
}

.disable_fs {
    opacity: 0.5;
}

.content_position_no_map_fs {
    padding-top: 180px;
}

.content_position_fs {
    padding-top: 220px;
}

.title_rank_0_fs {
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
}

.title_rank_1_fs {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
}

.title_rank_2_fs {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
}

.purplr_number_fs {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0em;
    color: #7D184D;
}

.sub_info_fs {
    font-weight: normal !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #9B9B9B !important;
}

.normal_text_fs {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
}

.item_left_fs {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #9B9B9B !important;
    padding-right: 8px;
    min-width: 70px;
}

.item_right_fs {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
}

.black_btn_fs {
    position: relative;
    width: 140px;
    height: 40px;
    background-color: #4A4A4A;
    border-radius: 36px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.black_btn_effect_fs {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,.3);
    border-radius: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 2;
}

.black_btn_text_fs {
    font-size: 16px;
    color: white !important;
    font-weight: normal;
    letter-spacing: 0.08em;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}

.black_btn_fs:hover > .black_btn_effect_fs {
    width: 140px;
    height: 140px;
    opacity: 0.9;
}

.diver_purple_fs {
    height: 2px;
    width: 34px;
    padding: 0;
    background-color: #7D184D;
}

.diver_grey_fs {
    height: 1px;
    width: 100%;
    padding: 0;
    background-color: #E6E6E6;
}


.diver_dashed_fs {
    border-top: 1px dashed #E6E6E6;
    margin: 0.5em 0px;
}

.btn_text_fs {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}

.btn_icon_fs {
    width: 18px;
    height: 18px;
}

.grey_block_fs {
    background-color: #F6F5F5;
    padding: 0.75em 1em;
    border-radius: 4px;
}

.select_block_fs {
    appearance: none;
    z-index: 2;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 40px;
    color: #4B4B4B;
    padding: 0em 1em;
    letter-spacing: 0.05em;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 0%, transparent 0%);
    background-position: calc(100% - 19px) calc(1em + 3px), calc(100% - 14px) calc(1em + 3px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.dropdown_block_fs {
    appearance: none;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    color: #4B4B4B;
    padding: 0em 1em;
    letter-spacing: 0.05em;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 0%, transparent 0%);
    background-position: calc(100% - 19px) calc(1em + 3px), calc(100% - 14px) calc(1em + 3px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.purple_block_fs {
    background-color: #FBFBFB;
    border: 1px solid #DCDCDC;
    padding: 1em 1em 1em 0px;
    height: auto;
    position: relative;
}

.purple_block_true_block_fs {
    width: 100%;
    border-left: 5px solid #7D184D;
    padding-left: 10px;
    height: 100%;
    position: relative;
}

.switch_fs {
    width: 100px;
    height: 40px;
    position: relative;
    border: 1px solid #C6C2C2;
    border-radius: 20px;
    -webkit-transition: border-color .6s ease-out;
    transition: border-color .6s ease-out;
    background-color: rgba(255,255,255,0.2);
}

    .switch_fs.switch_on_fs {
        border-color: #7D184D;
        -webkit-transition: all .5s .15s ease-out;
        transition: all .5s .15s ease-out;
    }

.switch_button_fs {
    position: absolute;
    top: 4px;
    width: 30px;
    bottom: 4px;
    right: 64px;
    background-color: #C6C2C2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
    transition: all .3s .1s, width .1s, top .1s, bottom .1s;
}

.switch_on_fs .switch_button_fs {
    top: 3px;
    width: 92px;
    bottom: 3px;
    right: 3px;
    border-radius: 40px;
    background-color: #7D184D;
    -webkit-transition: all .2s .1s, right .1s;
    transition: all .2s .1s, right .1s;
}


.switch_text_on_fs {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 88px;
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    cursor: pointer;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    color: rgba(0,0,0,0);
}

.switch_on_fs .switch_text_on_fs {
    color: white;
    -webkit-transition: color .3s .15s;
    transition: color .3s .15s;
}

.switch_text_off_fs {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    line-height: 38px;
    text-align: center;
    padding-right: 10px;
    font-size: 16px;
    font-weight: lighter;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    cursor: pointer;
    color: #C6C2C2;
}

.switch_on_fs .switch_text_off_fs {
    color: rgba(0,0,0,0);
}




.btn_purple_fs {
    position: relative;
    width: 160px;
    height: 40px;
    color: rgba(255,255,255,0.9);
    background: linear-gradient(to right bottom,#7D184D,#B43584);
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.2em;
    border-radius: 40px;
}

.btn_effect_purple_fs {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.3);
    border-radius: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    z-index: 2;
}

.btn_text_purplr_fs {
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn_purple_fs:hover > .btn_effect_purple_fs {
    width: 160px;
    height: 160px;
    opacity: 0.9;
}






.login_line_fs {
    width: 1px;
    height: 16px;
    background-color: #DCDCDC;
}

.input_blcok_fs {
    background-color: rgba(255,255,255,0.9);
    color: #4B4B4B;
    font-size: 14px;
    width: 100%;
    height: 40px;
    letter-spacing: 0.05em;
    font-weight: normal;
    border: 1px solid #E9E7E7;
    border-radius: 0.25em;
    display: block;
    background-clip: padding-box;
    padding: 0.375em 0.75em;
}

input::-webkit-input-placeholder {
    color: #C6C2C2;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: lighter;
}

.check_box_fs input[type="checkbox"] {
    -webkit-appearance: none;
    background: white;
    width: 20px;
    height: 20px;
    min-width:20px;
    min-height:20px;
    vertical-align: middle;
    outline: none;
    border: 1px solid #E6E6E6;
    margin: 0px !important;
}

    .check_box_fs input[type="checkbox"]:checked {
        -webkit-appearance: none;
        background-size: 100%;
        width: 20px;
        height: 20px;
        min-height: 20px;
        min-width: 20px;
        vertical-align: middle;
        outline: none;
        border: 1px solid #E6E6E6;
        background-image: url(/Content/images/checked.png);
    }


.textarea_block_fs {
    background-color: rgba(255,255,255,0.9);
    color: #4B4B4B;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: normal;
    border: 1px solid #E9E7E7;
    border-radius: 0.25em;
    display: block;
    background-clip: padding-box;
    padding: 0.375em 0.75em;
    line-height: 24px;
}

textarea::-webkit-input-placeholder {
    color: #C6C2C2;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: lighter;
}



.login_other_method_fs {
    width: 44px;
    margin: auto;
}

.login_notice_fs {
    position: absolute;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    color: #4B4B4B;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    background-color: #FBFBFB;
    padding: 0 5px;
}






.diver_fs {
    height: 1px;
    width: 34px;
    margin: 10px auto 16px 0px;
    padding: 0;
    background-color: #7D184D;
}

.diver_fs_decoration_bar {
    height: 2px;
    width: 100%;
    background-color: #7D184D;
}

.content_position_policy_fs {
    padding-top: 230px;
}

.block_name_fs_block {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid #F6F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .block_name_fs_block div {
        border-bottom: 2px solid #7D184D;
        height: 48px;
        line-height: 48px;
        display: inline-block;
        font-size: 24px;
        font-weight: normal;
        color: #4A4A4A;
    }

    .block_name_fs_block a {
        right: 20px;
        line-height: 48px;
        font-weight: normal;
        font-size: 14px;
    }


.category_policy_fs {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #DCDCDC;
    height: 60px;
    font-size: 16px;
    padding: 0 10px;
    opacity: 0.6;
}

    .category_policy_fs img {
        width: 12px;
    }

    .category_policy_fs:hover {
        opacity: 1;
    }

.category_policy_active_fs {
    opacity: 1 !important;
}


.pagination_item_fs {
    width: 36px;
    height: 36px;
    border: 1px solid #FBFBFB;
    background-color: #FBFBFB;
    color: #DCDCDC !important;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none;
}

.pagination_next_fs {
    width: 36px;
    height: 36px;
    border: 1px solid #DCDCDC;
    background-color: #DCDCDC;
    border-radius: 36px;
    position: relative;
    margin-left: 5px;
    overflow: hidden;
}

.pagination_pre_fs {
    width: 36px;
    height: 36px;
    border: 1px solid #DCDCDC;
    background-color: #DCDCDC;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}

    .pagination_pre_fs img {
        width: 50%;
        position: absolute;
        transform: translate(-50%,-50%)rotate(90deg);
        top: 50%;
        left: 45%;
    }

.pagination_next_fs img {
    width: 50%;
    position: absolute;
    transform: translate(-50%,-50%)rotate(-90deg);
    top: 50%;
    left: 55%;
}

.pagenation_diable_fs {
    opacity: 0.3;
}

.pagination_item_fs:hover {
    background-color: #DCDCDC;
    color: white !important;
}

.pagination_active_fs {
    border: 1px solid #DCDCDC;
}

.white_block_fs {
    background-color: white;
    border: 1px solid #E6E6E6;
    border-top: 2px solid #7D184D;
}

.choose_btn_active_fs {
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #7D184D;
    border-radius: 4px;
    color: white !important;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: normal;
}

.choose_btn_fs {
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    color: #DCDCDC !important;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: normal;
}


.shooping_record_block_left_fs {
    border-right: 1px dashed #DCDCDC;
}

.shopping_record_block_right_fs {
    border-left: 1px dashed #DCDCDC;
}



.shopping_record_block_print_icon {
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.shopping_record_block_item_fs {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
}

.shopping_record_block_data_fs {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 5px;
}

.shopping_record_circle_fs {
    width: 14px;
    height: 14px;
    background-color: #E6E6E6;
    border-radius: 100%;
    position: relative;
    margin-right: 4px;
    line-height: 18px;
}

.shopping_record_decoration {
    background-color: #E6E6E6;
    height: 96%;
    width: 2px;
    border-radius: 2px;
    margin-left: 6px;
}

.record_detail_block_fs {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E6E6E6;
    height: auto;
    overflow: hidden;
    background-image: url(/Content/images/mobile-shopping.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
}

.record_detail_title_fs {
    width: 100%;
    height: auto;
    border-left: 10px solid #7D184D;
}

.sequence_fs {
    width: 36px;
    height: 36px;
    border: 1px solid #DCDCDC;
    border-radius: 36px;
    color: #DCDCDC;
    text-align: center;
    line-height: 34px;
}

.record_detail_list_width_fs {
    width: 94%;
    padding-left: 10px;
}

.record_detail_footer_width_left_fs {
    width: 20%;
}

.record_detail_footer_width_right_fs {
    width: 12%;
}



.coupon_detail_block_fs {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E6E6E6;
    height: auto;
    overflow: hidden;
    background-image: url(/Content/images/coupon_bg_image.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
}





.coupon_block_fs {
    width: 100%;
    position: relative;
    background-color: #FBFBFB;
    overflow: hidden;
}

.coupon_block_title_fs {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom right,#7B184C,#B33483);
    font-size: 16px;
    color: white;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}

.coupon_content_block_fs {
    width: 100%;
    height: auto;
    background-color: #FBFBFB;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.25) inset;
    padding: 1em 1em 0 1em;
    text-align: center;
}

.coupon_decoration_fs {
    width: 20px;
    height: 20px;
    background-color: #FBFBFB;
    position: absolute;
    bottom: 34px;
    border: 1px solid #DCDCDC;
    border-radius: 100%;
}

.coupon_decoration_sp_left {
    left: -10px;
}

.coupon_decoration_sp_right {
    right: -10px;
}

.coupon_block_fs hr {
    position: absolute;
    width: 84%;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px dashed #DCDCDC;
}

.coupon_data_fs {
    display: flex;
}

.coupon_data_point_fs {
    background-color: white;
    border: 5px solid #7D184D;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 100%;
    margin-right: 5px;
}



.message_icon_fs {
    width: 40px;
    margin: 0 auto;
}

.message_left_block_fs {
    display: inline-block;
    text-align: center;
    padding: 0px 14px;
}

.message_right_block_fs {
    width: 100%;
    position: relative;
}

.message_image_fs {
    width: 100%;
    height: auto;
    background-color: grey;
    background-size: cover;
    background-position: center;
}

    .message_image_fs img {
        opacity: 0;
    }





.login_verification_code_fs {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin: auto;
}

    .login_verification_code_fs input[type="text"] {
        -webkit-appearance: none;
        background: #FBFBFB;
        width: 220px;
        height: 64px;
        vertical-align: middle;
        outline: none;
        border: none;
        display: block;
        text-align: left;
        font-size: 54px;
        letter-spacing: 0.3em;
        padding: 0 0 0 0.4em;
        color: #4B4B4B;
        margin: auto;
    }

.login_verification_line_fs {
    width: 45px;
    height: 2px;
    background-color: #C6C2C2;
    margin: auto;
}



.forget_password_method_fs {
    width: 28%;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
}

    .forget_password_method_fs img {
        width: 80%;
    }

.forget_password_method_active_fs {
    opacity: 1;
}

.forget_password_line_fs {
    width: 1px;
    height: 36px;
    background-color: #DCDCDC;
}



.promotion_cover_sp_for_position_fs {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
}

.promotion_cover_btn_fs {
    position: absolute !important;
    width: 100%;
    bottom: 40px;
}

.promotion_cover_true_block_fs {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border: 10px solid #FBFBFB;
}


.gift_true_block_fs {
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(251,251,251,0);
    padding: 10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gift_img_fs {
    width: 100%;
    height: 24vw;
    max-height: 200px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    background-color: #FBFBFB;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .gift_img_fs img {
        width: 110%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.gift_data_fs {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px 8px 5px 8px;
}

.gift_lable_area_fs {
    width: auto;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.gift_lable_fs {
    width: 80px;
    height: 24px;
    background: linear-gradient(to bottom right,#7B184C,#B33483);
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: white;
    font-weight: normal;
    border-radius: 24px;
    margin-right: 5px;
}

.gift_price_fs {
    font-size: 14px;
    color: #9B9B9B;
}

.gift_title_fs {
    padding: 0px 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
}

.gift_effect_block_fs {
    background: linear-gradient(to bottom,#FBFBFB,rgba(251,251,251,0.1));
    width: 106%;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -3%;
    z-index: 1;
}

.gift_true_block_fs:hover {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

    .gift_true_block_fs:hover > .gift_img_fs {
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        background-size: 120%;
    }


.gift_detail_image_size_fs {
    width: 100%;
    height: 50vw;
    max-height: 340px;
    background-color: #DCDCDC;
    background-size: cover;
    background-position: center;
}

.gift_record_img_fs {
    width: 90px;
    height: 70px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}












.index_cover_image_size_fs {
    width: 100%;
    height: 100%;
    background-color: #DCDCDC;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0;
    left: 0;
    cursor: pointer;
}









.filter_two_block_fs {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    line-height: 72px;
}

.filter_two_items_fs {
    width: auto;
    padding: 0px 14px;
    height: 71px;
    color: #C6C2C2;
    text-align: center;
}

.filter_two_items_selected_fs {
    border-bottom: 3px solid #7D184D;
    color: #4A4A4A;
    font-weight: normal;
}

.filter_two_items_fs:hover {
    color: #4A4A4A;
    font-weight: normal;
}







.filter_multi_block_fs {
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 72px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    line-height: 72px;
}

    .filter_multi_block_fs div {
        font-size: 16px;
        background-color: transparent;
        border: none;
        line-height: 71px;
        padding: 0px 20px;
        color: #C6C2C2;
        cursor: pointer;
    }

.filter_multi_block_column_fs {
    
}

.filter_multi_block_column_basic_fs {
    float: left;
    width: 33.33%;
}



.filter_multi_block_column_fs a:hover {
    text-decoration: none;
    color: #4B4B4B;
}

.show {
    display: block;
}

.filter_multi_block_btn_fs:hover {
    font-weight: normal;
    color: #4A4A4A;
}

.filter_multi_block_btn_fs.active_fs {
    font-weight: normal;
    color: #4A4A4A;
    border-bottom: 3px solid #7D184D;
}



.promotion_true_block_fs {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    padding: 10px;
    margin-top: 20px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.promotion_img_fs {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
    background-color: dimgrey;
    background-size: 110%;
    background-position: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.promotion_title_fs {
    padding: 8px 8px 0px 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
}

.promotion_effect_block_fs {
    background: linear-gradient(to bottom,#FBFBFB,rgba(251,251,251,0.1));
    width: 106%;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -3%;
    z-index: 1;
}

.promotion_true_block_fs:hover {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

    .promotion_true_block_fs:hover > .promotion_img_fs {
        background-size: 120%;
    }

.promotion_label_fs {
    position: absolute !important;
    background: linear-gradient(to bottom right,#7B184C,#B33483);
    top: 18px;
    left: 18px;
    z-index: 8;
    width: 64px;
    height: 64px;
    border-radius: 64px;
}

    .promotion_label_fs div {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        text-align: center;
        color: white;
        line-height: 20px;
        letter-spacing: 0.1em;
        width: 44px;
    }

.promition_big_cover_fs {
    height: 440px;
    line-height: 440px;
    position: relative;
    overflow: hidden;
}

    .promition_big_cover_fs img {
        position: absolute;
        width: 110%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.promotion_big_cover_block_fs:hover > .promition_big_cover_fs img {
    width: 120%;
}

.cart_product_img_fs {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    background-color: #FBFBFB;
}

    .cart_product_img_fs img {
        z-index: 1;
    }

.product_img_filter_fs {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(77,60,60,0.05);
    z-index: 2;
    top: 0;
    left: 0;
}


.cart_edit_fs {
    width: 40px;
    height: 90px;
    opacity: 0;
    position: absolute;
    right: 0;
    display: flex;
    visibility: hidden;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.cart_edit_active_fs {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.cart_fs {
    right: 0;
}

.cart_position_fs {
    position: relative;
    animation: cartmove 0.5s 1;
    right: 0%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.cart_edit_fs input[type="checkbox"] {
    -webkit-appearance: none;
    background-image: url(/Content/images/select_icon.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    outline: none;
}

    .cart_edit_fs input[type="checkbox"]:checked {
        -webkit-appearance: none;
        background-image: url(/Content/images/selected_icon.png);
        background-size: cover;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        outline: none;
    }

.cart_edit_fs button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    background-image: url(/Content/images/delete_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart_process_block_fs {
    width: 44px;
    height: 44px;
    background-color: #C6C2C2;
    border-radius: 22px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.cart_process_active_fs {
    background-color: #7D184D;
}

.cart_process_bar_fs {
    width: 4px;
    height: 80px;
    margin: 4px 20px;
    background-color: #F6F5F5;
    border-radius: 4px;
}

.cart_process_text_active_fs {
    color: #4B4B4B;
    font-weight: normal;
}

.product_swiper_price_fs {
    font-weight: normal;
    font-size: 16px;
    margin-right: 2px;
}



.gift_detail_image_size_fs {
    width: 100%;
    height: 50vw;
    max-height: 340px;
    background-color: #DCDCDC;
    background-size: cover;
    background-position: center;
}

label.radio_item_fs {
    display: inline-block;
    position: relative;
}

    label.radio_item_fs > input {
        visibility: hidden;
        position: absolute;
    }

label.blue_fs > .radio_image_fs {
    background: url(/Content/images/radio_no_blue.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

label.blue_fs > input[type="radio"]:checked + .radio_image_fs {
    background: url(/Content/images/radio_yes_blue.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

label.orange_fs > .radio_image_fs {
    background: url(/Content/images/radio_no_orange.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

label.orange_fs > input[type="radio"]:checked + .radio_image_fs {
    background: url(/Content/images/radio_yes_orange.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

label.purple_fs > .radio_image_fs {
    background: url(/Content/images/radio_no_purple.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

label.purple_fs > input[type="radio"]:checked + .radio_image_fs {
    background: url(/Content/images/radio_yes_purple.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}



.add_to_cart_button_fs {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50%;
    height: 54px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #7B184C 0%, #B33483 51%, #7B184C 100%);
    border-radius: 40px;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
    line-height: 2em;
    vertical-align: middle;
    border: none;
    position: relative;
}

    .add_to_cart_button_fs div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .add_to_cart_button_fs img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .add_to_cart_button_fs p {
        font-size: 16px;
        color: rgba(255,255,255,0.9);
        height: 18px;
        letter-spacing: 0.1em;
    }

    .add_to_cart_button_fs:hover {
        background-position: right center;
    }

.buy_now_button_fs {
    width: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 54px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1em;
    vertical-align: middle;
}

    .buy_now_button_fs:hover {
        font-size: 19px;
    }


.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

.swiper-button-white {
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
}



.product_comment_img_fs {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    background-color: #FBFBFB;
    background-size: cover;
    background-position: center;
}


.star_rating_fs {
    font-size: 0;
    height: 44px;
    width: 100%;
    position: relative;
}

.star_rating_wrap_fs {
    display: inline-block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 1.5rem;
}

    .star_rating_wrap_fs:after {
        content: "";
        display: table;
        clear: both;
    }

.star_rating_ico_fs {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #7D184D;
}

    .star_rating_ico_fs:last-child {
        padding-left: 0;
    }

.star_rating_input_fs {
    display: none;
}

    .star_rating_ico_fs:hover:before,
    .star_rating_ico_fs:hover ~ .star_rating_ico_fs:before,
    .star_rating_input_fs:checked ~ .star_rating_ico_fs:before {
        content: "\f005";
    }





.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.product_img_fill_fs {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .product_img_fill_fs img {
        height: 100%;
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none;
    }

.product_hot_area_fs {
    padding: 0;
    margin: 0;
}


    .product_hot_area_fs:after,
    .product_hot_area_fs .product_swiper_head_fs:after {
        content: "";
        display: block;
        clear: both;
    }

.product_arrow_fs {
    position: absolute;
    right: 0;
}

.product_swiper_next_fs {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    transition: all 0.5s;
}

.product_swiper_pre_fs {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    transform: rotate(180deg);
}



.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

    .ProductBlock .product_img_fill_fs {
        width: 100%;
        height: auto;
    }

.product_img_fill_fs img {
    width: 100%;
}



*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}


.contact_us_map_block_fs {
    width: 100%;
    height: 320px;
}

.contact_us_contact_icon_size_fs {
    width: 44px;
}

.cooperation_cover_fs {
    width: 100%;
    height: 160px;
    background-color: grey;
    background-image: url(/Content/images/cooperation_image.jpg);
    background-size: cover;
    background-position: center;
}

.cooperation_li_fs {
    list-style-type: circle;
    line-height: 1.8em;
    margin-top: 1.5em;
}

.cooperation_cover_white_fs {
    color: white;
    opacity: 0.9;
}

.cooperation_cover_diver_fs {
    width: 1px;
    height: 90px;
    background-color: white;
    opacity: 0.4;
}

.cooperation_cover_number_fs {
    font-size: 72px;
    color: white;
    font-weight: 400;
    opacity: 0.98 !important;
    margin: 5px 5px 0px 0px;
}

.cooperation_brand_fs {
    width: 25%;
    height: 110px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    position: relative;
}

    .cooperation_brand_fs img {
        position: absolute;
        width: 70%;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        -webkit-filter: saturate(4%);
        filter: saturate(4%);
        opacity: 0.4;
    }

        .cooperation_brand_fs img:hover {
            -webkit-filter: saturate(100%);
            filter: saturate(100%);
            opacity: 1;
        }
.shop_net_map_block_fs {
    height: 320px;
    background-color: grey;
}

@media(max-width:1200px) {

    .gift_data_fs {
        display: block;
    }

    .gift_img_fs {
        width: 100%;
        height: 200px;
    }
}


@media (max-width:992px) {
    .content_position_no_map_fs {
        padding-top: 100px;
    }

    .content_position_fs {
        padding-top: 134px;
    }

    .filter_multi_block_column_basic_fs {
        width: 50%;
    }

    .shopping_record_block_right_fs {
        border-left: none;
    }

    .promotion_cover_sp_for_position_fs {
        position: relative !important;
    }

    .promotion_cover_btn_fs {
        position: relative !important;
        width: 100%;
        bottom: auto;
    }



    .cart_product_img_fs {
        width: 20%;
        height: 20%;
        max-width: 74px;
        max-height: 74px;
        min-width: 72px;
        min-height: 72px;
    }

    .cart_position_fs {
        right: 15%;
    }

    .cart_edit_fs {
        width: 32px;
        height: 72px;
    }

        .cart_edit_fs input[type="checkbox"] {
            width: 32px;
            height: 32px;
        }

            .cart_edit_fs input[type="checkbox"]:checked {
                width: 32px;
                height: 32px;
            }

        .cart_edit_fs button {
            width: 32px;
            height: 32px;
        }

    .cart_process_bar_fs {
        width: 100%;
        height: 4px;
        margin: 20px 2px;
    }

    .swiper_area_sp_for_pad_fs {
        width: 100%;
        height: 72vw;
    }

    .swiper_block_sp_for_pad_fs {
        width: 78%;
        position: absolute;
        transform: translate(-50%,-50%) rotate(-90deg);
        left: 50%;
        top: 50%;
    }

    .swiper_image_sp_for_pad_fs {
        transform: rotate(90deg);
    }

    .swiper_preview_sp_for_pad_fs {
        transform: rotate(-90deg);
    }

    .swiper_preview_block_sp_for_pad_fs {
        transform: rotate(180deg);
    }


    .product_comment_img_fs {
        width: 20%;
        height: 20%;
        max-width: 74px;
        max-height: 74px;
        min-width: 72px;
        min-height: 72px;
    }


    .cooperation_cover_fs {
        height: 240px;
    }

    .cooperation_cover_number_fs {
        font-size: 54px;
    }

    .cooperation_cover_diver_fs {
        opacity: 0;
    }
}

@media (max-width:768px) {










    .block_name_moblid_fs_block {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
    }

    .diver_mobile_fs {
        width: 28px;
        height: 1px;
        background-color: #7D184D;
        position: relative;
        margin: 5px auto 20px auto;
    }

    .category_mobile_policy_fs {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        align-items: center;
        -webkit-align-items: center;
        font-size: 12px;
    }

        .category_mobile_policy_fs p {
            font-size: 12px;
            line-height: 14px;
            padding: 0;
            margin: 0;
        }

    .category_option_box_policy_fs {
        width: 44px;
        margin: auto;
        overflow: hidden;
    }

    .category_policy_fs_icon {
        width: 42px;
        height: 42px;
        margin: 0 auto 10px auto;
        position: relative;
    }

    .category_policy_fs_icon_privacy {
        background: url("/content/images/keyhole.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .category_policy_fs_icon_service {
        background: url("/content/images/check-list.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .category_policy_fs_icon_contact_us {
        background: url("/content/images/contact.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .category_policy_fs_icon_shops {
        background: url("/content/images/internet.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .category_policy_fs_icon_cooperation {
        background: url("/content/images/handshake.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .category_policy_fs_icon_about_us {
        background: url("/content/images/diamond.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


    .category_policy_fs_option_active {
        left: -42px;
        border-right: 42px solid transparent;
        -webkit-filter: drop-shadow(42px 0 0px #7D184D);
        filter: drop-shadow(42px 0 0px #7D184D);
    }


    .sequence_fs {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        line-height: 24px;
        font-size: 12px;
    }


    .coupon_block_fs {
        height: auto;
    }

    .coupon_block_no_data_fs {
        height: 210px;
        line-height: 210px;
    }


    .coupon_data_fs {
        display: flex;
        line-height: 14px;
        font-size: 12px;
    }

        .coupon_data_fs div {
            border: 4px solid #7D184D;
            width: 14px;
            height: 14px;
            margin-right: 8px;
        }

    .coupon_block_line_fs {
        margin-left: 7px;
    }

    .coupon_block_more_fs {
        font-size: 14px;
    }

    .gift_img_fs {
        width: 100%;
        height: 70%;
        min-height: 190px;
    }

    .gift_data_fs {
        padding: 8px 0px 0px 0px;
    }

    .gift_title_fs {
        padding: 0px;
    }

    .gift_effect_block_fs {
        display: none;
    }
   

    .promotion_effect_block_fs {
        display: none;
    }
    

}

@media(max-width:576px) {
    .title_rank_0_fs {
        font-size: 22px;
        line-height: 32px;
    }

    .title_rank_1_fs {
        font-size: 18px;
        line-height: 24px;
    }

    .title_rank_2_fs {
        font-size: 14px;
        line-height: 20px;
    }

    .purplr_number_fs {
        font-size: 14px;
        line-height: 20px;
    }

    .sub_info_fs {
        font-size: 12px;
        line-height: 18px;
    }

    .normal_text_fs {
        font-size: 14px;
        line-height: 20px;
    }

    .item_left_fs {
        font-size: 12px;
        line-height: 18px;
    }

    .item_right_fs {
        font-size: 12px;
        line-height: 1.2;
    }

    .black_btn_fs {
        width: 130px;
        height: 36px;
        border-radius: 36px;
    }

    .black_btn_text_fs {
        font-size: 14px;
    }

    .diver_purple_fs {
        height: 1px;
        width: 30px;
    }

    .btn_text_fs {
        font-size: 12px;
        line-height: 18px;
    }

    .input_blcok_fs {
        height: 36px;
        font-size: 12px;
    }

    input::-webkit-input-placeholder {
        font-size: 12px;
    }

    textarea::-webkit-input-placeholder {
        font-size: 12px;
    }

    .check_box_fs input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-height:16px;
        min-width:16px;
    }

        .check_box_fs input[type="checkbox"]:checked {
            width: 16px;
            height: 16px;
            min-width:16px;
            min-height:16px;
        }

    .switch_fs {
        width: 90px;
        height: 36px;
    }


    .switch_button_fs {
        top: 3px;
        width: 28px;
        bottom: 3px;
        right: 56px;
    }

    .switch_on_fs .switch_button_fs {
        top: 2px;
        width: 84px;
        bottom: 2px;
        right: 2px;
    }

    .switch_text_on_fs {
        width: 80px;
        font-size: 14px;
    }

    .switch_text_off_fs {
        right: 6px;
        line-height: 34px;
        font-size: 14px;
    }

    .btn_purple_fs {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .pagination_item_fs, .pagination_next_fs, .pagination_pre_fs {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .swiper_area_sp_for_pad_fs {
        width: 100%;
        height: auto;
    }

    .swiper_block_sp_for_pad_fs {
        width: 100%;
        position: relative;
        transform: none;
        left: 0;
    }

    .swiper_image_sp_for_pad_fs {
        transform: rotate(0deg);
    }

    .swiper_preview_sp_for_pad_fs {
        transform: rotate(0deg);
    }

    .swiper_preview_block_sp_for_pad_fs {
        transform: rotate(0deg);
    }



    label.blue_fs > .radio_image_fs {
        width: 18px;
        height: 18px;
    }

    label.blue_fs > input[type="radio"]:checked + .radio_image_fs {
        width: 18px;
        height: 18px;
    }

    label.orange_fs > .radio_image_fs {
        width: 18px;
        height: 18px;
    }

    label.orange_fs > input[type="radio"]:checked + .radio_image_fs {
        width: 18px;
        height: 18px;
    }

    .add_to_cart_button_fs {
        height: 40px;
    }

        .add_to_cart_button_fs img {
            width: 16px;
            height: 16px;
            margin-right: 6px;
        }

        .add_to_cart_button_fs p {
            font-size: 14px;
            height: 16px;
        }

    .buy_now_button_fs {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }


    .swiper-button-white {
        width: 14px;
    }

    .choose_btn_active_fs {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .choose_btn_fs {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }



    .contact_us_map_block_fs {
        height: 200px;
    }

    .contact_us_contact_icon_size_fs {
        width: 38px;
    }
}

@media (max-width:414px) {
    .filter_two_block_fs {
        height: 40px;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border-top: none;
        border-bottom: none;
        line-height: 40px;
        position: relative;
    }

    .filter_two_items_fs {
        position: relative;
        width: 48%;
        height: 40px;
        text-align: center;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        color: #E6E6E6;
        line-height: 40px;
        border-radius: 4px;
    }

    .filter_two_items_selected_fs {
        border-bottom: none;
        background-color: #7D184D;
    }

        .filter_two_items_selected_fs a {
            color: white;
        }


    .filter_multi_block_column_basic_fs {
        width: 100%;
    }


    .promotion_true_block_fs {
        width: 100%;
       
    }
   
    .promotion_title_fs {
        font-size: 14px;
        line-height: 24px;
    }



    .filter_multi_block_fs {
        width: 100%;
        display: block;
        height: auto;
        border-top: 1px none;
        border-bottom: none;
        line-height: 40px;
    }

        .filter_multi_block_fs div {
            width: 48%;
            float: left;
            font-size: 14px;
            height: 40px;
            background-color: #FBFBFB;
            border: 1px solid #E6E6E6;
            border-radius: 4px;
            text-align: center;
            line-height: 40px;
            padding: 0px;
            color: #C6C2C2;
            margin: 1%;
        }

    .filter_multi_block_btn_fs.active_fs {
        font-weight: normal;
        color: white;
        background-color: #7D184D;
        border-bottom: none;
    }

    .promition_big_cover_fs {
        height: 64vw;
        line-height: 64vw;
    }

    .shopping_record_decoration {
        width: 2px;
        margin-left: 0px;
        margin-top: 4px;
    }


    .record_detail_list_width_fs {
        width: 86%;
        padding-left: 0px;
    }

    .record_detail_footer_width_left_fs {
        width: 30%;
    }

    .record_detail_footer_width_right_fs {
        width: 20%;
    }

    .record_detail_block_fs {
        background-size: 72%;
    }

    .coupon_detail_block_fs {
        background-size: 72%;
    }

    .cooperation_brand_fs {
        width: 50%;
        height: 80px;
    }
}






@media(max-width:375px) {
    .block_name_fs_block {
        width: 100%;
        height: 36px;
    }

        .block_name_fs_block div {
            height: 36px;
            line-height: 36px;
            font-size: 18px;
        }

        .block_name_fs_block a {
            right: 20px;
            line-height: 36px;
            font-size: 12px;
        }



    .shopping_record_block_price_fs {
        font-size: 14px;
    }

    .shopping_record_block_data_fs {
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

    .shopping_record_block_print_icon {
        width: 32px;
    }

    .sp_for_date_max_width_fs {
        max-width: 80px;
    }
}

.text_loading_fs{
		background-image: -webkit-linear-gradient(left, #E5E3E3, #D8D8D8 25%, #E5E3E3 50%, #D8D8D8 75%, #E5E3E3);
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 2s infinite linear;
		margin-right: 5px;
		margin-bottom: 5px;
		height: 16px;
		line-height: 16px!important;
		color:rgba(0,0,0,0)!important;
	}  
	.img_loading_fs{
		background-image: -webkit-linear-gradient(left, #E5E3E3, #D8D8D8 25%, #E5E3E3 50%, #D8D8D8 75%, #E5E3E3);
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 2s infinite linear;
	}
	.text_white_loading_fs{
		background-image: -webkit-linear-gradient(left, white, #fbfbfb 25%, white 50%, #FBFBFB 75%, white);
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 2s infinite linear;
		width: 100%;
		margin-bottom: 8px;
		height: 24px;
		line-height: 16px!important;
		color:rgba(0,0,0,0)!important;
	}
	.text_white_second_line_loading_fs{
		width: 80%!important;
	}
	.img_loading_fs img{
		opacity: 0!important;
	}
	.text_loading_title_fs{
		background-color:#FBFBFB;
	}
	.text_loading_big_size_fs{
		width:120px!important;
		height:24px!important;
	}
	.btn_loading_fs{
		opacity: 0;
		color: rgba(0,0,0,0)!important;
	}
	.block_loading_fs{
		width:100%;
		height: 100%;
		position: absolute;
		z-index: 4;
		background: -webkit-linear-gradient( top,rgba(251,251,251,0.5),#fbfbfb);
        transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
	}
     @-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
    }
	.fade_loading_block{
		position: absolute;
		width: 100%;
		top:25%;
	}
.loading_fs {
    margin: auto;
    width: 300px;
    height: 169px;
    transform: scale(0.6);
    background-image: url(/Content/images/Loading_000.png);
    -webkit-animation: play 4s steps(51) infinite;
    -moz-animation: play 4s steps(51) infinite;
    -ms-animation: play 4s steps(51) infinite;
    -o-animation: play 4s steps(51) infinite;
    animation: play 4s steps(51) infinite;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -15300px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -15300px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -15300px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -15300px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -15300px; }
}



.sweet-alert h2 {
    display: none !important;
}

.sweet-alert {
    border-radius: 0 !important;
    padding: 0 !important;
    border-top: 3px solid #7c1b4d !important;
}

    .sweet-alert .sa-confirm-button-container {
        width: 100% !important;
        border-radius: 0 !important;
    }

        .sweet-alert .sa-confirm-button-container button {
            border-radius: 0 !important;
        }

        .sweet-alert .sa-confirm-button-container .btn-primary {
            background: #ffffff !important;
            border: 0px !important;
            border-top: 1px #E6E6E6 solid !important;
            color: #4B4B4B !important;
        }

        .sweet-alert .sa-confirm-button-container .btn-primary {
            width: 100% !important;
        }

        .sweet-alert .sa-confirm-button-container .btn-lg {
            padding: 17px 16px !important;
            opacity: 0 !important;
        }

        .sweet-alert .sa-confirm-button-container::after {
            content: "確定";
            width: 100%;
            position: absolute;
            bottom: 0;
            font-size: 16px;
            border-top: 1px #E6E6E6 solid;
            color: #4B4B4B;
            left: 0;
            padding: 17px 16px !important;
            pointer-events: none;
            font-weight: 400 !important;
        }

    .sweet-alert .lead {
        margin-bottom: 0px !important;
        min-height: 100px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 18px !important;
        padding-top: 10px !important;
        font-weight: 400 !important;
    }

    .wrap {
            width: 50px;
            margin-bottom: 10px;
            position: relative;
        }

        .notice {
            width: 5px;
            height: 5px;
            line-height: 20px;
            font-size: 10px;
            color: #fff;
            text-align: center;
            background-color: purple;
            border-radius: 50%;
            position: absolute;
            right: 15px;
        }

        .nd_logo_fs {
            width: 50%;
            max-width: 220px;
        }
        .crm_fs_btn {
            background-color: white;
            position: fixed;
            z-index: 9;
            bottom:50px;
            right: 20px;
            width: 84px;
            height: 84px;
            box-shadow: 1px 1px 14px rgba(0,0,0,0.15);
            cursor: pointer;
            border-top-right-radius: 12px;
            border-bottom-left-radius: 12px;
            border-top-left-radius: 12px;
            padding: 15px;
        }

        .full_screen_black_block_fs {
            height: 100%;
            width: 100%;
            position: fixed;
            top: 0px;
            bottom: 0px;
            overflow: hidden;
            word-break: break-all;
            z-index: 11;
            background-color: rgba(0,0,0,0.6);
        }

        .submit_btn_fs {
            background-color: rgba(0,0,0,0.8);
            width: 100%;
            color: white !important;
            border: none;
            letter-spacing: 0.1em !important;
            border-radius: 54px;
            cursor: pointer !important;
        }

        .crm_block_width_fs {
            width: 94%;
            max-width: 640px;
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
        }

        .pl-4, .px-4 {
            padding-left: 1.5rem !important;
        }

        .pb-4, .py-4 {
            padding-bottom: 1.5rem !important;
        }

        .pr-4, .px-4 {
            padding-right: 1.5rem !important;
        }

        .pt-3, .py-3 {
            padding-top: 1rem !important;
        }

        .bg-white {
            background-color: #fff !important;
        }

        .sp_normal_text_fs .normal_text_fs {
            font-size: 14px !important;
        }

        @media (max-width: 414px) {
            .crm_fs_btn {
                right: 10px;
                bottom: 10px;
                width: 64px;
                height: 64px;
                padding: 12px;
            }
        }
        .modal-content {
  border-radius: 0px !important;
  border: 0px !important;
  border-top: 3px solid #7c1b4d !important;
  position: relative !important;
  top: 25vh !important;
  box-shadow: none !important;
}
#customMadeModal .modal-header {
  display: none;
}
#customMadeModal .modal-body {
  padding: 30px !important;
  padding-bottom: 15px !important;
}
#customMadeModal .modal-body p {
  font-size: 16px !important;
}
#customMadeModal .modal-footer a, #customMadeModal .modal-footer .btn {
  background: #ffffff !important;
  color: #4B4B4B !important;
  font-size: 18px !important;
  border: 0 !important;
  text-align: center !important;
  margin: 0 auto !important;
  outline: none !important;
  width: 100% !important;
  border-radius: 0px !important;
}
#customMadeModal .modal-footer .btn:active, #customMadeModal .modal-footer .btn:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#modallogin .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #7c1b4d !important;
}
#modallogin .modal-dialog .modal-content .modal-header .close {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 20px !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 3px !important;
  background: url(/Content/images/general/icons/icon-cross.svg) !important;
}
#modallogin .modal-dialog .modal-content .modal-header .close span {
  opacity: 0;
}
#modallogin .btn {
  margin-bottom: 10px;
  border: none;
  width: 80%;
  color: #000 !important;
  font-size: 16px;
  letter-spacing: .2em;
  border-radius: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: center;
  transition: .5s;
  background-size: 200% auto;
  line-height: 40px;
  cursor: pointer;
  background-color: #f3f3f3;
}
@charset "UTF-8";

.nav_show_fs {
    display: flex;
    opacity: 1 !important;
}

.nav_hide_fs {
    display: none !important;
    opacity: 0 !important;
}


.nav_fs_block {
    width: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    z-index: 10;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.nav_fs_decoration {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#7B184C,#B33483);
}

.nav_fs_float_area {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nav_fs_large {
    padding: 20px 0;
}

.nav_fs_small {
    padding: 15px 0;
}

.nav_fs_slogan {
    width: 70%!important;
    margin: auto;
}

.nav_fs_fanshare_logo_small {
    text-align: left;
    max-width: 160px;
}

.nav_fs_mabelle_logo {
    width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}

    .nav_fs_mabelle_logo img {
        width: auto;
        height: 64px;
    }


.nav_fs_fanshare_logo {
    width: 220px;
}

    .nav_fs_fanshare_logo img {
        
    }

.nav_fs_fanshare_logo_large {
    text-align: center;
    min-width: 200px;
}

.nav_fs_fanshare_logo_small {
    text-align: left;
    max-width: 140px;
}


.nav_fs_rightconer_block {
    width: 100%;
    text-align: right;
    height: 32px;
}

.nav_fs_rightconer_list {
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.nav_fs_rightconer_option {
    z-index: 50;
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #4B4B4B;
    opacity: 0.95;
    letter-spacing: 0em;
    float: left;
    zoom: 1;
    display: inline;
}

.nav_fs_rightconer_sublist {
    list-style: none;
    width: 170px;
    z-index: 10;
    text-align: left;
    padding: 0;
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    box-shadow: -3px 3px 10px -2px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

.nav_fs_rightconer_suboptions {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 14px;
    letter-spacing: 0em;
    float: none;
    position: relative;
}

.nav_fs_rightconer_suboptions_sp_for_account {
    padding-left: 20px;
    display: block;
}

.nav_fs_rightconer_suboptions_sp_for_message {
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

    .nav_fs_rightconer_suboptions_sp_for_message span {
        color: #7D184D;
    }

.nav_fs_rightconer_block a {
    color: #4B4B4B;
    opacity: 0.9;
    text-decoration: none;
    display: block;
}

    .nav_fs_rightconer_block a:hover {
        color: #4B4B4B;
    }

.nav_fs_rightconer_sublist a:hover {
    color: #7D184D;
}

.nav_fs_rightconer_suboptions:hover {
    background: rgba(0,0,0,0.02);
}

.nav_fs_rightconer_option:hover > ul {
    display: block;
}

.nav_fs_rightconer_block img {
    height: 30px;
    width: 30px;
}



.nav_fs_sp_for_account_discription {
    font-size: 12px !important;
    line-height: 12px;
    color: #9B9B9B !important;
    font-weight: normal;
}

.nav_fs_rightconer_sublist_more_position {
    right: 0;
}

.nav_fs_rightconer_language_block {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.nav_fs_rightconer_one_language_active {
    background-color: #F6F5F5;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.nav_fs_rightconer_one_language_dark {
    background-color: transparent;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.nav_fs_rightconer_sp_for_display_block {
    display: none;
}

.nav_fs_rightconer_point {
    position: absolute;
    right: -5px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #7D184D;
    display: none;
}

.nav_fs_menu_btn_hamburger .nav_fs_menu_btn_line {
    display: none;
}









.nav_fs_menu {
    border-top: 1px solid rgba(0,0,0,0.05);
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.nav_fs_mobile_menu_block {
    display: none;
}

.nav_fs_menu_list {
    list-style: none;
    position: relative;
    display: inline-table;
    z-index: 1;
    margin: 0 auto;
}

.nav_fs_menu_option {
    width: auto;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #4B4B4B;
    opacity: 0.98;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav_fs_menu_arrow {
    transform: rotate(90deg);
    width: 12px !important;
    height: 12px !important;
    margin-left: 2px;
    margin-bottom: 2px;
    background-image: url(/Content/images/arrow.png);
    background-size: cover;
}

.nav_fs_menu_sublist {
    list-style: none;
    width: 900px;
    min-height: 370px;
    text-align: left;
    padding: 20px;
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -90px;
    box-shadow: 3px 3px 12px -2px rgba(0,0,0,0.05);
    z-index: 40;
}

.nav_fs_menu_suboptions {
    padding-left: 14px;
    max-width: 240px;
    font-size: 14px;
    letter-spacing: 0em;
    float: none;
    position: relative;
    display: block;
}

.nav_fs_menu a {
    color: #4B4B4B;
    opacity: 0.9;
    text-decoration: none;
}

    .nav_fs_menu a:hover {
        color: #7D184D;
    }

.nav_fs_menu_suboptions:hover {
    background: rgba(0,0,0,0.02);
}

.nav_fs_menu_option:hover > ul {
    display: block;
}


.nav_fs_menu_suboption_cover {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: auto;
    margin: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #C6C2C2;
    line-height: 28px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 30;
}

.nav_fs_menu_suboption_sp_for_first_cover {
    opacity: 1;
}

.nav_fs_menu_suboption_cover_default_fs {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: auto;
    margin: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #C6C2C2;
    line-height: 28px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.nav_fs_mobile_menu_active {
    display: block;
    opacity: 1;
}


.nav_fs_mobile_menu_block {
    display: none;
}






.nav_fs_breadcrumbs_block {
    z-index: 10;
    width: 100%;
    height: 54px;
    background-color: #F6F5F5;
    opacity: 0.98;
    border-top: 1px solid rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(0,0,0,0.02);
}

.nav_fs_breadcrumbs_container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    line-height: 54px;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

    .nav_fs_breadcrumbs_container a {
        color: #7D184D;
        text-decoration: none;
    }

        .nav_fs_breadcrumbs_container a:hover {
            color: #7D184D !important;
        }

.nav_fs_breadcrumbs_divider {
    padding: 0 5px;
}



.bottom_banner_fs_block {
    width: 100%;
    height: 210px;
    background-color: rgba(255,255,255,0.85);
    border-top: 1px solid #F6F5F5;
    text-align: center;
    z-index: 10;
}

.bottom_banner_fs_container {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 64px;
}

    .bottom_banner_fs_container a {
        color: #4A4A4A;
        text-decoration: none;
    }

.bottom_banner_fs_logo {
    width: 240px;
    order: 1;
}

.bottom_banner_fs_social_platforms {
    width: auto;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    order: 3;
}

    .bottom_banner_fs_social_platforms div {
        width: 44px;
        margin-left: 20px;
    }

.bottom_banner_fs_options_block {
    display: flex;
    justify-content: center;
     /*-webkit-align-items: center;*/
    align-items: flex-start;
    order: 2;
}

.bottom_banner_fs_one_option_list {
    display: block;
    font-weight: normal;
    color: #4A4A4A;
    font-size: 14px;
    text-align: left;
}

    .bottom_banner_fs_one_option_list div {
        width: 120px;
    }


.copyright_bar_fs {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: rgba(255,255,255,0.85);
    border-top: 1px solid #F6F5F5;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    color: #C6C2C2;
    line-height: 48px;
    letter-spacing: 0.05em;
    padding: auto 10%;
}

@media(max-width:1200px) {
    .nav_fs_mabelle_logo {
        display: none;
    }

    .nav_fs_slogan {
        display: none;
    }

    .nav_fs_rightconer_block {
        width: 100%;
    }

    .nav_fs_fanshare_logo {
        width: 33.3%;
        text-align: left;
    }

        .nav_fs_fanshare_logo img {
            width: 150px;
        }
}


@media(max-width:992px) {
    .nav_fs_block {
        width: 100%;
        height: 68px;
        line-height: 64px;
        padding: 0;
    }
    
    .nav_fs_decoration {
        height: 3px;
        width: 100%;
        z-index: 40;
    }

    .nav_fs_large {
        padding: 0;
    }

    .nav_fs_small {
        padding: 0;
    }

    .nav_fs_fanshare_logo {
        width: 130px;
    }

    .nav_fs_rightconer_language_block {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        position: fixed;
        width: 90%;
        margin: auto;
        bottom: 20px;
        left: 20px;
    }

        .nav_fs_rightconer_language_block img {
            position: absolute;
            height: 30px;
            width: auto;
            bottom: 0;
            right: 0;
        }




    .nav_fs_rightconer_block {
        display: none;
    }



    .nav_fs_menu_btn_hamburger .nav_fs_menu_btn_line {
        width: 24px;
        height: 2px;
        background-color: #4B4B4B;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 1px;
    }

    #nav_fs_menu_btn_hamburger-1.is-active .nav_fs_menu_btn_line:nth-child(2) {
        opacity: 0;
    }

    #nav_fs_menu_btn_hamburger-1.is-active .nav_fs_menu_btn_line:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    #nav_fs_menu_btn_hamburger-1.is-active .nav_fs_menu_btn_line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }







    .nav_fs_menu {
        display: none;
    }

    .nav_fs_mobile_menu_block {
        display: none;
        position: absolute;
        height: auto;
        min-height: 1366px;
        left: 0;
        z-index: 40;
        width: 100%;
        background-color: white;
        opacity: 0;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .nav_fs_mobile_rightconer_block {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: center;
        -webkit-align-items: center;
        padding: 20px;
        width: 100%;
        height: 64px;
        position: relative;
        margin: auto;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0em;
        color: #484747;
    }

        .nav_fs_mobile_rightconer_block img {
            width: 32px;
            height: 32px;
        }

        .nav_fs_mobile_rightconer_block a {
            color: #484747;
            text-decoration: none;
        }

    .nav_fs_mobile_rightconer_sp_for_account {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        line-height: 16px;
    }

    .nav_fs_mobile_rightconer_sp_for_other_items {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        line-height: 32px;
    }

    .nav_fs_mobile_rightconer_sp_for_account div span {
        font-size: 12px;
        color: #C6C2C2;
    }

    .nav_fs_mobile_rightconer_sp_for_account_name {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav_fs_mobile_menu_submenu_block {
        font-size: 18px;
        height: 110vw;
        max-height: 800px;
        overflow: auto;
        font-weight: normal;
        color: #4A4A4A;
        width: 100%;
        margin: auto;
        position: relative;
    }

        .nav_fs_mobile_menu_submenu_block::-webkit-scrollbar {
            display: none;
        }

        .nav_fs_mobile_menu_submenu_block a {
            color: #4A4A4A;
            text-decoration: none;
        }

    .nav_fs_mobile_menu_submenu_option {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: center;
        -webkit-align-items: center;
        line-height: 20px;
        margin-top: 28px;
    }

        .nav_fs_mobile_menu_submenu_option img {
            width: 20px;
            height: 20px;
            margin-right: 15px;
        }

    .nav_fs_mobile_menu_submenu_option_sp_for_arrow {
        transform: rotate(90deg);
        width: 13px !important;
        opacity: 0.3;
        height: 13px !important;
        margin-left: 5px;
    }

    .nav_fs_mobile_menu_submenu_option_suboption {
        font-size: 16px;
        font-weight: normal;
        line-height: 16px;
        opacity: 0.7;
        margin: 16px 0 0 44px;
    }

    .nav_fs_rightconer_language_block {
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        position: fixed;
        width: 90%;
        margin: auto;
        bottom: 20px;
        left: 20px;
    }

        .nav_fs_rightconer_language_block a {
            color: #4A4A4A;
            text-decoration: none;
            margin-right: 10px;
        }

    .nav_fs_mobile_menu_white_shadow {
        position: absolute;
        top: 64px;
        width: 100%;
        background: linear-gradient(to bottom,white,rgba(255,255,255,0.3));
        height: 30px;
        z-index: 50;
    }

    .nav_fs_mobile_menu_white_shadow_bottom {
        width: 100%;
        height: 30px;
        background: linear-gradient(to top,white,rgba(255,255,255,0.3));
        position: relative;
        top: -30px;
    }

    .nav_fs_mobile_menu_experience, .nav_fs_mobile_menu_gift, .nav_fs_mobile_menu_eshop {
        display: none;
        position: relative;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        animation: optionsmove 0.5s 1;
        -webkit-animation: optionsmove 0.5s 1;
    }

    .nav_fs_mobile_menu_active {
        display: block;
        opacity: 1;
    }


    @keyframes optionsmove {
        from {
            left: 40px;
            opacity: 0;
        }

        to {
            left: 0px;
            opacity: 0.9;
        }
    }

    @-webkit-keyframes optionsmove {
        from {
            left: 40px;
            opacity: 0;
        }

        to {
            left: 0px;
            opacity: 0.9;
        }
    }



    .nav_fs_breadcrumbs_block {
        height: 44px;
    }

    .nav_fs_breadcrumbs_container {
        width: 100%;
        max-width: none;
        line-height: 44px;
        font-size: 14px;
        padding: 0 20px;
    }

        .nav_fs_breadcrumbs_container a {
            max-width: 90px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


    


    .bottom_banner_fs_block {
        height: 200px;
    }

    .bottom_banner_fs_container {
        display: block;
        margin-top: 24px;
    }

    .bottom_banner_fs_logo {
        width: 140px;
        margin: auto;
    }

    .bottom_banner_fs_social_platforms {
        width: 120px;
        margin: 12px auto;
    }

        .bottom_banner_fs_social_platforms div {
            width: 30px;
            margin: 0;
        }

    .bottom_banner_fs_options_block {
        display: block;
        margin: auto;
    }

    .bottom_banner_fs_one_option_list {
        width: 248px;
        margin: auto;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center;
    }

        .bottom_banner_fs_one_option_list div {
            font-size: 12px;
            line-height: 28px;
        }

    .copyright_bar_fs {
        height: auto;
        min-height: 36px;
        font-size: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 14px;
        background-color: white;
    }

    @media(max-width:768px) {
        .nav_fs_breadcrumbs_last_item {
            max-width: 80px;
        }
    }
}
    /*bootstrap升级样式补充*/
.has-error .help-block {
    color: #a94442;
}
