#down-proinfo-loading {
    height: 18px;
    position: relative;
    left: -10px;
    top: -1px;
}

.o-slider-pagination {
    height: 100%;
    bottom: 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
}

.preview-gif {
    line-height: 70px;
    font-weight: bold;
    font-size: 19px;
}

table.tbb {
    border-collapse: collapse;
    /* 合并相邻边框 */
    width: 100%;
}

.firstRow {
    background-color: #80808017;
}

.tbb th,
.tbb td {
    border: 1px solid #ddd;
    /* 单元格边框 */
    padding: 8px;
    text-align: left;
}

.tbb th {
    background-color: #f2f2f2;
    /* 表头背景色 */
}

.product-nums {
    display: flex;
    color: #999;
    margin-bottom: 5px;
    font-size: 12px;
}

.product-nums .p_nums {
    margin-right: 10px;
}

.pagecon {
    margin: 0px auto;
    padding: 1vw;
}

.pro-sw .pro-swiper {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.pro-sw .sw-c {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pro-sw .sw-w {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.pro-sw .sw-s {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 40px;
    color: white;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pro-sw .sw-s h2 {
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 5px rgb(0 0 0);
    background-color: #00000042;
    border-radius: 5px;
    padding: 0px 10px;
}

.pro-sw .sw-s p {
    font-size: 17px;
    max-width: 80%;
    line-height: 1.6;
    text-shadow: 1px 1px 10px black;
    background-color: #00000042;
    border-radius: 5px;
    padding: 0px 10px;
}

.pro-sw .sw-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 50px;
    background: rgb(135 135 135 / 23%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 1px 1px 10px #00000052;
    font-size: 26px;
    color: #7e7e7e;
}

.pro-sw .sw-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.pro-sw .sw-btn-p {
    left: 20px;
}

.pro-sw .sw-btn-n {
    right: 20px;
}

.pro-sw .sw-p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pro-sw .sw-p-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 10px #000000;
}

.pro-sw .sw-p-bullet.active {
    background: #3780ff88;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .pro-sw .sw-c {
        height: 190px;
    }

    .pro-sw .sw-s h2 {
        font-size: 1.8rem;
    }

    .pro-sw .sw-s p {
        font-size: 1rem;
    }
}