/* html, body{-webkit-tap-highlight-color:rgba(0,0,0,0);} */
/*产品详情描述*/
.Product_Describe_Copy{display: inline-block;font-weight: bold;text-decoration: underline;cursor: pointer;}
/*产品详情描述end*/
header{width: 100%;height: auto;background: #FFFFFF;padding-top: 0 !important;}
#navbar_header_height{width: 100%;/*position: fixed;top: 0;left: 0;right: 0;*/z-index: 9999999;padding-top: 0 !important;}
.store_nav_top{width: 100%;border-bottom: 1px solid #E3E7EA;z-index: 1000;background: #fff;}
.store_nav_top_box{max-width: 1440px;padding:20px 40px; margin: 0 auto;display: flex; flex-wrap: wrap; align-items: center;box-sizing: border-box;position: relative}
/* logo */
.store_nav_top .nav_logo{width: auto;height: 100%;display: flex;align-items: center;padding: 0 35px 0 0;margin-right: auto}
.store_nav_top .nav_logo a{display: inline-block;}
.store_nav_top .nav_logo img{max-width: 166px; height: auto;}
.store_nav_top .nav_logo img.img_mobile {display:none;}
/* 搜索 */
.store_nav_top .nav_search{ width: 700px; margin: 0 auto;/*display: flex;align-items: center;flex: 1 0 auto;max-width: 700px;*/}
.nav_search form{ margin-top: 0;padding-bottom: 0;min-width: 0;position: relative;}
.nav_search form input {width: 100%; font-size: 16px;color: #9CA0A4;padding:8px 10px;border: 1px solid #E3E7EA;line-height: 1;border-radius: 5px}
.nav_search form input::-webkit-input-placeholder {font-size: 16px;color: #9CA0A4;}

.nav_search form input:focus{border: 2px solid #333; color: #333;}

.nav_search form button{position: absolute;top: 10px;right: 14px;}
.nav_search form button i{font-size: 18px;color: #454A4E;font-weight: 600;background-color: #fff}
/* right */
.navbar_right{display: flex;align-items: center;width: auto;height: 100%;margin-left: auto}
.nav_language{font-size: 12px;text-align: center;color: #454A4E;font-weight: 400;line-height: 1.5;cursor: pointer;padding: 0 35px;display: flex;align-items: center}
.nav-country{font-size: 14px;font-weight: bold;color: #292b2c;display: inline-block;}
.nav-arrow-icon{padding-left: 5px}

#mobile_navtoggle{display: none;}
/* <!-- 搜索  手机端出现 --> */
#openSearch,#openUser{display: none;height: 100%;width: auto;}
#openUser{padding: 0px}
#openUser a{display: flex;height: 100%;width: auto;justify-content: center;align-items: center;}
#openSearch a{display: flex;height: 100%;width: auto;justify-content: left;align-items: center;}
#openSearch a span{font-size: 1.5rem;padding-left: 1rem}
#openSearch a i{font-size: 28px;color: #454A4E;line-height: 1;font-weight: 400;position: relative;}
#openUser a i{font-size: 28px;color: #454A4E;line-height: 1;font-weight: 400;position: relative;}
.search_menu_li{    border-top: 1px solid #E3E7EA;padding: 10px 0;margin-top: 10px;}
/* 购物车  and  登录*/
.navbar_right_cart a{ height: 100%;width: auto;display: flex;align-items: center;}
.navbar_right_account a{ height: 100%;width: auto;font-size: 14px}
.navbar_right_account img{width: 50px;height: 50px;border-radius: 50%;cursor: pointer}
.navbar_right_cart a i, .navbar_right_account a i{font-size: 32px;color: #454A4E;line-height: 1;font-weight: 400;position: relative;}
.navbar_right_cart a i .icon_cart_num{position: absolute;top: 0;right: 0; font-size: 12px;color: #fff;transform: translate(50%,-25%); padding: 0 4.480px;font-weight: 400; background: #00388D;width: auto;height: 16px;line-height: 16px;text-align: center;border-radius:8px;}
.navbar_right_cart, .navbar_right_account{width: auto;position: relative;padding: 0 20px;}
.navbar_right_account{padding-left: 35px}
.navbar_cart_menu{width: 400px;height:auto;display: none; background: #fff; border:1px solid #E3E7EA; position: absolute;right: -70px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.nav_bagview_caret{overflow: hidden;position: absolute;top: -7.5px;left: 0;width: 100%;height: 7.5px;z-index: 1;}
.nav_bagview_caret:after {right: 17%;border: 1px #ccc solid;background-color: #fff;background-clip: padding-box;content: "";display: block;position: absolute;top: 0; width: 15px;height: 15px;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg); -webkit-transform-origin: 0% 0; -ms-transform-origin: 0% 0;transform-origin: 0% 0;z-index: 1;
}
.navbar_account_menu{width: auto;height:auto;display: none; background: #fff; border:1px solid #E3E7EA; position: absolute;right: -12px;border: 1px solid #ccc;z-index: 3;
    border: 1px solid rgba(0,0,0,.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box;
}
.navbar_account_menu li{padding: 10px 20px;text-align: center;white-space: nowrap;}
.navbar_account_menu li a{
    color: #707070;
}
.navbar_account_menu li:hover{
    background-color: #EEEEEE;
}
.navbar_account_menu li:active a{
    color: #00388D;
}
.navbar_account_menu li:hover a{
    color: #00388D;
}
.login_content{ min-width: 120px; text-align: center;}
.right_account:after{right: 11%;}
.open .navbar_cart_menu, .open .navbar_account_menu{display: block;z-index: 9999;}

.nav_shopping_cart{width: 100%;text-align: center;padding: 25px 0 10px;color: #292B2C;font-size: 18px;line-height: 1;font-weight:bold;}
.navbar_cart_menu_box{width: 100%;height:auto;}
.nav_cart_list{width: 100%;box-sizing: border-box; padding: 0 16px 0 24px;max-height: 230px; list-style: none;border-bottom: 1px solid #E3E7EA;overflow-y: auto;}
/* 滚动条轨道 */
.nav_cart_list::-webkit-scrollbar{width: 8px;background-color: #ECEEEF;}
/*滚动条滑块*/
.nav_cart_list::-webkit-scrollbar-thumb{background-color: #9CA0A4;}
.nav_cart_list li{list-style: none;width: 100%;padding: 20px 0;border-bottom: 1px solid #E3E7EA;display: flex;align-items: center}
.nav_cart_list li:last-child{border-bottom: none;}
.nav_cart_img{width: 64px;height: 64px;margin-right: 16px;}
.nav_cart_img img{width: 100%;}
.nav_cart_text{width: calc(100% - 80px);width: -webkit-calc(100% - 80px);width: -moz-calc(100% - 80px);}
.nav_cart_text_title{width: 100%;color: #181818;font-size: 14px;line-height: 1.5;font-weight:400;margin-bottom: 6px;}
.nav_cart_text_title a{color: #181818;font-size: 16px;width: 100%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.nav_cart_text_norm{width: 100%; color: #5E6061;font-size: 12px;line-height: 1.6;font-weight:400;margin-bottom: 10px;}
.nav_cart_text_price{width: 100%;font-size: 14px;color: #9CA0A4;font-weight:400;line-height: 1;}
.nav_cart_text_price del{color: #5E6061;margin-right: 6px;}
.cart_pri_span1{font-size: 16px;margin-right: 8px;}
.cart_pri_EE4624{color: #EE4624;}
.cart_pri_00388D{color: var(--main-color);
    color: #00388D;}
.nav_price_num{margin-left: 6px;}
.num_total_price{width: 100%;padding: 14px 24px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center}
.product_num{color: #292B2C;font-size: 14px;font-weight:400;line-height: 1;}
.product_total_price{color: #EE4624;font-size: 16px;font-weight:400;line-height: 1;}
.you_save_money{width: 100%;padding:0 24px 20px ;box-sizing: border-box;color: var(--main-color);
    color: #00388D;font-size: 14px;font-weight: 400;line-height: 1;}
.nav_view_cart{width: 100%;padding:0 24px;box-sizing: border-box;text-align: center;margin-bottom: 20px;}
.nav_view_cart a{display: inline-block;width: 100%;height: auto;font-size: 16px;color: #fff;line-height: 1;font-weight: 400;border-radius: 2px;padding: 18px 0;background: #00388D;}

/* 登录 */
.right_account_input{width: 100%;height: auto;padding: 0 24px;box-sizing: border-box;}
.right_account_input form{width: 100%;height: auto;}
.right_account_input form ul{width: 100%;margin-bottom: 24px;}
.right_account_input form li{width: 100%;margin-bottom: 16px;}
.right_account_input form li input{width: 100%;border: 1px solid #D0D1D2;font-size: 14px;color: #9CA0A4;font-weight:400;box-sizing: border-box;padding: 18px 21px;}
.right_account_input form li input::-webkit-input-placeholder {font-size: 14px;color: #9CA0A4;}
.account_input_button{width: 100%;text-align: center;margin-bottom: 24px;}
.account_input_button input{display: inline-block; width: 100%;height: auto;text-align: center;background: #00388D;color: #fff;font-size: 16px;line-height: 1;padding: 16px 0;box-sizing: border-box;font-weight: 400;}

.account_new_lost{width: 100%;height: auto;text-align: center;padding-bottom: 36px;}
.account_new{color: #292B2C;font-size: 12px;font-weight:400;line-height: 1;margin-bottom: 16px;text-align: center;}
.account_lost{color: #292B2C;font-size: 12px;font-weight:400;line-height: 1;text-align: center;}
.account_new a, .account_lost a{display: inline-block;text-decoration: underline;}
/* nav_fixed_cvans_pc */
.nav_fixed_cvans_pc{
    position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #000;opacity: 0;z-index: 110;visibility: hidden;
    transition: all .2s;
}
.nav_fixed_cvans_pc.open{
    visibility: visible;
    opacity: .5;
}

/* store_nav_bottom 一级*/
.store_nav_bottom{width: 100%;height: auto;position: relative;/* display: block !important; */z-index: 999;background: #fff; }
.nav_fixed_cvans{display: block;visibility: hidden; position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #000;z-index:88;opacity: 0;overflow: hidden;}
.fix_top{transition: all 1s ease;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;
}
.store_nav_bottom_box{max-width: 1440px; padding: 0 40px;margin: 0 auto;box-sizing: border-box;}
.navMenu{width: 100%;height: auto;display: flex;align-items: center;list-style: none;}
.navMenu_navbar_li{width: auto;height: 100%;padding-right: 45px;display: flex;align-items: center;position: inherit;}
.nav_posi_relative{position: relative;}
.navMenu_navbar_li:last-child {padding-right: 0px;}
.navMenu_navbar_li .navbar_li_linka1{color: #181818;font-size: 16px;font-weight: 400;line-height: 1;padding: 20px 0; padding-right: 8px;cursor: pointer}
.navMenu_navbar_li:hover .navbar_li_linka1{color: var(--main-color);
    color: #00388D;}
.navMenu_navbar_li_ai{display: flex;align-items: center;box-sizing: border-box;}
.navMenu_navbar_li_ai i{color: #181818;font-size: 16px;font-weight: 400;line-height: 1;}
.navMenu_navbar_li:hover .navMenu_navbar_li_ai i{color: var(--main-color);
    color: #00388D;}
.mobile_right_i{display: none;}
/* 二级 */
.navMenu_navbar_list{width: 100%;position: absolute;left: 0;top: 100%;transition: all .2s;  background-color: #fff;
    /* visibility: hidden; */
    /*border-top: 1px #ccc solid;*/
    border-radius: inherit;
    -webkit-transition-property: height;transition-property: height;-webkit-transition-delay: .1s; transition-delay: .1s;
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background-clip: padding-box;}
.open .navMenu_navbar_list{
    z-index: 11;
    /* visibility: visible; */
}
/* .open .navMenu_navbar_list .nav_store_container{height: 540px;} */
.navMenu_navbar_li.open .navbar_li_linka1{
    color: var(--main-color);
    color: #00388D;
}
.nav_store_container{max-width: 1480px;margin: 0 auto;padding-left: 40px;padding-right: 40px;position: relative;box-sizing: border-box;height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.nav_product_sort{width: 260px;height: auto;padding-top: 15px; visibility: hidden;transition: all .3s;opacity: 0;}
.open .nav_product_sort{visibility: visible;opacity: 1;}
.nav_product_sort .product_sort_list .link_icon_alink2{display: inline-block; padding:15px 0;color: #181818 ;font-weight:400;line-height: 1;font-size: 14px;padding-right: 10px;}
.navbar_link_icon{position: relative;z-index: 9;cursor: pointer}
.navbar_link_icon i{font-size: 16px;line-height: 1;color: #181818 ;font-weight: 400;}
.product_sort_list.open_list .link_icon_alink2, .product_sort_list.open_list .navbar_link_icon i {color: #00388D ;}
/* 二级  第二种*/
.navigation2_navbar2{position: absolute; display: none;opacity: 0; top: 100%;left: 0;z-index: 99;max-width: 500px;
    min-width: 160px; padding: 5px 0; list-style: none; font-size: 14px;text-align: left;
    background-color: #fff; border: 1px solid #ccc;border-radius: 0 0 4px 4px;border-top: 0;transition: all .3s;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);background-clip: padding-box;}
.open .navigation2_navbar2{display: block;opacity: 1;}
.navigation2_navbar2_container{width: 100%;padding: 0;font-size: 0;list-style: none;}
.navigation2_navbar2_container li{width: 100%;display: inline-block;padding: 0;position: relative;}
.navigation2_navbar2_container li .product_sort_list2_link {white-space: nowrap; font-size: 16px; color: #151414; display: inline-block;height: auto;overflow: hidden;line-height: 1;padding: 10px 16px;width: 100%; box-sizing: border-box;}
.navigation2_navbar2_container li .product_sort_list2_link:hover{background: #eee;}
.sort_list2_flex{}
.navigation2_navbar2_container li.open_list2 .product_sort_list2_link{
    color: var(--main-color);
    color: #00388D;
}

/* 三级 */
.sub_product_list{visibility: hidden;overflow: hidden;}
.open_list .sub_product_list{
    visibility: visible;
}

.sub_list_box{
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: all .2s;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left:300px;
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    height: auto;
    background: #FFF;
    padding: 15px 0 30px 0;
    display: none;
}
.open_list .sub_list_box{
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(0.6,0,0.4,1);
    transition: opacity .6s cubic-bezier(0.6,0,0.4,1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity .2s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .2s;
    transition: opacity .2s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .2s;
    transition: transform .2s cubic-bezier(0.4,0,0.2,1) .2s,opacity .2s cubic-bezier(0.4,0,0.2,1) .2s;
    transition: transform .2s cubic-bezier(0.4,0,0.2,1) .2s,opacity .2s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .2s;
}

.sub_list_box_product{width: 50%;}
.sub_list_box_product_list{width: 100%;box-sizing: border-box;padding: 0 100px 0 15px;min-height: 400px; overflow-y: auto}
.sub_list_box_product_list li{width: 100%;padding: 15px 0;}
.sub_list_box_product_list li:first-child .nav_product_link span{font-weight: bold}
.navbar_link_icon .iconfont.icon-arrow-down{display: none;}

.nav_product_link{ color: #181818 ; font-weight: 400;line-height: 1;font-size: 14px;transition: all .2s;}
.hover_before_sapn{position: relative;font-size: 14px;display: inline-block;}
.hover_before_sapn:before {content: '';display: block;position: absolute;top: 100%;left: 50%; width: 0; height: 1px; margin-top: 2px;background: #00388D;
    -webkit-transition: left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);transition: left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);
}

.nav_product_link:hover{
    color: var(--main-color);
    color: #00388D;
}
.nav_product_link:hover span:before {left: 0;width: 100%;}
/* 三级 right  img */
.sub_list_box_img{width: 50%;padding-top: 15px;}
.sub_box_img_container{width:100% ;padding:0 100px ; box-sizing: border-box;border-left: 1px solid #ddd;}
.sub_box_img_container_link{display: block;}
.subimage_main_loaded{overflow: hidden;width: 100%;height: auto;border-radius: 20px;}
.subimage_main_loaded img{width: 100%;-webkit-transition: all .3s;-ms-transition: all .3s; transition: all .3s; }
.subimage_main_loaded img:hover{transform: scale(1.05);}
.sub_lsw_img_text{padding: 24px 8px;color: #181818;font-weight:600 ;}
.sub_lsw_img_text_headline{font-size: 24px;color: #181818;margin-bottom: 10px;font-weight: 500;}
.sub_lsw_img_text_bewrite {
    font-size: 16px;
    color: #181818;
    margin-bottom: 10px;
    font-weight: 400;
}
.sub_lsw_img_text_underline{
    font-size: 14px;
    padding: 8px 0;
    transition: all .2s;
}
.sub_lsw_img_text_underline a span{
    color: var(--main-color);
    color: #00388D;
}
.sub_lsw_img_text_underline:hover span:before{left: 0;width: 100%;}
.sub_lsw_img_text_underline:hover {
    color: var(--main-color);
    color: #00388D;
}
/* 三级 第二种 */
.navbar3_menu{position: absolute; display: none;opacity: 0; top: 0%;left: 100%;z-index: 99;max-width: 500px;height: auto;
    min-width: 160px; padding: 5px 0; list-style: none; font-size: 14px;text-align: left;transition: all .5s;
    background-color: #fff; border: 1px solid #ccc;border-radius: 4px;border-top: 0;overflow-y: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);background-clip: padding-box;}
.navbar3_menu .navbar3_menu_ul{width: 100%;height: auto;padding: 0;margin: 0;list-style: none;}
.navbar3_menu .navbar3_menu_ul_li{width: 100%;display: inline-block;}
.navbar3_menu_ul_li a{white-space: nowrap;font-size: 14px;color: #151414;display: inline-block;height: auto;overflow: hidden;line-height: 1;padding: 10px 16px;width: 100%;box-sizing: border-box;}
.navbar3_menu_ul_li a:hover{background: #eee;
    color: var(--main-color);
    color: #00388D;
}
.open_list2 .navbar3_menu{display: block;opacity: 1;}

/*  */
.nav-sign-content{padding-top: 20px;border-top: 1px solid #e3e7ea;display: none}
.select-country{padding-top: 20px;display: inline-block}
.navbar_mdark{display: none;}
.store_nav_top_box button{outline:none;}
.mobile_terminal_appear{display: none;}
.close_text{display: none;font-size: 18px}

/*搜索下拉框*/
.search_form_inner{position: absolute;visibility: hidden;overflow: hidden; background: #fff;z-index: 1000;}
.search_bar_menu[aria-hidden="false"]{visibility: visible;display: block;}
/*.search_form_input .search_input:focus .search_bar_menu{*/
/*    visibility: visible;*/
/*}*/
@media screen and (min-width: 641px){
    .search_form_inner{width: 100%; height: calc(100vh - 90px - 40px); top: 100%;left: 0; }
    .search_bar_menu{max-height: 310px; height: auto;left: 0; width: 100%;border-radius: 0 0 3px 3px;}
}
.search_bar_menu{background: #fff;box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1); visibility: hidden;transition: visibility 0.1s ease-in-out;padding: 20px 0;
    overflow: auto;overscroll-behavior: none;position: absolute;top: 0; z-index: 55;display: none;}
.search_bar_menu_link{
    color: #707070;
    line-height: 1.6;
    font-size: 16px;
    display: block;
}
.cus-label-upstep::after{
    content: '';
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -ms-calc(100% - 48px);
    width: -o-calc(100% - 48px);
    width: calc(100% - 48px);
    height: 100%;
    top: 0;
}
.search_bar_menu_linklist li{
    padding: 10px 24px;
    cursor: pointer;
}
.search_bar_menu_linklist li:hover{
    background-color: #E3E7EA;
}
.search-list-box{
    border-bottom: 1px solid #E7E7E7;
}
.search_bar_menu_linklist{
    padding: 8px 0;
}
.history-title{
    font-size: 12px;
    line-height: 15px;
    color: #9CA0A4;
}
.search_input .search_bar_menu_link{
    display: inline-block;
    vertical-align: middle;
}
.search_input .icon-colose{
    font-size: 12px;
    padding:3px 4px;
    background-color: #E5EBF3;
    color: #00388D;
    border-radius: 50%;
    font-weight: bold;
    margin-left: 16px;
}


/*热门标签*/
.module_bag_hot_show{
    font-size: 12px;
    font-weight: 500;
    color: #FF9402;
    display: inline-block;
    padding-left: 8px;
}
.hot-search-tag span{
    display: inline-block;
}

@media screen and (max-width: 1550px ){
    .navbar_cart_menu {right: -40px;}
    .nav_bagview_caret:after {right: 9.5%;}
    .navbar_account_menu {right: 0px;}
    .right_account:after {right: 0%;}
}
@media screen and (max-width: 1300px ){
    .store_nav_top .nav_search { width: auto;flex: 1 0 auto; }
    .sub_list_box_product_list {padding: 0 75px 0 15px;}
    .sub_box_img_container {padding: 0 75px;}
}
@media screen and (max-width: 1200px ){
    .sub_list_box_product_list {padding: 0 50px 0 15px;}
    .sub_box_img_container {padding: 0 50px;}
}
@media  (min-width: 769px){
    .history{display: none;}
    .recommend{display: none;}
    .history{display: none;}
    .inp_search{display: none;}
    .mobei_nation{display: none;}
}
/* 最新移动端 */
@media screen and (max-width: 768px){
    .mobei_nation{padding-left: 20px;display: block;}
    .mobei_nation i{
        font-size: 28px;
        font-weight: 400;
        position: relative;
        line-height: 1;
    }
    .navbar_right_cart a i, .navbar_right_account a i{
        font-size: 28px !important;
    }
    #openSearch a .icon-sousuo{
        font-size: 28px;
    }
    .store_nav_top_box .search_form_bar .search_form_inner{display: none;}
    .store_nav_top_box .search_form_bar .search_form_close{display: none;}
    .store_nav_top_box #nav_searchs{padding: 0;top: 61px;}
    .search_form_wrapper{padding: 0 16px !important;}
    .nav_search .search_form_bar{margin-top: 16px;}
    .nav_search form input{border-radius: 0;padding-left: 32px;border: none !important;}
    .nav_search form .input_box{border: 1px solid #E3E7EA;}
    .nav_search form .input_box button{left: 22px;right: inherit;right: 0 !important;width: 18px;}
    .search_form_input{display: flex;}
    .nav_search form .search_btn i{
        background-color: transparent;
    }
    .nav_search .inp_search{
        width: 77px;
        height: 37px;
        background: #000;
        color: #fff;
        text-align: center;
        position: static;
        border: none;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
    }
    .history{padding: 0px 16px 0px;background-color: #FFFFFF;}
    .history_title{display: flex;justify-content: space-between;padding: 20px 0px 16px;}
    .history_title div:first-child{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
    }
    .history_title div:last-child{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        opacity: 0.5;
    }
    .history .history_btn{overflow: hidden;padding-bottom: 8px;border-bottom: 1px solid #e5e5e5;}
    .history .history_btn div{
        float: left;
        height: 24px;
        border: 1px solid #ccc;
        font-size: 14px;
        line-height: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        padding: 0 8px;
        margin-right: 16px;
        margin-bottom: 8px;
        border-radius: 5px;
    }
    .recommend{
        background-color: #fff;
        overflow: hidden;
    }
    .recommend_title{
        padding: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
    }
    .recommend_swiper{
        width: calc(100% - 32px);
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
    }
    .recommend_swiper>div{
        /* padding:0 16px; */
        padding-bottom: 16px;
        /* width: 1560px; */
        display: flex;
    }
    .recommend_swiper_box{
        padding: 12px 0 0 14px;
        width: 260px;
        height: 160px;
        margin-right: 16px;
        color: #000;
        background: url('../../../static/images/img/searchs.png')no-repeat;
        background-size: 260px 160px;
    }
    .recommend_swiper .recommend_swiper_title{
        font-size: 16px;
        font-weight: bold;
    }
    .recommend_swiper .recommend_swiper_contetn{
        font-size: 14px;
        font-weight: 400;
        margin-top: 14px;
    }
    .recommend_swiper .recommend_swiper_btn{
        font-size: 12px;
        color: #fff;
        padding: 0 8px;
        line-height: 25px;
        margin-top: 6px;
        display: inline-block;
        background-color: #000000;
    }
    .recommend_swiper_content{
        display: flex;
        width: 163px;
        flex-direction: column;
    }
    .recommend_swiper_content>div{
        flex: 1;
    }
    .swiper_content_title{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #000000;
    }
    .swiper_content_parice{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FD4627;
        margin-top: 12px;
    }
    .swiper_content_parice span{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        text-decoration: line-through;
        opacity: 0.5;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .content {
        width: calc(100% - 32px);
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
    }
    .mySwiper .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .li_img {
        /* max-width: 167px; */
        min-width: 167px;
    }
    .col-price {
        /* flex-basis: 80%; */
        flex: 1;
    }
    .t_text {
        max-width: 150px;
        font-size: 14px;
        font-weight: 800;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .t_sp {
        margin-bottom: 16px;
    }
    .t_sp span:nth-child(1) {
        font-size: 14px;
        font-weight: 400;
        color: #FD4627;
        margin-right: 8px;
    }
    .li_img div {
        display: block;
        width: 39px;
        height: 18px;
        background: #FD4627;
        border-radius: 5px 5px 5px 0px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .t_sp span:nth-child(2) {
        font-size: 10px;
        font-weight: 400;
        color: #000000;
        opacity: 0.5;
        text-decoration: line-through;
    }
}
@media  (max-width: 768px){
    #nav_searchs{/*display: none;*/visibility: hidden;position: absolute;padding: 0 20px 0 20px; width: 100%;bottom: 0;left: 0;background: #fff;z-index: 2;
        transition: visibility 0.25s ease-in-out, margin-bottom 0.25s ease-in-out;}
    #nav_searchs.is-fixed{ position: fixed;top: 0;left: 0;height: 100vh;z-index: 10;}
    #nav_searchs.is-visible{visibility: visible;margin-bottom: -61px;z-index: 999 }
    .search_form_input{flex-grow: 1;}
    .search_form_close{display: none;width: 0;transition: all .5s;cursor: pointer;}
    .search_form_wrapper{ display: flex;justify-content: space-between; align-items: center;}
    .close_text{display: block;position: absolute;top: 0;right: 0;}
    .close_text .iconfont{
        font-size: 30px;
    }
    .nav_search form{margin-top: 10px;padding-bottom: 10px;opacity: 0;transition: opacity 0.2s ease-in-out;}
    #nav_searchs.is-visible .search_form_bar{transition-delay: 0.15s;opacity: 1;}
    .nav_search form button{top: 8px;}
    #openSearch{display: block;}
    .store_nav_top_box{padding:10px 15px;}
}
@media screen and (max-width: 480px){
    .nav_search form button{ top: 10px;}
    #nav_searchs{top: 54px;}
    .search_form_inner{width: 80%;min-height: 200px}
    .search_bar_menu{width: 100%;height: 100%; padding: 20px 0}
}
@media screen and (max-width: 992px ){
    .nav_fixed_cvans_pc.open {
        visibility: hidden;
    }
    /* 手机端导航栏层级 */
    .store_nav_bottom {
        z-index: 999;
    }
    .nav_store_container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sub_list_box_product_list{
        min-height: inherit;
        max-height: inherit;
        padding: 0 0px 0 15px;
    }
    .navbar_mdark{display: block;}
    /*#nav_searchs{display: none;}*/
    #nav_languages {display: none;}
    #nav_accounts{display: none;}
    /*#openSearch{display: block;}*/
    #openUser{display: block;}
    #mobile_navtoggle{display: block;}
    .mobile_navtoggle .navbar-toggler{padding: 0;font-size: 36px;}
    .open .navbar_cart_menu, .open .navbar_account_menu {display: none; z-index: 9999;}
    .collapse:not(.show) {display: none;}
    .store_nav_top .nav_logo{padding: 0 20px}
    /* 选项卡 手机端*/
    .store_nav_bottom.collapse.show .nav_fixed_cvans {display: block;visibility: visible;opacity: .5;-webkit-transition: opacity .3s cubic-bezier(0.6,0,0.4,1);transition: opacity .3s cubic-bezier(0.6,0,0.4,1);}
    .store_nav_bottom_box{height: 100%;position: fixed;background: #fff;z-index: 89;max-height: 100%; right: 0;top: 0px;border-top: 0;overflow: inherit; margin: 0;
        padding: 56px 24px 0 ;width: 400px;box-sizing: border-box ;-webkit-transform: translateX(400px);transform: translateX(400px);
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.6,0,0.4,1);
        transition: -webkit-transform .3s cubic-bezier(0.6,0,0.4,1);
        transition: transform .3s cubic-bezier(0.6,0,0.4,1);
        transition: transform .3s cubic-bezier(0.6,0,0.4,1),-webkit-transform .3s cubic-bezier(0.6,0,0.4,1);
    }
    .store_nav_bottom.collapse.show .store_nav_bottom_box{-webkit-transform: translateX(0);transform: translateX(0);}
    .navMenu { width: 100%; height: auto;display: inherit;align-items: inherit;}
    .mobile_terminal_appear{
        display: block;width: 100%;position: absolute;top: 0;left: 0;
        /* padding: 16px; */
        z-index: 9999999;box-sizing: border-box;background: #FFF;
        padding: 10px 15px;
    }
    .mobile_terminal_appear .moter_appear{
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        color: #181818;
        float: right;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }
    .mobile_terminal_appear .mobile_terminal_appear_title{
        font-size: 12px;
        float: right;
        cursor: pointer;
        margin-top: 20px;
        color: #000000;
        font-weight: bold;
        margin-left: 8px;
        float: left;
    }
    .mobile_terminal_appear .moter_left{
        font-size: 22px;
        line-height: 50px;
        font-weight: bold;
        color: #181818;
        float: left;
        display: none;
    }
    .mobile_terminal_appear.icon_show .moter_left{display: block;}
    .navMenu_navbar_li {width: 100%; height: auto;padding-right: 0;display: flex; align-items: center;position: inherit !important;
        /* 	padding: 10px 0; */
        /*margin-top: 8px;*/
    }
    .mobile_arrowdown_i{display: none;}
    .mobile_right_i{display: inline-block;}
    .navMenu_navbar_li_ai {width: 100%;display: flex;align-items: center;justify-content: space-between;cursor: pointer;}

    .navMenu_navbar_list {top: 0%;height: 100%;visibility: hidden;}
    .navbar_link_icon .iconfont.mobile_arrowdown_i{display: none;}
    .navbar_link_icon .iconfont.mobile_right_i{display: inline-block; padding: 0 1px;}
    .click_open .navMenu_navbar_list .nav_store_container {width: 100%;box-sizing: border-box;  height: 100% !important;overflow: hidden;padding-top: 56px;}
    .nav_product_sort { width: 100%; height: auto;padding-top: 8px;padding-bottom: 50px;transition: all 0s;}
    .navbar_link_icon {position: relative;z-index: 9; display: flex;justify-content: space-between;align-items: center;}
    .sub_product_list { 
        display: block;height: 0;overflow: hidden; position: inherit;box-sizing: border-box;
        top: 0;left: 0;width: 100%;background: #FFF; padding: 0; /* padding: 15px 0 30px 0; */
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        transition: all .3s;
    }

    .open .navMenu_navbar_list{display: none;visibility: visible;}
    .open_list .sub_product_list {display: none;opacity: 0;}
    /* 二级显示 */
    .click_open .navMenu_navbar_list{display: block;}
    .navMenu_navbar_li .navbar_li_linka1 {display: inline-block;width: 80%;}
    /* 三级 */
    .nav_product_sort .product_sort_list .link_icon_alink2{width: 80%;}
    .nav_product_sort .product_sort_list.open_list3 .link_icon_alink2{
        color: var(--main-color);
        color: #00388D;
    }
    .open_list3 .navbar_link_icon i{
        color: var(--main-color);
        color: #00388D;
    }
    .open_list3 .sub_product_list{display: block;opacity: 1;height: auto;  -webkit-transform: translateX(0px);transform: translateX(0px);visibility: visible;}
    .sub_list_box {flex-wrap: wrap;}
    .sub_list_box {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        transition: all .3s;
        position: inherit;
        box-sizing: border-box;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #FFF;
        padding: 15px 0 30px 0;
        display: flex;
    }
    .sub_list_box_product {width: 100%;}
    .sub_list_box_img {width: 100%;padding-top: 15px;}
    .sub_box_img_container {width: 85%;margin: 0 auto;padding: 0; border-left: none;}
    /* 第二种 二级 */
    .open .navigation2_navbar2 {display: none;opacity: 0;}
    .navigation2_navbar2 {top: 0;left: 0;max-width: inherit;min-width: inherit;width: 100%; padding: 0;list-style: none;
        font-size: 14px;background-color: #fff; border: none; border-radius: 4px;border-top: 0;transition: all .3s;-webkit-box-shadow:none;box-shadow: none;}
    .click_open .navigation2_navbar2{display: block;opacity: 1;height: 100%;overflow: hidden;}

    .navigation2_navbar2_container {padding: 58px 20px 50px;box-sizing: border-box;}
    .sort_list2_flex {display: flex;justify-content: space-between;align-items:center;}
    .open_list3 .product_sort_list2_link{width: 80%;}
    .open_list3 .click_icon{
        color: var(--main-color);
        color: #00388D;
    }
    .navigation2_navbar2_container li .product_sort_list2_link{padding: 15px 0;}
    .navigation2_navbar2_container li.open_list3 .product_sort_list2_link{
        color: var(--main-color);
        color: #00388D;
    }
    .navbar3_menu{ position: inherit;display: block;opacity:1;top: 0%; left: 0;z-index: 99;max-width: inherit;width: 100%; height: 0; min-width:inherit;overflow: hidden;
        padding: 0; transition: all .5s;background-color: #fff;border: none;border-radius: 0; border-top: 0; overflow-y: auto;-webkit-box-shadow:none;box-shadow: none;
        -webkit-transform: translateX(-30px);transform: translateX(-30px);}
    .open_list3 .navbar3_menu {-webkit-transform: translateX(0px);transform: translateX(0px);height: auto;visibility: visible;}
    .navigation2_navbar2_container li .product_sort_list2_link:hover {background: #FFF;}
    .navbar3_menu_ul_li a {display: initial;  padding: 0;}
    .navbar3_menu .navbar3_menu_ul_li {width: 100%;display: inline-block;padding: 12px 10px;}
    .nav-sign-content{display: block}
}

@media screen and (max-width: 480px ){
    .mobile_navtoggle .navbar-toggler { padding: 0; font-size: 30px;}
    #mobile_navtoggle {display: block;}
    #openSearch a i {font-size: 26px;color: #454A4E}
    .navbar_right_cart a i, .navbar_right_account a i {font-size: 28px;}
}
@media screen and (max-width: 400px ){
    .store_nav_bottom_box { width: 100%;}
}
a{text-decoration: none!important;word-wrap: break-word;word-break: normal;}
.search_content{background-color: #fff;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2999;display: none;}
.search_input-wrap{display: flex;justify-content: space-around;height: 60px;border-bottom: 1px solid #E0E2E5;}
.pull-left_icon{ line-height: 60px;}
.search_button{line-height: 58px;}
.search_input-wrap .iconfont{ font-size: 20px;}
/*@media (min-width: 576px) {*/
/*    .store_nav_bottom_box{*/
/*        max-width: 540px;*/
/*    }*/
/*}*/
@media screen and (max-width: 576px){
    .store_nav_top .nav_logo img { width: 100%;display:none;}
    .store_nav_top .nav_logo img.img_mobile {display:block;width: 40px;}
}
@media (min-width: 576px) and (max-width: 375px){
    .store_nav_top_box{padding: 10px 40px;}
}
/*@media (min-width: 768px) {*/
/*    .store_nav_bottom_box {*/
/*        max-width: 720px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .store_nav_bottom_box,.store_nav_top_box,.la_content,.nav_store_container {*/
/*        max-width: 960px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .store_nav_bottom_box,.store_nav_top_box,.la_content,.nav_store_container {*/
/*        max-width: 1140px;*/
/*    }*/
/*}*/
/*@media (min-width: 1660px) {*/
    .store_nav_bottom_box,.store_nav_top_box,.la_content {max-width: 1480px; }
/*}*/
/*购物车*/
.navbar_cart_menu_box {padding: 20px!important;}
.cart_menu_box,.cart_menu_box dd dt{ margin:0px; padding:0;}
.cart_menu_box dd{ width:100%; display:inline-block; margin-top:10px; padding-bottom:10px;}
.cart_menu_box dd .cart_img{ float:left; width:30%;}
.cart_menu_box dd .cart_img a{ line-height:50px; height:50px;}
.cart_menu_box dd .cart_img img{ width:50px; height:50px;}
.cart_menu_box dd .cart_shop{ float:left; width:70%;overflow:hidden; display:block;white-space:normal; word-break:break-all; text-align:left; font-size:12px;}
.cart_menu_box dd .cart_shop a{ height:30px; line-height:15px; width:95%; display:inline-block; color:#000;text-align:left; overflow:hidden;}
.cart_menu_box dd .cart_shop span{ display:inline-block; width:100%;}
.cart_menu_box dd .cart_shop span strong{    color: #e01d20;    font-weight: 400;    font-family: Arial,Helvetica,sans-serif;}
.cart_menu_box dd .cart_shop span b{ margin:0 10px; font-weight:100;}
.cart_menu_box dd .cart_shop .keyname{ width:100%; color:#666; font-size:10px}
.cart_menu_box dd p{display:inline-block; width:100%; font-size:12px;}
.cart_menu_box dt{ text-align:center; width:100%;}
.cart_menu_box dd p em{    color: #e01d20;    font-size: 16px;    margin: 0 4px;    position: relative;    top: 1px;    font-family: Arial,Helvetica,sans-serif;    font-style: normal;}
.cart_menu_box dd p b{    font-weight: 400;    font-size: 16px;    color: #e01d20;    margin-left: 4px;    font-family: Arial,Helvetica,sans-serif;}
.cart_menu_box dt a{ height:35px!important; line-height:35px!important; color:#FFFFFF; background:#38a2f5; font-size:14px; width:95%!important; display:inline-block;}
#cart_icon span{
     background-color: var(--main-color);
     background-color: #00388D;
}
.micart-xg{ font-size:12px;}
.coupon_open_boxs{ width:100%; display:inline-block; padding:10px 0;}
.coupon_open_boxs .img{ float:left; margin-right:15px; width:60px;}
.coupon_open_boxs .img img{ max-width:100%;}
.coupon_open_boxs .coupon_open_info{ float:left; width:260px; color:#333;}
.coupon_open_boxs h3{ margin:0 0 5px 0; padding:0; font-size:18px;}
.coupon_open_boxs .user_condition{float: left;width: 100%;line-height: 15px;max-height: 45px;overflow: hidden;    font-size: 10px;}
.coupon_open_boxs .Checkout{ font-size:10px; margin-top:0px; display:inline-block; width:100%;}

/* 语言切换-站点选择 */
#store_SiteSwitchMask{display:none ; position: fixed;left: 0;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;opacity: .5;background: #000;z-index: 999999999999999998;}
#store_SiteSwitch {display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;overflow: auto;margin: 0;z-index: 999999999999999999;}
#store_SiteSwitch .SS_el-dialog{width:1200px;height:auto;padding: 50px; position: relative;margin: 50px auto 50px;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing: border-box;box-sizing: border-box;background: #fff;}
#store_SiteSwitch .SS_el-dialog_icon{position: absolute;top: 25px;right: 25px;width: 30px;height: 30px;line-height: 30px;text-align: center;}
#store_SiteSwitch .SS_el-dialog_icon i{font-size: 20px;font-weight: bold;color: #666;cursor: pointer;}
#store_SiteSwitch .SS_el-dialog_icon:hover i{color: #2e8ded;}
#store_SiteSwitch .SS_el-dialog_tit{font-size: 28px;color: #666;text-align: center;line-height: 1.4;}
#store_SiteSwitch .SS_el-dialog_region{width: 100%;min-height: 300px;margin-top: 40px;padding-top: 30px;border-top: 1px solid #e6e7e8;box-sizing: border-box;}
#store_SiteSwitch .SS_el-dialog_country{width: 100%;margin: 0 0 20px 0;}
#store_SiteSwitch .SS_el-dialog_cytit{font-size: 20px;line-height: 1.4; color: #666;margin: 0 0 20px 0;font-weight: 400;}
#store_SiteSwitch .SS_el-dialog_country_list{width: 100%;list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
#store_SiteSwitch .SS_el-dialog_cylist{list-style: none;margin: 0 ;width: 24.4%;margin-right: 0.8%; height: auto;padding: 12px 10px;font-size: 14px;color:#666 ;background: rgb(247,248,249);
line-height: 1.3; margin-bottom: 10px;box-sizing: border-box;text-align: center;display: flex;align-items: center; justify-content: center;cursor: pointer; transition: all .3s; }
#store_SiteSwitch .SS_el-dialog_cylist span{display: inline-block;width: 100%;text-align: center;}
#store_SiteSwitch .SS_el-dialog_cylist:nth-child(4n){margin-right: 0;}
#store_SiteSwitch .SS_el-dialog_cylist:hover{ background-color: #e5e5e5;}
@media screen and (max-width: 1400px ){
    #store_SiteSwitch .SS_el-dialog {width: 850px;margin: 60px auto 50px;}
    #store_SiteSwitch .SS_el-dialog_cylist { width: 32.4%;margin-right: 1.4%;}
    #store_SiteSwitch .SS_el-dialog_cylist:nth-child(4n){margin-right: 1.4%;}
    #store_SiteSwitch .SS_el-dialog_cylist:nth-child(3n){margin-right: 0%;}
}
@media screen and (max-width: 992px ){
    #store_SiteSwitch .SS_el-dialog_tit {font-size: 24px;}
    #store_SiteSwitch .SS_el-dialog {width: 700px;padding: 40px 25px;}
    #store_SiteSwitch .SS_el-dialog_region {margin-top: 30px; padding-top: 30px;}
}
@media screen and (max-width: 768px ){
    #store_SiteSwitch .SS_el-dialog {width: 90%;padding: 30px 25px;}
    #store_SiteSwitch .SS_el-dialog_cylist { width: 49%;margin-right: 2%;}
    #store_SiteSwitch .SS_el-dialog_cylist:nth-child(4n){margin-right: 2%;}
    #store_SiteSwitch .SS_el-dialog_cylist:nth-child(3n){margin-right: 2%;}
    #store_SiteSwitch .SS_el-dialog_cylist:nth-child(2n){margin-right: 0%;}
    #store_SiteSwitch .SS_el-dialog_icon {position: absolute;top: 20px;right: 20px;}
    #store_SiteSwitch .SS_el-dialog_tit {font-size: 22px;}
    #store_SiteSwitch .SS_el-dialog_region {margin-top: 20px; padding-top: 20px;}
    #store_SiteSwitch .SS_el-dialog_cytit {font-size: 18px; margin: 0 0 15px 0;}
}
@media screen and (max-width: 600px ){
    #store_SiteSwitch .SS_el-dialog_tit {font-size: 20px;}
    #store_SiteSwitch .SS_el-dialog_icon {width: 25px;height: 25px; line-height: 25px;}
    #store_SiteSwitch .SS_el-dialog {width: 92%;}
}
@media screen and (max-width: 480px ){
    #store_SiteSwitch .SS_el-dialog_tit {font-size: 18px;font-weight: 600;}
    #store_SiteSwitch .SS_el-dialog_region {margin-top: 15px;padding-top: 20px;}
    #store_SiteSwitch .SS_el-dialog_cytit { font-size: 16px; margin: 0 0 15px 0;}
    #store_SiteSwitch .SS_el-dialog_cylist {margin-bottom: 8px;font-size: 12px;padding: 12px 6px;}
}
@media screen and (max-width: 400px ){
    #store_SiteSwitch .SS_el-dialog_tit {font-size: 17px;}
    #store_SiteSwitch .SS_el-dialog_cytit {font-size: 14px;margin: 0 0 12px 0;}
    #store_SiteSwitch .SS_el-dialog_cylist {font-size: 10px;}
    #store_SiteSwitch .SS_el-dialog_icon {top: 15px; right: 15px;}
}

.sitebodyhidee{overflow: hidden;padding-right: 17px;}
@media screen and (max-width: 1024px ){
    .sitebodyhidee{overflow: hidden;padding-right: 0px;}
}
/* 语言切换-站点选择 end*/
/* 首页 轮播图按钮隐藏 */
@media screen and (max-width: 768px ){
    .l1 #swiper-button-prev-banner1, 
    .l1 #swiper-button-next-banner1{
        display: none;
    }
}
@media  (min-width: 769px){
    #store_SiteSwitch2{display: none;}
}
@media screen and (max-width: 768px){
    #store_SiteSwitch{display: none ;}
    #store_SiteSwitch2{display: none}
    #store_SiteSwitchMask{top: 160px;}
    #store_SiteSwitch2 {
        display: none;
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        margin: 0;
        z-index: 999999999999999999;
        height: 450px;
        overflow-y: auto;
        margin-top: 160px;
    }
    .SS_el-dialog{
        background-color: #fff;
        padding: 16px;
    }
    .SS_el-dialog_title{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
    }
    .SS_el-dialog .search_form_input{height: 34px;margin-top: 16px;}
    .SS_el-dialog .input_box{flex: 1;display: flex;position: relative;}
    .SS_el-dialog .search_btn{position: absolute;left: 8px;top: 6px;}
    .SS_el-dialog .icon-search{
        font-size: 20px;
        color: #454A4E;
        font-weight: 600;
        background-color: #fff;
    }
    .SS_el-dialog .search_input{
        height: 100%;
        width: 100%;
        font-size: 16px;
        padding-left: 32px;
        color: #9CA0A4;
        padding: 8px 10px;
        border: 1px solid #E3E7EA;
        line-height: 1;
        padding-left: 32px;
    }
    .SS_el-dialog .inp_search{
        width: 77px;
        background-color: #000;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 36px;
        color: #FFFFFF;
        text-align: center;
    }
    .SS_el-dialog_cytit{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        padding-left: 8px;
        border-left: 2px solid #FD4627;
    }
    .SS_el-dialog_country_list{
        display: flex;
        flex-wrap: wrap;
    }
    .SS_el-dialog_country_list li{
        width: 33.3%;
        text-align: center;
        line-height: 30px;
    }
    .SS_el-dialog_country_list li .jump2site{
        overflow: hidden;
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }
}
/* 首页 */
@media  (max-width: 768px){
    .mobile_right_i{
    }
    .hideleft{
        display: none;
    }
    .store_nav_top_box {
        background: #000000;
    }
    .bi-list{
        color: #fff;
    }
    .navbar_right i{
        color: #fff !important;
    }
    .navbar_right .badge-primary{
        background: #FD4627!important;
    }
    .store_nav_bottom .store_nav_bottom_box{
        overflow-y: auto;
    }
    .navMenu_navbar_li{
        display: block !important;
    }
    .navigation2_navbar2_container{
        padding: 0px 16px 0px 16px !important
    }
    .navigation2_navbar2{
        position: static;
    }
    .navMenu_navbar_list{
        position: static;
    }
    .nav_store_container{
        padding: 0px 0px 0px 25px !important;
    }
    .nav_store_container .nav_product_sort{
        padding: 0;
    }
    .navMenu_navbar_li .navbar_li_linka1{
        font-size: 14px;
        padding: 16px 0;
    }
    .store_nav_bottom .store_nav_bottom_box {
        padding: 56px 16px 0;
    }
    .navMenu_navbar_li{
        border-bottom: 1px solid #e5e5e5 ;
    }
    .navigation2_navbar2_container li .product_sort_list2_link{
        font-size: 14px;
    }
    .move_navbar2{display: none !important;}
    .move_taber_delete:before {
        content: "\e605";
    }
    .navigation2_navbar2{top: 56px !important;}
}
/* 最新移动端 */
@media screen and (min-width: 769px){
    .newMobie{display: none;}
}
@media screen and (max-width: 768px){
    #openSearch{
        display: block;
        padding-right: 20px;
    }
    .new_mobei_search:before{
        content: "\e609" !important;
    }
    #openUser{padding: 0;}
    .navbar_right_cart, .navbar_right_account{margin: 0 20px;padding: 0;}
    /* .store_nav_top .nav_logo{display: none;} */
    /*.store_nav_bottom{display: none;}*/
    .newMobie{
        width: 100%;
        height: auto;
        position: relative;
        z-index: 999;
        background: #fff;
        display: none;
    }
    .mobile_terminal_title{
        line-height: 56px;
        float: left;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        margin-left: 8px;
        display: none;
    }
    .newMobie_info{
        display: block;
        width: 100%;
        background-color: #FFFFFF;
        position: absolute;
        z-index: 9999;
        left: 0;
        /* top: 119px; */
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        height: 100%;
        position: fixed;
        background: #fff;
        z-index: 99999;
        right: 0;
        overflow-y: auto;
        border-top: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 16px;
        padding-bottom: 20px;
    }
    .newMobie_three{
        padding: 0px 16px 0;
        top: 0;
        display: none;
    }
    .newMobie_three_content{
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }
    .newMobie_three_uptitle{
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newMobie_three_downtitle{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .mobile_terminal_appear{
        border-bottom: none;
        height: 56px;
        border-bottom: 1px solid #e5e5e5;
        /* margin-left: 16px; */
        position: static !important;
        padding: 0 !important;
    }
    .mobile_terminal_appear .moter_appear{
        line-height: 56px !important;
    }
    .newMobie_content{
        padding: 0 16px;
        /* margin-top: 56px; */
    }
    .newMobie_content .newMobie_content_title .icon_down{display: block;}
    .newMobie_content .newMobie_content_title .icon_right{display: none;}
    .newMobie_content_title{
        height: 48px;
        line-height: 48px;
        height: auto;
        /* border-bottom: 1px solid #e5e5e5; */
    }
    .newMobie_info_one{
        border-bottom: 1px solid #e5e5e5;
    }
    .newMobie_info_one:last-child{
        border-bottom: none;
    }
    .newMobie_content_title a{
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        display: block;
        flex: 1;
    }
    .newMobie_content_title i{
        float: right;
    }
    .newMobie_content_subtitle{display: none;}
    .newMobie_content_subtitle i {
        float: right;
    }
    .mobile_terminal_appear .newMobie_three_left_jtou{
        font-size: 16px !important;
        line-height: 56px !important;
    }
    .newMobie_three_left_jtou:before {
        content: "\e61e" !important;
    }
    .ishow{
        display: block !important;
    }
    .newMobie_content_subtitle li{
        line-height: 34px;
        padding-left: 16px;
    }
    .showHeader1{
        display: block;
        position: fixed;
        z-index: 999;
        top: 0px;
    }
    .newMobie_three_box{border-bottom: none;}
    /* .mobile_terminal_appear{

    } */
}

/*    订单换购样式 start*/

.img-thumbnail{
    width: auto;
    border: none;
}
.add-on-activity-title{
    font-size: 16px;
    font-weight: 700;
}
.add-on-item{
    border: 1px solid rgb(138,135,139);
    position: relative;
    float: left;
    top: 8%;
    left: 92%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, 10%);
    background: white;
    border-radius: 50%;
}

.add-on-item.add-on-item-selected:before {
    background: rgb(138,135,139);
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: rotate(45deg);
}

.add-on-item.add-on-item-selected:after {
    background: rgb(138,135,139);
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 20%;
    transform: rotate(45deg);
    left: 70%;
}

.add-on-item-mobile{
    position: relative;
    margin: auto;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 1px solid rgb(138,135,139);
}

.add-on-item-mobile.add-on-item-selected:before {
    background: rgb(138,135,139);
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 55%;
    left: 0%;
    transform: rotate(36deg);
}

.add-on-item-mobile.add-on-item-selected:after {
    background: rgb(138,135,139);
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(117deg);
    left: 40%;
}

.add-on-item-mobile-box{
    width: 10%;
}
.mobile-add-on{
    align-items: center;
    flex-shrink: 0;
}
.media{
    flex: 1 0 50px;
}
.add_on_goods_item{
    align-items: center;
}
.media-left{
    width: 80px;
}
#add-on-fixed{
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 999999999999999998;
}
.add-on-goods-pop{
    position: fixed;
    top: 3%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 999999999999999999;
    height: 94%;
}
.add-on-goods-content{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 40px 16px;
    width: 900px;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-on-goods-content .icon-close{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
    color: #9CA0A4;
    font-weight: bold;
    cursor: pointer;
}
.add-on-goods-img{
    width: 35%;
}
.add-on-goods-content{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 40px 16px;
    width: 900px;
    /*margin: 0 auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999999999999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-on-goods-img{
    width: 35%;
}
.add-on-goods-img img{
    border: 1px solid #E7E7E7;
}
.add-on-goods-info{
    width: 62%;
}
.add-on-goods-info .bq_2{
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E7E7E7;
}
.add-on-price-box{
    padding: 24px 0;
}
.price.price-discount{
    color: #EE4624;
}
.price.price-discount del{
    color: #9CA0A4;
    font-size: 16px;
    padding-left: 8px;
}
.add-on-box del{
    color: #9CA0A4;
    font-size: 16px;
    padding-left: 8px;
}
#add-onFixed{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 999999999999999998;
}
.add-on-button{
    background-color: #00388D;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #00388D;
    padding: 13px;
    display: inline-block;
    margin-right: 20px;
    min-width: 120px;
}
.add-on-button.more_goods{
    background: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
}
.add-on-button.more_goods:hover{
    color: #333;
}
.add-on-button:hover{
    color: #fff;
}
.add-on-goods-content .icon-close{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
    color: #9CA0A4;
    font-weight: bold;
    cursor: pointer;
}
.add-on-goods-pop .spec_content .bq_4{
    font-size: 16px;
}
.spec_bundle_content{
    margin-bottom: 10px;
}
.add_on_spec_list{
    margin-bottom: 16px;
}
.label-img-box{
    display: inline-block;
    margin-left: 24px;
}

.xuan_1 {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.eu_lug1 {
    border: 2px solid #00388D;
    background-color: #e1effa;
    padding: 10px;
}
.eu_lug {
    width: auto;
    border: 1px solid #c9cdd0;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-right: 10px;
    padding: 11px;
    cursor: pointer;
}
.add-on-item-hint , .add-on-description{
    color: red;
}
.page-header{
    border: none !important;
}

.buy-add-on-price .add-on-before-price {
    color: #9CA0A4;
    font-size: 16px;
    font-weight: bold;
}
.buy-add-on-price .price {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.add-on-item-goods-title{
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.add-on-item-goods-description{
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.add-on-item-goods-title-mobile{
    font-size: 12px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.add-on-item-goods-description-mobile{
    font-size: 12px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (min-width:769px){
    .pc-add-on{
        display: flex;
        height: 400px;
    }
    .mobile-add-on{
        display: none;
    }
    .thumbnail{
        height: 267px;
        width: auto;
        text-align: center;
        vertical-align: middle;
    }
}
@media screen and (max-width:768px) {
    .add-on-goods-content{
        width: 95%;
        padding: 15px;
    }
    .img-thumbnail{
        height: 267px;
        width: auto;
    }
    .thumbnail{

    }
    .pc-add-on{
        display: none;
    }
    .mobile-add-on{
        display: block;
    }
    .thumbnail{
        height: 80px;
        width: auto;
        text-align: center;
        vertical-align: middle;
    }

    /*.media-object{*/
    /*    !*width: 80px;*!*/
    /*    height: 80px;*/
    /*}*/
}

@media screen and (max-width: 576px){
    .add-on-price-box{padding: 8px 0}
    .add-on-goods-info .bq_2{
        margin-bottom: 0;
    }
    .add-on-goods-img{
        width: 100%;
        margin-bottom: 16px;
    }
    .add-on-goods-info{
        width: 100%;
    }
}
/*    订单换购样式 end*/