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

/* 左栏内容 */
.used-detail-wrap {
	width: auto;
	margin: 10px 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.used-detail-main {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
}

.used-detail-photo{
    width:100%;
    aspect-ratio:4/3.5;
    overflow:hidden;
}

.used-detail-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.used-detail-side {
	flex: 1
}

.used-detail-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

.used-detail-price-row {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin: 14px 0 22px;
}

.used-detail-price {
	font-size: 23px;
	font-weight: bold;
	color: #ff5b22;
}

.used-detail-tags {
	display: flex;
	gap: 14px;
	transform: translateY(-5px)
}

.used-detail-tag {
	position: relative;
	font-size: 17px
}

.used-detail-tag:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 3px;
	background: #00cc87;
	border-radius: 3px
}

.used-detail-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 22px 0 15px 0;
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #888;
}

.used-detail-meta-left {
	display: flex;
	gap: 18px;
}

.used-detail-meta-left i {
	margin-right: 4px;
}

.used-detail-meta-right {
	flex-shrink: 0;
}

.used-detail-favorite {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #666;
	text-decoration: none;
	transition: .2s;
}

.used-detail-favorite i {
	transform: translateY(-1px);
}

.used-detail-favorite:hover {
	color: #20c057;
}

.used-detail-favorite:hover i {
	color: #20c057;
}

.used-detail-tip {
	margin-top: 15px;
	padding-bottom: 3px;
	color: #888;
	font-size: 14px
}

.used-detail-text {
	padding: 18px;
	color: #555
}

.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;
}
/* 商品介绍 */

.used-content-body {
	padding-bottom: 5px;
	font-size: 18px;
	color: #555;
	line-height: 1.9;
	white-space: pre-line;
	word-break: break-word;
}

/* 会员信息 */

.byz-sidebar {
	margin: 10px 0;
}

.byz-user-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px;
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.byz-user-avatar img {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	display: block;
}

.byz-user-info {
	flex: 1;
	min-width: 0;
}

.byz-user-name {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	margin-bottom: 6px;
}

.byz-user-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}

.byz-user-meta i {
	font-size: 14px;
	color: #888;
}
/* 提醒 */

.used-warning-box {
	width: auto;
	margin: 11px 0 10px 0;
	padding: 15px;
	background: #f7efea;
	box-sizing: border-box;
	border-top: 1px solid #f4d0bb;
	border-bottom: 1px solid #f4d0bb;
}

.used-warning-title {
	margin-bottom: 8px;
	color: #ff6600;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.used-warning-text {
	font-size: 14px;
	line-height: 1.9;
	color: #555;
}

.used-warning-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	padding: 7px 12px;
	border: 1px solid #ff6600;
	border-radius: 6px;
	background: #fff;
	color: #ff6600;
	text-decoration: none;
	font-size: 14px;
	transition: .2s;
}

.used-warning-btn:hover {
	background: #ff6600;
	color: #fff;
}

.used-warning-btn i {
	font-size: 13px;
}

/* 弹窗提示 */

.used-dialog-list2 {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
}

.used-dialog-item2 {
	position: relative;
	padding-left: 10px;
	line-height: 1.9;
	color: #555;
}

.used-dialog-item2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555;
}


/* 底部联系方式 */

.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;
}