  @charset "utf-8";
/* CSS Document */

.p-select-banner{
	width: 100%;
	height: 306px;
	background:#27282B url("../images/select.png") right no-repeat;
}

.p-selectpage-title{
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-top: 70px;
}

.p-selectpage-text{
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	margin-top: 30px;
	font-weight: 200;
}

.p-select-card{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-select-list{
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: 1px solid #D1D1D1;
}

.p-select-list:last-child{
	border: 0;
}

.p-select-list-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	position: relative;
	padding-left: 18px;
}

.p-select-list-title::after{
	content: "";
	background: #0046AD;
	width: 8px;
	height:16px;
	position: absolute;
	left: 0;
	top: 2px;
}

.p-select-list-p{
	font-size: 14px;
	line-height: 26px;
	padding-left: 18px;
	color: #666;
}

@media (max-width:480px){
	.p-selectpage-text{
		font-size: 16px;
		line-height: 30px;
	}
}

