<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍥㈣喘棣栭〉 */
.tuangou-banner {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(153, 153, 158, .2);
}

.tuangou-banner &gt; .tuangou-banner-item {
    display: inline-block;
    padding: 20px 24px;
    color: #333333;
    float: left;
    margin-right: 15px;
}

.tuangou-banner &gt; .tuangou-banner-item.active {
    color: #0b76de;
    font-weight: 800;
    border-bottom: 4px solid #0b76de;
}

.tuangou-paginator {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-bottom: 100px;
}

.tuangou-goods-list-box {
    width: 100%;
    height: auto;
    float: left;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item {
    width: 277.5px;
    height: auto;
    float: left;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item.first {
    margin-left: 0;
}

.tuangou-box-goods-item:hover {
    box-shadow: 0 4px 10px 0 rgba(153, 153, 158, .2);
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-thumb {
    position: relative;
    width: 100%;
    height: 208px;
    float: left;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-thumb img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-thumb &gt; .type-text {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    padding: 2px 3px;
    font-size: 12px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-title {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fbfbfb;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box {
    display: flex;
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 15px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .goods-price {
    flex: 1;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .goods-price &gt; .charge {
    font-size: 20px;
    font-weight: 700;
    color: #df0021;
    line-height: 40px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .goods-price &gt; .original-charge {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 40px;
    text-decoration: line-through;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .buy-button {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background-color: rgb(223, 0, 33);
    border-radius: 3px;
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .buy-button:hover {
    background-color: rgba(223, 0, 33, .9);
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .buy-button.blank {
    background-color: rgb(11, 118, 222);
}

.tuangou-goods-list-box &gt; .tuangou-box-goods-item &gt; .goods-price-box &gt; .buy-button.blank:hover {
    background-color: rgba(11, 118, 222, .9);
}

/* 鍥㈣喘鍟嗗搧璇︽儏 */
.tuangou-goods-info .tuangou-charge-box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    line-height: 44px;
}

.tuangou-goods-info .tuangou-charge-box &gt; .name {
    width: auto;
    height: auto;
    float: left;
    letter-spacing: 15px;
    color: rgba(0, 0, 0, .6);
}

.tuangou-goods-info .tuangou-charge-box &gt; .value {
    flex: 1;
}

.tuangou-goods-info .tuangou-charge-box &gt; .value &gt; .charge {
    font-size: 20px;
    font-weight: 600;
    color: red;
}

.tuangou-goods-info .tuangou-charge-box &gt; .value &gt; .original-charge {
    font-size: 14px;
    color: #aaaaaa;
    text-decoration: line-through;
    margin-left: 10px;
}

.tuangou-goods-info .tuangou-date {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.tuangou-goods-info .tuangou-date &gt; .name {
    width: auto;
    height: auto;
    float: left;
    letter-spacing: 15px;
    color: rgba(0, 0, 0, .6);
    padding-top: 3px;
}

.tuangou-goods-info .tuangou-date &gt; .value {
    flex: 1;
}

.tuangou-goods-info .tuangou-date &gt; .value &gt; .date-item {
    display: inline-block;
    padding: 2px 5px;
    background-color: rgb(223, 0, 33);
    color: white;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
}

.tuangou-goods-info .tuangou-date &gt; .value &gt; .unit {
    display: inline-block;
    padding: 2px;
    color: #333333;
}

.tuangou-goods-info .tuangou-options {
    width: 100%;
    height: auto;
    float: left;
}

.tuangou-goods-info .tuangou-options &gt; .buttons {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tuangou-goods-info .tuangou-options &gt; .buttons &gt; .tuangou-buy-button {
    display: inline-block;
    width: auto;
    height: 40px;
    float: left;
    padding: 0 18px;
    margin-right: 30px;
    line-height: 40px;
    color: white;
    background-color: rgb(223, 0, 33);
    border-radius: 3px;
}

.tuangou-goods-info .tuangou-options &gt; .buttons &gt; .tuangou-buy-button.blank {
    background-color: rgb(11, 118, 222);
}

.tuangou-goods-info .tuangou-options &gt; .buttons &gt; .tuangou-buy-button:hover {
    background-color: rgba(223, 0, 33, .9);
}

.tuangou-goods-info .tuangou-options &gt; .buttons &gt; .tuangou-buy-button.blank:hover {
    background-color: rgba(11, 118, 222, .9);
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items {
    width: 100%;
    height: auto;
    float: left;
    background-color: rgba(223, 0, 33, .1);
    border: 1px dashed rgba(223, 0, 33, .4);
    border-radius: 3px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dashed rgba(223, 0, 33, .4);
    padding: 10px;
    display: flex;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item:hover {
    background-color: rgba(223, 0, 33, .09);
    cursor: pointer;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item.last {
    border-bottom: 0;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .create-user-info {
    width: auto;
    height: auto;
    float: left;
    line-height: 44px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .create-user-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .create-user-info .create-user-info-nickname {
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    margin-left: 5px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .num {
    width: auto;
    height: auto;
    float: left;
    line-height: 44px;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    padding-left: 15px;
    padding-right: 15px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .goods-item-date {
    flex: 1;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 44px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .goods-item-date &gt; .date-item {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: rgb(223, 0, 33);
    color: white;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 600;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .goods-item-date &gt; .unit {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 3px;
    padding-right: 3px;
    color: #333333;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .options {
    width: auto;
    height: auto;
    float: left;
    padding-left: 15px;
    line-height: 44px;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .options &gt; .btn-join-goods-item {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    background-color: rgb(223, 0, 33);
    color: white;
    text-align: center;
}

.tuangou-goods-info .tuangou-options &gt; .tuangou-items &gt; .goods-item &gt; .options &gt; .btn-join-goods-item:hover {
    background-color: rgba(223, 0, 33, .9);
}</pre></body></html>