<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
	display: none;
}


.g-main .product-spec {
	margin-bottom: 1.3rem;
}

.g-main .product-spec .title {
	margin-bottom: 20px;
	font-size: 15px;
}

.g-main .product-spec ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.g-main .product-spec ul li {
	position: relative;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #ededed;
    cursor: pointer;
    margin-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    color: #222222;
    text-align: center;
    min-width: calc((100% - 50px) / 5);
	height: 43px;
    font-size: 14px;
}

.product .spec-list li:nth-child(3n) {
    margin-right: 0;
}

.g-main .product-spec ul li:hover {
	border: 1px solid #ff4200;
}

.g-main .product-spec ul li.active {
	color: white;
	background-color: #ff4200;
	border: 1px solid #ff4200;
}

.g-main .product-spec ul li.active a {
	color: white;
}

.g-main .product-spec ul li .hot {
	right: 0;
    top: -7px;
    position: absolute;
}

.g-main .product-spec ul li .badge {
	position: absolute;
    left: -1px;
    top: -12px;
    font-size: 12px;
    padding: 1px 8px;
    color: #FFFFFF;
    background: #9749ed;
    /* background: linear-gradient(#e66465, #9198e5); */
    border-radius: 10px 5px 10px 0px;
}

</pre></body></html>