<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 绉掓潃棣栭〉 */
.miaoshao-goods-list-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

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

.miaosha-box-goods-item {
    width: 277.5px;
    height: auto;
    float: left;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.miaosha-box-goods-item.first {
    margin-left: 0;
}

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

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

.miaosha-box-goods-item &gt; .goods-thumb &gt; img {
    width: 100%;
    height: 216px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.miaosha-box-goods-item &gt; .goods-thumb &gt; .type-label {
    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;
}

.miaosha-box-goods-item &gt; .goods-title {
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.miaosha-box-goods-item &gt; .goods-price-box &gt; .goods-price {
    flex: 1;
    text-align: left;
}

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

.miaosha-box-goods-item &gt; .goods-price-box &gt; .goods-price &gt; .price small {
    font-size: 14px;
    font-weight: 400;
    color: #df0021;
}

.miaosha-box-goods-item &gt; .goods-price-box &gt; .goods-price &gt; .original-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #aaaaaa;
    text-decoration: line-through;
}

.miaosha-box-goods-item &gt; .goods-price-box &gt; .goods-price &gt; .original-price &gt; small {
    font-size: 12px;
}

.miaosha-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: #df0021;
    border-radius: 2px;
}

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

.miaosha-title {
    font-size: 36px;
    font-weight: 800;
    color: #df0021;
}

/* 棣栭〉杩囨护banner */
.miaosha-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);
}

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

.miaosha-banner &gt; .miaosha-banner-item.active {
    color: rgb(11, 118, 222);
    font-weight: 800;
    border-bottom: 4px solid rgb(11, 118, 222);
}

/* 绉掓潃璇︽儏鐣岄潰 */
.miaosha-info-box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.miaosha-info-box &gt; .miaosha-charge-box {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-bottom: 15px;
}

.miaosha-info-box &gt; .miaosha-charge-box &gt; .name {
    width: auto;
    height: 44px;
    line-height: 44px;
    color: #aaaaaa;
    padding-right: 15px;
    letter-spacing: 10px;
}

.miaosha-info-box &gt; .miaosha-charge-box &gt; .value {
    flex: 1;
    line-height: 44px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: rgb(223, 0, 33);
}

.miaosha-info-box &gt; .miaosha-charge-box &gt; .value &gt; small {
    font-size: 12px;
}

.miaosha-info-box &gt; .miaosha-num-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    display: flex;
}

.miaosha-info-box &gt; .miaosha-num-box &gt; .name {
    width: auto;
    height: 44px;
    line-height: 44px;
    color: #aaaaaa;
    padding-right: 15px;
    letter-spacing: 10px;
}

.miaosha-info-box &gt; .miaosha-num-box &gt; .value {
    flex: 1;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
}

.miaosha-info-box &gt; .miaosha-date-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    display: flex;
}

.miaosha-info-box &gt; .miaosha-date-box &gt; .name {
    width: auto;
    height: 44px;
    line-height: 44px;
    color: #aaaaaa;
    padding-right: 15px;
    letter-spacing: 10px;
}

.miaosha-info-box &gt; .miaosha-date-box &gt; .value {
    flex: 1;
    padding-top: 8px;
}

.miaosha-info-box &gt; .miaosha-date-box &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;
}

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

.miaosha-info-box &gt; .miaosha-options-box {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
}

.miaosha-buy-button {
    width: auto;
    height: 40px;
    float: left;
    margin-right: 30px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #ffffff;
    background-color: #df0021;
    border-radius: 5px;
    cursor: pointer;
}

.miaosha-buy-button.blank {
    background-color: rgb(11, 118, 222);
}

.course-info-box {
    height: 390px;
}


/* 绉掓潃鐣岄潰楠岃瘉鐮佸脊绐� */
.miaosha-captcha-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.miaosha-captcha-container .miaosha-captcha-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 200px;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    margin-top: -85px;
    margin-left: -170px;
}</pre></body></html>