@charset "UTF-8";
/* 适老化样式开始 */
.old_type table[width="1200"] > tbody > tr > td > table > tbody > tr {
  display: block;
}

.old_type table[width="1200"] > tbody > tr > td > table > tbody > tr > td {
  width: auto !important;
  display: inline-block;
  margin: 30px;
}

.old_type table[width="1200"] > tbody > tr > td > table > tbody > tr > td img {
  width: 100%;
  height: 450px;
}

.old_type
  table[width="1200"]
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td
  .zoom {
  margin: -30px;
  margin-top: 0;
}

.old_type
  table[width="1200"]
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td
  .zoom
  img {
  width: auto;
  height: auto;
}

.old_type .title {
  font-size: 52px;
  line-height: 104px;
  border-bottom: 2px solid #e3e3e3;
}

.old_type .logo {
  width: 550px;
  top: -20px;
}

/* 适老化按钮开始 */
.slh-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.boount {
  position: absolute;
  top: -500px;
  right: 11px;
}

.old_type .boount {
  top: -510px;
}

.old_type .old_boount {
  display: block;
}

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

/* 适老化按钮结束 */

/* 无障碍按钮开始 */
.old_type .wza_boount {
  height: 80px;
  line-height: 80px;
  font-size: 42px;
}

.old_type .positon_boount {
  right: 33%;
  top: -510px;
}
/* 无障碍按钮结束 */