/* 隧道代理页面特定样式 */

/* 字体加粗样式 */
.fontWB {
    font-weight: bold;
}

/* 产品包装内容高度设置 */
.product-package .package-content.tabpage-count {
    height: 710px;
}

/* 红色按钮样式 */
.qg-button[color=red] {
    background-color: #D93026;
    border-color: #D93026;
}

/* 主题色字体样式 */
.qg-color__font {
    color: #119f93 !important;
    text-decoration: none !important;
}