@media (max-width: 600px) {
  body {
    --device: mobile;
  }
  .activity-box {
    font-size: 30px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 50px;
    margin-top: 39px;
  }
  .act-tag-box .act-tag {
    position: relative;
    /* margin-bottom: 15px; */
    padding-bottom: 40px;
  }
  .act-tag-box .act-tag::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    /* width: calc(100% - 30px); */
    width: 100%;
    background-color: #575757;
    transform: translateX(-50%);
  }
  .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 .reset-btn {
    padding: 0 15px;
    text-align: right;
  }
  .act-tag-type {
    padding: 0 15px;
  }
  .act-tag-type .type-text {
    margin-bottom: 15px;
  }
  .act-tag-type .tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tag-ul ul li {
    padding: 2px 10px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
  }

  .act-tag-status {
    padding: 0 15px;
  }
  .act-tag-status .status-text {
    margin-bottom: 15px;
  }
  .act-tag-status .status-tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .status-tag-ul ul li {
    padding: 2px 10px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
  }

  .act-tag-region {
    padding: 0 15px;
  }
  .act-tag-region .region-text {
    margin-bottom: 15px;
  }
  .act-tag-region .region-tag-ul ul {
    display: flex;
    flex-wrap: wrap;
  }
  .region-tag-ul ul li {
    padding: 2px 10px;
    border: 1px solid #575757;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
  }

  .act-list .act-list-item {
    padding: 15px 15px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #575757;
  }
  
  .actlis-img {
    width: 30%;
  }
  .actlis-img img {
    width: 100% !important;
    height: 100%;
  }
  

  .actis-cont {
    width: 70%;
    padding-left: 10px;
  }
  .actis-cont .status-icon span {
    display: inline-block;
    font-size: 10px;
  }
  .status-icon .status-icon-hz {
    width: 7px;
    height: 7px;
    background-color: #ebdc5a;
    margin-right: 5px;
  }
  .hz-green {
    background-color: #5ab66a !important;
  }
  .hz-hui {
    background-color: #b9bec8 !important;
  }
  
  .actis-c-fx {
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;  //11111111111111
  }
  .actis-cont-title {
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .actis-cont-title .act-text {
    padding-right: 20px;
  }
  .actis-cont-title .act-icon {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 20px;
  }
  .accont-t-c {
    font-size: 10px !important;
  }
  .actis-cont-title:hover {
    color: #e86a16;
    cursor: pointer;
  }

  .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;
  }

  .link {
    width: 100%;
    background-color: #040404;
    border-top: 2px solid #2d2d2d;
    display: flex;
    color: #fff;
    padding: 60px 40px 150px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .link div {
    width: 50%;
  }
  .link-left .link-l-img {
    width: 80%;
    /* aspect-ratio: 1 / 1; */
    margin-bottom: 15%;
  }
  .link-left .link-l-img img {
    width: 100%;
    height: 100%;
  }
  .link-i-t-box {
    width: 100% !important;
    position: absolute;
    bottom: 100px;
    left: 0;
  }
  .link-left .link-img-text {
    width: 80%;
    font-size: 10px;
    color: #404040;
  }
  .link-right {
    padding-left: 20%;
  }
  .link-right .l-rigth-nav {
    margin: 10px;
    cursor: pointer;
    display: block;
  }
  .link-right .l-rigth-nav:hover {
    color: #e86a16;
  }
  .link-right .l-rigth-nav span {
    display: block;
  }
  .link-right .l-rigth-nav span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
  }
  .link-right .l-rigth-nav span:nth-of-type(2) {
    font-size: 14px;
  }










  
/* --------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1000px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 20px 0;
}

h1 {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.subtitle {
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.demo-content {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 18px;
  text-align: center;
}


/* ------------------------------------------------------------------------ */
.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;
  } */
}
}


