.s_left {
	float: left;
}

.s_left::-webkit-input-placeholder {
	font-size: 14px;
}
/* 针对 Firefox 浏览器 */
.s_left::-moz-placeholder {
	font-size: 14px;
}
/* 针对 Internet Explorer */
.s_left:-ms-input-placeholder {
	font-size: 14px;
}
/* 通用标准写法 */
.s_left::placeholder {
	font-size: 14px;
}

.s_right {
	float: right;
}
.search_top {
	width: 1200px;
	height: 380px;
	/* 	background: #61088d; */
	margin: 0 auto;
	background-image: url(../images/top.png);
	background-size: 100% 100%;
	z-index: 999;
}

.search_bgc {
	z-index: -999;
	height: 425px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1E142D;
}

.search_top_img {
	
}

.search_top_content {
	width: 1154px;
	height: 440px;
	margin: 0 auto;
	background-image: url(../images/search_top_bg.png);
	background-size: cover;
}

.search_logo {
	width: 188px;
	height: 40px;
	margin: 40px 0 0 70px;
}

.search_txt {
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
	line-height: 72px;
	text-align: left;
	font-style: normal;
	margin: 32px 0 0 72px;
}

.search_icon_box {
	font-weight: 400;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 32px;
	text-align: left;
	font-style: normal;
	margin: 8px 0 0 72px;
}

.search_icon_box span {
	margin-right: 24px;
}

.search_icon_box img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.search_pic {
	display: block;
	width: 450px;
	height: auto;
	margin-top: -50px;
}

.search_bg {
	z-index: 999;
	width: 1200px;
	height: 152px;
	background-color: #ffffff;
	margin: 0 auto 0px;
	box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px -5px
		rgba(0, 0, 0, 0.08), 0px 6px 30px 5px rgba(0, 0, 0, 0.04);
}

.search_bg_input_button {
	padding: 30px 1% 6px 1%;
	width: 98%;
}

.search_info {
	width: 986px;
	height: 50px;
	background: #ffffff;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #1E142D;
	padding-left: 20px;
}

.search_btn {
	width: 168px;
	height: 52px;
	background: #1E142D;
	border-radius: 0px 4px 4px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	border: 1px solid #1E142D;
	padding: 0;
}

.search_results_con_table_title {
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	height: 36px;
}

input::after {
	border: 2px solid #aa00ff;
	outline: none; /* 移除默认的outline */
}

.search_radio {
	margin-top: 16px;
}

.search_radio input[type='radio'] {
	margin: 0 7px 0 24px;
}

.search_radio {
	position: relative;
}

.search_radio .radio {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #000000;
	padding-left: 25px;
	cursor: pointer;
	margin-left: 24px;
}

.search_radio .radio input {
	position: absolute;
	left: -9999px;
}

.search_radio .radio i {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 15px;
	height: 15px;
	outline: 0;
	border: 1px solid #DCDCDC;
	background: #ffffff;
	border-radius: 50%;
	transition: border-color .3s -webkit-transition: border-color .3s;
}

.search_radio .radio input:checked+i {
	border-color: #1E142D;
}

.search_radio .radio input+i:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border-color: #1E142D;
	background-color: #1E142D;
	opacity: 0;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

.search_radio .radio input:checked+i:after {
	opacity: 1;
}

.search_results {
	width: 1200px;
	/*   height: auto; */
	background: #ffffff;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-top: 24px;
}

.search_list_tt {
	height: 40px;
	line-height: 40px;
	margin: 0 8px;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hide_font {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_list_tt_left {
	text-align: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_list_tt_right {
	text-align: right;
	width: 20%;
}

.search_list {
	width: 1200px;
	/*   height: auto; */
	background: white;
	margin: 0 auto;
	margin-top: 24px;
}

.search_results_tt {
	background-color: #1E142D;
	width: 1200px;
	height: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	font-style: normal;
}

.search_results_tt div {
	color: #ffffff !important;
	margin: 0 9px;
}

.search_results_con {
	width: 1200px;
	/*   height: auto; */
}

.search_results_con_pic {
	width: 115px;
	height: 236px;
	margin: 9px 0 0 8px;
	text-align: center;
}

.search_results_con_pic img {
	width: 114px;
	height: 191px;
}

.search_results_con_txt {
	width: 1070px;
	/*   height: auto; */
}

.search_results_con_txt_flx {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.img_list_div {
	display: flex;
	width: 115px;
	height: 45px;
}

.img_list_div_item {
	width: 28px;
	height: 45px;
	border: 1px solid white;
}

.img_list_div_item_select {
	width: 28px;
	height: 45px;
	border: 1px solid black;
}

.img_list_div_item_select img {
	width: 26px;
	height: 43px;
}

.img_list_div_item img {
	width: 26px;
	height: 43px;
}

.search_results_con_txt_col {
	flex: 1; /* 使每列宽度相等 */
	margin: 0px 10px; /* 可选，为列添加间距 */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search_results_con_txt_col div {
	margin-top: 20px;
}

.bz {
	margin: 20px 0 0 10px;
}

.card_to_price {
	height: 78px;
	width: 300px;
	background: #f7f7f7;
	margin-top: 20px;
	margin-left: 10px;
	border-radius: 8px;
	border: 1px solid black;
	text-align: center;
}

.search_results_con_table {
	width: 1183px;
	margin: 10px auto 0;
	border-radius: 4px;
	border: 1px solid #faf0ff;
}

.search_results_con_table_row {
	display: flex;
	border-bottom: 1px solid #faf0ff;
}

.search_results_con_table_col {
	flex: 1; /* 使每列宽度相等 */
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-left: 1px solid #faf0ff;
}

.f7 {
	background: #f7f7f7;
}

.search_results_con_table_row .search_results_con_table_col:first-child
	{
	background: #1E142D;
	color: #ffffff;
}

.search_results_con_table_col img {
	width: 16px;
	height: 16px;
	border: 2px dashed #faf0ff;
}

@media screen and (max-width: 1024px) {
	/*移动版 - 1024宽度*/
	.search_bgc {
		display: none;
	}
	.search_top {
		height: 135px;
		width: 100%;
	}
	.search_top_content {
		width: 96%;
		margin: 0;
		padding: 0;
		height: 280px;
	}
	.search_top_img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.search_pic {
		display: none;
	}
	.search_results_con_pic {
		width: 100%;
		text-align: center;
		margin: 0;
		margin-top: 9px;
	}
	.search_bg {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		height: 90px;
	}
	.search_bg_input_button {
		width: 98%;
		padding: 0 1%;
	}
	.search_info {
		width: 68%;
		margin: 0;
		padding: 0;
		padding-left: 2%;
	}
	.search_btn {
		width: 29%;
		margin: 0;
		padding: 0;
	}
	.search_results {
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
		min-height: 600px;
	}
	.search_list {
		width: 100%;
	}
	.search_results_tt {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.search_results_con {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		float: left;
		background: #fff;
	}
	.search_results_con_txt {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.search_results_con_txt_col span {
		display: block;
	}
	.search_results_con_table {
		width: 98%;
		margin-left: 1%;
		height: 420px;
	}
	.search_results_con_table_row {
		height: 384px;
		display: block;
		border-bottom: 1px solid #faf0ff;
		float: left;
		width: 33%;
	}
	.halfwidth {
		width: 50%;
	}
	.card_to_price {
		margin: 20px auto;
	}
	.img_list_div {
		margin: 0 auto;
	}
}