#scrollFixedId{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 140px;
	z-index: 80;
	background-color: #FFF;
	box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1);
	display: none;
}

#scrollFixedId .house-tab-con{
	margin: 10px auto 10px;
}

.house-name-box {
	position: relative;
	margin: 10px auto;
	width: 1200px;
	height: 40px;
	line-height: 40px;
}

.house-name-box .house-name {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.house-name-box .float-box {
	float: right;
}

.house-name-box .float-box .btn-box {
	height: 32px;
	line-height: 31px;
	text-align: center;
	/* border: 1px solid #444;
	color: #444; */
	font-size: 13.6px;
	padding: 0 10px;
	border-radius: 5px;
	float: left;
	margin-left: 12px;
	cursor: pointer;
}

.house-name-box .float-box .btn-box.stored {
	/* border: 1px solid #16B889; */
	background: #ffded8;
	color: #16B889;
}

.house-name-box .float-box .btn-box.share-btn{
	background: #e0ffe2;
	color: #63c26a;
}

.house-name-box .float-box .btn-box span {
	vertical-align: middle;
}

.house-name-box .float-box .btn-box img {
	vertical-align: middle;
}

.house-no-box {
	margin: 10px auto 15px;
	width: 1200px;
	font-size: 13px;
	color: #333;
}

.hdet-info-con {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	height: 520px;
}

.house-img-con {
	position: absolute;
	top: 0;
	left: 0;
	/* margin: 10px 0; */
	height: 540px;
	width: 700px;
	overflow: hidden;
	
}

.big-show-box {
	height: 425px;
	width: 100%;
	position: relative;
	
}

.big-show-box .house-status-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	width: 84px;
	text-align: center;
	border-bottom-right-radius: 5px;
	background-color: #63C36A;
	font-size: 15px;
}

.big-show-box .house-status-box.auctioning {
	background-color: #E44A4A;
}

.big-show-box .house-status-box.auction-end {
	background-color: #6C6B6B;
}

.big-show-box .big-img-box {
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
	height: 425px;
	/* display: flex; */
	/* flex-wrap: nowrap; */
}

.big-show-box .big-left-btn {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 172px;
	width: 20px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	cursor: pointer;
	display: none;
}

.big-show-box .big-right-btn {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 172px;
	width: 20px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	cursor: pointer;
	display: none;
}

.big-show-box .switch-img-con {
	position: absolute;
	z-index: 10;
	left: 280px;
	bottom: 20px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #16B889;
	border-radius: 5px;
}

.big-show-box .switch-img-con .switch-img-box {
	width: 70px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	cursor: pointer;
}

.big-show-box .switch-img-con .sel-switch {
	color: #FFF;
	background-color: #16B889;
}

.big-show-box .big-img-box li {
	height: 425px;
	width: 700px;
	text-align: center;
	line-height: 425px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.small-show-box {
	margin-top: 5px;
	/* height: 100px; */
}

.small-show-box .small-left-btn {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 103px;
	line-height: 103px;
	text-align: center;
	background-color: darkgray;
	color: #FFF;
	cursor: pointer;
}

.small-show-box .small-right-btn {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 103px;
	line-height: 103px;
	text-align: center;
	background-color: darkgray;
	color: #FFF;
	cursor: pointer;
}

.small-show-box .small-img-con {
	position: absolute;
	z-index: 8;
	left: 23px;
	bottom: 0;
	right: 22px;
	height: 103px;
	overflow: hidden;
}

.small-show-box .small-img-box {
	position: absolute;
	z-index: 7;
	left: 0;
	bottom: 0;
	height: 103px;
}

.small-show-box .small-img-box li {
	height: 103px;
	width: 129px;
	margin-right: 2px;
	text-align: center;
	line-height: 103px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.small-show-box .small-img-box .img-opacity {
	opacity: 0.36;
}

.house-dialog-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 82;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.showimg-dialog-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 85;
	text-align: center;
	display: none;
}

.showimg-dialog-box .blank-box {
	height: 15%;
}

.showimg-dialog-box .close-img {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 36px;
	cursor: pointer;
}

.showimg-dialog-box .dialog-img {
	height: 70%;
}

.showimg-dialog-box .left-img {
	position: absolute;
	left: 50px;
	top: 45%;
	width: 30px;
	cursor: pointer;
}

.showimg-dialog-box .right-img {
	position: absolute;
	right: 50px;
	top: 45%;
	width: 30px;
	cursor: pointer;
}

.hdet-info-box {
	position: relative;
	padding-left: 740px;
	height: 540px;
}

.hdet-info-box .price-box {
	margin: 10px 0 15px;
	font-size: 13px;
	color: #333;
}

.hdet-info-box .price-box .price-t {
	padding-left: 25px;
}

.hdet-info-box .price-box .price-qp {
	font-size: 40px;
	color: #E44A4A;
	padding: 0 4px;
	font-weight: bold;
}

.hdet-info-box .price-box .price-qp-u {
	font-size: 13px;
	color: #E44A4A;
}
.hdet-info-box .price-box .auctioning {
	color: #E44A4A;
}
.hdet-info-box .price-box .auction-end{
	color: #333;
}
.hdet-info-box .price-box .price-sc {
	font-size: 30px;
	color: #333;
	padding: 0 4px;
}

.hdet-info-box .price-box .unit-price-t {
	font-size: 16px;
	color: #333;
	padding-left: 15px;
	font-weight: bold;
}

.hdet-info-box .price-box .second-price-t {
	color: #E44A4A;
}

.hdet-info-box .f-info-box {
	background: #F4FFF5;
	height: 86px;
	border-radius: 5px;
}

.hdet-info-box .f-info-box .f-info {
	float: left;
	width: 33.3%;
	height: 86px;
	text-align: center;
	color: #333;
}

.hdet-info-box .f-info-box .f-info p:first-child {
	margin-top: 16px;
	font-size: 20px;
	font-weight: bold;
}

.hdet-info-box .f-info-box .f-info p:last-child {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

.hdet-info-box .pm-info-con {
	margin: 15px 0;
	height: 125px;
}

.hdet-info-box .pm-info-con .pm-info-box {
	float: left;
	/* width: 50%; */
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.hdet-info-box .pm-info-con .first-wid {
	width: 60%;
}

.hdet-info-box .pm-info-con .pm-info-box span {
	padding-left: 10px;
	color: #444;
	font-weight: bold;
}

.hdet-info-box .shouse-tag-box{
	margin-top: -60px;
}

.hdet-info-box .shouse-tag-box .tag-v{
	background: #E0F4ED;
	padding: 3px 6px;
	font-size: 13px;
	color: #333333;
	margin:0 6px 10px 0;
}

.hdet-info-box .bzj-box {
	margin-top: 15px;
}

.hdet-info-box .bzj-box .bzj-t {
	font-size: 13.5px;
	color: #444;
}

.hdet-info-box .bzj-box .bzj-time {
	display: inline-block;
	border-radius: 5px;
	margin-top: 15px;
	padding: 6px 15px;
	background: #F7F7F7;
	font-size: 24px;
	color: #E44A4A;
	font-weight: bold;
}

.hdet-info-box .bzj-box .bzj-time span {
	font-size: 13px;
	color: #333;
	padding: 0 4px;
	font-weight: normal;
}

.hdet-info-box .bzj-box .bzj-start {
	margin-top: 15px;
	font-size: 13.5px;
	color: #444;
	font-weight: bold;
}

.hdet-info-box .bzj-box .end-t {
	margin-top: 15px;
	font-size: 13px;
	color: #333;
}

.hdet-info-box .bzj-box .end-t .end-status{
	font-size: 20px;
	font-weight: bold;
	padding-right: 30px;
}

.hdet-info-box .bzj-box .end-t .end-price{
	font-size: 36px;
	font-weight: bold;
}

.f-manger-box {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 103px;
	width: 460px;
}

.f-manger-box .man-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 103px;
	width: 103px;
}

.f-manger-box .man-info {
	margin-left: 110px;
}

.f-manger-box .man-info .man-name {
	line-height: 18px;
	height: 18px;
}

.f-manger-box .man-info .man-name span:first-child {
	font-size: 18px;
	color: #333;
	vertical-align: middle;
	font-weight: bold;
}

.f-manger-box .man-info .man-name span:last-child {
	font-size: 12px;
	color: #333;
	background-color: #FFEBE5;
	padding: 2px 5px;
	margin: 0px 10px;
	border-radius: 5px;
	vertical-align: middle;
}

.f-manger-box .man-info .service-nums {
	margin-top: 25px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.f-manger-box .man-info .service-phone {
	margin-top: 20px;
	font-size: 18px;
	color: #E44A4A;
	font-weight: bold;
}

.f-manger-box .qrcode-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 103px;
	width: 103px;
	text-align: center;
	cursor: pointer;
}

.f-manger-box .qrcode-box img {
	height: 103px;
	width: 103px;
}

.f-manger-box .qrcode-box p {
	font-size: 12px;
	color: #666;
	margin-top: -4px;
	text-align: center;
}

.f-manger-box .qrcode-box .big-qr-img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 150px;
	height: 150px;
	display: none;
}


.new-detail-f-manger{
	width: 320px !important;
}

.new-f-manger-box{
	width: 320px;
	padding: 10px;
	position: relative;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
}

.new-f-manger-box .man-img {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 103px;
	width: 103px;
}

.new-f-manger-box .man-info {
	margin-left: 110px;
}

.new-f-manger-box .man-info .man-name {
	line-height: 18px;
	height: 18px;
}

.new-f-manger-box .man-info .man-name span:first-child {
	font-size: 18px;
	color: #333;
	vertical-align: middle;
	font-weight: bold;
}

.new-f-manger-box .man-info .man-name span:last-child {
	font-size: 12px;
	color: #333;
	background-color: #FFEBE5;
	padding: 2px 5px;
	margin: 0px 10px;
	border-radius: 5px;
	vertical-align: middle;
}

.new-f-manger-box .man-info .service-nums {
	margin-top: 25px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.new-f-manger-box .man-info .service-phone {
	margin-top: 20px;
	font-size: 18px;
	color: #E44A4A;
	font-weight: bold;
}

.auction-flow-con{
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding: 40px 0 0;
}
.auction-flow-con .cate-title{
	font-weight: bold;
	font-size: 20px;
}
.auction-flow-con img{
	width: 100%;
	margin: 20px 0 0px;
}
.finance-service-con{
	margin: 20px auto 0;
	width: 1200px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.finance-service-con .fs-title-box{
	background: #CEF0E7;
	color: #000000;
}
.finance-service-con .fs-title-box .title{
	font-weight: bold;
	font-size: 18px;
	padding: 12px 12px 8px;
}
.finance-service-con .fs-title-box .remark{
	padding: 0 0 12px 12px;
	font-size: 13px;
}
.finance-service-con .fs-title-box{
	background: #CEF0E7;
	color: #000000;
}
.finance-service-con .fs-header-box{
	height: 50px;
}
.finance-service-con .fs-header-box .header-item{
	width: 20%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.finance-service-con .fs-bank-box{
	height: 78px;
}
.finance-service-con .fs-bank-box .bank-item{
	width: 20%;
	height: 78px;
	text-align: center;
}
.finance-service-con .fs-bank-box .name-item{
	line-height: 78px;
}
.finance-service-con .fs-bank-box .name-item .icon{
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
.finance-service-con .fs-bank-box .name-item .name{
	font-size: 14.6px;
	color: #111;
	padding-left: 4px;
	vertical-align: middle;
	/* font-weight: 500; */
}
.finance-service-con .fs-bank-box .text-item{
	font-size: 14.6px;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-weight: 500; */
}
.finance-service-con .fs-bank-box .btn-item{
	text-align: center;
}
.finance-service-con .fs-bank-box .btn-item .btn{
	margin-top: 12px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 104px;
	background: #13B688;
	border-radius: 8px;
	text-align: center;
	font-size: 14.6px;
	color: #FFF;
	cursor: pointer;
}
.finance-service-con .fs-bank-box .btn-item .nums{
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 3px;
}
.bank-loan-con {
	padding:0 10px;
}
.bank-loan-con .bl-title-box{
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 30px;
	color: #111;
	font-size: 20px;
	font-weight: bold;
	margin-top: -58px;
}
.bank-loan-con .bl-title-box .bl-icon{
	position: absolute;
	height: 22px;
	width: 22px;
	top: 19px;
	left: 0;
}
.bank-loan-con .bl-remark{
	font-size: 12px;
	color: #666666;
}
.bank-loan-con .bl-info-box{
	position: relative;
	margin-top: 30px;
}
.bank-loan-con .bl-info-box .bl-i-title{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14.2px;
	font-weight: bold;
	color: #333;
}
.bank-loan-con .bl-info-box .bl-i-content{
	padding-left: 158px;
	font-size: 14.2px;
	color: #666666;
	line-height: 22px;
}
.bank-loan-con .bl-remind-box{
	margin-top: 20px;
	padding: 20px;
	background: #F5F5F5;
	border-radius: 8px;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}
.bank-loan-con .close-btn{
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 160px;
	margin: 30px auto 10px;
	background: #16B889;
	border-radius: 8px;
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
}
.house-tab-con {
	position: relative;
	margin: 40px auto 10px;
	width: 1200px;
	border-bottom: 2px solid #16B889;
}

.house-tab-con .house-tab-box {
	float: left;
	height: 38px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	margin-right: 20px;
	font-weight: bold;
}

.house-tab-con .house-tab-box:hover {
	color: #16B889;
}

.house-tab-con .sel-h-tab {
	background-color: #16B889;
	color: #FFF !important;
}

.house-detail-con {
	position: relative;
	margin: 10px auto;
	width: 1200px;
}

.house-detail-con .detail-f-manger {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 140px;
}

.house-detail-con .detail-f-manger .detail-f-t {
	font-size: 20px;
	font-weight: bold;
	color: #333330;
	margin: 0px 0 10px;
}

.house-detail-box {
	position: relative;
	width: 800px;
}

.house-detail-box .house-detail-t {
	font-size: 20px;
	font-weight: bold;
	color: #333330;
	margin: 20px 0 15px;
}

.house-detail-box .house-detail-p {
	font-size: 13.6px;
	color: #333330;
	margin: 0 0 20px;
	line-height: 24px;
}

.house-detail-box .house-detail-p p{
	font-size: 14.2px;
	font-weight: bold;
}

.house-detail-box .house-detail-img {
	float: left;
	width: 256px;
	margin: 0 10px 10px 0;
	height: 188px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.house-detail-box .h-jind-box {
	position: relative;
	margin-bottom: 10px;
	height: 80px;
	background: #FAFAFA;
	border-radius: 10px;
}

.house-detail-box .h-jind-box .jind-img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.house-detail-box .h-jind-box .jind-name {
	padding-top: 15px;
	margin-left: 85px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.house-detail-box .h-jind-box .jind-time {
	margin: 10px 0 0 85px;
	font-size: 13px;
	color: #666666;
}

.house-detail-box .h-jind-t {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin: 22px 0 10px 0;
	color: #333;
	height: 20px;
	line-height: 20px;
}

.house-detail-box .h-jind-t .h-jind-t-r{
	color: #FF5E4A;
	padding-left: 7px;
}

.house-detail-box .h-jind-t .h-jind-edit{
	height: 16px;
	position: absolute;
	right: 10px;
	top: 2px;
	cursor: pointer;
}
.house-detail-box .h-jind-t .h-jind-edit img{
	vertical-align: middle;
	height: 14px;
}
.house-detail-box .h-jind-t .h-jind-edit span{
	vertical-align: middle;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	padding-left: 3px;
}

.house-detail-box .h-jind-img-box {
	position: relative;
	margin-top: 20px;
}

.house-detail-box .h-jind-img-box .h-jind-img-t{
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
}

.house-detail-box .h-jind-img-box .h-jind-img{
    float: left;
    width: 220px;
    margin: 0 10px 10px 0;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.house-detail-box .h-jind-desc-box{
	background: #FAFAFA;
	padding: 20px 10px;
	border-radius: 10px;
	margin: 10px 0;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}

.house-detail-box .h-jind-desc-box span{
	color: #333333;
	padding-left: 14px;
}

.house-detail-box .h-jind-remind {
	font-size: 13px;
	margin:0 0 10px 10px;
	color: #FF5E4A;
}

.house-detail-box .detail-info-con {
	background: #FAFAFA;
	padding: 6px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.house-detail-box .detail-info-con .detail-info-box-t {
	margin: 10px 0 15px;
	color: #333330;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.house-detail-box .detail-info-con .detail-info-box-t span {
	padding-left: 10px;
	color: #E02F2F;
	font-size: 14px;
	font-weight: normal;
}

.house-detail-box .detail-info-con .detail-info-box-t .edit-btn {
	position: absolute;
	top: 0;
	right: 10px;
	color: #666;
	font-size: 13.5px;
	cursor: pointer;
	font-weight: normal;
}

.house-detail-box .detail-info-con .detail-info-box-s {
	float: left;
	width: 50%;
	color: #666666;
	font-size: 14px;
	margin-bottom: 12px;
}

.house-detail-box .detail-info-con .detail-info-box-s span {
	padding-left: 10px;
	color: #333333;
}

.house-detail-box .detail-info-con .detail-info-box-b {
	float: left;
	width: 90%;
	color: #666666;
	font-size: 14px;
	margin-bottom: 12px;
	max-height: 100px;
	overflow: hidden;
}

.house-detail-box .detail-info-con .detail-info-box-b span {
	padding-left: 10px;
	color: #333333;
}

.house-detail-box .detail-info-con .detail-info-box-l{
	float: left;
	width: 90%;
	color: #666666;
	font-size: 14px;
	margin-bottom: 12px;
	/* white-space: wrap; */
	word-wrap: break-word;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	position: relative;
	padding-right: 40px;
	max-height: 20px;
}

.house-detail-box .detail-info-con .detail-info-box-l button {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	cursor: pointer;
	background: none;
	border: 0;
	color: #16B889;
}

.house-detail-box .bdMap-con{
	width: 1200px;
	height: 500px;
	position: relative;
}
.house-detail-box #bdMapId{
	width: 1200px;
	height: 500px;
}

.house-detail-box .bdMap-box{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 480px;
	width: 372px;
	background-color: #FFF;
	z-index: 60;
}

.house-detail-box .bdMap-box .bdMap-header{
	height: 40px;
	background: #F2f2f2;
}

.house-detail-box .bdMap-box .bdMap-header li{
	float: left;
	text-align: center;
	width: 62px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	list-style: none;
	cursor: pointer;
}

.house-detail-box .bdMap-box .bdMap-header li:hover{
	color: #16B889;
}

.house-detail-box .bdMap-box .bdMap-header li.sel-map{
	color: #16B889;
	background: #FFF;
	border-top: 2px solid #16B889;
	font-size: 13px;
}

.house-detail-box .bdMap-box #bdMapResult{
	margin: 10px 5px;
	height: 420px;
	overflow: scroll;
}

.house-detail-box .bdMap-box #bdMapResult>div {
    border: none!important;
}

.detail-loan-box {
	position: relative;
	margin-top: 10px;
	color: #FFF;
	height: 130px;
	width: 1200px;
	background: url(../img/home/loan-bg.jpg) no-repeat center center;
}

.detail-loan-box .loan-t {
	padding: 24px 0 0 20px;
	font-size: 20px;
}

.detail-loan-box .loan-d {
	margin-top: 12px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}

.detail-loan-box .link-load-box {
	position: absolute;
	right: 30px;
	top: 45px;
	height: 40px;
	line-height: 40px;
	width: 130px;
	border-radius: 5px;
	background-color: #FFF;
	text-align: center;
	color: #16B889;
}

.detail-loan-box .bank-box{
	position: absolute;
	right: 180px;
	top: 24px;
}
.detail-loan-box .bank-box .bank-img{
	height: 80px;
	margin-right: 5px;
}

.detail-loan-box .link-load-box img {
	height: 20px;
	vertical-align: middle;
}

.detail-loan-box .link-load-box span {
	font-size: 13.3px;
	vertical-align: middle;
}

.detail-problem-con {
	/* background-color: #FAFAFA; */
	border-radius: 10px;
	/* padding: 1px 15px 15px; */
}

.detail-problem-con .detail-problem-box{
	margin-bottom: 10px;
	background-color: #FAFAFA;
	padding: 12px;
	border-radius: 8px;
}
.detail-problem-con .detail-problem-box:hover{
	background: rgba(12, 205, 159, 0.06);
	box-shadow: 0px 0px 15px 0px rgba(8,172,127,0.40);
}
.detail-problem-con .detail-problem-t {
	color: #333330;
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: bold;
}

.detail-problem-con .detail-problem-b {
	/* margin: 10px 0; */
	color: #333330;
	font-size: 13.5px;
	line-height: 20px;
}

.other-recom-con {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding: 0 0 15px;
}

.other-recom-con .other-recom-t {
	margin: 15px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #333330;
}

.loading-animal{
	animation: loading-img 3.5s linear infinite;
	/* background: linear-gradient(50deg, #F2F2F2, #F2F2F2 52%, #fCfCfC 55%, #F2F2F2 58%, #F2F2F2); */
	background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
	background-size: 400% 100%;
}

@keyframes loading-img {
	0% {
		background-position: 400% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.fdjsq_main_o {
    /* float: left; */
    height: 470px;
    width: 100%;
	padding: 20px;
	border-radius: 8px;
    /* margin-top: 40px; */
}
.fdjsq_main_left {
    float: left;
    /* height: 700px; */
    width: 700px;
}
.fdjsq_main_li {
    float: left;
    height: 44px;
    width: 700px;
    margin-bottom: 35px;
}

.fdjsq_main_text {
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    color: #333;
    text-align: right;
    float: left;
    height: 44px;
    width: 80px;
}
.dklb {
    font-size: 16px;
    color: #666;
    background-color: #FFF;
    float: left;
    height: 44px;
    width: 580px;
    padding-left: 20px;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 44px;
    margin-left: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-image: url(../img/common/l_4.png);
    background-repeat: no-repeat;
    background-position: 550px center;
    border-radius: 5px;
}

.fdjsq_main_input_o {
    background-color: #FFF;
    float: left;
    height: 44px;
    width: 580px;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.fdjsq_main_input {
    font-size: 16px;
    line-height: 44px;
    float: left;
    height: 44px;
    width: 400px;
    padding-left: 20px;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    outline: none;
}
.fdjsq_main_input_o span {
    font-size: 16px;
    line-height: 44px;
    float: right;
    height: 44px;
    margin-right: 15px;
    color: #666;
}
.fdjsq_main_type {
    float: left;
    height: 44px;
    width: 580px;
    margin-left: 20px;
}
.fdjs_type_label {
    font-size: 16px;
    line-height: 11px;
    color: #666;
    float: left;
    height: 44px;
    margin-right: 90px;
    cursor: pointer;
}
.fdjs_type_label img {
    float: left;
    margin-top: 13px;
	width: 20px;
}
.fdjs_type_label span {
    float: left;
    margin-left: 10px;
    line-height: 44px;
}
.fdjsq_main_input_o1 {
    float: left;
    height: 44px;
    width: 580px;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.fdjs_bot_1 {
    font-size: 16px;
    line-height: 44px;
    color: #FFF;
    background-color: #10B688;
    text-align: center;
    float: left;
    height: 44px;
    width: 180px;
    border-radius: 5px;
    cursor: pointer;
}
.fdjs_bot_2 {
    font-size: 16px;
    line-height: 44px;
    color: #10B688;
    background-color: #F3F3F3;
    float: left;
    height: 42px;
    width: 180px;
    margin-left: 30px;
    border: 1px solid #10B688;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.fdjsq_main_right {
    float: left;
    width: 330px;
    margin-left: 100px;
}

.fdjsq_mr_t1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: left;
    width: 100%;
}
.fdjsq_mr_t2o {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.fdjsq_mr_t2o span {
    font-size: 16px;
    line-height: 44px;
    color: #333;
    text-align: right;
    float: left;
    height: 44px;
    width: 80px;
    font-weight: bolder;
}
.fdjsq_mr_text_o {
    background-color: #FFF;
    float: left;
    height: 44px;
    width: 220px;
    margin-left: 20px;
    border-radius: 5px;
}
.fdjsq_mr_val {
    font-size: 18px;
    line-height: 44px;
    color: #666666;
    float: left;
    height: 44px;
    margin-left: 20px;
    font-weight: bold;
}
.fdjsq_mr_text_r {
    font-size: 16px;
    line-height: 44px;
    color: #666;
    float: right;
    height: 44px;
    margin-right: 10px;
}