body {
    font-family: Arial, sans-serif, microsoft yahei;
    background: #FFFFFF;
    font-size: 14px;
}

p {
    padding: 0;
    margin: 0;
}

.container-fluid {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.playbox {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.playbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-content {
    margin-top: -450px;
    height: 450px;
    padding: 80px 0 220px;
    width: 60%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content h1 {
    font-weight: bold;
    font-size: 30px;
    color: #343434;
    text-align: left;

}
.banner-content h1 a{
    width: 28px;
    height: 29px;
    display: inline-block;
    margin-left: 10px;

}
.banner-content h1 a img{
    width:100%;
    vertical-align: top;
}

.banner-content .banner-desc {
    font-size: 20px;
    color: #474444;
    line-height: 32px;
    margin: 30px 0 40px;
}

.banner-content .banner-introduction {
    font-size: 18px;
    color: #474444;
    line-height: 30px;
    padding: 40px 0 60px;
    flex-grow: 1;
}
.banner-content .banner-introduction a{
    color: #474444;
}
.banner-content .banner-introduction a:hover{
    color: #D7000F;
}

/* Banner按钮容器 */
.banner-buttons {
    display: flex;
    gap: 30px;
    margin-top: auto;
    flex-wrap: wrap;
}

.banner-buttons .ljzx {
    flex: 0 0 auto;
}

.banner-content button {
    border-radius: 0;
}

.sub-title {
    font-size: 40px;
    color: #343434;
    line-height: 62px;
    text-align: center;
    margin-bottom: 40px;
}

.introduction {
    padding: 0;

}

.introduction_item {
    margin-bottom: 10px;
    /* height: 480px;*/
}

.introduction_item_video {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.introduction_item_video a.js_video_icon, .introduction_item_video a.js_video_player {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:  url("https://www.malayalamscrap.com/zh-cn/template/pc/cn2016/images/video_btn.png") center center no-repeat;
    opacity: 0.8; z-index: 2;
}

.introduction_item img {
    width: 100%;
}
.introduction .col-lg-7  .tit{
    margin-top: 0px;
}
.introduction_item .tit {

    font-size: 18px;
    color: #343434;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
    margin-top: 20px;

}
.introduction_item .tit-1{
    position: absolute;
    font-size: 25px;
    color: #6cade9;
    font-weight: 800;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

.introduction_item .line {
    display: block;
    width: 56px;
    height: 5px;
    background: #D7000F;
    margin: 10px 0 20px;

}

.introduction_item .content {
    position: relative;
    font-size: 16px;
    color: #343434;
    line-height: 24px;
    text-align: left;

}

#fixed-nav-box > .row {
    margin: 0;
}

.list-inline {
    display: flex;
}

.list-inline li {
    background: #FFFFFF;
    position: relative;
    flex: 1;
    padding: 0;
    height: auto;
}

.list-inline li .list-inline-item {
    background: #f8f9fa;
    height: 90px;
    min-height: 60px;
    position: relative;
    border-right: 1px solid #e8e9ea;
    transition: all 0.3s ease;
    overflow: hidden;
}

.list-inline li:last-child .list-inline-item{
    border-right: none;
}
.list-inline li.on img {
    display: block;
    opacity: 1;
    transition: .4s;
}

.list-inline li img {
    width: 100%;
    height: 100%;
    transition: .4s;
    display: none;
    opacity: 0;
}
.layout-nav li{
    margin-right: 0px;
}
.layout-nav li a {
    position: absolute;
    text-align: center;
    padding: 18px 20px;
    display: block;
    color: #6B6B6B;
    transition: all 0.3s ease;
    font-weight: 500;
    top: 50%;
    left: 50%;
    font-size: 34px;
    transform: translate(-50%, -50%);
    line-height: 34px;
}

.layout-nav li a em {
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 4px;
    color: #999;
}

.layout-nav li.on a {
    color: #D7000F;
    font-weight: bold;
}

.layout-nav li.on a em {
    color: #D7000F;
}

.layout-nav li::after {
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 10%;
    height: 2px;
    opacity: 0;
    background: #D7000F;
    content: "";
    transition: .4s;
}

.layout-nav li:hover::after, .layout-nav li.on::after {
    opacity: 1;
}

.layout-nav li .list-inline-item::after {
    display: none;
}

/* 悬停效果 */
.list-inline li .list-inline-item:hover {
    background: #f0f0f0;
    border-color: #d0d0d0;
}

.list-inline li.on .list-inline-item {
    background: linear-gradient(135deg, rgba(215, 0, 15, 0.06) 0%, rgba(255, 26, 43, 0.06) 100%);

    box-shadow: 0 2px 12px rgba(215, 0, 15, 0.12);
}

.content .wordurl, .content .wordurl p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 25px 0;
    gap: 10px;
}

.content strong {
    font-weight: normal !important;
    position: static;
    transform: none;
}

.content .wordurl a {
    height: auto;
    min-height: 36px;
    padding: 6px 35px 6px 16px;
    border: 1px solid #D7000F;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 14px;
    color: #343434;
    line-height: 1.4;
    text-align: center;
    margin-right: 0;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
    text-decoration: none;
}

.content .wordurl a:hover {
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.2);
}

.content .wordurl a:after {
    content: '';
    position: absolute;
    background: url("https://www.malayalamscrap.com/zh-cn/template/pc/cn2016/img/jiantou.png") no-repeat;
    width: 10px;
    height: 13px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    opacity: 0.5;
}

.content .wordurl a em {
    font-style: normal;
    font-size: 12px;
    display: block;
}
.neiye_body {
    padding-bottom: 20px;
}
.neiye_body .content-item:first-child {
    border-top: 1px rgb(0 0 0 / 0.36) dashed;
}
.neiye_body .content-item:last-child {
    border-bottom: none;
}
.content-item {
    padding: 30px 0 40px;
    border-bottom: 1px rgb(0 0 0 / 0.36) dashed;
}

.content-item .content-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: auto;
    max-width: 40px;
    flex-shrink: 0;
}

.content-item .content-img img {
    width: 100%;
    height: auto;
    display: block;
}

.content-item .content-tit {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 28px;
    color: #343434;
    text-align: left;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.4;
    flex: 1;
}

.content-item .content-desc {
    margin-top: 10px;
}

.content-item .content-desc p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 15px 0;
}

.content-item .content-desc p:last-child {
    margin-bottom: 0;
}
.content-item .content-desc p img{
    max-width: 600px;
    height: auto !important;
    margin: 10px 0;
    display: block;
}
.content-item .content-desc p span{
    /*   text-align: center;*/
    display: block;
    text-decoration: none !important;
}

/* Tab内容区域的标题和描述样式 */
#nav-content-box .content h2 {
    font-weight: bold;
    font-size: 32px;
    color: #343434;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.5;
}

#nav-content-box .content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 20px 0;
}
.ljzx button {
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    color: #fff;
    display: inline-block;
    line-height: 48px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 24px;
    border: none;
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 2px;
}

.ljzx button:hover {
    background: linear-gradient(135deg, #ff1a2b 0%, #D7000F 100%);
    box-shadow: 0 6px 20px rgba(215, 0, 15, 0.4);
    transform: translateY(-2px);
}

.ljzx button:active {
    transform: translateY(0);
}

/* 按钮容器 - 已移至上方 */

/* 专家咨询按钮 - 次要按钮样式 */
.zjzx button {
    background: #FFFFFF;
    color: #D7000F;
    border: 2px solid #D7000F;
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.15);
}

.zjzx button:hover {
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(215, 0, 15, 0.4);
}

.ljzx-neiye button{
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    color: #fff;
    display: inline-block;
    line-height: 48px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
    border-radius: 24px;
    border: none;
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 2px;
}

.ljzx-neiye button:hover {
    background: linear-gradient(135deg, #ff1a2b 0%, #D7000F 100%);
    box-shadow: 0 6px 20px rgba(215, 0, 15, 0.4);
    transform: translateY(-2px);
}
#fixed-nav-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

#fixed-nav-box.fixed-top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 1170px;
    z-index: 9999;
    margin-bottom: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
    .playbox {
        height: 250px;
    }

    .banner-content {
        margin-top: -250px;
        width: 100%;
        padding: 30px 15px 40px;
        height: auto;
        min-height: 250px;
    }

    .banner-content .banner-introduction{
       display: none;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .banner-content h1 a{
        width: 18px;
        height: 19px;
    }

    .banner-content .banner-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 30px;
    }

    .banner-buttons {

        gap: 10px;
    }


    #nav-list{
        margin-top: 0;

    }

    #fixed-nav-box {
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .ljzx button {
        line-height: 40px;
        padding: 0 30px;
        font-size: 16px;
        border-radius: 20px;
    }

    .ljzx-neiye button{
        line-height: 40px;
        padding: 0 30px;
        font-size: 16px;
        margin-top: 30px;
        border-radius: 20px;
    }
    .introduction {
        padding: 20px 0 30px;
    }

    .sub-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;;
    }

    .introduction_item {
        margin-bottom: 20px;
    }

    .introduction_item .tit {
        font-size: 16px;
        margin-top: 10px;
    }

    .introduction_item .content {
        font-size: 14px;
    }

    .introduction_item .line {
        height: 2px;
        background: #D7000F;
        margin: 8px 0 10px;
    }

    .list-inline {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 8px;
        padding: 5px 0;
        /* 隐藏滚动条 */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .list-inline::-webkit-scrollbar {
        display: none;
    }

    .list-inline li {
        height: auto;
        flex: 0 0 auto;
        min-width: 120px;
        max-width: 150px;
    }

    .list-inline li .list-inline-item {
        height: 100%;
        min-height: 70px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-inline li:after {
        display: none;
    }

    .layout-nav li a h2 {
        font-size: 14px;
        line-height: 1.4;
    }

    .layout-nav li a em {
        font-size: 12px;
        margin-top: 2px;
        display: none;
    }

    .list-inline li img {
        height: 100% !important;
    }
    .content-item {
        padding: 10px 0 20px;

    }
    .content .wordurl, .content .wordurl p {
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;

    }

    .content .wordurl a {
        padding: 5px 30px 5px 12px;
        margin-bottom: 0;
        font-size: 13px;
        border-radius: 5px;
        display: inline-flex;
        text-align: center;
        height: auto;
        min-height: 32px;

    }

    .content strong {
        position: initial;
    }

    .content .wordurl a em {
        display: inline-block;
        font-size: 12px;
    }

    .content .wordurl a:after {
        width: 8px;
        height: 10px;
        right: 12px;
    }

    .content-item .content-img {
        max-width: 30px;
        margin-right: 10px;
    }

    .content-item .content-tit {
        font-size: 20px;
        line-height: 1.4;
    }

    .content-item .content-desc p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* Tab内容区域移动端样式 */
    #nav-content-box .content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #nav-content-box .content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .neiye_body {
        padding-bottom: 30px;
    }
    .list-inline{
        position: initial;
    }
    .layout-nav li a {
        padding: 10px 8px;

        font-size: 14px;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .list-inline li img {
        height: 100% !important;
        display: block;
    }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 769px) {
    .hidden-lg {
        display: none !important;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) {

    .banner-content .banner-introduction {
        font-size: 16px;
        color: #474444;
        line-height: 28px;
        padding: 40px 0 80px;
    }

    .introduction-desc img{
        max-width: 450px;
    }
    .h2, h2 {
        font-size: 26px;
    }
    .banner-content {
        margin-top: -400px;
        height: 350px;
        padding: 60px 0 240px;
    }

    #nav-list{
        margin-top: 0;

    }

    #fixed-nav-box {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .banner-content .banner-desc {
        font-size: 18px;
        line-height: 30px;
        margin: 25px 0 35px;
    }

    .banner-buttons {
        gap: 20px;
        margin-top: auto;
    }

    .playbox {
        height: 350px;
    }
    .introduction {
        padding: 40px 0 60px;
    }
    .introduction_item .tit{
        font-size: 16px;
    }
    .introduction_item .content{
        font-size: 14px;
    }
    .banner-content h1{
        font-size: 26px;
    }
    .banner-content .banner-introduction{
        padding:  0 ;
    }
    .list-inline li .list-inline-item{
        min-height: 80px;
    }
    .list-inline li{
        height: auto;
    }
    .layout-nav li a h2{
        font-size: 22px;
    }
    .layout-nav li a em{
        font-size: 16px;
    }

    .content .wordurl, .content .wordurl p{
        margin: 0 0 20px 0;
    }
    .content .wordurl a{
        font-size: 14px;
        padding: 6px 32px 6px 14px;
    }
    .content-item .content-img {
        max-width: 35px;
        margin-right: 12px;
    }

    .content-item .content-tit{
        font-size: 24px;
    }

    .content-item .content-desc p{
        font-size: 15px;
        line-height: 1.75;
    }
    .content-item{
        padding: 15px 0 30px;
    }

    /* Tab内容区域平板端样式 */
    #nav-content-box .content h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    #nav-content-box .content p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 18px;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .introduction-desc img{
        max-width: 550px;
    }
    .layout-nav li a h2{
        font-size: 20px;
    }
    .content-item .content-img {
        max-width: 40px;
        margin-right: 15px;
    }

    .content-item .content-tit{
        font-size: 26px;
    }

    .content-item .content-desc p{
        font-size: 16px;
        line-height: 1.8;
    }

    /* Tab内容区域桌面端样式 */
    #nav-content-box .content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #nav-content-box .content p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .list-inline li .list-inline-item{

        min-height: 90px;
    }
    .list-inline li{
        height: auto;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media (min-width: 1400px) {
    .banner-content .banner-introduction {
        font-size: 18px;
        line-height: 32px;
        padding: 10px 0;

    }

    #nav-list{
        margin-top: 0;

    }

    #fixed-nav-box {
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 40px;
    }

    .banner-content .banner-desc {
        font-size: 20px;
        line-height: 32px;
        margin: 30px 0 40px;
    }

    .banner-content h1{
        font-size: 30px;
    }

    .banner-buttons {
        gap: 30px;
    }
    .introduction-desc img{
        max-width: 650px;
    }
    .introduction {
        padding: 40px 0 100px;
    }
    .banner-content {
        margin-top: -515px;

    }
    .playbox {
        height: 450px;
    }
    .introduction_item .tit{
        font-size: 18px;
    }
    .introduction_item .content{
        font-size: 14px;
    }
    .list-inline li .list-inline-item{

        min-height: 90px;
    }
    .list-inline li{
        height: auto;
    }
    .layout-nav li a h2{
        font-size: 23px;
    }
    .layout-nav li a em{
        font-size: 18px;
    }
    .content .wordurl, .content .wordurl p{
        margin: 0 0  25px 0;
    }
    .content .wordurl a{
        font-size: 14px;
        padding: 6px 35px 6px 16px;
    }
    .content-item .content-desc p{
        font-size: 16px;
        line-height: 32px;
    }
    .content-item{
        padding: 20px 0 30px;
    }
    .content-item .content-img {
        max-width: 40px;
        margin-right: 15px;
    }

    .content-item .content-tit{
        font-size: 28px;
    }

    .content-item .content-desc p{
        font-size: 16px;
        line-height: 1.8;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1600px） */
@media (min-width: 1600px) {
    .layout-nav li a h2{
        font-size: 24px;
    }
    .layout-nav li a em{
        font-size: 18px;
    }
    .banner-content {
        margin-top: -450px;

    }
    #nav-list{
        margin-top: 0;

    }
}


.limited-text.full {
    display: block; /* 显示全部内容 */
}
.introduction_item .tit {
    line-height: 28px;
    min-height: 56px;
}
.introduction_item{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.introduction_item .content{
    overflow-y: auto;
    min-height: 10rem;
}
.limited-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden!important;
    text-overflow: ellipsis;
}

.introduction_item   .full-text{
    transition: .4s;
    position: absolute;
    bottom: -50%;
    background: rgb(238 238 238);
    padding: 20px;
    z-index: 10;
    height: 100%;
    opacity: 0;
}
.introduction_item_content:hover .full-text{
    opacity: 1;

}
@media (max-width: 768px) {
    .limited-text {
        display: block; /* 显示全部内容 */
    }
    .introduction_item .content{
        min-height: auto;
        display: block;
    }
    .introduction_item_content:hover .full-text{
        opacity: 0;

    }
}

/* ===== 底部手风琴区域 ===== */
.product-accordion-section {
    background: #f8f9fa;
    padding: 40px 0 50px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.product-accordion-section .accordion-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 24px;
    text-align: center;
}

.product-accordion-section .pro-accordion-box.hidden-xs {
    display: block !important;
}

.pro-accordion-box {
    margin: 0 auto;
}

.pro_accordion_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-accordion-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.pro-accordion-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pro-accordion-item.is-open {
    border-color: #D7000F;
    box-shadow: 0 2px 12px rgba(215, 0, 15, 0.08);
}

.pro-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    cursor: pointer;
    background: #fff;
    user-select: none;
}

.pro-accordion-header > a {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background: none !important;
    padding: 0 !important;
    display: inline !important;
}

.pro-accordion-header > a:hover {
    color: #D7000F;
}

.pro-accordion-item.is-open .pro-accordion-header > a {
    color: #D7000F;
}

.pro-accordion-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.pro-accordion-item.is-open .pro-accordion-arrow {
    transform: rotate(-135deg);
    border-color: #D7000F;
}

.pro-accordion-body {
    display: none;
    padding: 0 20px 16px;
    border-top: 1px solid #f0f0f0;
}

.pro-accordion-item.is-open .pro-accordion-body {
    display: block;
}

.pro-accordion-body .pro_col_box_inner {
    list-style: none;
    padding: 12px 0 0;
    margin: 0;
}

.pro-accordion-body .pro_col_box_inner li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.pro-accordion-body .pro_col_box_inner li a {
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    color: #555;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pro-accordion-body .pro_col_box_inner li a:hover,
.pro-accordion-body .pro_col_box_inner li a.on {
    color: #fff;
    background: #D7000F;
}

.pro-accordion-body .pro_col_box_inner li strong a {
    font-weight: 700;
}

.pro-accordion-link-only {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.pro-accordion-link-only > a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.pro-accordion-link-only > a:hover {
    color: #D7000F;
    background: #fffafa;
}

@media (max-width: 768px) {
    .product-accordion-section {
        padding: 30px 0 40px;
    }

    .pro-accordion-header {
        padding: 12px 16px;
    }

    .pro-accordion-body {
        padding: 0 16px 12px;
    }

    .pro-accordion-body .pro_col_box_inner li {
        margin: 0 6px 6px 0;
    }

    .pro-accordion-body .pro_col_box_inner li a {
        font-size: 13px;
        padding: 3px 10px;
    }
}
