<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 瀹瑰櫒 */
#floatButtonWrap{
    position: fixed;
    bottom: 0;
    z-index: 1000008;
    width: 100%;
    height: 13.33vw;
    background-color: #ff272f;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 鎸夐挳 */
#floatButtonWrap a{
    display: block;
    width: 59.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 鍒嗗壊绾� */
#floatButtonWrap div{
    width: 0.5%;
    height: 60%;
    background-color: white;
}

/* icon */
#floatButtonWrap a img{
    margin-right: 1vw;
    height: 6vw;
}

/* 鏂囧瓧 */
#floatButtonWrap a p{
    font-size: 4.23vw;
    line-height: 13.33vw;
    color: white;
}</pre></body></html>