@charset "UTF-8";.dropshipping{min-height:100vh;background:#fff;border-radius:20rpx 20rpx 0rpx 0rpx}.dropshipping .searchTop{width:750rpx;height:92rpx;display:flex;align-items:center;padding:2rpx;box-sizing:border-box}.dropshipping .searchTop .filter-item{width:124rpx;height:56rpx;border-radius:12rpx;background:#f8fafb;font-size:28rpx;color:#868a9b;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 18rpx;margin-left:8rpx}.dropshipping .searchTop .filter-item.act{color:#222;background:#edeeef;font-weight:600}.dropshipping .detail{padding:36rpx;display:flex;justify-content:space-around;flex-wrap:wrap}.dropshipping .goodsBox{width:328rpx;height:422rpx;flex:1;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:22rpx;margin-right:10rpx}.dropshipping .goodsBox > image{width:328rpx;height:320rpx}.dropshipping .goodsBox .goodsName{font-weight:500;font-size:32rpx}.dropshipping .goodsBox .bottom{display:flex;height:42rpx;text-align:left;position:relative}.dropshipping .goodsBox .bottom .goodsPrice{font-family:OPPOSans;font-weight:700;font-size:32rpx;color:red;position:absolute;left:0;bottom:0}.dropshipping .goodsBox .bottom .goodsPrice::before{content:"¥";font-size:24rpx;color:#ff3c26}.dropshipping .goodsBox .bottom .sales{font-weight:400;font-size:24rpx;color:#666;position:absolute;right:0;bottom:0}