.flex_card{display:flex;justify-content:space-between}.flex_card .left{width:200px;border-radius:8px;background:#fff;margin-right:12px}.flex_card .right{flex:1;border-radius:8px;background:#fff}.flex_card .right .drawer-content{height:calc(100% - 20px);overflow-y:scroll;padding:0 20px}.flex_card .right .menu{border-radius:4px;border:1px solid #e0e0e0;font-size:14px;color:#717171;margin:10px 0}.flex_card .right .menu .menu_parent{padding:6px 10px;font-weight:600;background:#f3f3f3;border-bottom:1px solid #e0e0e0}.flex_card .right .menu .sub_menu{padding:8px 10px;font-weight:400}.flex_card .title{font-weight:600;font-size:18px;color:#333;padding:16px;display:flex;justify-content:space-between}