body {
	background-image: url(../image/bg2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #f7f7f7;
}

#fuwu .search {
	width: 93.6vw;
	margin: 3vw auto;
	height: 12vw;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;

}

#fuwu .search .city_name {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding-left: 2.6vw;
	padding-right: 3.5vw;
	font-size: 0.7rem;
	color: #4d4d4d;
	position: relative;
	margin-right: 6vw;
}

#fuwu .search .city_name .iconfont {
	color: #999;
	margin-left: 5px;
}

#fuwu .search .city_name::after {
	background-color: #c9c9c9;
	width: 2px;
	height: 5vw;
	right: 0vw;
	top: 3.5vw;
	content: '';
	position: absolute;
	z-index: 1000;
}

#fuwu .search .con {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#fuwu .search .con .iconfont {
	color: #999;
	margin-right: 5px;

}

#fuwu .search .con input {
	font-size: 0.7rem;
}

.swiper-container#banner {
	width: 93.6vw;
	margin: 0 auto;
}

.swiper-container#banner .swiper-slide img {
	width: 100%;
	height: auto;
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;
	/* Safari 和 Chrome */
	border-radius: 5px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.swiper-container#banner .swiper-pagination-bullet {
	background: none;
	border: 1px solid #e4f2fa;
	background-color: #e4f2fa;
	opacity: 1;
}

.swiper-container#banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #bbdcef;
	border: 1px solid #bbdcef;
}

#fuwu .nav {
	margin: 0 3.2vw;
    padding-top: 5vw;
	padding-bottom: 2vw;
	
}

#fuwu .nav ul {
	height: 57vw;
	width: 100%;
	align-items: flex-start;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

#fuwu .nav ul li {

	width: 21.8vw;
	height: 26.6vw;
	background-color: #fff;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
	text-align: center;

}

#fuwu .nav ul li a {
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
}

#fuwu .nav ul li .img{
	width: 11vw;
	height: 11vw;
	margin: 0 auto;
}
#fuwu .nav ul li .img img{
	width: 100%;
	height: 100%;
}
#fuwu .nav ul li span{
	font-size: 0.7rem;
	color: #2f3135;
	margin-top: 10px;
}

#fuwu .nav ul li .en{
	font-size: 0.7rem;
	color: #2f3135;
	font-size: 0.5rem;
	color: #c1c1c1;
	text-transform:Uppercase;
}

#fuwu .select {
	margin: 3vw 3.2vw;
	height: 6.4vw;
	width: 93.6vw;
	background-color: #eaf5fb;
	border-radius: 3.2vw;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#fuwu .select ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#fuwu .select ul li{
	width: 23.4vw;
}

#fuwu .select ul li a{
	font-size: 0.6rem;
	color: #3354a6;
	display: block;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 6.4vw;
}

#fuwu .select ul li.active a{
	background-color: #41c7f5;
	color: #fff;
	border-bottom: 2px solid #41c7f5;
}

#fuwu .search_con{
	margin: 3vw 3.2vw;
	height: 77.7vw;
	padding-bottom: 2vw;
}

#fuwu .search_con .title{
	height: 8.5vw;
	line-height: 8.5vw;
	text-align: center;
	font-size: 0.9rem;
	color: #3354a6;
	margin-bottom: 2vw;
}

#fuwu .search_con .main{
	height: 67.3vw;
	border-radius: 2vw;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 2vw;
}

#fuwu .search_con .main .tab{
	height: 9.6vw;
	width: 100%;
	background-color: #e4f2fa;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#fuwu .search_con .main .tab a{
	display: block;
	height: 9.6vw;
	line-height: 9.6vw;
	width: 50%;
	font-size: 0.75rem;
	color: #3354a6;
	text-align: center;
}

#fuwu .search_con .main .tab a.active{
	background-color: #fff;
}

#fuwu .search_con .main .items{
	padding:6.8vw 3.2vw;
}

#fuwu .search_con .main .items .son{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 12.9vw;
}


#fuwu .search_con .main .items .son .city{
	width: 36.6vw;
	height: 7.3vw;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2.6vw auto;
	border-bottom: 1px solid #3354a6;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}

#fuwu .search_con .main .items .son i{
	width: 6.2vw;
	height: 6.2vw;
	background-image: url(../image/i1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#fuwu .search_con .main .items .son2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 12.9vw;
}

#fuwu .search_con .main .items .son2 .time{
	width: 100%;
	height: 7.3vw;
	background-image: url(../image/i3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 4.5vw auto;
	border-bottom: 1px solid #3354a6;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}

#fuwu .search_con .main .items .submit{
	width: 100%;
	height: 8vw;
	border-radius: 4vw;
	background-color: #41c7f5;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing:20px;
	margin-top: 8vw;
}

#fuwu .list{
	margin: 0 3.2vw;
	padding-bottom: 60px;
}

#fuwu .list li{
	background-color: #fff;
	height: 27vw;
	border-radius: 2vw;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 3vw;
	box-sizing: border-box;
	padding: 2.4vw;
}

#fuwu .list li a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: top;
}

#fuwu .list li .img{
	width: 19.3vw;
	height: 14.2vw;
	margin: 1.3vw;
}

#fuwu .list li .img img{
	width: 100%;
	height: auto;
	
}

#fuwu .list li .infos{
	width: 64vw;
}

#fuwu .list li .infos .top{
	display: flex;
	justify-content: space-between;
	
}

#fuwu .list li .infos .top .title{
	font-size: 0.7rem;
	color: #010101;
}

#fuwu .list li .infos .top .price{
	font-size: 0.7rem;
	color: #f56e2c;
}

#fuwu .list li .infos .tags{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#fuwu .list li .infos .tags .tag{
	text-align: left;
}

#fuwu .list li .infos .tags .tag em{
	color: #646464;
	font-size: 0.6rem;
	margin-right: 5px;
	position: relative;
}

#fuwu .list li .infos .tags .tag em::after{
	position: absolute;
	width: 1px;
	height: 12px;
	content: '';
	background-color: #646464;
	top: 50%;
	margin-top: -6px;
	right: -5px;
}

#fuwu .list li .infos .tags .old_price{
	font-size: 0.6rem;
	color: #646464;
	text-decoration:line-through;
}

#fuwu .list li .infos .dec{
	font-size: 0.5rem;
	color: #f56e2c;
}

#fuwu .list li .infos .tags2{
	text-align: left;
}

#fuwu .list li .infos .tags2 em{
	color: #41c7f5;
	font-size: 0.5rem;
	margin-right: 5px;
	position: relative;
	border: 1px solid #41c7f5;
	border-radius: 4px;
	padding: 2px 4px;
}
