@charset "UTF-8";

body {
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', 宋体,
		sans-serif;
	background-color: #f5f7fa;
}

body a {
	color: #08C;
	text-decoration: none;
}

body a:hover {
	color: #C10001;
	text-decoration: underline;
}

.icon-common {
	display: inline-block;
	background-image: url("/img/icon-common.png");
	background-repeat: no-repeat;
}

.icon-common-logo {
	width: 145px;
	height: 62px;
	background-position: 0 0;
}

.icon-common-search {
	width: 17px;
	height: 18px;
	background-position: -223px -51px;
}

.icon-common-searchhover {
	width: 36px;
	height: 34px;
	background-position: -402px -12px;
}

.icon-common-tel {
	width: 31px;
	height: 22px;
	background-position: -177px -5px;
}

.icon-common-sina {
	width: 22px;
	height: 17px;
	background-position: -458px -2px;
}

.icon-common-weixin {
	width: 22px;
	height: 17px;
	background-position: -462px -51px;
}

.font-xs {
	font-size: 11px;
}

.font-sm {
	font-size: 12px;
}

.font-smd {
	font-size: 13px;
}

.font-md {
	font-size: 14px;
}

.font-lg {
	font-size: 16px;
}

.font-xlg {
	font-size: 18px;
}

.top {
	position: relative;
	height: 110px;
	text-align: left;
	z-index: 1001;
	padding-top: 30px;
	color: #434a54;
	font-size: 12px;
}

.top .logo {
	float: left;
	z-index: 1;
	height: 62px;
	overflow: hidden;
	font-family: 'Microsoft Yahei', 宋体, arial, 'Hiragino Sans GB',
		sans-serif;
	width: 450px;
}

.top .logo-img {
	float: left;
	margin-top: 3px;
}

.top .logo-title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	padding: 7px 5px 0 5px;
	width: 80px;
	text-align: left;
}

.top .logo-sub-title {
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
}

.top .logo-slogan {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	margin-top: 12px;
	padding-left: 10px;
	border-left: 3px solid #eee;
	width: 150px;
	text-align: left;
	letter-spacing: 3px;
}

.top .logo-sub-slogan {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}

.top .logo a {
	float: left;
}

.city-wrap {
	float: left;
}

.city-locate {
	z-index: 1;
	height: 62px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 10px;
}

.toggle-city {
	color: #8B8B8B;
}

.city-locate .city-name {
	font: 300 24px/26px microsoft yahei, simsun;
	margin-bottom: 3px;
	color: #333;
}

.city-list {
	position: absolute;
	left: 190px;
	top: 41px;
	border: 2px solid #ccc;
	text-align: left;
	background-color: #fff;
	font-size: 12px;
}

.city-list p {
	height: 20px;
	line-height: 20px;
	margin: 5px 10px;
	font-weight: bold;
	padding: 0 10px;
}

.top .menu {
	float: right;
	display: inline-block;
	_display: inline;
	padding-top: 10px;
	margin-left: 0px;
	height: 40px;
	line-height: 40px;
}

.top .dropdown {
	text-align: left;
}

.top a {
	display: inline-block;
	color: #434a54;
	text-decoration: none;
}

.top a:hover {
	color: #f84858;
}

.top .search {
	float: right;
	display: block;
	width: 370px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
}

.top .search .txt {
	display: block;
	width: 364px;
	height: 40px;
	line-height: 40px;
	text-indent: 6px;
	border: 3px solid #dd4250;
	background: #fff;
	margin-bottom: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: rgb(51, 51, 51);
}

.top .search .mbtn {
	position: absolute;
	left: 322px;
	top: 0px;
	z-index: 2;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	background: none;
}

.top .search .iconsear {
	position: absolute;
	left: 335px;
	top: 10px;
	z-index: 1;
	display: block;
	cursor: pointer;
	border: none;
}

.top .search .iconsearbg {
	position: absolute;
	left: 325px;
	top: 3px;
	_top: 5px;
	z-index: 1;
	display: block;
	cursor: pointer;
	border: none;
	display: none;
}

.top .search a {
	font-weight: normal;
	color: #999999;
	margin-right: 10px;
}

@media ( max-width : 1200px) {
	.top .search {
		width: 185px;
	}
	.top .search .txt {
		width: 175px;
	}
	.top .search .mbtn {
		left: 135px;
	}
	.top .search .hot {
		width: 180px;
		overflow: hidden;
		height: 24px;
	}
	.top .search .iconsear {
		left: 153px;
	}
	.top .search .iconsearbg {
		left: 141px;
	}
}

@media ( max-width : 1000px) {
	.top .logo-slogan {
		display: none;
	}
}

@media ( max-width : 768px) {
	.top .logo {
		width: 130px;
	}
	.top .logo-title, .top .logo-slogan, .top .menu, .top .hot {
		display: none;
	}
	.top .search {
		width: 130px;
	}
	.city-list {
		left: 110px;
		z-index: 100;
	}
}

.i-navbar {
	background: #8e0000
		url(data:image/gif;base64,R0lGODlhAQAeAIAAAI4AAI8BACH5BAAAAAAALAAAAAABAB4AAAIHRGChy+2KCgA7)
		repeat-x;
	border-radius: 0;
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	min-height: 35px;
	border-color: #8E0001;
}

.i-navbar .navbar-header {
	height: 35px;
	min-height: 35px;
}

.i-navbar .navbar-header .navbar-toggle {
	border-color: #8E0001;
	margin-top: 0px;
	margin-bottom: 0px;
}

.i-navbar .navbar-header .navbar-toggle:hover, .i-navbar .navbar-header .navbar-toggle:focus
	{
	background-color: #7A0000;
}

.i-navbar .navbar-collapse {
	height: 30px;
	line-height: 21px;
	font-size: 16px;
}

.i-navbar .navbar-collapse a {
	padding-top: 0px;
	color: rgb(255, 255, 255);
	height: 35px;
	line-height: 35px;
}

.i-navbar .navbar-collapse a:hover {
	background-color: #7A0000;
	z-index: 10;
	text-decoration: none;
}

.i-navbar .navbar-collapse .active a {
	background: #6a0000;
	z-index: 12;
}

.footer {
	margin-top: 25px;
	padding-top: 25px;
	background-color: #ededed;
}

.footer .service {
	color: #434a54;
	font-size: 12px;
}

.footer .service dl dt {
	font-weight: 700;
	margin-bottom: 6px;
}

.footer .service dl dd {
	height: 20px;
	line-height: 20px;
}

.footer .service a {
	color: #434a54;
	text-decoration: none;
}

.footer .service a:hover {
	color: #f84858;
}

.footer .service .online {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	overflow: hidden;
	margin-bottom: 6px;
	margin-top: 20px;
}

.service .online .icon-common-tel {
	vertical-align: -4px;
	margin-right: 10px;
}

.footer .service .sina .icon-common-sina {
	_background-position: -485px -2px;
}

.footer .service .sina:hover .icon-common-sina {
	background-position: -485px -2px;
}

.footer .service .sina span {
	margin-right: 2px;
	vertical-align: -3px;
	_vertical-align: 1px;
	_margin-right: 6px;
}

.footer .service .weixin .icon-common-weixin {
	_background-position: -486px -51px;
}

.footer .service .weixin:hover .icon-common-weixin {
	background-position: -486px -51px;
}

.footer .service .weixin span {
	vertical-align: -6px;
	_vertical-align: -3px;
	margin-right: 1px;
	_margin-right: 6px;
	cursor: pointer;
}

.footer .sitelink {
	padding: 25px 0 5px;
	border-top: 1px solid #dfdfdf;
}

.footer .sitelink a, .footer .copyright a {
	color: #666;
	text-decoration: none;
}

.footer .sitelink a:hover, .footer .copyright a:hover {
	color: #f84858;
}

.footer .copyright {
	text-align: center;
	padding-bottom: 50px;
	color: #a0a0a0;
}

#boxweixin .modal-content {
	width: 480px;
	text-align: center;
}

#boxweixin .modal-content .model-header h3 {
	margin: 0;
	line-height: 30px;
	text-align: left;
}

#icarousel {
	margin-top: -20px;
}

.i-p-box-wrapper {
	position: relative;
}

.i-p-box, .i-p-bgcolor {
	position: absolute;
	top: -340px;
	right: 110px;
	width: 190px;
	height: 280px;
}

.i-p-box {
	padding: 20px 15px;
	z-index: 1;
}

.i-p-bgcolor {
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 0;
}

.i-p-btns {
	margin-bottom: 15px;
	margin-left: 5px;
}

.i-p-logined {
	color: #fff;
	margin-bottom: 15px;
}

.i-p-logined .i-p-avatar {
	margin-right: 5px;
}

.i-p-logined .i-p-avatar a {
	display: inline-block;
	background-color: #ccc;
}

.i-p-logined .i-p-avatar img {
	width: 60px;
	height: 60px;
}

.i-p-logined .i-p-info {
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i-p-logined .i-p-info .i-p-username {
	margin-top: -4px;
	font-weight: bold;
}

.i-p-logined .i-p-info .i-p-type {
	padding-bottom: 4px;
	font-size: 12px;
	color: #ccc;
}

.i-p-step {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.i-p-step a:hover {
	text-decoration: none;
}

.i-p-step-1, .i-p-step-2, .i-p-step-3 {
	display: block;
	margin-bottom: 20px;
	height: 33px;
}

.icon-i-p-s-1, .icon-i-p-s-2, .icon-i-p-s-3 {
	background-image: url(/img/g-index-icon.png);
	background-repeat: no-repeat;
	float: left;
	width: 33px;
	height: 33px;
	display: inline-block;
}

.icon-i-p-s-1 {
	background-position: -1px -50px;
}

.icon-i-p-s-2 {
	background-position: -45px -50px;
}

.icon-i-p-s-3 {
	background-position: -90px -50px;
}

.i-p-step strong, .i-p-step span {
	display: block;
	padding-left: 38px;
	line-height: 1.13;
}

.i-p-step strong, .i-p-step-1:hover span, .i-p-step-2:hover span,
	.i-p-step-3:hover span {
	color: #fff;
}

.i-p-step strong {
	font-size: 16px;
}

.i-p-step span {
	color: #ccc;
	font-size: 12px;
}

@media ( max-width : 767px) {
	.i-p-box-wrapper {
		height: 190px;
	}
	.i-p-box, .i-p-bgcolor {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	.i-p-logined, .i-p-btns, .i-p-step {
		text-align: center;
	}
	.i-p-step-1, .i-p-step-2, .i-p-step-3 {
		display: inline-block;
		margin-bottom: 10px;
	}
	.i-p-step-2 {
		padding-left: 5px;
	}
}

.i-house-container .thumbnail-hover {
	border: 1px solid #adadad;
	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in;
	-ms-transition: border-color .2s ease-in;
	-o-transition: border-color .2s ease-in;
	transition: border-color .2s ease-in;
}

.i-house-container .house-price {
	letter-spacing: normal;
	font-family: arial, verdana, sans-serif !important;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: inherit !important;
	margin: 0;
	color: #666;
}

.i-house-container .house-price em {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	margin-right: 2px;
}

.i-house-container .house-price em b {
	margin-right: 2px;
	vertical-align: middle;
}

.i-house-container .house-title {
	font-weight: bold;
	font-size: 14px;
	word-break: break-all;
	overflow: hidden;
	margin: 5px 0;
}

.i-house-container .house-title a {
	color: #333;
}

.i-house-container .house-title a:visited {
	color: #551A8B;
}

.i-house-container .house-earn {
	font-family: tahoma, arial, "宋体" !important;
}

.i-house-container .house-earn-price {
	font-size: 12px;
	color: #666;
}

.i-house-container .house-earn em {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #b57c5b;
}

.breadcrumb {
	margin: 0;
	padding: 0;
}

.house-header small, .house-header .small {
	padding-left: 10px;
}

.house-header .favorite-btn {
	margin-top: 20px;
}

.house-price {
	margin: 0 auto 10px;
}

.house-price .house-btns {
	display: inline-block;
	padding-left: 15px;
}

.house-banner {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.house-banner .img-responsive {
	display: inline-block;
}

.house-info .thumbnail {
	margin-bottom: 0;
}

.thumbnail>a>img {
	height: 168px;
}

@media ( max-width : 767px) {
	.house-price .house-btns {
		padding-left: 0;
		margin-top: 15px;
	}
}

.search-container {
	margin-bottom: 5px;
}

.search-container .panel {
	margin-bottom: 0;
}

.search-row {
	clear: both;
}

.search-row .search-key-col {
	float: left;
	width: 80px;
	line-height: 24px;
}

.search-row .search-value-col {
	float: left;
}

.sort-container {
	margin-bottom: 5px;
}

.login-panel .checkbox {
	margin-top: 0;
}

.login-panel a {
	font-size: 12px;
}

#login-carousel {
	margin-top: 10px;
}

.broker-banner {
	margin-bottom: 20px;
}

.broker-banner img {
	display: inline-block;
}

.broker-container dl {
	margin-bottom: 0;
}

.broker-container .broker-summary dt {
	padding-left: .7em;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.broker-container .broker-summary dt small {
	padding-left: .5em;
	font-size: 18px;
	color: #666;
}

.broker-container .broker-summary dd {
	padding: 25px 0 30px 20px;
	line-height: 22px;
}

.broker-container .broker-summary dd div {
	margin-right: 40px;
}

.broker-container .broker-icon-item {
	padding-left: 58px;
	width: 170px;
	color: #666;
	margin-top: 10px;
}

.broker-icon-reg, .broker-icon-user, .broker-icon-info,
	.broker-icon-money, .broker-icon-team, .broker-icon-web,
	.broker-icon-earn, .broker-icon-thousand-1, .broker-icon-thousand-2,
	.broker-icon-absolutely-1 {
	display: inline-block;
	background-image: url("/img/broker-icon.gif");
	background-repeat: no-repeat;
	vertical-align: middle;
}

.broker-icon-reg, .broker-icon-user, .broker-icon-info,
	.broker-icon-money, .broker-icon-team, .broker-icon-web,
	.broker-icon-earn {
	float: left;
	margin-left: -58px;
	width: 48px;
	height: 48px;
}

.broker-icon-reg {
	background-position: 0 0;
}

.broker-icon-user {
	background-position: 0 -52px;
}

.broker-icon-info {
	background-position: 0 -104px;
}

.broker-icon-money {
	background-position: 0 -156px;
}

.broker-icon-team {
	background-position: 0 -208px;
}

.broker-icon-web {
	background-position: 0 -260px;
}

.broker-icon-earn {
	background-position: 0 -312px;
}

.broker-reward strong {
	display: block;
	margin-top: 20px;
	font-size: 24px;
	font-weight: normal;
}

.broker-reward p {
	color: #666;
	line-height: 22px;
}

.broker-icon-thousand-1, .broker-icon-thousand-2 {
	margin-left: 5px;
	width: 71px;
	height: 27px;
	overflow: hidden;
}

.broker-icon-thousand-1 {
	background-position: 0 -634px;
}

.broker-icon-thousand-2 {
	background-position: 0 -667px;
}

.broker-icon-absolutely-1 {
	margin-left: 5px;
	width: 86px;
	height: 27px;
	background-position: 0 -697px;
}

.broker-help {
	color: #666;
}

.broker-help dt {
	line-height: 22px;
}

.broker-help dd {
	padding-left: 16px;
	padding-bottom: 10px;
	line-height: 20px;
}

.broker-help dd:last-child {
	padding-bottom: 0;
}

.sales-container .sales-house-img {
	margin-right: 10px;
	position: relative;
	float: left;
}

.sales-container .sales-house-info {
	float: left;
}

.sales-container .sales-house-info .sales-price {
	font-size: 16px;
	color: #ff6600;
	padding: 0 20px;
	margin-top: 20px;
}

.sales-container .sales-house-info .sales-price em {
	font-size: 14px;
	color: #333;
	text-decoration: line-through;
	font-weight: normal;
	font-style: normal;
	padding-right: 10px;
}

.sales-container .sales-house-info .sales-price-info {
	overflow: hidden;
	font-size: 24px;
	color: #ff6600;
	padding: 0 20px;
	margin-top: 10px;
}

.sales-container .sales-house-info .sales-where {
	font-size: 14px;
	color: #333;
	margin: 20px 20px 0 20px;
	padding-bottom: 15px;
}

.sales-container .sales-house-info .sales-extra {
	margin: 20px 20px 0 20px;
}

.sales-container .sales-house-info .sales-extra a {
	margin-right: 20px;
}

.mine-container {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-color: #dddddd;
	padding: 0;
}

.mine-container .mine-sidebar {
	background-color: #f5f7fa;
	min-width: 175px;
	border-right: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-color: #dddddd;
}

.mine-container .mine-sidebar b {
	display: inline-block;
	margin: 10px 2px;
	padding-left: 15px;
}

.mine-container .mine-avatar a {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 15px;
}

@media ( min-width : 1200px) {
.mine-container .mine-sidebar {
	float: left;
	width: 15%;
}

.mine-container .mine-main {
	float: left;
	width: 85%;
}
}

.mine-container .mine-main .breadcrumb {
	background: none;
}

.mine-container .mine-main>div {
	margin: 15px;
}

.mine-container .mine-main .table-thumbnail img {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 100px;
	margin-right: auto;
	margin-left: auto;
}

.mine-container .mine-info {
	line-height: 24px;
	font-size: 12px;
}

.mine-container .mine-info b {
	font-size: 24px;
	font-weight: 200;
	color: #FF8200;
	display: block;
	margin-top: 4px;
}

.mine-container .mine-info em {
	color: #ff8200;
	font-weight: normal;
	font-style: normal;
}

.register-container .help-block {
	margin-bottom: 0;
}

.register-container .status .error {
	height: 34px;
	line-height: 34px;
}

.register-success-container .register-success-ops {
	margin-top: 15px;
}

/* 微信页面 */
.interest-rate {
	font-size: 2rem;
	color: red;
}

.product-tag {
	font-size: 1rem;
	color: navy;
}

.progress {
	margin-bottom: 0px;
	margin-top: 5px;
}

.nav-header {
	vertical-align: middle;
	padding: 1rem;
	background-color: #9D181B;
	border: none;
	height: 40px;
}

.nav-header span {
	color: white;
	font-size: 1.5rem;
}

.nav-header #header-backbtn {
	display: inline-block;
	width: 10%;
}

.nav-header #header-title {
	display: inline-block;
	width: 80%;
	text-align: center;
}

/* 项目详情面板 */
#detail .panel {
	margin-bottom: 10px;
}

#detail .form-group {
	margin-bottom: 5px;
}

#detail .glyphicon-check {
	color: green;
}

#auth .glyphicon-ok-sign {
	color: green;
}

.ok-sign-success {
	color: green;
}

.wrong-sign-fail {
	color: #808080;
}

.control-label {
	text-align: right;
	color: #666666;
	font-weight: normal;
}

.form-control-static {
	font-weight: bold;
}

.bottom-btn {
	height: 100%;
}

.nav_tab li {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-footer {
	margin-bottom: -5px;
}

#account_fooer div {
	display: inline-block;
}

.footer_menu {
	width: 100%;
	text-align: center;
}

.footer_menu_icon {
	font-size: 30px;
	margin-bottom: -10px;
	padding-top: 5px;
}

.footer_activation {
	color: #C10001;
}

.account_background {
	background-color: #d9534f;
	height: 100px;
	position: relative;
}

.head_portrait {
	display: inline-block;
}

.head_portrait_img {
	margin-top: -10%;
	margin-left: 20%;
}

.account_name {
	display: inline-block;
	margin-left: 20px;
	padding-top: 15px;
}

.btn_recharge {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.btn_recharge_height {
	height: 30px;
	padding: 4px 4px;
}

.btn_recharge_menu {
	min-width: 70px;
}

.pagination_title {
	text-align: center;
}

.menu_icon {
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(/img/weixin/account.menu.png) no-repeat;
	background-size: 4rem;
	display: inline-block;
}

.menu_icon_box {
	background-position: 0 0;
}

.menu_icon_record {
	background-position: 0 -4rem;
}

.menu_icon_investment {
	background-position: 0 -8rem;
}

#menu_table {
	width: 100%;
	text-align: center;
}

#menu_table span {
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu_table div div {
	margin-top: 5px;
}

#asset, #income {
	text-align: center;
}

.account_amount_num {
	font-size: 30px;
}

.account_amount_title {
	margin-top: 10px;
}

.top_menu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1030;
}

.record_table_header {
	background-color: #FFFFFF;
	text-align: center
}

.record_table_body {
	text-align: center;
}

.record_nohistory {
	text-align: center;
}

.record_table_body2 {
	text-align: right;
}

.app_icon {
	font-size: 20px;
	margin-top: 5px;
}

.plug_in {
	position: fixed;
	right: 1px;
    margin:auto;
	z-index: 1004;
	text-align: center;
	background-color: white;
}

.app_guide {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	min-width:320px;
	height:50px;
	background-color:rgba(0,0,0,.64);
	box-shadow:0 -1px 1px rgba(0,0,0,.10);
	z-index:1004;
	border-bottom:0;
	padding:0 10px 0 0;
	box-sizing:border-box;
}

.app_guide_btn{
	position:absolute;
	top:10px;
	right:20px;
	width:80px;
	height:30px;
	border:0 none;
	border-radius:3px;
	color:black;
	text-align:center;
	padding:0;
	margin:0;
	background-color:white;
	line-height:30px;
}

.app_guide_window {
	position: relative;
	display: block;
	padding: 4px 0;
	margin: 0 90px 0 20px;
	text-decoration: none;
}

.app_guide_img {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block
}

.app_guide_font {
	color: white;
	line-height: 20px;
}

.qr_code {
    position: absolute;
	top: 12px;
	left: -164px;
	background: url('/img/weixin2.jpg') no-repeat;
	background-size: contain;
	width: 163px;
	height: 173px;
	display: none;}

.free_phone {
	position: absolute;
	top: 192px;
	left: -218px;
	z-index: 1004;
	padding: 10px;
	color: black;
	border: 1px solid gray;
	background-color: white;
	display: none;
	font-size: 1.3rem;
	text-align: left
}

#goTotop {
	height: 40px;
	padding-top: 6px;
	display: block;
	text-decoration: none;
	border: 1px solid #D2D2D2;
	font-size: 20px;
	width: 64px;
}

.phone_input {
	height: 18px;
	width: 196px;
	padding: 12px 8px;
	margin-top: 17px;
}

.phone_btn {
	display: block;
	width: 196px;
	margin-top: 15px;
}

.appDownload_bg {
	position: absolute;
	top: 165px;
	height: 100%;
	width: 100%;
	z-index: -100;
	background: url(/img/appBackground.jpg) no-repeat;
	opacity: 0.2;
	background-size: 100%;
	margin-top: -20px;
}

.appDownload_icon {
	background: url(/img/app-ifang.png) no-repeat;
	background-size: 100%;
	height: 100px;
	width: 100px;
}

.appDownload_btn {
	height: 79px;
	width: 296px;
	font-size: 25px;
	padding-left: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.appDownload_android {
	background: url(/img/appLogo.png) no-repeat;
	background-position: 0px -70px;
	margin-right: 30px;
	text-align: right;
	background-size: 50px;
	height: 60px;
	line-height: 60px;
}

.appDownload_iphone {
	background: url(/img/appLogo.png) no-repeat;
	background-position: 0px 0px;
	margin-right: 30px;
	text-align: right;
	background-size: 50px;
	height: 60px;
	line-height: 60px;
}

.feedback_textarea {
	display: block;
	resize: none;
}

.freephone_warning {
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	display: none;
}

.msg_header {
	background-color: #D2D2D2;
}

a.pluginicon {
	display: block;
	text-decoration: none;
	border: 1px solid #D2D2D2;
    border-bottom:0px;
	font-size: 1.2rem;
	width: 64px;
	height: 64px;
	padding-top: 8px;
}

a:hover.pluginicon {
	display: block;
	text-decoration: none;
	background-color: #DD4250;
	color: white;
}

a:hover#goTotop {
	display: block;
	text-decoration: none;
	background-color: #DD4250;
	color: white;
}

.intro_icoin {
    color: navy;
    font-size: 50px;
    margin-right: 30px;
}

.intro_text { 
    display:inline-block; 
    font-size: 2rem;
    vertical-align: top;
    color: black;
    line-height: 2;
}

#credit_houseloan_intro,#mortgage_houseloan_intro >div {
    padding: 30px;
    padding-right: 60px;
    padding-left: 60px;
}

#credit_houseloan_intro > div > div {
    margin-top: 20px;
}

#mortgage_houseloan_intro > div > div {
    margin-top: 20px;
}

.houseLoanAppl_detail_body {
	padding-bottom:5px;
	font-size: 17px;
}

.invest_title {
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 18px;
}

.invest_btn {
    font-size: 1px;
    height: 25px;
    padding: 2px 6px 2px 6px;
    margin-left: 3px;
}

.invest_progress_bar {
    width: 70%;
    height: 10px;
    display: inline-block;
}

.invest_progress_percentage {
    margin-right: -10px;
    margin-left: 8px;
    font-size: 14px;
}

.invest_row {
    height: 350px;
    padding-left:25px;
}

.invest_add_btn {
    font-size: 18px;
    height: 45px;
    width: 190px;
    background-color: #FF5722;
    color: white;
    margin-top: 40px;
}

.invest_over_btn {
    font-size: 18px;
    height: 45px;
    width: 190px;
    background-color: #c0c0c0;
    color: white;
    margin-top: 40px;
}

.invest_logo {
    height:25px;
    width:25px;
}

.dingqibao_from_left {
    padding-top:7px;
    font-size:15px;
    text-align:right;
    font-weight:normal;
}

.dingqibao_from_right {
    padding-top:7px;
    font-size:15px;
    text-align:left;
}

.invest_table_title {
    vertical-align: middle!important;
    text-align:center;
    font-size:18px;
}

.invest_table_text {
    vertical-align: middle!important;
    text-align:center;
}

.dingqibao_table_text {
    width:15%;
    vertical-align: middle!important;
    text-align:center;
    font-size:18px;
}

.dingqibao_table_td {
    vertical-align:middle!important;
}

.dingqibao_question_Q {
    color:red;
    margin-top:20px;
}

.dingqibao_tab {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.detailed_title {
    background-color: #E8E7E7;
    padding: 10px 20px 10px 20px;
}

.detailed_head {
    display: inline-block;
    font-size: 16px;
}

.detailed_text {
    font-size: 40px;
    color: #FF5722;
}

.detailed_border_right {
    border-right: 1px solid gray;
}

.detailed_distance {
    margin-top: 20px;
}

.detailed_debt_text {
    margin-top: 20px;
    display: inline-block;
    float:left;
    margin-left:50px;
}