ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


.shounaBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 10px;
	overflow: hidden;
}
.shounaBox .shounaInfo{
	width: 50%;
	position: relative;
}

.shounaImg{
	display: block;
	width: 100%;
}
.shounaTop{
	display: block;
	position: absolute;
	width: 30%;
}


.moveTips{
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}
.moveTips>div{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.moveHave:before,.moveConfirm:before{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #30a338;
	border-radius: 15px;
	margin-right: 10px;
}
.moveConfirm:before{
	background-color: #ffc400;
}


.moveTitle{
	width: 100%;
	padding: 7px;
	background-color: #6f6f6f;
	color: #FFF;
}


.moveProject ul li{
	display: flex;
	justify-content: space-around;
	padding: 4px 0;
	margin: 2px 0;
}

.moveProject ul li:nth-child(2n-1){
	background-color: #DDD;
}
.moveProject ul li:first-child{
	margin-top: 0;
}

.moveListBox ul{
	display: none;
}
.moveListBox:first-child ul{
	display: block;
}

.openYuyue{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background: #41aa8d;
	box-shadow: 0 -1px 3px 1px #00000030;
	z-index: 999;
}
.priceModel{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff8d00;
	color: #FFF;
	box-shadow: 0 -1px 3px 1px #DDDDDD30;
	z-index: 999;
}