@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}

i{
    font-style:normal
}

input {
    border: 0 none;
    background: transparent;
    height: .4rem;
    font-size: 0.34rem;
}
ul{
    list-style:none;
}

html, body {
    width: 100%;background: #000;
}

.box,.bg{
    width: 100%;overflow: hidden;
	position: relative;font-size: 0;
}
.header{
    overflow: hidden;background: #fff;margin:0;padding: 0.6% 2.34375%;
    display: flex;align-items: center;
justify-content: space-between;}
.header img{width: 100%;}
.logo_r{width: 7.8125%;}
.logo_l{width: 6.51%;}
.daoshi_box{position: absolute;width: 85.84%;left: 12.6842%;top:0.5%;}
.qicai_box{position: absolute;width: 84.21052%;left: 0%;right: 0%;margin: auto;top:66vw}
.jianjie1,.daoshi_jj{width: 100%;}
.daoshi_jj_box{width: 61.18%;height:20vw;border-radius: 8px;position: absolute;overflow-y: scroll;top:20vw;left:1%;padding-right: 10px;}
.swiper-containerA1 .play,.swiper-containerA2 .play{width: 5.85%;position: absolute;left:0;top:0;bottom: 0;right: 0;display: block;margin: auto;}
.swiper-containerA1{padding-bottom: 4vw;}
.swiper-containerA2{padding-bottom: 4vw;}
.swiper-pagination{display: flex;align-items: center;justify-content: center;}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666;
    border-radius: 12px;
    background-color: #fff;border: none;
}
.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;border-radius: 12px;
    background-color: #ecc996;
}
.swiper-modal,.video_box{
            position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 70%透明度的黑色背景 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
}
.video3{
    width:67.3157%;position: absolute;left:0;right: 0;top:0;bottom: 0;margin: auto;
    height:calc(100vw*0.673157/16*9);
}
.swiper-container2 {
    width: 67.3157%; /* 指定的宽度比例 */
    height: calc(100vw*0.673157*0.6125);
    border-radius: 16px;
    overflow: hidden;
    position: absolute;left:0;right: 0;top:0;bottom: 0;margin: auto;
}
.zuopin_box{position: absolute;width: 84.21052%;left: 0%;right: 0%;margin: auto;top:134vw;display:none;}
.zuopin_box2{display: block;}
.linghu_box{display: flex;justify-content: space-between;}
.video-container{width: 77%;}
.controls-container{width: 19.6875%;display: flex;‌flex-direction: column;flex-direction: column;
justify-content: space-between;}
.video_btn{width: 100%;cursor: pointer;}
.video_btn.active{transform: scale(1.05);}
.video-wrapper{position: relative;width: 100%;display: none;}
.video-wrapper1{display: block;}
.more{width: 38.5%;margin: 2vw 0;}
.wailian_box{width: 100%;display: flex;justify-content: space-between;}
.wailian{width: 30.625%;display: block;}
.video-wrapper .play{width: 5.85%;position: absolute;left:0;top:0;bottom: 0;right: 0;display: block;margin: auto;}
.grid-container {
    display: grid;position: absolute;left:0;top: 0;width: 100%;height: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3%; /* 横向间距为10% */
    margin-bottom: 40px;
}

.grid-item {
    aspect-ratio: 5/3; /* 5:3比例 */
    background: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.close-btn,.close-btn1{
    position: absolute;
    top: 5%;
    right: 11%;
    width: 3%;
}
.swiper-button-next1{position: absolute;left:9%;top:24%;outline: none;z-index: 99;}
.swiper-button-prev1{position: absolute;right:9%;top:24%;outline: none;z-index: 99;}
.swiper-button-prev1 img, .swiper-button-next1 img {
    width: 60%;
}
/* 自定义滚动条样式 - Webkit浏览器 */
.daoshi_jj_box::-webkit-scrollbar {
    width: 16px;
}

.daoshi_jj_box::-webkit-scrollbar-track {
    background: rgba(243, 199, 136, 0.2);
    border-radius: 12px;
}

.daoshi_jj_box::-webkit-scrollbar-thumb {
    background: #f3c788;
    border-radius: 12px;
    border: 5px solid #f3c788;
    background-clip: content-box;
}

.daoshi_jj_box::-webkit-scrollbar-thumb:hover {
    background: #f3c788;
    background-clip: content-box;
}

/* Firefox浏览器 */
.daoshi_jj_box {
    scrollbar-width: thin;
    scrollbar-color: #f3c788 rgba(243, 199, 136, 0.2);
}
.lunbo{display: none;}
.lunbo1{display: block;}
.timeline-container {
            width: 13%;
            overflow: hidden;position: absolute;top:0;left:1%;
            height: 46vw;
            display: flex;
            flex-direction: column;
        }
        
        .timeline {
            position: relative;padding: 15px 0;
            flex: 1;
            overflow: hidden;
        }
        
        /* 时间轴线 */
        .avatars::before {
            content: '';
            position: absolute;height: 95%;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 4px;
            background: #fff;
            /* transform: translateX(-50%); */
            border-radius: 2px;
        }
        
        .avatars {
            position: relative;
            height: 100%;
            transition: transform 0.5s ease;
        }
        
        .avatar {
            position: relative;
            width: 40%;

            margin: 0 auto 2vw;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
            justify-content: center;
            align-items: center;
        }
        
        .avatar-inner {
            width: 100%;
            height: 100%;border: solid 3px #fff;
            border-radius: 50%;
            overflow: hidden;
            /* transition: all 0.3s ease; */
        }
        
        .avatar img {
            width: 100%;
            height: 100%; display: inline-block;
            flex-shrink: 0;
        }
        
        .avatar.active .avatar-inner {
            transform: scale(1.3);
            border-color: #db9b3e;
        }
        
        .avatar:hover .avatar-inner {
            transform: scale(1.2);
            border-color: #db9b3e;
        }
        
        /* 连接点 */

        
        .avatar.active::after {
            background: #e74c3c;
        }
        
        .dots {
            text-align: center;
            padding: 10px 0;
            cursor: pointer;
            z-index: 3;color: #fff;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            transition: all 0.3s ease;
        }
        .dots img{width: 100%;}
        .paiming{ margin: auto;top: 46.2vw;position: absolute;left: 0;text-align: center;
  font-size: 12px;color: #fff;width: 15%;}
       .paiming p{margin: auto;}
     
.swiper-slide .bg{height: 100%;
  /* 默认使用contain，然后通过JS覆盖 */
  object-fit: contain;}
.close-btn1{}
@media (max-width: 1000px) {
    .close-btn,.close-btn1{width: 40px;right: 9%;top:50%;margin-top: -24%;}
}
