.product-name{
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.lSSlideOuter{
    position: absolute;
    bottom: 14px;
    left: 5px;
    width: calc(100% - 20px);
}
.lSSlideWrapper{
    height: 52px;
    padding: 5px;
}
.product_details_image_arr {
    height: 52px !important;
}

/* 添加大图预览相关样式 */
.product-image-wrapper {
    transition: all 0.3s ease;
}

.product-image-wrapper:hover {
    opacity: 0.9;
}
.lg-outer .lg-img-wrap{
    background-color: #000000;
}
.present_body{
    padding:0px 10px;
}
.present_tab>.nav{
    column-gap: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
}
.product-details-card .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    color: #333;
    background: none;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.product-details-card .nav-link.active {
    color: #0041D7;
}

.product-details-card .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #0041D7;
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.product-details-card .nav-link.active::after {
    transform: scaleX(1);
}

.product-details-card .present_content{
    margin-top: 10px;
    height: 180px;
    padding: 10px 20px;
}
.product-details-card .present_content ul li{
    line-height: 30px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.product-details-card .present_content ul li .icon{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0041D7;
    box-shadow: 1px 1px 4px 0px #AAC8E3;
}
.product-details-card .after-sales-service{
    line-height: 30px;
}

.product-introduction{
    width: 100%;
    background: #F8F8F8;
}
.product-introduction .card{
    min-height: 125px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
}
.product-introduction .card .title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0041D7;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.product-introduction .card .title .icon{
    background: url(../../img/products/icon/title-icon.svg);
    width: 20px;
    height: 15px;
    background-size: 100% 100%;
}
.product-introduction .card .body{
    padding: 10px 25px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #050505;
}
.product-introduction .card .body .table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: 15px;
}

.product-introduction .card .body .table td, .table th {
    border: 1px solid #e0e0e0;
    padding: 12px;
    vertical-align: middle; /* 垂直居中 */
    line-height: 1.6;
}

.product-introduction .card .body .table strong {
    color: #0041D7;
}

.product-introduction .card .body .table td.text-center {
    text-align: center;
}

.product-introduction .card .body .table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* 交替行配色 */
}

.product-introduction .card .body .table {
    overflow: hidden;
}