.goods_detail .goods_detail_wrapper { z-index: 101; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 375px; background: #f0f2f5; } .goods_detail .title-box { height: 46px; line-height: 46px; background: #fff; text-align: center; color: #333; font-size: 16px; } .goods_detail .swiper-box { height: 375px; } .goods_detail .swiper-box .demo-carousel { width: 375px; height: 375px; } .goods_detail .swiper-box .demo-carousel img { width: 100%; height: 100%; display: block; } .goods_detail .goods_info { padding: 15px; background: #fff; } .goods_detail .goods_info .number-wrapper { display: flex; align-items: center; } .goods_detail .goods_info .number-wrapper .price { color: #ff3838; font-size: 25px; } .goods_detail .goods_info .number-wrapper .price span { font-size: 15px; } .goods_detail .goods_info .number-wrapper .old-price { font-size: 15px; margin-left: 10px; color: #333; } .goods_detail .goods_info .name { font-size: 16px; color: #333; } .goods_detail .goods_info .msg { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; } .goods_detail .goods_info .msg .item { color: #999; font-size: 14px; } .goods_detail .con-box { margin-top: 10px; padding-bottom: 20px; } .goods_detail .content { width: 100%; } .goods_detail .content img { max-width: 100%; display: block; }