.link-qrcode a {
    color: #36af18;
}

.img-zhutu img {
    max-width: 50%;
}

.badge-yt {
    display: inline-flex;
    min-width: 10px;
    padding: 0px 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(255 80 0);
    border-radius: 35px;
    margin-left: 20px;
    align-items: center;
    align-content: stretch;
    justify-content: space-evenly;
}

.badge-yt span {
    font-size: 30px;
    font-weight: 500;
    text-decoration: line-through;
}

.fw-bold {
    font-size: 18px;
    font-weight: 600;
}

.rt-std {
    margin: 15px 0px 20px;
    font-size: 16px;
}

.info_mid {
    flex: 1;
    position: relative;
    text-align: center;
    padding-bottom: 8%;
}

.info_mid::before {
    content: '';
    /* 伪元素需要内容，但这里我们不显示任何内容 */
    position: absolute;
    /* 绝对定位以相对于父元素定位 */
    left: 0;
    /* 从左边开始 */
    top: 30%;
    /* 从顶部开始 */
    bottom: 0;
    /* 延伸到底部 */
    height: 70%;
    /* 设置你想要的“边框”长度 */
    border-left: 2px solid #dddddd;
    /* 创建左边的边框 */
}

.info_mid::after {
    content: '';
    position: absolute;
    right: 0;
    /* 从右边开始 */
    top: 30%;
    bottom: 0;
    height: 70%;
    border-right: 2px solid #dddddd;
    /* 创建右侧的边框 */
}

.info_l1 {
    flex: 1;
    text-align: center;
}

.info_table {
    display: flex;
    width: 45%;
    justify-content: space-around;
    background: #e8e8e8;
    border-radius: 12px;
    border-top-width: 0px;
    padding-top: 1.2%;
    height: 0;
    padding-bottom: 5.8%;
}

.info_table p {
    margin: 2px 0 -3px;
    font-weight: 1000;
}

.info_table span {
    color: #949494;
    font-size: 11px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 8px 37px;
    font-size: 16px;
    line-height: 1.333333;
    font-weight: 600;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: rgb(1 153 254);
    border-color: rgb(1 153 254)
}

.tab-content {
    padding: 20px;
    /* 内容区内边距 */
    background-color: #f5f6f7;
    /* 内容区背景色 */
}

/* 选项卡导航样式 */
.tab-container {
    display: flex;
    background: #e8e8e8;
}

.tab {
    padding: 7px 25px 4px 25px;
    cursor: pointer;
    transition: all 0.1s ease;
    font-size: 16px;
}

.tab.active {
    border-top: 3px solid #0199FE;
    /* 当前选中选项卡的样式 */
    color: black;
    background: #f5f6f7;
}

/* 选项卡内容样式 */
.tab-content {
    display: none;
    padding: 20px;
    border-top: none;
}

.tab-content.active {
    display: block;
    /* 显示当前选中选项卡的内容 */
}

/* 容器样式 */
.icon-button-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    border: 1px solid rgb(213 213 213);
    border-top: none;
    background-color: #f5f6f7;
}

/* 单个按钮样式 */
.icon-button {
    text-align: center;
    color: #333;
}

/* 图标样式 */
.icon-button img {
    width: 40px;
    /* 调整图标大小 */
    height: 40px;
    margin-bottom: 5px;
}

/* 顶部标题样式 */
.tb-header {
    text-align: left;
    padding: 10px 15px;
    background-color: #e8e8e8;
    font-weight: bold;
}

/*展示卡片样式*/
.custom-tab-container {
    margin: 20px auto;
    border: 1px solid #ddd;
}

.custom-tab-header {
    display: flex;
    background-color: #e8e8e8;
    font-size: 17px;
}

.custom-tab-header div {
    flex: 1;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}

.custom-tab-header .custom-active {
    background-color: #0199FE;
    color: white;
}

.custom-tab-header div:not(.custom-active) {
    color: #333;
}

.custom-tab-content {
    display: none;
    padding: 15px;
    border: 1px solid rgb(213 213 213);
    border-top: 3px solid #0199FE;
}

.custom-tab-content.custom-active {
    display: block;
}

/* 内容项样式 */
.custom-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.custom-item-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.custom-item-link {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.custom-item-link:hover {
    text-decoration: underline;
}

/*mini卡品展示*/

.section-title span {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1.5px dotted #dddddd;
    width: 100%;
}

.product-item:last-child {
    border-bottom: none;
}

.product-image {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.product-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title .col-md-9 {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    padding-top: 8.5px;
}

.product-title .col-md-9>div {
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 超出内容显示省略号 */
    white-space: nowrap;
    /* 禁止换行 */
    flex-grow: 1;
    /* 使该元素占据剩余空间 */
}

.product-title .col-md-9 a {
    color: #0b0b0b;
}

.product-title .col-md-3 {
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    color: #999;
    height: 30px;
    padding: 10px 0px;
}

.product-title a {
    color: #999;
}

.product-title a:hover,
.icon-button-container a:hover {
    color: #36af18;
}

.mini-info {
    padding: 15px 15px 0 5px;

}

.mini-info_mid {
    flex: 1;
    position: relative;
    text-align: center;
    padding-bottom: 8%;
}

.mini-info_mid::before {
    content: '';
    /* 伪元素需要内容，但这里我们不显示任何内容 */
    position: absolute;
    /* 绝对定位以相对于父元素定位 */
    left: 0;
    /* 从左边开始 */
    top: 20%;
    /* 从顶部开始 */
    bottom: 0;
    /* 延伸到底部 */
    height: 35%;
    /* 设置你想要的“边框”长度 */
    border-left: 1.5px solid #dddddd;
    /* 创建左边的边框 */
}

.mini-info_mid::after {
    content: '';
    position: absolute;
    right: 0;
    /* 从右边开始 */
    top: 20%;
    bottom: 0;
    height: 35%;
    border-right: 1.5px solid #dddddd;
    /* 创建右侧的边框 */
}

.mini-info_l1 {
    flex: 1;
    text-align: center;
}

.mini-info p {
    font-size: 13px;
    font-weight: 700;
    margin: 1px 0;
    white-space: nowrap;
}

.mini-info span {
    color: #949494;
    font-size: 12px;
    font-weight: 500;

}

.mini-btn {
    margin-left: -20px;
    border-radius: 30px;
    margin-top: -8px;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 600;
}

.header-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 图片会填充整个容器，同时保持宽高比 */
    object-position: center;
    /* 图片居中显示 */
}

.tab-content .col-md-1 {
    padding: 15px;
}

.tab-content .col-md-11 {
    height: 75.73px;
    align-items: center;
    display: flex;
    color: #0199fe;
    font-size: 22px;
    font-weight: bold;
    /* margin-left: 0; */
}

.qa-group {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    /* 设置下边框 */
}

.qa-group:last-child {
    border-bottom: none;
    /* 去除最后一个问答组的下边框 */
}

.qa-group p {
    margin: 5px 0;
}