.ShopDialogFC_shop_container__JC1bT {
    display: flex;
    background: #000;
    padding: 0.3rem;
    overflow-x: auto;
}

.ShopDialogFC_landscape__hPGUt {
    justify-content: center;
}

.ShopDialogFC_portrait__DdrJZ {
}

/*!* 滚动条轨道 *!*/
/*.shop_container ::-webkit-scrollbar {*/
/*    width: 8px; !* 垂直滚动条宽度 *!*/
/*    height: 8px; !* 水平滚动条高度 *!*/
/*    !*-ms-overflow-style: none; !* IE/Edge *!*!*/
/*    !*scrollbar-width: none; !* Firefox *!*!*/
/*}*/

/*!*.shop_container::-webkit-scrollbar { display: none; } !* Chrome/Safari *!*!*/

/*!* 滚动条滑块 *!*/
/*.shop_container ::-webkit-scrollbar-thumb {*/
/*    background: #888;*/
/*    border-radius: 4px;*/
/*}*/

/*!* 滑块悬停效果 *!*/
/*.shop_container ::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/

/*!* 滚动条轨道背景 *!*/
/*.shop_container ::-webkit-scrollbar-track {*/
/*    background: none;*/
/*}*/

