.shaixuan{
	width: 1140px;
	margin: 30px auto 0;
	/* background: #F6F6F6; */
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 10px -5px #808080;
	border-radius: 10px;
}
.shaixuan .tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.shaixuan .tabs-main{
	display: flex;
	align-items: center;
}
.shaixuan .tabs-model{
	white-space: nowrap;
	font-size: 18px;
	position: relative;
	padding: 10px 0;
	margin-right: 30px;
}
.shaixuan .tabs-model-check{
	color: var(--theme-color);
}
.shaixuan .tabs-model-hr{
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: var(--theme-color);
	position: absolute;
	left: 0; bottom: 0;
}
.shaixuan .searchBox{
	width: 450px;
	padding: 5px 20px;
	border-radius: 100px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #E1E1E1;
}
.shaixuan .searchBox input {
	width: 400px;
	height: 30px;
	font-size: 16px;
}
.shaixuan .searchBox input::placeholder {
	font-size: 16px;
	color: #A8A8A8;
}

.shaixuan .searchBox a {
	width:30px;
	min-width: 30px;
	height: 30px;
	border-radius: 6px;
	text-align: center;
}
.shaixuan .searchBox img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 5px auto;
}

.checkBox-model{
	display: flex;
	align-items: center;
	font-size: 14px;
	white-space: nowrap;
	transition: all ease .2s;
	/*width: 150px;*/
}
.checkBox-model-left{
	width: 15px;
	min-width: 15px;
	height: 15px;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	background: white;
	margin-right: 10px;
	transition: all ease .2s;
	margin-top: 1px;
}
.shaixuan .townName{
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkBox-model:hover .checkBox-model-left{
	border-color: var(--theme-color) !important;
}
.checkBox-model-icon{
	width: 100%;
	height: 100%;
	transform: scale(0);
	display: block;
	margin: 0 auto;
	transition: all ease .1s;
	background: var(--theme-color);
}
.checkBox-model-leftChecked{
	background: var(--theme-color) !important;
}
.checkBox-model-iconChecked{
	transform: scale(1) !important;
}
.checkBox-model-checked{
	color: var(--theme-color);
}
.shaixuan .shaixuan-model{
	margin-top: 15px;
	display: flex;
}
.shaixuan .checkMargin{
	margin: 0 15px 10px;
}
.shaixuan .shaixuan-model-name{
	font-size: 14px;
	white-space: nowrap;
	margin-right: 20px;
}
.shaixuan .shaixuan-model-main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shaixuan-townList{
	background: #F6F6F6;
	border-radius: 10px;
	padding: 15px 15px 5px;
	margin-top: 5px;
}
.shaixuan-townList .townList-checkMargin{
	margin: 0 20px 10px;
}

.shaixuan-moreBtn{
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shaixuan-moreBtn a{
	font-size: 14px;
	color: var(--theme-color);
}
.shaixuan-moreBtn div{
	transform: rotate(90deg);
	margin-left: 10px;
	font-size: 14px;
	color: var(--theme-color);
}


.buildList{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.buildList-main{
	width: 850px;
}
.buildList-main-count{
	font-size: 24px;
	font-weight: bold;
}
.buildList-Tabs{
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.buildList-Tabs-delete{
	position: absolute;
	font-size: 14px;
	color: #A8A8A8;
	right: 0; top: 8px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.buildList-Tabs-delete img{
	width: 20px;
	min-width: 20px;
	margin-right: 10px;
}
.buildList-mainBox{
	margin-top: 10px;
}
.buildList-mainModel{
	display: flex;
	margin-bottom: 50px;
}
.buildList-mainModel:hover .buildList-mainModel-topImage .topImage-main{
	transform: scale(1.1);
}
.buildList-mainModel:hover .buildList-mainModel-info-name{
	color: var(--theme-color);
}
.buildList-mainModel-topImage{
	width: 240px;
	min-width: 240px;
	height: 170px;
	margin-right: 20px;
	background: #F1F1F1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.buildList-mainModel-topImage .topImage-main{
	width: 100%;
	height: 100%;
	transition: all ease .6s;
}
.buildList-mainModel-topImage .topImage-icon{
	width: 40px;
	position: absolute;
	left: 20px; bottom: 20px;
}
.buildList-mainModel-info{
	width: 100%;
	position: relative;
}
.buildList-mainModel-info-name{
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.buildList-mainModel-info-name span{
	padding: 2px 16px;
	font-size: 14px;
	border-radius: 4px;
	background: var(--theme-color);
	color: white;
	margin-left: 10px;
	white-space: nowrap;
}
.buildList-mainModel-info-model{
    width: 400px;
	font-size: 16px;
	margin-top: 10px;
	color: #A8A8A8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.buildList-mainModel-tabs{
	display: flex;
	position: absolute;
	bottom: 0; left: 0;
}
.buildList-mainModel-tabsModel{
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 15px;
	margin-right: 5px;
	margin-top: 5px;
	color: white;
}
.buildList-mainModel-tabs .red{
	color: #ED5E64;
	background: rgba(237,94,100, .2);
}
.buildList-mainModel-tabs .green{
	color: #449029;
	background: rgba(68,144,41, .2);
}
.buildList-mainModel-tabs .purple{
	color: #8C6DA4;
	background: rgba(140,109,164, .2);
}
.buildList-mainModel-tabs .blue{
	color: #698B9E;
	background: rgba(105,139,158, .2);
}
.buildList-mainModel-tabs .orange{
	color: #F8998A;
	background: rgba(248,153,138, .2);
}
.buildList-mainModel-tabs .gray{
	color: #333;
	background: #F1F1F1;
}
.buildList-mainModel-priceBox{
	margin-left: 20px;
}
.buildList-mainModel-priceBox-price{
	font-size: 20px;
	white-space: nowrap;
	/* color: var(--theme-color); */
	color: red;
	font-weight: bold;
}
.buildList-mainModel-priceBox-price span{
	font-size: 22px;
	font-weight: bold;
}
.buildList-mainModel-priceBox-allPrice{
	font-size: 16px;
	margin-top: 10px;
	color: #A8A8A8;
	white-space: nowrap;
	text-align: right;
}
.buildList-mainBox-pagination{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.buildList-hot{
	width: 240px;
	overflow: hidden;
}
.buildList-hotTitle{
	font-size: 20px;
	font-weight: bold;
}
.buildList-hotModel{
	margin-top: 30px;
}
.buildList-hotModel:hover .buildList-hotModel-topImage .topImage-main{
	transform: scale(1.1);
}
.buildList-hotModel-topImage{
	width: 100%;
	height: 160px;
	background: #F1F1F1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.buildList-hotModel-topImage .topImage-main{
	width: 100%;
	height: 100%;
	transition: all ease .6s;
}
.buildList-hotModel-topImage .topImage-icon{
	width: 40px;
	position: absolute;
	left: 20px; bottom: 20px;
}
.buildList-hotModel-info{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.buildList-hotModel-infoName{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.buildList-hotModel-infoPrice{
	font-size: 16px;
	margin-left: 20px;
	white-space: nowrap;
	/* color: var(--theme-color); */
	color: red;
	font-weight: bold;
}
