@import "../less/variables";

.user_info_wrap{
	// .gradient(left,#60a7f0,#517ef0);
	background-color:#0f2139;
}
.tel,.out_btn{

	font-size: 12px;
    color: #475669;
}
.divider{
	margin: 0 8px;
	height: 12px;
}
.out_btn:hover{
	color:  #475669;
}
.infor_btn{
	color:  #475669;

}


.hover_message{
	width:408px;
	position:relative;
	.top_wrap{

		border-bottom:1px solid #eeeeee;
		height:32px;
		width:100%;
	}
	.content_wrap{
		height:48px;
		line-height:48px;
		border-bottom:1px solid #eeeeee;
		font-weight:bold;
		position:relative;
		cursor:pointer;
	}
	.empty_content_wrap{
		height:48px;
		line-height:48px;
		color:#999;
		text-align:center;
	}
	.bottom_wrap{
		height:48px;
		background:#f5f6f8;
		text-align:center;
		line-height:48px;
		margin:0 -16px -10px -16px;
	}
}
 

.main_header{
	background:#fff; 
	border-bottom: 1px solid @border-color; 
	// box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	height: 54px;
    line-height: 54px;
    z-index: 100;
    overflow: hidden;
    color:#475669;
}
.select_tenant_wrap{
	width:100%;
	height:70px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center;
    line-height: 70px;
    color:#fff;
} 
.tanants_body{
	padding	 : 32px 24px;
	background-color:#fff;
	border-radius: 2px;
	.tenants_foot{
		.back_link{
				height		:24px;
				color		:#50a0f0;
				text-align:right;
				font-size :14px;
				cursor		 :pointer;
		}
	}
}