.card {
    opacity: 0.7;
}

.modal-dialog {
    opacity: 0.7;
}

/* section.bg-image {
    padding: 40px 0;
} */

#footer {
    padding: 10px 0 10px 0;
}

#footer .footer-bottom {
    text-align: center;
    margin-top: 5px;
}

/* 修改首页按钮位置，增加顶部边距使按钮下移 */
.owl-slide .carousel-caption .btn {
    margin-top: 380px; /* 默认值可能是25px，这里增加到50px使按钮下移 */
}

/* 文本logo样式 */
.text-logo {
    display: flex;
    align-items: center;
    height: 30px;
}

.text-logo span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .text-logo span {
        font-size: 16px;
    }
}

/* 客服信息样式 */
.support-info {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    padding: 0 15px;
    line-height: 60px;
}

@media (max-width: 991px) {
    .support-info {
        display: none;
    }
}