@charset "utf-8";

@import url(/static/comm/css/page.w.css);

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.condLine{
	width: 1160px;
	margin: 0 20px;
	background-color: #F5F5F7;
	height: 46px;
	border: 1px solid #dcdcdc;
	    border-radius: 5px;
	    overflow: hidden;
}

#divSort,#divFilter {
	float: left;
	line-height: 44px;
}
#divFilter{
	border-left: none;
}

#divSort li ,#divFilter li{
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

#divSort li i {
	width: 14px;
	height: 14px;
	background: url( '/static/img/shop/areaarrow.png');
	background-position: -14px 0;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: -2px;
}

#divSort li.on ,#divFilter li.on{
	background: #fff;
	color: #F15A24;
}

#divSort li:hover ,#divFilter li:hover{
	color: #F15A24;
	cursor: pointer;
}

#divShops {
	width: 1200px;
	padding-left: 12px;
	margin: 0 auto;
}

#divShops li {
	float: left;
	width: 220px;
	height: 276px;
	border: 1px solid #dcdcdc;
	margin: 15px 7px 0 8px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#divShops li:hover {
	border: 1px solid #e4393c;
	cursor: pointer;
}

#divShops .shopType {
	margin-right: 10px;
}

#divShops li>div {
	line-height: 28px;
	padding: 0 12px;
}

#divShops .title {
	background: #f6f6f6;
	border-bottom: 1px solid #dcdcdc;
	height: 48px;
	padding-top: 14px;
}

#divShops .face {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border-radius: 50%;
}

#divShops .shopName {
	float: left;
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	width: 156px;
	overflow: hidden;
	height: 22px;
	white-space: nowrap;
	padding-top: 2px;
	text-overflow: ellipsis;
	font-family: 'Microsoft YaHei';
}

#divShops li .intro {
	margin: 0 12px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 0;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
}

#divShops .new {
	line-height: 30px;
}

.deposit {
	width: 80px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
}

.w16 {
	width: 16px;
	height: 16px;
	display: none;
	margin-top: 10px;
	background-image: url(/static/img/c2c/icon_c2c.png);
	float: left;
}

.cxshow {
	display: inline-block;
	margin-top: 0;
	margin-bottom: -3px;
}

.cx {
	background-position: 0 -36px;
}

.cxj {
	display: inline-block;
	border: 1px solid #f83073;
	color: #f83073;
	line-height: 14px;
	height: 16px;
	font-size: 13px;
	padding: 1px;
	white-space: nowrap;
}

#pageNav {
	float: left;
	padding-left: 20px;
}

.shopYear {
	width: 68px;
	height: 16px;
	display: inline-block;
	background-image: url(/static/img/shop/shop.png);
	position: relative;
	top: 4px;
}

.shopYear0 {
	display: none
}

.shopYear1 {
	background-position: 0 0;
}

.shopYear2 {
	background-position: -68px 0;
}

.shopYear3 {
	background-position: -136px 0;
}

.shopYear4 {
	background-position: -204px 0;
}

.shopYear5 {
	background-position: -272px 0;
}

.shopYear6 {
	background-position: -340px 0;
}

.shopYear7 {
	background-position: -408px 0;
}

.shopYear8 {
	background-position: -476px 0;
}

.shopYear9 {
	background-position: 0 -16px;
}

.shopYear10 {
	background-position: -68px -16px;
}

.shopYear11 {
	background-position: -136px -16px;
}

.shopYear12 {
	background-position: -204px -16px;
}

.shopYear13 {
	background-position: -272px -16px;
}

.shopYear14 {
	background-position: -340px -16px;
}

.shopYear15 {
	background-position: -408px -16px;
}

.shopYear16 {
	background-position: -476px -16px;
}
.footer-indicate-nav>div{
	border-radius: 5px;
}
.footer-tdc .tdc{
	border-radius: 5px;
}
.footer-emark>a.xkz{
	border-radius: 5px;
}
.footer-tdc>div{
	border-radius: 5px;
}
.creditLine{
	display: flex;
	align-items: center;
}