@CHARSET "UTF-8";
body { background-color: #fff;}
.header { min-width: 1230px;}
.ads {
	margin-top: 24px;
}
.ads .ad-img-1 img {
	width: 1200px;
	height: 120px;
}


.sel-header {
	padding-top: 20px;
	height: 70px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.sel-header .tit {
	font-family: "Microsoft Yahei","Helvetica";
	font-size: 20px;
	font-weight: bold;
} 
.sel-header .fabu.btn,
.sel-header .weituo.btn {
	background-color: #ea5513;
	border: none;
	outline: none;
	box-shadow: none;
	color: #fff;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.sel-header .weituo.btn { 
	background-color: #0066c5;
	margin-left: 15px;
}
.sel-header .fabu.btn .icon-fabu,
.sel-header .weituo.btn .icon-fabu {
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}

.sel-list .dl-list {
	font-size: 12px;
	line-height: 22px;
}
.sel-list .dl-list .dl-title {
	float: left;
	width: 40px;
	font-weight: normal;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sel-list .dl-list .dl-select {
	margin-left: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sel-list .dl-list .dl-select a {
	outline: none;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #fff;
	color: #4c4c4c;
	margin: 4px 15px 4px 0;
}
.sel-list .dl-list .dl-select a:hover,
.sel-list .dl-list .dl-select.sub a:hover {
	background: #efab8d;
	color: #fff;
}
.sel-list .dl-list .dl-select a.active,
.sel-list .dl-list .dl-select.sub a.active {
	background-color: #ea5513;
	color: #fff;
}
.sel-list .dl-list .dl-select.sub {
	padding-left: 8px;
	background-color: #f3f2f7;
	display: none;
}
.sel-list .dl-list .dl-select.sub.active { display: block;}
.sel-list .dl-list .dl-select.sub a { 
	background-color: #f3f2f7;
}
.sel-list .dl-list .define-box {
	display: inline-block;
	height: 24px;
	background-color: #f3f2f7;
	margin-left: 13px;
}
.sel-list .dl-list .define-box .def-input {
	height: 24px;
	outline: none;
	border: none;
	background-color: transparent;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
.sel-list .dl-list .define-box .def-btn {
	position: relative;
	display: block;
	float: right;
	width: 25px;
	height: 24px;
	border: none;
	outline: none;
	background-color: #adadad;
	margin-left: 8px;
	padding: 0;
    margin: 0 0 0 5px;
}
.sel-list .dl-list .define-box .def-btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin: 5px auto;
}
.selected-box {
	padding: 11px 16px;
	border: 1px solid #ffcfbf;
	background-color: #fffcf2;
	margin-top: 16px;
	margin-bottom: 35px;
	line-height: 26px;
	font-size: 12px;
	position: relative;
}
.selected-box .a-close span.item {
	display: inline-block;
	height: 26px;
	line-height: 24px;
	padding: 0 9px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
    color: #394043;
    margin-left: 5px;
}
.selected-box .a-close:hover span.item {
	border: 1px solid #ea5513;
}
.selected-box span.item .btn-close {
	/*background: url(/Images/streetshop/svg-img/close-small.png) no-repeat;*/
	background-size: 100%;
	padding: 0;
	border: none;
	outline: none;
	float: right;
	width: 8px;
	height: 8px;
	margin-left: 15px;
	margin-top: 8px;
}
.selected-box .btn-clear {
	color: #4b86d7;
	padding: 0;
	border: none;
	outline: none;
	height: 18px;
	line-height: 18px;
	background-color: transparent;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.selected-box .btn-clear .icon-bin {
	float: left;
	margin-right: 4px;
}


.content-left {
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	width: 895px;
}
.content-right {
	float: left;
	padding-left: 20px;
	padding-right: 15px;
	width: 335px;
}

.ctlist-header {
	height: 46px;
	border-bottom: 1px solid #e0e0e0;
}
.ctlist-header .count {
	font-size: 16px;
	font-family: "Microsoft Yahei","Helvetica";
}
.ctlist-header .order>li:last-child {
	padding-right: 0;
}
.ctlist-header .order>li>a {
	outline: none;
	display: block;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #e0e0e0;
	padding: 8px 16px;
	color: #4c4c4c;
	text-decoration: none;
}
.ctlist-header .order>li>a:hover {
	background-color: #faf9fe;
}
.ctlist-header .order>li.active>a {
	background-color: #f3f2f7;
}
.ctlist-header .order>li>a i.icon-list {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	width: 8px;
	height: 10px;
	top: 1px;
}
.ctlist-header .order>li>a i.icon-list:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 4px solid #dadada;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.ctlist-header .order>li>a.desc i.icon-list:before {
	border-bottom: 4px solid #4c4c4c;
}
.ctlist-header .order>li>a i.icon-list:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid #dadada;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-top: 2px;
}
.ctlist-header .order > li.active > a i.icon-list:after {
    border-top: 4px solid #4c4c4c;
    }
.ctlist-header .order>li>a.desc i.icon-list:after {
	border-top: 4px solid #dadada;
}
.ctlist-list .list-box {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
.ctlist-list .list-box .list-img,
.ctlist-list .list-box .list-details {
	float: left;
	height: 130px;
}
.ctlist-list .list-box .list-img { width: 200px;}
.ctlist-list .list-box .list-img img { border:1px solid #e3e3e3; width:200px;height:130px;}
.ctlist-list .list-box .list-details {
	padding: 0 15px;
	width: 660px;
}
.list-details p { 
	margin-bottom: 0;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-details .left-box, .list-details .center-box, .list-details .right-box { padding-right: 0;}
.list-details .left-box .title,
.list-details .left-box .title a {
	font-size: 18px;
	line-height: 42px;
	font-family: "Microsoft Yahei","Helvetica";
	color: #333;
	text-decoration: none;
}
.list-details .left-box p {
	font-size: 12px;
	line-height: 28px;
}
.list-details .icon-sub-location {
	position: relative;
	top: -2px;
	margin-right: 3px;
}
.list-details .right-box { padding-top: 17px;}
.list-details .right-box p {
	font-size: 16px;
	font-family: "Microsoft Yahei","Helvetica";
	line-height: 24px;
}
.list-details .right-box p+p { margin-top: 13px;}
.list-details .center-box { padding-top: 34px;}
.list-details .center-box p.area {
	font-family: "Microsoft Yahei","Helvetica";
	font-size: 26px;
	line-height: 26px;
	color: #ea5513;
}
.list-details .center-box p.squan {
	font-family: "Microsoft Yahei","Helvetica";
	font-size: 18px;
	line-height: 18px;
	margin-top: 18px;
}

.ctlist-pagination {
	width: 100%;
	display: table;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.ctlist-pagination .pag {
	display: table-cell;
	margin-bottom: 0;
}
.ctlist-pagination .pag>li>a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e0e0e0;
	text-decoration: none;
	color: #333;
}
.ctlist-pagination .pag>li.active>a {
	border-color: #e9410a;
	background-color: #e9410a;
	color: #fff;
}

.aside-img-box { 
	width: 300px;
	height: 300px;
	margin-bottom: 38px;
}
.aside-hotlist .hotlist-header {
	height: 46px;
	line-height: 22px;
	font-family: "Microsoft Yahei","Helvetica";
	font-size: 16px;
	border-bottom: 1px solid #e0e0e0;
}
.aside-hotlist .hotlist-list {
	padding-top: 30px;
	padding-bottom: 20px;
}
.hotlist-list .hlist-box {
	padding-bottom: 30px;
	width: 100%;
}
.hotlist-list .hlist-box img {
	width: 120px;
	height: 90px;
	margin-right: 15px;
    border:1px solid #e3e3e3;
}
.hotlist-list .hlist-box a { text-decoration: none;}
.hotlist-list .hlist-box p {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hotlist-list .hlist-box p+p {
	margin-top: 12.6px;
}
.hotlist-list .hlist-box p.title {
	font-size: 16px;
	line-height: 16px;
	font-family: "Microsoft Yahei","Helvetica";
	color: #333;
}

/* pages */
.pages{
	text-align:center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.pages a, .pages span{
	background:#FFFFFF;
	display:inline-block;
    border:1px solid #DBDEE1;
    color:#000000;
    cursor:pointer;
    margin:0 2px;
    padding:4px 9px;
    text-decoration:none;
}
.pages a:hover{
	background:#eb5515;
    border:1px solid #eb5515;
	color: #FFFFFF;
}
.pages .cpb{
    background:#eb5515;
    border:1px solid #eb5515;
    color: #FFFFFF;
    font-weight: bold;
}

.hottuijian{
    background: url('/Images/streetshop/tuijian.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: -150px;
    left: 160px;
}

