.product-select {
	margin-top: 60px;
	padding: 0px 30px;
}

.product-select-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
}

.select-list .list-title {
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.content-list {
	padding: 15px 0 9px 0;
	display: none;
}

.content-list .select-item {
	margin-bottom: 6px;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.select-item input[type="radio"] {
    width: 14px;
    height: 14px;
    opacity: 0;
}
 
.select-item label {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: #fff;
}

.select-item input:checked+label {
    background-color: #0192a2;
    border: 1px solid #0192a2;
}

.select-item input:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 0;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.select-list .list-title .slide-btn {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 16px;
	text-align: center;
	cursor: pointer;
}
.select-list .list-title:hover{
	color: #000;
}

.select-list .list-title:hover .slide-btn{
	color: #000;
}
.select-btn {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #057c89;
	width: 134px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
	margin-top: 30px;
	cursor: pointer;
}