.page-box {
  margin: 20px auto;
  text-align: center;
}
.page-box .el-pagination__editor.el-input {
  width: 70px !important;
}
.page-box .el-pagination__editor.el-input .el-input__inner {
  text-indent: 0 !important;
}
@charset "UTF-8";
.activity-type-item[data-v-090dc4b1] {
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding: 10px 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 200px;
}
.activity-type-item .activity-type-content[data-v-090dc4b1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.activity-type-item .activity-type-name[data-v-090dc4b1] {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.activity-type-item .activity-type-desc[data-v-090dc4b1] {
  font-size: 12px;
  color: #666;
  margin-bottom: 3px;
  line-height: 1.4;
}
.activity-type-item .activity-type-check[data-v-090dc4b1] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background-color: #E6A23C;
  color: white;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

/* 选中状态样式 */
.activity-type-item.is-checked[data-v-090dc4b1] {
  border-color: #E6A23C;
  box-shadow: 0 0 0 2px rgba(230, 162, 60, 0.2);
}
