<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gdetail .gdetail-content 
{
    line-height: 28px;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 22px;
}

.gdetail .gdetail-price 
{
    line-height: 1;
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.gdetail .gdetail-price &gt; em {
    height: 24px;
    display: flex;
    align-items: center;
    align-items: flex-end;
    font-size: 24px;
    color: #fe2644;
    margin-right: 12px;
}

.gdetail .gdetail-price &gt; span {
    height: 22px;
    border: 1px solid #fab596;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    font-size: 14px;
    color: #fe2644;
	margin-right: 12px;
}

.gdetail .gdetail-tags 
{
    display: flex;
    align-items: center;
    color: #a1a1a1;
    font-size: 16px;
    margin-top: 20px;
}

.gdetail .gdetail-tags &gt; a
{
	color: #a1a1a1;
	margin-right:10px;
}

.label-tag
{
	font-size:16px;
	display: inline-block; /* 将元素设置为内联块级 */  
	margin: 5px;
}

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