@import url("index.css"); 
/* CSS Document */
body{ background-color: #F9F9F9;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figu,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,
strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
	box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}

body {
	line-height: 1.5
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a:link,
a:visited{
	text-decoration: none;
    color:#333;
}

a:focus {
	outline: none
}
a:hover{ 
    text-decoration: none;
    color:#1263C5;
}
.clearfloat:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0
}
.pull-left{float: left;}
.pull-right{float: right;}
.ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ellipsis-2 {
	-webkit-line-clamp: 2
}

.ellipsis-2,
.ellipsis-3 {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	-webkit-line-clamp: 3
}

.ellipsis-4 {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.weight-bold {
	font-weight: 500
}

.show {
	display: block
}

.hide {
	display: none
}

.scaleBig {
	-webkit-transition: all 1s;
	transition: all 1s
}

.scaleBig:hover {
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}

.sp-text-wrapper em,
.sp-text-wrapper i {
	font-style: italic
}

.sp-text-wrapper ol,
.sp-text-wrapper ul {
	padding: 0 0 0 20px;
	margin-bottom: 22px
}

.sp-text-wrapper ol li,
.sp-text-wrapper ul li {
	margin-bottom: 6px
}

.sp-text-wrapper ul {
	list-style-type: disc
}

.sp-text-wrapper ol {
	list-style-type: decimal
}

.sp-text-wrapper b,
.sp-text-wrapper h1,
.sp-text-wrapper h2,
.sp-text-wrapper h3,
.sp-text-wrapper h4,
.sp-text-wrapper h5,
.sp-text-wrapper h6,
.sp-text-wrapper strong {
	font-weight: bolder
}

.sp-text-wrapper h1 {
	font-size: 2em;
	margin: .67em 0
}

.sp-text-wrapper h2 {
	font-size: 1.5em;
	margin: .75em 0
}

.sp-text-wrapper h3 {
	font-size: 1.17em;
	margin: .83em 0
}

.sp-text-wrapper h4 {
	margin: 1.12em 0
}

.sp-text-wrapper h5 {
	font-size: .83em;
	margin: 1.5em 0
}

.sp-text-wrapper h6 {
	font-size: .75em;
	margin: 1.67em 0
}
.sp-row{ width:1200px; margin:0 auto;}

.topbar{ background-color: #eee; border-bottom:solid 1px #eee; height: 36px; line-height: 36px; color: #777; font-size:13px; overflow:hidden;}
.topbar strong{font-size: 16px; color: #333; margin-right: 30px;}
.phone{ padding-left:260px;}
.topbar a{ color:#333; }
.topbar a:hover{ color: #1263C5;}
.city{ font-size: 16px; color: #333;}
.header{ padding-top: 20px; background-color: #fff;}

.search{ margin-left: 160px; margin-top: 10px;}
.search-box{height: 38px; line-height: 38px; border:2px solid #1263C5; border-radius: 3px;}
.search-box .iconfont{ width:30px; text-align: center;display: inline-block; height: 34px; line-height: 34px;}
.search-box input[type=search]{width: 360px; height: 34px; line-height: 34px; font-size: 14px;}
.search-box input:focus{border:none;}
.search-box button{height: 34px; line-height: 34px; color: #fff;background-color: #1263C5; padding: 0; width:80px; text-align: center; border: none;}
.search .hot a{ color: #777; font-size: 12px; margin: 0 3px;}
.btn-danger,
a.btn-danger {
    background-color: #1263C5;
    color: #fff;
}
.fb-btn{ margin-right: 50px; margin-top: 18px;line-height: 24px;}
.code-box{ width: 64px; margin-bottom: 10px; float: left; font-size:12px; text-align: center; margin-left: 25px}
.code-box img{width: 100%;}
.nav{background-color: #fff; border-bottom: 3px none #1263C5; border-top:solid 1px #eee;}  
.nav-ul{ }
.nav-ul li{float: left;}

.nav-ul li a{ font-weight:bold; padding: 0 21px; display: block; height: 42px; line-height: 42px; color: #777;}
.nav-ul li.active{  border-bottom:solid 3px #1263C5;  }
.nav-ul li.active a{color: #1263C5;font-weight: bold;}

.sp-col-sm-2{width:20%; float: left; overflow: hidden;}
.sp-col-sm-4{width:40%; float: left;overflow: hidden;}
.sp-col-sm-9{width:80%; float: left;overflow: hidden;}
.sp-col-sm-2 .pad-item{margin: 8px;}
.sp-col-sm-4 .pad-item{margin: 8px;}
.sp-col-sm-9 .pad-item{margin: 8px;}
.data-item{ margin:15px 8px 0 8px;  text-align:center; padding:10px;}
.data-item h2{ color: #333; font-size: 24px; font-weight: 700; margin: 0; line-height: 1em;} 
.data-item small{ font-size:13px; color: #777;line-height: 1em;}
.pad-row{  margin: 0 -8px}
.case-item{ margin:15px 8px 0 8px;}
.case-item .panel-heading{ border-bottom: 2px solid #1263C5; padding: 0;}
.case-item .tit{ width: 103px; padding-left: 10px; color: #fff; height: 36px; line-height: 36px; display: block;background-image: url("../image/tit-bg-al.png");background-position: left bottom; background-repeat: no-repeat;}
.case-item .more{ background-color: #1263C5; padding:1px 5px; margin-top: 10px; margin-right: 10px; border-radius: 3px; color: #fff;font-size: 12px;}
.case-item .panel-body{ padding-top:10px;padding-bottom:2px;}
.case-ul{}
.case-ul li{ width:49%; margin-bottom: 5px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap; float:left; font-size: 13px;}
.more{font-size: 12px;}

.gg-item{margin: 6px;border: 1px solid #ddd;}
.gg-item:hover{margin: 6px;border: 1px solid #1263C5;}
.gg-item img{ width: 100%; height: 200px;}
.gg-item h4{ font-size:16px; padding:5px 10px 10px 10px; line-height:20px; color:#333; height:45px; overflow:hidden}
.ad-item{margin:10px 8px 0 8px;}
.ad-item img{width:228px; height: 80px;}
.section-tit{ text-align: center; margin: 50px 0 10px 0;}
.section-tit h2{ font-size: 32px;}
.section-tit small{ font-size:16px; color:#1263C5;}
.btn-box{ text-align: center;}
.btn-la-more{ width:120px; height:40px; line-height:40px;margin:20px auto; background-color:#fff; font-size:14px;color:#1263C5;border:1px solid #1263C5; padding:0;}

.ul-list-2{ margin: 25px 0 10px 0;}
.ul-list-2 li{ width: 50%; float: left;height: 55px;}
.ul-list-2 li.odd a{background-color: #fff;}
.ul-list-2 li a{ height: 55px; line-height: 55px; color: #333; padding: 0 15px; display: block; margin-right:15px;}
.ul-list-2 li a .time{ font-size:13px; color: #777;}
.txt-senlinlv{ color:#1263C5;}
.txt-green{ color:#009D3E;}

.news-item{ margin-top: 20px;}

.news-item .more{ color:#1263C5;}
 
.news-item .news-media img{ width:100%;}
.news-item .news-media .tit{font-size: 16px; color: #333;overflow:hidden; text-overflow: ellipsis;white-space: nowrap;}

.friends img{ width:230px; height:87px; margin:5px;}

.footer{ background-color:#3D3E4A; padding:20px 0; text-align: center; margin-top: 20px;}
.f-nav-ul{ padding-left:68px; border-bottom: 1px solid #4e4e4e;}
.f-nav-ul li{ float: left; padding: 10px 20px;}
.f-nav-ul li a{ font-size:16px; color:#fff; }
.f-logo{ margin: 15px;}
.copyright{ color: #E1E1E1; font-size: 14px; margin-bottom: 15px;}
.adress{ color: #A1A1A1; font-size: 14px;}
.code-wrap{}
.code-wrap .f-code{ display: inline-block; margin: 10px; width: 185px; font-size: 14px; height: 80px; padding: 5px; background-color: #FCFCFC; border-radius: 3px;}
.code-wrap .f-code .txt{ margin-top: 20px;}
.code-wrap .f-code .txt-2{ margin-top: 5px;}
.code-wrap .f-code .code-icon{ display: block;}
.code-wrap .f-code .img{ width:70px ; float: left;}
.code-wrap .f-code .icon{ width: 29px; height: 29px;}

.cert-ul{ margin-left: 80px;}
.cert-ul li{ float: left; margin: 10px 5px;}


/*生意转让*/
body.white-bg{ background-color: #fff;}
.white-bg .panel{ box-shadow: none;}
.sp-list-a .panel-heading{ padding: 10px 0; border-bottom: 2px solid #1263C5;}
.white-bg .panel-body{ padding: 15px 0;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 8px; padding-right: 8px;
}
.coloum-tit{ height: 200px; background-image: url(../image/col-tit-bg.png); background-position: center; background-repeat: no-repeat; color: #fff; margin-bottom: 15px;}
.coloum-tit h1{ font-size: 42px; padding-top: 50px;}
.coloum-tit .breadcrumb{padding:0;list-style: none;background-color: transparent;}
.coloum-tit .breadcrumb a{ color: #777;}
.coloum-tit .breadcrumb>li+li:before{ color: #777;}
.gg-list-1 li{ width: 390px; height: 58px; margin-bottom:3px;}
.pad-row-15{ margin: 0 -15px;}
.gg-col-3-item img{width: 390px; height: 56px;}
.collapse-col-3 img{ width: 390px; height: 300px;}
.picgg-tit{ margin: 20px 0 0 0;}
.bus-item{ margin-top: 15px;}
.bus-item .flt-tit-ul{ margin-left: 80px; margin-right: 25px;}
.bus-item .flt-tit-ul li{ float: left; margin: 0 6px; }
.bus-item .flt-tit-ul li a{ color: #777; font-size: 13px;}
.bus-ul-1{}
.bus-ul-1 li{ width: 20%; float: left;}
.bus-ul-1 li a{ display: block; margin: 5px; padding: 8px; background-color: #f4f4f4; border-radius: 4px;}
.bus-ul-1 li a h4{ color: #333;}
.bus-ul-1 li span{ font-size: 12px; color: #777;}

.bus-ul-2{}
.bus-ul-2 li{width: 20%; float: left;  list-style: disc; font-size: 14px;}
.bus-ul-2 li a{display: block; margin: 5px; padding-left: 10px;  color: #333; background-image: url(../image/icon-list.png); background-position: left center; background-repeat: no-repeat;}
.m-t-15{ margin-top: 15px;}

.filter-wrap{margin: 15px 0;}
.filter-wrap dl{ border-bottom: 1px solid #eee; padding: 15px 0; font-size: 13px;}
.filter-wrap dl:last-child{ border-bottom: none;}
.filter-wrap dl dt{float: left; color: #333; }
.filter-wrap dl dd{ margin-left: 40px;}
.filter-wrap dl dd a{ margin: 0 5px; float: left; color: #666;}
.filter-wrap dl dd a:hover{ color:#1263C5;}
.filter-wrap dl dd a.txt-senlinlv{ color: #1263C5;}
.filter-wrap dl dd input[type=text]{ border: 1px solid #eee; margin: 0 5px; padding: 0 5px; max-width: 80px;}
.sp-list-a-ul{}
.sp-list-a-ul li{ padding-bottom: 15px;padding-top: 15px; border-bottom: 1px solid #eee;}
.sp-list-a-ul li:last-child{ border-bottom: none;}
.sp-list-a-ul li a{ display: block; color: #333;}
.sp-list-a-ul li:hover{ background-color: #f9f9f9;}
.sp-list-a-ul li:hover h3{ color: #1263C5;}
.sp-list-a-ul .img-item{}
.sp-list-a-ul .img-item img{ width: 180px; border-radius: 3px;}
.sp-list-a-ul .txt-item{ margin-left: 200px;}
.sp-list-a-ul .txt-item h3{ font-size: 20px; color: #333; margin-bottom: 5px;}
.sp-list-a-ul .txt-item p{ color: #777; font-size: 13px;}
.sp-list-a-ul .txt-item .txt-b{font-size: 12px; color: #777; text-align: center; margin-top: 10px;}
.sp-list-a-ul .txt-item .txt-b b{font-size: 20px; color: #1263C5; padding-right: 2px;}
.sp-list-a-ul .txt-item .txt-b small{ display: block; color: #333; }
.search_nav{}
.search_nav a{ color: #333; font-size: 14px; display: inline-block; padding: 0 10px;}
.search_nav a em.iconfont{ font-size: 12px;}
.panel-heading{ border-bottom: 1px solid #eee;}

.side-ul-a{}
.side-ul-a li{ font-size: 14px;margin-bottom:10px;}
.side-ul-a li em{ width: 20px; float: left;}
.side-ul-a li a{ color: #666;}
.panel-footer {
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.info-breadcrumb{ background-color: #fff; font-size: 12px; padding: 15px 0; margin-bottom: 0;}

/*生意转让详情*/
.info-body .panel-heading{ padding-left: 0;}
.house-basic-info{}
.house-basic-info h2{ font-size: 42px; color: #333; margin: 15px 0;}
.house-basic-info .img-item img{ width: 100%;}
.house-basic-info .pad-item{padding: 8px;}
.house-basic-info .txt-item{}
.house-basic-info .txt-item .txt-a{ text-align: center; padding:20px 0 ; background-color: #f9f9f9; border-radius: 7px;}
.house-basic-info .txt-item .txt-a b{font-size: 32px; font-weight: 600; color: #333;}
.house-basic-info .txt-item .txt-a small{ font-size: 14px; color: #777;  display: block;}
.house-basic-info .txt-item .txt-b p{ color: #333; margin: 20px 0;}
.house-basic-info .txt-item .txt-b em{ font-size: 14px; color: #777;}
.house-basic-info .txt-item .txt-b a{ margin: 0 10px;}
.jjr-code{ background-color: #f9f9f9; border-radius: 3px; margin-left: 60px; text-align: center; width: 130px; padding: 8px;}
.jjr-code img{ width: 100%;}
.house-basic-info .txt-item .txt-b .jjr-code p{ color: #333; font-size: 16px; margin: 0;}
.jjr-code p em{ color: #777; font-size: 12px;}
.jjr-code p small{ display: block; color: #333;}
.hot-href-ul{ margin-top: 30px; margin-bottom: 10px;}
.hot-href-ul li{ float: left;}
.hot-href-ul li a{ display: inline-block; padding: 8px 0; margin: 0 15px; color: #666;}
.hot-href-ul li.active a{ border-bottom:2px solid #1263C5; color: #1263C5; font-size: 20px;}
.hot-href-ul li:first-child a{ margin-left: 0;}
.bus-info-panel .panel-body{ min-height: 300px;}
.bus-info-dl{ padding: 10px; line-height: 18px;}
.bus-info-dl dt{ float: left; font-size: 14px; color: #777;}
.bus-info-dl dd{}
/*找店求租*/
.txt-item-1 h3{ font-size: 20px;color: #333;margin-bottom: 5px;}
.txt-item-1 .txt-b small{ font-size: 12px; color: #777; display: block;}

/*新闻资讯*/
.side-nav{}
.side-nav .panel-heading{ font-size:24px;}
.side-nav .panel-body{ padding: 0;}
.side-nav-ul{}
.side-nav-ul li{}
.side-nav-ul li a{ padding:10px 15px; display: block; font-size: 16px;  color: #666;}
.side-nav-ul li.active a{ background-color: #1263C5; color: #fff; font-size: 18px;}
.side-nav-ul li:last-child a{ border-bottom: none;}
.news-ul {
}
.news-ul li{ }
.news-ul li a{}
.news-ul li .item{margin: 10px 0; padding:5px 15px;}
.news-ul li .img-item{ float: left;}
.news-ul li .img-item img{ width: 160px; height: 115px; border-radius: 3px;}
.news-ul .txt-item{ margin-left: 180px;}
.news-ul .txt-item h3{ font-size: 20px; color: #333; margin-bottom: 8px;}
.news-ul .txt-item p{ font-size: 13px;}
.news-ul .txt-item .time{ color: #777; font-size: 12px;}

/*新闻详情*/
.news-info{ min-height: 600px; padding: 10px 50px;}
.news-info h1{ font-size: 38px; margin: 25px 0 5px 0; text-align: center;}
.mews-info-desc{ height: 30px; margin-bottom: 25px; line-height: 40px; font-size: 14px; color: #666; text-align: center;}
.mews-info-desc b{margin-left: 20px;}
.mews-info-desc span{ margin-right: 20px;}
.news-info p{ text-indent: 2em; margin-top: 30px; margin-bottom: 30px; line-height: 28px; }
.news-info img{ max-width: 700px;}
/*大数据*/
.data-cols-txt{ margin-bottom: 15px;}
.data-cols-txt .pad-item{ background-color: #fff; border-radius: 3px; padding: 25px; text-align: center; font-size: 24px;}
.data-cols-txt .pad-item small{ display: block; font-size: 13px; color: #777;}
.data-cols-a{ margin-bottom: 15px;}
.data-cols-a .pad-item{ min-height: 400px; padding: 20px;background-color: #fff; border-radius: 3px;}
.data-cols-a .pad-item .text-center{ margin-top: 160px;}
/*地图找店*/
.map-con{ min-height: 800px;}
/*用户中心*/
.my-center .header{ padding: 20px 0; border-bottom: 2px solid #1263C5;}
.my-center .breadcrumb{ background-color: transparent;}
.avatar img{border-radius: 50%;}
.header-btn-group{ margin-top: 15px;}
.header-btn-group span{ display: inline-block; padding: 0 15px;}
.header-btn-group span i.iconfont{ font-size: 14px; margin-right: 8px;}
.header-btn-group .badge{ background-color: #1263C5; border-radius: 50%; width: 18px; height: 18px;line-height: 18px; padding: 0; color: #fff; margin-top: -15px; margin-left: -10px;}
.header-btn-group a{ text-decoration: none;}
.header-btn-group a:hover{text-decoration: none;}
.logo h2{ margin-top: 10px; font-size: 28px; color: #333; font-weight: 400; margin-left: 15px;}
.center-carousel{display: none; height: 50px; background-image: url(../image/col-tit-bg.png); background-position: center; background-repeat: no-repeat;}

.sidebar{ margin-bottom: 15px;}
.sidebar .panel-heading{font-size: 18px; font-weight: 600;}
.sidebar,.center-con{background-color: #fff; border-radius: 3px;  }
.sidebar-ul li.active a{ background-color: #1263C5; color: #fff;}
.sidebar-ul li.active a .iconfont{color: #fff;}
.sidebar-ul li:last-child{ border-bottom: none;}
.sidebar-ul li a{ padding: 6px 20px; width: 100%; display: inline-block;line-height: 36px; font-size: 14px; color: #333; text-decoration: none;}
.sidebar-ul li a:hover{text-decoration: none;  color: E60012;}
.sidebar-ul li.active a:hover{ color: #fff;}
.sidebar-ul li a .iconfont{ width: 36px; height: 36px; float: left; text-align: center; display: inline-block;margin-right: 10px; color: #888; font-size:16px;}
.sidebar-ul li a .icon-yuyue{ font-size: 18px;}
.sidebar-ul li a .icon-jiatingchengyuan{ font-size: 23px;}
.sidebar-ul li a .icon-wodeguanzhu{font-size: 23px;}
.sidebar-ul li a .icon-shuaqiazhifu_huaban{font-size: 18px;}
.sidebar-ul li a .icon-jilu1{font-size: 18px;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{ margin-bottom: -2px; background-color: transparent; color: #02A8C2; border-bottom: 2px solid #02A8C2;}

.mess-item{border-bottom: 1px solid #eee; padding:0 10px;}
.mess-ul li.mess-item:last-child{ border-bottom: none;}
.mess-item .mess-txt{ margin: 15px 80px 15px 0;}
.mess-item .mess-txt h4{ margin-top: 0;}
.mess-item .mess-txt p{ color: #777; font-size: 12px;}
.mess-item .mess-btn{ float: right; margin: 15px 20px 0 0;}
.mess-item .mess-btn .btn{border-radius: 30px; padding: 3px 15px;}
.form-control{ border-radius: 2px; padding: 5px 12px;  border: 1px solid #ddd; background-color: #fff;  box-shadow: none; min-width: 320px; width: auto; display: inline;}
.form-control[type=file]{ border: none; opacity: 0; width: 100px; position: relative; left: -70px;}
.min-500{ min-height: 500px;}
.tabs-cen-box .nav{ background-color: transparent; border-bottom:1px solid #ddd; font-size: 14px;}
.tabs-cen-box .nav-tabs>li{ bottom: -1px;}
.tabs-cen-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ color: #1263C5;}
.tabs-cen-box .table-list table{ margin: 15px 0;}
.tabs-cen-box .table-list table td{ padding: 15px;}
.tabs-cen-box .table-list table td h4{ font-size: 18px;}
.tabs-cen-box .table-list table td p{ color: #777; font-size: 12px;}
.tabs-cen-box .table-list table thead td{ background-color: #eee;}

/*信息发布*/
.pub-class-box{ padding: 30px; text-align: center;}
.pub-class{ width: 180px; text-align: center; margin: 0 15px; padding: 20px; background-color: #eee; border-radius: 7px; border: 1px solid #ddd; display: inline-block;}
.pub-class.active{ border: 1px solid #1263C5; background-color:#FDECED ;}
.star{ font-size: 16px; color: #1263C5;}
.input-group-addon, .input-group-btn{ width: auto; display: inline-block;height: 40px; line-height: 40px; padding:0 12px;}
/*.input-group-addon{ position: relative; left: -6px;}*/
.form-control.input-120{min-width: 120px; width: 120px !important;}
.upload-img{width: 100px; height: 60px; line-height: 60px; font-size: 18px; text-align: center; border: 1px solid #ddd; border-radius: 3px;}
.upload-file{ position: relative; z-index: 999; top: -40px; opacity: 0;}
.btn-outline-danger{ border: 1px solid #1263C5; background-color: #fff; color: #1263C5;}
.publish-body .header{ padding: 20px 0;}
.publish-body h2{ font-size: 36px;}
.icon-chenggong{ font-size:46px !important; color:#009D3E ;}
.icon-cuowutishi{ color: #1263C5;}
.icon-success_no_circle{ color:#009D3E ;}
/*切换城市*/
.city-body .header{  padding: 20px 0;}
.city-box { background-color: #fff;margin: 15px 0; min-height: 700px;}
.city-search{ background-color: #eee; display: 100%; text-align: center; padding: 30px;}
.city-search-box{ width: 500px; height: 46px; margin: 0 auto; background-color: #fff; line-height: 46px; border-radius: 3px; border: 1px solid #ddd;}
.city-search-box input[type=search]{ width: 380px; height: 44px; padding: 0 10px; }
.city-search-box button{ width: 80px; height: 44px; padding: 0; line-height: 44px; text-align: center; background-color: #1263C5; color: #fff; border: none; border-radius: 3px;}
.city-search-box .iconfont{ width: 38px; text-align: center;}
.crrent-city{ padding:30px 60px;}
.crrent-city h2{ width: 100px; height: 40px; border-radius: 3px; margin-top: 20px; line-height: 40px; background-color: #1263C5; color: #fff; text-align: center;}
.select-city{padding: 30px 60px;}
.select-city-ul{ margin-top: 20px;}
.select-city-ul li{ padding:4px 10px; margin-bottom: 10px; margin-right: 10px; background-color: #eee; border-radius: 3px; float: left;}


.panel{
    border:none;
}
.panel-heading{
    background-color:#fff;
    border-bottom:solid 1px #eee;
}

.ft li {
    height: 35px;
    line-height: 35px;
}

    .ft li a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .ft li.active a {
        color: #ff0000;
        background-color: #ccc;
        border-radius: 4px;
        height: 30px;
    }

.itemli {
    position: relative;
}

    .itemli .vip {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 10;
        background-color: transparent;
    }

    .itemli .vipfont {
        left: 2px;
        top: 4px;
        position: absolute;
        z-index: 20;
        background-color: transparent;
        font-size: 9pt;
    }

.tagflex {}

    .tagflex div {
        overflow: hidden;
        color: #666;
        background-color: #ccc;
        border-radius: 4px;
        margin-right: 5px;
        font-size: 12px;
        padding: 2px;
        display:inline-block;
    }

.liangdiandiv {
    font-size: 14px;
    padding: 5px;
    padding-left: 0px;
    color: #666;   
    text-overflow: ellipsis;
}

.form-control {
    border: 1px solid #d1d1d1!important;
}

/*聚合页面业态大类的样式*/
.flexRowBox {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content:center;
}

.btnlink {
    padding: 5px;
    display: block;
    margin: 5px;
}

/*解决在手机端上PC的横幅布局问题*/
@media(max-width:1200px) {
    html {
    width:1200px;
    }
}
