/*网站导航页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;
    }
}
/*列表页角标*/
.tipss {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 60px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
}
.tipss i {
    font-size: 0.1rem;
    font-weight: 600;
    margin-right: 5px;
}
.tipss_down{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    margin-right: 0px;
    float: right;
    z-index: 1;
    font-size: 12px;
    padding: .25em .8em;
    color: #fff;
    line-height: 1.2;
}
.yellow{
    background-color: #f9c851;
}
.success{
    background-color: #10c469;
}
.orange{
    background-color: #ff416c;
}