/* ********** 固件 ********** */
.firmware-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 1260px;
  min-height: calc(100vh - 250px);
  background: #f5f5f7;
  padding-bottom: 20px;
  z-index: 1;
}
.firmware-container::before {
  content: "";
  width: 100%;
  height: 280px;
  background: url("../images/firmware-banner.jpg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.firmware-head {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 76px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
}

.firmware-content {
  box-sizing: border-box;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  margin-top: 124px;
  padding: 0 29px 40px;
  position: relative;
  z-index: 1;
}
/* 固件筛选条件 */
.firmware-filter-wrap {
  box-sizing: border-box;
}
.firmware-filter-wrap .filter-title {
  display: flex;
  align-items: baseline;
  padding: 23px 0 12px 10px;
}
.firmware-filter-wrap .filter-title .t-name {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
}
.firmware-filter-wrap .filter-title .t-link {
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin-left: 12px;
}
.firmware-filter-wrap .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 9px;
}
.firmware-filter-wrap .filter-list li {
  box-sizing: border-box;
  position: relative;
  width: 192px;
  height: 35px;
}
.firmware-filter-wrap .filter-list li .f-link {
  box-sizing: border-box;
  display: block;
  width: 192px;
  height: 34px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 36px;
  color: #333333;
  padding: 0 12px 0 32px;
}
.firmware-filter-wrap .filter-list li .f-link.f-group::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-expand.svg") no-repeat center/cover;
  position: absolute;
  top: 7px;
  right: 12px;
}
.firmware-filter-wrap .filter-list li .f-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/tick-icon.svg") no-repeat center/cover;
  position: absolute;
  top: 9px;
  left: 12px;
  display: none;
}
.firmware-filter-wrap .filter-list li .f-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.firmware-filter-wrap .filter-list li .f-link.active {
  color: #266ddf;
  font-weight: bold;
  background: rgba(0, 122, 255, 0.15);
}
.firmware-filter-wrap .filter-list li .f-link.active::before {
  display: block;
}
.firmware-filter-wrap .filter-list li .f-link.f-lin--none {
  cursor: default;
}
.firmware-filter-wrap .filter-list li .f-link.f-lin--none:hover {
  background: rgba(0, 0, 0, 0.05);
}

.firmware-filter-wrap .filter-list .filter-popover-wrap {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 6;
  overflow: hidden;
  background: rgba(241, 241, 241, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 6px 0;
  display: none;
}

.firmware-filter-wrap .filter-list li:nth-child(6n) .filter-popover-wrap {
  right: 0;
  left: auto;
}
.firmware-filter-wrap .filter-list li:hover .filter-popover-wrap {
  display: flex;
  /* flex-wrap: wrap; */
}
.firmware-filter-wrap .filter-list .filter-popover-item {
  width: 192px;
  max-height: 300px;
  overflow-y: overlay;
  overflow-x: hidden;
  box-sizing: border-box;
}
.firmware-filter-wrap .filter-list .filter-popover-item::-webkit-scrollbar {
  width: 6px; /* 滚动条宽度 */
}
.firmware-filter-wrap
  .filter-list
  .filter-popover-item::-webkit-scrollbar-track {
  background: transparent; /* 轨道透明 */
}
.firmware-filter-wrap
  .filter-list
  .filter-popover-item::-webkit-scrollbar-thumb {
  background-color: rgba(156, 163, 175, 0.5); /* 滚动条颜色 */
  border-radius: 3px; /* 圆角 */
}
.firmware-filter-wrap .filter-list .filter-popover-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 192px;
  height: 34px;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  padding-left: 20px;
}
.firmware-filter-wrap .filter-list .filter-popover-item a:hover {
  background: rgba(0, 0, 0, 0.08);
}

/* 设备参数 */
.firmware-params-wrap {
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 122, 255, 0.05);
  border-radius: 10px;
  padding: 23px 32px 20px 20px;
  margin-top: 30px;
}
.firmware-params-wrap .title {
  display: flex;
  align-items: baseline;
}
.firmware-params-wrap .title .title-name {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
}
.firmware-params-wrap .title .title-link {
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin-left: 12px;
}

.firmware-params-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.firmware-params-list li {
  display: flex;
  width: 240px;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  padding: 4px 0;
}
.firmware-params-list li .p-label {
  width: 48px;
  flex-shrink: 0;
  color: #999999;
}
.firmware-params-list li .p-value {
  box-sizing: border-box;
  flex: 1;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.firmware-params-list li.w-430 {
  width: 430px;
}
.firmware-params-list li .p-label.w-24 {
  width: 24px;
}
/* 固件列表 Table */
.firmware-table {
  box-sizing: border-box;
}
.firmware-table .t-title {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
  padding: 23px 0 10px 12px;
}
.ftable-content {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.ftable-content th,
.ftable-content td {
  box-sizing: border-box;
  font-weight: normal;
  text-align: left;
  height: 50px;
}

.ftable-content .pl-30 {
  padding-left: 30px;
}
.ftable-content .pl-20 {
  padding-left: 20px;
}
.ftable-content .text-rt {
  text-align: right;
  padding-right: 40px;
}
.ftable-content .text-center {
  text-align: center;
}
.ftable-content thead {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.ftable-content tbody {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.ftable-content td {
  padding: 16px 0;
}
.ftable-content tbody tr td:last-child {
  box-sizing: border-box;
  text-align: center;
  padding-right: 12px;
}
.ftable-content tbody tr:nth-child(2n + 1) {
  background: rgba(0, 0, 0, 0.03);
}
.ftable-content tbody tr:nth-child(2n + 1) td:first-child {
  border-radius: 10px 0 0 10px;
}
.ftable-content tbody tr:nth-child(2n + 1) td:last-child {
  border-radius: 0 10px 10px 0;
}
.ftable-content tbody .t-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #999;
  background-color: transparent;
}
.ftable-content tbody .t-status.success {
  border: none;
  background-color: #0EA400;
}

.ftable-content tbody td .td-version {
  display: flex;
  align-items: center;
}
.ftable-content tbody td.version-bg {
  background: rgba(0, 0, 0, 0.02);
}
.ftable-content tbody .td-version span.v-name {
  display: block;
  width: 156px;
}
.ftable-content tbody .td-version span.v-tag {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 18px;
  border-radius: 20px;
  background: rgba(243, 163, 2, 0.2);
  font-size: 9px;
  line-height: 18px;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
}
.ftable-content tbody .download-btn {
  font-size: 12px;
  line-height: 18px;
  color: #007aff;
}
.ftable-content tbody .download-btn:hover {
  color: #0062cc;
}
.ftable-content tbody .download-btn:active {
  color: #004999;
}

.firmware-table .empty-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 70px 0 123px;
}
.firmware-table .empty-wrap .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

/* ********** 设备参数详情 ********** */
.firmware-details-container {
  width: 100%;
  min-width: 1260px;
  min-height: calc(100vh - 250px);
  background: #f5f5f7;
  padding-bottom: 20px;
}
.firmware-details-header {
  height: 100px;
  display: flex;
  align-items: center;
}
.firmware-details-header .title {
  font-size: 16px;
  line-height: 20px;
  color: #3d3d3d;
  padding-left: 30px;
}

.firmware-details-content {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  padding: 50px;
}
.firmware-details-content .breadcrumb-wrapper {
  background: #ffffff;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}
.firmware-details-content .breadcrumb-wrapper .b-link {
  color: #666666;
}
.firmware-details-content .breadcrumb-wrapper .divider {
  color: #bbbbbb;
}
.firmware-details-content .breadcrumb-wrapper .b-active {
  font-weight: 700;
  color: #333333;
}

.firmware-details-content .top-title {
  box-sizing: border-box;
  background: rgba(0, 122, 255, 0.05);
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  padding: 22px 20px 18px;
  margin-top: 40px;
}

.params-content {
  box-sizing: border-box;
}
.params-content .params-item {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.params-content .params-item:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.params-content .params-item:last-child {
  border-bottom: none;
}
.params-content .params-item .title {
  box-sizing: border-box;
  width: 100px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #0e46a1;
  padding: 32px 0 0 20px;
}
.params-content .params-item .list {
  flex: 1;
  padding: 20px 0;
}
.params-content .params-item .list li {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 20px;
}
.params-content .params-item .list li:last-child {
  border-bottom: none;
}
.params-content .params-item .list li .label {
  width: 180px;
  color: #666666;
}
.params-content .params-item .list li .value {
  width: 828px;
}
