.hot_page_box{
	width: 100%;
	background: url(../images/new_img/bg1.png) 0px top no-repeat, linear-gradient(135deg, #5135BE 0%, #9B38C5 100%);
	padding-bottom: 50px;
}
.hot_page_title img{
	width: 48px;
	margin-right: 24px;
}
.hot_page_title{
	    padding: 40px 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    font-size: 34px;
	    color: #fff;
	    font-weight: bold;
	    letter-spacing: 2px;
}
.no_data{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:120px;
	text-align:center;
	width: 100%;
}
.Warehouse_btn {
    padding: 0 7px;
    line-height: 24px;
    height: 24px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}
.Warehouse_btn.on {
    border-color: #CB261C;
    color: #CB261C;
	background-color: #ffffff;
}
.class_box_goods_list_item_handle{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.class_box_goods_list_item_handle img{
	width: 20px !important;
	height: 20px!important;
	margin-right: 10px;
}
.class_box_goods_list_item{
	cursor: pointer;
}
.class_box_goods_list_item a{
	display: inline-block;
}
.class_box_goods_list_item:hover .class_box_goods_list_item_name{
	color: #CB261C;
}

.hotsales_best_sellers{ background-color:#fff; border-radius:10px; padding:20px;margin-bottom:24px;}
.hotsales_best_sellers>p{ font-size:26px; color:#333; font-weight:bold; text-align:center;padding:10px 0 30px; }
.best_sellers_items{ display:flex; }
.sellers_items{ width:calc(25% - 44px);margin-right:16px; background-color:#F6F6F6;padding:16px;border-radius:10px; }
.sellers_items:last-child{ margin:0px; }
.sellers_item_title{ display:flex;align-items:center;line-height:34px;margin-bottom:8px; }
.sellers_item_title>p{ font-size:18px;color:#333;font-weight:bold;display:inline-flex;align-items:center;}
.sellers_item_title .help-box{ display:inline-block; }
.sellers_item_title .help-box:hover .help-details{ display:block; }
.sellers_item_title>p img{ width:24px; margin-right:8px;}
.topsellers_product_img{ width:35%;margin-right:8px;position:relative; }
.topsellers_product_img a{ width:100%; display:inline-block; }
.topsellers_product_img a img{ width: 100%;}
.topsellers_product_img span{ position:absolute;left:0px; bottom:0px; background-color:rgba(0,0,0,0.44);color:#fff; font-size:12px; padding:0 6px;line-height:24px;border-radius: 0 10px 0 0; }
.topsellers_product_img>p{ position:absolute; top:-4px; left:0px; width:36px;height:36px; background-repeat:no-repeat;background-size:cover; text-align:center;font-size:16px; color:#fff;line-height:36px; }
.sellers_ul{ height:490px;overflow-y:scroll;padding:4px 0; }
.sellers_ul li{ display:flex;margin-bottom:16px; }
.sellers_ul li:first-child .topsellers_product_img>p{background-image:url(../images/new_img/1a3194981ae43cb3240a0902417c7956.png); }
.sellers_ul li:nth-child(2) .topsellers_product_img>p{background-image:url(../images/new_img/937eb20746fa4bd9f4e250a38fd5e18d.png); }
.sellers_ul li:nth-child(3) .topsellers_product_img>p{background-image:url(../images/new_img/b209fb68f715fb09f9b54897ad1b4a93.png); }
.sellers_ul li:nth-child(n+4) .topsellers_product_img>p{background-image:url(../images/new_img/b2f7049c751c34aa56ea6969d4ee4a7a.png); }
.topsellers_product_infor{ width:calc(65% - 8px); }
.topsellers_product_infor>a{ display:block;width: 100%;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;color:#666; font-size:14px; line-height:24px; }
.topsellers_product_infor>a:hover{ color:#CB261C; }
.product_dimension{ display:flex;margin-top:4px;  }
.product_dimension span{ display:block;font-size:14px; color:#666; line-height:20px;display:flex;align-items:center;}
.product_dimension span:first-child{ font-size:16px; color:#CB261C;line-height:20px;margin-right:24px; }
.product_dimension span img{ width:18px;margin-right:4px; }
.product_dimension span i{ font-size:16px; color:#a9a9a9;margin-right:8px;display:inline-block; }
.product_price b{ font-size:14px;color:#333;line-height:26px;display:inline-block;position: relative;top: 2px;}
.product_price span{ display:inline-block;background-color:#FFA200;color:#fff; font-size:12px; padding:0 4px; border-radius:3px; margin-left:8px; }
.topsellers_product_infor .commodity_Warehouse{ margin-top:2px; }
.product_nocompetence{ font-size:14px; color:#CB261C;line-height:26px; }
.sellers_ul::-webkit-scrollbar-track {background: rgba(0,0,0,.06);box-shadow: inset 0 0 5px rgb(0 21 41 / 5%);border-radius:3px;}
.sellers_ul::-webkit-scrollbar {width: 6px;border-radius:3px;}
.sellers_ul::-webkit-scrollbar-thumb {background: rgba(0,0,0,.12);box-shadow: inset 0 0 5px rgb(0 21 41 / 5%);border-radius:3px;}
.sellers_ul{scrollbar-arrow-color: #ffffff;scrollbar-face-color: #f0f0f0;scrollbar-highlight-color: #ffffff;scrollbar-shadow-color: #ffffff;scrollbar-track-color: #ffffff;}
.potential_products_container{ display:flex;background-color:#fff;border-radius:10px; margin-bottom:24px; padding:20px 0 20px 20px }
.potential_products_title{ width:335px; }
.potential_products_title>p{ font-size:26px;color:#333;font-weight:bold;margin-top:14px; }
.potential_products_title ul{ display:flex;margin-top:30px;flex-wrap:wrap; }
.potential_products_title ul li{ margin-right:24px;margin-bottom:24px; width:110px;}
.potential_products_title ul li:nth-child(2n){ width:auto; }
.potential_products_title ul li p{ font-size:14px; color:#666; line-height:30px; }
.potential_products_title ul li span{ display:block; font-size:18px; color:#333; font-weight:bold;line-height:30px; }
.potential_products{ width:calc(100% - 335px); }
.potential_products .swiper-father{ padding:0 30px; position:relative; }
.potential_products .swiper-father .swiper-button-prev,.potential_products .swiper-father .swiper-button-next{ opacity: 1; }
.potential_products .swiper-father .swiper-button-prev i,.swiper-father .swiper-button-next i{ font-size:24px; }
.potential_products .swiper-father .swiper-button-disabled{ opacity:0.5; }
.potential_products .swiper-father .swiper-button-prev{ left: -5px; }
.potential_products .swiper-father .swiper-button-next{ right: -6px; }
.potential_products .swiper-slide{ display:block;text-align:left; }
.potential_products .swiper-slide a{position:relative; display:block; }
.potential_products .swiper-slide a img{ width:100%;border-radius:10px; }
.potential_products .swiper-slide a span.product_morph{ position: absolute; left: 0px; bottom: 0px; background-color: rgba(0,0,0,0.44); color: #fff; font-size: 12px; padding: 0 6px; line-height: 24px; border-radius: 0 10px 0 10px; }
.potential_products .swiper-slide a span.product_rebates{ position: absolute; right: 0px; top: 0px; background-color: #FFA200; color: #fff; font-size: 14px; padding: 0 6px; line-height: 24px; border-radius:  0 10px 0 10px;margin:0px;}
.potential_products_infor{ display:flex;justify-content:space-between; }
.potential_products_infor>p{ font-size:14px;color:#333;line-height:26px;font-weight:bold;position:relative;}
.potential_products_infor>span{  font-size: 14px;  color: #666; line-height: 26px;  display: flex;  align-items: center; }
.potential_products_infor>span i{ font-size: 14px; color: #a9a9a9; margin-right: 8px; display: inline-block; }
.potential_products .product_nocompetence{ margin:0px 0 0px 0; }
.chooseTitle_a img{
	width: 200px;
}
.swiper-button-next, .swiper-button-prev{
	background-image:url(../images/z-rights.png) !important;
	width: 9px !important;
	height: 16px !important;
	background-size:100% !important;
}
.swiper-button-next{
	right: 10px !important;
}
.swiper-button-prev{
	left: 10px !important;
	transform: rotateZ(180deg);
}

.class_box{
	width: 100%;
}
.class_box_one{
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 20px 10px 12px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
.swiper-box-one{
	width: 100%;
}
.class_box .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}
.class_box .swiper-slide img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.class_box .swiper-button-next,.class_box .swiper-button-prev{
	margin-top: 0 !important;
}
.class_box .swiper-button-next{
	transform: translateY(-50%);
}
.class_box .swiper-button-prev{
	transform: translateY(-50%) rotateZ(180deg);
}
.swiper-slide_cur span{
	color: #CB261C;
}
.swiper-slide_cur::after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-bottom-color: #6C36C1;
}
.class_box_two{
	width: 100%;
	display: none;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}
.class_box_two_cur{
	display: flex !important;
}
.class_two_item{
	margin-right: 8px;
	border: 1px solid #FFCFE6;
	font-size: 14px;
	color: #FFE8F3;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 30px;
	cursor: pointer;
	margin-bottom: 8px;
}
.class_two_item_cur{
	background-color: #8A55D8;
	border-color: #8A55D8;
	color: #fff;
}
.class_box_goods_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.class_box_goods_list_item{
	background-color: #fff;
	border-radius: 3px;
	width: calc(16.66% - 13.33px);
	margin-bottom: 16px;
	margin-right: 16px;
	overflow: hidden;
}
.class_box_goods_list_item img{
	width: 100%;
	height: 219.91px;
}
.class_box_goods_list_item_info{
	margin-top: 4px;
	width: 100%;
	padding: 0 8px 8px 8px;
	box-sizing: border-box;
}
.class_box_goods_list_item_name{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.class_box_goods_list_item_num{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.class_box_goods_list_item_price{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
.class_box_goods_list_item_stork{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.class_box_goods_list_item:nth-child(6n) {
    margin-right: 0px;
}



.discount_page_box{
	width: 100%;
	background: url(../images/new_img/bg1.png) 0px top no-repeat, linear-gradient(135deg,#FF644D 0%, #FFCA4D 100%);
	padding-bottom: 50px;
}
.discount_page_title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.discount_page_title img{
	width: 48px;
	margin-right: 24px;
}
.discount_page_title{
	    padding: 40px 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    font-size: 34px;
	    color: #fff;
	    font-weight: bold;
	    letter-spacing: 2px;
}

.time_limited_robbery{ padding:30px 20px;background-color:#fff; border-radius:10px; }
.time_limited_robbery ul.time_limited_select{ display:flex; justify-content:center;align-items:center;margin-bottom:14px;}
.time_limited_robbery ul.time_limited_select li{ height:60px; display:flex; flex-direction:column;align-items:center;justify-content:center; padding:10px 24px; background:#FFEFEC;border:1px solid #FF644D; border-radius:30px;margin-right:40px;cursor:pointer;}
.time_limited_robbery ul.time_limited_select li:last-child{ margin-right:0px; }
.time_limited_robbery ul.time_limited_select li p{ font-size:14px; color:#FF644D;line-height:24px; }
.time_limited_robbery ul.time_limited_select li b,.time_limited_robbery ul.time_limited_select li b span{ font-size:16px; color:#FF644D;line-height:24px; }
.time_limited_robbery ul.time_limited_select li.active{ background:linear-gradient(90deg,#FF644D 0%, #FF934D 100%);border-color:transparent; }
.time_limited_robbery ul.time_limited_select li.active p,.time_limited_robbery ul.time_limited_select li.active b,.time_limited_robbery ul.time_limited_select li.active b span{ color:#fff; }
.time_limited_items{ display:none; }
.time_limited_items.active{ display:block; }
.time_limited_items ul{ display:flex; flex-wrap:wrap; }
.time_limited_items ul li{ width:calc(25% - 32px);margin-right:16px;display:flex;align-items:flex-start; background-color:#F6F6F6;border-radius:3px; padding:10px;margin-top:16px;}
.time_limited_items ul li:nth-child(4n){ margin-right:0px; }
.rush_progress{ margin-top:4px; }
.rush_progress .remaining_stock{ font-size:12px; color:#adadad; line-height:22px; }
.rush_progress_load{ height:12px; border-radius:6px; width:100%; background-color:#DEDEDE;position:relative;}
.rush_progress_load>span{ width:0px; height:12px;border-radius:6px;background:linear-gradient(90deg,#FF644D 0%, #FF974D 100%);position:absolute;left:0px; top:0px;}
.rush_progress_load>span.level1{ width:10%; }
.rush_progress_load>span.level3{ width:30%; }
.rush_progress_load>span.level4{ width:40%; }
.rush_progress_load>span.level5{ width:50%; }
.rush_progress_load>span.level6{ width:60%; }
.rush_progress_load>span.level7{ width:70%; }
.rush_progress_load>span.level8{ width:80%; }
.rush_progress_load>span.level9{ width:90%; }
.rush_progress_load>span.level10{ width:100%; }
.rush_progress_cutdown{ font-size:12px;color:#FF644D; line-height:20px; }
.rush_progress_cutdown_lifetime{ font-size:12px;color:#FF644D; line-height:20px; }
.promotion_switch_container{ margin-top:24px; }
.promotion_switch_container>ul.select_promotion_switch{ display:flex;border-radius:10px;background-color:#fff;  }
.promotion_switch_container>ul li{font-weight:bold; width:50%; height:80px;line-height:80px; font-size:26px; color:#FF654D;background-color:#fff;border-radius:10px;text-align:center; cursor:pointer;}
.promotion_switch_container>ul li.active{  background-color:#FFE7E4;  }
.promotion_switch_box{ margin-top:24px; }
.rush_progress_pro{ display:flex; align-items:center;flex-wrap:wrap;margin:2px 0; }
.rush_progress_pro .rush_progress_load{ width:calc(100% - 73px); margin-right:8px; }
.rush_progress_pro .remaining_stock{ font-size:12px;color:#adadad;line-height:18px;}
.promotion_switch_items{flex-wrap:wrap;display:none;}
.promotion_switch_items.active{  display:flex;}
.all_promotion_title{ font-size:30px; font-weight:bold;line-height:40px; color:#fff; text-align:center; margin-top:24px;}
.all_promotion_product {
    display: flex;
    margin-top: 16px;
    align-items: flex-start;
}
.all_promotion_screening{ background-color:#fff; width:calc(16.66% - 33.33px);margin-right:16px; padding:16px 10px;border-radius:3px;height:max-content;}
.all_promption_rightbox{ width:83.34%; }
.all_promotion_screen_items{ margin-bottom:24px; }
.all_promotion_screen_items p{ font-size:16px; color:#333; font-weight:bold;margin-bottom:16px; }
.all_promotion_screen_items ul li{ margin-bottom:8px; }

.all_promotion_screen_items .all_promotion_screen_items_select{
	width:100%;
	color: #666;
	font-size: 14px;
	height: 38px;
	line-height: 1.3;
	border: 1px solid #d5d5d5;
	appearance: auto;
	background-color: #fff;
	border-radius: 2px;
	padding: 3px 10px;
}
.all_promotion_screen_items_checkbox_group{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	color: #666;
	font-size: 14px;
}
.all_promotion_screen_items_checkbox_group label{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
}
.all_promotion_screen_items_checkbox_group label input{
	margin-right: 12px;
	width: 16px;
	height: 16px;
}
.all_promotion_screen_items_radio_group{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	color: #666;
	font-size: 14px;
}
.all_promotion_screen_items_radio_group label{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
}
.all_promotion_screen_items_radio_group label input{
	margin-right: 12px;
	width: 16px;
	height: 16px;
}
.all_promotion_screen_items_input{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.all_promotion_screen_items_input .long_input{
	width: 147.52px;
	box-sizing: border-box;
	height: 34px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	border-color: #e6e6e6;
	padding: 3px 10px;
}
.all_promotion_screen_items_input .short_input{
	width: 66.42px;
	box-sizing: border-box;
	height: 34px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	border-color: #e6e6e6;
	padding: 3px 10px;
}
.all_promotion_screen_items_input button{
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
	margin-left: 4px;
	background-color: #CB261C;
	display: inline-block;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.all_promotion_screening_right_top{
	border-radius: 3px;
	width: 100%;
	margin-bottom: 16px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.all_promotion_screening_right_top_part{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.all_promotion_screening_right_top_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666;
	font-size: 14px;
	margin-right: 24px;
	line-height: 38px;
	padding: 4px 0;
	cursor: pointer;
}
.all_promotion_screening_right_top_item input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.all_promotion_screening_right_top_item img{
	width: 20px;
	height: 20px;
	margin-right:5px;
}
.all_promotion_screening_right_top_item select{
	border: none;
	appearance: auto;
}
.all_promotion_screening_right_top_sort{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.all_promotion_screening_right_top_sort select{
	border: 1px solid #e6e6e6;
	appearance: auto;
	height: 38px;
	line-height: 1.3;
	border-radius: 2px;
	width: 212px;
	padding: 3px 5px;
	box-sizing: border-box;
	margin-left: 10px;
}

.all_promotion_goods_list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.all_promotion_goods_item{
	background-color: #fff;
	border-radius: 3px;
	width: calc(20% - 12.8px);
	margin-bottom: 16px;
	margin-right: 16px;
	overflow: hidden;
	position: relative;
}
.all_promotion_goods_item input{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
}
.all_promotion_goods_item img{
	width: 100%;
	height: 219.91px;
}
.all_promotion_goods_item_info{
	margin-top: 4px;
	width: 100%;
	padding: 0 8px 8px 8px;
	box-sizing: border-box;
}
.all_promotion_goods_item_name{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.all_promotion_goods_item_num{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.all_promotion_goods_item_price{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
.all_promotion_goods_item_stork{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.all_promotion_goods_item:nth-child(5n) {
    margin-right: 0px;
}

.new_page_box{
	width: 100%;
	background: url(../images/new_img/bg1.png) 0px top no-repeat, linear-gradient(135deg, #2070E8 0%, #14B0D1 100%);
	padding-bottom: 50px;
}
.new_page_title img{
	width: 48px;
	margin-right: 24px;
}
.new_page_title{
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.new_page_banner{
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	height: 360px;
}
#new_banner{
	width: 100%;
	height: 360px;
}
#new_banner .swiper-slide a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#new_banner .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.new_page_banner .swiper-button-next,.new_page_banner .swiper-button-prev{
	margin-top: 0 !important;
}
.new_page_banner .swiper-button-next{
	transform: translateY(-50%);
}
.new_page_banner .swiper-button-prev{
	transform: translateY(-50%) rotateZ(180deg);
}

.new_hot_box{
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.new_hot_box_left{
	width:35%;
}
.new_hot_box_banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	height: 591px;
}
#new_hot_banner .swiper-slide a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#new_hot_banner .swiper-slide img{
	width: 100%;
	height: 473px;
	border-radius: 10px;
}
.new_hot_box_banner .swiper-button-next,.new_hot_box_banner .swiper-button-prev{
	margin-top: 0 !important;
}
.new_hot_box_banner .swiper-button-next{
	transform: translateY(-50%);
}
.new_hot_box_banner .swiper-button-prev{
	transform: translateY(-50%) rotateZ(180deg);
}
.new_hot_banner_item_info{
	margin-top: 8px;
}
.new_hot_banner_item_name{
	text-overflow: unset;
	white-space: unset;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	color: #666 !important;
}
.new_hot_banner_item_num{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_hot_banner_item_price{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
.new_hot_banner_item_stork{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.right_hot_new{ width:calc(65% - 24px); }
.right_hot_new_title{display:flex; justify-content:space-between;align-items:center;margin-bottom:16px;}
.right_hot_new_title>h2{ font-size: 26px; color: #333; font-weight: bold;line-height:30px; }
.right_hot_new_title ul{ width:calc(100% - 240px); display:flex;justify-content:flex-end; }
.right_hot_new_title ul li{ padding:0 16px;font-size:14px;color:#666; line-height:30px;border-radius:3px;cursor:pointer;max-width:150px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; }
.right_hot_new_title ul li.active{ background-color:#CB261C;color:#fff; }
.right_hot_new_title ul li:hover{ color:#CB261C; }
.right_hot_new_title ul li.active:hover{color:#fff; }


.hot_new_container_item ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.hot_new_container_item ul li{
	background-color: #fff;
	border-radius: 3px;
	width: calc(25% - 16px);
	margin-top: 16px;
	margin-right: 16px;
	overflow: hidden;
}
.hot_new_container_item ul li a{
	display: inline-block;
	width: 100%;
}
.hot_new_container_item img{
	width: 100%;
	height: 201.69px;
}
.hot_new_container_item_info{
	margin-top: 4px;
	width: 100%;
	padding: 0 8px 8px 8px;
	box-sizing: border-box;
}
.hot_new_container_item_name{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.hot_new_container_item_num{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hot_new_container_item_price{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
.hot_new_container_item_stork{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.hot_new_container_item:nth-child(4n) {
    margin-right: 0px;
}
.hot_new_container_item ul li:nth-child(1), .hot_new_container_item ul li:nth-child(2), .hot_new_container_item ul li:nth-child(3), .hot_new_container_item ul li:nth-child(4) {
    margin-top: 0px;
}

.all_promption_rightbox .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.all_promption_rightbox .swiper-slide img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.all_promption_rightbox .swiper-button-next,.all_promption_rightbox .swiper-button-prev{
	margin-top: 0 !important;
}
.all_promption_rightbox .swiper-button-next{
	transform: translateY(-50%);
}
.all_promption_rightbox .swiper-button-prev{
	transform: translateY(-50%) rotateZ(180deg);
}