@media screen and (max-width: 768px) {
    body{
        height: auto !important ;
    }
	.ecjia-function-list .banner{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .ecjia-function-list .banner ul{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        
        align-items: center;
    }
    .ecjia-function-list .banner ul li{
        float: none;
        width: calc(50% - 20px);
        height: auto;
        margin: 0 10px;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        position: static;
    }
    .ecjia-function-list .banner ul li div.down div{
        position: static;
        margin-left: 0;
        margin: 0 auto;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .ecjia-function-list .banner ul li div.down p{
        height: 40px;
    }
    .ecjia-function-list .section-wrapper{
        width: calc(100% - 40px);
        margin: 0 20px;
        font-size: 12px !important;
    }
    .ecjia-function-list table td, .ecjia-function-list table th{
        padding: 10px;
    }
    .ecjia-function-list table th{
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .ecjia-function-list .banner ul li div.down div i{
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .ecjia-function-list .banner ul li div.down div span:first-child{
       display: none;
    }
}
