@charset "utf-8";

.page-header.navbar .page-logo {
 	padding-left: 11px;
    background-size: 82%;
    background-repeat: no-repeat;
    background-image: url(../../../../main/images/logowirte.png);
	cursor: pointer;
}

.page-header.navbar .page-logo .logo-default {
	margin: 0px;
	padding-left: 15px;
	width: 177px;
	height: 46px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle>i,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle:hover>i,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle>i,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu>li>a,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username,
	.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu>li>a>i
	{
	color: #FFFFFF;
}

.sidebar-toggler {
	margin-bottom: 15px;
}

.dashboard-stat .visual .number {
	position: absolute;
	top: 10px;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 72px;
	width: 30%;
	line-height: 110px;
	text-align: center;
}

.dashboard-stat .visual .desc {
	position: absolute;
	top: 10px;
	color: #d9d9d9;
	opacity: 1;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 28px;
	width: 120px;
}

.dashboard-stat .details .desc1 {
	margin-top: 25px;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: 0px;
	font-weight: 300;
	width: 130px;
	text-align: right;
	font-size: 16px;
}

.dashboard-stat .details .number {
	padding-top: 0px;
	margin-top: 25px;
}

.dashboard-stat .details .number1 {
	padding-top: 0px;
	margin-top: 10px;
	letter-spacing: 4px;
	font-size: 36px;
	text-align: center;
}

.dashboard-stat .details .number span {
	font-size: 20px;
	top: -20px;
}

@media ( max-width : 1200px) {
	.dashboard-stat .details {
		padding-right: 5px;
	}
	.dashboard-stat .visual .number {
		font-size: 48px;
		width: 80px;
		left: 15px;
	}
	.dashboard-stat .visual .desc {
		font-size: 22px;
		width: 90px;
	}
	.dashboard-stat .details .desc1 {
		margin-top: 25px;
		color: #FFFFFF;
		opacity: 1;
		letter-spacing: 0px;
		font-weight: 300;
		width: 100px;
		text-align: right;
		font-size: 16px;
	}
	.dashboard-stat .details .number {
		font-size: 30px;
	}
	.dashboard-stat .details .number1 {
		padding-top: 0px;
		margin-top: 0px;
		letter-spacing: 4px;
		font-size: 32px;
		text-align: center;
	}
}

.no-more .more {
	background: transparent !important;
}

.statistics_loading {
	height: 400px;
	text-align: center;
}

.statistics_loading img {
	margin-top: 190px;
}

.statistics_content {
	height: 400px;
	overflow: visible;
}

.marketindex .statistics_loading {
	height: 300px;
}

.marketpie.statistics_content {
	height: 300px;
}

.page-content {
	background: #F1F3FA;
}

.clientindex .dashboard-stat .visual {
	width: 100%;
}

.clientindex .dashboard-stat .visual .desc {
	font-size: 20px;
	color: #d9d9d9;
	left: 20px;
	width: auto;
}

.clientindex .dashboard-stat .visual .sec-desc {
	width: auto;
	position: absolute;
	top: 60px;
	right: 20px;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 25px;
	text-align: right;
}

.clientindex .dashboard-stat .visual .sec-desc label {
	font-size: 48px;
	cursor: pointer;
	float: left;
}

.clientindex .dashboard-stat .visual .sec-desc span {
	font-size: 24px;
}

.clientindex .dashboard-stat {
	border: 4px solid transparent;
	position: relative;
	cursor: pointer;
}

.clientindex .dashboard-stat.active {
	border-color: #aaa;
}

.urbanscanindex .dashboard-stat {
	border: 2px solid transparent;
	position: relative;
}

.urbanscanindex .dashboard-stat.active {
	border-color: #aaa;
}

.page-footer .page-footer-inner {
	width: 100%;
}

.page-footer .page-footer-inner span {
	float: left;
}

.page-footer .page-footer-inner p {
	float: right;
	margin-right: 40px;
}

.potential_tip {
	position: absolute;
	top: 82px;
	right: 38px;
	background: red;
	color: white;
	font-size: 24px;
	padding: 5px 10px;
	text-align: right;
	height: 88px;
	-webkit-box-shadow: -4px 4px 1px #ddd;
	-moz-box-shadow: -4px 4px 1px #ddd;
	box-shadow: -4px 4px 1px #ddd;
}

#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #333333;
	opacity: 0.5;
	display: none;
}

#loading img {
	position: relative;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -25px;
}

.price-check {
	position: relative;
	display: -moz-box-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row;
	-webkit-flex-flow: row;
	flex-flow: row;
}

.price-check label {
	position: relative;
	text-align: center;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
/*.price-check label:first-of-type {
	text-align: left;
}
.price-check label:last-of-type {
	text-align: right;
}*/
.price-check .icheck-bg-7 {
	position: absolute;
	top: 26px;
	left: 8%;
	right: 8%;
	height: 8px;
	background: #009ACF;
}

.price-check .icheck-bg-3 {
	position: absolute;
	top: 26px;
	left: 16%;
	right: 16%;
	height: 8px;
	background: #009ACF;
}

.marketindex .caption span {
	cursor: pointer;
}

@media ( min-width : 768px) and (max-width: 1400px) {
	.clientindex .col-md-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.clientindex .dashboard-stat .visual .desc {
		left: 10px;
		font-size: 20px;
	}
	.clientindex .dashboard-stat .visual .sec-desc {
		font-size: 24px;
		right: 10px;
	}
	.clientindex .dashboard-stat .visual .sec-desc label {
		font-size: 32px;
	}
	.clientindex .dashboard-stat .visual .sec-desc span {
		font-size: 20px;
	}
}

/*@media (max-width: 768px) {
	.price-check .icheck-bg {
	    left: 10%;
	    right: 10%
	}
}*/
/*@media (min-width: 1400px) {
	.price-check .icheck-bg {
	    left: 10%;
	    right: 10%
	}
}*/
@media ( max-width : 480px) {
	#map {
		height: 400px;
	}
}

.icheckbox_minimal-grey, .iradio_minimal-grey {
	background-color: white;
	border-radius: 9px !important;
}

.iradio_flat-orange {
	background-color: white;
	border-radius: 10px !important;
}

.actions.select {
	width: 460px;
	text-align: right;
}

.actions.select .select2 {
	width: 145px;
	padding: 0px;
	text-align: left;
}

.actions.select select {
	display: none;
}

.chart-height {
	min-height: 675px;
}

@media ( max-width : 640px) {
	.actions.select {
		width: 100%;
	}
	.actions.select .select2 {
		width: 32%;
		padding: 0px 5px;
	}
	.chart-height {
		min-height: 360px;
	}
}

#notification_container .label.label-icon {
	padding-right: 4px;
}

.jingpin .btn {
	margin-left: 5px;
}

.ol-popup {
	display: none;
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
}

.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}

.ol-popup-closer:after {
	content: "✖";
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.download-notice-1st {
	color:#999;
	padding: 3px 6px;
}

.mc-verify-musk {
	font-family: Arial, 'Microsoft yahei';
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.mc-verify-content-box {
	border-radius: 3px !important;
	width: 330px;
	height: auto;
	position: relative;
	margin: 15% auto;
	background-color: #fff;
}

.action-tc {
	font-size: 1.5em;
	line-height: 1.5em;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	background: none;
}

.action-tc:focus {
	outline: none;
}

.mc-verify-box-close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	border-radius: 50% !important;
	background: rgba(70, 70, 83, .8) !important;
	-webkit-transition: -webkit-transform 0.1s, background 0.1s, opacity
		0.1s;
	-ms-transition: -webkit-transform 0.1s, background 0.1s, opacity 0.1s;
	-o-transition: -webkit-transform 0.1s, background 0.1s, opacity 0.1s;
	transition: transform 0.1s, background 0.1s, opacity 0.1s;
	-webkit-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.mc-verify-box-section {
	padding: 10px
}

.mc-verify-box-title{
	font-size: 16px;
	color: #333;
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.mc-verify-split{
	/* border-top:1px solid #36a803; */
	border-top:1px solid #488ee7;
}

.mc-verify-content{
	margin: 0 auto 20px;
	width: 250px;
}
.mc-verify-content .phoneVerifyNo{
	height:38px;
	width:100%;
	padding:12px 10px 12px 24px;
	border:1px solid #ddd;
}

.mc-verify-content .phoneVerifyNo:focus,.mc-verify-content .verifyCode:focus{
	/* border:1px solid #3ea201; */
	border:1px solid #488ee7;
	outline:0;
}

.mc-verify-content .verifyCode{
	height:38px;
	width:60%;
	padding:12px 10px;
	border:1px solid #ddd;
}

.mc-verify-content .sendVerifyCode{
	width:35%;
	background-color:#ccc;
	height: 38px;
	font-size:14px;
    text-align:center;
    cursor: pointer;
    border-radius: 3px !important;
    border: none;
}

.mc-verify-content .phoneVerifyNoDiv,.mc-verify-content .verifyCodeDiv{
	margin-bottom:10px;
	position:relative;
}
.mc-verify-content .phoneVerifyNoDiv i{
	margin-top:8px;
	position:absolute;
	left:1px;
	top:1px;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	background:url('../../../../land/imgs/input_icons_24_blue.png') no-repeat 0 0;
}

.mc-verify-content .phoneVerifyNoDivFocus{
	background-position:0 -40px !important;
}

.mc-verify-content .pass-button{
    height: 38px;
    font-size: 16px;
    /* background: #36a803; */
    background: #4490f7;
    color:#fff;
    border-radius: 3px !important;
    width:100%;
    border: none;
}

.mc-verify-content .phonePrompt-content{
	color: red;
	height:15px;
	margin:5px 0;
}

.mc-verify-content .error-border{
	border: 1px solid red;
}

.shadowtip {
	-o-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	-moz-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	-webkit-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	box-shadow: 0 0 15px rgba(18, 21, 21, .3);
}

.city_overflowHidden{
	 min-width:20px;
	 max-width:130px;
     text-align:left;
     text-overflow:ellipsis;
     overflow:hidden;
     white-space:nowrap;
}

.city_overflowHidden_left{
     min-width:20px;
	 max-width:130px;
     float:right;
     text-align:left;
     text-overflow:ellipsis;
     overflow:hidden;
     white-space:nowrap;
}

.city_overflowHidden_right{
     min-width:20px;
	 max-width:130px;
     float:right;
     text-align:right;
     text-overflow:ellipsis;
     overflow:hidden;
     white-space:nowrap;
}

.city_overflowHidden_xkz{
	 width:195px;
     float:left;
     text-align:left;
     text-overflow:ellipsis;
     overflow:hidden;
     white-space:nowrap;
}

.city_overflowHidden_kfs{
	 width:180px;
     float:left;
     text-align:left;
     text-overflow:ellipsis;
     overflow:hidden;
     white-space:nowrap;
}

.city_btnSeach{
	width:150px;
	margin-right:80px;
	float:right;
}

.t-privilege-wrap{
	z-index: 19891015;
    top: 118px;
    left: 540px;
    animation-name: layer-bounceIn;
    -webkit-animation-name:layer-bounceIn;
    border-radius: 2px !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.t-privilege-content{
	position: relative;
    overflow: auto;
    pointer-events: auto;
}

.t-privilege-content-s{
	float: left;
    min-width: 330px;
    overflow: hidden;
    background: #5FB878;
    border-radius: 2px !important;
    padding: 20px;
    color: #fff;
}

.t-privilege-content-s div{
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.t-privilege-content-s a{
	color: #fff;
}

.t-privilege-content-s a:active,
.t-privilege-content-s a:hover,
.t-privilege-content-s a:focus,
.t-privilege-content-s a:visited{
	color: #fff;
}

.t-privilege-close-wrap{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
}

.t-privilege-close{
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon.png) no-repeat;
    background-position: -149px -31px;
    pointer-events: auto;
}

.reg-new-acc{
	color:#f8bb86;
	cursor: pointer;
    border-bottom: 1px solid #f8bb86;
}

.t-pri-prompt>div{
	font-size: 14px;
	padding: 3px 0;
}

@-webkit-keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}
@keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}

