@import "product_global.css";
.tech-spec {
  background-color: #f5f5f5;
}
.tech-spec .container {
  background-color: #ffffff;
  padding: 0 50px;
}
.tech-spec .home-nav {
  margin-left:-50px;
}
.tech-spec h3 {
  padding-top: 50px;
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.tech-spec .div-table:last-child {
  margin-bottom: 0;
}
.tech-spec .div-table-3 p {
  padding-left: 20px;
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.tech-spec .div-table-3 .dt-th span:nth-child(2) {
  width: 37.5% !important;
  font-size: 18px;
  display: inline-flex;
  vertical-align: top;
  margin-left: -8px;
  border-left: 1px solid #009bdb;
  border-right: 1px solid #009bdb;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table-3 .dt-th span:nth-child(3) {
  width: 37.5% !important;
  font-size: 18px;
  display: inline-flex;
  vertical-align: top;
  margin-left: -8px;
  border: none !important;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table-3 .dt-td span:nth-child(2) {
  width: 37.5% !important;
  display: inline-flex;
  vertical-align: middle;
  margin-left: -8px;
  color: #666666;
  font-size: 14px;
  border-left: 1px solid #009bdb;
  border-right: 1px solid #009bdb;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table-3 .dt-td span:nth-child(3) {
  width: 37.5% !important;
  display: inline-flex;
  vertical-align: middle;
  margin-left: -8px;
  border: none !important;
  color: #666666;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table p {
  padding-left: 20px;
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.tech-spec .div-table .dt-th {
  color: #333333;
  border-bottom: 1px solid #009bdb;
}
.tech-spec .div-table .dt-th span:first-child {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  width: 25%;
  padding-left: 20px;
}
.tech-spec .div-table .dt-th span:last-child {
  font-size: 18px;
  display: inline-flex;
  vertical-align: top;
  width: 75%;
  margin-left: -8px;
  border-left: 1px solid #009bdb;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table .dt-th span:last-child::after {
  content: "";
  clear: both;
  display: block;
}
.tech-spec .div-table .dt-th::after {
  content: "";
  clear: both;
  display: block;
}
.tech-spec .div-table .dt-td {
  border-bottom: 1px solid #E0E0E0;
}
.tech-spec .div-table .dt-td span:first-child {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: 25%;
  font-size: 16px;
  padding-left: 20px;
}
.tech-spec .div-table .dt-td span:last-child {
  display: inline-flex;
  vertical-align: middle;
  width: 75%;
  margin-left: -8px;
  color: #666666;
  font-size: 14px;
  border-left: 1px solid #009bdb;
  padding: 10px 0;
  padding-left: 20px;
}
.tech-spec .div-table .dt-td::after {
  content: "";
  clear: both;
  display: block;
}
.tech-spec .div-table .dt-td:last-child {
  margin-bottom: 40px;
}
.tech-spec .update_history {
  padding-bottom: 60px;
  margin-top: -40px;
}
.tech-spec .update_history h3 {
  margin-bottom: 40px;
}
.tech-spec .update_history .switch_area {
  text-align: center;
  margin-bottom: 40px;
}
.tech-spec .update_history .switch_area button {
  display: inline-block;
  width: 152px;
  height: 40px;
  border: 1px solid #009bdb;
  border-radius: 20px;
  line-height: 40px;
  font-size: 18px;
  color: #009bdb;
  padding: 0;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  margin: 0 10px;
}
.tech-spec .update_history .switch_area button::after {
  content: "↓";
  font-size: 16px;
  color: inherit;
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: none;
}
.tech-spec .update_history .switch_area button.active,
.tech-spec .update_history .switch_area button:hover {
  border-color: #1E2432;
  color: #1E2432;
}
.tech-spec .update_history .switch_area button.active::after,
.tech-spec .update_history .switch_area button:hover::after {
  display: inline;
}
.tech-spec .update_history .history_tree.show {
  display: block;
}
.tech-spec .update_history .history_tree {
  display: none;
}
.tech-spec .update_history .history_tree .spec_update_block {
  position: relative;
  border-left: 1px solid #009bdb;
  padding-bottom: 40px;
}
.tech-spec .update_history .history_tree .spec_update_block .update_version {
  position: relative;
  width: 18%;
  padding-left: 20px;
  float: left;
}
.tech-spec .update_history .history_tree .spec_update_block .update_version .version {
  font-size: 22px;
  color: #333333;
  font-family: Helvetica;
  position: relative;
  top: -10px;
}
.tech-spec .update_history .history_tree .spec_update_block .update_version .time {
  font-size: 14px;
  color: #999999;
  font-family: Helvetica;
  position: relative;
  top: -10px;
}
.tech-spec .update_history .history_tree .spec_update_block .update_version::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #009bdb;
  top: 3px;
  right: 15px;
}
.tech-spec .update_history .history_tree .spec_update_block .update_items {
  display: inline-block;
  width: 75%;
  float: left;
  padding-left: 12px;
  position: relative;
  top: -10px;
}
.tech-spec .update_history .history_tree .spec_update_block .update_items li {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.tech-spec .update_history .history_tree .spec_update_block::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #009bdb;
  border-radius: 50%;
  top: 0;
  left: -5px;
}
.tech-spec .update_history .history_tree .spec_update_block::after {
  content: "";
  display: block;
  clear: both;
}
.tech-spec .update_history .history_tree .spec_update_block:last-child {
  border-left: none;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .tech-spec .container {
    padding: 0 10px;
  }
  .tech-spec h3 {
    font-size: 32px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .tech-spec .div-table p {
    font-size: 24px;
  }
  .tech-spec .div-table .dt-th {
    font-size: 20px;
  }
  .tech-spec .div-table .dt-th span:first-child {
    width: 30%;
    padding-left: 10px;
  }
  .tech-spec .div-table .dt-th span:last-child {
    padding: 10px;
    width: 70%;
    margin-left: -9px;
  }
  .tech-spec .div-table .dt-td span:first-child {
    font-size: 14px;
    padding-left: 0px;
    width: 30%;
  }
  .tech-spec .div-table .dt-td span:last-child {
    font-size: 12px;
    width: 70%;
    padding: 10px 0 10px 10px;
  }
  .tech-spec .update_history {
    padding-bottom: 40px;
  }
  .tech-spec .update_history .switch_area button {
    width: 136px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .tech-spec .update_history .switch_area button:last-child {
    margin-bottom: 0;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_version {
    padding-left: 15px;
    width: 40%;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_version .version {
    font-size: 20px;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_version .time {
    font-size: 14px;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_version::after {
    width: 15px;
    right: 0;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_items {
    width: 60%;
    padding-left: 15px;
  }
  .tech-spec .update_history .history_tree .spec_update_block .update_items li {
    font-size: 14px;
  }
  .tech-spec .div-table-3 .dt-th span {
    width: 33% !important;
    float: left !important;
    padding: 10px !important;
  }
  .tech-spec .div-table-3 .dt-th span:first-child,
  .tech-spec .div-table-3 .dt-td span:first-child {
    font-size: 14px;
  }
  .tech-spec .div-table-3 .dt-th span:nth-child(2),
  .tech-spec .div-table-3 .dt-td span:nth-child(2) {
    width: 33% !important;
    margin-left: 0;
    font-size: 12px;
  }
  .tech-spec .div-table-3 .dt-th span:nth-child(3),
  .tech-spec .div-table-3 .dt-td span:nth-child(3) {
    width: 33% !important;
    margin-left: 0;
    font-size: 12px;
  }
  .tech-spec .div-table-3 .dt-td span {
    width: 33% !important;
    float: left !important;
    padding: 10px !important;
  }
}
