.ajax_gg_new{}
.ajax_gg_new ggtemplate {display: none}
.ajax_gg_new .product_banner{
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.ajax_gg_new .m_banner{
    display: none;
}
.ajax_gg_new .product_name{
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    z-index: 9;
}
header {
    padding: 5px 0;
    height: auto;
}
.ajax_gg_new .m_product_name{
    display: none;
}
@media (max-width: 1199px) {
    .ajax_gg_new .pc_banner{
        display: none;
    }
    ajax_gg_new .product_name{
        display: none;
    }
    .ajax_gg_new .m_banner{
        display: block;
    }
    .ajax_gg_new .m_product_name{
        display: block;
    }
}