.ac-navbar-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:20px;width:1180px}.ac-navbar-dropdown-block{padding-top:30px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:100%}.ac-navbar-dropdown-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;border-bottom:1px solid var(--color-border);color:var(--color-text-1);font-size:20px}.ac-navbar-dropdown-list{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:12px;grid-column-gap:24px;padding:20px 0}.ac-navbar-dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;padding:4px;border-radius:8px;color:var(--color-text-1);text-decoration:none}.ac-navbar-dropdown-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:rgb(var(--primary-6));-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.ac-navbar-dropdown-item-name{margin:0 16px;font-weight:500}.ac-navbar-dropdown-item-desc{margin-top:2px;color:var(--color-text-2);font-size:12px}.ac-navbar-dropdown-item:hover{background-color:var(--color-fill-2);color:rgb(var(--primary-6))}