.utils_tab_container { width: 65px; height: 130px; background: #FFFFFF; box-shadow: 0 0 6px rgba(0, 90, 162, 0.2); border-radius: 10px 0 0 10px; position: fixed; z-index: 5; right: 0; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .utils_tab_item { display: flex; flex-direction: column; align-items: center; margin: 10px 0; } .utils_tab_item > img { width: 25px; height: 25px; } .utils_tab_item > p { font-size: 12px; line-height: 17px; color: #5F6E8E; } .utils_tab_slip { width: 45px; height: 1px; background: #BEE2FF; }