/* 大屏适配 */
@media (min-width: 1200px) {
  #footer-products .ms-products-list {
    width: 14% !important;
    max-width: 14%; /* 添加额外限制 */
  }
}

@media screen and (max-width:1920px) {
    #index-slider{
        width: 100%;
    }
}

@media screen and (min-width:1921px) {
    #index-slider{
        left: 10%;
        width: 80%;
    }
}


@media screen and (max-width:1024px) {
    div#fix_communi_btn_div{
        position:fixed; 
        bottom: 0px; 
        height: 100px; 
        width: 100vw; 
        text-align: center;
        background: rgb(255,255,255,1);
        display: flex;
        z-index: 999;
    }
    
    a.communi_btn{
        padding: 10px 60px; 
        display: inline-block; 
        background: #324CBC; 
        border-radius: 20px; 
        border: none;
        color: white; 
        font-weight: 500;
        align-self: center;
        margin:0 auto;
    }
    
}


#fix_communi_btn_div{
    display: none;
}

.widget.side-search.add-1{
    display: inline-block;
    width: 266px;
    float: left;
    padding-top: 10px;
}

/*.footer-products ul ul li:before {
    list-style-type: square;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #4F8EFF;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -15px;
}*/

.footer-products ul:first>li{
    padding-left: 10px;
}


.owl-carousel .post .item
{
    margin-right: 10px;
}

.copyrights a {
    color: white;
}

.copyrights a:hover {
    color: #0e53a4;
}




