

.select-box {
	display: block;
}

.select-tab{
	display: flex;
	justify-content: center;
	margin-bottom: .35rem;
}

.select-tab>div{
	display: flex;
	box-shadow: 0px 10px 14px 2px
	rgba(153, 153, 153, 0.2);
	border-radius: 4px;
}



.select-tab a{
	padding: .15rem .2rem;
	position: relative;
	font-weight: bold;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.select-tab span{
	transition: .3s all;
}


.select-tab a:not(.active):hover span{
	opacity: .6;
	transform: translateY(-5px);
}


.select-tab a::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 65%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ddd;
}


.select-tab a:last-child::after,.select-tab a.active::after{
	display: none;
}

.select-tab a.active{
	background-color: #f08519;
	box-shadow: -3px 6px 10px 0px
	rgba(240, 133, 25, 0.31);
	border-radius: 6px;
	color: #fff;
}

.select-left {
	display: none;
}

.select-left .title {
	font-size: 24px;
}

.select-right {
	margin-bottom: 50px;
}

.select-product-top{
	margin-top: .5rem;
}

.select-right .spt-left {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;

}

.select-right .spt-left>div{
	font-weight: bolder;
	font-size: 24px;
}

.select-right .spt-left span{
	color: #666;
}

.select-screen {
	/* font-family: 'SourceHanSansCN-Regular'; */
}

.select-form .prodown_option dt{
}

.select-form .prodown_option a{
	font-size: 16px;
}

.select-screen dl{
	border-bottom: 1px solid #DDD;
	background-color: #f1f1f1;
}

.select-screen dl:first-child{
	border-top: 1px solid #DDD;
}

.select-screen dt {
	font-size: 14px;
	height: 35px;
	width: 100PX;
	padding: 5px 0;
	line-height: 35px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #f1f1f1;
	box-sizing: border-box;
	float: left;
	display: flex;
	align-items: center;
}

.select-screen .select-option{
	margin-left: 100px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding-left: 10px;
}

.select-screen dd {
	display: flex;
	align-items: center;
	padding-left: 5px;
	/* min-width: 100px; */
	padding: 0 5px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
}

.select-option a{
	color: #2659b3;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-decoration: underline;
}

.select-option a:hover{
	text-decoration: underline;
}

.select-option a img{
	margin-right: 12px;
}

.select-option a img:nth-of-type(2){
	margin-left: 12px;
}


.so-cpu dd{
	/* min-width: 200px; */
}

.select-screen dd label {
	font-weight: normal;
	flex: 1;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.product-select input,
.select-screen dd label:hover {
	cursor: pointer;
}

.product-select input {
	margin: 0;
	margin-right: 3px;
}


.product-select .product-list {
	display: flex;
	flex-wrap: wrap;
}

.product-select .product-list li {
	width: calc(50% - 10px);
	margin: 0 5px;
	font-size: 14px;
	list-style: none;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	box-shadow: 0 0 5px #eee;
	position: relative;
}

.product-select .product-list img{
	max-width: 90%;
}



.product-select .product-list li em {
	padding: 20px;
	display: block;
	text-align: center;
}

.product-select .product-title {
	margin-bottom: 0;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* ��������ʡ�Ժ� */
	word-break: break-all;
	/* break-all(�����ڵ����ڻ��С�) */
	display: -webkit-box;
	/* ������Ϊ��������ģ����ʾ */
	-webkit-box-orient: vertical;
	/* ���û���������ж������Ԫ�ص����з�ʽ */
	-webkit-line-clamp: 2;
	/* ��ʾ������ */
	height: 36px;
	font-size: 14px;
}


.product-select .product-type {
	padding: 0 15px 65px;
	display: none;
}

.contrast-lab{
	display: flex;
	align-items: center;
	margin-top: 5px;
	justify-content: right;
	font-weight: normal;
	color: #2659b3;

}

.contrast-lab:hover{
	cursor: pointer;
}

.product-select .contrast-input {
	position: relative;
	margin-right: 15px;
	margin-left: 5px;
	border-color: #2659b3;
	display: block;
	width: 15px;
	height: 15px;
}



.pro-target img{
	transition: .3s all;
}

.pro-target:hover img{
	transform: scale(1.2);
}

.product-select .contrast-input:after {
	border: 2px solid #2659b3;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-radius: 2px;
}

.product-select .product-check {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #2659b3;
	border-top: 1px solid #e3e3e3;
	transition: .3s all;
	margin-top: 10px;
}

.product-select .product-check:hover {
	cursor: pointer;
	background-color: #2659b3;
	color: #fff;
}

.contrast-box {
	padding: 10px 15px 15px;
	background-color: #fff;
	border-radius: 5px;
	transition: .5s all;
	overflow: hidden;
	z-index: 10;
	box-shadow: 0 0 18px rgb(210 210 210);
}

.contrast-box.hide-box {
	height: 0;
	padding: 0;

}

.contrast-box .contrast-body {}

.contrast-wrap .contrast-hide {
	text-align: right;
	padding-right: 12px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	color: #2659b3;
}

.contrast-wrap .contrast-hide:hover {
	cursor: pointer;
}

.contrast-wrap .contrast-items {
	margin-bottom: 0;
}

.contrast-wrap .contrast-items li {
	display: flex;
	padding: 12px 0;
	margin: 12px 0;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.contrast-wrap .contrast-items li p {
	font-size: 14px;
}

.contrast-wrap .contrast-items li em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	padding: 10px;
	border: 1px solid #eee;
	margin-right: 15px;
}

.contrast-wrap .contrast-items li em a {
	display: block;
}

.contrast-wrap .contrast-items li em a img {
	display: block;
}

.contrast-wrap .contrast-title {
	font-size: 14px;
	color: #666;
	display: inline-block;
	line-height: 1.3;
}

.contrast-wrap .contrast-del {
	font-size: 14px;
	color: #2659b3;
}

.contrast-wrap a:hover {
	cursor: pointer;
}

.contrast-wrap .contrast-control {
	text-align: center;

}

.contrast-renew {
	display: inline-block;
	font-size: 14px;
	color: #2659b3;
}

.contrast-renew:hover {
	cursor: pointer;
}

.contrast-wrap .contrast-control .btn {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #2659b3;
	border-color: #2659b3;
	transition: .3s all;
	margin: 10px 0;
}

.contrast-wrap .contrast-control .btn:hover {
	opacity: .8;
}

.show-contrast {
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	bottom: 15px;
	height: 30px;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background-color: #2659b3;
	z-index: 80;
}

.show-contrast:hover {
	cursor: pointer;
	opacity: .8;
}

@media (min-width:576px) {
	.select-tab a{
		height: .8rem;
		width: 1.8rem;
		font-size: .26rem;
	}

	.select-tab>div{
		max-width: 55%;
	}
}

@media (min-width:768px) {
	.product-select .product-list li {
		width: calc(33.33% - 20px);
	}

	.product-select .product-title{
		font-size: 16px;
	}
	
	.product-select .product-list img{
		max-width: 85%;
	}
}

@media (min-width:992px) {
	.select-left {
		display: block;
	}

	.select-right {
		
	}

	.product-select .product-list li {
		width: calc(33.33% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.product-select .product-type {
		display: block;
	}
	
	.product-select .product-title{
		height: 42px;
	}

	.product-select .product-check {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}


}

@media (min-width:1080px) {
	.contrast-box {
		display: block;
		width: 1200px;
		position: fixed;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.contrast-wrap .contrast-items {
		display: flex;
		width: calc(100% - 250px);
	}

	.contrast-wrap .contrast-items li {
		border-right: 1px solid #eee;
		border-bottom: none;
		padding: 0 12px;
		width: 33.33%;
		justify-content: center;
	}

	.contrast-box .contrast-body {
		border: 1px solid #eee;
		border-top: none;
		flex-wrap: nowrap;
		display: flex;
		align-items: center;
	}

	.contrast-btns {
		width: 100%;
	}

	.contrast-wrap .contrast-control {
		width: 250px;
	}
}

@media (min-width:1100px){
	.product-select {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (min-width:1200px){
	.product-select .product-list li {
		width: calc(25% - 20px);
	}


}

@media (min-width:1400px){
	.select-tab a{
		font-size: 22px;
	}
}