.selectProduct {
	padding: 60px 0 20px;
	background: #f9f9f9;
	color: #333333;
	font-size: 14px;
}

.selectProduct .leftRightPadding {
	background: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.selectProduct .selected {
	overflow: hidden;
	position: relative;
	background: #757575;
}

.selectProduct .selected .left {
	float: left;
	width: 10%;
	/* padding-left: 18px; */
	line-height: 56px;
	color: #fff;
	font-size: 15px;

}

.selectProduct .selected .left>div {
	padding-left: 20px;
}

.selectProduct .selected .left span {
	display: none;
}

.selectProduct .selected .allDage {
	overflow: hidden;
	float: left;
	width: 90%;
	background: #fff;
}

.selectProduct .selected .right {
	float: left;
	overflow: hidden;
}

.zuiYou {
	padding: 6px 12px;
	overflow: hidden;
	border: 1px solid #cdddf1;
	color: #005551;
	width: 230px;
	border-radius: 18px;
	margin: 10px 0 10px 20px;
	float: left;
}

.zuiYou button {
	font-size: 16px;
	border: none;
	padding: 0;
	background: #fff;
	float: left;
	outline: none;
	color: #888888;
	margin-top: 2px;
}

.zuiYou input {
	font-size: 12px;
	border: none;
	padding: 0 10px;
	background: #fff;
	float: left;
	line-height: 22px;
	outline: none;
	width: 180px;
}

.selectProduct li {
	overflow: hidden;
	border-top: 1px solid #c9c9ca;
	background: #757575;
}

.selectProduct li .left {
	float: left;
	width: 10%;
	/* padding-left: 18px; */
	line-height: 56px;
	color: #fff;
	font-size: 15px;
	background: #757575;
}

.selectProduct li .left>div {
	padding-left: 20px;
}

.selectProduct li .right {
	float: left;
	width: 90%;
	background: #fff;
	text-transform: uppercase;
}

.selectProduct li .right a {
	line-height: 31px;
	margin-left: 36px;
	float: left;
	display: block;
	line-height: 28px;
	display: flex;
	flex-direction: column;
}

.oneh {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 10px;
	position: relative;
	top: -5px;
	height: 25px;
	overflow: hidden;
}

.productList {
	padding: 30px 0 50px 0;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.productList ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.productList ul li .listTitle {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	height: 38px;
	margin-bottom: 24px;
	padding: 0 10px;
}

.productList ul li .listTitle p {
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #005551;
}

.productList ul li .listTitle p span {
	float: left;
	font-size: 20px;
	color: #005551;
	line-height: 28px;
	display: block;
	margin-bottom: 8px;
	margin-left: 6px;
}

.productList ul li dl dd {
	padding: 0 10px;
	color: #fff;
	margin-bottom: 20px;
}

.productList ul li dl dd .boxP {
	position: relative;
	width: 100%;
}

.productList ul li dl dd a {
	display: block;
	overflow: hidden;
}

.productList ul li dl dd a img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.productList ul li dl dd .hoverLayer {
	background: rgba(84, 84, 84, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productList ul li dl dd .hoverLayer div h3 {
	padding: 6px;
	display: flex;
	flex-direction: column;
}

.productList ul li dl dd .hoverLayer div h3 span {
	font-size: 13px;
	overflow: hidden;
}

.productList ul li dl dd:hover img {
	transform: scale(1.1);
}

.productDetails {
	padding-top: 50px;
}

.productDetails .probably {
	overflow: hidden;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.productDetails .left {
	padding-left: 0;
	padding-right: 45px;
	width: 600px;
	float: left;
}

.productDetails .left .bigPic {
	position: relative;
}

.productDetails .left .bigPic img {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
}

.big_glass {
	position: absolute;
	width: 555px;
	height: 378px;
	top: 0px;
	left: 580px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
}

.productDetails .left .bigPic img {
	display: block;
	width: 100%;
}

.img_focu {
	position: absolute;
	width: 111px;
	height: 75.5px;
	top: 0;
	display: none;
	background: rgba(255, 255, 255, .3);
	cursor: move;
}

.productDetails .right {
	padding-right: 0;
	padding-left: 24px;
	width: 600px;
	float: left;
}

.productDetails .right h1 {
	margin-top: 36px;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
}

.productDetails .right .addMarginPaddding {
	padding: 28px 12px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 36px 0;
}

.productDetails .right p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 24px;
}

.productDetails .details {
	background: #f5f5f5;
	padding: 48px 0;
}

.productDetails .details .detailsPage {
	background: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.productDetails .extension {
	width: 90%;
	max-width: 1370px;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 30px;
}

.productDetails .extension h3 {
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
}

.productDetails .extension .extensionPro {
	overflow: hidden;
}

.productDetails .extension .extensionPro ul {
	overflow: hidden;
}

.productDetails .extension .extensionPro ul dd .boxP {
	border: 1px solid #ccc;
	text-align: center;
}

.productDetails .extension .extensionPro ul dd .boxP img {
	width: 100%;
}

.btns {
	margin-top: 20px;
	display: flex;
	transition: all .5s;
}

.btns a {
	padding: 10px 20px;
	font-size:14px;
	color: #07243F;
	border: 1px solid #07243F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:10px;
}

@media screen and (max-width: 768px) {
	.productList ul li dl dd .hoverLayer>div {
		height: 100%;
	}

	.selectProduct .selected .left {
		width: 30%;
	}

	.selectProduct .selected .allDage {
		width: 70%;
	}

	.selectProduct li .left {
		width: 30%;
	}

	.selectProduct li .right {
		width: 70%;
	}

	.productDetails .probably {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.productDetails .left {
		padding-right: 0;
		width: 100%;
	}

	.productDetails .right {
		padding: 0 10px;
		width: 100%;
	}

	.productDetails .right h1 {
		margin-top: 16px;
		font-size: 16px;
	}

	.productDetails .right .addMarginPaddding {
		margin: 24px 0;
		padding: 20px 12px;
	}
}
