﻿.pro_title{border-bottom: 1px solid #e8e8eb; display: flex; justify-content: space-between;    align-items: center;}
.pro_title p{color: #0f1217; border-bottom: 0.03rem solid #f42248; display: flex; align-items: center;}
.pro_title a{color: #838b95;}



.product-show{
	.product-box{
		.product_item {
			width: 32%;
			margin-right: 2%;
			border: 1px solid #e8e8eb;
			-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;
			&:nth-child(3n){margin-right: 0;}
			.pic-box{
				width: 100%;height: 3.75rem; overflow: hidden;
				img{max-width: 100%; max-height: 100%; display: block;
				-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;
				}
			}
			.info{
				width: 100%;
				color: #0f1217;
				p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #f42248;}
			}
			&:hover{
				border: 1px solid #f42248;
				.pic-box img{-webkit-transform: scale(1.1);  transform: scale(1.1);}
			}
		}
	}
}


