/**-------------------------------------------**/
.topSearchBgV {
	width: 100%;
	height: 250px;
	background-image: url('../img/demandTopBg.png');
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.topxuqSearchBgV {
	background-image: url('../img/xuqTopBg.png');
}


.topSearchBgV .selTypeBgV {
	margin-right: 5px;
	background-color: white;
	height: 50px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	position: relative;
}

.topSearchBgV .searchBgV {
	width: 700px;
	height: 50px;
	background-color: white;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 5px;
}

.topSearchBgV .menuDropDownUl {
	height: 150px;
	top: 55px;
	display: none;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #E4E7ED;
	border-radius: 3px;
	z-index: 999;
	width: 130px;
	position: absolute;
	font-size: 14px;
	color: #303030;
}
.menuDropDownUl .topArrowBgV{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6px;
	position: absolute;
	top: -6px;
	left: 0;
}
.menuDropDownUl .searchtopArrow{
	width: 12px;
	height: 6px;
	background-size: cover;
}
.selTypeBgV:hover .menuDropDownUl {
	display: block;
}
.menuDropDownUl a {
	color: #666;
	display: block;
	font-weight: 600;
	line-height: 50px;
	min-width: 66px;
	text-align: center;
}



.searchBgV input {
	width: 81%;
	height: 40px;
	margin: 0 20px;
	border: none;
	font-size: 16px;
}

.searchBgV .close-btn {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	right: 110px;
	display: none;
}

.searchBgV .searchBtn {
	width: 90px;
	height: 44px;
	background-color: #0518BA;
	color: white;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

/**-------------------------------------------**/
.topSelTypeBgV {
	margin-top: 30px;
	width: 100% height: 51px;
	display: flex;
	background-image: url(../img/fruTop-bg.png);
	background-size: cover;
}

.topSelTypeBgV .oneType:first-child {
	margin-left: 20px;
}

.topSelTypeBgV .oneType {
	min-width: 80px;
	line-height: 51px;
	border-bottom: none;
	text-align: center;
	padding: 0 15px;
	margin-right: 20px;
	color: #00000099;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

.topSelTypeBgV .oneType:hover {
	color: #4985FF;
}

.topSelTypeBgV .oneSelType {
	color: #4985FF;
	position: relative;
	text-align: center;
}

.topSelTypeBgV .oneSelType::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	background: #4985FF;
}

/**-------------------------------------------**/
.screeningBgV {
	width: calc(100% - 60px);
	padding: 30px;
	border-bottom: 1px solid #DCDCDC;
}

.oneScreenV {
	display: flex;
	margin-bottom: 15px;
	cursor: pointer;
}

.oneScreenV .leftName {
	font-weight: 600;
	flex-shrink: 0;
	color: #535B65;
	padding: 3px 0;
}

.screenCellBg {
	display: flex;
	flex-wrap: wrap;
}

.screenCellBg .oneScreen {
	padding: 3px 10px;
	text-align: center;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.8);
	;

}

.screenCellBg .selOneScreen {
	color: #4985FF;
	border-radius: 5px;
	background-color: rgba(51, 123, 236, 0.15);
}

.screenCellBg .oneScreen:hover {
	color: #206bd1;
}

/**-------------------------------------------**/

.mainListV {}

.oneCell {
	border-bottom: 1px solid #DCDCDC;
	/* width: 100%; */
	min-height: 83px;
	padding: 15px 30px;
	color: #666;
	position: relative;
}

.oneCell .name {
	font-size: 24px;
	color: #121212;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 18px;
	cursor: pointer;
	position: relative;
}

.oneCell .name::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 113px;
	height: 3px;
	background-image: url(../img/fruitful/list-nameLine.png);
}

.oneCell .name:hover {
	color: #206bd1;
}

.alseInfoV {
	display: flex;
}

.alseInfoVLeft {
	display: flex;
	justify-content: space-between;
	width: 85%;
}

.alseInfoV-one {
	display: flex;
	align-items: center;
	/* max-width: 25%; */
}

.listSIcon {
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

.detailBtn {
	position: absolute;
	right: 30px;
	bottom: 13px;
	width: 110px;
	height: 30px;
	background: #035FF5;
	color: white;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.detailBtn .listSIcon {
	width: 16px;
	height: 16px;
}

.unitTypeShowView {
	position: absolute;
	right: 30px;
	top: 25px;

	border-radius: 5px;
	padding: 2px 10px;
	color: #035ff5;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #206bd1;
	background-color: #eaf2ff;
}

/**-------------------------------------------*


/**-------------------------------------------**/


/**-------------------------------------------**/
.paginationBgV {
	height: 80px;
	width: 100%;
}

/**-------------------------------------------**/