@media (max-width: 600px) {
  body {
    --device: mobile;
  }
  .activity-box {
    color: #fff;
    margin-top: 30px;
    padding: 0 15px;
  }
  .activity-box div:nth-of-type(1) {
    font-size: 30px !important;
    font-weight: 600;
  }
  .activity-box div:nth-of-type(2) {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .act-tag-box .act-tag {
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #575757;
    color: #fff;
    position: relative;
    padding: 2vw 0;
  }
  .act-tag .reset-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .act-tag .reset-btn:hover {
    color: #e86a16;
  }
  .act-tag-type {
    display: flex;
  }
  .act-tag-type .type-text {
    width: 10%;
    text-align: center;
  }
  .act-tag-type .tag-ul {
    width: 90%;
  }
  .tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tag-ul ul li {
    padding: 2px 20px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 16px;
    cursor: pointer;
  }
  /* //////////////////// */
  .act-tag-status {
    display: flex;
  }
  .act-tag-status .status-text {
    width: 10%;
    text-align: center;
  }
  .act-tag-status .status-tag-ul {
    width: 90%;
  }
  .status-tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .status-tag-ul ul li {
    padding: 2px 20px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 16px;
    cursor: pointer;
  }
  /* //////////////////// */
  .act-tag-region {
    display: flex;
  }
  .act-tag-region .region-text {
    width: 10%;
    text-align: center;
  }
  .act-tag-region .region-tag-ul {
    width: 90%;
  }
  .region-tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .region-tag-ul ul li {
    padding: 2px 20px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 16px;
    cursor: pointer;
  }
  .act-list-box .act-list {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: 2px solid #575757;
    color: #fff;
    position: relative;
    /* padding: 1.2vw 0; */
    box-sizing: border-box;
  }
  .act-list .act-list-item {
    padding: 40px 0 20px 0;
    /* padding-left: 15%; */
    display: flex;
    position: relative;
    border-bottom: 1px solid #575757;
  }
  /* .act-list-item .status-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
  } */

  .status-icon .status-icon-hz {
    width: 20px;
    height: 20px;
    background-color: #ebdc5a;
    margin-right: 5px;
  }
  .hz-green {
    background-color: #5ab66a !important;
  }
  .hz-hui {
    background-color: #b9bec8 !important;
  }
  .act-list-item .actlis-img {
    flex: 1;
    width: 200px;
    /* aspect-ratio: 1.43 / 1; */
  }
  .act-list-item .actlis-img img {
    width: 100%;
    height: 100%;
  }
  .actis-c-fx {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .actis-c-fx:hover {
    color: #e86a16;
  }
  .act-list-item .actis-cont {
    flex: 2;
    padding: 0 15px;
    /* flex-grow: 1; */
    /* position: relative; */
  }
  .actis-cont .actis-cont-title {
    display: flex;
    justify-content: space-between;
  }
  .actis-cont-title .act-text {
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .actis-cont-title .act-icon {
    font-size: 20px;
    transform: translateY(-5px);
  }
  .actis-cont-com {
    width: 100% !important;
    font-size: 10px !important;
    color: #999da6 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }
  .actis-cont-title:hover {
    color: #e86a16;
    cursor: pointer;
  }
  .actis-cont .act-idate {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 10px;
  }
  .activi-page-box .activi-page {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    /* padding: 1.2vw 0; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    user-select: none;
  }

  #pagination-container {
    text-align: center;
    background-color: #0f0f0f;
    margin: 0 10px;
    border: none;
    color: #fff;
  }

  .page-link {
    display: inline-block;
    padding: 7px 12px;
    margin: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
  }

  .page-link.active {
    border-color: #e86a16;
    color: #e86a16;
  }
  #prev {
    font-size: 12px;
  }
  #prev div:nth-of-type(2) {
    font-size: 8px !important;
  }
  #next {
    font-size: 12px;
  }
  #next div:nth-of-type(2) {
    font-size: 8px !important;
  }
  #prev:hover {
    color: #e86a16;
    cursor: pointer;
  }
  #next:hover {
    color: #e86a16;
    cursor: pointer;
  }

  /* ------------------------------------------------------------------------ */
  .container {
    max-width: 1200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 30px;
  }

  h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }

  .data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }

  .data-table th {
    background: #3498db;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }

  .data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e1e1e1;
  }

  .data-table tr:nth-child(even) {
    background: #f8f9fa;
  }

  .data-table tr:hover {
    background: #e8f4fc;
  }

  .pagination-container {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    margin: 0 auto;
    padding: 0 15px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .pagination-info {
    color: #7f8c8d;
    font-size: 0.9rem;
  }

  .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination li {
    margin: 0 5px;
  }

  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    cursor: pointer;
    box-sizing: border-box;
  }

  .pagination a:hover {
    color: #e86a16;
    border-color: #e86a16;
  }

  .pagination .active a {
    color: #e86a16;
    border-color: #e86a16;
    box-sizing: border-box;
  }

  .pagination .disabled a {
    color: #bdc3c7;
    cursor: not-allowed;
    background: #f5f5f5;
  }

  .pagination .disabled a:hover {
    background: #f5f5f5;
    color: #bdc3c7;
    border-color: #e1e1e1;
  }

  .custom-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }

  .custom-btn {
    /* background: #2ecc71;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    align-items: center;
    gap: 8px; */
    color: #fff;
    cursor: pointer;
  }

  .custom-btn:hover {
    color: #e86a16;
    /* transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  }

  .custom-btn.prev {
    /* background: #e74c3c; */
  }

  /* .custom-btn.prev:hover {
    background: #c0392b;
  } */

  .config-panel {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
  }

  .config-panel h3 {
    margin-bottom: 15px;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
  }

  .config-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
  }

  .config-item {
    flex: 1;
    min-width: 200px;
  }

  .config-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #34495e;
  }

  .config-item input,
  .config-item select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
  }

  .btn-apply {
    background: #9b59b6;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 10px;
  }

  .btn-apply:hover {
    background: #8e44ad;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .prev-text {
    font-size: 12px !important;
  }
  .paev-text-cn {
    font-size: 8px !important;
  }

  .next-text {
    font-size: 12px !important;
  }
  .next-text-cn {
    font-size: 8px !important;
  }

  @media (max-width: 768px) {
    /* .pagination-container {
        flex-direction: column;
    }
    
    .pagination-info {
        margin-bottom: 15px;
    }
    
    .custom-buttons {
        width: 100%;
        justify-content: center;
    } */
  }
}
