.z-pg-container {
	background-color: rgba(241, 241, 241, 0.39);
}


.product{
	border-radius: 4px;
	background-color: white;
	margin-top: 20px;
}
.product .product-title{
	background-color: #F8F8F8;
	padding: 10px 20px;
	box-sizing: border-box;
}

.product .product-title span{
	border-left: 4px solid #3976C4;
	padding-left: 13px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.product .product-content{
	    padding: 15px !important;
	    box-sizing: border-box;
}

.product .product-content .product-content-box{
	display: flex;
	/*align-items: center;*/
}

.product .product-content .product-content-l{
	flex: 1;
	border: 1px solid #F1F1F1;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.product .product-content .product-content-l img{
	width: 100%;
}

.product .product-content .product-content-r{
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.product .product-content .product-content-r .product-content-l-name{
    padding-top: 15px;
	    font-size: 16px;
	    line-height: 18px;
	    color: #000000;
	    overflow:hidden; 
	    text-overflow:ellipsis; 
	    display:-webkit-box; 
	    -webkit-box-orient:vertical; 
	    -webkit-line-clamp:2;
	    
}

.product .product-content .product-content-r .product-content-l-ft{
	    font-size: 14px;
	    line-height: 18px;
	    color: #999999;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
}

.product .product-content .product-content-r .product-content-l-ft div{
	    display: flex;
	    align-items: center;
}

.product .product-content .product-content-r .product-content-l-ft .icon-view img{
	width: 20px;
	margin-right: 5px;
}

.z-pg-container .z-pg-main {
	width: 1200px;
	margin: 0 auto;
}

.z-customer {
	display: flex;
	justify-content: space-between;
}

.z-customer-nav {
	width: 270px;
}

.z-customer-nav ul li {
	background-color: #fff;
	margin-bottom: 10px;
	height: 50px;
}

.z-customer-nav ul li:first-child {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	background-color: #0075C2;
}

.z-customer-nav ul li:last-child {
	background-color: #0075C2;
	margin-bottom: 0;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	color: #fff;
}

.z-customer-nav ul li:last-child .z-one {
	font-size: 17px;
	margin-top: 10px;
}

.z-customer-nav ul li:last-child .z-one img {
	margin-right: 5px;
}

.z-customer-nav ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 25px;
	height: 100%;
	font-size: 16px;
	color: #000;
}




.z-customer-content {
	width: 900px;
	height: 100%;
	display: grid;
	grid-template-columns: 440px 440px;
	grid-gap: 60px 20px;
}

.z-customer-content .z-customer-lg {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 320px;
	position: relative;
	background-size: auto 100%;
	background-position: center;
    border-radius: 5px;
}

.z-customer-content .z-customer-lg .z-customer-lg-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.z-customer-content .z-customer-lg .z-customer-lg-img a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
}

.z-customer-content .z-customer-lg .z-customer-lg-img img {
	height: 100%;
	/*width:100%;*/
	min-width: 408px;
}

.z-customer-content .z-customer-lg .z-customer-lg-ft {
	position: absolute;
    left: 50%;
    bottom: 0;
    width: 440px;
    padding: 19px 29px;
    box-sizing: border-box;
    background-color: #f5f9fd;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.z-customer-content .z-customer-lg .z-customer-sup {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.z-customer-content .z-customer-lg .z-customer-sub {
	font-size: 12px;
	color: #0075C2;
}
