@charset "UTF-8";

.product-detail[data-v-d6c73134] {
	background: #fff;
	min-height: 100vh;
	padding-bottom: 0.75rem
}

.loading-container[data-v-d6c73134] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12.5rem
}

.loading-text[data-v-d6c73134] {
	font-size: .875rem;
	color: #718096
}

.auth-banner[data-v-d6c73134] {
	height: 116px;
	padding: 5px
}

.auth-banner uni-image[data-v-d6c73134] {
	width: 100%;
	height: 100%
}

.auth-icon[data-v-d6c73134] {
	font-size: 1rem;
	color: #fff
}

.auth-text[data-v-d6c73134] {
	color: #fff;
	font-size: .875rem;
	font-weight: 500
}

.product-card[data-v-d6c73134] {
	background: #fff;
	margin: .1rem;
	border-radius: .625rem;
	padding: 1.25rem;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.05);
	transition: all .3s ease
}

.product-card[data-v-d6c73134]:active {
	transform: scale(.98);
	box-shadow: 0 .0625rem .3125rem rgba(0,0,0,.1)
}

.product-image-container[data-v-d6c73134] {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 1.25rem;
	overflow: visible
}

.product-image[data-v-d6c73134] {
	width: 11.5625rem;
	height: 11.5625rem;
	border-radius: .5rem
}

.trace-btn[data-v-d6c73134] {
	width: 59px;
	    height: 30px;
	    background: #CC2525;
	    color: #FFFFFF;
	    font-size: 15px;
	    text-align: center;
	    line-height: 30px;
	    position: absolute;
	    z-index: 999999;
	    right: 0;
	    top: 152px;
	    border-top-left-radius: 100px;
	    border-bottom-left-radius: 100px;
}

.product-info[data-v-d6c73134] {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	align-items: center;
	margin-top: -171px;
}

.product-name[data-v-d6c73134] {
	/* font-size: 1rem;
	font-weight: 700;
	color: #2d3748;
	text-align: center; */
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 16px;
	text-align: center;
	

}

.product-details[data-v-d6c73134] {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	align-items: center
}

.product-price[data-v-d6c73134] {
	font-size: 15px;
	font-weight: 400;
	color: #696969;
	line-height: 21px;
	text-align: center;
	margin-top: -30px;
}

.product-spec[data-v-d6c73134] {
	font-size: 15px;
	font-weight: 400;
	color: #696969;
	line-height: 21px;
	text-align: center;
	margin-top: -25px;
}

.club-card[data-v-d6c73134] {
	height: 220px;
	border-radius: .625rem;
	overflow: hidden;
	position: relative;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.1);
	margin: 10px;
}

.club-banner[data-v-d6c73134] {
	width: 100%;
	height: 7.5rem
}

.club-content[data-v-d6c73134] {
	background: #fff;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .25rem
}

.club-title[data-v-d6c73134] {

	margin-left: -25px;
	    color: #db5057;
	    font-size: 19px;
	    font-weight: bold;
	    margin-top: -126px;
}

.club-subtitle[data-v-d6c73134] {
	color: #828282;
	margin-left: -25px;
	    font-size: 19px;
	    margin-top: -30px;
}
