<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 ������𡑒”��������閰單����
 */
 .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: 3.55rem;
	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.26rem;
	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.25rem;
}

.goods-list .goods-item .sold-status {
	width: 3.55rem;
	height: 3.55rem;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.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 .coming-time {
	font-size: 0.18rem;
	color: #fdfdfd;
	margin-top: 0.2rem;
	line-height: 1.4;
}



/* ����閰單���� */
.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 {
	max-width: 5.4rem;
	max-height: 5.4rem;
}
.product-detail .big-pic img {
	max-width: 100%;
	max-height: 100%;
}

.specifications {
	padding: 0 0.6rem;
}

.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;
	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.14rem;
	border-radius: 0.02rem;
	margin-bottom: 0.08rem;
}

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

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

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

.specifications .choose-size .size-item.empty {
	border: 0.02rem solid #c8c8c8 !important;
	color: #d3d3d5 !important;
	position: relative;
}
.specifications .choose-size .size-item.empty::after {
	content: "";
	width: 141.4%;
	height: 1px;
	background-color: #d3d3d5;
	position: absolute;
	top: 50%;
	transform:rotate(315deg);
}

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

/* ��惩�寡頃 */
.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.7rem;
}
.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;
}
.may-also-like,
.recent-view {
	margin-bottom: 0.3rem;
}
.may-also-like .tl,
.recent-view .tl{
	line-height:0.77rem;
	color: #636363;
	font-weight: 600;
}
.like-pics img,
.recent-view img{
	max-width: 100%;
}


/* ��鈭怠��� */
.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: 1360px;
	margin: 50px 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&gt;.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{
	line-height: 22px;
	text-align: right;
	margin-bottom: 6px;
	cursor: pointer;
}
.content-list .goods-list{
	margin: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content-list .goods-list .goods-item{
	margin-bottom: 60px;
	width:236px;
	position: relative;
	cursor: pointer;
}
.content-list .goods-list .goods-item{
	margin-right:11px;
}
/* .content-list .goods-list .goods-item:nth-child(4n){
	margin-right:0;
} */
.content-list .goods-list .goods-item .img-box {
    width:236px;
    height: 236px;
    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(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.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 .coming-time {
	font-size: 20px;
	color: #fdfdfd;
	margin-top: 0.2rem;
	line-height: 1.4;
}
/* �����𤣰��� */
.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 10px 0 30px;
	top: 0;
	right: -350px;
}
.sidebar-words-pc .words-statis{
	display: flex;
	justify-content: space-between;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.sidebar-words-pc .words-statis .num{
	font-size: 13px;
	font-weight: bold;
}
.sidebar-words-pc .words-statis .clear-words{
	margin-right: 10px;
	color: #d5baa5;
}
.sidebar-words-pc .words-content{
	line-height: 26px ;
}
.sidebar-words-pc  .w-item{
	margin-bottom: 5px;
}
.sidebar-words-pc .w-item .w-title{
	color: #262626;
	font-weight: bold;
	padding-left: 5px;
}
.sidebar-words-pc .w-item ul li{
	display: flex;
	align-items: center;
}
.sidebar-words-pc .w-item ul li.dpnone{
	display: none;
}
.sidebar-words-pc  .w-item ul li a{
	min-width: 200px;
	padding-left: 5px;
}
.sidebar-words-pc .w-item ul li img{
	display: none;
	width: 12px;
	height: 12px;
}
.sidebar-words-pc .w-item ul li.checked img{
	display: block;
}
.sidebar-words-pc .w-item a{
	color: #636363;
}
.sidebar-words-pc .w-item .watch-more{
	line-height: 26px;
}


/* ����閰單�� */
.goods-detail-pc{
	float: left;
	width: 1050px;
}
.goods-detail-pc img{
	max-width: 100%;
}
.goods-detail-pc .detail-center{
	width: 620px;
	float: left;
}
/* .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;
}
.goods-detail-pc .position-arrow{
	margin: 0 5px;
}
.goods-detail-pc .detail-center .swiper-slide{
	width: 620px;
	height: 856PX;
}
.goods-detail-pc .video-intro{
	margin-top: 30px;
}
.goods-detail-pc .some-big-pics{
	margin-top: 75px;
}

.content-others-wrap{
	width: 1360px;
	margin: 0px auto 200px;
}
.content-others-wrap .may-also-like,
.content-others-wrap .recent-view{
	width: 740px;
	margin-left: 280px;
	margin-bottom: 0px;
}
.content-others-wrap .may-also-like .like-pics-pc{
	height: 244px;
}
.content-others-wrap .may-also-like .swiper-slide{
	width: 180px;
	height: 244px;
}
.content-others-wrap .recent-view .swiper-slide{
	width: 180px;
	height: 244px;
   }

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

.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;
}
.goods-detail-pc .specifications {
	padding: 0 ;
}
.goods-detail-pc .specifications .special {
	line-height: 24px;
	font-size: 12px;
}

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

.goods-detail-pc .specifications .p-price {
	line-height:26px;
	margin-top: 5px;
}
.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;
}

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

.goods-detail-pc .specifications .p-price .original {
	color: #636363;
	text-decoration: line-through;
	margin-right: 12px;
}

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

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

.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-top: 10px;
	line-height: 24px;
	cursor: pointer;
}

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

.goods-detail-pc .specifications .choose-color .color-item {
	border: 1px solid #bcbcbc;
	width: 29px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border-radius:1px;
	cursor: pointer;
	margin-bottom: 5px;
}

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

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

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

.goods-detail-pc .specifications .choose-size .size-item {
	border: 1px solid #c2c2c2;
	width:27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 27px;
	text-align: center;
	margin-right: 9px;
	border-radius: 1px;
	color: #6f6f6f;
	cursor: pointer;
	margin-bottom: 5px;
}

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

.goods-detail-pc .specifications .choose-size .size-item.empty {
	border: 1px solid #c8c8c8 !important;
	color: #d3d3d5 !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 #d3d3d5;
	text-align: center;
	line-height: 35px;
	height:35px;
	cursor: pointer;
}
.goods-detail-pc .size-tips {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}
.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%;
}
.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: 620px;
	height: 620px;
	
	text-align: center;
}
.big-pics-pc .swiper-container {
	margin: 40px;
}
.big-pics-pc .swiper-button-next,.big-pics-pc  .swiper-button-prev{
	top: calc(50% - 10px);
}
.big-pics-pc .swiper-wrapper{
	height: 540px;
}

/* �鰵����鞟內 */
.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;
	}
}</pre></body></html>