.mjdl-wrapper {
	margin: 0 auto;
}
.mjdl-wrapper.index {
    padding-top: 50px;
}
.mjdl-wrapper.list {
    padding: 90px 0 60px;
}
.mjdl-wrapper.detail {
    padding-bottom: 100px;
}
.mjdl-wrapper.entrust {
    padding-top: 50px;
}
.mjdl-header {}
.mjdl-header .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
	display: flex;
	height: 50px;
	padding: 0 12px;
	justify-content: space-between;
	align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.mjdl-header .city-area {
    font-size: 15px;
}
.mjdl-header .city-area .icon-position {
	vertical-align: -1px;
}
.mjdl-header .logo {
    display: block;
}
.mjdl-header .logo .img {
	height: 32px;
}
.mjdl-header .banner {
	padding: 0;
}
.mjdl-header .banner .img {
	width: 100%;
}
.mjdl-header .srch-area {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 70%;
	background: #fff;
	margin: -24px auto 0;
	padding: 0 16px;
	border-radius: 24px;
	box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
}
.mjdl-header .srch-area .icon-fangyuan {
	margin-right: 5px;
	font-size: 20px;
    color: #999;
}
.mjdl-header .srch-area .input-srch {
	flex: 1;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
.mjdl-header .srch-area2 .icon-fangyuan {
	font-size: 22px;
}

.mjdl-container {
	padding: 0 12px;
}
.mjdl-nav-list {
	display: flex;
	margin: 10px 0;
}
.mjdl-nav-list li {
	flex: 1;
	width: 50%;
}
.mjdl-nav-list .img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 10px auto;
}
.mjdl-nav-list .txt {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mjdl-filter-tab {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.mjdl-filter-tab li {
    flex: 1;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.mjdl-filter-tab li:after {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61d";
    vertical-align: -1px;
    margin: 0 0 0 2px;
};
.mjdl-filter-tab li.active {
    font-weight: bold;
}
.mjdl-filter-tab li.active:after {
    content: "\e60b";
    vertical-align: -1px;
    margin: 0 0 0 2px;
    color: #04a4f5;
};
.mjdl-filter-mask {
    display: none;
}
.mjdl-filter-mask.show {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 10;
}
.mjdl-filter-content {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 12;
    background: #fff;
}
.mjdl-filter-content .position {
    display: none;
    align-items: flex-start;
    overflow-y: auto;
    max-height: 300px;
    background: rgb(240, 240, 240);
}
.mjdl-filter-content .position.show {
    display: flex;
}
.mjdl-filter-content .position .lft {
    width: 60px;
}
.mjdl-filter-content .position .rgt {
    flex: 1;
    width: 100%;
    background: rgb(248, 248, 248);
}
.mjdl-filter-content .position ul {}
.mjdl-filter-content .position li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}
.mjdl-filter-content .position li:first-child {
    padding-top: 5px;
}
.mjdl-filter-content .position li:last-child {
    padding-bottom: 5px;
}
.mjdl-filter-content .position li.active {
    background: rgb(240, 240, 240);
    font-weight: bold;
    color: #04a4f5;
}
.mjdl-filter-content .area, .mjdl-filter-content .price {
    display: none;
    overflow-y: auto;
    max-height: 200px;
    background: rgb(255, 255, 255);
}
.mjdl-filter-content .area.show, .mjdl-filter-content .price.show {
    display: block;
}
.mjdl-filter-content .area .tit, .mjdl-filter-content .price .tit {
    padding: 10px 15px 0;
    font-weight: bold;
    font-size: 14px;
}
.mjdl-filter-content .area .tit, .mjdl-filter-content .price .tit em {
    font-size: 12px;
    color: #999;
}
.mjdl-filter-content .area ul, .mjdl-filter-content .price ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}
.mjdl-filter-content .area li, .mjdl-filter-content .price li {
    width: 33.33%;
}
.mjdl-filter-content .area li span, .mjdl-filter-content .price li span {
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    margin: 5px;
}
.mjdl-filter-content .area li.active span, .mjdl-filter-content .price li.active span {
    background: #ecf1fb;
    color: #809ecc;
}

.mjdl-citybox {
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.mjdl-citybox .navbar {
    position: relative;
    z-index: 1;
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.mjdl-citybox .navbar .btn-back {
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 2;
    display: inline-block;
    transform: rotate(-90deg);
}
.mjdl-citybox .citybox {

}
.mjdl-citybox .citybox .tit {
    padding: 20px 15px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}
.mjdl-citybox .citybox .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.mjdl-citybox .citybox .list li {
    width: 33.33%;
}

.mjdl-citybox .citybox .list li a {
    display: block;
    background: #f4f4f4;
    border-radius: 4px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    color: #333;
}
.mjdl-citybox .citybox .list li.active a {
    color: #809ecc;
}
.mjdl-srchbox {
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.mjdl-srchbox.show {
    display: block;
}
.mjdl-srchbox .srchbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 56px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    line-height: 56px;
    box-sizing: border-box;
}
.mjdl-srchbox .srchbox .srch-area {
    display: flex;
    align-items: center;
    width: 50%;
    flex: 1;
    height: 36px;
    background: #f4f4f4;
    padding: 0 16px;
    border-radius: 18px;
}
.mjdl-srchbox .srchbox .srch-area .icon-fangyuan {
    margin-right: 5px;
    font-size: 20px;
    color: #999;
}
.mjdl-srchbox .srchbox .srch-area .input-srch {
    flex: 1;
    width: 100%;
    height: 28px;
    background: none;
    line-height: 28px;
    font-size: 14px;
}
.mjdl-srchbox .srchbox .btn-cancel {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #809ecc;
}
.mjdl-srchbox .srchbox2 {

}
.mjdl-srchbox .srchbox2 .tit {
    padding: 20px 15px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}
.mjdl-srchbox .srchbox2 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.mjdl-srchbox .srchbox2 .list li {}

.mjdl-srchbox .srchbox2 .list li a {
    display: block;
    background: #f4f4f4;
    border-radius: 12px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    margin: 5px;
    padding: 0 12px;
    color: #333;
}
.mjdl-srchbox .srchbox2 .list li.active a {
    color: #809ecc;
}
.mjdl-entrust-fixed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
}
.mjdl-entrust-fixed .btn-entrust {
    display: block;
    width: 120px;
    height: 36px;
    background: #1296db;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    margin: 0 5px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.mjdl-top-fixed {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 99;
}
.mjdl-top-fixed .btn-top {
    display: block;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.mjdl-agent-fixed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 150px 0 12px;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
}
.mjdl-agent-fixed .u-img {
    flex: none;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.mjdl-agent-fixed .u-img .img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.mjdl-agent-fixed .detail {}
.mjdl-agent-fixed .detail .name {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.mjdl-agent-fixed .detail .desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}
.mjdl-agent-fixed .btn-agent {
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 1;
    display: block;
    width: 120px;
    height: 36px;
    background: #1296db;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    margin: -18px 5px 0 5px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.mjdl-title {
    display: flex;
    align-items: center;
	padding: 10px 0 0;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.mjdl-title .tit {
    flex: 1;
}
.mjdl-title .more {
    display: block;
    padding: 5px;
    font-size: 10px;
    color: #999;
}
.mjdl-title .desp {
	font-size: 10px;
	margin-left: 12px;
    color: #9b9da9;
    letter-spacing: .5px;
    font-weight: 400;
}
.mjdl-more {
    margin: 12px 0;
}
.mjdl-more a.btn-more {
    width: 120px;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    border: 1px #f1f1f1 solid;
    display: block;
    margin: 0 auto;
    color: #999;
    border-radius: 6px;
    font-size: 14px;
}

.mjdl-img-list1 {
    display: flex;
    margin: 0 -5px;
}
.mjdl-img-list1 li {
    flex: 1;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
}
.mjdl-img-list1 li .lk {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    height: 150px;
    margin: 5px 0;
}
.mjdl-img-list1 li .img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.mjdl-img-list1 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.mjdl-img-list1.v1, .mjdl-img-list1.v2 {
    flex-wrap: wrap;
}
.mjdl-img-list1.v1 li, .mjdl-img-list1.v2 li {
    flex: none;
}
.mjdl-img-list1.v2 {
    margin: -5px -5px 15px;
}
.mjdl-img-list1.v2 li.a1 {
    height: 250px;
}
.mjdl-img-list1.v2 li.a2,  .mjdl-img-list1.v2 li.a3 {
    height: 120px;
}
.mjdl-img-list1.v2 li .lk {
    height: 100%;
    margin: 10px 0;
}

.mjdl-img-list2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.mjdl-img-list2 li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px;
}
.mjdl-img-list2 .u-img {
	overflow: hidden;
    position: relative;
    z-index: 1;
	display: block;
	height: 120px;
	border-radius: 6px;
}
.mjdl-img-list2 .img {
	display: block;
	width: 100%;
	height: 100%;
}
.mjdl-img-list2 .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.mjdl-img-list2 .detail {
	padding: 6px 2px;
    line-height: 24px;
}
.mjdl-img-list2 .address {
	flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 12px;
}
.mjdl-img-list2 .address a {
	color: #333;
}
.mjdl-img-list2 .price {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
.mjdl-img-list2 .price em {
	margin-right: 2px;
	font-size: 15px;
    color: #e82e48;
    font-weight: 600;
    font-style: normal;
}

.mjdl-img-list3 {}
.mjdl-img-list3 li {
	border-bottom: 1px solid #f1f1f1;
}
.mjdl-img-list3 li:last-child {
	border-bottom: 0;
}
.mjdl-img-list3 li .lk {
    display: flex;
    justify-content: flex-start;
    padding: 12px 0;
}
.mjdl-img-list3 li .u-img {
	flex: none;
	overflow: hidden;
	width: 120px;
	height: 80px;
	margin: 0 10px 0 0;
	border-radius: 6px;
}
.mjdl-img-list3 li .u-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.mjdl-img-list3 li .detail {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 50%;
	box-sizing: border-box;
}
.mjdl-img-list3 li .tit {
	font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mjdl-img-list3 li .address {
	font-size: 12px;
 	line-height: 20px;
}
.mjdl-img-list3 li .tag {
	margin: 6px 0 0 0;
}
.mjdl-img-list3 li .tag span {
	display: inline-block;
	font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 8px 2px 0;
    color: #fff;
    border-radius: 4px;
}
.mjdl-img-list3 li .tag span:nth-child(3n-2) {
	background: #ecf1fb;
    color: #809ecc;
}
.mjdl-img-list3 li .tag span:nth-child(3n-1) {
    background: #e1f5ed;
    color: #6ca98f;
}
.mjdl-img-list3 li .tag span:nth-child(3n) {
    background: #f7efdf;
    color: #c09f63;
} 
.mjdl-img-list3 li .price-area {
	display: flex;
	align-items: center;
    line-height: 20px;
    margin: 2px 0;
}  
.mjdl-img-list3 li .price {
	display: block;
	font-size: 12px;
    color: #999;
    font-weight: 400;
}
.mjdl-img-list3 li .price em {
	margin-right: 2px;
	font-size: 14px;
    color: #e82e48;
    font-weight: 600;
    font-style: normal;
}
.mjdl-img-list3 li .total {
	display: block;
	margin: 0 0 0 4px;
	color: #999;
	font-size: 12px;
}
.mjdl-footer {
	background: #fff;
	padding: 20px 20px 0;
	margin: 20px auto 0;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.mjdl-footer .tit {
	font-size: 20px;
	font-weight: bold;
}
.mjdl-footer .contact {
	margin: 12px 0;
	font-size: 18px;
	line-height: 1.5;
    font-weight: bold;
}
.mjdl-footer .copyright {
	margin: 12px 0;
	padding: 10px 10px;
    border-top: 1px solid #f1f1f1;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
    color: #999;
}
.mjdl-footer .copyright span {
    margin: 0 5px;
}
.mjdl-link-area .tab {
	display: flex;
	margin: 10px 0 4px;
	padding: 10px 0;
	border-top: 1px solid #f1f1f1;
}
.mjdl-link-area .tab .item {
    display: inline-block;
    width: 33.33%;
    font-size: 14px;
    color: #333;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    border-radius: 4px;
    line-height: 1.3;
    background: #f1f1f1;
    font-weight: 400;
}
.mjdl-link-area .tab .item.active {
    background: #ecf1fb;
    color: #a2bae0;
    font-weight: bold;
}
.mjdl-link-area .tabcon {
    min-height: 60px;
}
.mjdl-link-area .tabcon ul {
    display: none;
}
.mjdl-link-area .tabcon ul.active {
    display: flex;
    flex-wrap: wrap;
}
.mjdl-link-area .tabcon ul .item {
    width: 33.33%;
    padding: 5px 8px;
    box-sizing: border-box;
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mjdl-link-area .tabcon ul .item a {
    color: #999;
}

.mjdl-swiper-container {
    margin: 0 -12px;
    height: 240px;
}  
.mjdl-swiper-container .swiper-pagination-fraction {
	background: rgba(0,0,0,0.4);
    color: #fff;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    left: auto;
    right: 12px;
}
.mjdl-swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
}
.mjdl-loupan-info {

}
.mjdl-loupan-info .title {
    margin: 12px 0;
    font-size: 20px;
    font-weight: bold;
}
.mjdl-loupan-info .info-area {
    display: flex;
    align-items: center;
    margin: 12px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.mjdl-loupan-info .info-area .item {
    flex: 1;
    width: 33.33%;
    text-align: center;
}
.mjdl-loupan-info .info-area .item .value {
    color: #0a203a;
    font-size: 14px;
    line-height: 1.5;
}
.mjdl-loupan-info .info-area .item .value .unit {
    color: #9b9da9;
    font-size: 10px;
}
.mjdl-loupan-info .info-area .item .price {
    color: #ee1717;
    font-size: 14px;
    font-weight: 600;
}
.mjdl-loupan-info .info-area .item .price-unit {
    color: #f56e6e;
    font-size: 10px;
}
.mjdl-loupan-info .info-area .item .tit {
    margin-top: 6px;
    color: #999;
    font-size: 12px;
}
.mjdl-loupan-info .info-area2 {
    margin: 12px 0;
}
.mjdl-loupan-info .info-area2 .item {
	display: flex;
    margin: 12px 0;
    font-size: 12px;
    line-height: 1.2;
}
.mjdl-loupan-info .info-area2 .item .tit {
    flex: none;
    width: 70px;
    color: #999;
    text-align-last: justify;
}
.mjdl-loupan-info .info-area2 .item .info {
    flex: 1;
    color: #383838;
    margin-left: 16px;
}
.mjdl-loupan-info .info-area2 .item .info a {
    color: #0a203a
}
.mjdl-loupan-info .info-area2 .item .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #c1c2c3;
    margin-right: 6px;
    margin-left: 6px
}
.mjdl-loupan-info .info-area2 .item .icon {
    color: #737a84;
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    display: inline-block;
    transform: scale(.9)
}
.mjdl-loupan-info .info-area3 {
    margin: 12px 0;
}
.mjdl-loupan-info .info-area3 .title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
}
.mjdl-loupan-info .info-area3 .features {}
.mjdl-loupan-info .info-area3 .features li {
    margin: 8px 0;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
.mjdl-loupan-info .info-area3 .features li strong {
 	display: inline-block;
    margin-right: 10px;
    color: #999;
}
.mjdl-loupan-info .info-area3 .features2 {
	font-size: 12px;
	color: #333;
    line-height: 24px;
}
.mjdl-loupan-info .info-area3 .source-list {
    display: flex;
    margin: 20px -8px;
    flex-wrap: wrap;
}
.mjdl-loupan-info .info-area3 .source-list li {
    overflow: hidden;
    width: 50%;
    height: 240px;
    border-radius: 4px;
}
.mjdl-loupan-info .info-area3 .source-list .u-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    padding: 0 8px 16px 8px;
}
.mjdl-loupan-info .info-area3 .source-list .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.mjdl-loupan-info .info-area3 .source-list .tag {
    padding: 4px 10px;
    background-color: rgba(39,44,69,.7);
    position: absolute;
    left: 8px;
    bottom: 16px;
    z-index: 10;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    color: #fff;
    border-radius: 0 4px 0 4px;
}
.mjdl-loupan-info .info-area4 .title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px; 
}
.mjdl-loupan-info .info-area4 .title em {
    color: #ee1717;
}
.mjdl-loupan-info .info-area4 .img-list1 {}
.mjdl-loupan-info .info-area4 .img-list1 li {
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0;
}
.mjdl-loupan-info .info-area4 .img-list1 li:last-child {
    border-bottom: 0;
}
.mjdl-loupan-info .info-area4 .img-list1 li a.lk {
    display: flex;
    align-items: flex-start;
}
.mjdl-loupan-info .info-area4 .img-list1 .u-img {
    overflow: hidden;
    height: 80px;
    width: 120px;
    border-radius: 4px;
    margin: 0 10px 0 0;
}
.mjdl-loupan-info .info-area4 .img-list1 .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
}
.mjdl-loupan-info .info-area4 .img-list1 .detail {
    flex: 1;
    flex-shrink: 0;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-num {
    display: flex;
    color: #94979b;
    font-size: 12px;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-num .item {
    width: 33.33%;
    flex: 1;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-num .floorArea span {
    color: #e3426c;
    font-size: 14px;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-num .day-price span, .mjdl-loupan-info .info-area4 .img-list1 .house-num .month-price span {
    color: #333;
    font-size: 14px;
    margin-right: 3px;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-other {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.mjdl-loupan-info .info-area4 .img-list1 .house-other .line { margin: 0 5px; }
.mjdl-loupan-info .info-area4 .img-list1 .tags-box {
    margin: 10px 0 0;
}
.mjdl-loupan-info .info-area4 .img-list1 .tags-box .tag {
    background: rgba(3,169,138,0.1);
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 8px 2px 0;
    color: #03a98a;
    border-radius: 4px;
}
.mjdl-loupan-info .info-area4 .img-list2 {
    display: flex;
    flex-wrap: wrap;
}
.mjdl-loupan-info .info-area4 .img-list2 li {
    overflow: hidden;
    width: 50%;
    height: 120px;
    border-radius: 4px;
}
.mjdl-loupan-info .info-area4 .img-list2 .u-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px;
}
.mjdl-loupan-info .info-area4 .img-list2 .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.mjdl-loupan-info .info-area4 .img-list2 .tag {
    padding: 4px 10px;
    background-color: rgba(39,44,69,.7);
    position: absolute;
    left: 4px;
    bottom: 4px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
}

.mjdl-loupan-info .agent-area {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 12px 0;
    padding: 10px 0;
}
.mjdl-loupan-info .agent-area .u-img {
    flex: none;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.mjdl-loupan-info .agent-area .u-img .img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.mjdl-loupan-info .agent-area .detail {}
.mjdl-loupan-info .agent-area .detail .name {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.mjdl-loupan-info .agent-area .detail .desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}
.mjdl-loupan-info .agent-area .btn-agent {
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 1;
    display: block;
    width: 80px;
    height: 24px;
    background: #1296db;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    margin: -16px 5px 0 5px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}
.mjdl-loupan-info .map-area { height: 300px; }

.mjdl-box.show {
    display: block;
    animation: slideInRight 0.5s ease-in-out forwards;
}
.mjdl-box.hide {
    display: block;
    animation: slideInLeft 0.5s ease-in-out forwards;
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
