

.selectSearch {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  Z-index: 2;
}

.selectList {
  width: auto;
  height: 100%;
}

.selectItem {
  padding: 10px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #CAD4E2;
  font-size: 14px;
  color: #323233;
  margin-right: 16px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  cursor: pointer;
}

.selectItem img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.selectActive {
  background: rgba(86, 202, 193, 0.1);
  border: 1px solid #56CAC1;
  color: #56CAC1;
}

.selectBox {
  width: 240px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #56CAC1;
  border-radius: 32px;
  padding: 0 20px;
  box-shadow: 0px 0px 4px rgba(10, 42, 97, 0.2);
}

.select {
  width: 200px;
  height: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  color: #323233;
  border-radius: 32px;
  border: 0;
}

/* 分页 */
#page {
  width: 1200px;
  margin: 20px auto;
  color: #666;
  display: block;
  text-align: right;
}

#page li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #0073A9;
  height: 28px;
}

#page li.xl-disabled {
  opacity: .5;
  cursor: no-drop;
}

#page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}

#page li.xl-active {
  background-color: #56CAC1;
  border-color: #56CAC1;
  color: #FFF
}

#page li:hover {
  background-color: #56CAC1 !important;
  border-color: #56CAC1;
  color: #FFF
}

#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
  padding: 0 5px;
}

#xlJumpNum {
  width: 35px;
  margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.list {
  height: auto;
  margin-top: 32px;
}

.noSearch , .noData{
  width: 100%;
  height: 642px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.noSearch img {
  width: 230px;
  height: 272px;
}
.noData img {
  width: 220px;
  height: 272px;
}
.list {
  overflow-y: auto;
}

/* 移动端响应式设计 */
@media (max-width: 768px) {
  .selectSearch {
    width: 100%;
    height: auto;
    padding: 15px;
    flex-direction: column;
    gap: 15px;
  }

  .selectList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .selectItem {
    padding: 8px 16px;
    font-size: 12px;
    margin-right: 0;
    border-radius: 16px;
  }

  .selectBox {
    width: 80%;
    height: 36px;
    padding: 0 15px;
  }

  .select {
    width: 100%;
    font-size: 12px;
  }

  #page {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  #page li {
    min-width: 28px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    margin: 0 2px;
  }

  .xl-nextPage,
  .xl-prevPage {
    width: 50px;
    height: 26px;
    font-size: 12px;
  }

  .list {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .item {
    width: calc(50% - 7.5px);
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }

  .item:nth-child(2n) {
    margin-right: 0;
  }

  .itemImg {
    width: 100%;
    height: auto;
    aspect-ratio: 9/8;
    object-fit: cover;
  }

  .itemText {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    height: auto;
    min-height: 60px;
  }

  .noSearch,
  .noData {
    height: 400px;
  }

  .noSearch img,
  .noData img {
    width: 150px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .selectSearch {
    padding: 10px;
  }

  .selectItem {
    padding: 6px 12px;
    font-size: 11px;
  }

  .selectBox {
    
    padding: 0 12px;
  }

  .select {
    font-size: 11px;
  }

  #page {
    padding: 0 10px;
  }

  #page li {
    min-width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 24px;
  }

  .xl-nextPage,
  .xl-prevPage {
    width: 45px;
    height: 24px;
    font-size: 11px;
  }

  .list {
    padding: 0 10px;
    gap: 10px;
  }

  .item {
    width: 100%;
  }

  .itemText {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
  }
}