.collected{
    border: solid 1px #f09b15;
    color: #f09b15 !important;
}

.uncollect{
    border: solid 1px black;
    color: black !important;
}

.card{
    position: fixed;
    bottom: 70px;
    width: 180px;
    border: solid 0.5px lightgrey;
    border-radius: 5px;
}

.card-header{
    padding: 8px 5px;
    font-size: 18px;
    background-color: rgba(33, 37, 41, 0.03);
}

#tagsList {
    position: absolute;
    width: 650px;
    height: 500px;
    right: 10px;
}
#tagsList a {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Microsoft YaHei;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 6px;
}
#tagsList a:hover {
    color: #FF0000;
    letter-spacing: 2px;
}

.container-fluid{
    padding: 0;
}

.recommendservice-container{
    position: relative;
    bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    font-weight: bold;
    color: #666666;
    border-left: darkblue solid;
    padding-left:5px;
}

.recommendservice-container a{
    color: #666666;
}

.recommendservice-container a:hover{
    color: #2d50d3;
}

@media (min-width:240px) and (max-width:900px) {
    .recommendservice-container {
        width: auto;
        bottom: 0
    }
}

/* 二维码容器样式 */
.qr-code {
    display: none;
    position: absolute;
    /* bottom: 100%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9;
    margin-top: 10px;
}

/* 鼠标悬停时显示二维码 */
.download-button:hover .qr-code {
    display: block;
}

/* 二维码图片样式 */
.qr-code img {
    width: 140px;
    height: 140px;
}