.home{display:flex;width:100%;height:100vh}.home .home_left{width:150px;height:100%}.home .home_left .home_left_nav{margin-top:30px}.home .home_left .home_left_nav .nav_logo{width:100%;height:80px;background-image:url(../img/logo.a352a3ea.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.home .home_left .home_left_nav .sign_out,.home .home_left .home_left_nav li{width:100%;height:100px;display:flex;justify-content:center;align-items:center;cursor:pointer}.home .home_left .home_left_nav li{flex-direction:column}.home .home_left .home_left_nav li img{margin-bottom:10px}.home .home_left .home_left_nav .sign_out{color:#3c98ff}.home .home_right{width:calc(100% - 150px);height:100%;background-color:#e5e5e5}