/*common*/
.c_wide{
    width: 1200px;
    padding-left: 160px;
    margin: auto;
}

.main_header .mh_part2{
    border-radius: 20px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    top: 12px;
    width: 1200px;
    left: calc((100vw - 1200px) / 2);
}
.main_header .mh_part2 .mh_item{
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main_header .mh_part2 .mh_item:first-child{
    border-radius: 20px 0 0 20px;
}
.main_header .mh_part2 .mh_item:last-child{
    border-radius: 0 20px 20px 0;
}
.main_header .mh_part2 .mh_item_act{
    background-color: #be0000;
    color: #ffffff;
}
.main_header .mh_part2 .mh_item span{
    display: block;
    margin-top: 5px;
}
.main_header .mh_part2 .mh_item img:nth-child(2){
    display: none;
}
.main_header .mh_part2 .mh_line{
    height: 80px;
    margin-top: 10px;
    border-right: 2px solid #989898;
}
/*banner*/
.banner_box {
    width: 100%;
    background: #2A2929;
    clear: both;
    padding: 125px 0 145px;
}
.banner_nav {
    font-size: 14px;
    width: 1200px;
    margin: auto;
    height: 40px;
}
.banner_nav a {
    text-decoration: none;
    height: 40px;
    padding: 0 50px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    float: left
}
.banner_nav .banner_nav_active {
    background: #BE0000
}
.banner_img {
    width: 100%;
    text-align: center
}
.banner_img img {
    margin: auto;
    max-width: 800px;
    max-height: 330px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}
.swiper-container-banner .swiper-wrapper{
    box-sizing: border-box;padding: calc((330px - 231px) / 2) 0;
}
.swiper-container-banner .swiper-button-prev{
    left: calc(50% - 460px);
    background: url("new_img/arrow_left.png") no-repeat center;
    background-size: contain;
}
.swiper-container-banner .swiper-button-next{
    right: calc(50% - 460px);
    background: url("new_img/arrow_right.png") no-repeat center;
    background-size: contain;
}
.swiper-container-banner .swiper-slide{
    border-radius: 10px;
    width: 560px;
    height: 231px;
    transition: 1000ms;
    z-index: 22;
    opacity: 0.6;
}
.swiper-container-banner .swiper-slide-active{
    transform: scale(1.429)!important;
    z-index: 999;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    background: rgba(255,255,255);
    opacity: 0.6;
    border-radius: 0;
    margin: 0 7px!important;
}
.swiper-container-banner .swiper-pagination-bullet-active{
    background: #BE0000;
}
/*产品样式*/
.goods_box{
    width: 198px;
}
.goods_box img{
    width: 100%;
    height: 198px;
}
.goods_box .goods_info{
    padding: 5px;
    border-radius: 0 0 10px 10px;
    width: 198px;
}
.goods_box:nth-child(2n+1) .goods_info{
    background-color: #BE0000;
}
.goods_box:nth-child(2n) .goods_info{
    background-color: #000000;
}
.goods_box .goods_info .goods_title{
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    height: 36px;
}
.goods_box .goods_info .goods_price{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}
/*推荐商品*/
.goods_recommend{
    margin: -135px auto 0;
    text-align: center;
    position: relative;
    padding-left: 5px;
}
.goods_recommend .swiper-container-recommend{
    width: 800px;
}
.goods_recommend .swiper-button-prev{
    background: url("new_img/arrow_left2.png") no-repeat center;
    background-size: contain;
    left: -10px;
}
.goods_recommend .swiper-button-next{
    background: url("new_img/arrow_right2.png") no-repeat center;
    background-size: contain;
    right: -15px;
}
/*限时购*/
.goods_time{
    margin-top: 40px;
    position: relative;
}
.goods_time .time_title_box{
    justify-content: space-between;
    background: url("new_img/time_banner.png") no-repeat center;
    background-size: contain;
    height: 60px;
    align-items: center;
    margin-bottom: 10px;
}
.goods_time .time_title_box .more{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    width: 100px;
    text-align: right;
}
.goods_time .time_title_box .time_title{
    align-items: center;
    margin: auto;
    padding-left: 50px;
}
.goods_time .time_title_box .time_title .title{
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    color: #ffffff;
}
.goods_time .time_title_box .time_title .time_img{
    height: 40px;
    margin-top: -10px;
}
.goods_time .time_title_box .time_title .time_box{
    margin-left: 40px;
}
.goods_time .time_title_box .time_title .time_box .time{
    font-size: 17px;
    color: #BE0000;
    background-color: #ffffff;
    padding:4px 5px 4px 2px;
    border-radius: 4px;
}
.goods_time .time_title_box .time_title .time_box .division{
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.swiper-container-time{width: calc(100% - 15px);margin-left: 15px}
.goods_time .swiper-button-prev{
    background: url("new_img/arrow_left2.png") no-repeat center;
    background-size: contain;
    left: 155px;
}
.goods_time .swiper-button-next{
    background: url("new_img/arrow_right2.png") no-repeat center;
    background-size: contain;
    right: -8px;
}
.swiper-container-time  .goods_info {
    padding: 5px;
    border-radius: 0 0 10px 10px;
    width: 194px;
}
/*多件满减*/
.goods_much{
    background-color: #000000;
    padding: 30px 0 25px;
    width: 100%;
    margin-top: 40px;
}
.goods_much .much_title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.goods_much .much_box{
    justify-content: space-between;
}
.goods_much .much_box .much_item{
    width: calc((100% - 40px)/3);
    border: 1px solid #FFFFFF;
    text-align: center;
}
.goods_much .much_box .much_item .mi_t{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
}
.goods_much .much_box .much_item .mi_time{
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}
.goods_much .much_box .much_item .mi_pic{
    padding: 5px;
    border-radius: 10px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 150px;
}
.goods_much .much_box .much_item .much_goods_box .goods_pic{
    width: 156px;
    height: 156px;
    border-radius: 10px;
}
.goods_much .much_box .much_item .much_goods_box .line{
    border-right: 1px solid #ffffff;
}
/*低价特辑*/
.goods_low{
    width: 100%;
    margin-top: 20px;
}
/*排行商品*/
.goods_rank .rank_title{
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    color: #000;
    position: relative;
}
.goods_rank .rank_box .category{
    padding: 0 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.goods_rank .rank_category_name{
    background: #3B3B3B;
    padding: 3px 6px;
    border-radius: 15px;
    line-height: 22px;
    color: white;
    cursor: pointer;
}
.goods_rank .select_category{
    background-color: #BE0000;
}
.goods_rank .rank_category_name:hover{
    background-color: #BE0000;
}
.goods_rank .rank_box .category img{
    width: 12px;
    height: 20px;
}
.goods_rank .rank_box .category .swiper-slide{
    display: block;
    width: auto!important;
    height: 31px;
    background: rgba(0,0,0);
    border-radius: 16px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    opacity: 0.77;
    flex-shrink: 0;
    padding: 0 10px;
    cursor: pointer;
}
.goods_rank .rank_box .category .swiper-slide:hover{
    background-color: #BE0000;
}
.goods_rank .rank_box .category .swiper-button-prev{
    background: url("new_img/arrow_left3.png") no-repeat center;
    background-size: contain;
    left: 0;
    width: 12px;
    height: 20px;
    margin-top: -10px;
}
.goods_rank .rank_box .category .swiper-button-next{
    background: url("new_img/arrow_right3.png") no-repeat center;
    background-size: contain;
    right: 0;
    width: 12px;
    height: 20px;
    margin-top: -10px;
}
.ranking_box{clear: both;display: none;!important;}
.ranking_box0{display: block}
.ranking_box .rank_goods_one:nth-child(2n+1) .goods_info{
    background-color: #BE0000;
}
.ranking_box .rank_goods_one:nth-child(2n) .goods_info{
    background-color: #000000;
}
.rank_icon1{position: absolute;top: 0;left: 0;width: 30px!important;height: 30px!important;}
.rank_icon2{position: absolute;top: 0;left: 210px;width: 30px!important;height: 30px!important;}
.rank_icon3{position: absolute;top: 0;left: 420px;width: 30px!important;height: 30px!important;}
.rank_title .more_rank_product{position: absolute;right: 0;font-size: 13px;color: #000000;font-weight: normal;text-decoration: none;top: 8px;right: 10px}
.rank_title .more_rank_product:hover{ color: #BE0000;}


.new_product_dom{width: 100%;height: 400px;background-color: #000000;margin-top: 20px}
.new_product_dom .new_product_box{width: 1200px; margin: auto;padding-left: 160px}
.new_product_dom .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 30px;
}
.new_product_dom .new_product_box{position: relative}
.new_product_dom .swiper-button-prev {
    background: url(new_img/arrow_left2.png) no-repeat center;
    background-size: contain;
    left: 160px;
}
.new_product_dom .swiper-button-next{
    background: url("new_img/arrow_right2.png") no-repeat center;
    background-size: contain;
    right: 0;
}

.function_dom{width: 100%;min-height: 205px;background-color: #ffffff;padding-top: 40px}
.function_dom .info{width: 1200px;  padding-left: 160px;  margin: auto;}
.function_dom .welfare_dom img{padding-bottom: 40px;width: 49%}
.function_dom .history_product{padding-bottom: 40px}
.function_dom .history_product .title{ text-align: center;  font-weight: bold;  font-size: 24px;  color: #000000;  margin-bottom: 20px;}
.function_dom .history_product_list{display: flex;}
.function_dom .history_product_list a img{width: 198px;height: 198px;border-radius: 10px;}
.function_dom .history_product_list a{margin-right: 12px;}


.system_recommend_dom{width: 100%;min-height: 300px;background-color: #000000;}
.system_recommend_dom .info{width: 1200px;  padding-left: 160px;  margin: auto;}
.system_recommend_dom .title{ text-align: center;  font-weight: bold;  font-size: 24px;  color: #ffffff;  margin: 25px auto}
.system_recommend_dom .list a{float: left;width: 198px;display: block;margin-right: 12px;margin-bottom:15px }
.system_recommend_dom .list a:nth-child(5n){margin-right: 0;}
.system_recommend_dom .list a img{width: 198px;height: 198px}
.system_recommend_dom .load_more{width: 120px;height: 30px;text-align: center;line-height: 29px;border: 1px solid #ffffff;color: #ffffff;font-size: 13px;margin: 40px auto 55px;clear: both;border-radius: 20px;cursor: pointer}

.point_dom{width: 100%;height:auto;background-color: #ffffff;padding: 70px 0}
.point_dom .info{width: 1200px;  padding-left: 160px;  margin: auto;}
.point_dom .info .image{display: flex;justify-content: space-between;}
.point_dom .info .image img{width: 240px}



    /*分类菜单*/
.menu_category{
    position: fixed;
    width: 200px;
    border-radius: 10px;
    background-color: #fff;
    left: calc(50% - 650px);
    min-height: 300px;
    z-index: 999999999;
    padding: 10px 10px;
    border: 1px solid #BE0000;
    top:150px
}
.menu_category .title{
    width: 180px;
    height: 40px;
    background: #BE0000;
    opacity: 1;
    color: #fff;
    border-radius: 10px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
}
.menu_category .title img{
    margin-top: 12px;
    width: 15px;
    height: 15px;
}
.menu_category .cl{clear: both}
.menu_category .item_box{height: 40px;}
.menu_category .item_box_title .item_icon{
    width: 22px;height: 22px;margin-left: 9px;margin-top: 9px;
}
.menu_category .category_img_dom{margin-right: 6px;float: left}
.menu_category .item_box_title .item_lb{
    line-height: 40px;color: #333333;font-size: 13px;width: 125px;display: block;
}
.menu_category .category_bottom_line{width: calc(100% - 20px);height: 1px;background:#DCDCDC;margin: auto}
.menu_category .arrow_r{width: 10px;margin-top: 12px;margin-right: 5px}
.menu_category .search_dom{
    width: 100%;
    height: 40px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 20px;
    margin-top: 10px;
}
.menu_category .search_dom img{width: 20px;height: 20px;margin: 10px 5px 10px 10px;cursor: pointer}
.menu_category .search_dom input{background-color: transparent;border: 0;font-size: 15px;line-height: 24px;color: white}
.menu_category .item_box_title{height: 40px;width: 100%;border-radius: 10px;display: block}
.menu_category .item_box_title:hover{background-color: #F0F0F0;border-radius: 20px }
.hide{display: none}

.main_foot .foot1 .info {
    padding-left: 160px!important;
}

.goods_img:hover{
    transition:400ms ease all;
    transform: scale(1.1);
    overflow: hidden;
}
.goods_pic:hover{
    transition:400ms ease all;
    transform: scale(1.1);
    overflow: hidden;
}

.shop_nav{position: absolute;width: 198px;height: auto;border: 2px solid #BE0000;z-index: 9999999;background-color: #ffffff;left: 0;top:100px;padding: 6px 10px}
.shop_nav a{display:block;font-size:16px;color:#000000;border-bottom:1px solid #E6E6E6;text-align:center;line-height:32px}
.shop_nav a:hover{color:#BE0000}
.shop_nav a:last-child{border-bottom:0;}

.transport_nav{position: absolute;width: 198px;height: auto;border: 2px solid #BE0000;z-index: 9999999;background-color: #ffffff;left: 0;top:100px;padding: 6px 10px}
.transport_nav a{display:block;font-size:16px;color:#000000;border-bottom:1px solid #E6E6E6;text-align:center;line-height:32px}
.transport_nav a:hover{color:#BE0000}
.transport_nav a:last-child{border-bottom:0;}

.purchase_nav{position: absolute;width: 198px;height: auto;border: 2px solid #BE0000;z-index: 9999999;background-color: #ffffff;left: 0;top:100px;padding: 6px 10px}
.purchase_nav a{display:block;font-size:16px;color:#000000;border-bottom:1px solid #E6E6E6;text-align:center;line-height:32px}
.purchase_nav a:hover{color:#BE0000}
.purchase_nav a:last-child{border-bottom:0;}