<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ç½‘ç«™å¯¼èˆªé¡µVIPè´­ä¹°æŒ‰é’®CSS*/
.fuid-vip-link {
    text-align: center;
}
.fuid-vip-link img {
    width: 24px;
    display: initial;
}
.fuid-vip-link a {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    color: #A16629;
    border-radius: 30px;
    background: linear-gradient(151deg,#FEEDC2 0%, #fef1d2 100%);
    transition: all .5s cubic-bezier(.215,.61,.355,1),
    transform .5s cubic-bezier(.215,.61,.355,1),
    -webkit-box-shadow .5s cubic-bezier(.215,.61,.355,1),
    -webkit-transform .5s cubic-bezier(.215,.61,.355,1)
}
.fuid-vip-link a:hover{
	box-shadow: 0 6px 18px -6px rgb(255 199 115 / 38%);
}
@media(max-width:746px){
    .fuid-vip-link{
        display: none;
    }
}
/*!
 * RiPro-V5  (https://ritheme.com/)
 * Copyright 2023 The Theme Authors RiTheme
 * Licensed under (https://ritheme.com/theme/ripro-v5.html)
 */
</pre></body></html>