@charset "UTF-8";
.agent_menu {
  padding: 0 20px;
  max-height: calc(-80px + 100vh);
}

.agent_menu .body {
  margin-top: 20px;
}

.agent_menu .body .agent_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 500px)); /* 4个等分列 */
  gap: 20px;
  max-height: 500px;
  overflow: auto;
}

.agent_menu .body .agent_box .agent {
  position: relative;
  border-radius: 5px;
  aspect-ratio: 3;
  background: rgba(202, 221, 254, 0.2);
  display: flex;
  align-items: center;
  padding: 10px;
}

.agent_menu .body .agent_box .agent .el-checkbox {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
}

.agent_menu .body .agent_box .agent img {
  max-height: 100%;
  max-width: 100%;
  flex: 1;
  border-radius: 10px;
}

.agent_menu .body .agent_box .agent .info {
  margin-left: 15px;
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  color: white;
}

.agent_menu .body .agent_box .agent .info span {
  color: #bec2c9;
  font-size: 15px;
  margin-top: 15px;
}



/*# sourceMappingURL=agent.css.map */
