@media all and (max-device-width: 767px){
    .synopsis>ul{
        width: 90%;
        margin: 0 auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .synopsis .more{
        margin-bottom: 1rem;
        width: 48%;
    }
    .tabshow2 > ul > li > div > img{
        width: 100%;
        object-fit: contain;
    }
    .tabshow2 > ul{
        width: 90%;
        margin: 0 auto;
    }
    .tabshow2 > ul > li{
        width: 50%;
    }
    .go_icon{
        margin-top: 1.3rem;
    }
    .go_icon2{
        margin-top: 1.3rem;
        height: 3.5rem;
    }
    .synopsis>ul>li{
        width: 48%;
        height: 5rem;
    }
    .kqzs-img-w img{
        width: 100%;
    }
}