.v_loading{z-index:999;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;pointer-events:auto}.v_loading .loader_wrap>div{display:inline-block;width:5px;height:35px;background-color:#535353;border-radius:2px}.v_loading .loader_wrap>div:first-child{animation:loader .5s ease-in-out -.3s infinite alternate}.v_loading .loader_wrap>div:nth-child(2){animation:loader .5s ease-in-out -.15s infinite alternate}.v_loading .loader_wrap>div:nth-child(3){animation:loader .5s ease-in-out 0s infinite alternate}.v_loading .loader_wrap>div:nth-child(4){animation:loader .5s ease-in-out .15s infinite alternate}.v_loading .loader_wrap>div:nth-child(5){animation:loader .5s ease-in-out .3s infinite alternate}.v_loading .loader_wrap>div+div{margin-left:5px}@keyframes loader{0%{transform:scale(1)}to{transform:scaleY(.3)}}.v_layout_container{height:100%}.v_layout_container .layout_logo{position:absolute;pointer-events:none;opacity:0;font-size:0}.v_layout_container .layout_logo .logo{display:block;width:121px;height:75px;background:url(/_next/static/media/suo-1.e9cc342d.png) no-repeat 50%}.v_layout_container .v_layout,.v_layout_container .v_layout .v_info_main{height:100%}