/*列表*/

html,body{
	margin: 0;
	padding: 0;
	background: #f2f7f9;
	font:12px/1.6 "微软雅黑","\5b8b\4f53";
}

.detail-container{
	width: 100%;
	padding: 20px 5%;
}
.detail-container .summary{
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 1300px;
	background: #ffffff;
}
.detail-container .summary .title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}
.detail-container .summary .content{
	float: left;
	width: 100%;
}
.detail-container .summary .content .left{
	float: left;
	width: 40%;
	height: 400px;
}
.detail-container .summary .content .right{
	float: left;
	padding-left: 20px;
	width: 60%;
	height: 400px;
}
.detail-container .summary .content .left .info{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #949494;
}
.detail-container .summary .content .left .img-container{
	width: 100%;
	height: 300px;
}
.detail-container .summary .content .left .img-list-container{
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 60px;
}
.detail-container .summary .content .left .img-list-container .prev{
	float: left;
	margin-right: 5px;
	width: 24px;
	height: 60px;
	line-height: 60px;
	background: #cccccc url('../../images/home/right-arrow.png') no-repeat center center;
	background-size: 100%;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
}
.detail-container .summary .content .left .img-list-container .next{
	float: right;
	margin-left: 5px;
	width: 24px;
	height: 60px;
	line-height: 60px;
	background: #cccccc url('../../images/home/left-arrow.png') no-repeat center center;
	background-size: 100%;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
}
.detail-container .summary .content .left .img-list-container .img-list{
	float: left;
	width: calc(100% - 58px);
	height: 60px;
}

.detail-container .summary .content .left .img-list-container .img-list .swiper-container {
	width: 100%;
	height: 100%;
}
.detail-container .summary .content .left .img-list-container .img-list .swiper-slide {
	text-align: center;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.detail-container .summary .content .left .img-list-container .img-list .swiper-slide .img-content{
	position: relative;
	width: 100%;
	height: 100%;
}
.detail-container .summary .content .left .img-list-container .img-list .swiper-slide .img-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.detail-container .summary .content .left .img-list-container .img-list .swiper-slide .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail-container .summary .content .right .payment{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eeeeee;
}
.detail-container .summary .content .right .payment .price{
	font-size: 30px;
	font-weight: bold;
	color: #CC3333;
}
.detail-container .summary .content .right .payment .cost_type{
	margin-left: 10px;
	color: #CC3333;
}
.detail-container .summary .content .right .payment .pay{
	margin-left: 20px;
	color: #949494;
}
.detail-container .summary .content .right .info{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #eeeeee;
}
.detail-container .summary .content .right .info .item{
	float: left;
	width: 33%;
	height: 100%;
	text-align: center;
}
.detail-container .summary .content .right .info .item .item-content{
	/*display: inline-block;*/
	margin: 0 25%;
	width: 50%;
	height: 100%;
	text-align: left;
}
.detail-container .summary .content .right .info .item .item-content .value{
	/*display: inline-block;*/
	width: 100%;
	height: 55px;
	line-height: 66px;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bold;
}
.detail-container .summary .content .right .info .item .item-content .name{
	/*display: inline-block;*/
	width: 100%;
	height: 30px;
	line-height: 10px;
}
.detail-container .summary .content .right .address{
	padding-left: 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.detail-container .summary .content .right .address .gray{
	padding-left: 20px;
	background: url('../../images/home/located.png') no-repeat left center;
	color: #949494;
}
.detail-container .summary .content .right .owner{
	width: 100%;
	height: 110px;
	background: #f8f8f8;
}
.detail-container .summary .content .right .owner .owner-left{
	float: left;
	width: 80%;
}
.detail-container .summary .content .right .owner .owner-left .contact{
	width: 100%;
	height: 80px;
}
.detail-container .summary .content .right .owner .owner-left .contact .avatar{
	margin-top: 10px;
	width: 60px;
	height: 60px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	vertical-align: middle;
}
.detail-container .summary .content .right .owner .owner-left .contact .name{
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}
.detail-container .summary .content .right .owner .owner-left .contact .tele{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #CC3333;
}
.detail-container .summary .content .right .owner .owner-left .contact .msg-btn{
	padding: 2px 10px;
	background: #ffcc00;
	color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
}
.detail-container .summary .content .right .owner .owner-left .company{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.detail-container .summary .content .right .owner .owner-left .item-left{
	float: left;
	width: 30%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.detail-container .summary .content .right .owner .owner-left .item-right{
	float: left;
	width: 70%;
}
.detail-container .summary .content .right .owner .owner-left .company .company-title{
	padding: 2px 10px;
	background: #eaeff4;
	color: #9DB3CA;
	border-radius: 2px;
}
.detail-container .summary .content .right .owner .owner-right{
	float: right;
	width: 20%;
	height: 110px;
	line-height: 110px;
	font-size: 18px;
	text-align: center
}
.detail-container .summary .content .right .owner .owner-right .favorite{
	display: inline-block;
	padding-left: 40px;
	background: url('../../images/home/favorite.png') no-repeat left center;
	background-size: 36px; 
}

.detail-container .detail{
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 1300px;
	background: #ffffff;
}
.detail-container .detail .item{
	margin-top: 20px;
}
.detail-container .detail .item .title{
	font-size: 16px;
	font-weight: bold;
}
.detail-container .detail .item .content{
	margin-top: 20px;
	width: 100%;
}
.detail-container .detail .item .content iframe{
	width: 100%;
	height: 600px;
}

.detail-container .detail .item .content .facility{
	float: left;
	width: 100%;
}
.detail-container .detail .item .content .facility-item{
	float: left;
	width: 100px;
	text-align: center;
}
.detail-container .detail .item .content .facility-item .icon{
	width: 60px;
	height: 60px;
}

.detail-container .detail .item .content .industry{
	float: left;
	width: 100%;
}
.detail-container .detail .item .content .industry-item{
	float: left;
	margin-right: 10px;
	padding: 3px 10px;
	border: 1px solid #ffcc00;
	border-radius: 3px;
	text-align: center;
}

.detail-container .detail .item .content .image-container{
	float: left;
	width: 100%;
}
.detail-container .detail .item .content .image-container .image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 40px) / 3);
	height: auto;
	border: 1px solid #ffcc00;
}
.detail-container .detail .item .content .image-container .image:nth-child(3n){
	margin-right: 0px;
}

.nav-tabs > li > a {
    color: #888888;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000000;
    cursor: default;
    background: none;
    border: none;
    border-bottom: 2px solid #000000;
}

/***商圈报告***/
.report .title-tag{
    display: inline-block;
    margin-left: -35px;
    padding: 5px 15px;
    background: #F3787A;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
}

/***周边业态***/
.circumstances-around{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.circumstances-around .chart-item{
    position: relative;
    float: left;
    width: 20%;
    min-width: 200px;
    height: 300px;
    text-align: center;
}

.circumstances-around .chart-item:nth-child(2){
    position: relative;
    float: left;
    width: 50%;
    min-width: 400px;
    height: 300px;
    text-align: center;
}

.circumstances-around .chart-item:nth-child(3){
    position: relative;
    float: left;
    width: 30%;
    min-width: 300px;
    height: 300px;
    text-align: center;
}

.circumstances-around .chart-item .circle-container{
    position: relative;
    width: 220px;
    height: 100%;
}

.circumstances-around .chart-item .circle{
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

.circumstances-around .first{
    width: 200px;
    height: 200px;
}

.circumstances-around .second{
    width: 180px;
    height: 180px;
}

.circumstances-around .third{
    width: 160px;
    height: 160px;
}

.circumstances-around .forth{
    width: 140px;
    height: 140px;
}

.circumstances-around .fifth{
    width: 120px;
    height: 120px;
}

.hot-container{
    float: right;
    width: 90%;
    text-align: left;
}

.hot-title{
    margin-top: 20px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.hot-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
    width: 100%;
}
.hot-list li{
    width: 100%;
    height: 30px;
}
.hot-list li div{
    float: left;
    height: 36px;
    line-height: 36px;
}
.hot-list li:first-child .num{
    position: relative;
    width: 10%;
    border: 1px solid #dddddd;
}
.hot-list li .num{
    position: relative;
    width: 10%;
    border: 1px solid #dddddd;
    border-top: 0px;
}
.hot-list li:first-child .col{
    padding: 0 5px;
    width: 44%;
    border: 1px solid #dddddd;
    border-left: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hot-list li .col{
    padding: 0 5px;
    width: 44%;
    border: 1px solid #dddddd;
    border-top: 0px;
    border-left: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hot-list .num-circle{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: white;
}
.hot-list .first{
    background: #EF6973;
}

.hot-list .second{
    background: #FB7847;
}

.hot-list .third{
    background: #FBC059;
}

.hot-list .forth{
    background: #68C964;
}

.hot-list .fifth{
    background: #66A2CA;
}


/***客流监控***/

.flowrate-watcher{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.flowrate-watcher .chart-item{
    float: left;
    width: 28.8%;
    height: 300px;
}

.flowrate-watcher .chart-item:first-child{
    width: 71.2%;
}

.flowrate-watcher .chart-item .list-row{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.flowrate-watcher .chart-item .list-row .col-img{
    float: left;
    width: 20%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.flowrate-watcher .chart-item .list-row .col-img img{
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
}
.flowrate-watcher .chart-item .list-row .col-word{
    float: left;
    width: 80%;
    line-height: 36px;
}
.flowrate-watcher .chart-item .list-row .col-word .red{
    color: #EF6973;
    font-size: 16px;
}

.flowrate-watcher .chart-item .list-row .col-half{
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
}

.flowrate-watcher .chart-item .list-row .background{
    background: #f1f1f1;
}
.flowrate-watcher .chart-item .list-row .col-half .col-img{
    float: left;
    width: 40%;
    text-align: center;
}
.flowrate-watcher .chart-item .list-row .col-half .col-img img{
    margin-top: 0;
    width: 30px;
    height: 30px;
}
.flowrate-watcher .chart-item .list-row .col-half .col-word{
    float: left;
    width: 60%;
}

/***周边租金分析***/

.rent-analysis{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.rent-analysis .chart-item{
    float: left;
    width: 33%;
    height: 300px;
    text-align: center;
}
