<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floatArea {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.floatArea .floatCollect,
.floatArea .floatTop,
.floatArea .floatRemind {
    position: relative;
    display: block;
    margin: 15px 0;
}

.floatArea .floatCollect .floatCollectCount,
.floatArea .floatRemind .floateRemindNotice {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -4px;
    top: -4px;
    background-color: #FF6B00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    z-index: 2;
}

.floatArea .floatRemind:hover .floateRemindNotice{
    background-color: #FFF;
    color: #FF6B00;
}

.floatArea .floatCollect .floatCollectBtn,
.floatArea .floatTopBtn,
.floatArea .floatRemindBtn {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0px 2px 6px #000000;
    cursor: pointer;
    position: relative;
}

.floatArea .floatRemindBtn a{
    display: block;
    z-index: 9;
}

.floatArea .floatRemindBtn &gt; .hoverText{
    display: none;
}

.floatArea .floatRemind:hover .floatRemindBtn{
    background-color: #FF6B00;
}

.floatArea .floatRemind:hover .floatRemindBtn &gt; .hoverText{
    font-size: 12px;
    line-height: 16px;   
    width: 24px;
    height: 24px;
    color: #FFF;
    text-align: center;
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
}

.floatArea .floatRemind:hover .floatRemindBtn img{
    opacity: 0;
}

.floatArea .floatCollect .floatCollectBtn img,
.floatArea .floatTopBtn img,
.floatArea .floatRemindBtn img {
    width: 100%;
}

.floatArea .floatCollect .floatCollectBtn &gt; .floatCollectList,
.floatArea .floatCollect .floatCollectList {
    display: none;
}

/* ���摱��𣂼�𡁏暑��� */
.floatAreaEvent{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.floatAreaEvent .floatRemind{
    margin: 0;
    display: flex;
    align-items: center;
    background-color: #424242;
    height: 60px;
    width: 100%;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.25));
}
.floatAreaEvent.eventBC .floatRemind{
    background-color: #926B32;
}
.floatAreaEvent .floatRemind .close{
    width: 18px;
    height: 18px;
    padding: 16px;
    box-sizing: content-box;
    flex-shrink: 0;
}
.floatAreaEvent .floatRemind .close img{
    width: 100%;
    height: 100%;
}
.floatAreaEvent .floatRemindBtn{
    margin: 0;
    display: flex;
    align-items: center;
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0 16px;
}
.floatAreaEvent .floatRemindBtn:hover{
    color: #fff;
}
.floatAreaEvent .floatRemind:hover .floatRemindBtn{
    background-color: transparent;
}
.floatAreaEvent .text{
    display: inline-block;
    border-radius: 20px;
    background-color: #000;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 13px;
    display: none;
}
.floatAreaEvent.eventBC .text{
    display: flex;
}
.floatAreaEvent .floatRemindBtn &gt; .hoverText{
    display: block;
    font-size: 15px;
}
.floatAreaEvent .floatRemind:hover .floatRemindBtn &gt; .hoverText{
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
}
.floatAreaEvent .floateRemindNotice{
    display: none;
}

@media screen and (min-width: 768px) {
    .floatArea {
        right: 32px;
        bottom: 32px;
    }

    .floatArea .floatCollect .floatCollectBtn,
    .floatArea .floatTopBtn,
    .floatArea .floatRemindBtn {
        width: 60px;
        height: 60px;
    }

    .floatArea .floatRemind:hover .floatRemindBtn &gt; .hoverText{
        font-size: 15px;
        line-height: 20px;   
        width: 36px;
        height: 36px;
        color: #FFF;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        left: 12px;
    }

    .floatArea .floatCollect .floatCollectCount,
    .floatArea .floatRemind .floateRemindNotice {
        width: 20px;
        height: 20px;
        line-height: 20px;
        right: -6px;
        top: 0px;
    }
    /* ���摱��𣂼�𡁏暑��� */
    .floatAreaEvent{
        width: 60px;
        height: 60px;
        position: fixed;
        left: auto;
        right: 40px;
        bottom: 80px;
        transition: width .2s ease;
    }
    .floatAreaEvent .floatRemind{
        border-radius: 90px;
        background-color: #000;
        filter: none;
        box-shadow: 0px 2px 6px #000000;
    }
    .floatAreaEvent.eventBC .floatRemind{
        background-color: #000;
    }
    .floatAreaEvent .floatRemindBtn{
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .floatAreaEvent .floatRemindBtn &gt; .hoverText{
        display: none;
    }
    .floatAreaEvent .text{
        margin: 0;
        padding: 0;
        height: 60px;
        width: 2em;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        font-size: 15px;
    }
    .floatAreaEvent .floatRemind .close{
        display: none;
    }
    .floatAreaEvent .floateRemindNotice{
        display: block;
    }
    .floatAreaEvent .floatRemind .floateRemindNotice{
        background-color: #ff6b00;
    }
    .floatAreaEvent.eventBC .floatRemind .floateRemindNotice{
        background-color: #926B32;
    }
    .floatAreaEvent:hover{
        width: 84px;
    }
    .floatAreaEvent.eventBC:hover .floatRemind{
        background-color: #C6961E;
    }
    .floatAreaEvent:hover .floatRemind{
        background-color: #ff6b00;
    }
    .floatAreaEvent:hover .floatRemindBtn{
        width: 84px;
    }
    .floatAreaEvent:hover .text{
        display: none;
    }
    .floatAreaEvent:hover .hoverText{
        display: flex;
        width: 4em;
        line-height: 1.2;
        align-items: center;
        justify-content: center;
    }
    .floatAreaEvent .floatRemind:hover .floatRemindBtn &gt; .hoverText{
        line-height: 1.2;
        width: 4em;
        height: 60px;
        display: flex;
        position: relative;
        top: auto;
        left: auto;
    }
    .floatAreaEvent .floatRemind:hover .floateRemindNotice{
        color: #ff6b00;
    }
    .floatAreaEvent.eventBC .floatRemind:hover .floateRemindNotice{
        background-color: #fff;
        color: #C6961E;
    }
}

@media screen and (min-width: 1024px) {
    .floatArea {
        right: 42px;
        bottom: 42px;
    }

    .floatArea .floatCollect .floatCollectList {
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 12px 12px 0 12px;
        width: 260px;
        bottom: 0px;
        right: 68px;
        padding: 16px;
    }

    .floatArea .floatCollect .floatCollectBtn:hover::before {
        content: '';
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 120px;
        height: 120px;
        background: transparent;
        display: block;
        z-index: -1;
    }

    .floatArea .floatCollect .floatCollectBtn:hover &gt; .floatCollectList {
        display: block;
    }

    .floatArea .floatCollect .floatCollectList h3 {
        line-height: 26px;
        margin-bottom: 8px;
    }

    .floatArea .floatCollect .floatCollectList ul {
        /* margin: 20px 0; */
    }

    .floatArea .floatCollect .floatCollectList ul li {
        margin-bottom: 4px;
    }


    .floatArea .floatCollect .floatCollectList ul li:last-child {
        margin-bottom: 0px;
    }

    .floatArea .floatCollect .floatCollectList ul li img,
    .floatArea .floatCollect .floatCollectList ul li p {
        display: inline-block;
        vertical-align: middle;
    }

    .floatArea .floatCollect .floatCollectList ul li img {
        height: 71px;
        width: auto;
        margin-right: 8px;
    }

    .floatArea .floatCollect .floatCollectList ul li p.multiLine1 {
        width: calc(100% - 63px);
        height: auto;
        line-height: 22px;
        display: -webkit-inline-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: initial;
    }

    .floatArea .floatCollect .floatCollectList p a {
        text-align: left;
        display: block;
    }


}

@media screen and (min-width: 1440px) {}</pre></body></html>