﻿.product_view{
	.product-view-box{
		padding: 0.55rem 0 0.5rem 1.3rem;
		height: 5.5rem;
		.gallery{
			width: 6rem;
			.swiper-container {
				width: 100%; height: 100%;
				.swiper-slide {background-position: center; background-size: contain;background-repeat: no-repeat;}
				img{display: block; max-height: 100%; max-width: 100%;}
			}
			.swiper-pagination-bullets{height: 0.30rem; line-height: 0.30rem; width: 100%;}
			.swiper-pagination-bullet{width: 0.50rem; border-radius: 0; background: #ccc; height: 0.03rem; margin: 0rem 0.04rem; border: none;outline: none; opacity: 0.8;}
			.swiper-pagination-white .swiper-pagination-bullet-active{background: #a3a3a3;}
			.swiper-button-prev, .swiper-button-next{width: 0.41rem; height: 0.61rem; border-radius: 0.03rem; outline: none;  background-size: 0.20rem 0.30rem;}
			.swiper-button-prev:hover, .swiper-button-next:hover{background-color: #7f7f7f; opacity: 0.8;}
		}
		.gallery1{
			position: absolute;
			right: 0;bottom: 0.5rem;
			.OVD_Description0 {
				display: flex;align-items: center; justify-content: center;height: 5.5rem;
				p{height: 100%;}
				img{display: block; max-height: 100%; max-width: 100%;}
			}
			
		}
		.infos {
			position: relative;z-index: 1;
			dl{line-height: 2.4;}
			dl a{color: #4160f1;}
		}
	}
	.brief {background: #f4f5f6; color: #0f1217; border-radius: 0.08rem;}
	.detail_nr{
		.description{line-height: 2;}
	}
}



