@media screen and (max-width: 767px) {
    .sbanner,
    .pre, .next,
    .lwjbg .zzz{
        display:none;
    }
    .bartit{
        bottom:20%;
    }
    .pics3{
        display:block;
    }
    .prdtcase li{
        width:45.7%;
        background: #e4dfd5;
        margin:0.5rem 1% 0.5rem 1.8%;
        vertical-align: top;
    }
    .godtxt .godxx{
        width:96%;
        margin:0 auto;
        border-bottom:1px dashed #848483;
    }
    .godtxt .godxx span{
        width: 0;
        height: 0;
        border-bottom: 6px solid #7d7d7d; /* left arrow slant */
        border-right: 7px solid transparent; /* right arrow slant */
        border-left: 7px solid transparent; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        margin-bottom:-7px;
    }
    .morebtn{
        text-align: center;
        margin:1rem 0;
    }
    .pics3 .morebtn a{
        font-size:0.75rem;
        color:#666;
        line-height:1.5rem;
        padding:0 0.8rem;
        border:1px solid #666;
        border-radius: 0.9rem;
        width:auto;
    }
    .godtxt .godsays{
        overflow:hidden;

        text-overflow:ellipsis;

        display:-webkit-box;

        -webkit-box-orient:vertical;

        -webkit-line-clamp:5;
        padding-bottom:0;
    }

}
@media screen and (max-width: 374px) {
    .godtxt .godtit{
        font-size:0.875rem;
    }
}
