body{
    width: 100%;
    background: #EFEFEF !important;
}
html{
    scroll-padding-top: 255px;
    scroll-behavior:smooth;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.sale_content{
    width: 100%;
    min-width: 1200px;
}
/* tab切换 */
.sale_tab{
    width: 100%;
    height: 60px;
    display: flex;
    background: #464646;
}
.sale_tab div{
    width: 50%;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    color: #CDCDCD;
    padding: 12px 0 17px 0;
    line-height: 31px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.sale_tab .clear_sale{
    text-align: right;
    padding-right: 280px;
}
.sale_tab .limit_sale{
    text-align: left;
    padding-left: 280px;
}
.sale_tab .clear_sale:hover{
    color: #FFFFFF;
}
.sale_tab .limit_sale:hover{
    color: #FFFFFF;
}
.tab_active{
    background: #000000 !important;
    color: #FFFFFF !important;
}
.tab_active p{
    width: 102px;
    height: 5px;
    background: #FFCC00;
    position: absolute;
    bottom: 2px;
}
.clear_sale p{
    right: 280px;
}
.limit_sale p{
    left: 280px;
}
/* 导航 */
.sale_nav{
    width: 100%;
    max-height: 56px;
    background: linear-gradient(128deg, #BABABA 0%, #E2E2E2 27%, #C1C1C1 55%, #EDEDED 73%, #D4D4D4 91%, #AEAEAE 100%);
    box-shadow: 0px 2px 2px 0px #000000;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.sale_nav_auto{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sale_nav_list{
    width: 1200px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-left: 12px;
    padding-top: 5px;
}
.sale_nav_list li{
    position: relative;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 5px;
    cursor: pointer;
}
.sale_nav_list li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #ffffff inset;
    z-index: 999;
}
.sale_nav_list li:hover a{
    color: #003399;
}
.sale_nav_list li:before {
    content: '';
    width: 1px;
    height: 20px; 
    position: absolute;
    left: 0;
    top: 13px; 
    background-color: #999999;
    z-index: 99;
}
.sale_nav_list li:nth-child(1):before{
    content:none;
}
.sale_nav_list li.no-before:before{
    content:none;
}
.sale_nav_list li a{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 20px;
}
.sale_more_tab{
    width: 70px;
    height: 46px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    display: none;
}
.sale_more_tab p{
    width: 1px;
    height: 20px;
    background: #999999;
    border-radius: 1px;
}
.cursor_more{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cursor_more:hover span{
    color: #003399;
}
.show_up:hover img{
    content: url("/vcommon/theme/outlets/img/more_downs.png");
}
.show_down:hover img{
    content: url("/vcommon/theme/outlets/img/more_ups.png");
}
.cursor_more span{
    font-size: 14px;
    color: #666666;
    margin: 0 5px 0  20px;
}
.sale_more_tab img{
    width: 16px;
    height: 16px;
}
.show_down{
    display: none;
}

/* 滚轮滚动 吸顶条 */
.new-l-headerWrap.headfixed{
    background: #F3F3F3;
    position: fixed;
    top: 0;
    z-index: 8000;
    width: 100%;
}
.new-l-header.headfixed{
    height: 85px;
}
.profile_span.headfixed {
    color: #333333;
    height: 24px;
    line-height: 24px;
}
.new-l-header__main.headfixed{
    margin-top: 9px;
}
.l-header_hotkeyword_otls.headfixed li{
    line-height: normal;
}
.l-header_hotkeyword_otls.headfixed li a{
    color: #999999 !important;
}
.l-header_hotkeyword_otls.headfixed li:hover a{
    color: #003399 !important;
}
.new-l-header__aside.headfixed{
    margin-top: 14px !important;
}
.new-l-header__logoWrap.headfixed{
    /* margin-top: 8px; */
}
.top_profile_area.headfixed{
    top: 0;
    margin-top: 22px;
}

.tabfixed {
    position: fixed;
    top: 85px;
    z-index: 8000;
}
.navfixed {
    position: fixed;
    top: 145px;
    z-index: 8000;
}


/* bannerA 轮播 */
.sale-bannerA,.sale-bannerA .swiper-container{
    width: 100%;
    height: 460px;
}
.btn-position{
    width: 1200px;
    height: 460px;
    position: relative;
    top: -460px;
    margin: 0 auto;
}
.sale-bannerA .swiper-button-prev{
    width: 50px;
    height: 100px;
    background: url(/vcommon/theme/outlets/img/bannerA_left.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 185px;
}
.sale-bannerA .swiper-button-next{
    width: 50px;
    height: 100px;
    background: url(/vcommon/theme/outlets/img/bannerA_right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 185px;
}
.sale-bannerA .swiper-pagination-bullet{
    background: none;
    border: 1px solid #FFCC00;
}
.sale-bannerA .swiper-pagination-bullet-active{
    background: #FFCC00 !important;
}
.sale-bannerA .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.sale_one_bannerA ,.bannerA_href{
    display: block;
    width: 100%;
}
.banner_back{
    width: 100%; 
    min-height: 460px;
    background-size: 1920px 100% !important;
}
.sale_no_bannerA{
    width: 100%;
    height: 460px;
    text-align: center;
    background: url(/vcommon/theme/outlets/img/bannerA_no.png);
    background-size: 100% 100%;
}
.sale_no_bannerA p{
    font-size: 52px;
    color: #666666;
    padding-top: 196px;
}
/* 推荐商品 */
.sale_recommend{
    min-width: 1200px;
    margin-top: -40px;
    position: relative;
    overflow: auto;
    background-image: url("/vcommon/theme/outlets/img/sale_recommend.png");
    background-position: center;
    height: 670px;
    z-index: 999;
}
.recommend_series{
    width: 1200px;
    margin: 232px auto 28px;
    background:#4F4F4F;
    display: flex;
}
.recommend_left{
    width: 246px;
    height: 404.01px;
}
.recommend_left .swipertwo{
    width: 246px;
    height: 404.01px;
}
.recommend_left .recommend_one_banner,.left_banner_href,.left_banner_href img{
    display: block;
    width: 246px;
    height: 404.01px;
}
.recommend_no_banner{
    width: 246px;
    height: 404.01px;
    text-align: center;
    background: url(/vcommon/theme/outlets/img/bannerB_no.png);
    background-size: 100% 100%;
}
.recommend_no_banner p{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    padding-top: 190px;
}

.swipertwo .swiper-pagination-bullet{
    background: none;
    border: 1px solid #FFCC00;
}
.swipertwo .swiper-pagination-bullet-active{
    background: #FFCC00 !important;
}
.recommend_right{
    width: 954px;
    height: 404px;
    background:#4F4F4F;
    padding: 10px;
    box-sizing: border-box;
}

.recommend_right .swiper-slide{
    width: 226px !important;
    height: 384px;
    background: #FFFFFF;
}
.swiperthree{
    width: 934px;
    height: 384px;
}

.recommend_right .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url(/vcommon/theme/outlets/img/icon_recommend_left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}
.recommend_right .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url(/vcommon/theme/outlets/img/icon_recommend_right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 894px;
}
/* 推荐商品 box样式 */
.recommend_href{
    width: 226px;
    height: 384px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}
.recommend_img_box{
    width: 100%;
    height: 150px;
    text-align: center;
    margin-top: 12px;
}
.recommend_img{
    max-width: 150px;
    max-height: 150px;
}
.recommend_price_ago{
    font-size: 12px;
    color: #9B9B9B;
    line-height: 16px;
    margin-top: 10px;
    text-decoration: line-through;
}
.recommend_price_now{
    display: inline-block;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #E52F2C;
    line-height: 24px;
    margin-top: 2px;
}
.recommend_price_now span{
    font-size: 24px;
    margin-left: 2px;
}
.recommend_name{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.recommend_name:hover{
    color: #003399;
    text-decoration: underline;
}
.recommend_name_hover{
    width: 231px !important;
    top: 248px !important;
}
.recommend_flexo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    position: relative;
}
.recommend_flexo .recommend_brandcode{
    width: 130px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend_brandcode_hover{
    width: 231px !important;
    left: 10px !important;
    top: 272px !important;
}
.more_recommendcd{
    position: absolute;
    bottom: 112px;
    right: 15px;
    font-size: 14px;
    color: #003399;
    line-height: 16px;
    cursor: pointer;
    text-decoration: underline;
}
.more_recommendcd:hover{
    font-weight: bold;
}
.recommend_brand{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend_brand_hover{
    width: 231px !important;
    top: 295px !important;
}
.recommend_flext{
    display: flex;
    margin-top: 6px;
}
.recommend_flext p {
    height: 24px;
    font-size: 12px;
    color: #666666;
    padding: 4px 6px;
    line-height: 15px;
    margin-right: 10px;
    background: #E6EEFF;
    border-radius: 2px;
    border: 1px solid #003399;
    box-sizing: border-box;
}
.recommend_cart{    
    width: 196px;
    margin-top: 10px;
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.recommend_cart a{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FFCC00;
    color: #333333;
    font-size: 14px;
}
.recommend_cart:hover a{
    background: #FFEA98;
}
/* 推荐商品 少于4个商品 */
.recommend_flex_box{
    width: 934px;
    height: 384px;
    display: flex;

}
.recommend_flex_item{
    width: 226px;
    height: 384px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
}
.recommend_flex_item:hover{
    box-shadow: 0px 4px 8px 0px rgba(119,119,119,0.5000);
    border: 1px solid #003399;
}
.no_recommend{
    width: calc(100% - 224px);
    height: 384px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 384px;
    text-align: center;
}
/* 打折区域 */
.sale_area{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.sale_area_auto{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.sale_area_case{
    height: auto;
    background: #555555;
    padding: 20px 20px 20px 0;
    position: relative;
    margin-top: 90px;
}
.sale_area_auto .sale_area_case:nth-child(1){
    margin-top: 60px;
}
.sale_Hbanner{
    position: absolute;
    width: 1099px;
    height: 135px;
    top: -56px;
    left: -40px;
}
.sale_more{
    width: 140px;
    height: 46px;
    background: #FFCC00;
    border-radius: 23px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sale_more:hover{
    background: #FFEA98;
}
.sale_more p{
    color: #333333;
    font-size: 18px;
    margin:0 5px 0 24px;
}
.sale_more img{
    width: 16px;
    height: 16px;
}
.sale_case_box{
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
/* 商品 box 样式 */
.sale_case_item{
    width: 275px;
    height: 402px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}
.sale_case_href{
    width: 275px;
    height: 402px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}
.number_off{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.series_img_box{
    width: 100%;
    height: 150px;
    text-align: center;
    margin-top: 30px;
    display: flex;
}
.series_img_box img{
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}
.series_img{
    max-width: 150px;
    max-height: 150px;
}
.series_price_ago{
    font-size: 12px;
    color: #9B9B9B;
    line-height: 16px;
    margin-top: 10px;
    text-decoration: line-through;
}
.series_price_now{
    font-size: 12px;
    font-weight: bold;
    color: #E52F2C;
    line-height: 16px;
    margin-top: 2px;
}
.series_price_now span{
    font-size: 24px;
    line-height: 24px;
    margin-left: 2px;
}
.series_name{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.series_name_hover{
    position: absolute;
    left: 10px;
    top: 270px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    z-index: 999;
    display: none;
}
.series_flexo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    position: relative;
}
.series_flexo p:nth-of-type(1){
    width: 179px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.series_brandcode_hover{
    position: absolute;
    left: 10px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    word-break: break-all;
    z-index: 999;
    display: none;
}
.more_innercd{
    position: absolute;
    bottom: 110px;
    right: 15px;
    font-size: 14px;
    color: #003399;
    line-height: 18px;
    cursor: pointer;
    text-decoration: underline;
}
.series_brand{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.series_brand_hover{
    position: absolute;
    left: 10px;
    top: 314px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    z-index: 999;
    display: none;
}
.series_flext{
    display: flex;
    margin-top: 6px;
}
.series_flext p{
    height: 24px;
    font-size: 12px;
    color: #666666;
    padding: 4px 6px;
    line-height: 15px;
    margin-right: 10px;
    background: #E6EEFF;
    border-radius: 2px;
    border: 1px solid #003399;
    box-sizing: border-box;
}
.series_cart{
    width: 245px;
    margin-top: 10px;
    position: absolute;
    left: 15px;
    bottom: 8px;
}
.series_cart a{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FFCC00;
    color: #333333;
    font-size: 14px;
}
/* 商品hover样式 */
.sale_case_item:hover{
    box-shadow: 0px 4px 8px 0px rgba(119,119,119,0.5000);
    border: 1px solid #003399;
}
.sale_case_item:hover .series_name{
    color: #003399;
}
.series_name:hover{
    color: #003399;
    text-decoration: underline;
}
.more_innercd:hover{
    font-weight: bold;
}
.series_cart:hover a{
    background: #FFEA98;
}
/* 活动规则 */
.sale_rule{
    width: 100%;
    height: auto;
}
.sale_rule_auto{
    width: 1200px;
    height: 255px;
    margin: 0 auto;
    background: linear-gradient(124deg, #F0F0F0 0%, #FFFFFF 52%, #EBEBEB 100%);
    border: 1px solid #C8C8C8;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
    margin-top: 40px;
    text-align: center;
}
.sale_rule_auto div{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    margin-top: -64px;
}
.sale_rule_auto img{
    width: 498px;
    height: 74px;
}
.sale_rule_auto p{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
}
.sale_rule_auto p:nth-of-type(1){
    margin-top: 52px;
}
/* 右侧导航条 */
.nav_right{
    width: 70px;
    height: auto;
    position: absolute;
    top: 0;
    margin-left: 1210px;
}
.nav_right.nav_fixed{
    position: fixed !important;
    top: 205px !important;
    margin-left: 1210px !important;
    z-index: 8000;
}
.nav_right.nav_fixedt{
    position: fixed !important;
    top: 255px !important;
    margin-left: 1210px !important;
    z-index: 8000;
}
.nav_right.nav_fixedh{
    position: fixed !important;
    top: 305px !important;
    margin-left: 1210px !important;
    z-index: 8000;
}
.nav_right.nav_fixedf{
    position: fixed !important;
    top: 355px !important;
    margin-left: 1210px !important;
    z-index: 8000;
}
.nav_right a{
    display: block;
    width: 70px;
    height: 40px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, #C0C0C0 0%, #DDDDDD 19%, #D9D9D9 75%, #BEBEBE 100%);
    margin-bottom: 1px;
}
.nav_right a:hover{
    background: #FFCC00;
}
.nav_active{
    background: #FFCC00 !important;
}
/* 轮播 。。。  */
.pageone{
    z-index: 1000 !important;
}
.swiperone .swiper-slide{
    min-width: 1200px;
}