.footer {
	margin-top: 0;
}

.list_container {
	background: #ffffff;
	padding-bottom: 50px;
}

.list_container .wrapper {
	width: 1200px;
	margin: auto;
}

.list_container .wrapper .index_page {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_container .wrapper .index_page .currpage {
	color: #3977a1;
}

/* 筛选 */
.list_container .wrapper .sieve_box {
	background: #d9d5d4;
	margin-bottom: 20px;
	border-radius: 10px;
}

.list_container .wrapper .sieve_box .sieve .left_box {
	width: 160px;
	float: left;
	color: #666;
	padding-top: 14px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.list_container .wrapper .sieve_box .sieve .right_box {
	margin-left: 160px;
	background: #fff;
	padding: 24px;
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

.list_container .wrapper .sieve_box .right_box a {
	color: #666;
}

.list_container .wrapper .sieve_box .right_box .on {
	background: #3977a1;
	border-radius: 3px;
}

.list_container .wrapper .sieve_box .right_box .on a {
	color: #fff;
}

.list_container .wrapper .sieve_box .right_box .sort_all {
	float: left;
	line-height: 28px;
	padding: 0 10px;
}

.list_container .wrapper .sieve_box .right_box .filter_box {
	margin-left: 60px;
}

.list_container .wrapper .sieve_box .right_box .filter_box li {
	float: left;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
	margin: 0 8px;
	margin-bottom: 10px;
}

.list_container .wrapper .sieve_box .right_box .filter_box li.on {
	background: #3977a1;
}

.list_container .wrapper .sieve_box .right_box .filter_box .child_box {
	padding: 10px;
	border: solid 1px #eee;
	background: #FAFAFA;
}

.list_container .wrapper .sieve_box .right_box .filter_box .child_box li {
	margin: 0 4px;
}

/* 列表 */
.list_box {
	width: 1200px;
	background: #fff;
	float: left;
}

.list_box .sp_list {
	width: 100%;
}

.list_box .sp_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rlist_box {
	float: right;
	width: 250px;
}

.list_box .sortbox li {
	display: inline-block;
	position: relative;
}

.list_box .sortbox li i {
	width: 1px;
	height: 14px;
	display: block;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.list_box .sortbox li a {
	padding: 0 18px;
	font-size: 14px;
	color: #666;
}

.list_box .sortbox li.li_active a,
.list_box .sortbox li a:hover {
	color: #3977a1;
}

.list_box .sortbox {
	padding: 14px 4px;
	border-bottom: solid 1px #767676;
}

.list_box .li {
	width: 49%;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	overflow: hidden;
}

.list_box .li a:hover {
	color: #000;
}

.list_box .li .top {
	display: flex;
}

.list_box .li .top .l {
	width: 220px;
	text-align: center;
}

.list_box .li .top .l .avatar img {
	width: 220px;
	height: 180px;
	object-fit: cover;
}

.list_box .li .top .r {
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
	padding: 10px 0;
	box-sizing: border-box;
}

.list_box .li .top .r .time {
	display: flex;
	align-items: flex-start;
}

.list_box .li .top .r .time img {
	width: 18px;
	margin-right: 5px;
	margin-top: 5px;
}

.list_box .li .bottom {
	display: flex;
	width: calc(100% - 5px);
	margin-top: 5px;
}

.list_box .li .bottom .li-l {
	width: calc(33% - 5px);
	display: flex;
	align-items: center;
	margin-left: 5px;
	background: linear-gradient(to right, #ffb90c, #ffa60c);
	border-radius: 50px;
	margin-bottom: 10px;
	padding: 5px 8px;
	text-align: center;
	justify-content: center;
	font-size: 14px;
}

.list_box .li .bottom .li-img img {
	width: 25px;
	padding: 5px;
}

.list_box .li-severe {
	width: 49%;
	border: 1px solid #767676;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.list_box .li-severe a:hover {
	color: #000000;
}

.list_box .li-severe .top img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 10px;
}

.list_box .li-severe .bottom-severe a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list_box .li-severe .bottom-severe a .name{
	display: flex;
	align-items: center;
}

.list_box .li-severe .bottom-severe a img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-top: 10px;
}

.list_box .li-severe .severe a {
	display: flex;
	align-items: center;
}

.list_box .li-severe .severe img {
	width: 30px;
	margin-right: 5px;
}

.list_box .li-severe .address a {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.list_box .li-severe .address a {
	width: 100%;
}

.list_box .li-severe .address .l {
	display: flex;
	align-items: center;
	max-width: 50%;
}

.list_box .li-severe .address .l img {
	width: 20px;
	margin-right: 5px;
}

.list_box .li-severe .severe-img img {
    width: 30px !important;
    height: 30px !important;
}

.list_box .shop_li {
	border-bottom: solid 1px #eee;
}

.list_box .shop_li:hover {
	background: #fafafa;
}

.list_box .shop_li .shop_div {
	display: block;
	padding: 20px;
	position: relative;
}

.list_box li.shop_li p,
.rlist_box .rec_dl dd p {
	font-size: 14px;
	color: #999;
}

.list_box li.shop_li p.star span,
.rlist_box .rec_dl dd span {
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	height: 18px;
	background: url(../images/star1_i.png) repeat-x;
	vertical-align: middle;
	margin-bottom: 4px;
}

.list_box li.shop_li p.star span s,
.rlist_box .rec_dl dd span s {
	background: url(../images/star_i.png) repeat-x;
	height: 18px;
	display: block;
}

.list_box .shop_li .left_img {
	width: 180px;
	height: 180px;
	float: left;
	position: relative;
	border: solid 1px #eee;
	border-radius: 10px;
	overflow: hidden;
}

.list_box .shop_li .left_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
}

.list_box .shop_li .right_info {
	margin-left: 190px;
}

.list_box .shop_li .right_info .avatar {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.header-info {
	display: flex;
	align-items: center;
}

.list_box .shop_li .right_info .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.list_box .shop_li .right_info a.top_a {
	display: block;
}

.list_box .shop_li .right_info i,
.list_box .shop_li .tel i,
.list_box .shop_li .right_info .addr a {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 4px;
}

.list_box .shop_li .right_info h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.list_box .shop_li .right_info .label {
	margin: 10px 0;
}

.list_box .shop_li .right_info .label span {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	background: #F5F5F5;
	line-height: 22px;
	color: #999;
	text-align: center;
}

.list_box .shop_li .tel {
	width: 228px;
	height: 45px;
	border-radius: 23px;
	background: #fff;
	box-shadow: 0px 5px 43px 0px rgba(175, 175, 175, 0.24);
	color: #3977a1;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	margin: auto;
	margin-top: 16px;
	position: absolute;
	right: 17px;
	top: 66px;
}

.list_box .shop_li .tel span {
	display: block;
}

.list_box .shop_li .tel i {
	display: inline-block;
	height: 28px;
	margin-right: 10px;
}

.list_box .shop_li .tel em {
	color: #fff;
	display: none;
}

.list_box .shop_li .tel:hover {
	background: #3977a1;
	box-shadow: 0px 5px 24px 0px rgba(255, 108, 0, 0.24);
}

.list_box .shop_li .tel:hover span {
	display: none;
}

.list_box .shop_li .tel:hover em {
	display: block;
}

.brief {
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_box .shop_li .right_info .addr {
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list_box .shop_li {
	width: 50%;
}

/* 热门推荐 */
.rlist_box .hot_rec dt {
	width: 100%;
	height: 80px;
	background: url(../images/dt.png) no-repeat center bottom #3977a1;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	box-sizing: border-box;
	text-align: center;
}

.rlist_box dd {
	padding: 0 10px;
	background: #fff;
}

.rlist_box dd:last-child a {
	border: none;
}

.rlist_box dd a {
	display: block;
	border-bottom: solid 1px #eee;
	padding: 20px 0;
}

.rlist_box dd a .l_box {
	float: left;
}

.rlist_box dd a .l_box .l_num {
	font-size: 30px;
	font-weight: 400px;
	vertical-align: middle;
	color: #777;
	margin-right: 16px;
	font-family: number;
	font-style: italic;
}

.rlist_box dd a .l_box .l_num.red {
	color: #3977a1;
}

.rlist_box dd a .l_box .s_logo {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1px #efefef;
	vertical-align: middle;
}

.rlist_box dd a .l_box .s_logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rlist_box dd a .r_box {
	margin-left: 92px;
	padding-top: 4px;
}

.rlist_box .rec_dl {
	margin-top: 12px;
}

.rlist_box .rec_dl dd a .r_box {
	margin-left: 82px;
}

.rlist_box .rec_dl dd a {
	padding-left: 10px;
	padding-right: 10px;
}

.rlist_box .rec_dl dd a .l_box .s_logo {
	width: 60px;
	height: 60px;
}

.rlist_box .rec_dl dt {
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	background: #fff;
	line-height: 64px;
	border-bottom: solid 1px #eee;
}

.rlist_box dd a h4 {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rlist_box dd a p {
	font-size: 14px;
	color: #999;
}

.adv_box {
	width: 100%;
	height: 138px;
	margin-top: 12px;
}

.adv_box img {
	width: 100%;
	height: 138px;
	object-fit: cover;
}

.empty {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 20px;
}

/* 遮罩 */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 3;
	display: none;
}

/*地图弹窗*/
.map-popup {
	width: 720px;
	padding: 25px;
	background: #fff;
	border-top: 2px solid #f34e1c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	z-index: 34;
	top: 200px;
	left: 50%;
	margin-left: -385px;
}

.map-popup .close {
	position: relative;
}

.map-popup .close img {
	position: absolute;
	top: -11px;
	right: -14px;
	z-index: 22;
	cursor: pointer;
}

.map-popup .name {
	font-size: 28px;
	font-weight: bold;
}

.map-popup .location {
	font-size: 16px;
	line-height: 32px;
}

#allmap {
	width: 710px;
	height: 500px;
	overflow: hidden;
	margin: 0;
}

@font-face {
	font-family: number;
	src: url('../font/ca normal w01 heavy.otf'),
		url('../font/ca normal w01 heavy.TTF'),
		url('../font/ca normal w01 heavy.svg'),
		url('../font/ca normal w01 heavy.woff');
	/* IE9 */
}

.article {
	margin-bottom: 20px;
}

.article .inputbox {
	display: flex;
	align-items: center;
	border: 1px solid #767676;
	border-radius: 10px;
	padding: 0 10px;
	width: calc(100% - 280px);
}

.article .inputbox img {
	width: 30px;
}

.article .select-type {
	width: 140px;
	border-radius: 10px;
	font-size: 16px;
	padding: 0 10px;
}

.inputbox .inpbox {
	height: 100%;
}

.inputbox input {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 50px;
	outline: none;
}

.article .submit {
	width: 100px;
	background-color: #000000 !important;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}