* {
  font-family: "OpenSans-Regular";
}
.techSpec {
  overflow: hidden;
}
.techSpec #my-nav-hides {
  display: none !important;
}
.techSpec #my-nav {
  width: 100%;
  height: 70px;
  line-height: 65px;
  position: relative;
  color: #595757;
  padding-top: 2px;
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  margin-bottom: 50px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  display: none;
}
.techSpec #my-nav.my-nav-fixed {
  background: #fff !important;
  display: block;
}
.techSpec #my-nav ul {
  text-transform: none;
  margin: 0;
}
.techSpec #my-nav ul > li {
  width: auto;
}
.techSpec #my-nav ul > li > a {
  color: #595757;
  height: 70px;
  line-height: 68px;
}
.techSpec #my-nav ul > li.active,
.techSpec #my-nav ul > li:hover {
  background-color: transparent;
  color: #595757;
  font-size: 16px;
  margin-top: -2px;
  height: 68px;
  line-height: 68px;
  border-width: 0px;
  border-color: transparent;
  border-bottom: 3px solid #2d8cff;
}
.techSpec #my-nav .buttons-area {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .techSpec #my-nav .buttons-area {
    display: none;
  }
}
.techSpec .h1,
.techSpec h1 {
  font-size: 36px;
  line-height: 56px;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .techSpec .h1,
  .techSpec h1 {
    font-size: 24px;
  }
}
.techSpec .h2,
.techSpec h2 {
  font-size: 30px;
  line-height: 56px;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .techSpec .h2,
  .techSpec h2 {
    font-size: 21px;
  }
}
.techSpec .buttons-area {
  margin-top: 30px;
}
.techSpec .buttons-area .button {
  display: none;
  vertical-align: middle;
  width: 155px;
  height: 34px;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: 0.4s;
}
.techSpec .buttons-area .button i {
  position: relative;
  margin-left: 5px;
  font-size: 14px;
}
.techSpec .buttons-area .button.download {
  width: 155px;
  background-color: #fff;
  color: #000;
  margin-left: 30px;
  border: 2px solid #dcdddd;
}
.techSpec .buttons-area .button.download:hover {
  border-color: #000;
  color: #000;
}
.techSpec .buttons-area .button.buy {
  background-color: #2d8cff;
  border-color: #2d8cff;
  color: #fff;
}
.techSpec .buttons-area .button.buy:hover {
  background-color: #067DF4;
  color: #fff;
}
.techSpec .banner {
  background: url('/static/img/tech/banner-bg.svg') top center no-repeat;
  padding: 120px 0;
  text-align: center;
  background-size: 1200px;
}
.techSpec .banner .h1 {
  width: 58%;
  margin: auto;
}
.techSpec .banner p {
  font-weight: bold;
  width: 70%;
  margin: auto;
  font-size: 14px;
}
.techSpec .banner .banner-desc {
  color: #2d8cff;
  font-size: 16px;
  margin-bottom: 15px;
}
.techSpec .banner .banner-desc a {
  color: #2d8cff;
  font-size: 16px;
}
.techSpec .banner ul {
  margin-bottom: 25px;
}
.techSpec .banner ul li {
  list-style: none;
  font-size: 18px;
  color: #595757;
  text-align: center;
  line-height: 32px;
}
.techSpec .banner ul li span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  position: relative;
}
.techSpec .banner ul li span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #9fa0a0;
  vertical-align: top;
  border-radius: 50%;
  position: relative;
  top: 14px;
  margin-right: 10px;
}
.techSpec .system {
  padding: 0px 0 70px;
}
.techSpec .system .sys-bg {
  background: #0c132b;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.techSpec .system h2 {
  margin-bottom: 60px;
}
.techSpec .system ul li {
  margin-bottom: 20px;
  color: #2d8cff;
}
.techSpec .system ul li strong {
  color: #fff;
}
.techSpec .system ul li span {
  color: #efeded;
}
.techSpec .doTrans-table .bs-example {
  background: #4f99e4;
  border-radius: 14px;
  overflow: scroll;
}
.techSpec .doTrans-table .bs-example .table-bordered {
  border: 1px solid #fff;
  margin: 0;
}
.techSpec .doTrans-table .bs-example .table-bordered thead tr th {
  text-align: center;
  color: #fff;
  height: 78px;
  line-height: 78px;
  font-size: 20px;
}
.techSpec .doTrans-table .bs-example .table-bordered tbody tr th {
  text-align: left;
  max-width: 240px;
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
}
.techSpec .doTrans-table .bs-example .table-bordered tr td {
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
.techSpec .doTrans-table .bs-example .table-bordered tr td img {
  max-width: 35px;
}
.techSpec .doTrans-table .bs-example .table-bordered .t-title {
  padding: 40px 0 0 20px;
}
.techSpec .doTrans-table .bs-example .table-bordered .t-text {
  font-size: 18px;
  text-align: left;
  padding: 40px;
}
.techSpec .devices-file-support .Supported-box {
  border: 1px solid #2d8cff;
  border-radius: 16px;
  margin-top: 40px;
}
.techSpec .devices-file-support .Supported-box .supported-table {
  border-radius: 16px;
}
.techSpec .devices-file-support .Supported-box .supported-table .title-blue {
  background: #2d8cff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  font-size: 21px;
  line-height: 56px;
  color: #fff;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
}
.techSpec .devices-file-support .files-box {
  border: 1px solid #ff7e78;
  border-radius: 16px;
  margin-top: 40px;
}
.techSpec .devices-file-support .files-box .files-table {
  border-radius: 16px;
}
.techSpec .devices-file-support .files-box .files-table .files-title-blue {
  background: #ff7e78;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  font-size: 21px;
  line-height: 56px;
  color: #fff;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
}
.techSpec .devices-file-support .table-content {
  padding: 0px 40px;
}
.techSpec .devices-file-support .table-content tr {
  border-bottom: 1px solid #dcdddd;
  padding: 15px 0 25px;
}
.techSpec .devices-file-support .table-content tr td {
  padding-left: 30px;
  padding: 15px 30px 25px 0;
}
.techSpec .devices-file-support .table-content tr td span {
  font-size: 16px;
  line-height: 28px;
  margin-right: 6px;
  padding-left: 10px;
  white-space: normal;
  display: inline-block;
  position: relative;
}
.techSpec .devices-file-support .table-content tr td span::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #595757;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.techSpec .devices-file-support .table-content tr .Devices-title {
  font-size: 21px;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
  color: #0c132b;
  text-align: right;
  padding-left: 0;
}
.techSpec .news {
  padding: 70px 0;
}
.techSpec .news p {
  font-size: 14px;
}
.techSpec .news .news-box {
  width: 80%;
  margin: auto;
  background: #0c132b;
  padding: 0px 90px;
  border-radius: 10px;
  position: relative;
}
.techSpec .news .news-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  top: 37.5%;
  left: -43px;
}
.techSpec .news .news-box::after {
  content: '';
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  top: 37.5%;
  right: -43px;
}
.techSpec .news .news-box .news-content {
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.techSpec .news .news-box .news-content .desc {
  margin: 30px 0;
  position: relative;
}
.techSpec .news .news-box .news-content .desc::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/static/img/adr_new/btn-bg-l.svg) no-repeat;
  width: 144px;
  height: 54px;
  left: 10px;
  top: 6px;
}
.techSpec .news .news-box .news-content .desc::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/static/img/adr_new/btn-bg-r.svg) no-repeat;
  width: 131px;
  height: 93px;
  top: -15px;
  right: 32px;
}
.techSpec .news ul > li {
  margin: 6px 0;
  list-style: disc outside none;
}
.techSpec .te-l {
  float: left;
  width: 26%;
}
.techSpec .te-r {
  float: right;
  width: 74%;
}
.techSpec .table {
  overflow-y: hidden;
  width: 100%;
  overflow-x: auto;
}
.techSpec .sblue {
  background-color: #c5dff9 !important;
  font-size: 18px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.techSpec .sblue td {
  background-color: #c5dff9 !important;
}
.techSpec .qblue {
  background-color: #d8e9fa !important;
  font-size: 20px;
  margin-top: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.techSpec .qblue td,
.techSpec .qblue th,
.techSpec .sblue td,
.techSpec .sblue th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.techSpec .book_h2 {
  height: 86px;
}
.techSpec .te_table th {
  text-align: center;
}
.techSpec .te_table td {
  text-align: center;
}
.techSpec .te_table .h1 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.techSpec .te_table .te-r td {
  background-color: #f3f4f5;
  border: 1px solid #fff;
  height: 42px;
}
@media screen and (max-width: 1212px) {
  .techSpec .te-l {
    width: 287px!important;
  }
  .techSpec .te-r {
    padding-left: 287px;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .techSpec #my-nav ul > li {
    border-top: none;
    margin-top: 10px;
    background-color: #fff;
  }
  .techSpec .banner .h1 {
    width: 80%;
    margin: auto;
  }
  .techSpec .system ul li {
    width: 80%;
    margin: auto;
  }
  .techSpec .news .news-box {
    width: 100%;
  }
  .techSpec .news .news-box .news-content .desc::before {
    content: '';
    display: none;
  }
  .techSpec .news .news-box .news-content .desc::after {
    content: '';
    display: none;
  }
  .techSpec .table-responsive > .table {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .techSpec .banner .h1 {
    width: 100%;
    margin: auto;
  }
  .techSpec .banner p {
    font-weight: bold;
    width: 100%;
    margin: auto;
  }
  .techSpec .buttons-area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .techSpec .buttons-area .button.download {
    margin-left: 0;
    margin-top: 30px;
  }
  .techSpec .system {
    padding: 25px 0;
  }
  .techSpec .system h2 {
    margin-bottom: 30px;
  }
  .techSpec .devices-file-support .table-content tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .techSpec .devices-file-support .table-content tr td span {
    font-size: 14px;
  }
  .techSpec .devices-file-support .table-content {
    padding: 0px 20px;
  }
  .techSpec .devices-file-support .table-content tr td {
    padding-left: 30px;
    padding: 15px 0px 0px;
  }
  .techSpec .devices-file-support .table-content tr .Devices-title {
    font-size: 18px;
  }
  .techSpec .news .news-box .news-content {
    border-left: unset;
    border-right: unset;
  }
  .techSpec .news .news-box {
    padding: 0px 20px;
  }
  .techSpec .te-l {
    width: 197px!important;
  }
  .techSpec .te-r {
    padding-left: 197px;
  }
}
