/* 头部样式 */
.home-header{
    margin: 0 auto;
    height: 80px;
    box-sizing: border-box;
}
.home-header .header-nav{
    background-color: #fff;
	box-shadow: 0px 5px 5px #f4f4f4;
}
.header-nav .main{
    position: relative;
}
.user-agreement .main{
    width: 1180px;
}
.home-header .logo{
    display: block;
    width: 100px;
    height: 80px;
    float:left;
}
.home-header .location-con{
    height: 30px;
    padding: 0 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    border-right: 1px solid #EEEEEE;
}
.home-header .location-con i{
   color:#FF6D4A;
}
.home-header .location-con .sitename{
    display: inline-block;
    vertical-align: bottom;
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #30323D;
}
.home-header .nav-list{
    margin-left: 50px;
    float: left;
 
}
.home-header .nav-list .item{
    float: left;
}
.home-header .nav-list .title{
    color: #30323D;
    font-size: 16px;
    line-height: 80px;
    display: block;
    font-weight: bold;
    margin-right: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.home-header .nav-list .title em{
    display: flex;
    width: 20px;
    height: 4px;
    position: relative;
    margin: 0 auto;
    top: -20px;
}
.home-header .search-group{
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50px;
    line-height: 40px;
    position: relative;
    width: 395px;
    margin-top: 15px;
    float: right;
}
.home-header .search-group input{
    font-size: 12px;
    color: #333;
    text-align: left;
    display: block;
    width: 325px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 0;
    padding-left: 30px;
    position: absolute;
    left: 0;
}
.home-header .search-group .search-btn{
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
}
.home-header .complain{
    font-size: 14px;
    color: #30323D;
    display: block;
    cursor: pointer;
    width: 50px;
    line-height:80px;
    float: right;
    text-align: right;
}
.header .search-relative-con{
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    background: #FFF;
    z-index: 100;
    box-shadow: 0px 1px 2px #f4f4f4;
    padding: 20px;
}
.header .search-relative-con-1{
	padding: 20px 0;
}
.header .search-relative-bk{
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
}
.header .search-relative-con.search-relative-bk .search-reuslt .result-item{
    max-width: 100%;
    font-size: 14px;
    line-height: 50px;
}
.header .search-relative-bk a{
    border-bottom:1px solid #f2f2f2;
}
.header .search-relative-con .floor-label{
    margin-left: 10px;
    margin-top:10px;
}
.header .search-relative-con .search-name{
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
}
.header .search-relative-con .search-name1{
    line-height: 15px;
    width: 100%;
}
.header .search-relative-con-1 .search-name{
    padding-left: 20px;
	padding-right: 20px;
}
.header .search-relative-con .search-name2{
    line-height: 15px;
    margin-top: 20px;
}
.header .search-relative-con .search-reuslt:hover{
	background-color: #f7fcff;
}
.header .search-relative-con .search-reuslt .result-item{
    color: #333;
    font-size: 12px;
    max-width: 200px;
    line-height: 40px;
}
.header .search-relative-con .search-result-list-show{
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 20px;
}
.header .search-relative-con .result-price{
    text-align: right;
    color: #333;
    font-size: 12px;
    line-height: 40px;
}
.header .search-relative-con .result-price .price{
    color: #999;
    margin-right: 10px;
    font-weight:normal;
    line-height: 40px;
    display: inline;
    font-size: 12px;
    float: none;
}
.header .search-relative-con .search-history a{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #666666;
    padding: 0 15px;
    border-radius: 50px;
	cursor: pointer;
}
.header .search-relative-con .empty-group{
    display: block;
    margin: 15px auto 0;
}
.search-delete-icon{
	float: right;
	margin-top: -5px;
	cursor: pointer;
}
.home-header .login-info{
    width: 200px;
    position: absolute;
    right: -200px;
    height: 80px;
    line-height: 80px;
    padding-left:10px;
    font-size: 14px;
    display: none;
    color: #30323D;
}
.header .login-info em{
    font-style: normal;
    cursor: pointer;
    color:#999;
}
/* 底部样式 */
/* 公共底部样式 */
.footer .foot_cnt .list_wrap{
    max-height:150px;
    overflow: hidden;

}
.footer{
    width:100%;
    height:275px;
    background-color:#363e42;
    zoom: 1;
    overflow: hidden;
    /* margin-top:60px; */
}
.footer .foot_cnt{
    width:1182px;
    height:auto;
    margin:0 auto;
}
.footer .foot_cnt .left{
    width:900px;
    float:left;
    padding-top:45px;
}
.footer .foot_cnt .left .nav{
    margin-bottom:30px;
}
.footer .foot_cnt .left .nav li{
   float: left;
   margin-right: 16px;
}
.footer .foot_cnt .left .nav li a{
    width:120px;
    height:40px;
    border-radius:2px;
    background-color:#0f1112;
    color:#fff;
    text-align: center;
    line-height:40px;
    font-size:14px;
    display: block;
}
.footer .foot_cnt .left .nav li a:hover{
    font-size:#fff;
}

.footer .foot_cnt .left .link li{
    float: left;
    margin-bottom:24px;
    margin-right:18px;
}
.footer .foot_cnt .left .link li a{
    color:#fff;
    font-size:14px;
}
.footer .foot_cnt .left .link li a:hover{
    text-decoration: underline;
}
.footer  .site_info{
    margin-top:45px;
    color:#fff;
    margin-bottom: 20px;
    font-size:14px;
}
.footer  .site_info span{
    margin-right:15px;
}
.footer em{
    font-style: normal;
}
.footer  .copy_right{
    color:#838282;
    font-size:14px;
    margin-bottom:20px;
}
.footer .foot_cnt .right{
    width: 282px;
    float: right;
    padding-top: 24px;
}
.footer .foot_cnt .right .logo{
    height:50px;
    text-align: center;
}
.footer .foot_cnt .right .logo img{
    height:50px;
}
.footer .foot_cnt .right .qrcode img{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
}
.footer .foot_cnt .right .qrcode p{
    color:#fff;
    font-size:14px;
    text-align: center;
}
.footer .foot_cnt .right .qrcode{
    padding: 20px 0;
}
.footer .foot_cnt .inner_chain .tab_list{
    margin-bottom:30px;
}
.footer .foot_cnt .inner_chain .tab_list li{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #0f1112;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-right: 16px;
    cursor: pointer;
}
.footer .foot_cnt .inner_chain .tab_list li.active{
    font-size: #fff;
}
.footer .foot_cnt .list_wrap .item{
    display: none;
}
.footer .foot_cnt .list_wrap .item.active{
    display: block;
}
.footer .foot_cnt .list_wrap .item a {
    float: left;
    margin-bottom: 24px;
    margin-right: 18px;
    color: #fff;
    font-size: 16px;
    line-height:20px;
}
.footer .foot_cnt .list_wrap .item a:hover{
    text-decoration: underline;
}
.home_foot .home_inves{
    display: inline-block;
    padding-top: 20px;
}
.home_foot .foot_cnt .left{
    width:850px;
    min-height: 200px;
    margin-bottom:20px;
}
.home_foot .foot_cnt .left .inner_chain{
    max-height: 220px;
    overflow: hidden;
}
.home_foot .home_inves{
    padding-top: 20px;
}
.home_foot .home_inves .intro{ 
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    margin-right: 15px;
}
.home_foot .home_inves .intro a{
    color:#fff;
}

.home_foot .home_inves .intro a:hover{
    text-decoration: none;
}
.home_foot .home_inves .nav li{
    line-height: 40px;
}
.home_foot .home_inves .nav{
    display: inline-block;
    margin-right: 15px;

}
.home_foot .home_inves .nav a{
    color: #fff;
    font-size: 14px;
}
.home_foot .wrapper{
    width:900px;
    float:left;
    position: relative;
    height: 220px;
}
.home_foot .wrapper .fixed{
    position: absolute;
    bottom: 0px;
}
.home_foot .wrapper .site_info{
    padding-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.home_foot .foot_cnt .list_wrap .item a{
    color:#999;
}
.footer .copy_right a{
    text-decoration: underline;
    color:#999;
    
}
/* 固定头部 */
.fixed-nav-container{
    height: 80px;
    background: #F8F8F8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
}
.fixed-nav-container .nav-list a{
    display: inline-block;
    line-height: 78px;
    border-bottom: 2px solid transparent;
    margin-right: 37px;
    margin-left: 3px;
    cursor: pointer;
    font-size: 16px;
    color: #7A7A7A;
}
.fixed-nav-container .fixed-nav-mobile{
    position: relative;
    line-height:73px;
}
.fixed-nav-container .fixed-nav-mobile .name{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.fixed-nav-container .fixed-nav-mobile .name em{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
}
.fixed-nav-container .fixed-nav-mobile:hover .code-shadow{
    display: block;
}
.fixed-nav-container .code-shadow{
    position: absolute;
    position: absolute;
    top:52px;
    left: 40px;
    display: none;
}
.fixed-nav-container .code-shadow .content-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-nav-container .code-shadow .content-group .name1{
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    padding: 20px 0 0;
}
.fixed-nav-container .code-shadow .content-group img{
    width: 70px;
    display: block;
    height: 70px;
    margin: 0 auto;
}
.fixed-nav-container .detail-top{
    width: 100px;
    height: 80px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 25px;
}
.fixed-nav-container .detail-top img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
}
.fixed-nav-container .detail-top p{
    padding-left: 5px;
    color: #30323D;
    line-height: 30px;
}
.fixed-nav-container .detail-top a{
    width: 86px;
    height: 24px;
    border: 1px solid #19bafb;
    opacity: 1;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 6px;
    color:#19bafb;
}
/** 公共弹层样式 */
.boxTips{ position:fixed; width:0px; height:0px; margin:auto; left:0; top:0; right:0; bottom:0; z-index:99999999; }
.boxTips .tips{ background:#000; background:rgba(0, 0, 0, 0.7); filter:alpha(opacity=70); position:absolute; padding:20px 40px; border-radius:4px; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.boxTips .tips .tit{ font-size:20px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; margin-bottom:10px; }
.boxTips .tips .desc{ font-size:16px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; }

/** 全局loading */
.enter-loading{ position:fixed; width:80px; height:80px; margin:auto; top:0; right:0; bottom:0; left:0; z-index:100000; background:rgba(0, 0, 0, 0.5); border-radius:4px; }
.enter-loading img{width: 70%;display: block;margin: 12px auto;}

/** 意见反馈表单样式 */
.complain-shadow{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 9999;}
.complain-container{background-color: #FFFFFF;width: 755px;padding-bottom: 30px;position: fixed;z-index: 10000;left: 0;right: 0;margin: auto;top: 100px;bottom: 0;height: 760px;border-radius: 5px;}
.complain-container .close-btn{position: absolute;right: 20px;top: 20px;display: block;z-index: 10;width: 25px;cursor: pointer;}
.complain-container .back{display: block;margin: -50px auto 0;position: absolute;left: 0;right: 0;z-index: 100;}
.complain-container .content-header{position: relative;}
.complain-container .content-header .back-1{display: block;width: 100%;}
.complain-container .item-header{position: absolute;left: 0;width: 100%;top: 100px;padding: 0 80px;}
.complain-container .complain-name{font-size: 32px;color: #333333;font-weight: bold;text-align: center;}
.complain-container .complain-desc{color: #666666;font-size: 18px;line-height: 35px;text-align: center;}
.complain-container .mt15{margin-top: 15px;}
.complain-container .mt5{margin-top: 5px;}
.complain-container .complain-item-group{text-align: center;}
.complain-container .complain-item{display: inline-block;width: 100px;line-height: 30px;text-align: center;font-size: 16px;color: #666666;border-radius: 50px;border: 1px solid #c2c2c2;cursor: pointer;cursor: pointer;margin: 0 10px;}
.complain-container .complain-item.active{color: #FFF;}
.complain-container .fankui-item{margin-top: 25px;padding: 0 30px 0 17px;}
.complain-container .fankui-name{color: #333333;font-size: 18px;font-weight: bold;}
.complain-container .fankui-control{margin-top: 20px;padding-left: 18px;}
.complain-container .input-control{display: block;width: 100%;border-radius: 5px;padding: 0 10px;font-size: 14px;color: #333;line-height: 40px;border: 1px solid #c2c2c2;height:40px;}
.complain-container .input-control::-webkit-input-placeholder{color: #999;}
.complain-container .textarea{resize: none;line-height: 20px;padding: 10px;height: 145px;}
.complain-container .submit-form{margin-top: 25px;display: inline-block;border-radius: 5px;width: 120px;line-height: 40px;color: #FFF;font-size: 18px;border: 0;cursor: pointer;margin-left: 35px;}

/** 购房需求样式 */
.demand-con{position: fixed;background: #FFF;z-index: 99999;top: 100px;bottom: 20px;left: 0;border-radius: 10px;overflow: hidden;right: 0;margin: auto;width: 755px;}
.demand-con .demand-header{position: relative;}
.demand-con .demand-header img{display: block;}
.demand-con .demand-header .d-title{font-size: 26px;color: #FFF;font-weight: bold;line-height: 43px;position: absolute;top: 35px;left: 250px;}
.demand-con .demand-header .d-close{position: absolute;top: 15px;right: 15px;display: block;cursor: pointer;}
.demand-con .demand-content{padding: 25px;position: absolute;top: 160px;bottom: 0;overflow-y: scroll;width: 100%;}
.demand-con .demain-item{padding-bottom: 25px;}
.demand-con .de-title p{float: left;line-height: 30px;color: #333333;font-size: 18px;font-weight: bold;margin-left: 5px;}
.demand-con .de-title img{display: block;float: left;}
.demand-con .de-content{padding-left: 35px;}
.demand-con .de-label{min-width:80px;margin-top: 20px;margin-right: 30px;line-height: 30px;font-size: 14px;color: #666666;border: 1px solid #d6d6d6;border-radius: 50px;display: inline-block;padding: 0 20px;cursor: pointer;}
.demand-con .de-label:hover,.demand-con .de-label.active{color: #FFF;}
.demand-con .free-title{margin-top: 17px;color: #333;font-size: 14px;font-weight: bold;}
.demand-con .de-input{margin: 15px 0;line-height: 40px;height:40px;border: 1px solid #d6d6d6;background: transparent;border-radius: 10px;display: inline-block;width: 380px;padding: 0 15px;}
.demand-con .de-remark{font-size: 14px;color: #999;}
.demand-con .de-btn{line-height: 40px;font-size: 18px;color: #FFF;border-radius: 10px;width: 120px;text-align: center;display: inline-block;margin-top: 20px;cursor: pointer;}
.demand-con .de-round{width: 16px;height: 16px;border-radius: 50%;display: block;position: relative;float: left;}
.demand-con .de-round i{width: 8px;height: 8px;border-radius: 50%;display: block;background: #fff;position: absolute;top: 4px;left: 4px;}
.demand-con .de-round-1{background: #cbcbcb;}
.demand-con .de-start::before,.demand-con .de-end::before{text-align:center;left:-15px;content: '0万';position: absolute;top: -40px;width: 50px;font-size: 14px;color: #333;line-height: 30px;}
.demand-con .de-end::before{content: '200万';}
.demand-con .de-round-list{margin-top: 55px;}
.demand-con .de-line{width: 595px;height: 4px;background: #cbcbcb;margin: 6px -16px 6px -1px;}
.demand-con .active-line{height: 4px;position: relative;z-index: 100;}
.demand-con .active-line1{height: 4px;border-radius: 5px;position: absolute;}
.demand-con .active-line .de-round{margin-left: 15px;cursor: move;}
.demand-con .de-price{line-height: 30px;width: 50px;text-align: center;color: #FFF;font-size: 14px;border-radius: 5px;background: #5f94ff;position: relative;margin-bottom: 10px;}
.demand-con .de-price::after{content: '';border-top: 8px solid transparent;display: inline-block;position: absolute;bottom: -4px;transform: rotateZ(45deg);left: 17px;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.demand-con .de-result-list{margin-top: 30px;color: #666;font-size: 14px;line-height: 20px;}
.demand-con .de-input-price{width: 50px;line-height: 20px;border: 1px solid #d6d6d6;text-align: center;font-size: 14px;margin: 0 5px;}
.demand-con .de-avg{position: absolute;width: 50px;bottom: -6px;z-index: 100;margin-left: -30px;}

/* 分页样式*/
.pagination-con{text-align: center;}
.pagination-con .item{
    padding:0 12px;
    line-height:32px;
    height: 32px;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 2px;text-align: center;display: inline-block;cursor: pointer;margin-right: 10px;color: #30323D;font-size: 14px;}
.pagination-con .item.active{
    background: #19bafb;
    color:#fff;
}
.pagination-con .next-page{width: auto;padding: 0 10px;}
.pagination-con .page-btn{ width:64px; background: #19bafb;color: #FFF;line-height: 32px;border-radius: 2px;font-size: 12px;display: inline-block;padding: 0 10px;cursor: pointer;}
.pagination-con .to-page{font-size: 12px;color: #333;line-height: 32px;margin-right: 15px;display: inline-block;}
.pagination-con .to-page input{width: 35px;display: inline-block;line-height: 28px;height:32px;font-size: 12px;border: 1px solid #dddddd;border-radius: 2px;text-align: center;margin: 0 10px;}
.pagination-con .item-ellipse{margin-right: 10px;display: inline-block;}
.news-search-con{padding-bottom: 40px;}

/* 站点选择样式*/
.site-container{display:none;width: 535px;position: absolute;top: 60px;background: #FFF;z-index: 9999;margin-left: -20px;padding: 0 0px 20px 20px;max-height: 390px;overflow-y: scroll;box-shadow: 0 0 10px rgba(102, 102, 102, 0.66);border-radius: 5px;}
.site-container .address-list a{font-size: 14px;text-decoration: none;color: #1a1a1a;cursor: pointer;text-align: left;padding-right: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;display: inline-block;    line-height: 30px;}
.site-container .site-area-name{font-size: 14px;color: #999;margin-top: 20px;display: block;padding-bottom: 5px;}
.header .citys-check-list{float: left;margin-top: 20px;padding-bottom: 20px;margin-bottom: -20px;}
.header .citys-check-list:hover .site-container{display: block;}
.home-header .citys-check-list:hover .home-site{display: block;}
.pb30{padding-bottom: 30px;}
.weichat-call{display: block;margin: 4px auto 0;width: 73px;height: 73px;}

/* 空状态页面 */
.message-empty-list{text-align: center;padding-top: 60px;padding-bottom: 60px;}
.message-empty-list img{width: 300px;}
.message-empty-list p{font-size: 14px;color: #1a1a1a;margin-top: 30px;}

/* 面包屑导航样式 */
.threadBar-list{
    width: 100%;
    height: 60px;
    display: flex;
}
.threadBar-list p{
    font-size: 12px;
    color: #7A7A7A;
    line-height: 60px;
    width: 600px;
}
.threadBar-list a{
	display: inline-block;
	color: #bab7b7;
}
.header-search-all {
    background: #FBFBFB;
}
.threadBar-list a:hover{
	text-decoration: underline;
}
.threadBar-list.threadBar-fixed{
    top: 17px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
    font-size: 12px;
}
.grey-price{
    color: #999!important;
    font-weight: normal!important;
    font-size:16px!important;
}
.floor-label{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 8px;
    font-weight: normal;
}
.con-back{
    width: 13px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.con-back-package{
	background-position: 0 -33px!important;
}
.con-back-chart{
	background-position: -21px -21px!important;
    width: 16px;
}
.icon-back-notice{
	background-position: -43px -22px!important;
}
.icon-voice{
	background-position: -73px -0!important;
	width: 19px;
    height: 22px;
}


/* 楼盘详情 */
.house-container .home-bar{
    font-size: 12px;
    color: #bab7b7;
    margin-top: 15px;
}

.header .location-con em{
    background:url(../img/loushiBg.png) no-repeat -86px 0px;
}

.home-header .nav-list .active .title,.home-header .nav-list .item:hover .title{
    border-color: #19bafb;
	color: #19bafb;
}
.home-header .nav-list .item:hover .title em,.home-header .nav-list .active .title em{
    background-color: #19bafb;
}
.header .nav-list .active .title, .header .nav-list .item:hover .title {
    border-color: #19bafb;
    color: #19bafb;
}
.home-header .home-site{
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    top: 73px;
    background: #FFF;
    z-index: 9999;
    margin-left: -65px;
    display:none;
}
.home-header .home-site .site-area{
    max-height: 250px;
    overflow-y: auto;
    position:relative;
}
.home-header .home-site .hot p{
    font-size:14px;
    color: #A7A7A7;
    line-height:30px;
    margin-top:6px;
}
.home-header .home-site .hot .hot-list a{
    color: #30323D;
    line-height: 30px;
    font-size:14px;
    display: inline-block;
    padding-right:40px;
    margin-bottom: 10px;
}
.home-header .home-site .hot .hot-list a:hover{
    color:#19bafb;
}
.home-header .home-site .site-tab ul{
    width: 550px;
    height: 30px;
    background: #F9FBFD;
    opacity: 1;
    border-radius: 4px;
    margin-bottom:20px;
}
.home-header .home-site .site-tab ul li{
    float:left;
}
.home-header .home-site .site-tab ul li a{
    font-size: 14px;
    line-height: 30px;
    color: #30323D;
    padding-left: 16px;
}
.home-header .home-site .site-tab ul li.active  a{
    color:#19bafb;
}
.site-group .site-area-name{
    line-height:30px;
    color: #A7A7A7;
}
.address-list .item a{
    margin-right:40px;
}
.address-list .item .n{
    width: 28px;
    height: 19px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 4px;
    DISPLAY: inline-block;
    text-align: center;
    line-height: 19px;
    color: #A7A7A7;
}
.address-list .item .n.active{
    color:#19bafb;
}
.address-list .item .i{
    font-size: 14px;
    line-height: 30px;
    color: #30323D;
    word-break: keep-all;
    cursor: pointer;
    display: inline-block;
}
.address-list .item .i:hover{
    color:#19bafb;
}
.site-group{
    margin-bottom:10px;
}

.header .search-group .search-btn{
    background: #19bafb;
}

.header .search-relative-con .result{
    color: #ff0000 !important;
}

.footer .foot_cnt .left .nav li a:hover{
    background-color:#19bafb;
}

.footer .foot_cnt .inner_chain .tab_list li.active{
    background-color: #19bafb;
}


.home_foot .home_inves h2 a:hover{
    color:#19bafb;
}
.home_foot .home_inves .intro a:hover{
    text-decoration: underline;
    color:#19bafb;
}
.home_foot .home_inves .nav a:hover{
    text-decoration: underline;
    color:#19bafb;
}

.home_foot .foot_cnt .list_wrap .item a:hover{
    color:#19bafb;
}

.fixed-nav-container .nav-list a.active{
    border-bottom-color: #30323D;
	color: #30323D;
}
.fixed-nav-container .fixed-nav-mobile .name{
    color: #ff5b5d;
}

.complain-container .complain-item.active{background: #19bafb;border-color: #19bafb;}
.complain-container .fankui-name span{color: red;}
.complain-container .submit-form{background-color: #19bafb;}

/** 购房需求样式 */

.demand-con .de-label:hover,.demand-con .de-label.active{background: #5f94ff;border-color: #5f94ff;}
.demand-con .free-title{margin-top: 17px;color: #333;font-size: 14px;font-weight: bold;}
.demand-con .de-btn{background: #19bafb;}
.demand-con .de-round{background: #5f94ff;}

.demand-con .active-line1{background: #5f94ff;}

.demand-con .de-price{background: #5f94ff;}
.demand-con .de-price::after{border-right: 8px solid #5f94ff;}


/* 站点选择样式*/

.site-container .address-list a:hover{color: #3067fd;}
.floor-type{
    height: 24px;
    border: 1px solid #DEDEDE;
    opacity: 1;
    border-radius: 2px;
    color: #30323D;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block;
    padding: 0 8px;
    line-height: 22px;

}
.floor-type.info-sp{
    overflow: hidden;
    width:44px;
}
.floor-label{
    background: #F2F4F6;
    color: #7A88AF;
}
.floor-label-1{
    background: #19bafb;
    color: #FFF;
}
.floor-label-2{
    background: #FF6D4A;
    color: #FFF;
}
.floor-label-3{
    background: #A7A7A7;
    color: #FFF;
}
.floor-label-4{
    background: #FF6455;
    color: #fff;
}
.con-back{
	background: url('../img/back.png');
}
/* 楼盘详情 */
.house-container .floor-label{
    background: #eff4f6;
}
.house-container .floor-label-1{
    background: #5f94ff;
    color: #FFF;
}
.house-container .floor-label-2{
    background: #47b3e3;
    color: #FFF;
}
.house-container .floor-label-3{
    background: #aaaaaa;
    color: #FFF;
}
.house-container .floor-label-4{
    background: #ffedca;
    color: #ffb005;
}



/**新搜索框**/
.search-area{
    width:100%;
    height:60px;
    display: flex;
}
.search-area p{
    font-size:12px;
    color:#7A7A7A;
    line-height:60px;
    width: 600px;
}
.search-area p a{
    color:#A7A7A7;
}

/**新搜索**/
.home-search{
    position: relative;
 
 }
 .home-search .search-box.sp{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
 }
 .home-search .search-box{
     position: relative;
     margin-top: 10px;
     width: 580px;
     height: 40px;
    /* background: #FFFFFF;*/
     opacity: 1;
     border-radius: 2px;
 }
 .home-search .search-box input{
     width: 580px;
     height: 40px;
     background: #Fff;
     opacity: 1;
     border-radius: 2px;
     border: none;
     font-size: 12px;
     font-family: Microsoft YaHei;
     color: #C4C5C4;
     padding-left: 20px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}
.home-search .search-box input::-webkit-input-placeholder { /* WebKit browsers */
    color: #C4C5C4;
}
 .home-search .search-box .search-btn{
     width: 80px;
     height: 40px;
     background: #19bafb;
     box-shadow: 0px 0px 4px rgba(49, 104, 255, 0.5);
     opacity: 1;
     border-radius: 2px;
     font-size: 18px;
     font-weight: bold;
     color: #fff;
     display: block;
     position: absolute;
     right: 0px;
     top: 0px;
     text-align: center;
     line-height: 40px;
     cursor: pointer;
     text-decoration: none;
 }
 .home-search .search-box .search-btn .iconfont{
     color: #fff;
     font-size: 24px;
     font-weight: normal;
 }
 .quick-search .item p{
     margin-bottom:20px;
 }
 .quick-search .item label{
     font-size:16px;
     font-weight: bold;
     color: #30323D;
     margin-right:60px;
     line-height: 21px;
     color: #30323D;
 }
 .quick-search .item span{
     font-size:14px;
     margin-right:30px;
     color: #30323D;
     cursor: pointer;
 }
 .home-search .search-home-con{
     width: 500px;
     max-height: 330px;
     background: #FFFFFF;
     border: 1px solid #F8F8F8;
     box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
     opacity: 1;
     border-radius: 2px;
     position: absolute;
     z-index: 100;
     top: 51px;
     padding-bottom:30px;
 }
 .home-search .search-home-con .empty-group{
    display: block;
    margin: 30px auto;
 }
 .home-search .search-history p,.home-search .house-result p{
     font-size: 14px;
     line-height: 20px;
     color: #000000;
     border-bottom: 1px solid #eee;
     display: flex;
     padding: 15px 10px;
     margin: 0 auto;
     width: 460px;
 }
 .home-search .house-result p .result{
     color:#FF4A4A;
 }
 .home-search .search-history p .btn{
     flex: 1;
     text-align: right;
 }
 .home-search .search-history p .btn em{
     font-style: normal;
     color: #A7A7A7;
     font-size: 14px;
     cursor: pointer;
     margin: 0;
 }
 .home-search .search-history .his-list a{
     display: block;
     width:100%;
     line-height:30px;
     color: #000000;
     font-size:14px;
     padding-left: 20px;
 }
 em{
     font-style: normal;
 }
 .home-search .search-history .his-list a:hover,.home-search .search-list a:hover{
     background: #F9FBFD;
 }
 .home-search .his-list{
     max-height: 250px;
     overflow-y: auto;
 }
 .search-list{
     margin-top: 10px;
     max-height: 250px;
     overflow-y: auto;
 }
 .home-search .search-list a{
     display: flex;
     width: 100%;
     line-height: 20px;
     color: #000000;
     font-size: 14px;
     padding: 0 20px;
     padding-left: 25px;
 }
 .search-list .item .result{
     color:#FF4A4A;
 }
 .search-list .item .tit{
     font-size: 14px;
     color: #000;
     font-weight: bold;
     line-height: 30px;
     margin-right: 20px;
 }
 .search-list .item .area{
     color: #A7A7A7;
     font-size: 14px;
     line-height: 30px;
 }
 .search-list .item .price{
     color: #30323D;
     text-align: right;
     flex: 1;
 }

 /*通栏广告*/
 .ad_area{
     width:100%;
     display: none;
 }
 .ad_area .ad_list{
     width:1180px;
     margin:0 auto;
 }
 .ad_area .ad_list .ad_el{
    display: block;
    width: 1180px;
    height: 55px;
    margin-bottom: 10px;
 }
 .ad_area .ad_list .ad_el:last-child{
     margin-bottom: 0;
 }
 .fixed_ad{
     width: 300px;
     height:200px;
     position:fixed;
     bottom: 5px;
     left: 5px;
     z-index: 999;
 }
 .fixed_ad img{
    width: 300px;
    height:200px;
 }
 .fixed_ad .close {
    position: absolute;
    background: #f5f5f5;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    width: 40px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}
/**楼盘主页公共头部**/
.public-house-header{
    width:100%;
    height:210px;
    background: #FBFBFB;
    border-bottom: 1px solid #eee;
}
.public-house-header .title-con{
    display: flex;
    margin: 20px 0;
}
.public-house-header .title-con .zj {
    color: #00B386;
}
.public-house-header .title-con .iconfont {
    font-size: 36px;
    position: relative;
    top: 6px;
}
.public-house-header .title-con .yh {
    color: #FF534A;
    margin-right: 5px;
}
.public-house-header .title-con .hn {
    height: 42px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 42px;
    color: #000000;
}
.public-house-header .title-con .bm {
    margin-left: 15px;
    font-size: 14px;
    line-height: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A7A7A7;
    height: 14px;
    position: relative;
    top: 23px;
}
.public-house-header .floor-label{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    display: block;
    border-radius: 2px;
    float: left;
    margin-top: 18px;
    margin-left:20px;
    margin-right: 10px;
}
.public-house-header .floor-type{
    margin-top: 18px;
}
.public-house-header .price{
    color:#FF4A4A;
    font-size: 16px;
    float: left;
    display: block;
    margin-left: 2px;
    font-weight: bold;
    line-height:21px;
    margin-top:20px;
}
.public-house-header .menu-bar{
    line-height: 62px;
}
.public-house-header .menu-bar .menu{
    font-size: 16px;
    color: #30323D;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: bold;
}
.public-house-header .mobile-free{
    color: #FF4A4A;
    font-size: 20px;
    font-weight: bold;
    flex: 1;
    text-align: right;
    display: none;
}
.public-house-header .menu-bar .menu:hover, .public-house-header .menu-bar .menu.active{
    border-color: #19bafb;
    color: #19bafb;
}
.house_calculator select{
    -webkit-appearance: none;
    background: url(../img/icon/down-cal.png) no-repeat right 20px center transparent;
}


/**内链优化样式**/
.relative-news{
    border-radius: 5px;
    padding: 15px;
    margin-top: 17px;
    padding-top: 20px;
    background: #FBFBFB;
}
.relative-news .title {
    font-weight: bold;
    line-height: 21px;
    color: #30323D;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;

}
.relative-news .title a{
    font-size: 14px;
    color: #7A7A7A;
    font-weight: normal;
}
.relative-news .title a .iconfont{
    font-size: 12px;
    position: relative;
    top: -1px;
}
.relative-news .relative-news-list a{
    display: block;
    padding:15px 0 15px;
    border-bottom: 1px solid #EEEEEE;
}
.relative-news .relative-news-list a:last-child{
    border-bottom: 0;
}
.relative-news .relative-news-list a .message-name{
    font-size:14px;
    line-height: 21px;
    color: #30323D;
}
.relative-news .relative-news-list a .message-time{
    color: #7A7A7A;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px
}
.ellipse2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.house-type-con .sale-title{
    font-size: 24px;
    color: #30323D;
    font-weight: bold;
    line-height: 31px;
    margin-bottom:30px;
}
.house-type-con{
    margin-bottom:50px;
}
.house-type-con .sale-title span{
    font-size:14px;
    color: #7A7A7A;
    line-height: 19px;
    padding-left: 12px;
}
.house-type-con .tab-item{
    margin-bottom: 30px !important;
    width: auto;
    display: inline-block;
    height: 32px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 20px;
}
.house-type-con .tab-item a{
    height: 28px;
    opacity: 1;
    border-radius: 20px;
    line-height: 28px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
    color: #30323D;
    margin-top:2px;
}
.house-type-con .tab-item a:hover, .house-type-con .tab-item a.active {
    background: linear-gradient(180deg, #799CFF 0%, #19bafb 100%);
    box-shadow: 0px 2px 4px rgb(0 61 227 / 30%);
    color: #FFFFFF;
}
.house-type-con .dynamic-item{
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
.house-type-con .dynamic-icon{
    width: 60px;
    height: 20px;
    background: linear-gradient(
90deg, #31BCFF 0%, #4476FF 100%);
    opacity: 1;
    border-radius: 4px 0px 4px 0px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}
.house-type-con .dynamic-title{
    font-size: 16px;
    color: #30323D;
    font-weight: bold;
    line-height: 21px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    float: left;
}
.house-type-con .dynamic-time{
    font-size: 14px;
    float: right;
    display: block;
    width: 150px;
    text-align: right;
    line-height: 20px;
    color: #A7A7A7;
}
.house-type-con .dynamic-detail{
    margin-top: 16px;
    line-height: 21px;
    color: #7A7A7A;
    font-size: 14px;
}
.house-type-con .dynamic-more{
    color: #A7A7A7;
    font-size: 14px;
    float: right;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.house-type-con .dynamic-more i{
    font-size:12px;
    margin-left:5px;
}
.house-type-con .dynamic-more:hover,.house-type-con .dynamic-more:hover i{
    color:#19bafb;
}
.house-type-con .dynamic-more1,.house-type-con .ask-more{
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    float: right;
    color:#19bafb;
}
.house-type-con .relative-type{
    font-size: 14px;
    color: #7A7A7A;
    margin-top: 20px;
}
.house-type-con .relative-type span{
    margin-right: 5px;
}
.house-type-con .relative-type a{
    color:#30323D;
    margin-right:20px;
}
/* 买房问问 */
.question-list{
    margin-top:10px;
    margin-bottom:30px;
}
.dynamic-container .ask-item:first-child,.house-detail .ask-item:first-child{
    padding-top:0;
}
.ask-item{
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.ask-item i.icon{
    position: relative;
    float: left;
    width: 28px;
    height: 24px;
    top: 2px;
}
.ask-item i.wen{
    background-image: url(../img/wen.png);
}

.ask-item i.da{
    background-image: url(../img/da.png);
}
.ask-item .title{
    margin-bottom:13px;
}
.ask-item .title p{
    padding-left:38px;
    font-size:16px;
    font-weight: bold;
    line-height:26px;
}
.ask-item .cnt p{
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    color: #7A7A7A;
}
.ask-item .cnt p.hide{
    display: none;
}
/**同价位楼盘**/
.detail-same-price{
    background-image: url(../img/same-price-bg.png);
    margin-top:20px;
    height: 457px;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
}
.detail-same-price .sale-title{
    padding:20px 0 30px 0;
    margin: 0 !important;;
    font-size: 24px;
    color: #30323D;
    font-weight: bold;
    line-height: 31px;
}
.detail-same-price .hot-floor-list .hot-item{
    margin-top:0;
}
.detail-same-price .common-house-itm{
    width:282px;
    margin-right:17px;
    float:left;
}
.detail-same-price .common-house-itm:last-child{
    margin-right:0;
}
.detail-same-price .common-house-itm .img-group{
    width: 282px;
    height: 215px;
    position: relative;
}
.detail-same-price .common-house-itm .img-group img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-same-price .common-house-itm .tit{
    line-height: 20px;
    margin-top: 10px;
}

.detail-same-price .common-house-itm .tit .name {
    width:60%;
    color: #30323D;
    font-size:16px;
    font-weight: bold;
}
.detail-same-price .common-house-itm .tit em{
    color: #7A7A7A;
    font-size: 14px;
    width: 40%;
    text-align: right;
    font-style: normal;
}
.detail-same-price .common-house-itm .tit em .iconfont{
    font-size:14px;
}
.detail-same-price .common-house-itm .price{
    font-size: 16px;
    font-weight: bold;
    color: #FF4A4A;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.detail-same-price .common-house-itm .hot-tag-list{
    height:17px;
    overflow: hidden;
}
.detail-same-price .common-house-itm .hot-tag-list .tag{
    height: 16px;
    font-size: 12px;
    padding:0 5px;
    line-height: 16px;
    color: #7A88AF;
    background: #F2F4F6;
    border-radius: 2px;
    margin-right:10px;
    white-space: nowrap;
}
.detail-same-price .common-house-itm .time{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #A7A7A7;
}
/* 登录 */

.login-container .login-form li.verifycode .send-verify-code {
    color:  #3072F6;
}
.login-container .login-form li.verifycode .send-verify-code button{
    color: #3072F6;
}
.login-container li.error{
    color: #FF0A0A;
}
.login-container .loginBtn{
    background: #3072F6;
    color:#fff;
}
.single-wrapper  .im-item  .text span{
    background: #E8EEFF;
    color: #839FFF;
}
.single-wrapper  .im-item  .text a{
    background: #FFFFFF;
    border: 1px solid #3F80FE;
    color: #336AFF;
    background-image: url(../img/imIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px center;
}
*{
    box-sizing: border-box;
}
.login-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 99999999;
    
}
.login-bg{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box{
    width: 380px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding:40px 40px 20px;
    position: relative;
}
.login-container .close-login {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 28px;
    line-height: 32px;
    color: #18172E;
    padding: 10px;
}
.login-container .p-title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin-bottom: 10px;
}
.login-container .login-box .tip{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}
.login-container .login-form li {
    width: 300px;
}
.login-container .login-form li.yhxy{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.login-container .login-form li.yhxy a{
    color: #3072F6;
}
.login-container .login-form li .ipt{
    width: 100%!important;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-top: 10px;
    border: 1px solid #DADADA;

}
.login-container .login-form li.verifycode{
    position: relative;
}
.login-container .login-form li.verifycode .send-verify-code {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 17px;
    text-align: center;
    padding-right: 20px;
    padding-left: 15px;
    min-width: 85px;
    line-height: initial;
}
.login-container .login-form li.verifycode .send-verify-code button{
    padding: 0 16px;
    border-left: 1px solid #BFBFBF!important;
    font-style: normal;
    background: none;
    border: none;
    cursor: pointer;
}
.login-container .login-form li.verifycode .send-verify-code.disabled button{
    color:#999;
}

.login-container li.error{
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 5px;
    padding-left: 10px;
}
.login-container .login-form li.agree{
    margin:30px 0;
   
}
.login-container .login-form li.agree span{
    font-size:14px;
    margin-left:10px;
}
.login-container .loginBtn{
    cursor: pointer;
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
}
.hide{
    display: none;
}
.imgVerify{
    width: 380px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    margin-left:-380px;
}
.login-container .imgCode{
    width: 100%;;
    text-align: center;
    margin-bottom:20px;
}
.login-container .imgCode img{
    width: 180px;
    height: 67px;
    cursor: pointer;
}
.login-container .imgVerify .imgVerBtn{
    margin-top: 30px;
}

/* 经纪人列表 */
.sale-title span{
    font-size:14px;
    color:#999;
    font-weight: normal;
    padding-left: 20px;
}
/* .agent_list_slider{
    margin-top:20px;
    margin-bottom:30px;
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(102, 102, 102, 0.15);
} */
.agent_list_slider #agent-flexslider{
    width:100%;
    position: relative;
    overflow: hidden;
    height: 146px;
    padding:0 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);

}
.agent_list_slider .im-item{
    height: 146px;
    float: left!important;
    width: 25%!important;
    padding: 30px 38px;
    position: relative;
}
.agent_list_slider .im-item.im-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    border-right: #eee 1px solid;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.agent_list_slider .im-item .img {
    float: left;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-left:12px;
}
.agent_list_slider .im-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent_list_slider .im-item  .text {
    float: left;
    margin-left: 10px;
}
.agent_list_slider .im-item  .text span{
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 12px;
    background: #F8F8F8;
    color:#A7A7A7;
}
.agent_list_slider .im-item  .text p{
    font-size:18px;
    color:#30323D;
    margin-bottom:6px;
    line-height: 24px;
    font-weight: 600;
    width: 106px;
}
.agent_list_slider .im-item  .text a{
    width: 86px;
    height: 24px;
    border: 1px solid #19bafb;
    color: #19bafb;
    border-radius: 2px;
    background-image: url(../img/imbg.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 9px 4px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding-left: 22px;
}
.agent_list_slider .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.agent_list_slider .flex-direction-nav li a{
    display: block;
    width: 22px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.swiper-button-next:after{
    width: 24px;
    height: 146px;
    background: #F8F8F8;
    font-size: 20px!important;
    color: #fff;
    position: absolute;
    line-height: 146px!important;
    text-align: center;
    display: block;
    color: #30323D;
    top: 0;
    right: 0;
    
}
.agent_list_slider .flex-prev{    
    background-color: #fff;
    height: 146px;
    width: 24px;
    position: absolute;
    top: 22px;
    right: 0px;
}
.agent_list_slider .flex-next{
    background-color: #fff;
    height: 146px;
    width: 24px;
    position: absolute;
    top: 22px;
    left: 0px;
}
.agent_list_slider .flex-next::after{
    width: 24px;
    height: 146px;
    background: #F8F8F8;
    font-size: 20px!important;
    color: #fff;
    position: absolute;
    line-height: 146px!important;
    text-align: center;
    display: block;
    color: #30323D;
    top: 0;
    left: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
}

.single-wrapper{
    width: 275px;
    height: 90px;
    background: #FBFBFB;
    margin-top:20px;
}

.single-wrapper  .im-item{
    height: 90px;
    width: 100%;
    position: relative;
    display: flex;
}
.single-wrapper .im-item .img {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 20px;
}
.single-wrapper .im-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-wrapper .im-item  .text {
    margin-left: 10px;
    margin-top: 20px;
    width: 97px;
}
.single-wrapper  .im-item  .text .name{
    color: #30323D;
    font-size: 18px;
    margin-bottom: 10px;
}
.single-wrapper  .im-item  .text .lb{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: #E8EEFF;
    color: #A7A7A7;
    height: 20px;
    background: #EEEEEE;
    border-radius: 2px;
}
.single-wrapper  .im-item  a{
    width: 86px;
    height: 24px;
    border: 1px solid #19bafb;
    color: #19bafb;
    border-radius: 2px;
    background-image: url(../img/imbg.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 9px 4px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding-left: 22px;
    margin-top: 33px;
}
.right-float-btn{
    position: fixed;
    right: 30px;
    bottom: 200px;
    font-family: PingFang SC;
    z-index: 9999;
}
.right-float-btn .item .icon{
    width:36px;
    height:36px;
    box-shadow: 0px 2px 4px rgba(60, 64, 73, 0.35);
    border-radius: 50%;
    margin-bottom:12px;
    background: #fff;
    text-align: center;
}
.right-float-btn .item.active .icon{
    background: linear-gradient(128deg, #2B94FD 0%, #398DFF 100%);

}
.right-float-btn .item .app{
    background: url(../img/app-icon.png) no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: 24px;
}
.right-float-btn .item.active .app{
    color:#fff;
    background-image: url(../img/app-icon-active.png) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: 24px;
    background-color: #398DFF !important;
}
.right-float-btn .item.fhdb{
    display: none;
}

.right-float-btn .item.active .icon .iconfont{
    color:#fff;
}
.right-float-btn .item .icon .iconfont{
    font-size:24px;
    line-height: 36px;
    text-align: center;
    color:#666;
}
.right-float-btn .item{
    position: relative;
    cursor: pointer;
    width: 100%;
    min-height: 36px;
    margin-bottom: 12px;
    padding-left: 20px;
}
.right-float-btn .item .panel{
    display: none;
    position: absolute;
    right: 40px;
    top: 6px;
    padding-right: 10px;
    animation: rightFloat .3s;
    cursor: pointer;
}
.right-float-btn .item .panel.qrcode{
    top: -50px;
}
.right-float-btn .item.im .panel{
    margin-top: -24px;
    padding:12px 12px 0;
    width: 148px;
    max-height: 269px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(25 25 25 / 25%);
    opacity: 1;
    border-radius: 8px;
    overflow-y: scroll;
}
.right-float-btn .item.im .title{
    font-size: 15px;
    color:#2B6AFD;
    margin-bottom: 10px;
}
.right-float-btn .item.im .list .im-item{
    width: 100%;
    height:48px;
    margin-bottom: 12px;
}
.right-float-btn .item.im .list .im-item .img{
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    float:left;
    margin-right: 8px;
}
.right-float-btn .item.im .list .im-item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-float-btn .item.im .list .im-item .text{
    width: 64px;
    float: left;

}
.right-float-btn .item.im .list .im-item .text p{
    font-size:16px;
    color:#333333;
    margin-bottom: 5px;
}
.right-float-btn .item.im .list .im-item .text span{
    width: 60px;
    height: 20px;
    background: #DEE8FF;
    border-radius: 2px;
    color:#2B6AFD;
    font-size:13px;
    display: block;
    text-align: center;
    line-height:20px;
}
.item.im .panel::-webkit-scrollbar{
    width:4px;
    height:50px;
    background-color:#fff;
}
.item.im .panel::-webkit-scrollbar-thumb{
     background: #2B6AFD;
     border-radius: 4px;
}
.item.im .panel::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #fff;
    
}
.right-float-btn .item .panel .desc{
    width: 68px;
    height: 28px;
    background: linear-gradient(180deg, #2B94FD 0%, #398DFF 100%);
    opacity: 1;
    text-align: center;
    line-height: 28px;
    color:#fff;
    font-size: 13px;
}
.right-float-btn .item .panel .desc::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: #2B94FD 5px solid!important;
    border-right: transparent 5px solid;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    margin: auto;
    left: 0;
    bottom: 9px;
    right: -68px;
}