/* 主体 */

.byz-list-main {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.byz-list-right {
	width: 300px;
}


/* 左栏内容 */
.used-detail-wrap {
    width: 880px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 0 1px #f1f1f1;
}
.used-detail-main {
    display: flex;
    gap: 20px;
    padding: 20px
}
.used-detail-photo {
    width: 340px;
    flex-shrink: 0
}
.used-detail-photo img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid #eee
}
.used-detail-side {
    flex: 1
}
.used-detail-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8
}
.used-detail-price-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin: 10px 0 30px;
}
.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;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
    font-size:13px;
    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-action {
    position: relative
}
.used-phone-pop, .used-wechat-pop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12)
}
.used-phone-pop:after, .used-wechat-pop:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(45deg)
}
.used-phone-pop:after {
    right: 92px
}
.used-wechat-pop:after {
    right: 218px
}
.used-phone-pop-title {
    font-size: 13px;
    color: #888
}
.used-phone-pop-num {
    font-size: 23px;
    font-weight: bold;
    margin-top: 3px;
}
.used-detail-btns {
    display: flex;
    gap: 12px
}
.used-detail-btn {
    height: 44px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}
.used-detail-btn i {
    transform: translateY(1px)
}
.used-btn-mail, .used-btn-wechat, .used-btn-phone {
    flex: 1;
    background: #00b578;
    color: #fff;
}
.used-btn-mail:hover, .used-btn-wechat:hover, .used-btn-phone:hover {
    background: #23d47b
}
.used-detail-tip {
    margin-top: 15px;
    color: #888;
    font-size: 13px
}
.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:350px;
    background:#fff;
    border-radius:6px;
    margin:80px auto;
    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-intro {
	margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 0 1px #f1f1f1;
}

.used-content-tab {
	border-bottom: 1px solid #eee;
}

.used-content-tab span {
	display: inline-block;
	margin-left: 25px;
	padding: 20px 2px 15px;
	font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

.used-content-body {
	padding: 15px 25px 25px 25px;
    font-size: 15px;
    color: #555;
    white-space: pre-line;
    line-height: 1.9;
}

/* 猜你喜欢 */
.used-related {
    width: 880px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 0 1px #f1f1f1;
}
.used-related-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}
.used-related-list {
    padding: 0 20px 30px 20px;
}
.used-related-list ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
}
.used-related-list li {
    background: #fff;
}
.used-item-link {
    text-decoration: none;
    color: #333;
    display: block;
    transition: .25s;
}
.used-item-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 2px;
    background: #f3f3f3;
}
.used-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s;
}
.used-item-link:hover img {
    transform: scale(1.02);
}
.used-item-info {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}
.used-item-price {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #333;
}
.used-item-area {
    font-size: 14px;
    color: #999;
    line-height: 1;
}
.used-item-title {
    margin-top: 12px;
    font-size: 16px;
    padding: 0 5px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/* 右侧模块 */

.right-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #f1f1f1;
}
.byz-home-topic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.byz-home-module-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.byz-home-more {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 14px;
}
.byz-home-more:hover {
    color: #08c26e;
}
.byz-home-more i {
    font-size: 12px;
}

/* 会员信息 */
.byz-sidebar {
    margin-bottom: 20px;
}
.byz-user-card {
    background: #fff;
    box-shadow: 0 0 0 1px #f1f1f1;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.byz-user-avatar {
    flex-shrink: 0;
}
.byz-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}
.byz-user-info {
    flex: 1;
}
.byz-user-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.byz-user-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #666;
}
.byz-user-meta i {
    font-size: 12px;
    color: #666;
}


/* 提醒 */

.used-warning-box {
    width: 300px;
    margin-top: 20px;
    background: #f7efea;
    border: 1px solid #f1c4aa;
    box-sizing: border-box;
    padding: 20px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}
.used-warning-title {
    color: #ff6600;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}
.used-warning-text {
    color: #ff6600;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 9px;
}
.used-warning-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border: 1px solid #ff6600;
    border-radius: 4px;
    color: #ff6600;
    text-decoration: none;
    font-size: 13px;
    transition: .2s;
    background: #fff;
}
.used-warning-btn:hover {
    background: #ff6600;
    color: #fff;
}
.used-warning-btn i {
    font-size: 14px;
}


/* 联系客服 */
.by-business {
	margin-bottom: 15px;
}

.by-business-btn {
	width: 300px;
	height: 62px;
	background: #ff6a00;
	color: #fff;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	transition: background .2s;
	box-sizing: border-box;
}

.by-business-btn:hover {
	background: #f35f00;
	color: #fff;
}

.by-business-btn i {
	font-size: 25px;
}

.by-business-btn span {
	line-height: 1;
}

/* 广告 */

.adia-box {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.adia-box img {
	width: 100%;
	display: block;
}
