 /* 正文设置 */
 .lot {
    z-index: 0;
}

.lot1,
.lot2,
.lot3,
.lot4,
.lot5,
.lot6,
.lot7 {
    display: flex;
    min-height: 100%;
    max-width: 100%;
    height: 100vh;
    padding-left: 5%;
    background-color: #ffffff;

}
.left-active {
    width: 70%;
    position: sticky;

}


.left-active canvas {
    object-fit: contain;
    object-position: center center;
    position: fixed;
    display: none;
    width: 100%;
    top: 3%;
    left: 0;
    z-index: 0;
}
.right-active {
    background-color: rgba(255, 255, 255, 0);
    width: 30%;
    position: relative;
    z-index: 2;      
}
.rightText {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-template-rows: repeat(6,1fr);
    padding: 4% 5% 5% 5%;
}

#lot3right {
    padding-bottom: 0;
}

.left-active video {
    top: 5%;
    object-fit: contain;
    position: fixed;
    background-color: #ffffff00;
}



#boom1 {
    position: fixed; 
    transform: translate(-50%,-50%); 
    top: 70%; 
    right: 30%;
    width: 6vw; 
    height: 6vw; 
    border: none; 
    background: url('/static/button/boom1.png') no-repeat; 
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    
}

#boom1 a{
    font-size: 1vw;
    font-variation-settings: "RONG" 0, "CHON" 0 ,"ROWT" 0; 
    transition: all 0.2s ease-in-out;
}

#boom1 a:hover {
    font-size: 1.5vw;
    text-decoration: underline;
    font-variation-settings: "RONG" 1000, "CHON" 1000 ,"ROWT" 350; 
    color: #ff5e00;
    
}

#boom2 {
    position:absolute;
    top: 10%; 
    left: 5%; 
    width: 6vw; 
    height: 6vw; 
    border: none; 
    background: url('/static/button/boom1.png') no-repeat; 
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#boom2 a{
    font-size: 1vw;
    font-variation-settings: "RONG" 0, "CHON" 0 ,"ROWT" 0; 
    transition: all 0.2s ease-in-out;
}

#boom2 a:hover {
    font-size: 1.5vw;
    text-decoration: underline;
    font-variation-settings: "RONG" 1000, "CHON" 1000 ,"ROWT" 350; 
    color: #ff5e00;
    
}

#book {
    left: 30%;
    width: 38%;
    top: 0%;
}

#type {
    top: 40%;
    left: 7%;
    width: 22%;
}

#tablet {
    width: 70%;
    height: auto;
    left: 2%;
    top: 10%;
    object-fit: fill;
}


.calendarContainer {
    position: fixed;
    top: 0%;
    height: 100%;
    width: 75%;
}
#calendar {
    position: relative;
    height: 90vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
}
#calendarChoose {
    position: absolute;
    width: 40%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    bottom: 0%;
    left: 80%;
}
.calendarline {
    height: 50%;
    display: flex;
}
#calendarChoose img {
   height: 10vh; /* 或者你希望的宽度 */
   margin: 0.5%;
    /* object-fit: cover; 图片填充其容器，保持原始比例 */
}



#phone1 {
    top: -7%;
    left: 0%;
    width: 50%;
}
#phone2 {
    top: -7%;
    left: 50%;
    width: 50%;
}

.rightText span{
    transition: all 0.2s ease-in-out;
    font-variation-settings: "RONG" 0, "CHON" 0; 
}   
.headtitle {
    font-size: 1.5vw;
    display: flex;
    flex-direction: column;
    height: 30%;
   
}
.headtitle a{
    transition: all 0.2s ease-in-out;
    font-variation-settings: "RONG" 0, "CHON" 0 ,"ROWT" 350; 
}

.headtitle a:active{
    font-variation-settings: "RONG" 1000, "CHON" 1000 ,"ROWT" 350; 
}

.nonum{
    display: flex;
    flex-direction: column;
    line-height: 50px;
    
}

.nonum a:hover {
    font-variation-settings: "RONG" 1000, "CHON" 0 ,"ROWT" 1000; 
    letter-spacing: -1px;  
    text-decoration:underline;
    color:#1eff00;
}
.nonum a:active{
    font-variation-settings: "RONG" 1000, "CHON" 1000 ,"ROWT" 350; 
    font-size: 2vw;
}

.num {
    font-size: 3vw;
}

.num:hover{
    font-variation-settings: "RONG" 1000, "CHON" 0 ,"ROWT" 1000; 
}

.intro {
    text-align: center;
}

.text-contain {
    height: 70%;
}
.text-contain span{
   transition: all 0.5s ease-in-out;
}
.textContainer {
    font-size: 1vw;
    letter-spacing: 0;
    line-height: auto;
    font-variation-settings: 'RONG' 0, 'CHON' 0;

}





 /* 正文设置 */


/* sliding */
.sliding-panel {
    position: absolute;
    bottom: 25vh;
    right: -80vw; /* 默认隐藏在右侧 */
    width: 80vw; /* 滑窗的宽度 */
    height: 5vh;
    background-color:#1eff00;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}
.toggle-button {
    position: absolute;
    top: 0;
    left: -2vw; /* 只显示按钮一部分 */
    background-color: #ccc;
    z-index: 2; /* 确保按钮位于顶部 */ 
    width: 2vw;
    height: 10vh;
    border-top-left-radius: 1vw; /* 添加左上角的倒角 */
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl; /* 竖向排列，从右到左 */
    text-align: center; /* 文字居中 */
    user-select: none; /* 取消文本选择功能 */
    font-size: 1vw;
}


.toggle-button:hover {
    position: absolute;
    top: 0;
    left: -2vw; /* 只显示按钮一部分 */
    background-color: #1eff00;
    z-index: 2; /* 确保按钮位于顶部 */ 
    width: 2vw;
    height: 10vh;   
}


.show {
    transform: translateX(-80vw); /* 显示滑窗 */
}
.content {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box {
    width: 25%; /* 33.33% 代表每个 box 占据父容器的 1/3，减去间隔的宽度 */
    background-color:#1eff00;
    margin-bottom: 1%; /* 为了在竖直方向上留出间隔 */
}

.box2 {
    width: 12.5%; /* 33.33% 代表每个 box 占据父容器的 1/3，减去间隔的宽度 */
    background-color:#ffffff;
    margin-bottom: 1%; /* 为了在竖直方向上留出间隔 */
}

.boximg {
    width: 99%; /* 图片宽度填充父容器 */
    height: 100%; /* 图片高度填充父容器 */
    object-fit: cover; /* 图片填充方式，保持宽高比并填充 */
    
}
.boxover {
    position: absolute;
    width: 12.5%;

}

.right {
    flex: 1;
    display: none; /* 初始隐藏右侧区域 */
}
