/*common*/
/*body, button, input, select, textarea {
    font: 12px/1.5 "microsoft yahei",sans-serif;
}*/

.mt20 {
    margin-top: 20px;
}

.wrapper {
    width:100%;
    margin: 0 auto;
    text-align:left;
    line-height: 30px;
    color: #666;
}
.l_container_ {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.darkgray {
    color: darkgray;
}
.darkyellow {
    color: #A88F4A;
}
.red {
    color: #f00;
}
.blue {
    color: #0474c8;
}
.green {
    color: #388802;
}
.dimgray {
    color: #333;
}

/*------------------------------------------------
header
------------------------------------------------*/
#header {
    width: 100%;
    margin: 0 auto 8px auto;
    background-color: #333;
}
#header_top {
    background: #4d4d4d;
    color: #fff;
    font-size: 12px;
    height: 24px;
}
#header_top h1 {
    float: left;
    max-width: 200px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
#header_top p {
    float: right;
    margin-left: 10px;
    line-height: 24px;
}
#header_top #nav_header_top3 {
    float: right;
    line-height: 24px;
}
#header_top #nav_header_top3 li {
    float: left;
    color: #fff;
    margin: 0 4px;
}
#header_top #nav_header_top3 li a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}
#header_bottom {
    height: 108px;
}
.header_right {
    position: relative;
    float: right;
    height: 99px;
}

.set_witdh_wide_ {
    position: relative;
    max-width: 1280px;
    /*min-width: 975px;*/
    margin: 0 auto;
    line-height: 16px;
}
#header_bottom #bnr_point_campain {
    position: absolute;
    right: 0;
    height: 46px;
    margin-bottom: 12px;
    width: 296px;
    margin-left: auto;
    display: none;
}
.site_logo {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
}
#gloval_nav {
    padding: 45px 0 0 0;
    width: 100%;
}
#gloval_nav li {
    width: 96px;
}
#gloval_nav li+li {
    margin-left: 0;
}
#gloval_nav li:first-child a {
    border-left: 1px #555 dashed;
}
#gloval_nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    color: #fff;
    text-align: center;
    border-right: 1px #555 dashed;
    font-size: 15px;
    padding: 0;
}
#gloval_nav li a:after {
    display: none;
    content: '';
    position: absolute;
    height: 1px;
    background: #666;
    width: 88%;
    top: 50%;
    left: 7px;
}
#gloval_nav>li:hover a:after {
    display: block;
}
#gloval_nav>li>a:hover,
#gloval_nav>li>a:focus {
    background-color: #333;
}
.gloval_nav .navSub {
    font-size: 12px;
    font-style: normal;
    color: #ccc;
    -ms-transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* header_social */
.header_socialBg {
    float: left;
    margin-top: 34px;
    margin-left: 270px;
}
.header_social {
    float: left;
    position: relative;
    z-index: 9;
    padding-right: 8px;
}
.header_social:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #666;
    top: 7px;
    left: 0;
    z-index: -1;
}
.header_social:last-child {
    margin-left: 15px;
}
.header_social .header_social_title {
    font-size:12px;
    float: left;
    color: #fff;
    background-color: #333;
    padding-right: 10px;
}
.header_social ul {
    padding-top: 4px;
}
.header_social ul li {
    float: left;
}
.header_social ul li + li {
    margin-left: 4px;
}
.header_social ul li a {
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.header_social ul li a.soc_whatsapp,
.footer_social ul li a.soc_whatsapp {
    background: #2ab200;
}
.header_social ul li a.soc_wechat,
.footer_social ul li a.soc_wechat {
    background: #5aab32;
}
.header_social ul li a.soc_line,
.footer_social ul li a.soc_line {
    background: #00c300;
}
.header_social ul li a.soc_email,
.footer_social ul li a.soc_email {
    background: #007aed;
}
.header_social ul li a.soc_contact {
    width: auto;
    border-radius: 50px;
    background-color: #666;
    padding: 0;
}
.header_social ul li a.soc_contact span {
    float: left;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #2e5487;
    padding: 5px;
    margin-left: -2px;
}
.header_social ul li a.soc_contact p {
    float: left;
    line-height: 29px;
    color: #fff;
    padding: 0 10px 0 5px;
}
.header_social ul li a.soc_twitter,
.footer_social ul li a.soc_twitter {
    background: #11c1ff;
}
.header_social ul li a.soc_facebook,
.footer_social ul li a.soc_facebook {
    background: #3b5998;
}
.header_social ul li a.soc_pinterest,
.footer_social ul li a.soc_pinterest {
    background: #b7252b;
}
.header_social ul li a.soc_ig,
.footer_social ul li a.soc_ig {
    background: #db499b;
}
.header_social ul li a.soc_yt,
.footer_social ul li a.soc_yt {
    background: #f20000;
}
.header_social ul li a.soc_blog,
.footer_social ul li a.soc_blog {
    background: #f36c37;
    padding: 6px;
}
@media (max-width: 1300px){
    .header_social:last-child {
        display: none;
    }
}
@media (max-width: 991px){
    .header_socialBg {
        display: none;
    }
}
/* footer_social */
.footer_social {
    margin-top: 4px;
}
.footer_social ul li {
    float: left;
}
.footer_social ul li + li {
    margin-left: 6px;
}
.footer_social ul li a {
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
@media (max-width: 991px){
    .footer_social {
        margin-bottom: 20px;
    }
    .footer_social ul {
        display: table;
        margin: 0 auto;
        *zoom: 1;
    }
    .footer_social ul li + li {
        margin-left: 8px;
    }
}


/* social wechat */
.wechatPopfooter .modal-sm,
.linePopfooter .modal-sm,
.wechatPopheader .modal-sm,
.linePopheader .modal-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 420px;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}
.wechatPopheader .modal-content,
.linePopheader .modal-content,
.wechatPopfooter .modal-content,
.linePopfooter .modal-content {
    display: table;
    width: 100%;
    height: 360px;
    background-color: #5aab32;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.wechatPopheader .modal-content .close,
.linePopheader .modal-content .close,
.wechatPopfooter .modal-content .close,
.linePopfooter .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}

.wechatPopheader .modal-content .wechatPop_wechat,
.linePopheader .modal-content .linePop_wechat,
.wechatPopfooter .modal-content .wechatPop_wechat,
.linePopfooter .modal-content .linePop_wechat {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wechatPopheader .modal-content .wechatPop_wechat img,
.linePopheader .modal-content .linePop_wechat img,
.wechatPopfooter .modal-content .wechatPop_wechat img,
.linePopfooter .modal-content .linePop_wechat img {
    max-width: 172px;
    margin: 0 auto;
}
.wechatPopheader .modal-content .wechatPop_wechat a,
.linePopheader .modal-content .linePop_wechat a,
.wechatPopfooter .modal-content .wechatPop_wechat a,
.linePopfooter .modal-content .linePop_wechat a {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    padding: 0 15px;
}



/*
原本放導航右邊的登錄
.gloval_login {
    float: right;
    padding-top: 55px;
}
.gloval_login>li {
    position: relative;
    float: left;
}
.gloval_login>li>a {
    display: block;
    width: 78px;
    height: 44px;
    color: #fff;
    text-align: center;
}
.gloval_login .LoginIMG {
    width: 24px;
    height: 28px;
    margin: auto;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/img_common/icon_normal.png) no-repeat;
}
.Login .LoginIMG {
    background-position: -30px -58px;
}
.Registered .LoginIMG {
    background-position: 0 -58px;
}
.Exit .LoginIMG {
    background-position: -62px -58px;
}
.gloval_login .LoginName {
    font-size: 12px;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

/*------------------------------------------------
sub_header
------------------------------------------------*/
#sub_header {
    position: fixed;
    top: -200px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #333;
}
#sub_header #sub_header_inner {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}
#sub_header .sub_gloval_nav_ {
    float: right;
    overflow: hidden;
    line-height: 19px;
}
#sub_header .sub_gloval_nav_ li {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px dotted #999;
    font-size: 0;
    line-height: 18px;
    height: 19px;
}
#sub_header .sub_gloval_nav_ li:first-child {
    border-left: 1px dotted #999;
}
#sub_header .sub_gloval_nav_ li a {
    color: #fff;
    font-size: 14px;
}
.sub_nav_customer_ li.sub_Exit_ a {
    background: url(/images/img_common/nav_sub_logout.png) left center no-repeat;
}
.sub_nav_customer_ li.sub_login_ a {
    background: url(/images/img_common/nav_sub_login.png) left center no-repeat;
}

.sub_nav_customer_ li.sub_register_ a {
    background: url(/images/img_common/nav_sub_member.png) left center no-repeat;
}

.sub_nav_customer_ li.sub_logout_ a {
    background: url(/images/img_common/nav_sub_logout.png) left center no-repeat;
}
.sub_nav_customer_ li.sub_member_ a {
    background: url(/images/img_common/nav_sub_member.png) left center no-repeat;
}
.sub_nav_customer_ li.sub_cart_ a {
    background: url(/images/img_common/nav_sub_cart.png) left center no-repeat;
}
.sub_nav_customer_ li.sub_favorite_ a {
    background: url(/images/img_common/nav_sub_favorite.png) left center no-repeat;
}

#sub_header .sub_nav_customer_ {
    display: table;
    clear: both;
    margin-left: auto;
    padding-top: 14px;
    line-height: 17px;
}
#sub_header .sub_nav_customer_ li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 13px;
    font-size: 0;
}
#sub_header .sub_nav_customer_ li a {
    display: block;
    padding-left: 18px;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
}
/*------------------------------------------------
店鋪時間
------------------------------------------------*/
.OpenTimeWrap {
    float: left;
    width: 280px;
    background: url("/images/img_common/icon_normal2.png") no-repeat;
    padding-left: 50px;
}
.OpenTimeWrap p {
    line-height: 22px;
    font-size: 14px;
    color: #333;
}
.OpenTimeWrap p:first-child {
    font-size: 19px;
}
/*------------------------------------------------
　search
------------------------------------------------*/
.user_search_area_ {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.searchWrap {
    width: 950px;
    float: right;
}
.word_search_form_ {
    float: left;
}
.word_search_form_ input[type='text'] {
    float: left;
    padding: 0 10px;
    border: 1px solid #333;
}
#top_user_search {
    margin: 24px auto 40px auto;
}
.word_search_form_ input[type='submit'] {
    border: none;
    font-size: 0;
    cursor: pointer;
}
.word_search_form_ input.form_word_ {
    width: 346px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}
.word_search_form_ input.bg_form_btn_ {
    width: 60px;
    height: 40px;
    background: url(/images/img_common/icon_normal2.png) no-repeat #333;
    background-position: -46px -1px;
    border-radius: 0 4px 4px 0;
    border: 0;
    cursor: pointer;
}
.word_search_form_ input.sub_form_word_ {
    width: 252px;
    height: 28px;
    margin: 0;
    color: #666;
    line-height: 28px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    float: left;
}
.word_search_form_ input.bg_sub_form_btn_ {
    width: 60px;
    height: 28px;
    margin-right: 2px;
    background: url(/images/img_common/bg_sub_form_btn.gif) left center no-repeat;
    border-radius: 0 4px 4px 0;
    float: left;
    border: 0;
    cursor: pointer;
}
/* 搜索下的分區 */
/*
.word_search_form_ .sub_keyword_andor_, .word_search_form_ .keyword_andor_ {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
}
.keyword_andor_ label:first-child {
    margin-right: 20px;
}
.word_search_form_ .keyword_andor_ input[type="radio"]:checked:before, .word_search_form_ .sub_keyword_andor_ input[type="radio"]:checked:before {
    content: none;
}
.word_search_form_ .sub_keyword_andor_ label {
    color: #fff;
    margin: 3px 20px 0 0;
    line-height: 15px;
    height: 19px;
    padding-bottom: 3px;
}
*/
/* 登錄等菜單欄目 */
.nav_customer_ {
    float: right;
    padding-right: 6px;
}
.nav_customer_>li {
    position: relative;
    float: left;
}
.nav_customer_>li+li {
    margin: 0 0 0 14px;
}
.nav_customer_>li>a {
    display: block;
    min-width: 48px;
    font-size:12px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
}
.nav_customer_>li>a:hover {
    color: #000;
}
.nav_customer_>li>a:hover i {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.nav_customer_>li>a>i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url("/images/img_common/icon_normal2.png") no-repeat;
}
.nav_customer_ .navCus_login>a>i {
    background-position: -2px -59px;
}
.nav_customer_ .navCus_exit>a>i {
    background-position: -52px -59px;
}
.nav_customer_ .navCus_Register>a>i {
    background-position: -102px -59px;
}
.nav_customer_ .navCus_member>a>i {
    background-position: -102px -59px;
}
.nav_customer_ .navCus_cart>a>i {
    background-position: -151px -59px;
}
.nav_customer_ .navCus_advisory>a>i {
    background-position: -201px -59px;
}
.nav_customer_ .navCus_trace>a>i {
    background-position: -251px -59px;
}
.nav_customer_ .navCus_feedback>a>i {
    background-position: -302px -59px;
}
/*登錄狀態*/
.myPagesBox {
    position: absolute;
    width: 240px;
    background: #fff;
    top: 57px;
    right: -58px;
    z-index: 129;
    padding: 8px 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 10px #d9d9d9;
    -moz-box-shadow: 0 0 8px #d9d9d9;
    -webkit-box-shadow: 0 0 8px #d9d9d9;*/
    border: 1px solid #ccc;
    display: none;
}
.myPagesBox li {
    padding: 0 8px;
}
.myPagesBox a {
    line-height: 30px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.myPagesBox a:hover {
    color: #000;
    text-decoration: underline;
}
.myPagesAngles {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 123;
    height: 12px;
    width: 100%;
    display: none;
}
.myPagesAngles:before {
    content: '';
    width: 0;
    height: 0;
    display: table;
    margin: auto;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #ccc transparent;
}
.navCus_member:hover .myPagesBox,
.navCus_member:hover .myPagesAngles {
    display: block;
}

/* 購物車cart */
.navCus_cart .badge {
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 5;
    min-width: 16px;
    min-height: 16px;
    background: #d8251f;
    padding: 0;
    line-height: 16px;
    font-weight: normal;
}

.selectWrap {
    position: absolute;
    top: 57px;
    left: -70px;
    z-index: 9;
    width: 280px;
    line-height: 24px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    /*box-shadow: 0 0 10px #d9d9d9;
    -moz-box-shadow: 0 0 8px #d9d9d9;
    -webkit-box-shadow: 0 0 8px #d9d9d9;*/
    border: 1px solid #ccc;
    display: none;
}
.selectWrap ul {
    max-height: 293px;
    overflow: auto;
}
.selectWrap li {
    padding: 15px 0;
    border-top: 1px dotted #ccc;
}
.selectWrap li:first-child {
    padding: 0 0 15px 0;
    border-top: none;
}
.selectWrap .selWrap_Img {
    float: left;
    max-width: 76px;
    max-height: 76px;
}
.selectWrap .selWrap_Info {
    padding-left: 85px;
}
.selectWrap .selWrap_Name,
.selectWrap .selWrap_Price {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectWrap .selWrap_Price {
    color: #A88F4A;/*a84545*/
}
.selectWrap .btn_to_page {
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 8px auto 0 auto;
    padding: 3px 4px;
    background-color: #dcc58b;
    color: #93741e;
    border-radius: 3px;
}
.selectWrapAngles {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 123;
    height: 12px;
    width: 48px;
    display: none;
}
.selectWrapAngles:before {
    content: '';
    width: 0;
    height: 0;
    display: table;
    margin: auto;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #ccc transparent;
}
.navCus_cart:hover .selectWrap,
.navCus_cart:hover .selectWrapAngles {
    display: block;
}

/*------------------------------------------------
左邊產品列表
------------------------------------------------*/
.leftmenuframe_ {
    width: 280px;
    margin: 0;
    float: left;
    zoom: 1;
}
.leftmenuframe_:after {
    content: "";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.brandlist_wrap_ {
    position: relative;
    height: auto;
    /*border-bottom: 1px dotted #ccc;
    margin-bottom: 50px;*/
    padding-bottom:10px;
}
.brandlist_wrap_ h2 {
    position: relative;
    padding: 0 0 0 40px;
    border-bottom: 1px dotted #ccc;
    font-family: "Arial","sans-serif";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    margin-bottom:10px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}
.brandlist_wrap_ h2:hover {
    color: #59849a;
}

.brandlist_wrap_ .icon_brand {
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.brandlist_wrap_ h2 .btn_pulldown_group_ {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 13px;
    width: 66px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.brandlist_wrap_ h2 .btn_pulldown_group_ i {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/images/img_common/icon_normal.png) no-repeat;
    background-position: -65px -4px;
}
.brandlist_wrap_ .btn_cate_plus_ a {
    line-height: 32px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    display: block;
}
.btn_cate_plus_ i {
    width: 4px;
    height: 4px;
    background: #666;
    display: inline-block;
    border-radius: 50%;
    margin-right: 11px;
}

@media(max-width:991px) {
    .brandlist_wrap_ h2 .btn_pulldown_group_ {
        font-size: 12px;
        width: 24px;
        text-indent:100%;
    }
}


/*左側品牌懸浮窗口*/
.list_item {
    width: 300px;
    max-height: 416px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 0 15px 20px;
    border: 1px solid #bbb;
    background: #FFF;
    position: absolute;
    left: 240px;
    top: 0;
    z-index: 99;
    display: none;
    border-radius: 0 5px 5px 5px;
}
.list_item dl dt {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
}
.list_item dl dt:after {
    content: '';
    display: block;
    width: 84%;
    border-bottom: 2px solid #333;
}
.list_item dl dd {
    max-height: 338px;
    min-height: 66px;
    overflow-y: auto;
}
.list_item dl dd a {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_item dl dd a:nth-child(4n) {
    margin-right: 0;
}
.list_item dl dd a:hover, .btn_allBrand:hover {
    color: #000;
    cursor: pointer;
}
.list_item dd a label:hover {
    cursor: pointer;
}

.btn_allBrand {
    display:none;
    position: relative;
    font-size: 13px;
    color: #666;
    margin-top: 14px;
    padding-top: 14px;
    /*display: inline-block;*/
    line-height: 16px;
}
.btn_allBrand:before {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    background: #ddd;
    width: 100px;
    top: 0;
}

/*------------------------------------------------
main
------------------------------------------------*/
.mainframe_ {
    float: right;
    width: 950px;
}
.mainContainer {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
/*------------------------------------------------
Product list
------------------------------------------------*/
.ttl_main_ {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    border-bottom: 1px dotted #ccc;
    background: url(/images/img_index/bg_ttl_bar.gif) 0 50% no-repeat;
    font-family: "Arial","sans-serif";
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
}
.ttl_main_ span {
    margin-left: 20px;
    font-size: 14px;
}
.goods_name_{
    margin-bottom:15px;
    position: relative;
}
.goods_name_ img {
    margin: 0 auto;
}
.list_type_01_ li {
    padding: 10px 10px 0 10px;
    height: 330px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
}
.list_type_01_ li:hover {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 5px #f0f0f0;
    -moz-box-shadow: 0 0 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px #f0f0f0;
}
.block_of_review .list_type_01_ li {
    height: auto;
}
.list_type_01_ li > a, .list_type_01_ li > a span {
    display: block;
    color: #666;
}
.list_type_01_ li .item_name_, .list_type_01_ li .brand_name_ {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
    line-height: 15px;
}
.list_type_01_ li .item_name_:before, .list_type_01_ li .item_name_:after,
 .list_type_01_ li .brand_name_:before, .list_type_01_ li .brand_name_:after {
     position: absolute;
     background: #fff;
 }
.list_type_01_ li .item_name_:before, .list_type_01_ li .brand_name_:before {
    content: "...";
    bottom: 0;
    right: 0;
}
.list_type_01_ li .item_name_:after, .list_type_01_ li .brand_name_:after {
    content: "";
    width: 100%;
    height: 100%;
}

.list_type_01_ li .item_no_ {
    font-size: 12px;
    color: #666;
    width: 100%;
    height: 13px;
    line-height: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_type_01_ li .price_main_ {
    font-size: 16px;
    color: #d8251f;
    line-height: 24px;
    display: inline-block;
}

.list_type_01_ li .icon_product_info_ {
    position: absolute;
    top: 8px;
    left: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #d8251f;
    border: 1px solid #d8251f;
    border-radius: 4px;
    padding: 0 4px;
}
.list_type_01_ li .icon_product_info_ img {
    display: block;
}
.list_type_01_ li .icon_product_info_ img {
    margin-top: 3px;
}
.list_type_01_ li .icon_product_info_ img:first-child {
    margin-top: 0;
}
.list_type_01_ li .price_sub_ {
    line-height: 16px;
    margin: 4px 0;
    padding: 3px 0;
    font-size: 12px;
    display: inline-block;
}
.list_type_01_ li .text_review_ {
    font-size: 12px;
    color: #666;
    line-height: 16px;
}
#block_of_priced_event .icon_product_info_,
#block_of_sales_event .icon_product_info_ {
    color: #d8251f;
}

.list_type_01_ li .btn_addCart {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/images/img_common/icon_cart.png) no-repeat center;
    background-size: 16px;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.list_type_01_ li:hover .btn_addCart {
    display: block;
}

/* 售罄 */
.list_type_01_ .soldOut {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 70px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
}

/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
    margin: 0;
    padding: 20px 0;
    border: none;
    background: #f2f2f2;
}
#footer_top {
    width: 100%;
    display: table;
    margin: 0 auto;
    *zoom: 1;
}
#footer_top [id*='footer_'] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    font-size: 12px;
}
#footer_top #footer_logo {
    width: 15%;
    margin-left: 0;
    position: relative;
}
#footer_top #footer_logo a {
    max-width: 170px;
    width: 100%;
    height: 48px;
    margin: auto;
    display: block;
    position: absolute;
    top: 18px;
}
#footer_top #footer_shop_info {
    width: 31%;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}
#footer_top #footer_shop_info p {
    color: #000;
}
#footer_top #footer_guide {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}
#footer_top #footer_guide ul {
    float: left;
    width: 32%;
}
#footer_top #footer_guide ul:first-child {
    margin-right: 20px;
}
#footer_top #footer_guide li {
    padding-left: 15px;
    background: url(/images/img_common/list_arrow_02.gif) left center no-repeat;
}
#footer_top #footer_guide li a {
    color: #666;
    line-height: 20px;
}
#footer_caution {
    margin: 20px 0 0;
    border-top: 1px solid #ccc;
}
#footer_caution ul {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}
#footer_caution ul li {
    display: inline-block;
    margin-left: 40px;
}

/* footer bottom */
#footer_bottom {
    padding: 15px 0;
    background: #333;
    color: #fff;
    text-align: center;
}
#footer_bottom p {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
}
.pos_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/*------------------------------------------------
右边的導航
------------------------------------------------*/
#right_nav_sns {
    position: fixed;
    right: 0;
    bottom: 65px;
    z-index: 99;
    text-align: center;
    display: block;
}
#right_nav_sns>ul>li {
    width: 80px;
    height: 80px;
    background: #333;
    margin: 1px 0 0 0;
    border-radius: 5px;
    position: relative;
}

    #right_nav_sns .btn_page_top {
    
      display:none;
    }

#right_nav_sns>ul>li>a {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
#right_nav_sns>ul>li>a>i {
    margin: auto;
    display: block;
    width: 50px;
    height: 40px;
    background: url(/images/img_common/icon_normal.png) no-repeat;
}
#right_nav_sns .Customer_service>a>i {
    background-position: -104px 0;
}
#right_nav_sns .feedback>a>i {
    background-position: -104px -42px;
}
#right_nav_sns .browse_trace>a>i {
    background-position: -104px -85px;
}
#right_nav_sns .btn_page_top>a>i {
    background-position: -104px -128px;
}
#right_nav_sns>ul>li>a>span {
    color: #fff;
    font-size: 12px;
    -ms-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    display: block;
    line-height: 14px;
}

/*------------------------------------------------
麵包屑導航
------------------------------------------------*/
#breadcrumb_area {
    line-height: 20px;
}
#breadcrumb_area li {
    display: inline;
}
#breadcrumb_area li a {
    color: #666;
    font-size: 14px;
}
#breadcrumb_area li+li:before {
    content: ' > ';
}
#breadcrumb_area li:last-child a {
    font-weight: bold;
}

/*------------------------------------------------
分頁
------------------------------------------------*/
.pageDefine {
    position: relative;
    margin-top: 20px;
}
.pageDefine .pagination {
    margin: 0;
}
.pageDefine .pagination > li > a, .pageDefine .pagination > li > span {
    color: #666;
    background: #fff;
    padding: 0 13px;
    line-height: 34px;
    border: 1px solid #bbb;
    margin: 0 2px;
    border-radius: 5px;
}
.pageDefine .pagination > .active > a, .pageDefine .pagination > .active > span {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pageDefine .pagination > li > a:hover, .pageDefine .pagination > li > a:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.jumpPage {
    float: right;
    line-height: 34px;
    margin-left: 18px;
}
.jumpPage input {
    width: 44px;
    height: 34px;
    padding: 4px 8px;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.jumpPage_GO {
    background: #444;
    color: #fff;
    width: 36px;
    height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
}

/* 反饋 icon分享 email */
.FeedbackLg,
.emailPop {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}
.FeedbackLg .Feedback_title,
.emailPop .Feedback_title {
    font-size: 16px;
}
.FeedbackLg .Feedback_prompt,
.emailPop .Feedback_prompt {
    margin-bottom: 10px;
}
.FeedbackLg .form-horizontal,
.emailPop .form-horizontal {
    width: 520px;
    margin: auto;
}
.FeedbackLg .form-group label,
.emailPop .form-group label {
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}
.FeedbackLg .form-group .form-control,
.emailPop .form-group .form-control {
    font-size: 12px;
}
.FeedbackLg .form-group .red,
.emailPop .form-group .red {
    color: #f00;
    font-style: normal;
}
.FeedbackLg .modal-header,
.emailPop .modal-header {
    color: #444;
    background-color: #f0f0f0;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 6px 6px 0 0;
}
.FeedbackLg .modal-header .close,
.emailPop .modal-header .close {
    margin-top: 9px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.FeedbackLg .mod_save,
.emailPop .mod_save {
    font-size: 15px;
    width: 140px;
    border: 0;
    background: #333;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0;
    display: block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.FeedbackLg .form-group .red,
.emailPop .form-group .red {
    color: #f00;
    font-style: normal;
}
.FeedbackLg .RemarkBox,
.emailPop .RemarkBox {
    position: relative;
}
.FeedbackLg .RemarkNum,
.emailPop .RemarkNum {
    position: absolute;
    bottom: 5px;
    right: 8px;
    z-index: 8;
    color: #888;
}
/* 瀏覽足跡 */
.FootprintBg{
    position: fixed;
    right: -245px;
    top: 0;
    z-index: 999;
    width: 240px;
    height: 100%;
    padding: 8px 16px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    overflow: auto;
    line-height: 20px;
}
.FootprintTitle {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}
.Footprint_close{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    background: url(/images/img_common/icon_normal.png) no-repeat -32px -118px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.FootprintList {
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 5px;
    height: 94px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.FootprintList:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.FootprintList:hover .Footprint_name {
    color: #000;
}
.FootprintList a {
    display: block;
    padding: 8px;
}
.Footprint_img {
    float: left;
    width: 35%;
    padding-right: 5px;
    cursor: pointer;
}
.Footprint_img img {
    max-height: 100%;
}
.FootprintRight {
    float: left;
    width: 65%;
    height: 100%;
    position: relative;
}
.Footprint_name {
    height: 40px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    font-size:12px;
}
.Footprint_price {
    /*width: 80%;*/
    text-align: right;
    color: #f00;
    margin-top: 14px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Footprint_cart {
    width: 24px;
    height: 24px;
    display: block;
    background: url(/images/img_common/icon_normal.png) no-repeat -60px -91px #eee;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
    border-radius: 4px;
    cursor: pointer;
}
.Footprint_more {
    width: 100%;
    display: block;
    text-align: center;
    color: #999;
}

/* 客服咨詢 */
.navCus_advisory>a>.badge {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 5;
    min-width: 16px;
    min-height: 16px;
    background: #d8251f;
    padding: 0;
    line-height: 16px;
    font-weight: normal;
}

.ServiceWrapper {
    width: 170px;
    /*max-height: 400px;*/
    min-height: 200px;
    position: absolute;
    left: -66px;
    top: 57px;
    z-index: 122;
    background: #fff;
    padding: 8px 0 10px 0;
    border-radius: 5px;
    text-align: left;
    /*
    box-shadow: 0 0 10px #d9d9d9;
    -moz-box-shadow: 0 0 10px #d9d9d9;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
    */
    border: 1px solid #ccc;
    display: none;
    /*overflow-y: auto;*/
}
.ServiceWrapper:before {/*ServiceAngles*/
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    z-index: 122;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #ccc transparent;
}
.menu>li>a,
.menuleft>li>a {
    padding: 0 15px 0 32px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu>li>ul {
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu>li {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    cursor: pointer;
}
.menu>li>a {
    font-weight: bold;
}
.menu>li>a:hover {
    color: #000;
}
.menuleft>li{
    position: relative;
    cursor: pointer;
}
.menuleft>li>a:hover {
    background: #f5f5f5;
    color: #A88F4A;
}
.menuleft>li>a:hover .ServicerImg {
    background-position-y: -21px;
}
.Left_icon {
    background: url(/images/img_common/icon_serviceIcon.png) no-repeat #f5f5f5;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 7px;
}
.Left_icon2 {
    background-position: 0 -26px;
}
.Left_arrowRight {
    background: url(/images/img_common/icon_arrow_b.png) no-repeat 0 2px;
    background-size: 13px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 8px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
.ServicerImg {
    background: url(/images/img_common/icon_serviceIcon.png) no-repeat -21px 1px;
    background-size: 38px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 14px;
}
.ServiceWrapper .badge {
    background: #d8251f;
    margin-left: 2px;
    padding: 0;
    position: absolute;
    left: 1px;
    bottom: 9px;
    z-index: 88;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    font-weight: normal;
}
.trans{
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
/* 客服-客服信息框 */
.ServicerInfo{
    position: absolute;
    left: -408px;
    top: -42px;
    z-index: 121;
    width: 400px;
    min-height: 200px;
    padding: 22px 0 22px 22px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: 0 0 10px #d9d9d9;
    -moz-box-shadow: 0 0 10px #d9d9d9;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
    cursor: auto;
    /*display: none;*/
}
.ServiceInfoAngles {
    position: absolute;
    left: -8px;
    top: 0;
    z-index: 122;
    height: 30px;
    width: 8px;
}
.ServiceInfoAngles:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin-top: 8px;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #fff;
}
.SerInfo_IMG {
    width: 36%;
    float: left;
}
.SerInfo_IMG img {
    border-radius: 5px;
}
.SerInfo_Right {
    width: 64%;
    float: left;
    padding-left: 25px;
}
.ServicerInfo_name{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}
.ServicerInfo_TEL li {
    line-height: 24px;
    padding-left: 26px;
    position: relative;
}
.ServicerInfo_TEL li i {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    background: url(/images/img_common/service_icon.png) no-repeat;
    background-size: 80px;
    background-position: -1px -26px;
}
.ServicerInfo_TEL li:nth-child(2) i {
    background-position: -2px -1px;
    background-size: 90px;
}
.ServicerInfo_TEL li:nth-child(3) i {
    background-position: -2px -55px;
    background-size: 86px;
}
.ServicerInfo_TEL a{
    padding: 0;
    color: #0474c8;
}
.ServicerTEL_icon {
    margin-top: 4px;
}
.ServicerTEL_icon a {
    float: left;
    padding: 0;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(/images/img_common/service_icon.png) no-repeat;
    background-position: -125px -6px;
    position: relative;
    cursor: pointer;
}
.ServicerTEL_icon a:nth-child(2) {
    background-position: -61px -113px;
}
.ServicerTEL_icon a:nth-child(3) {
    background-position: -61px -60px;
}
.ServicerTEL_icon a:nth-child(4) {
    background-position: -61px -6px;
}
.AddressBook {
    width: 90px;
    line-height: 24px;
    border: 1px solid #a88f4a;
    border-radius: 4px;
    text-align: center;
    color: #a88f4a;
    cursor: pointer;
    margin: 5px 0 0 0;
    padding: 0 6px;
    float: left;
}
.AddressBook:hover {
    color: #a88f4a;
}
.iconCard {
    width: 34px;
    height: 26px;
    background: url(/images/img_common/service_Card.png) no-repeat;
    background-size: contain;
    margin: 5px 0 0 5px;
    float: left;
    cursor: pointer;
}
.SerInfo_Bottom {
    width: 100%;
    float: left;
    margin-top: 18px;
    padding-top: 5px;
    border-top: 2px solid #a88f4a;
}
.SerInfo_Bottom label {
    font-weight: normal;
    margin-bottom: 0;
}

.wechatQrCode{
    width: 200px;
    height: 200px;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 8px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 2px 11px #ccc;
    -moz-box-shadow: 0 2px 11px #ccc;
    -webkit-box-shadow: 0 2px 11px #ccc;
    cursor: default;
    display: none;
}
.wechatQrCode img{
    width: 100%;
    height: 100%;
}


@media (max-width:1220px) and (min-width:992px) {
    .OpenTimeWrap {
        padding-left: 0;
        background: none;
    }
    .word_search_form_ input.form_word_ {
        width: 280px;
    }
}
@media (max-width:1300px) and (min-width:768px) {
    .OpenTimeWrap,.leftmenuframe_ {
        width: 20%;
    }
    .list_item {
        left: 100%;
    }
    .searchWrap,.mainframe_ {
        width: 78%;
    }
    .header_right {
        width: 52%;
    }
    #gloval_nav li {
        width: calc(100%/7);
    }
    #footer_top #footer_shop_info {
        width: 25%;
    }
    #footer_top #footer_guide {
        width: 55%;
    }
    #header_top h1 {
        padding-left: 10px;
    }
}
@media (max-width:991px) {
    .site_logo {
        width: 220px;
    }
    .header_right {
        width: 62%;
    }
    #gloval_nav li {
        /*width: 12%;*/
    }
    .gloval_login li a {
        width: 64px;
    }
    .gloval_login {
        padding-top: 0;
    }
    .gloval_login li a {
        height: 16px;
    }
    .header_right {
        float: right;
        margin-left: 0;
    }
    .OpenTimeWrap {
        padding-left: 0;
        background: none;
    }
    .OpenTimeWrap p:first-child {
        font-size: 14px;
    }
    .OpenTimeWrap p {
         line-height: 20px;
         font-size: 12px;
    }
    .word_search_form_ input.form_word_ {
        width: 180px;
    }
    .word_search_form_ input.bg_form_btn_ {
        width: 50px;
        background-position: -52px -1px;
    }
    #sub_header #sub_header_inner {
        padding: 10px;
    }
    .word_search_form_ input.sub_form_word_ {
        width: 180px;
    }
    #sub_header .sub_gloval_nav_ li {
        padding: 0 8px;
    }
    #gloval_nav li a:after {
        left: 3px;
    }
    #gloval_nav li a {
        font-size: 14px;
    }
    #top_user_search {
        padding: 0 15px;
    }
    .nav_customer_ {
        padding-right: 0;
    }
    .nav_customer_>li+li {
        margin: 0 0 0 4px;
    }
    .l_container_ {
        padding: 0 15px;
    }
    #footer_top #footer_logo {
        width: 25%;
        left: 15px;
    }
    #footer_top #footer_guide {
        width: 72%;
    }
}
@media(max-width:767px) {
    /* 分頁 */
    .pageDefine .pagination > li > a, .pageDefine .pagination > li > span {
        padding: 0 10px;
        line-height: 28px;
        margin: 0 1px;
        border: 0;
    }
    .jumpPage input {
        width: 40px;
        height: 28px;
    }
    .jumpPage {
        line-height: 30px;
    }
    .jumpPage_GO {
        height: 28px;
        line-height: 28px;
        vertical-align: bottom;
    }

    /*header*/
    .l_container_ {
        padding: 0 15px 30px 15px;
    }
    .site_logo {
        width: 140px;
        height: 34px;
        right: 0;
    }
    #header {
        padding: 0;
    }
    #header_top,#header_bottom {
        height: auto;
    }
    #header_bottom {
        padding: 4px 0;
    }
    #header>.set_witdh_wide_ {
        height: 44px;
    }
    .IconHeaderTop3 {
        padding: 0;
        float: left;
        margin: 9px 0 0 15px;
    }
    .IconHeaderTop3 span {
        color: #fff;
        font-size: 16px;
    }
    .IconGlovalNav {
        padding: 0;
        margin: 13px 15px 0 0;
    }
    .IconGlovalNav .icon-bar {
        background-color: #fff;
    }
    #header_top #nav_header_top3 {
        width: 100%;
        position: absolute;
        top: 38px;
        z-index: 99;
        background: #333;
        padding: 5px 10px;
    }
    #header_top #nav_header_top3 li {
        float: none;
        display: block;
    }
    #header_top #nav_header_top3 li a {
        padding: 4px 0;
        display: block;
    }
    .header_right {
        height: auto;
        width: 100%;
    }
    #gloval_nav {
        padding: 0;
        position: absolute;
        z-index: 99;
        background: #333;
    }
    #gloval_nav li {
        width: 100%;
    }
    #gloval_nav li a {
        text-align: left;
        height: auto;
        padding: 5px 15px;
    }
    #gloval_nav li a:after {
        height: 0;
    }
    .searchWrap {
        width: 100%;
        float: none;
    }
    .word_search_form_ {
        float: none;
    }
    #top_user_search {
        margin: 7px auto 0 auto;
    }
    .word_search_form_ input.form_word_ {
        width: 85%;
        font-size: 12px;
        height: 30px;
        border: 1px solid #aaa;
    }
    .word_search_form_ input.bg_form_btn_ {
        width: 15%;
        background-size: 290px;
        background-position: -38px -3px;
        height: 30px;
        vertical-align: bottom;
    }
    #breadcrumb_area li a {
        font-size: 12px;
    }
    /*登錄等導航*/
    .nav_customer_ {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .nav_customer_>li+li {
        margin: 0 0 0 10px;
    }
    /*footer*/
    #footer_top #footer_guide {
        border-left: 0;
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }
    #footer_top #footer_guide ul {
        width: 33%;
    }
    #footer_top #footer_guide ul:first-child {
        margin-right: 0;
    }
    #footer_top #footer_guide li a {
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
    }
    #footer_bottom {
        padding: 8px 0;
    }
    /* footer right_nav_sns */
    #right_nav_sns>ul>li {
        width: 44px;
        height: 44px;
    }
    #right_nav_sns>ul>li>a {
        padding: 3px;
    }
    #right_nav_sns>ul>li>a>i {
        width: 32px;
        height: 26px;
        background-size: 94px;
        margin-top: 7px;
    }
    #right_nav_sns .Customer_service>a>i {
        background-position: -60px 1px;
    }
    #right_nav_sns .feedback>a>i {
        background-position: -60px -24px;
    }
    #right_nav_sns .browse_trace>a>i {
        background-position: -60px -51px;
    }
    #right_nav_sns .btn_page_top>a>i {
        background-position: -60px -75px;
    }

    /* main */
    .list_type_01_ li .item_name_:after, .list_type_01_ li .brand_name_:after {
        height: 50%;
        right: -92%;
        margin-top: 19px;
    }
    /* left 貨品分類 */
    .catalogue {
        margin-top: 6px;
    }
    .catalogue button {
        line-height:34px;
        border: 1px solid rgb(204, 204, 204);
        padding: 0px 15px;
        border-radius: 4px;
        background-color: #fff;
    }
    .catalogWrapper {
        width: 230px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1050;
        background: rgba(255,255,255,0.96);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
    }
    .catalogWrapper>dl>dd > a {
        font-size: 15px;
        padding: 0 12px;
        line-height: 40px;
        display: block;
        position: relative;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
    }
    .catalogWrapper dl dd.active > a {
        background: #fff;
    }
    .catalogWrapper dl dd a:hover, .catalogWrapper dl dd a:focus, .catalogWrapper dl dd a:visited {
        background: #fff;
        color: #000;
        cursor: pointer;
    }
    .catalogWrapper .icon_arrowR {
        position: absolute;
        top: 11px;
        right: 8px;
        display: block;
        width: 14px;
        height: 14px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url(/images/img_common/icon_normal.png) no-repeat;
        background-position: -65px -4px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        transition:all 0.2s ease-out;
        -webkit-transition:all 0.2s ease-out;
    }
    .catalogRotate{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -o-transform:rotate(90deg);
    }
    .catalog_list{
        overflow: auto;
        background: #fff;
        padding: 8px 0;
    }
    .catalog_list a{
        padding: 0 12px;
        line-height: 32px;
        font-size: 12px;
        display: block;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .new_mask{
        visibility: hidden;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        z-index: 1040;
        background-color: rgb(0, 0, 0);
        filter: alpha(opacity=50);
        opacity: 0.5;
        cursor: pointer;
    }
    .new_mask_open{
        overflow: hidden;
    }

    /* 反饋 */
    .FeedbackLg .form-horizontal {
        width: 100%;
    }
    .FeedbackLg .form-group label {
        padding-left: 15px;
        padding-top: 4px;
    }

     /* 反饋 */
    .emailPop .form-horizontal {
        width: 100%;
    }
    .emailPop .form-group label {
        padding-left: 15px;
        padding-top: 4px;
    }
}




