.outterCon{
	margin-top: 10px;
}
.breadcrud .cate{
	font-size: 0.93rem;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #333333;
	line-height: 1.13rem;
}
.breadcrud .cate:after{
	content: '/';
	color: #999999;
	padding: 0 0.94rem;
}
.outterCon .innerCon{
	margin-top: 3.5rem;
}
.outterCon .innerCon .main_pro_img{
	width: 36.5rem;
	height: 36.5rem;
	margin: 0 auto;
	overflow: hidden;
}
.outterCon .innerCon .main_pro_img img{
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.outterCon .innerCon .thumbImg{
	display: flex;
	justify-content: space-between;
	margin-top:10px;
}

.outterCon .innerCon .rightCon .proName{
	font-size: 2.33rem;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #333333;
	line-height: 2.8rem;
	letter-spacing: 1px;
}
.pingfen{
	margin-top: 0.93rem;
	display: flex;
	align-items: center;
	color: #333333;
}
.pingfen .rate{
	margin-right: 2.67rem;
	display: inline-block;
}
.pingfen .starIcon{
	display: inline-block;
	width: 1rem;
	height: 1rem;
}
.pingfen .retaNum{
	display: flex;
}
.pingfen .retaNum .sperte{
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}
.pingfen .like_icon{
    display: flex;
    position: absolute;
    right: 0px;
    cursor: pointer;
    align-items: center;
}

.rightCon .price{
	font-size: 2rem;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #F42F54;
	line-height: 3.2rem;
	letter-spacing: 1px;
}
.rightCon .marketPrice{
	font-size: 1.5rem;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #999999;
	line-height: 3.2rem;
	letter-spacing: 1px;
	text-decoration: line-through;
	margin-left: 10px;
}

.rightCon .props .propName{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 2.33rem;
}
.props .label{
	font-size: 1rem;
}
.rightCon .props .propsList{
	display: flex;
	margin-top: 1.6rem;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 16px;
}

.rightCon .props .propsList.propsImgList .propImg{
    width: 84px;
    height: 84px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.rightCon .props .propsList .propText{
	cursor: pointer;
	width: calc(50% - 8px);
}

.rightCon .props .propsList .propImg .attr_img{
    border-radius: 4px;
    border: 1px solid #F8F8F8;
    width: 84px;
    height: 84px;
}
.rightCon .props .propsList .propImg.active .attr_img{
    border: 1px solid #3B4656;
}
.rightCon .props .propsList .attr_text{
    padding: 10px 30px;
    background: #F8F8F8;
    border-radius: 4px;
    color: #666666;
    text-align: center;
}
.rightCon .props .propsList .propEle.active .attr_text{
    color: #333;
    border: 1px solid #3B4656;
}
.changeNum{
	margin-top: 3.87rem;
	display: flex;
	font-size: 1rem;
	align-items: center;
}
.changeNum .icons{
	width: 2rem;
	height: 2rem;
	display: inline-block;
	margin-left: 0.94rem;
	margin-right: 0.94rem;
	cursor: pointer;
}
.changeNum .icons img{
    width: 100%;
}
.submit_btns{
    margin-top: 3.87rem;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 10px;
}
.submitBtn{
	width: 49%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.submit_btns .outStock{
    width: 49%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #aaa;
	cursor: initial;
}
.submitBtn:first-child{
    margin-right: 2.13rem;
}
.submitBtn.addCar{
	background-color: #3B4656;
}
.submitBtn.buyquick{
	background-color: #F42F54 ;
}
#quehuo{
	width: 50%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	margin-right: 2.13rem;
	background-color: #ccc;
}
.list_pro_item .pro_img{
	position: relative;
}
.list_pro_item .like_icon {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0.53rem;
    right: 0.53rem;
}
.list_pro_item .name {
    padding: 0px 0.67rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1;
    height: 33px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 20px;
}
.list_pro_item .price {
    margin-top: 0.93rem;
    font-size: 1.2rem;
    font-family: CamphorPro-Heavy, CamphorPro;
    font-weight: 800;
    color: #333333;
    line-height: 22px;
    padding: 0.67rem 0.67rem;
}
.tjsp .tjspName{
	font-size: 1.2rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 1.67rem;
}
.tjsp .tjsp_con{
	margin-top: 2.67rem;
}
.detail .detailName{
	height: 3.1rem;
	font-size: 1.2rem;
	font-family: CamphorPro-Medium, CamphorPro;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	margin-top: 5.73rem;
	border-bottom:1px solid #333333;;
}
.detailCom img{
    width: 100%;
}
.pinlun{
	margin-top: 3.73rem;
}
.pinlun .pinlunName{
	height: 1.67rem;
	font-size: 1.2rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 1.67rem;
}
.pinlunCon{
	margin-top: 4.53rem;
}
.pinlunItem{
    padding: 2.13rem 0;
}
.pinlunItem .avator{
	width: 5.6rem;
	height: 5.6rem;
	float: left;
}
.pinlunItem .avator img{
    width: 100%;
}
.pinlunItem .information{
	float: left;
	width: 67%;
	padding-left: 2rem;
}
.pinlunCon .pinlunItem .stars{
	display: flex;
}
.pinlunCon .pinlunItem .stars .star{
	width: 1.13rem;
	height: 1.13rem;
}
.pinlunCon .pinlunItem .pinlun_data .line{
	display: flex;
	margin-top: 0.94rem;
}
.pinlunCon .pinlunItem .pinlun_data .line .date{
	font-size: 1rem;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #999999;
	margin-right: 1rem;
}
.pinlunCon .pinlunItem .pinlun_data .pinlun_name{
	font-size: 1rem;
	font-family: CamphorPro-Bold, CamphorPro;
	font-weight: bold;
	color: #333333;
	line-height: 1.2rem;
	margin-top: 0.94rem;
}
.pinlunCon .pinlunItem .pinlun_data .pinlun_message{
	font-size: 1rem;
	font-family: CamphorPro-Bold, CamphorPro;
	color: #333333;
	line-height: 1.2rem;
	margin-top: 2rem;
}
.pinlunCon .pinlunItem .pinlun_data .pinlun_images{
	display: flex;
	justify-content: flex-start;
	margin-top: 20.53rem;
	margin-bottom: 0.67rem;
}
.pinlunCon .pinlunItem .pinlun_data .pinlun_images .pinlun_img{
	width: 8.5rem;
	height: 8.5rem;
	margin-left: 1.6rem;
}
.pinlunCon .pinlunItem .pinlun_data .pinlun_images .pinlun_img:first-child{
	margin-left: 0px;
}
.fgx{
	height: 1px;
	background-color: #D2D2D2;
	clear: both;
}
.answerList{
	width: calc(100% - 10.93rem);
	padding: 1.6rem 2.13rem;
	float: right;
	background-color: #F4F4F4;
	margin-top: 2.13rem;
}


/*优惠券 */
.coups{
    margin-top:2.33rem;    
}
.coups .title{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400; 
}
.coups .coupsList .coupsItem{
    display: flex;
    align-items: center;
    margin-top: 0.94rem;
}
.coups .coupsList .coupsItem>div{
    height: 32px;
}
.coups .coupsList .coupsItem .msg{
    margin-left: 0.53rem;
    margin-right:0.94rem ;
    height: 32px;
    line-height: 32px;
}
.coups .coupsList .coupsItem .msg.received{
    text-decoration-line: line-through;
    color: #999;
}
.coups .coupsList .coupsItem .has{
    font-size: 1rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
    line-height: 21px;
}
.coups .coupsList .coupsItem .nohas{
    font-size: 1rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #855A5B;
    line-height: 32px;
    cursor: pointer;
}
.thumbImg-list .swiper-slide{
    aspect-ratio: 1/1;
}
.thumbImg-list .swiper-slide.swiper-slide-thum-active{
    border: 1px solid #f50;
}

#goodsConfirmPop,#nogoodsConfirmPop,#goodsTiktokConfirmPop{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}
#goodsConfirmPop .bgCon,#nogoodsConfirmPop .bgCon,#goodsTiktokConfirmPop .bgCon{
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: none;
}
#goodsConfirmPop.popup .bgCon,#nogoodsConfirmPop.popup .bgCon,#goodsTiktokConfirmPop.popup .bgCon{
    display: block;
}
#goodsConfirmPop .carCon,#nogoodsConfirmPop .carCon,#goodsTiktokConfirmPop .carCon{
    width: 44%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100vh;
    padding: 3rem;
    transform: translateX(101%);
    visibility: hidden;
    overflow: hidden;
}
#goodsConfirmPop.popup .carCon,#nogoodsConfirmPop.popup .carCon,#goodsTiktokConfirmPop.popup .carCon{
    transform: translateX(0px);
    visibility: visible;
    transition: all 300ms;
}
#goodsConfirmPop .carCon .topCon,#nogoodsConfirmPop .carCon .topCon,#goodsTiktokConfirmPop .carCon .topCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#goodsConfirmPop .contain_info .title,#nogoodsConfirmPop .contain_info .title,#goodsTiktokConfirmPop .contain_info .title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
}
#goodsConfirmPop .contain_info .value,#goodsTiktokConfirmPop .contain_info .value{
    padding: 15px 16px;
    background: #F8F8F8;
    margin-top:15px;
}
#nogoodsConfirmPop .contain_info .value{
    height: 47px;
    background: #F8F8F8;
    display: inline-flex;
    width: 100%;
    line-height: 47px;
    margin-top: 15px;
    padding: 0 16px;
}
#nogoodsConfirmPop .contain_info .value.border{
    border: 1px solid #DCDEE0;
}
#nogoodsConfirmPop .contain_info .value input{
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
    background: transparent;
}
#nogoodsConfirmPop .contain_info .value textarea{
    resize: none;
    width: 100%;
    background: transparent;
    padding: 16px;
    outline: none;
    border: 0;
    height: 140px;
}

#goodsConfirmPop .attrGroups .value,#goodsTiktokConfirmPop .attrGroups .value{
    display: flex;
    justify-content: space-between;
    gap:24px;
}
#goodsConfirmPop .attrGroups .value .priceCon,#goodsTiktokConfirmPop .attrGroups .value .priceCon{
    flex:1;
}
#goodsConfirmPop .platPrice,#goodsTiktokConfirmPop .platPrice{
    width: 100%;
    margin-top: 15px;
    background: #fff;
}
.red{
    color: #F42F54;
}
#goodsConfirmPop .platPrice,#goodsConfirmPop .ownPrice,#goodsTiktokConfirmPop .platPrice,#goodsTiktokConfirmPop .ownPrice{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 16px;
}
#goodsConfirmPop .ownPrice input,#goodsTiktokConfirmPop .ownPrice input{
   border: none;
   outline: none;
   width: 100%;
   height: auto;
}
#nogoodsConfirmPop .nogoodsForm .formCol{
    flex: 1;
}
#goodsConfirmPop .confirmUpload,#goodsTiktokConfirmPop .confirmUpload,#nogoodsConfirmPop .confirmUpload,#goodsConfirmPop .AIgenerateImgBtn,#mkdShare .AIgenerateImgBtn{
    width: 264px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: #3B4656;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
#goodsConfirmPop .AIgenerateImgBtn,#mkdShare .AIgenerateImgBtn,#goodsTiktokConfirmPop .AIgenerateImgBtn,{
    background: #F42F54;
}
.generateAIimg{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}
.generateAIimg .bgCon {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: none;
}
.generateAIimg.popup .bgCon {
    display: block;
}
.generateAIimg .carCon{
    width: 64rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100vh;
    padding: 3rem;
    transform: translateX(64rem);
    visibility: hidden;
}
.generateAIimg.popup .carCon{
    transform: translateX(0px);
    visibility: visible;
    transition: all 300ms;
}
.generateAIimg .carCon .topCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.generateAIimg .carCon .topCon .title{
    font-weight:bold;
}
#generateImg .originImg,#goodsConfirmPop .originImg,#goodsTiktokConfirmPop .originImg,#mkdShareCon .originImg{
    background-color:#F8F8F8;
    padding:24px;
    font-size: 16px;
    color: #333333;
    display:flex;
    justify-content: space-between;
    align-items:center;
    border-radius: 8px;
}
.generateImgStatus{
    background-color:#F8F8F8;
    padding:24px;
    margin-top:24px;
    font-size: 16px;
    color: #333333;
    display:flex;
    justify-content: space-between;
    align-items:center;
    border-radius: 8px;
}
.generateImgStatus .red{
    color:#F42F54;
}
.generateImgStatus .downloadAiimg{
    background: #3B4656;
    border-radius: 6px;
    padding:13px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    color:#fff;
}
.viewBtns{
    display:flex;
    gap:10px;
    align-items:center;
}
.viewBtns .button{
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    padding:13px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}
.viewBtns .button.generate{
    background: #3B4656;
    color:#fff;
}
.AIimglist{
    margin-top:24px;
}
.AIimglist #AIimages{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap:20px;
}
.AIimglist #AIimages li{
    background: #F8F8F8;
    border-radius: 8px;
    border: 1px solid #979797;
    overflow: hidden;
}
.AIimglist #AIimages li img{
    width:100%;
    aspect-ratio: 1 / 1;
}
.aiImgConfirm{
    width: 264px;
    height: 70px;
    background: #3B4656;
    border-radius: 8px;
    margin:24px 0 auto auto;
    line-height:70px;
    text-align:center;
    cursor:pointer;
    color:#fff;
}