a.f14, input.f14 {
    font-size: 14px !important;
}

a.f16, h3.f16, span.f16, input.f16 {
    font-size: 16px !important;
}

div.hide {
    display: none !important;
}

header.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s ease-in;
}

header.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.link-thumbnail .title {
    position: absolute;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 4;
    top: 10%;
    font-size: 2.2rem;
    letter-spacing: 8px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 10px #000;
    -webkit-text-stroke: 1px #aaa;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.link-thumbnail:hover .title {
    top: 11%;
    font-size: 2.4rem;
}

div.product-img-list div.item {
    border: 0;
    padding: 0;
    margin: 0;
    height: 360px;
    /*min-height: 300px;
    max-height: 400px;*/
}

div.product-img-list div.item img {
    /*max-height: 100%;
    max-width: 100%;*/
    height: 100%;
    object-fit: contain;
}

section:has(div.product-img-list) {
    padding-top: 0;
    padding-bottom: 71px;
}

p.first-big:first-letter {
    font-size: 48px;
    line-height: 48px;
    /*font-weight: bold;*/
    float: left;
}

p.first-space {
    text-indent: 2em;
}

h3.ls-10 {
    letter-spacing: 10px;
}

.cursor-pointer {
    cursor: pointer !important;
    transition: .2s all ease;
}

.cursor-pointer:hover {
    transform: scale(0.9, 0.9);
}

div.short-banner {
    height: calc(30vh - 117px) !important;
    min-height: 330px !important;
}

div.short-banner:before {
    height: calc(30vh - 117px) !important;
    min-height: 330px !important;
}

span.no-bg {
    background-color: transparent !important;
    -webkit-box-shadow: 0.5em 0 0 transparent, -0.5em 0 0 transparent !important;
    box-shadow: 0.5em 0 0 transparent, -0.5em 0 0 transparent !important;
}

ol.my-list li {
    list-style: decimal;
}

.home-slider .owl-item {
    opacity: initial;
}

div.my-title-0 > h2 {
    display: inline-block;
    padding: 0.4em 0.6em;
    font-size: 1.5em;
    /*background-color: #00c15e;
    border: 1px solid #009b4c;*/
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 8px; /* 圆角改大 */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 增加阴影效果 */
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

div.my-title-0 > h2:hover {
    background-color: #009b4c;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

div.my-title-0 > h2:active, div.my-title-0 > h2.my-selected {
    background-color: #009b4c;
    color: #fff;
    box-shadow: none;
    transform: translateY(2px);
}

div.my-title-0 > h2:not(:first-child) {
    margin-left: 1.5em;
}

p.my-title-0-desc {
    /*font-size: 1.2em;
    font-weight: bold;*/
}

div.my-title-1 > h2 {
    display: inline-block;
    padding: 0.2em 0.3em;
    font-size: 1.2em;
    /*background-color: #aebbc9;
    border: 1px solid #8d98a3;*/
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

div.my-title-1 > h2:hover {
    /*background-color: #8d98a3;*/
    color: #fff;
    background-color: #009b4c;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

div.my-title-1 > h2:active, div.my-title-1 > h2.my-selected {
    background-color: #009b4c;
    /*background-color: #8d98a3;*/
    color: #fff;
    box-shadow: none;
    transform: translateY(1px);
}

div.my-title-1 > h2:not(:first-child) {
    margin-left: 0.8em;
}

div.my-tab-content > h2 {
    font-size: 1.2em;
    font-weight: initial;
}

div.my-tab-content > ul > li {
    list-style: initial !important;
    margin-left: 14px;
}

/* 面包屑导航样式 */
div.my-breadcrumb {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    white-space: nowrap; /* 防止换行 */
    overflow-x: auto; /* 添加水平滚动条 */
    -webkit-overflow-scrolling: touch; /* 平滑滚动 */
}

div.my-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex; /* 使用内联弹性布局 */
    align-items: center;
}

/* 父目录样式 */
div.my-breadcrumb ul.parent {
    display: inline-flex;
    align-items: center;
}

div.my-breadcrumb ul.parent li {
    display: inline-flex;
    align-items: center;
}

div.my-breadcrumb ul.parent li:not(:last-child):after {
    content: '›';
    margin: 0 6px; /* 减小间距 */
    color: #999;
}

/* 兄弟目录样式 */
div.my-breadcrumb ul.sibling {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
    position: relative;
}

div.my-breadcrumb ul.sibling:before {
    content: '›'; /* 修改为箭头 */
    margin: 0 6px; /* 减小间距 */
    color: #999;
}

div.my-breadcrumb ul.sibling li {
    display: inline-flex;
    align-items: center;
    margin-right: 2px; /* 减小间距 */
}

div.my-breadcrumb ul.sibling li:not(:last-child):after {
    content: '|';
    margin: 0 4px; /* 减小间距 */
    color: #ddd;
}

/* 链接样式 */
div.my-breadcrumb a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.2s;
    padding: 2px 4px; /* 添加内边距，提高可点击区域 */
    border-radius: 3px; /* 添加圆角 */
}

div.my-breadcrumb a:hover {
    color: #1a5a99;
    text-decoration: none;
    background-color: #f5f5f5; /* 悬停时添加背景色 */
}

/* 当前页面链接样式 */
div.my-breadcrumb a.self {
    color: #666;
    cursor: default;
    text-decoration: none;
    background-color: transparent;
}

/* 响应式设计 */
@media (max-width: 768px) {
    div.my-breadcrumb {
        font-size: 12px;
    }

    div.my-breadcrumb ul.parent li:not(:last-child):after,
    div.my-breadcrumb ul.sibling:before,
    div.my-breadcrumb ul.sibling li:not(:last-child):after {
        margin: 0 4px;
    }
}

div.banner-title > h1 > span {
    text-shadow: 0 0 100px black;
}

div.banner-title > p {
    text-shadow: 0 0 80px black;
}

div.banner-desc {
    position: absolute;
    bottom: 50px;
    left: 80px;
}

div.banner-desc > p, div.banner-desc > ul > li {
    font-size: 20px;
}