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

.old_type .boount {
  position: absolute;
}

.boount {
  position: absolute;
  top: -390px;
  right: 50px;
}

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

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

.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;
  margin-left: 10px;
}

.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;
}

/* 适老化按钮结束 */
.default_pgContainer > table > tbody > tr > td > table > tbody > tr > td a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  max-width: 385px;
}

.doublelm > table > tbody > tr > td > table > tbody > tr > td a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  max-width: 385px;
}