@charset "UTF-8";
/* 适老化按钮开始 */
.slh-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.old_type .boount {
  position: absolute;
}

.boount {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 50px;
}

.old_type .new_boount,
.mobile_type .new_boount {
  display: none;
}

.new_boount {
  width: 160px;
  height: 40px;
  background-color: #ec940a;
  border-radius: 8px;
}

.new_boount span {
  text-align: center;
  display: block;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.old_type .old_boount {
  display: block;
}

.old_boount {
  width: 380px;
  height: auto;
  display: none;
}

.old_boount span {
  background: #ec940a;
  font-size: 42px;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  cursor: pointer;
}

/* 适老化按钮结束 */
/* 适老化样式开始 */
.old_type .logo {
  height: 90px;
}

.old_type .doublelm > tbody > tr > td {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.old_type .doublelm > tbody > tr > td:first-of-type {
  margin-top: 30px;
}

.old_type .doublelm > tbody > tr > td:nth-of-type(2) {
  display: none;
}

.old_type .default_pgContainer > div {
  width: 100% !important;
}

.old_type .default_pgContainer > div > table {
  width: 100%;
}

.old_type .default_pgContainer > div > table:first-of-type > tbody > tr > td:first-of-type {
  min-width: 5em;
  font-size: 48px;
  line-height: 96px;
  border-bottom: 4px solid #99cc00 !important;
}

.old_type .default_pgContainer > div > table:first-of-type > tbody > tr > td:last-of-type {
  border-bottom: 4px solid #cccccc !important;
}

.old_type .default_pgContainer > div > table:last-of-type > tbody > tr > td > table {
  width: 100%;
}

.old_type .default_pgContainer > div > table:last-of-type > tbody > tr > td > table > tbody > tr:first-of-type td:first-of-type a {
  display: inline-block;
  max-width: 26em;
  font-size: 32px !important;
  line-height: 64px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.old_type .default_pgContainer > div > table:last-of-type > tbody > tr > td > table > tbody > tr:first-of-type td:last-of-type {
  width: 180px;
  font-size: 32px !important;
}

.old_type .default_pgContainer > div > table:last-of-type > tbody > tr > td > table > tbody > tr:last-of-type div {
  border-top: 2px dashed #cccccc !important;
}

/* 适老化样式结束 */
/* 默认完全分页适老化开始 */
.old_type .default_pgToolbar {
  height: 70px;
  margin: 20px 0 -1px 0;
  border: 2px solid #dadada;
  background-size: cover;
}

.old_type .default_pgToolbar td {
  font-size: 32px;
  padding: 0 3px;
}

.old_type .default_pgCurrentPage {
  width: 70px;
  height: 35px;
  border: 2px solid #cccccc;
  background-size: contain;
}

.old_type .default_pgBtn {
  width: 50px;
  height: 45px;
  background-size: 65% !important;
}

.old_type .default_separator {
  width: 4px;
  height: 28px;
  background-size: cover;
}

.old_type .default_pgSearchInfo {
  display: none;
}

/* 默认完全分页适老化结束 */