/*
 商品列表頁與商品詳情頁
 */
 .shops {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

/* 關鍵詞篩選 */
.screen-words {
	margin: 0.2rem;
	display: flex;
	justify-content: flex-end;
	font-size: 0.26rem;
	color: #636363;
	flex-wrap: wrap;
	line-height: 0.60rem;
}

.screen-words .check-all-words {
	color: #262626;
	flex: 0 0 1.36rem;
	text-align: center;
}

.screen-words .add-words {
	margin-left: 0.1rem;
	flex: 0 0 1.5rem;
	word-break: keep-all;
}

.screen-words .words-box {
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	width: 5.74rem;
}

.screen-words .words-item {
	padding: 0 0.1rem;
	word-break: keep-all;
	white-space: nowrap;
}
.screen-words a{
	position: relative;
}
.screen-words a.active{
	font-weight: 600;
	color: #000;
}
.screen-words a.active::after{
	content: '';
	position: absolute;
	left: 10%;
    bottom: 0rem;
    width: 80%;
    height: 0.04rem;
    background-color: #000;
}

/* 內容區--商品列表 */
.shop-content {
	flex: 1;
	width: 100%;
	overflow-y: auto;
}

.goods-list {
	margin: 0.45rem 0.18rem 0.3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goods-list .goods-item {
	margin-bottom: 0.34rem;
	width: 3.48rem;
	position: relative;
}

.goods-list .goods-item .img-box {
	width: 3.55rem;
	height: 4.9rem;
	margin-bottom: 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goods-list .goods-item .img-box img {
	/* width: 100%; */
	/* height: 100%; */
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	max-width: 100%; /* 图片最大宽度不超过容器宽度 */
	max-height: 100%; /* 图片最大高度不超过容器高度 */
}

.goods-list .goods-intro {
	padding: 0 0.06rem;
}

.goods-list .goods-item .g-name {
	font-size: 0.26rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #6f6f6f;
}

.goods-list .goods-item .price-box {
	display: flex;
	height: 0.34rem;
	margin-top: 0.18rem;
}
.goods-list .goods-item .price-box-vip{
	margin-top: 0.05rem;
}
.goods-list .goods-item .price-box .price-span {
	display: flex;
	color: #6f6f6f;
	font-size: 0.235rem;
	line-height: 0.34rem;
}
.goods-list .goods-item .price-box .price-vip,
.goods-list .goods-item .price-box .price-vvip{
	color: #b1566b !important;
	font-size: 0.26rem
}
.goods-list .goods-item .price-box .v-p{
	margin-left: 0.08rem;
}

.goods-list .goods-item .price-box .price-original {
	text-decoration: line-through;
}

.goods-list .goods-item .price-box .price-discount {
	margin-left: 0.2rem;
}

.goods-list .goods-item .sold-status {
	width: 3.55rem;
	height: 4.9rem;
	position: absolute;
	background-color: rgba(228, 216, 202, 0.78);
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	z-index: 20;
}

.goods-list .goods-item .sold-status img {
	max-width: 2.8rem;
}

.goods-list .goods-item .sold-status .sold-out {
	max-width: 2rem;
}

.goods-list .goods-item .sold-status .sold-status-text {
	font-size: 0.52rem;
	font-weight: 900;
	color: #1a1a1a;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 0;
}

.goods-list .goods-item .sold-status .coming-time {
	font-size: 0.35rem;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0 0 0.06rem;
	line-height: 1.4;
	text-align: center;
}



/* 商品詳情頁 */
.product-detail .big-pic {
	padding: 0.2rem 0.16rem 0.25rem 0.16rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/* width: 6.2rem; */
	/* height: 6.2rem; */
	background-color: #fff;
}
.product-detail .big-pic .swiper-container{
	
}
.product-detail .big-pic .img-box {
	width: 100%;
	height: calc(100vw * 1.23);
	/* height: 8.56rem; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-detail .big-pic img {
	max-width: 100%;
	max-height: 100%;
}

.specifications {
	padding: 0 0.3rem;
}

.specifications .special {
	font-size: 0.26rem;
	line-height: 0.42rem;
}

.specifications .p-name {
	font-size: 0.29rem;
	color: #636363;
	line-height: 0.48rem;
	max-height: 0.96rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.specifications .p-price {
	line-height: 0.5rem;
}
.specifications .p-price.p-price-vip {
	color: #b1566b;
	line-height: 0.4rem;
}
.specifications .p-price .original {
	color: #636363;
	text-decoration: line-through;
	margin-right: 0.2rem;
}

.specifications .p-price .discount {
	color: #262626;
}

.specifications .advance {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.18rem 0;
}

.d-activity{
	margin: 0.20rem 0;
}
.d-activity ul{
	padding-left: 0.3rem;
}
.d-activity ul,.d-activity li{
	list-style: disc ;
	line-height: 0.48rem;
	color: #b1566b;
}
.d-activity li a{
	color: #b1566b;
}
.d-activity li a.hasHref{
	text-decoration: underline;
}

.specifications .advance .purchase {
	width: 1.09rem;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	margin-right: 0.18rem;
	border: 0.02rem solid #d5baa5;
	color: #d5baa5;
}

.specifications .advance.in_stock .purchase {
	border: 0.02rem solid #e7a3b8;
	color: #e7a3b8;
}

.specifications .advance span {
	color: #858585;
}

.specifications .distribute-intro {
	line-height: 0.4rem;
	padding: 0.08rem 0;
}

.specifications .item-tl {
	letter-spacing: 2px;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	line-height: 0.5rem;
}

.specifications .choose-color {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.specifications .choose-color .color-item {
	/* border: 0.02rem solid #bcbcbc; */
	width: 0.58rem;
	height: 0.58rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.4rem;
	border-radius: 0.02rem;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
}

.specifications .choose-color .color-item.active {
	border: 0.02rem solid #5b5b5b;
}

.specifications .choose-color .color-item .color {
	width: 0.48rem;
	height: 0.48rem;
}
.specifications .choose-color .color-item img {
	width: 0.48rem;
	height: 0.48rem;
	max-width: 100%;
	max-height: 100%;
   
}

.specifications .choose-size {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.shops .specifications .choose-size .size-item {
	border: 0.02rem solid #c2c2c2;
	width: 0.8rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0.54rem;
	text-align: center;
	margin-right: 0.31rem;
	border-radius: 0.1rem;
	color: #6f6f6f;
	margin-bottom: 0.31rem;
}

.specifications .choose-size .size-item.active {
	background: #bfa99a;
	color: #fff;
}



.specifications .choose-size .size-item.empty {
	border: 0.02rem solid #c8c8c8 !important;
	color: #d3d3d5 !important;
	position: relative;
}

.specifications .choose-size .size-item.empty.active {
	background: #bfbfbf !important;
}

.specifications .choose-size .size-item.empty::after {
	content: "";
	width: 111.4%;
	height: 1px;
	background-color: #d3d3d5;
	position: absolute;
	top: 50%;
	transform:rotate(328deg);
}

.specifications .collect-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.36rem;
	margin-bottom: 0.24rem;
}

.specifications .collect-share .collect {
	display: flex;
	align-items: center;
	margin-right: 0.1rem;
}

.specifications .collect-share .collect-span {
	margin-right: 0.15rem;
}

.specifications .collect-share .addwish {
	letter-spacing: 2px;
}

.specifications .share {
	display: flex;
	align-items: center;
}

.specifications .share .txt {
	letter-spacing: 2px;
	margin-right: 0.1rem;
}

/* 選擇商品數量 */
.p-num-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0.02rem solid #d3d3d5;
	margin-bottom: 0.2rem;
}

.p-num-box .icon {
	font-size: 0.4rem;
	font-style: normal;
	line-height: 0.7rem;
	margin: 0 0.25rem;
	text-align: center;
	color: #636363;
}

.p-num-box .number-box input {
	outline: none;
	border: none;
	appearance: none;
	text-align: center;
	font-size: 0.31rem;
}

.please-choose-size,
.recommend{
	font-size: 0.29rem;
	border: 0.02rem solid #d3d3d5;
	text-align: center;
	line-height: 0.7rem;
	height: 0.7rem;
	cursor: pointer;
}
.size-tips {
	font-size: 0.24rem;
	line-height: 0.4rem;
	/* text-align: center; */
	/* margin-top: 0.08rem; */
}
.limit-num-tips {
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: center;
	color: #d5baa5;
}
.stock-check {
	margin-top: 0.3rem;
}
.stock-check .tl {
	line-height: 0.3rem;
	padding-left: 0.15rem;
	margin-bottom: 0.05rem;
}
.stock-check .stock-list {
	border: 0.02rem solid #d3d3d5;
	padding: 0.15rem;
	min-height: 0.6rem;
}
.stock-check .stock-list .stock-item {
	line-height: 0.4rem;
	margin-bottom: 0.15rem;
}
.stock-check .stock-list .stock-item span {
	margin-left: 0.1rem;
}

.p-details .p-tab {
	display: flex;
	align-items: center;
	line-height: 0.34rem;
	margin-top: 0.22rem;
}

.p-details .p-tab .tab-item.ac .name {
	font-size: 0.26rem;
	color: #2b2b2b;
	font-weight: bold;
}
.p-details .column {
	margin: 0 0.28rem;
}
.details-content .details-item {
	display: none;
}
.details-content .details-item1 {
	display: block;
}

.details-content .details-item1 p {
	line-height: 0.56rem;
}

.p-details img {
	max-width: 100%;
}

.relative-product {
	padding-top: 0.28rem;
	border-top: 0.02rem solid #d3d3d5;
}

.shops .specifications .p-accordion .acc-item {
	border-bottom: 1px solid #e5e5e5;
}

.shops .specifications .p-accordion .acc-item:last-child {
	/* border-bottom: none; */
}

.shops .specifications .p-accordion .acc-head {
    display: flex;
    align-items: center;
    padding: 0.3333rem 0.0833rem; /* 16px 4px */
    cursor: pointer;
    user-select: none;
}
.shops .specifications .p-accordion .acc-icon {
    width: 0.4167rem; /* 20px */
    height: 0.4167rem; /* 20px */
    object-fit: contain;
    margin-right: 0.25rem; /* 12px */
    flex-shrink: 0;
}
.shops .specifications .p-accordion .acc-title {
    flex: 1;
    font-size: 0.2917rem; /* 14px */
    color: #2b2b2b;
    letter-spacing: 0.0208rem; /* 1px */
}
.shops .specifications .p-accordion .acc-toggle {
    position: relative;
    width: 0.2rem; /* 16px */
    height: 0.2rem; /* 16px */
    flex-shrink: 0;
}
.shops .specifications .p-accordion .acc-toggle::before,
.shops .specifications .p-accordion .acc-toggle::after {
    content: '';
    position: absolute;
    background: #d5baa5;
}
/* 橫線 */
.shops .specifications .p-accordion .acc-toggle::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.0208rem; /* 1px */
    transform: translateY(-50%);
}
/* 直線 (展開時隱藏，收合時顯示成 +) */
.shops .specifications .p-accordion .acc-toggle::after {
    top: 0;
    left: 50%;
    width: 0.0208rem; /* 1px */
    height: 100%;
    transform: translateX(-50%);
    opacity: 0;
}
.shops .specifications .p-accordion .acc-item.collapsed .acc-toggle::after {
    opacity: 1;
}
.shops .specifications .p-accordion .acc-body {
    padding: 0 0.0833rem 0.4167rem 0.6667rem; /* 0 4px 20px 32px */
    font-size: 0.2708rem; /* 13px */
    line-height: 0.5417rem; /* 26px */
    color: #555;
}
.shops .specifications .p-accordion .acc-item.collapsed .acc-body {
    display: none;
}
.shops .specifications .p-accordion .acc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shops .specifications .p-accordion .acc-list li {
    position: relative;
    padding-left: 0.3333rem; /* 16px */
    line-height: 0.5417rem; /* 26px */
    color: #b1566b;
}
.shops .specifications .p-accordion .acc-list li::before {
    content: '';
    position: absolute;
    left: 0.0417rem; /* 2px */
    top: 0.2292rem; /* 11px */
    width: 0.1042rem; /* 5px */
    height: 0.1042rem; /* 5px */
    border-radius: 50%;
    background: #b1566b;
}
.shops .specifications .p-accordion .acc-list li a {
    color: #b1566b;
}
.shops .specifications .p-accordion .acc-list li a.hasHref {
    text-decoration: underline;
}
.shops .specifications .p-accordion .acc-subtitle {
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 0.0833rem; /* 4px */
}
.shops .specifications .p-accordion .acc-subtitle + .acc-rich {
    margin-bottom: 0.3333rem; /* 16px */
}
.shops .specifications .p-accordion .acc-rich img {
    max-width: 100%;
}
.shops .specifications .p-accordion .acc-rich p {
    line-height: 0.5417rem; /* 26px */
}

/* 贈品活動 (圖 + 文) */
.shops .specifications .p-accordion .acc-gift {
    display: flex;
    align-items: flex-start;
    gap: 0.3333rem; /* 16px */
}
.shops .specifications .p-accordion .acc-gift-img {
    flex-shrink: 0;
    max-width: 3.125rem; /* 150px */
}
.shops .specifications .p-accordion .acc-gift-img img {
    display: block;
    max-width: 3.125rem; /* 150px */
    width: 100%;
    height: auto;
}
.shops .specifications .p-accordion .acc-gift-info {
    flex: 1;
}
.shops .specifications .p-accordion .acc-gift-title {
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 0.0833rem; /* 4px */
}
.shops .specifications .p-accordion .acc-gift-desc {
    color: #555;
    line-height: 0.5rem; /* 24px */
}

/* 行銷活動 (標題 + 說明) */
.shops .specifications .p-accordion .acc-promo {
    margin-bottom: 0.3333rem; /* 16px */
}
.shops .specifications .p-accordion .acc-promo:last-child {
    margin-bottom: 0;
}
.shops .specifications .p-accordion .acc-promo-title {
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 0.0417rem; /* 2px */
}
.shops .specifications .p-accordion .acc-promo-desc {
    color: #434343;
    line-height: 0.4583rem; /* 22px */
}

/* 全館免運 (純文字段落) */
.shops .specifications .p-accordion .acc-plain p {
    color: #555;
    line-height: 0.5rem; /* 24px */
    margin-bottom: 0.1667rem; /* 8px */
}
.shops .specifications .p-accordion .acc-plain p:last-child {
    margin-bottom: 0;
}

.shops .specifications .relative-product {
    padding-top: 0.3125rem; /* 15px */
    border-top: 0.0208rem solid #d3d3d5; /* 1px */
    margin-top: 0.4167rem; /* 20px */
}
.shops .specifications .relative-product .lh-50r{
    line-height: 0.5rem !important; /* 24px */
}


/* 加價購 */
.r-p-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0.38rem;
}
.r-p-item .ckbox{
	margin: 0.5rem 0.3rem 0 0.28rem;
}
.r-p-item .r-p-img{
	width: 1.1rem;
	margin-right: 0.4rem;
}
.r-p-item .r-p-img img{
	max-width: 100%;
}
.r-p-item .r-p-detail{
	letter-spacing: 1px;
	line-height: 0.44rem;
}
.r-p-item .r-p-detail p:first-of-type{
	margin-top: 0.30rem;
}

.video-intro{
	margin-top: 0.84rem;
}
.video-intro video{
	max-width: 100%;
}

.some-big-pics{
	margin-top: 0.7rem;
	text-align: center;
}
.some-big-pics img{
	max-width: 100%;
	margin-bottom: 0.6rem;
}
.shops .may-also-like,
.shops .recent-view {
	margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5rem;
}
.may-also-like .tl,
.recent-view .tl{
	line-height:0.77rem;
	color: #636363;
	font-weight: 600;
	font-size: 0.28rem;
	text-align: center;
}

.may-also-like .swiper-slide,
.recent-view .swiper-slide{
	width: 3.55rem;
	height: 4.9rem;
	display: flex;
	justify-content: center;
	align-items: center;	
}



.like-pics img,
.recent-view img{
	max-width: 100%;
}

.may-also-like .img-box {
	display: block;
	height: 205px;
}


/* 分享彈框 */
.modal-share{
	display: none;
}
.modal-share .modal-header{
	margin-bottom: -0.3rem;
}
.modal-share .share-box{
	text-align: center;
	font-weight: 600;
	line-height: 0.4rem;
}
.modal-share .share-item,
.modal-share .copy{
	margin-bottom: 0.5rem;
}
/* 貨到通知彈框 */
.modal-notice{
	display: none;
}
.modal-notice .modal-header{
	margin-bottom: -0.3rem;
}
.modal-notice .notice-box{
	text-align: center;
	margin: 0 0.62rem;
}
.modal-notice .tl{
	font-weight: 600;
	line-height: 0.4rem;
	margin-bottom: 0.7rem;
}
.modal-notice .email{
	border-bottom: 0.02rem solid #dadada;
}
.modal-notice .email input{
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	line-height: 0.4rem;
	padding: 0.05rem 0.1rem;
}
.modal-notice .notice-box .n-tips{
	font-size: 0.24rem;
	text-align: left;
	padding-left: 0.1rem;
	line-height: 0.6rem;
	margin-bottom: 0.36rem;
}
.modal-notice .notice-box .n-submit{
	text-align: center;
	line-height: 0.76rem;
	width: 100%;
	height: 0.76rem;
	border-radius: 0.06rem;
	border: 0.02rem solid #d3d3d5;
}
.modal-notice .notice-box .n-submit.done{
	background-color: #d3d3d5;
	color: #fff;
	border-radius: 0.06rem;
	border: 0.02rem solid transparent;
}


/* 
pc版樣式部分 
 */
.content-index-wrap{
	width: 1280px;
	margin: 25px auto ;
	height: 100%;
}  
.content-index-wrap .sidebar-l-tool{
	position: unset;
	float: left;
}

/* 左側邊欄 */
.sidebar-l-tool{
	width: 280px;
	background-color: #fff;
	z-index: 99;
	float: left;
}
.sidebar-l-tool.channel-menu{
	color: #636363;
}
.sidebar-l-tool .menu-item{
	margin-bottom: 24px;
}
.sidebar-l-tool .menu-item .m-1{
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
}

.sidebar-l-tool .menu-item>.m-1.golden{
	color: #d5baa5;
}
.sidebar-l-tool .menu-item a{
	color: #636363;
	letter-spacing: 2px;
}
.sidebar-l-tool .menu-item ul{
	line-height: 26px;
	display: none;
}
.sidebar-l-tool .menu-item ul.open{
	display: block;
}
.sidebar-l-tool .menu-item ul li{
	line-height: 26px;
}
.sidebar-l-tool .menu-item .m-1 .m-1{
	color: #262626;
}
.sidebar-l-tool .menu-item .tree-menu a{
	font-weight: normal;
}
.sidebar-l-tool .menu-item .tree-menu li {
    padding-left: 12px;
    margin: 10px 0;
}
.sidebar-l-tool .menu-item .tree-menu .tree-menu a{
	color: #636363;
}

/* 商品列表 */
.content-list{
	position: relative;
	float: left;
	width: 990px;
	overflow: hidden;
}
.content-list .keywords-btn-pc{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	/* border: 1px solid #ccc; */
	/* border-radius: 20px; */
	font-size: 14px;
	color: #555;
	cursor: pointer;
	margin-bottom: 10px;
	float: right;
	line-height: 1;
	user-select: none;

}
.content-list .keywords-btn-pc:hover {
	border-color: #b58b6a;
	color: #b58b6a;
}
.content-list .goods-list{
	margin: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 566px;
}
.content-list .goods-list .goods-item{
	margin-bottom: 30px;
	width:320px;
	position: relative;
	cursor: pointer;
}
.content-list .goods-list .goods-item{
	margin-right:10px;
}
/* .content-list .goods-list .goods-item:nth-child(4n){
	margin-right:0;
} */
.content-list .goods-list .goods-item .img-box {
    width:320px;
    height: 442px;
    margin-bottom: 10px;
 	transition: all 0.3;
 	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .content-list .goods-list .goods-item .img-box::after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
} */
/* .content-list .goods-list .goods-item .img-box:hover::after{
	background-color: rgba(0,0,0,0.01);
} */
.content-list .goods-list .goods-intro {
    padding: 0 5px;
}
.content-list .goods-list .goods-item .g-name {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #6f6f6f;
}

.content-list .goods-list .goods-item .price-box {
	display: flex;
	height: 30px;
	margin-top: 0;
}

.content-list .goods-list .goods-item .price-box .price-span {
	display: flex;
	color: #6f6f6f;
	font-size: 13px;
	line-height: 30px;
}

.content-list .goods-list .goods-item .price-box .price-original {
	text-decoration: line-through;
	color: #afafaf;
}

.content-list .goods-list .goods-item .price-box .price-discount {
	margin-left: 0.25rem;
}

.content-list .goods-list .goods-item .sold-status {
	width:100%;
	height: 100%;
	position: absolute;
	background-color: rgba(228, 216, 202, 0.78);
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.content-list .goods-list .goods-item .sold-status img {
	max-width: 150px;
}
.content-list .goods-list .goods-item .sold-status .sold-out{
	max-width: 100px;
}
.content-list .goods-list .goods-item .sold-status .sold-status-text {
	font-size: 36px;
	font-weight: 900;
	color: #1a1a1a;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 0;
}
.content-list .goods-list .goods-item .sold-status .coming-time {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0 0 4px;
	line-height: 1.4;
	text-align: center;
}
/* 商品收藏 */
.shops-pc .collect-span{
	width:20px;
	height: 20px;
	display: inline-block;
	margin-left: auto;
	background-image: url(/assets/images/list_collect.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
}
.shops-pc .collect-span.collected{
	background-image: url(/assets/images/list_collected.png);
}
.content-list .goods-list .goods-item .collect-span{
	margin-top: 5px;
}

/* 關鍵詞篩序側邊欄 */
.sidebar-words-pc{
	position: absolute;
	width: 300px;
	background-color: #fff;
	border-left: none;
	z-index: 99;
	padding: 0 20px 0 20px;
	top: 0;
	right: -350px;
	border: 1px solid #efefef;
	/* display: inline-table; */
}



.sidebar-words-pc .words-statis{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid #efefef;
	flex-shrink: 0;
}
.pc-sidebar-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.pc-sidebar-close {
	background: none;
	border: none;
	font-size: 18px;
	color: #b58b6a;
	cursor: pointer;
	padding: 4px 6px;
	line-height: 1;
}
.pc-sidebar-close:hover { color: #333; }

/* 捲動內容 */
.pc-sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid #efefef;
	flex-shrink: 0;
}
.pc-sidebar-body {
	flex: 1;
	overflow-y: auto;
	line-height: 26px;
}
.sidebar-words-pc .words-statis {
	display: none;
}
.sidebar-words-pc .words-content {
	line-height: 26px;
}
.sidebar-words-pc .w-item {
	border-bottom: 1px solid #efefef;
	margin: 0;
}
.sidebar-words-pc .w-item .w-title {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.sidebar-words-pc .w-item .title-text {
	display: flex;
	align-items: center;
}
.sidebar-words-pc .w-item .title-text::before {
	/* content: '>'; */
	font-size: 11px;
	color: #aaa;
	margin-right: 10px;
}
.sidebar-words-pc .w-item .clear-btn {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.sidebar-words-pc .w-item ul {
	padding: 0;
}
.sidebar-words-pc .w-item ul li {
	display: flex;
	align-items: center;
	padding: 11px 20px 11px 48px;
	font-size: 14px;
	color: #444;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	list-style: none;
	cursor: pointer;
}
/* checkbox 框 */
.sidebar-words-pc .w-item ul li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border: 1.5px solid #ccc;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
}
/* 選中：底色 */
.sidebar-words-pc .w-item ul li.checked::before {
	background: #b58b6a;
	border-color: #b58b6a;
}
/* 選中：勾號 */
.sidebar-words-pc .w-item ul li.checked::after {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: translateY(-62%) rotate(45deg);
}
.sidebar-words-pc .w-item ul li.dpnone {
	display: none;
}
.sidebar-words-pc .w-item ul li a {
	flex: 1;
	color: #444;
}
/* 舊 img 勾號隱藏 */
.sidebar-words-pc .w-item ul li img {
	display: none !important;
}
.sidebar-words-pc .w-item a {
	color: #636363;
}
.sidebar-words-pc .w-item .watch-more {
	padding: 4px 20px 12px;
	font-size: 13px;
	color: #999;
	cursor: pointer;
}
/* 底部按鈕 */
.pc-sidebar-footer {
	display: flex;
	gap: 12px;
	padding: 16px 20px;
	border-top: 1px solid #efefef;
	flex-shrink: 0;
}
.pc-sidebar-reset {
	flex: 1;
	height: 42px;
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.pc-sidebar-reset:hover { border-color: #999; color: #333; }
.pc-sidebar-apply {
	flex: 2;
	height: 42px;
	border: none;
	background: #b58b6a;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
}
.pc-sidebar-apply:hover { background: #a07a5a; }


/* 商品詳情 */
.goods-detail-pc{
	/* float: left; */
	/* width: 1050px; */
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 68px;
}
.goods-detail-pc img{
	max-width: 100%;
}
.goods-detail-pc .detail-center{
	/* width: 620px;
	float: left; */
	flex: 1;
}
/* .goods-detail-pc .detail-center .big-pics-pc{
	text-align: center;
} */

.goods-detail-pc .d-position{
	text-align: left;
	line-height: 24px;
	margin: 5px 0;
	font-size: 16px;
}
.goods-detail-pc .position-arrow{
	margin: 0 5px;
}
.goods-detail-pc .detail-center .swiper-slide{
	width: 550px;
	height: 759PX;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail-bottom {
	width: 640px;
	margin: 0px auto 200px;
	padding-top: 68px;
}

.detail-bottom .video-intro{
	margin-top: 30px;
}
.detail-bottom .some-big-pics{
	margin-top: 75px;
}



.content-others-wrap{
	width: 1280px;
	margin: 0px auto 200px;
}
.content-others-wrap .may-also-like,
.content-others-wrap .recent-view{
	/* width: 740px;
	margin-left: 280px; */
	margin-bottom: 50px;
	/* border: 1px solid #434343; */
}
.content-others-wrap .may-also-like .like-pics-pc{
	height: 365px;
}
.content-others-wrap .may-also-like .swiper-slide{
	width: 220px;
	height: 365px;
}
.content-others-wrap .recent-view .swiper-slide{
	width: 220px;
	height: 365px;
   }

.content-others-wrap .may-also-like .swiper-slide img{
	max-width: 100%;
}

.content-others-wrap .may-also-like .main-tl, 
.content-others-wrap .recent-view .main-tl {
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
}


.content-others-wrap .may-also-like .tl,
.content-others-wrap .recent-view .tl{
	line-height: 42px;
}
.content .some-big-pics img:last-child{
	margin-bottom: 0;
}


/* 右側詳情 */
.goods-detail-pc .detail-right{
	/* width: 314px;
	float: right; */
	padding-left: 100px;
	flex: 1;
}
.goods-detail-pc .specifications {
	padding: 65px 0 0 0  ;
}
.goods-detail-pc .specifications .special {
	line-height: 26px;
	font-size: 16px;
}

.goods-detail-pc .specifications .p-name {
	font-size: 16px;
	color: #636363;
	line-height: 26px;
	max-height: 44px;
}

.goods-detail-pc .specifications .p-price {
	line-height:26px;
	margin-top: 5px;

	/* 加上這兩行 */
    display: flex;
    align-items: center; 
}
.goods-detail-pc .specifications .p-price.p-price-vip {
	line-height: 26px !important;
	margin-bottom: 5px;
	margin-top: 0;
}
    
.goods-detail-pc .specifications .p-price .original {
	color: #636363;
	text-decoration: line-through;
	margin-right: 12px;
	font-size: 14px;

}

.goods-detail-pc .specifications .p-price .discount {
	color: #262626;
	font-size: 16px;
	margin-right: 12px;
}

.goods-detail-pc .specifications .p-price .saving {
	color: #b1566b;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 12px;
	border: 1px solid #b1566b;
	border-radius: 6px;
	
	/* 2. 強制讓標籤改為 inline-flex 行內彈性盒（如果你父層已經加了 flex） */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* 3. 縮小行高，防止它被父層的 line-height: 26px 撐大上下空隙 */
    line-height: 12px; 
    
    /* 可選：如果覺得跟旁邊文字貼得太緊，可以補一點微調 */
    vertical-align: middle;
}

.goods-detail-pc .specifications .advance {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 ;

}
.goods-detail-pc .specifications .advance .advance-date, .goods-detail-pc .specifications .advance .advance-date span {
	font-size: 16px;
	color: #d5baa5;
	/* font-weight: 600; */

}

.goods-detail-pc .specifications .advance .purchase {
	width: 63px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #d5baa5;
	color: #d5baa5;
}

.goods-detail-pc .d-activity{
	margin: 10px 0;
}
.goods-detail-pc .d-activity ul{
	padding-left: 20px;
}
.goods-detail-pc .d-activity li{
	line-height: 28px;
}

.goods-detail-pc .specifications .advance.in_stock .purchase {
	border: 1px solid #e7a3b8;
	color: #e7a3b8;
}

.goods-detail-pc .specifications .advance span {
	color: #858585;
}

.goods-detail-pc .specifications .distribute-intro {
	line-height: 22px;
	padding: 10px 0;
}

.goods-detail-pc .specifications .item-tl {
	letter-spacing: 2px;
	margin: 6px 0 10px 0;
	line-height: 26px;
	cursor: pointer;
	font-size: 16px;
}

.goods-detail-pc .specifications .choose-color {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 10px;
}

.goods-detail-pc .specifications .choose-color .color-item {
	border: 0px;
	/* border: 1px solid #bcbcbc; */
	width: 29px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	border-radius:1px;
	cursor: pointer;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.goods-detail-pc .specifications .choose-color .color-item.active {
	border:1px solid #5b5b5b;
}

.goods-detail-pc .specifications .choose-color .color-item .color {
	width: 21px;
	height: 21px;
}

.goods-detail-pc .specifications .choose-size {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	width: 500px;
}

.goods-detail-pc .specifications .choose-size .size-item {
	min-width: 55px;
	height: 35px;
	padding: 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	color: #555;
	cursor: pointer;
	user-select: none;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}

.goods-detail-pc .specifications .choose-size .size-item.active {
	/* border: 1px solid #5b5b5b; */
	background: #bfa99a;
	color: #fff;
}

.goods-detail-pc .specifications .choose-size .size-item.empty {
	border: 1px solid #c8c8c8 !important;
	color: #d3d3d5 !important;
}

.goods-detail-pc .specifications .choose-size .size-item.empty::after {
	content: '';
	position: absolute;
	/* 使用 inset: -1px 讓畫布邊緣完美與 border 重合 */
	/* inset: -1px;  */
	/* 用 SVG 的 viewBox 建立一個絕對坐標系 (0 0 到 100 100)，並畫一條對角線 */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='0' y1='100' x2='100' y2='0' stroke='%23d3d3d5' stroke-width='1.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* 確保點擊事件能穿透線條，不影響按鈕點擊 */
	pointer-events: none;
	transform-origin: center;
    transform: rotate(-32deg);
}

.goods-detail-pc .specifications .choose-size .size-item.empty.active {
	background: #bfbfbf !important;
}

.goods-detail-pc .specifications .collect-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 18px;
	margin-bottom: 12px;
}

.goods-detail-pc .specifications .collect-share .collect {
	display: flex;
	align-items: center;
	margin-right: 5px;
	cursor: pointer;
}

.goods-detail-pc .specifications .collect-share .collect-span {
	margin-right: 8px;
}
.goods-detail-pc .share-span {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: auto;
    background-image: url(/assets/images/share.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 2px;
}

.goods-detail-pc .specifications .collect-share .addwish {
	letter-spacing: 2px;
}

.goods-detail-pc .specifications .share {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.goods-detail-pc .specifications .share .txt {
	letter-spacing: 2px;
	margin-right: 5px;
}

/* 選擇商品數量 */
.goods-detail-pc .p-num-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d3d3d5;
	margin-bottom: 10px;
}

.goods-detail-pc .p-num-box .icon {
	font-size: 20px;
	font-style: normal;
	line-height:35px;
	margin: 0 12px;
	text-align: center;
	color: #636363;
	cursor: pointer;
}

.goods-detail-pc .p-num-box .number-box input {
	outline: none;
	border: none;
	appearance: none;
	text-align: center;
	font-size: 16px;
}

.goods-detail-pc input[type=number]::-webkit-inner-spin-button,  
.goods-detail-pc input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.goods-detail-pc .please-choose-size-pc,
.goods-detail-pc .recommend{
	font-size: 15px;
	border: 1px solid #d5baa5;
	text-align: center;
	line-height: 35px;
	height:35px;
	cursor: pointer;
}

.goods-detail-pc .please-choose-size-pc.add_cart {
	background: #d5baa5;
	color: #fff;
	font-size: 16px;
}

.goods-detail-pc .size-tips {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 5px 0 40px;
}
.goods-detail-pc .limit-num-tips {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #d5baa5;
}
.goods-detail-pc .stock-check {
	margin-top: 15px;
}
.goods-detail-pc .stock-check .tl {
	line-height: 16px;
	padding-left: 8px;
	margin-bottom: 3px;
}
.goods-detail-pc .stock-check .stock-list {
	border: 1px solid #d3d3d5;
	padding: 8px;
	min-height: 30px;
}
.goods-detail-pc .stock-check .stock-list .stock-item {
	line-height: 20px;
	margin-bottom:8px;
}
.goods-detail-pc .stock-check .stock-list .stock-item span {
	margin-left: 5px;
}
.goods-detail-pc .p-details .p-tab {
	display: flex;
	align-items: center;
	line-height:17px;
	margin-top: 10px;
}
.goods-detail-pc .p-details .p-tab .tab-item .name {
	cursor: pointer;
}
.goods-detail-pc .p-details .p-tab .tab-item.ac .name {
	font-size: 13px;
	color: #2b2b2b;
	font-weight: bold;
}
.goods-detail-pc .p-details .column {
	margin: 0 15px;
}
.goods-detail-pc .details-content .details-item {
	display: none;
}
.goods-detail-pc .details-content .details-item1 {
	display: block;
}
.goods-detail-pc .details-content .details-item1 p {
	line-height:28px;
}
.goods-detail-pc .p-details img {
	max-width: 100%;
}

/* ===== 商品資訊手風琴 (p-accordion) ===== */
.goods-detail-pc .p-accordion {
	margin-top: 20px;
	/* border-top: 1px solid #e5e5e5; */
}
.goods-detail-pc .p-accordion .acc-item {
	border-bottom: 1px solid #e5e5e5;
}

.goods-detail-pc .p-accordion .acc-item:last-child {
	/* border-bottom: none; */
}

.goods-detail-pc .p-accordion .acc-head {
	display: flex;
	align-items: center;
	padding: 16px 4px;
	cursor: pointer;
	user-select: none;
}
.goods-detail-pc .p-accordion .acc-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 12px;
	flex-shrink: 0;
}
.goods-detail-pc .p-accordion .acc-title {
	flex: 1;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 1px;
}
.goods-detail-pc .p-accordion .acc-toggle {
	position: relative;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.goods-detail-pc .p-accordion .acc-toggle::before,
.goods-detail-pc .p-accordion .acc-toggle::after {
	content: '';
	position: absolute;
	background: #d5baa5;
}
/* 橫線 */
.goods-detail-pc .p-accordion .acc-toggle::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
}
/* 直線 (展開時隱藏，收合時顯示成 +) */
.goods-detail-pc .p-accordion .acc-toggle::after {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
	opacity: 0;
}
.goods-detail-pc .p-accordion .acc-item.collapsed .acc-toggle::after {
	opacity: 1;
}
.goods-detail-pc .p-accordion .acc-body {
	padding: 0 4px 20px 32px;
	font-size: 13px;
	line-height: 26px;
	color: #555;
}
.goods-detail-pc .p-accordion .acc-item.collapsed .acc-body {
	display: none;
}
.goods-detail-pc .p-accordion .acc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.goods-detail-pc .p-accordion .acc-list li {
	position: relative;
	padding-left: 16px;
	line-height: 26px;
	color: #b1566b;
}
.goods-detail-pc .p-accordion .acc-list li::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b1566b;
}
.goods-detail-pc .p-accordion .acc-list li a {
	color: #b1566b;
}
.goods-detail-pc .p-accordion .acc-list li a.hasHref {
	text-decoration: underline;
}
.goods-detail-pc .p-accordion .acc-subtitle {
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: 4px;
}
.goods-detail-pc .p-accordion .acc-subtitle + .acc-rich {
	margin-bottom: 16px;
}
.goods-detail-pc .p-accordion .acc-rich img {
	max-width: 100%;
}
.goods-detail-pc .p-accordion .acc-rich p {
	line-height: 26px;
}

/* 贈品活動 (圖 + 文) */
.goods-detail-pc .p-accordion .acc-gift {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.goods-detail-pc .p-accordion .acc-gift-img {
	flex-shrink: 0;
	max-width: 150px;
}
.goods-detail-pc .p-accordion .acc-gift-img img {
	display: block;
	max-width: 150px;
	width: 100%;
	height: auto;
}
.goods-detail-pc .p-accordion .acc-gift-info {
	flex: 1;
}
.goods-detail-pc .p-accordion .acc-gift-title {
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: 4px;
	font-size: 16px;
}
.goods-detail-pc .p-accordion .acc-gift-desc {
	color: #555;
	line-height: 24px;
	font-size: 16px;
}

/* 行銷活動 (標題 + 說明) */
.goods-detail-pc .p-accordion .acc-promo {
	margin-bottom: 16px;
}
.goods-detail-pc .p-accordion .acc-promo:last-child {
	margin-bottom: 0;
}
.goods-detail-pc .p-accordion .acc-promo-title {
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: 2px;
}
.goods-detail-pc .p-accordion .acc-promo-desc {
	color: #434343;
	line-height: 22px;
}

/* 全館免運 (純文字段落) */
.goods-detail-pc .p-accordion .acc-plain p {
	color: #555;
	line-height: 24px;
	margin-bottom: 8px;
}
.goods-detail-pc .p-accordion .acc-plain p:last-child {
	margin-bottom: 0;
}

.goods-detail-pc .relative-product {
	padding-top: 15px;
	border-top: 1px solid #d3d3d5;
	margin-top: 20px;
}
.goods-detail-pc .relative-product .lh-50r{
	line-height: 24px !important;
}

/* 加價購 */
.r-p-item-pc{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 19px;
}
.r-p-item-pc .ckbox{
	margin: 25px 15px 0 14px;
}
.r-p-item-pc .r-p-img{
	width: 56px;
	margin-right: 20px;
}
.r-p-item-pc .r-p-img img{
	max-width: 100%;
}
.r-p-item-pc .r-p-detail{
	letter-spacing: 1px;
	line-height: 22px;
}
.r-p-item-pc .r-p-detail p:first-of-type{
	margin-top: 15px;
}

/* 尺碼對照表彈窗 */
/* .modal-pc-size-suggest  .modal-box .modal-content{
	width: 500px;
}
.modal-pc-share  .modal-box .modal-content{
	width: 500px;	
	height: 253px;
}
.modal-pc-notice  .modal-box .modal-content{
	width: 500px;
	height: 330px;
}

.modal-pc-share .share-box{
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
}
.modal-pc-share .share-item,
.modal-pc-share .copy{
	line-height: 24px;
	margin-bottom: 35px;
	font-weight: 600;
} */


.pc-model .modal-size-suggest  .modal-box .modal-content{
	width: 500px;
}
.pc-model .modal-share  .modal-box .modal-content{
	width: 500px;	
	height: 253px;
}
.pc-model .modal-notice  .modal-box .modal-content{
	width: 500px;
	height: 330px;
}
.pc-model .modal-share .modal-header{
	margin-bottom: 0;
}
.pc-model .modal-notice .modal-header{
	margin-bottom:0 ;
}
.pc-model .modal-share .share-box{
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
}
.pc-model .modal-share .share-item,
.pc-model .modal-share .copy{
	line-height: 24px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 18px;
}

/* 貨到通知彈框 */
/* .modal-pc-notice{
	display: none;
}

.modal-pc-notice .notice-box{
	text-align: center;
	margin: 0 40px;
}
.modal-pc-notice .tl{
	font-weight: 600;
	line-height:20px;
	margin-bottom: 35px;
	font-size: 18px;
}
.modal-pc-notice .email{
	border-bottom: 1px solid #dadada;
}
.modal-pc-notice .email input{
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	line-height: 20px;
	padding: 3px 5px
}
.modal-pc-notice .notice-box .n-tips{
	font-size: 12px;
	text-align: left;
	line-height: 42px;
	margin-bottom: 25px;
}
.modal-pc-notice .notice-box .n-submit{
	text-align: center;
	line-height: 50px;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #d3d3d5;
	font-size: 13px;
	cursor: pointer;
}
.modal-pc-notice .notice-box .n-submit.done{
	background-color: #d3d3d5;
	color: #fff;
	border-radius: 3px;
	border: 1px solid transparent;
} */

.pc-model .modal-notice{
	display: none;
}

.pc-model .modal-notice .notice-box{
	text-align: center;
	margin: 0 40px;
}
.pc-model .modal-notice .tl{
	font-weight: 600;
	line-height:20px;
	margin-bottom: 35px;
	font-size: 18px;
}
.pc-model .modal-notice .email{
	border-bottom: 1px solid #dadada;
	font-size: 16px;
}
.pc-model .modal-notice .email input{
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	line-height: 20px;
	padding: 3px 5px
}
.pc-model .modal-notice .notice-box .n-tips{
	font-size: 16px;
	text-align: left;
	line-height: 42px;
	margin-bottom: 25px;
	padding-left: 5px;
}
.pc-model .modal-notice .notice-box .n-submit{
	text-align: center;
	line-height: 50px;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #d3d3d5;
	font-size: 18px;
	cursor: pointer;
}
.pc-model .modal-notice .notice-box .n-submit.done{
	background-color: #d3d3d5;
	color: #fff;
	border-radius: 3px;
	border: 1px solid transparent;
}

/* iframe */
#content_frame{
	width: 100%;
	height: 100%;
}

.shops-pc .index-recommend{
	text-align: center;
	color: #d3ae73;
	font-size: 20px;
	margin-top: 20px;
}
.index-recommend{
	text-align: center;
	color: #B7AD9D;
	font-size: 0.32rem;
}
.search-not-find .search-not-cont .search-item .img-box img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


/* 詳情頁輪播圖 */
.big-pics-pc{
	position: relative;
	width: 630px;
	height: 759px;
	
	text-align: center;
}
.big-pics-pc .swiper-container {
	margin: 40px 40px 0 40px;
}
.big-pics-pc .swiper-button-next,.big-pics-pc  .swiper-button-prev{
	top: calc(50% - 10px);
	opacity: 0;
}

.big-pics-pc:hover .swiper-button-next,.big-pics-pc:hover  .swiper-button-prev{
	opacity: 1;
	color: #cbcbcb;
}


.big-pics-pc .swiper-wrapper{
	height: 759px;
}

/* 新品提示 */
.new-in {
	position:absolute;
	left:0px;
	top:0px
}
.new-in-pc {
	display: none;
	max-width: 50%;
}
.new-in-mobile {
	display: none;
	max-width: 45%;
}

@media screen and (max-width: 768px) {
	.new-in-pc {
		display: none;
	}
	.new-in-mobile {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.new-in-pc {
		display: block;
	}
	.new-in-mobile {
		display: none;
	}
}

/* ===== 商品標籤 ===== */
.specifications .goods-tags {
	width: 60%;
}

.goods-item .goods-tags, .specifications .goods-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem;
    padding: 0.1rem 0 0;
    min-height: 0.5rem;
    align-items: center;
}
.goods-item .goods-tag, .specifications .goods-tag {
    font-size: 0.2rem;
    padding: 0.04rem 0.1rem;
    /* 
        background: #fdf0e8;
        color: #b58b6a; 
    */
    background: transparent;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 1.4;
    flex: 1;
    font-weight: 800;
    text-align: center;   
}

.goods-item .goods-tag.new, .specifications .goods-tag.new {
    background: #FAF0E5;
    color: #564332; 
}

.goods-item .goods-tag.sale, .specifications .goods-tag.sale {
    background: #F9DCDA;
    color: #A70B16; 
}

.goods-item .goods-tag.gift, .specifications .goods-tag.gift {
    background: #E8C8B0;
    color: #fff; 
}

/* PC 版覆寫 */
.content-list .goods-list .goods-item .goods-tags, .goods-detail-pc .specifications .goods-tags {
    gap: 12px;
    padding: 8px 0 0;
    min-height: 36px;
}
.content-list .goods-list .goods-item .goods-tag, .goods-detail-pc .specifications .goods-tag {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}