.index-icons{
    background-image: url('../imgs/index_icons.png');
}
/* 背景轮播图样式 */
#slider {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 400px;
}
#slider .slider-main{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#slider .slider-main a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: none;
}
#slider_ctrl{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#slider_ctrl i{
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 10px;
    background-color: rgba(255,172,53,0.5);
    cursor: pointer;
}
#slider_ctrl i.active{
    height: 20px;
}




/* 搜索工具部分样式 */
#bar {
    position: relative;
    display: flex;
    padding: 30px 0;
}
#bar .bar-left,
#bar .bar-right{
    padding: 10px 0;
    width: 50%;
    display: flex;
}
#bar .icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    width: 150px;
}
#bar .icon-box .info .d1{
    font-size: 24px;
    margin-top: 10px;
}
#bar .icon-box .info .d2{
    margin-top: 15px;
    color: #7D7D7D;
}
#bar .icon-box .info .d2 b{
    color: #FF6E01;
    
}
#bar .icon-box i{
    margin-bottom: 10px;
    display: block;
    width: 80px;
    height: 80px;
}
#bar .bar-left .icon-box i{
    background-position: 0 0;
}
#bar .bar-right .icon-box i{
    background-position: -80px 0;
}
#bar .other{
    margin-top: 30px;
    font-size: 14px;
    color: #313131;
    text-align: center;
}
#bar .content-box .other b{
    margin: 0 5px;
    color: rgba(255,172,53,1);
    font-size: 22px;
    font-weight: 400;
}

#bar .bar-left{
    border-right: 1px solid #ccc;
}

#bar .bar-left .content-box{
    width: 60%;
}

#bar .bar-left .content-box .info input{
    font-size: 14px;
    width: calc(100% - 15px);
    height: 40px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
#bar .bar-left .content-box .info input::placeholder{
    color: #ccc;
}
#bar .bar-left .content-box .info .btn-box{
    display: flex;
    justify-content: space-between;
}
#bar .bar-left .content-box .info button{
    margin-top: 20px;
    width: 48%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255,110,1,1);
    cursor: pointer;
    border-radius: 6px;
}
#bar .bar-left .content-box .info button.btn-trans{
    background-color: #FBB001;
}
#bar .bar-right .icon-box{
    margin-left: 30px;
    flex-shrink: 0;
}
#bar .bar-right .content-box{
    width: 100%;
}
#bar .bar-right .content-box .type label{
    margin-right: 20px;
    font-size: 16px;
 }
 #bar .bar-right .content-box .type label input{
     margin-right: 10px;
     position: relative;
     -webkit-appearance: none;
     -moz-appearance: none;
     width: 20px;
     height: 20px;
     border: 1px solid #ccc;
    
 }
#bar .bar-right .content-box .type label input:checked{
    border: 1px solid rgba(255,172,53,1);
}
#bar .bar-right .content-box .type label input:checked::after{
    content: "✔";
    position: absolute;
    left: 3px;
    top: -1px;
    font-size: 15px;
    color: rgba(255,172,53,1);
}
#bar .bar-right .content-box .links{
    margin-top: 10px;
    font-size: 14px;
}
#bar .bar-right .content-box .links .links-item{
    display: flex;
    margin-bottom: 5px;
}
#bar .bar-right .content-box .links .links-item b{
    display: block;
    width: 52px;
    line-height: 25px;
    text-align: left;
    font-weight: 100;
    font-weight: bold;
    flex-shrink: 0;
}
#bar .bar-right .content-box .links .links-item .now-link{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
#bar .bar-right .content-box .links .links-item .now-link a{
    line-height: 22px;
    margin-right: 5px;
    word-break: keep-all;
    white-space: nowrap;
    font-weight:500;
}


/* 商铺列表样式 */
.shops#areas{
    margin-top: 20px;
}
.shops .tabs{
    display: flex;
    width: 100%;
    height: 60px;
    border-top: 2px solid #fe7001;
}
.shops .tabs a{
    flex: 1;
    display: inline-block;
    height: 100%;
    line-height: 60px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
.shops .tabs a:first-child{
    border-left: 1px solid #e5e5e5;
}
.shops .tabs a:hover{
    color: #fe7001;
}
.shops .tabs a.active{
    background-color: #fe7001;
    color: #fff;
    border: none;
}
.shops .lists{
    margin-top: 20px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shops .lists .box{
    margin: 0 0 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    border-radius: 5px;
    overflow: hidden;
    width: 260px;
    position: relative;
}
.shops .lists .box:last-child{
    margin-right: 0;
}
.icon-new{
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 20px;
    height: 60px;
    background-position: -258px 0;
    z-index: 1000;
}
.icon-trans{
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 20px;
    height: 88px;
    background-position: -279px 0;
}
.icon-success {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 20px;
    height: 60px;
    background-image: url('../imgs/index_success.png');
    z-index: 1000;
}
.shops .lists .box > a{
    display: block;
    overflow: hidden;
}
.shops .lists .box img{
    width: 100%;
    height: 190px;
    transition: all .3s;
}
.shops .lists .box:hover img{
    transform: scale(1.1)
}
.shops .lists .box .infos{
    padding: 5px;
}
.shops .lists .box .infos h2{
    border-bottom: 1px dashed #e5e5e5;
    line-height: 25px;
    font-size: 16px;
    padding: 0 10px;
    color: #000;
    padding-bottom: 5px;

    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    transition: color .3s;
}
.shops .lists .box .infos h2:hover{
    color: #FBB001;
}
.shops .lists .box .infos .more div{
    line-height: 30px;
    color: rgba(181,181,181,1);
    padding: 0 10px;
}
.shops .lists .box .infos .more div.infos-rent span{
    color: #fe7001;
    font-weight: 500;
}
.shops .lists .box .infos .more div.infos-area span{
    color: #535353;
    font-weight: 900;
}
.shops .lists .box .nav-link{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 70px;
    height: 25px;
    border: 1px solid #fe7001;
    border-radius: 5px;
    color: #fe7001;
    text-align: center;
    line-height: 25px;
}
.shops .lists .box .nav-link:hover{
    color: #fff;
    background-color: #fe7001;
}
.shops .more-shops{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 160px;
    height: 40px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    color: #b5b5b5;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.shops .more-shops:hover{
    text-decoration: underline;
    border: 1px solid #fe7001;
    color: #fe7001;
}



/* 案例推荐部分样式 */
#classic {
    /* margin-top: 40px; */
    /* height: 410px; */
}

#classic .title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
}
#classic .title i.icon-anli{
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 52px;
    background-position: 0 -98px;
}
#classic .title h1 {
    font-size: 18px;
}

#classic .title h1 strong{
    font-size: 24px;
}
#classic .title .sub-title{
    font-size: 16px;
    color: #BFBFBF;
    line-height: 30px;
}

#classic .title a {
    position: absolute;
    /* right: 20px; */
    right: 40px;

}

#classic .title a .icons-rightArrow {
    position: absolute;
    top: 2px;
    ;
    right: -20px;
    width: 16px;
    height: 16px;
    background-position: -16px -20px;
}

#classic .detail {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

#classic .detail ul {
    position: absolute;
    width: 200%;
}

#classic .detail ul li {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    position: absolute;
    width: 270px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
#classic .detail ul li a:hover{
    color: currentColor;
}
#classic .detail ul li a .imgBox {
    position: relative;
    width: 100%;
    height: 305px;
}
#classic .detail ul li a .imgBox .shop-img{
    display: block;
    width: 100%;
    height: 240px;
}
#classic .detail ul li a .imgBox .video-img{
    position: absolute;
    top: 80px;
    left: 90px;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('../imgs/index/video.png');
}
#classic .detail ul li a .imgBox .avatar{
    position: absolute;
    top: 190px;
    left: 100px;
    width: 80px;
    height: 80px;
}
#classic .detail ul li a .imgBox p.broker{
   margin-top: 30px;
   text-align: center;
}
#classic .detail ul li a .imgBox p.broker span{
    color: #fead33;
}
#classic .detail ul li a .imgBox p{
    padding: 5px 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;

    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}





/* 合作品牌部分样式 */
#brand {
    height: 250px;
    margin-top: 20px;
}

#brand .title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

#brand .title h1 {
    font-size: 18px;
}
#brand .title i.icon-pinpai{
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 52px;
    background-position: -41px -98px;
}
#brand .title h1 strong {
    font-size: 24px;
}
#brand .title .sub-title{
    font-size: 16px;
    color: #BFBFBF;
    line-height: 30px;
}

#brand .detail {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#brand .detail ul {
    position: relative;
    width: 300%;
    padding: 20px 0;
}

#brand .detail ul li {
    position: absolute;
    height: 80px;
    width: 180px;
    padding-right: 20px;
    float: left;
}
#brand .detail ul li img{
    width: 100%;
    height: 100%;
}


