.main {
    margin: 50px auto 80px auto;
}

/* 租房详情 */

.rent {
	width: auto;
	margin: 15px 0 10px 0;
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

/* 头部 */

.rent-header {
	padding: 18px 15px;
	border-bottom: 1px solid #f3f3f3;
}

.rent-title {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	color: #222;
}

.rent-price {
	margin: 10px 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: #ff5b22;
}

.rent-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: 14px;
	color: #888;
}

.rent-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.rent-meta i {
	color: #999;
}

/* 模块 */

.rent-section {
	padding: 18px 15px;
	border-bottom: 1px solid #f3f3f3;
}

.rent-section:last-child {
	border-bottom: none;
}

.rent-section-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

/* 房源信息 */

.rent-info-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}

.rent-info-label {
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

.rent-info-value {
	font-size: 16px;
	color: #222;
	line-height: 1.5;
}

/* 配置 */

.rent-config-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px;
}

.rent-config-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
}

.rent-config-item i {
	margin-right: 8px;
	color: #16a34a;
	font-size: 16px;
}

/* 联系方式 */

.rent-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.rent-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.rent-contact-item i {
	width: 18px;
	color: #666;
}

.rent-contact-item span {
	color: #888;
}

/* 内容 */

.rent-content {
	font-size: 18px;
	color: #555;
	line-height: 1.9;
	white-space: pre-line;
}

/* 图片 */

.rent-gallery-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.rent-gallery-image {
	width: 100%;
	display: block;
	border-radius: 8px;
	border: 1px solid #eee;
}

/* 举报 */

.rent-report {
	text-align: center;
}

.rent-report a {
	font-size: 14px;
	color: #999;
}

/* 风险提示 */

.rent-alert {
	display: flex;
	align-items: flex-start;
	padding: 18px 15px;
	background: #fcf1ea;
	border-top: 1px solid #f3d8cb;
	border-bottom: 1px solid #f3d8cb;
}

.rent-alert-icon {
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	margin-right: 14px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rent-alert-icon i {
	font-size: 22px;
	color: #ef4b4b;
}

.rent-alert-content {
	flex: 1;
}

.rent-alert-title {
	font-size: 16px;
	font-weight: 700;
	color: #ef3b46;
	margin-bottom: 8px;
	line-height: 1.5;
}

.rent-alert-text {
	font-size: 14px;
	color: #ef3b46;
	line-height: 1.8;
}

.rent-alert-text span {
	font-weight: 600;
}

/* 相关推荐 */

.rent-related {
	width: auto;
	margin: 10px 0;
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	box-shadow: none;
}

.rent-related-title {
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
}

.rent-related-list {
	display: block;
	padding: 0;
}

.rent-related-item {
	padding: 13px 15px 17px 15px;
	border-top: 1px solid #f3f3f3;
}

.rent-related-item:first-child {
	border-top: none;
}

.rent-related-link {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #222;
	text-decoration: none;
}

.rent-related-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #888;
}

.rent-related-price {
	color: #ff5b22;
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
}


/* 底部联系方式 */

.job-contact-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    box-shadow: 0 -2px 12px rgba(0,0,0,.08);
    z-index: 9999;
    gap: 8px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
}
.job-contact-item {
    flex: 1;
    text-decoration: none;
    display: flex;
    height: 50px;
	border-radius: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .2s;
}
.job-contact-item i {
    font-size: 15px;
    margin-right: 6px;
}
.job-contact-item span {
    font-size: 15px;
}

.job-contact-wechat {
    background: #07C160;
}
.job-contact-email {
    background: #0d6efd;
}
.job-contact-phone {
    background: #ff6b35;
}
.job-copy-tip {
    position: fixed;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    background: rgba(0,0,0,.82);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: none;
    z-index: 10000;
    width: max-content;
}


.used-mask {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 99
}

.used-dialog {
    width: auto;
    background: #fff;
    border-radius: 6px;
    margin: 200px 15px 0 15px;
    padding: 24px;
}

.used-dialog-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 18px;
}

.used-dialog-list {
	margin-bottom: 10px;
	font-size: 14px;
}

.used-dialog-item {
	position: relative;
	padding-left: 18px;
	line-height: 2;
	color: #555;
}

.used-dialog-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00b578;
}

.used-dialog-btn {
	display: block;
	margin: 20px auto 0;
	width: 170px;
	height: 44px;
	border: 0;
	border-radius: 4px;
	background: #00b578;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}