@charset "UTF-8";
/*盒子布局*/
/*单行省略*/
/*多行省略*/
/**
* 将px转换为rem（以2560px的屏幕为基准）
*/
.guide-page-box .section-2 {
  margin: 0.70312rem 0;
}

.guide-page-box .section-2 .custom-select-box {
  width: 0.70312rem;
  height: 0.15625rem;
  margin-right: 0.05078rem;
}

.guide-page-box .section-2 .custom-search-box {
  width: 41%;
  height: 0.15625rem;
  box-sizing: border-box;
}

.guide-page-box .section-2 .custom-table-box {
  margin-top: 0.3125rem;
}

.guide-page-box .section-2 .custom-list-pagination-box {
  margin-top: 0.3125rem;
}

.guide-page-box .section-2 .custom-list-pagination-box .btn-list {
  margin-top: 0.22266rem;
}

.guide-page-box .section-2 .custom-table-box {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .guide-page-box .section-2 {
    margin: 1.28205rem 0;
  }
  .guide-page-box .section-2 .filter-box {
    justify-content: space-between;
  }
  .guide-page-box .section-2 .custom-select-box {
    width: 41%;
    height: 0.92308rem;
    margin-right: 0;
  }
  .guide-page-box .section-2 .custom-search-box {
    width: 56%;
    height: 0.92308rem;
    overflow: hidden;
  }
  .guide-page-box .section-2 .custom-list-pagination-box {
    margin-top: 1.02564rem;
  }
  .guide-page-box .section-2 .custom-list-pagination-box .btn-list {
    margin-top: 0.73077rem;
  }
  .guide-page-box .section-2 .custom-table-box {
    margin-top: 0.76923rem;
  }
}
