/* 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;
    background: #F7F7F9;
    border-bottom: 1px solid #CECCD3;
}

.store_nav_top {
    width: 100%;
    border-bottom: 1px solid #E3E7EA;
    z-index: 1000;
    background: #F7F7F9;
    position: relative;
}

.store_nav_top_box {
    max-width: 100vw;
    padding: 0px 32px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

/* logo */
.store_nav_top .nav_logo {
    min-width: 205px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 35px 0 0;
    /* margin-right: auto */
}

.navbar_right_cart {
    /* padding: 20px 20px !important; */
}

.navbar_header2 .shop-drawer {
    top: 72px;
}

.store_nav_top .nav_logo a {
    display: inline-block;
}

.store_nav_top .nav_logo img {
    width: auto;
    height: 40px;
    max-width: none !important;
}

.store_nav_top .nav_logo img.img_mobile {
    display: none;
}

/* 搜索 */
.store_nav_top .nav_search {
    /* max-width: 600px; */
    margin: 0 auto;
    flex: 1;
    /*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: 11px 24px;
    /* border: 1px solid #646464; */
    line-height: 1;
    /* border-radius: 24px */
    background: #F7F7F9;
}

.nav_search form input:focus {
    border: 0;
    outline: none;
}

.nav_search form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #9CA0A4;
}



.nav_search form button {}

.nav_search form button i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.88);
}

/* 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: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer
}

.navbar_right_cart a i,
.navbar_right_account a i {
    font-size: 24px;
    color: #454A4E;
    line-height: 1;
    font-weight: 400;
    position: relative;

}

.navbar_right_cart a i .icon_cart_num {
    position: absolute;
    left: 12px;
    bottom: 8px;
    font-size: 12px;
    color: #fff;
    /* padding: 5px !important; */
    /* transform: translate(50%, -25%); */
    padding: 0;
    font-weight: 400;
    background: #00388D;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-align: center;
    border-radius: 50%;
}
@media screen and (max-width:768px){
    .navbar_right_cart a i .icon_cart_num{
        width: 13px;
    height: 13px;
    line-height: 13px;
    left: 18px;
    top: 0;
    }
}

.navbar_right_cart,
.navbar_right_account {
    width: auto;
    position: relative;
    padding: 10px;
    border-radius: 50%;
}
.navbar_right_cart:hover{
    background: rgba(0,0,0,0.06);
}
.navbar_right_account:hover{
    background: rgba(0,0,0,0.06);
}

.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: 436px;
        height: calc(100vh - 90px - 40px);
        top: 100%;
        left: -18px;
    }

    .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: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),0px 3px 6px -4px rgba(0, 0, 0, 0.12),0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: visibility 0.1s ease-in-out;
    /* padding:8px; */
    overflow: auto;
    overscroll-behavior: none;
    position: absolute;
    top: 51px;
    border-radius: 16px;
    z-index: 55;
    height: auto;
    display: none;
    /* border: 1px solid rgba(0, 0, 0, 0.12); */
}

.search_bar_menu .searchMenu-warpper {

    padding: 8px;

}

.search_bar_menu_link {
    color: rgba(0,0,0,0.88);
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.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: 5px 10px;
    cursor: pointer;
    border-radius: 4px;

}

.search_bar_menu_linklist li:hover {
    background: #FFF0E8;
    font-weight: 600;
}

.search-list-box {
    /* border-bottom: 1px solid #E7E7E7; */
}

.search_history {
    /* padding: 8px 0; */
    padding-left: 8px;
}
.search_history li{
    padding: 0 10px;
}
.search_history li:hover{
    font-weight: normal !important;
}
.search_history li:hover .iconfont{
    color: rgba(0,0,0,1);
}
.search_history li .iconfont{
    color: rgba(0,0,0,0.45);
}


.history-title {
    font-size: 14px;
    line-height: 24px;
    /* color: #9CA0A4; */
    color: rgba(0, 0, 0, 0.88);
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 8px;
}

.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: 14px;
    font-weight: 500;

    display: inline-block;
    margin-left: 8px;
    color: transparent;
    background-clip: text;
    /* background-image: linear-gradient(180deg, #FF640A 0%, #F01EC8 100%); */
    color: #FF640A;
}

.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: 1024px) {
    .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: 16px !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_inner{
        width: 100%;
    }

    .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; */
        padding: 0 20px;
        background-color: #fff;
    }

    .nav_search form .input_box button {
        left: 22px;
        right: inherit;
        right: 0 !important;
        width: 18px;
        height: 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('https://resource.xp-pen.com/newxp/static/images/img/searchs.webp')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;

        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;
    }
    .relation_product a{
        width: 100%;
    }
    .relation_product .img_box {
        background-image: url('https://resource.xp-pen.com/img/test_picture/recommendBg.svg');
        background-repeat: round;
    }
    
    .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 .history {
        display: none;
    }

    #nav_searchs .recommend {
        display: none;
    }

    #nav_searchs .search_btn {
        display: none;
    }

    #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: 5px 12px;
    }
}

@media screen and (max-width: 480px) {
    .nav_search form button {
        top: 10px;
    }

    #nav_searchs {
        top: 54px;
    }

    .search_form_inner {
        /* width: 100vw; */
        min-height: 400px
    }

    .search_bar_menu {
        width: 100%;
        height: auto;
        padding: 20px 0
    }

}
@media screen and (max-width:1024px){
    #mobile_navtoggle {
        display: block;
    }

}
@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 .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;
        min-width: auto;
    }

    /* 选项卡 手机端*/
    .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
    }


}

@media screen and (max-width: 768px) {

    .navbar_right_cart a i,
    .navbar_right_account a i {
        /* font-size: 28px; */
        padding: 5px;

    }

}

@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: 768px) {
    .store_nav_top .nav_logo img {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .store_nav_top .nav_logo img.img_mobile {
        display: block;
        /* width: 24px; */
        height: auto;
    }
}

@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: 100vw;
}

/*}*/
/*购物车*/
.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: #F54628;
}

.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: calc(100vw - 64px);
    height: 92%;
    padding: 16px;
    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;
}

@media screen and (min-width: 1920px) {
    #store_SiteSwitch .SS_el-dialog {
        width: 1616px;
    }

}

#store_SiteSwitch .SS_el-dialog_icon {
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
}

#store_SiteSwitch .SS_el-dialog_icon i {
    font-size: 16px;
    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: 16px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    align-items: center;
}

#store_SiteSwitch .SS_el-dialog_region {
    width: 100%;
    min-height: 300px;
    max-height: 92%;
    overflow: auto;
    margin-top: 16px;
    padding-top: 14px;
    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: 14px;

    color: rgba(0, 0, 0, 0.88);
    margin: 0 0 13px 0;
    font-weight: 700;
    padding-left: 16px;
}

#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: rgba(0, 0, 0, 0.88);
    background: #F7F7F9;
    line-height: 1.3;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    border-radius: 4px;
}

#store_SiteSwitch .SS_el-dialog_cylist .jump2site {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#store_SiteSwitch .SS_el-dialog_cylist span {
    display: inline-block;
    width: 100%;

}

#store_SiteSwitch .SS_el-dialog_cylist .jump2site span:first-child {

    text-align: left;
}

#store_SiteSwitch .SS_el-dialog_cylist .jump2site span:last-child {

    text-align: right;
}

#store_SiteSwitch .SS_el-dialog_cylist:nth-child(4n) {
    margin-right: 0;
}

#store_SiteSwitch .SS_el-dialog_cylist:hover {
    background: #EFEFF1;
}

@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: #000;
    }

    .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;
    }

    .new_mobei_search:before {
        content: "\e609" !important;
    }

    #openUser {
        padding: 0;
    }

    .navbar_right_cart,
    .navbar_right_account {
        /* margin: 0 20px; */
        /* margin: 0 5px; */
        padding: 5px;
    }

    /* .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*/
#cart_box .cart-empty {
    text-align: center;
    margin: 50px 0;
}

#cart_box .cart-empty .cart-empty-img {
    width: 286.5px;
    height: 257px;
    object-fit: cover;
}

#cart_box .cart-empty .text {
    margin: 30px 0;
    text-align: center;
}

#cart_box .cart-empty .c-btn a {
    width: 221px;
    height: 39px;
    background: #FF640A;
    border-radius: 4px 4px 4px 4px;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.cart-empty {
    text-align: center;
    margin: 50px 0;
}

.cart-empty .cart-empty-img {
    width: 286.5px;
    height: 257px;
    object-fit: cover;
}

.cart-empty .text {
    margin: 30px 0;
    text-align: center;
}

.cart-empty .c-btn a {
    width: 221px;
    height: 39px;
    background: #FF640A;
    border-radius: 4px 4px 4px 4px;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
/*shipping_desc*/
.shipping_tips {
    border-radius: 16px;
    background-color: #F7F7F9;
    padding: 16px;
    margin-bottom: 16px;
}
.shipping_tips>div {
    display: flex;
    margin-bottom: 16px;
}
.shipping_tips div:last-child {
    margin-bottom: 0;
    word-break: break-word;
}
.shipping_tips>div .iconfont{
    margin-right: 16px;
    font-size: 24px;
}
.shipping_desc {
    /* padding-bottom: 20px; */
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.88);
}

.shipping_desc_expand {
    display: none;
}

.shipping_desc_expand_transform {
    transform: rotate(180deg)
}

.shipping_desc:not(.open) {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

@media screen and (max-width:768px) {


    .cookies-warpper {
        flex-direction: column;
        background-color: #fff !important;
        padding: 16px;
    }

    #cookieModal .modal-dialog {
        top: 0 !important;
        transform: none !important;
        left: 0 !important;
        height: 100dvh !important;
        height: 100vh;
    }
    #cookieModal .modal-content{
        height: auto;
        padding: 15px !important;
    }
    .shipping_tips>div {
       width: 100%;
    }

}

#cookieModal .modal-dialog {
    width: 1150px;
    max-width: 1150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;

}

.cookie-dialog {
    padding: 16px;
}

.cookie-dialog .cd-title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Gilroy, Gilroy;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    margin-bottom: 16px;
}

#cookieModal .modal-content {
    border: 0;
    padding: 30px;
    border-radius: 16px;
}
#cookieModal .close{
    font-weight: normal;
}

.cookie-dialog .cd-tips {
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    margin-bottom: 16px;
}

.cookie-dialog .cd-item .active {
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(244, 245, 247, 1);
    padding: 16px;
    border-radius: 4px;
}

.cookie-dialog .cd-item .active .cd-title .iconfont {
    transform: rotate(180deg);
}

.cookie-dialog .cd-item .active .details-title {
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 500;
    color: #FF640A;
    margin-bottom: 16px;
    line-height: 21px;
}

.cookie-dialog .cd-btn-group {
   
    display: flex;
    justify-content: center;
}

.cookie-dialog .cd-btn-group .confirm-btn {
    border: 1px solid #CECCD3;
    padding: 9px 16px;
    cursor: pointer;
    color: rgba(0,0,0,0.88);
    margin-right: 16px;
    border-radius: 32px;
}

.cookie-dialog .cd-btn-group .save-btn {
    background-color: #FF640A;
    padding: 9px 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 32px;
}

.cookie-dialog .cd-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.cookie-dialog .cd-item input[type='checkbox'] {
    margin-right: 16px;
    margin-top: 4px;

}

.cookie-dialog .cd-item .ci-title {
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 700;
    color: #000000;
    line-height: 21px;
    margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-description {
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 500;
    color: rgba(0,0,0,0.88);
    line-height: 21px;
    margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-expand {
    font-size: 12px;
    font-family: Gilroy, Gilroy;
    /* font-weight: 500; */
    color: #00388D;
    line-height: 21px;
    cursor: pointer;
    max-height: 300px;
    overflow-y: auto;
    color: rgba(0,0,0,0.88);
}

.cookie-dialog .cd-item .ci-expand .ci-detail {
    display: none;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid rgba(180, 180, 180, 1);
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 700;
    color: #000000;
    line-height: 21px;
    flex-direction: column;

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail {
    width: 100%;
    display: none;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .cid {
    padding: 8px 0;
    border-bottom: 1px solid rgba(226, 226, 226, 1);

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .cid-item {
    display: flex;
    margin-bottom: 8px;

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .label {
    flex: 1;
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .value {
    flex: 1;
    font-size: 14px;
    font-family: Gilroy, Gilroy;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
}

.cookies-warpper {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 480px !important;
    padding: 35px;
    background-color: #fff;
    z-index: 999;
    font-size: 14px;
    /* font-family: Gilroy, Gilroy; */
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    flex-direction: column;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 6px 6px 0px rgba(115, 75, 238, 0.15), 0px 0px 12px 8px rgba(0, 0, 0, 0.15);

    border-radius: 24px;



}

.cookies-warpper .cw-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 28px;
    margin-bottom: 8px;
}

.cookies-warpper .cw-content {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 24px;
    margin-bottom: 18px;
}


.cookies-warpper .cw-header .iconfont {
    cursor: pointer;
}

.cookies-warpper span {
    /* color: rgba(0, 56, 141, 1); */
    cursor: pointer;
}
.cookies-warpper a {
    color: rgba(0,0,0,0.88);
    cursor: pointer;
    text-decoration: underline !important;
}
.cookies-warpper a:hover {
    color: #FF640A;
   
}

.cookies-warpper .cw-btn-group {
    display: flex;
}

.cookies-warpper .only-btn {
    padding: 8px 18px;
    border: 1px solid #CECCD3;
    border-radius: 32px;
    color: rgba(0, 56, 141, 1);
    margin-right: 16px;
    cursor: pointer;
    font-weight: 700;
    color: rgba(0,0,0,0.88);
}

.cookies-warpper .all-btn {
    padding: 8px 18px;
    background: #FF640A;
    font-weight: 700;
    border-radius: 32px;
    color: #fff;

    cursor: pointer;
}

.cookie-dialog .icon-arrow {
    display: none;
}

@media screen and (max-width: 768px) {
    #cookieModal {
        z-index: 999999;
    }
    #cookieModal .cd-warpper{
        height: calc(100dvh - 100px) !important;
        height: calc(100vh - 100px);
        overflow: scroll;
    }
    .modal-dialog {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0;
    }

    .cookie-dialog .icon-arrow {
        display: inline-block;
        margin-right: 16px;

    }

    .cookie-dialog .close {
        display: none;
    }

    .cookie-dialog .cd-title {
        justify-content: inherit;
    }
    .shipping_tips .services{
        margin: 4px 0;
    }
}

@media screen and (max-width: 1440px) {
    .cookies-warpper .cw-btn-group {
        flex: 30%;
        justify-content: right;
    }

    
}

@media screen and (max-width: 768px) {
    .currency-select-box .select_box {
        width: 94px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 2px solid rgba(255, 255, 255, .5);
        position: relative;
        float: right;
        /* margin-right: 50px; */
    }
    .cookies-warpper {
        font-size: 12px;
        bottom: 0;
    left: 0;
    width: 100vw !important;
    border-radius: 0;
    }

}

.currency-select-box .select_box {
    width: 100%;
    height: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CECCD3;
    position: relative;
    color: #CECCD3;
    font-size: 12px;

    display: flex;
    align-items: center;
}

.currency-select-box .select_box span {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 99;
    text-indent: 16px;
    position: relative;
}

.currency-select-box .select_box .span_aa {
    color: #333;
}

.currency-select-box .select_box ul {
    width: 100%;
    position: absolute;
    top: 35px;
    left: -1px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #E3E7EA;
    border-top: none;
    z-index: 999999;
}

.currency-select-box .select_box li {
    cursor: pointer;
    line-height: 31px;
    text-indent: 20px;
}

.currency-select-box .select_box li:hover {
    background: #E3E7EA;
    color: #333333;
    font-size: 14px;
}

.currency-select-box .select_box .icon-arrow-down,
.currency-select-box .select_box font {
    position: absolute;
    right: 16px;
    font-size: 26px;
    font-family: "微软雅黑";
    color: rgba(255, 255, 255, 1);
    font-size: 16px;

}

.currency-select-box .select_box font {
    /* transform: rotate(90deg);
    color: #333; */
    color: #CECCD3;
}

.currency-select-box .icon-cash-coupons {
    color: #fff;
    padding-right: 10px;
    padding-left: 8px;
}

.currency-select-box .select_box ul a {
    color: #333;
}

.currency-select-box-footer {
    /* display: none; */
}

@media screen and (max-width:768px) {

    .currency-select-box {
        /* display: none; */
    }

    .currency-select-box-footer {
        display: inline-block;
      
        width: 100%;
    }

    .currency-select-box-footer .select_box {
        margin-right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        background: #000;
        /* color: #fff; */

    }

    .currency-select-box-footer .select_box ul {
        bottom: 36px;
        width: 100%;
        top: auto;
    }

    .currency-select-box-footer .select_box span {
        width: 100%;
        color: #fff;
        text-indent: 50px;
    }

    .currency-select-box-footer .select_box font {
        color: #fff;
    }

    .currency-select-box-footer .select_box .span_aa {
        color: #fff;
    }



}

#brandStory p,
span,
h1,
h2,
h3 {
    font-family: Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI' !important
}
@media screen and (min-width: 2250px) {
    #home_swiper1 .swiper-slide a {
        height: 800px;
    }
}
@media screen and (max-width: 1920px) {
        #home_swiper1 .swiper-slide a{
        height: 650px;
    }
}
@media screen and (max-width: 1760px) {
    #home_swiper1 .swiper-slide a {
        height: 600px;
        }
}
@media screen and (max-width: 1660px) {
    #home_swiper1 .swiper-slide a {
        height: 550px;
    }
}
@media screen and (max-width: 1560px) {
    #home_swiper1 .swiper-slide a {
        height: 500px;
    }
}
@media screen and (max-width: 1440px) {
    #home_swiper1 .swiper-slide a {
        height: 480px;
    }
}
@media screen and (max-width: 1400px) {
    #home_swiper1 .swiper-slide a {
        height: 600px;
    }
}
@media screen and (max-width: 1360px) {
    #home_swiper1 .swiper-slide a {
        height: 630px;
    }
}
@media screen and (max-width: 1280px) {
    #home_swiper1 .swiper-slide a {
        height: 580px;
    }
}
@media screen and (max-width: 996px) {
    #home_swiper1 .swiper-slide a {
        height: 450px;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #home_swiper1 .swiper-slide a {
        height: 65vh;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #home_swiper1 .swiper-slide a {
        height: 65vh;
        width: 100%;
    }

}
#home_swiper1 .swiper-slide a {
    display: inline-block;
    width: 100%;
}
#home_swiper1 .swiper-slide picture {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1180px) {
    .specification-container .swiper-slide {
        position: relative;
        padding-top: 100%;
    }
    
    .specification-container .swiper-slide .thumbImg,
    .specification-container .swiper-slide .video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 16px;
    }
    
    .specification-container .swiper-button-disabled {
        background-image: none!important;
    }
    .specification-container  .swiper-button-next,
    .specification-container  .swiper-button-prev {
        background: none;
        
    }
    .specification-container  .swiper-button-next {
        right: -12px;
    }
    .specification-container  .swiper-button-prev {
        left: -12px;
        
    }
    .specification-container .iconfont {
        font-size: 24px;
        color: #707070;
        font-size: 16px;
        background: #FFFFFF;
        border: 1px solid #CECCD3;
        border-radius: 50%;
        padding: 4px;
        transition: 0.5s;
    }


    #videoPlayCover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .specification-container-iframe .iconfont {
        z-index: 99;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
}
