.search {
	width:100%;
	background-color:#D96C56;
}

.search-main {
	width: 740px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
	border-radius: 30px;
	border: 1px solid #E8E8E8;
}

.top-search-left {
	width:119px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
	border-right:1px solid #F8F8F8;

}
.top-sl-select {
	display: block;
    width: 80px;
    height: 58px;
	margin-left:24px;
    font-size: 14px;
    color: #5B5B5B;
    background-image: none;
    border: 0;
	border-radius: 30px;
	outline:none;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/home_srrow.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;
	background-color:#fff !important;
}
select::-ms-expand { display: none; }

.top-search-mid {
	width:530px;
	height:58px;
	line-height:58px;
	float:left;
}
.top-sm-input {
	width: 528px;
    height: 58px;
    font-weight: 400;
	color: #5B5B5B;
	font-size:14px;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
	outline:none;
	padding-left:16px;
	padding-right:16px;
}

.top-search-right {
	width:88px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
}
.top-sr-img {
	width:30px;
	height:auto;
	cursor:pointer;
}

.page-nav {
	width:100%;
	height:54px;
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #fff;
}

.pnc {
	width:1400px;
	height:52px;
	line-height:52px;
}
.pnc-title-span {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
}
.pnc-nav-span {
	font-size: 14px;
	font-weight: 400;
	color: #C1C1C1;
}


.filter {
	width:100%;
}
.filter-c {
	width:1400px;
}
.fitc-top {
	width:1400px;
	height:50px;
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #fff;
	line-height:48px;
}
.fitct-title-span {
	font-size: 14px;
	font-weight: 600;
	color: #5B5B5B;
}
.fitct-none-span {
	font-size: 14px;
	font-weight: 400;
	color: #C1C1C1;
}
.fitct-content-span {
	border-radius: 12px;
	border: 1px solid #D96C56;
	font-size: 12px;
	font-weight: 400;
	color: #D96C56;
	padding:4px 16px 4px 16px;
	margin-left:10px;
}

.fitc-option {
	width:1400px;
}
.fitco {
	width:1400px;
	margin-top:18px;
}

.fitco-left {
	width:100px;
	float:left;
	text-align:right;
	line-height:24px;
	font-size: 14px;
	font-weight: 600;
	color: #5B5B5B;
}


.fitco-right {
	width:1300px;
	float:left;
	line-height:24px;
}

.fitco-right-span {
	background: #fff;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #5B5B5B;
	padding:4px 16px 4px 16px;
	margin-left:1px;
}
.fit-active {
	background: #D96C56;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding:4px 16px 4px 16px;
	margin-left:1px;
}

.fitc-option-model {
	width:1400px;
	height:30px;
	margin-top:18px;
}

.fitcom-left {
	width: 460px;
	height: 30px;
	float:left;
}

.fitcom-hr {
	width:460px;
	height:1px;
	background-color:#EAEAEA;
	margin-top:14.5px;
}

.fitcom-mid {
	width: 160px;
	height: 30px;
	float:left;
	text-align:Center;
	line-height:30px;
}
.fitcom-mid-span {
	font-size: 12px;
	font-weight: 400;
	color: #5B5B5B;
	cursor:pointer;
}
.fitcom-mid i {
	cursor:pointer;
	transform:rotate(0);
  transition:all .3s linear;
  -webkit-transform:rotate(0);
  -webkit-transition:all .3s linear;
}

.fitcom-mid-img {
	width:14px;
	height:auto;
	cursor:pointer;
}

.fitcom-right {
	width: 460px;
	height: 30px;
	float:left;
}


.main {
	width:100%;
}

.mc {
	width:1400px;
}

.mc-left {
	width:1080px;
	float:left;
}
.mcl {

    border-bottom: 1px solid #eee;
	width:1080px;
	margin-top:24px;
    padding: 20px 0 40px 0;
}
.mcl-left {
	width:260px;
	float:left;
    position: relative;
}

.mcl-right {
	width:526px;
	float:left;
	margin-left:14px;
}
.mcl-left-img {
	width:260px;
    height: 180px;
    border-radius: 5px;
}

.mcl-left-rz {
    position: absolute;
    text-align: center;
    width: 80px;
    height: 30px;
    padding: 5px;
    top: 0px;
    background: green;
    border-radius: 0 5px 5px 0;
    color: #ffffff;

}
.mcl-page {
	width:800px;
	margin-top:60px;
}
.mcl-page-ul {
	width:800px;
	margin:0;
	padding:0;
	list-style:none;
}

.mcl-page-ul li {
	display:inline-block;
	background: #F6F6F6;
	border-radius: 5px;
	border: 1px solid #E9E9E9;
	text-align:center;
	margin-right:18px;
	width:30px;
	height:30px;
}
.mcl-page-ul li a {
	display:block;
	font-size: 16px;
	font-weight: 300;
	color: #4A4A4A;
	line-height:28px;
}
.mcl-page-ul .page-active {
	background: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #D96C56;
}
.mcl-page-ul .page-active a {
	color:#D96C56;
	line-height:26px;
}







.mc-right {
	width:240px;
	float:right;
}
.mclr-title-p {
	font-size: 24px;
	font-weight: 700;
	color: #777!important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.mclr-local-p {
	font-size: 20px;
	font-weight: 600;
	color: #1D1D1D;
	line-height: 28px;
}
.mclr-detail-p {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	margin-top:10px;
}

.mclr-local {
	width:100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top:10px;
}
.mclr-local-img {
	width:14px;
	vertical-align:middle;
}

.mclr-local-span {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-left:3px;
	vertical-align:middle;
}


.mclr-content {
	width:100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top:10px;
}
.mclr-content-img {
	width:14px;
	vertical-align:middle;
	margin-right:3px;
}

.mclr-content-span {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	margin-right:16px;
	vertical-align:middle;
}
.mclr-yn-p {
	margin-top:10px;
	font-weight: 400;
	color: #C1C1C1;
	margin-left:21px;
}
.mclr-yn-p span {
    font-size: 12px;
    background-color: #f2f3f7;
    padding: 3px 6px;
    margin-right:10px;
    color:#0b1014;
}
.mclr-price-p {
    float:right;
	font-size: 24px;
	font-weight: 600;
	color: #f04041;
	margin-top:12px;
}
.mclr-price-p span {
    font-size: 14px;
    font-weight: normal;
}

.mcr-top {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	text-align:right;
}
.mcr-top-span {
	color:#f04041;
}

.mcr-label {
	width: 240px;
	height: 89px;
	background: #F8F8F8;
	border-radius: 5px;
	margin-top:10px;
}

.mcrl-left {
	width:24px;
	margin-left:20px;
	margin-right:14px;
	float:left;
}
.mcrl-left-img {
	width:24px;
	margin-top:4px;
}
.mcrlr-title-p {
	font-size: 16px;
	font-weight: 400;
	color: #5B5B5B;
	margin:0;
	padding:0;
}
.mcrlr-content-p {
	font-size: 12px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 17px;
	margin-top:4px;
}


.mcrl-right {
	width:162px;
	margin-right:20px;
	float:left;
}

.mcr-guide {
	width:100%;
	margin-top:26px;
}

.mcr-guide-title {
	font-size: 18px;
	font-weight: 600;
	color: #5B5B5B;
}
.mcr-guide-hr {
	width:100%;
	height:1px;
	background-color:#EAEAEA;
	margin-top:7px;
}
.mcr-guide-a {
	display:block;
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	line-height: 24px;
	margin-top:8px;
}





/* 提交成功样式 end */
.top-sm-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 /* WebKit browsers */
color: #C1C1C1;
}
.top-sm-input:-moz-placeholder, textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #C1C1C1;
}
.top-sm-input::-moz-placeholder, textarea::-moz-placeholder {
 /* Mozilla Firefox 19+ */
color: #C1C1C1;
}
.top-sm-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 /* Internet Explorer 10+ */
color: #C1C1C1;
}



.nav>li {
    position: relative;
    display: inline-block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:transparent;}

.nav>.active>a {
	color:#D96C56;
}
