    .lyear-layout-content{padding-top:unset!important;}
    .container-fluid{margin:0 auto;}
        @media (max-width: 1024px){
        .modal-dialog {max-width: 98%;}  
        .lyear-layout-content{padding-left: unset!important;}
        .masonry-grid {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;} 
        }
        @media (min-width: 1024px){
        .modal-dialog {max-width: 80%;}  
        .container-fluid{max-width:80%;}
        .masonry-grid {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
        .lyear-layout-content{padding-left: unset!important;}
        }
        @media (min-width: 768px){
         .modal-dialog {width:unset!important;} 
        }
        .modal-content{background-color: unset!important;}

        .lyear-layout-header{position:unset!important;padding-left:unset!important;background-color:#fff}
        .pager li > a, .pager li > span{background-color: unset;border-color: unset;color: unset;}
        .pager li>a, .pager li>span{border:unset}
        
        /*模态框*/
        .modal-fullscreen {width: 100vw;height: 100vh;margin: 0;max-width: 100%;display: flex;justify-content: center;align-items: center;  }  
        .image-container {display: flex;align-items: center;justify-content: space-between;}  
        .image-wrapper {position: relative;flex-grow: 1;text-align: center; }  
        .modal-image {max-width: 100%;height: auto; }  
        .close-modal {background: unset;position: absolute;top: -25px;right: -25px;z-index: 10;color: #eb2009 !important;border: unset;border-color: unset;}
        .modal-dialog-centered {display: flex;align-items: center;justify-content: center;min-height: 100vh;}  
        .modal-dialog {max-height: 90vh; overflow: auto;margin: 1.75rem auto;}  
        .modal-content { /* 可以在这里添加更多的样式来调整模态框内部的内容，如padding等 */ }  
        .modal-backdrop {background-color: rgba(0, 0, 0, 0.5);}
        @keyframes blink {0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; }} 
        .step-dots .nav-step-item.active a::after{animation: blink 1s ease-in-out infinite;}
        
        @media (min-width: 768px) {
            .modal-sm {width: 30%!important}
        }
        @media (max-width: 768px) {
            .modal-sm {width: 80%!important}
        }