.artBox img,
.Detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

table {
    margin: 0 auto;
    width: 100%;
}

table,
tr,
td,
th {
    border: 1px solid #bbb;
    padding: 0.4rem;
    border-collapse: collapse;
    text-align: center;
}

.layui-layer-dialog {
    color: #333;
}


/* swiper */
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: "NotoSansHans";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-v {
    background: #eee;
}


/* 父级水平 Swiper */
.swiper-container-h {
    width: 100%;
    max-width: 1200px;
    /* 限制最大宽度 */
    height: 700px;
    /* 固定高度 */
    margin: 0 auto;
    /* 居中 */
}

/* 嵌套的垂直 Swiper */
.swiper-container-v {
    width: 100% !important;
    /* 强制宽度 100% */
    height: 100% !important;
    /* 强制高度 100% */
    max-height: 100%;
    /* 防止溢出 */
}

/* 所有 Slide 不能超出容器 */
.swiper-slide {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    /* 防止内容溢出 */
}

/* 图片自适应 */
.swiper-slide img {
    /* width: 100%; */
    height: auto;
    object-fit: contain;
    /* 防止变形 */
}

.dlbys {
    display: flex;
    place-content: center space-evenly;
    flex-flow: column-reverse;
    align-items: center;

}

.xlbys {
    display: flex;
    place-content: center space-evenly;
    flex-direction: row;
    align-items: center;

}



/* 新 */
/* 优化后的轮播样式 */
.xgcp {
    margin-top: 50px;
    padding-bottom: 50px;
}

.swiper-container-h {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    /* 适当降低高度 */
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #f8f8f8;
}

.swiper-container-v {
    background: #fff;
    height: 100% !important;
}

.dlbys {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}

.dlbys div:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.dlbys img {
    max-width: 80%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 4px;
}

.xlbys {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
}

.xlbys div:first-child {
    font-size: 18px;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    padding: 0 10px;
}

.xlbys img {
    max-width: 80%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

/* 分页器样式优化 */
.swiper-pagination-h,
.swiper-pagination-v {
    position: relative;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #007aff;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .swiper-container-h {
        height: 500px;
    }

    .dlbys div:first-child {
        font-size: 20px;
    }

    .xlbys div:first-child {
        font-size: 16px;
    }
}

.chanpneiy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
}

.zidong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.zidong a {
    border-right: 1px solid #e5e5e5;

}

.zidong a:last-child {
    border-right: none;
}


.tupian {
    width: 100%;
    height: 150px !important;
    object-fit: contain !important;
}

.xinflex {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
    width: 33.3333333333333333333333333333333%;
}

.txt1 {
    width: 100%;
    text-align: center;
}

.sticky-container {
    position: sticky;
    top: 120px;
    z-index: 1;
}

input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}