.main {
	margin: 0px 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;
}


/* 幻灯片 */
button {
	font: inherit;
}

.phone-page {
	max-width: 430px;
	margin: 0 auto;
	background: #f8f9fa;
}

.icon-btn {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	color: inherit;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 50%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.product-gallery {
	position: relative;
	background: #101418;
	overflow: hidden;
	touch-action: pan-y;
	margin: -15px -15px 0 -15px;
}

.gallery-viewport {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #15191e;
}

.gallery-track {
	display: flex;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .28s ease;
	will-change: transform;
}

.gallery-track.no-animate,
    .lightbox-track.no-animate {
	transition: none;
}

.gallery-slide {
	position: relative;
	flex: 0 0 100%;
	height: 100%;
	background: #15191e;
}

.gallery-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
	-webkit-user-drag: none;
}

.gallery-counter {
	position: absolute;
	left: 50%;
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	padding: 0;
	background: transparent;
	transform: translateX(-50%);
}

.lightbox-dots {
	position: absolute;
	left: 50%;
	bottom: max(18px, env(safe-area-inset-bottom));
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0;
	transform: translateX(-50%);
}

.gallery-dot {
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	background: #00000014;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: width .2s ease, background-color .2s ease;
}

.gallery-dot.is-active {
	background: #00e497e0;
	border-radius: 999px;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	color: #fff;
	background: rgba(10, 12, 14, .58);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	touch-action: none;
}

.lightbox.is-open {
	display: block;
}

.lightbox-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	padding: max(10px, env(safe-area-inset-top)) 12px 8px;
	background: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, 0));
}

.lightbox .icon-btn {
	color: #fff;
	background: rgba(255, 255, 255, .13);
	border-color: rgba(255, 255, 255, .16);
}

.lightbox-viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.lightbox-track {
	display: flex;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .28s ease;
	will-change: transform;
}

.lightbox-slide {
	flex: 0 0 100%;
	display: grid;
	place-items: center;
	height: 100%;
	padding: 0;
}

.lightbox-slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

body.gallery-lock {
	overflow: hidden;
}