.product_dropdown{position: fixed!important;left: 0!important;top: 173px!important;width: 100%!important;min-width: 100%!important;max-width: 100%!important;padding: .34rem 0 .3rem!important;transform: none!important;-webkit-transform: none!important;overflow: hidden!important;}
.product_dropdown .product_dropdown_inner{position: relative;display: flex;align-items: center;padding: 0 .9rem;}
.product_dropdown .product_dropdown_swiper{flex: 1;width: 100%;overflow: hidden;}
.product_dropdown .swiper-wrapper{align-items: stretch;}
.product_dropdown .swiper-slide{height: auto;line-height: normal;}
.product_dropdown a{padding: 0;display: block;}
.product_dropdown .img{height: 2.1rem;display: flex;align-items: center;justify-content: center;padding: .08rem;background: #fff;}
.product_dropdown .img img{max-width: 90%;max-height: 100%;display: block;}
.product_dropdown p{background: #585756;text-align: center;height: .45rem;line-height: .45rem;font-size: .22rem;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 .08rem;transition: .4s;}
.product_dropdown .swiper-slide:hover p{background: #bb0611;}
.product_dropdown .product_dropdown_prev,
.product_dropdown .product_dropdown_next{width: .56rem;height: .56rem;flex-shrink: 0;position: absolute;top: 50%;margin-top: -.28rem;z-index: 3;background: #bb0611;border-radius: 50%;cursor: pointer;transition: .4s;box-shadow: 0 10px 24px rgba(187,6,17,.22);}
.product_dropdown .product_dropdown_prev:before,
.product_dropdown .product_dropdown_next:before{content: '';width: .14rem;height: .14rem;border-top: 2px solid #fff;border-right: 2px solid #fff;position: absolute;left: 50%;top: 50%;}
.product_dropdown .product_dropdown_prev:hover,
.product_dropdown .product_dropdown_next:hover{background: #98050d;}
.product_dropdown .product_dropdown_prev{left: .12rem;}
.product_dropdown .product_dropdown_prev:before{margin-left: -.03rem;margin-top: -.07rem;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
.product_dropdown .product_dropdown_next{right: .12rem;}
.product_dropdown .product_dropdown_next:before{margin-left: -.11rem;margin-top: -.07rem;transform: rotate(45deg);-webkit-transform: rotate(45deg);}

@media (max-width: 1700px) {
	.product_dropdown .product_dropdown_inner{width: 96%;margin: 0 auto;}
}
