.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;
}

/* 新增视频播放器样式 */
.video-container {
    position: relative;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #000;
    max-width: 675px;
    /* margin-left: auto; */
    margin-right: auto;
}

.video-container video {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-container:hover .video-controls {
    opacity: 1;
}

.play-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.progress-container {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e74c3c;
    border-radius: 3px;
    width: 0;
}

.time-display {
    color: #fff;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.volume-container {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.volume-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.volume-slider {
    width: 80px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    width: 100%;
}

.fullscreen-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .video-controls {
        height: 40px;
        padding: 0 10px;
    }

    .play-btn {
        font-size: 20px;
        margin-right: 10px;
    }

    .time-display {
        min-width: 80px;
        font-size: 12px;
    }

    .volume-container {
        display: none;
    }
}

/* 在<style>标签中添加或修改以下样式 */
.video-container::before {
    display: none !important;
}

.video-container .video-controls {
    /* 确保控制栏不会产生遮罩效果 */
    z-index: 10;
}

/* 添加到<style>标签中 */
body::-webkit-scrollbar {
    display: block !important;
}

* {
    scrollbar-width: auto !important;
}

body:not(.force-hidden) {
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}

/* 防止视频容器产生遮罩 */
/* .video-container {
    overflow: visible !important;
}

.video-container * {
    overflow: visible !important;
} */
.xiding {
    position: sticky;
    top: 120px;
    z-index: 1;
}

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

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


.nymap #mapContainer {
    height: 600px;
    border-top: 1px solid #dbdbdb;
}

/*搜索结果*/
.nyban .search {
    margin-top: 50px;
}

.nyban .search form input {
    display: block;
    width: 500px;
    line-height: 60px;
    font-size: 16px;
    background: #FFFFFF;
    padding: 0 20px;
}

.nyban .search form button {
    width: 120px;
    cursor: pointer;
}

.nyban .search form button h4 {
    line-height: 60px;
    font-size: 16px;
    margin-left: 10px;
}

.nysearch {
    padding: 90px 0;
}

.nysearch .list ul {
    margin: -20px -15px;
}

.nysearch .list ul li {
    width: calc(100% / 3);
    padding: 20px 15px;
}

.nysearch .list ul li .pic {
    height: 280px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}

.nysearch .list ul li .pic i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: rgba(235, 90, 0, 0.8);
    opacity: 0;
}

.nysearch .list ul li .title {
    font-size: 20px;
    margin-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nysearch .list ul li:hover .pic img {
    transform: scale(1.05);
}

.nysearch .list ul li .pic:hover i {
    opacity: 1;
    top: 0;
}

.nysearch .list ul li .title:hover {
    color: #bb343a;
}

#mapContainer .info {
    border: 1px solid #ccc;
    width: max-content;
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
}

div.info-top div {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 40px;
    padding: 0 24px;
    text-align: left;
}

div.info-top img {
    position: absolute;
    top: 16px;
    right: 15px;
    transition-duration: 0.25s;
}

div.info-middle {
    height: auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.info-middle p {
    font-size: 14px;
    line-height: 24px;
}

div.info-middle p i {
    padding-left: 14px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
    left: 46%;
}

.info {
    position: absolute;
    bottom: -5px;
    left: 520px;
}


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

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

.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;
}

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

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

}

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

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

}

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