.msl {
  font-family: "MiSans Light";
  font-weight: 500;
}
.msm {
  font-family: "MiSans Medium";
  font-weight: 600;
}
.mse {
  font-family: "MiSans ExtraLight";
}

.msb {
  font-family: "MiSans Demibold";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1d3546;
}

td,
th {
  padding: 0;
}

.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}
.bocweb-header {
  z-index: 99999999999;
}
header {
  z-index: 999999999999999;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fc {
  display: flex;
  align-items: center;
}
.fcb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs {
  display: flex;
  align-items: start;
}

.of {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-a {
  padding: 0.85rem 5.5rem;
  padding-bottom: 0;
}

.y-mbx {
  font-size: 15px;
  line-height: 15px;
  color: #999;
}

.y-mbx a {
  color: #999;
}
.y-mbx a:last-child {
  color: #1d3546 !important;
}

.y-mbx a:hover {
  color: #437ca3;
}

.pro-a .tit {
  margin-top: 1.5rem;
}

.quick_Search {
  margin-top: 0.725rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.975rem 1.425rem;
}
.quick_Search .list {
  margin-top: 0.6rem;
}
.quick_Search .list li {
  width: 220px;
  height: 190px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-right: 22px;
  border-top: 2px solid #1d3546;
  padding: 0 18px;
  padding-right: 0;
}
.quick_Search .list li .t1 {
  padding-top: 14px;
  line-height: 1;
  padding-bottom: 5px;
  color: #1d3546;
  font-size: 13px;
}
.quick_Search .list li .cont {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.quick_Search .list li .cont .ls {
  padding: 5px 0;
  cursor: pointer;
}
.quick_Search .list li .cont .ls .box {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  margin-right: 6px;
}
.quick_Search .list li .cont .ls .t2 {
  font-size: 11px;
  line-height: 1;
  color: #666;
}
.quick_Search .list li .cont .ls .t2 span {
  color: #1d3546;
}
.quick_Search .list li .cont .ls.on .box {
  background-color: #000;
  border-color: #000;
  background-image: url(/bocstatic/web/img/dui.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.quick_Search .list li .mun-cont {
  width: 100%;
  height: 3.15rem;
  position: relative;
  display: flex;
  margin-top: 9px;
}

.quick_Search .list li .mun-cont .my-slider {
  height: 100%;
}
.size-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.725rem;
}
.size-box input {
  width: 68px;
  height: 22px;
  border: 1px solid rgba(29, 53, 70, 0.2);
  background: #fff;
  padding: 0 7px;
  font-size: 11px;
}
.quick_search_btn {
  width: 88px;
  line-height: 44px;
  border-radius: 25px;
  background: #1d3546;
  text-align: center;
  margin-top: 17px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.5s;
}
.quick_search_btn:hover {
  background-color: #437ca3;
}

.pro-b {
  border-top: 1px solid rgba(29, 53, 70, 0.2);
  margin-top: 1.7rem;
}

.pro-b .y-mbx {
  padding: 15px;
}
.y-mbx svg {
  margin-right: 5px;
}
.pro-a .y-mbx {
  padding: 15px;
  padding-top: 0;
}

.table-head-responsive {
  position: sticky;
  top: 2.5rem;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 99999;
  transition: all 0.3s;
  /* border-bottom: 1px solid rgba(29, 53, 70, 0.1) !important */
}

.filter-table table {
  /* margin-bottom: 20px; */
  border: 0;
  width: 100%;

  border-collapse: unset;
}
.filter-table table thead {
  /* width: 100%; */
  overflow: auto;
}
table tr:first-of-type {
  white-space: nowrap;
  padding-left: 0;
  border-top: 1px solid transparent;
}
.filter-table table th {
  /* position: relative; */
  background: #dbdddf;
  color: #1d3546;
}
.filter-table table thead th {
  border: 0;
  vertical-align: middle !important;
  min-width: 219px;
  position: relative;
  font-size: 13px;
  text-align: left;
  padding: 14px;
  border-right: 1px solid rgba(29, 53, 70, 0.1) !important;
  height: auto;
  font-weight: normal;
  box-sizing: border-box;
}
.filter-table table thead th.w140 {
  min-width: 160px;
  position: relative;
}
.filter-table table thead th .sort {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
  fill: #1d3546;
}
.filter-table table thead th .sort path {
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.5s;
}
.filter-table table thead th .sort path.on {
  opacity: 1;
}
.filter-table table thead th .sort path:hover {
  opacity: 1;
  fill: #437ca3 !important;
}
.filter-table
  table
  thead
  th:nth-child(1):not(.search-table table thead th:nth-child(1)) {
  z-index: 999;

  min-width: 319px;
  position: sticky;
  left: 0;
  top: auto;
}
.filter-table
  table
  thead
  tr:first-child
  th:first-child:not(.search-table table thead tr:first-child th:first-child) {
  min-height: 59px;
}

.filter-table table thead th .del {
  position: absolute;
  right: 24px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  fill: #999;
  transition: all 0.5s;
}
.filter-table table thead th .del:hover {
  fill: red;
}
.filter-table table thead tr:nth-child(2) th:hover {
  background-color: #f7f7f7;
}
.filter-table table thead th.serach-th {
  vertical-align: top !important;
}
.filter-table table thead tr:nth-child(2) th {
  background: #f0f0f0;
  padding: 19px 11px;
  height: 160px;
  min-height: 160px;
  /* border-left: 1px solid rgba(29, 53, 70, 0.1) !important; */
}

.filter-table table thead th.serach-th .p-search {
  width: 100%;
  height: 38px;
  border-radius: 2px;
  background: #fff;
  padding: 0 16px;
  display: flex;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: space-between;
}

.filter-table table thead th.serach-th .p-search input {
  background-color: transparent;
  font-size: 13px;
  height: 100%;
  width: 80%;
}
.filter-table table thead th.serach-th .p-search svg {
  cursor: pointer;
  fill: #1d3546;
}
.filter-table table thead th.serach-th .p-search svg:hover {
  fill: #437ca3;
}
.clear {
  display: flex;
  width: 120px;
  height: 38px;
  padding: 13px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #1d3546;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.clear:hover {
  background-color: #437ca3;
}

.filter-table table thead th.serach-th .tip {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #ff0a0a;
}

.filter-table table thead th .cont {
  width: 100%;
  height: 135px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.filter-table table thead th .cont .ls {
  padding: 4px 0;
  cursor: pointer;
}
.filter-table table thead th .cont .ls .box {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  margin-right: 6px;
}
.filter-table table thead th .cont .ls .t2 {
  font-size: 11px;
  line-height: 1;
  color: #666;
}
.filter-table table thead th .cont .ls .t2 span {
  color: #1d3546;
}
.filter-table table thead th .cont .ls.on .box {
  background-color: #000;
  border-color: #000;
  background-image: url(/bocstatic/web/img/dui.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.filter-table table thead th .mun-cont {
  width: 100%;
  height: 3.15rem;
  position: relative;
  display: flex;
}

.filter-table table thead th .mun-cont .my-slider {
  height: 100%;
}

.filter-table .noUi-target {
  background-color: #fff;
}
.filter-table {
  /* height: 400vh; */
}

.filter-table table tbody tr {
  border-color: rgba(29, 53, 70, 0.1);
  background-color: #fff;
}
.filter-table table tbody td {
  min-width: 219px;
  min-width: 219px;
  font-size: 13px;
  vertical-align: middle;
  height: 32px;
  padding: 4px 14px;
  text-align: left;
  border-left: 1px solid rgba(29, 53, 70, 0.1) !important;
  border-bottom: 1px solid rgba(29, 53, 70, 0.1) !important;
}
.filter-table table tbody td.w140 {
  min-width: 160px;
}

.filter-table
  table
  tbody
  tr
  td:nth-child(1):not(.search-table table tbody tr td:nth-child(1)) {
  min-width: 319px;
  position: sticky;
  left: 0;
  top: auto;
  border-bottom: 1px solid rgba(29, 53, 70, 0.1) !important;

  z-index: 999;
}

.filter-table table tbody tr td:last-child {
  border-right: 1px solid rgba(29, 53, 70, 0.1) !important;
}
.filter-table table tbody tr td {
  background-color: #fff;
}

.filter-table table tbody tr.focus td {
  background-color: #edf2f6;
}

.filter-table table tbody tr:first-child td {
  border-top: 1px solid rgba(29, 53, 70, 0.1) !important;
}

.filter-table table tbody td .part-number input:checked {
  background: #000000 url(../img/download.svg) no-repeat center center;
  background-size: 87%;
}
.filter-table table tbody td .part-number input {
  appearance: none;
  -webkit-appearance: none; /* å…¼å®¹ Safari å’? Chrome */
  -moz-appearance: none; /* å…¼å®¹ Firefox */

  margin: 0 4px 0 0;
  border: 1px solid #000000;
  box-shadow: none;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}

.filter-table table tbody td .pname {
  color: #1d3546;
  font-size: 13px;
  font-style: normal;
  font-weight: 380;
  line-height: 1;
  line-height: 24px;
  text-transform: capitalize;
}
.filter-table table tbody td a.pname:hover {
  color: #437ca3;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.filter-table table tbody td .star {
  color: #1d3546;
  font-size: 13px;
  font-style: normal;
  font-weight: 380;
  line-height: 24px;
  text-transform: capitalize;
  margin-left: 8px;
}
.filter-table table tbody td .preview {
  line-height: 1;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.filter-table table tbody td .preview svg {
  fill: #333;
}

.filter-table table tbody td .pdf {
  line-height: 1;
  margin-left: 9px;
  font-size: 0;
}

.filter-table table tbody td .pdf svg {
  fill: #231815;
}
.filter-table table tbody td .preview svg:hover {
  fill: #437ca3;
}

.filter-table table tbody td .pdf svg:hover {
  fill: #ff0a0a;
}

.filter-table table tbody td .preview .hide-img {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 3;
  width: 181px;
  height: 112px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.filter-table table tbody tr:first-child td .preview .hide-img {
  top: 0 !important;
  bottom: auto !important;
  left: 150%;
}
.filter-table table.yy_one tbody tr:first-child td .preview .hide-img {
  top: -1rem !important;
  bottom: auto !important;
  left: 150%;

}
.filter-table table tbody tr:nth-last-child(-n + 3) td .preview .hide-img {
  bottom: 110%;
  top: auto;
}
.filter-table table tbody td .preview:hover .hide-img {
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  min-height: 4rem;
  display: flex;
}
.table-responsive::-webkit-scrollbar-thumb {
  height: 10px;
  border-radius: 50px;
  background: #1d3546;
}

.table-responsive::-webkit-scrollbar {
  width: 100%;
  height: 10px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #fff;
}
.filter-table table tbody tr:hover {
  position: relative;
  z-index: 3333;
}

.filter-table table thead th .cont::-webkit-scrollbar-track {
  background-color: rgba(29, 53, 70, 0.1);
  border-radius: 5px;
}
.p-pagebtn {
  background: #dbdddf;
  height: 1.925rem;
  padding: 0 0.475rem;
}
.p-pagebtn .pagination {
  display: flex;
}
.p-pagebtn .pagination span,
.p-pagebtn .pagination a {
  color: #888;
  line-height: 0.7rem;
  text-align: center;
  height: 0.7rem;
  overflow: hidden;
  width: 0.7rem;
  transition: 0.2s;
  border-radius: 2px;
  font-style: 13px;
  border-radius: 2px;
}
.p-pagebtn .pagination span:nth-child(n + 2),
.p-pagebtn .pagination a:nth-child(n + 2) {
  margin-left: 5px;
}
.p-pagebtn .pagination span.active,
.p-pagebtn .pagination a.active {
  background: #1d3546;
  color: #fff;
}
.p-pagebtn .pagination a:hover {
  background: #1d3546;
  color: #fff;
}
.p-pagebtn .pagination a[rel="prev"],
.p-pagebtn .pagination a[rel="next"] {
  font-size: 0 !important;
  background-color: #fff;
  background-image: url(/bocstatic/web/img/page.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.p-pagebtn .pagination a[rel="prev"] {
  transform: rotate(180deg);
}

.p-pagebtn .pagination a[rel="prev"]:hover,
.p-pagebtn .pagination a[rel="next"]:hover {
  background-image: url(/bocstatic/web/img/page2.svg);
  background-color: #1d3546;
}

.p-pagebtn .pagination a.page-end,
.p-pagebtn .pagination a.page-first {
  font-size: 0 !important;
  background-color: #fff;
  background-image: url(/bocstatic/web/img/page3.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}
.p-pagebtn .pagination a.page-first {
  transform: rotate(180deg);
}

.p-pagebtn .pagination a.page-end:hover,
.p-pagebtn .pagination a.page-first:hover {
  background-image: url(/bocstatic/web/img/page4.svg);
  background-color: #1d3546;
}
.p-pagebtn .tz {
  margin-left: 27px;
  font-size: 13px;
}
.p-pagebtn .tz input {
  margin-left: 13px;
  width: 46px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid rgba(29, 53, 70, 0.1);
  background: #fff;
  padding: 0 3px;
  transition: all 0.5s;
  text-align: center;
}
.p-pagebtn .tz input#sublimit:hover {
  color: #fff;
  background-color: #1d3546;
}

.p-pagebtn .tz select {
  width: 82px;
  height: 28px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding: 0 15px;
}
.p-pagebtn .tz .select-wrapper {
  margin: 0 13px;
  position: relative;
}

.p-pagebtn .tz .select-wrapper::after {
  content: "¨‹";
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.5s;
}
.p-pagebtn .tz .select-wrapper.on::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-pagebtn .tz span {
  color: #437ca3;
  font-family: MiSans;
}

.altrbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3333333333333333333;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
}
.compare-box {
  background-color: #fff;
  width: 42.5rem;
  height: 100%;
  border-radius: 50px 0 0 50px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.compare-box .top {
  padding: 0 1.05rem;
  height: 2.25rem;
}
.compare-box .top .msm {
  color: #1d3546;
  text-transform: capitalize;
}
.compare-box .top .close {
  cursor: pointer;
}
.compare-box .top .close svg {
  transition: all 0.5s;
}
.compare-box .top .close:hover svg {
  transform: rotate(180deg);
}
.compare-box  .content{
  display:flex;
}
.compare-box .left {
  width: 328px;
  height: calc(100% - 10px);
}
.compare-box .right {
  width: calc(100% - 328px);
}
.compare-box .table-head-responsive {
  overflow: hidden;
  overflow-x: auto;
  top: 0;
}

.compare-box table {
  width: 100%;
  /* margin-bottom: 20px; */
  border: 0;

  border-collapse: unset;
}
.compare-box table thead {
  /* width: 100%; */
  overflow: auto;
}
.compare-box table tr:first-of-type {
  white-space: nowrap;
  padding-left: 0;
  border-top: 1px solid rgba(29, 53, 70, 0.1) !important;
}
.compare-box table th {
  position: relative;
  background: rgba(237, 238, 239, 1);
  color: #1d3546;
}
.compare-box table thead th {
  border: 0;
  vertical-align: middle !important;
  min-width: 230px;
  width: 230px;
  font-size: 15px;
  text-align: left;
  padding: 22px 35px;

  height: auto;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1;
  border-left: 1px solid rgba(29, 53, 70, 0.1) !important;
}

.compare-box
 .left
  table
  thead
  th:nth-child(1):not(.search-table table thead th:nth-child(1)) {
  z-index: 999;
  width: 328px;
  min-width: 328px;
  position: sticky;
  left: 0;
  top: auto;
  padding-left: 63px;
  font-weight: 700;
}
.compare-box
  table
  thead
  tr:first-child
  th:first-child:not(.search-table table thead tr:first-child th:first-child) {
  min-height: 59px;
}

.compare-box table thead th .del {
  position: absolute;
  right: 24px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  fill: #999;
  transition: all 0.5s;
}
.compare-box table thead th .del:hover {
  fill: red;
}
.compare-box table thead th a {
  font-weight: 700;
}
.compare-box table thead th a:hover {
  color: #437ca3;
  text-decoration: underline;
}
.compare-box {
  overflow: hidden;
}
.compare-box table td {
  border: 0;
  vertical-align: middle !important;
  min-width: 230px;
  width: 230px;
  font-size: 11px;
  text-align: left;
  padding: 20px 35px;
  background-color: #fff;
  height: auto;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1;
  border-left: 1px solid rgba(29, 53, 70, 0.1) !important;
  border-bottom: 1px solid rgba(29, 53, 70, 0.1) !important;
}
.compare-box .left table tr:last-child td{
  border-bottom: 0 !important;
}
.compare-box .left table td:nth-child(1):not(.search-table table td:nth-child(1)) {
  z-index: 999;
  width: 328px;
  min-width: 328px;
  position: sticky;
  left: 0;
  top: auto;
  padding-left: 63px;
  background-color: rgba(249, 249, 249, 1);
}

.compare-box .content {
  height: calc(100% - 2.25rem);
      background-color: rgba(249, 249, 249, 1);
}

.compare-box .content .table-responsive {
  height: calc(100% - 60px);
}

.p-btn {
  border-radius: 2px;
  border: 1px solid rgba(29, 53, 70, 0.5);
  display: inline-flex;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  margin-right: 12px;
  text-transform: capitalize;
}
.p-top {
  padding: 6px 0;
  height: 57px;
}
.p-btn svg {
  fill: #1d3546;
  transition: 0.5s ease-in-out;
}
.p-btn:hover svg {
  fill: #fff;
}

.p-btn:hover {
  color: #fff;
  background-color: #437ca3;
  border: 1px solid #437ca3;
}

.porinfo-a {
  background-color: rgba(67, 124, 163, 0.1);
  padding: 0 5.5rem;
  padding-bottom: 2.425rem;
  padding-top: 0.85rem;
}
.porinfo-a .content {
  margin-top: 0.55rem;
  padding-top: 0.775rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.porinfo-a .content .img {
  width: 9.35rem;
  display: flex;
  align-items: center;
  justify-content: center;

  /* padding-top: 1.575rem; */
  /* background-color: #fff; */
}
.porinfo-a .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.porinfo-a .content .txt {
  width: calc(100% - 12.35rem);
  padding-left: 3rem;
}
.porinfo-a .content .txt h2 {
  color: #1d3546;
  position: relative;
  height: 1;
  display: inline-block;
}
.porinfo-a .content .txt h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;

  height: 8px;
  background: #437ca3;
  z-index: -1;
}
.porinfo-a .content .txt .tip-list {
  flex-wrap: wrap;
}
.porinfo-a .content .txt .tip-list .tip {
  padding: 0.125rem 0.45rem;
  border-radius: 2px;
  background: rgba(67, 124, 163, 0.25);
  color: #1d3546;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.porinfo-a .content .txt .sxlist .li {
  display: flex;
  padding: 15px 0;
  color: #1d3546;
  width: 12.5rem;
  border-bottom: 1px solid rgba(29, 53, 70, 0.2);
  line-height: 1;
}

.porinfo-a .content .txt .btn-list {
  flex-wrap: wrap;
}

.porinfo-a .content .txt .btn-list .btn {
  display: flex;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #1d3546;
  margin-top: 0.725rem;
  color: #fff;
  margin-right: 0.25rem;
  transition: all 0.5s;
}
.porinfo-a .content .txt .btn-list .btn:hover {
  background-color: rgba(67, 124, 163, 1);
}

.porinfo-b {
  padding: 0 5.5rem;
  padding-top: 0.25rem;
  background-color: #fff;
  padding-bottom: 3.95rem;
}
.porinfo-b .ptable {
  margin-top: 1.125rem;
}

.porinfo-b .ptable .msm {
  color: #1d3546;
}

.porinfo-b .ptable table {
  margin-top: 0.375rem;
}

.porinfo-b .ptable table th {
  padding: 0.375rem 0.25rem;
  line-height: 1;
  border-right: 1px solid #fff;
  background-color: rgba(234, 235, 236, 1);
  color: #1d3546;
  font-family: MiSans;
  font-size: 11px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  width: 2.8rem;
  font-weight: 600;
}

.porinfo-b .ptable table td {
  padding: 0.375rem 0.25rem;
  line-height: 1;
  border-right: 1px solid #fff;
  background-color: rgba(249, 249, 249, 1);
  color: #666;
  font-family: MiSans;
  font-size: 11px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
  text-transform: capitalize;
  width: 2.8rem;
}
.porinfo-b .ptable4 table td:last-child {
  font-size: 13px;
}

.porinfo-b .ptable2 table th {
  width: 4.6rem;
}
.porinfo-b .ptable2 table td {
  width: 4.6rem;
}
.porinfo-b .ptable3 table td {
}

.porinfo-b .ptable table td a {
  margin-right: 0.675rem;
  gap: 7px;
  font-weight: 600;
}
.porinfo-b .ptable table td a:hover {
  color: #ff0a0a;
}
.porinfo-b .ptable table td a:last-child {
  margin-right: 0;
}
.porinfo-b .ptable table td a svg {
  fill: #231815;
}
.porinfo-b .ptable table td a:hover svg {
  fill: #ff0a0a;
}
.porinfo-b .ptable4 {
  margin-top: 2rem;
}
.porinfo-b .ptable4 table th {
  width: 25%;
}
.porinfo-b .ptable4 table td {
  width: 25%;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.porinfo-b .ptable4 table td:last-child {
  text-align: center;
  color: #437ca3;
}
.porinfo-b .ptable4 table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.porinfo-b .ptable4 table tbody tr:hover td {
  background-color: rgba(139, 151, 160, 1) !important;
  color: #fff !important;
}
.por-new-a-info {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.por-new-a {
  padding: 0 5.5rem;
}
.por-new-a .y-mbx {
  padding: 0.65rem 0;
}
.por-new-a .content {
  width: 79%;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 2.075rem;
}

.por-new-a .content li {
  display: flex;
  padding: 1.25rem 1.65rem;
  background: #f5f5f8;
}
.por-new-a .content li:nth-child(2n) {
  background-color: #fff;
}
.por-new-a .content li .img {
  width: 8.75rem;
  height: 5.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.por-new-a .content li .img img {
  transition: all 0.5s;
}
.por-new-a .content li .img .mak {
  position: absolute;
  top: -1px;
  left: 0;
  width: 102%;
  height: 102%;
  z-index: 1;
}
.por-new-a .content li .img .pimg {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.75rem;
  max-width: 2.6rem;
}
.por-new-a .content li:hover .img .bg img {
  transform: scale(1.02);
}
.por-new-a .content li:hover .img .pimg img {
  transform: translateY(-0.5rem);
}
.por-new-a .content li .txt {
  width: calc(100% - 8.75rem);
  padding-left: 1.075rem;
}

.por-new-a .content li .txt .t1 {
  color: #1d3546;

  line-height: 2; /* 218.182% */
}
.por-new-a .content li .txt .t2 {
  color: #666;
  margin-top: 0.25rem;
  line-height: 1.6; /* 160% */
}

.por-new-a .content li .txt .btn {
  width: 160px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 0.7rem;
  color: #1d3546;
  transition: all 0.5s;
}
.por-new-a .content li .txt .btn svg {
  fill: #1d3546;
  transition: all 0.5s;
}

.por-new-a .content li .txt .btn:hover {
  background: #1d3546;
  color: #fff;
}
.por-new-a .content li .txt .btn:hover svg {
  fill: #fff;
}
.por-new-a .content li:last-child {
  border-bottom: 1px solid rgba(29, 53, 70, 0.1);
}
.por-new-a .content ul {
  margin-bottom: 1.475rem;
}
.por-new-a .content .page {
  padding-left: 1.65rem;
}

.por-new-a-info .left {
  width: 13.375rem;
  padding: 1.25rem 0;
  border-top: 2px solid #1d3546;
}
.por-new-a-info .info-content {
  width: calc(100% - 13.375rem);
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 3.35rem;
  min-height: 100vh;
}

.por-new-a-info .left .img {
  width: 11.25rem;
  height: 7.075rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.por-new-a-info .left .img img {
  transition: all 0.5s;
}
.por-new-a-info .left .img .mak {
  position: absolute;
  top: -1px;
  left: 0;
  width: 102%;
  height: 102%;
  z-index: 1;
}
.por-new-a-info .left .img .pimg {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.75rem;
  width: 3rem;
}
.por-new-a-info .left .img .pimg img {
  width: 100%;
}
.por-new-a-info .info-content .top-a {
  padding: 1.475rem 1.6rem 1.85rem;
  background: #f5f5f8;
}
.por-new-a-info .info-content .top-a .t1 {
  color: #1d3546;

  line-height: 1.5; /* 150% */
}
.por-new-a-info .info-content .top-a .btn {
  width: 160px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 0.25rem;
  color: #1d3546;
  transition: all 0.5s;
}
.por-new-a-info .info-content .top-a .btn svg {
  fill: #1d3546;
}

.por-new-a-info .info-content .top-a .btn:hover {
  background: #1d3546;
  color: #fff;
}
.por-new-a-info .info-content .top-a .btn:hover svg {
  fill: #fff;
}
.pinf {
  padding: 0 1.6rem;
}

.pinf .title {
  padding: 0.85rem 0 0.35rem;
  border-bottom: 2px solid rgba(29, 53, 70, 0.1);
  line-height: 1;
  color: #1d3546;
}
.pinf .t1 {
  padding-top: 0.475rem;
  color: #666;
  line-height: 2;
}

.pinfo-b {
  padding: 0 1.6rem;
  margin-top: 1.1rem;
}
.pinfo-b ul {
  width: 100%;
  margin-top: 0.4rem;
}

.pinfo-b ul li {
  width: 100%;
}

.pinfo-b ul li a {
  height: 1.1rem;
  background-color: rgba(219, 221, 223, 0.5);
  padding: 0 0.5rem;
  font-size: 11px;
  color: #1d3546;
  line-height: 1;
  transition: all 0.5s;
}
.pinfo-b ul li a .r svg {
  margin-right: 7px;
}
.pinfo-b ul li a .r .t {
  color: #ff0a0a;
}
.pinfo-b ul li:nth-child(2n) a {
  background: #f9f9f9;
}
.pinfo-b ul li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.col-vi {
  color: #1d3546;
}

.por-new-b-info {
  padding: 1rem 0;
  padding-bottom: 2.65rem;
}

.por-new-b-info ul {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.por-new-b-info ul li {
  width: calc((100% - 1.95rem) / 4);
  margin-right: 0.65rem;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  backdrop-filter: blur(12.5px);
  margin-bottom: 0.65rem;
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.por-new-b-info ul li:nth-child(4n) {
  margin-right: 0;
}
.por-new-b-info ul li a {
  display: block;
  width: 100%;
}

.por-new-b-info ul li .img {
  width: 100%;
  height: 5.5rem;

  overflow: hidden;
  position: relative;
}
.por-new-b-info ul li .img img {
  transition: all 0.5s;
}
.por-new-b-info ul li .img .mak {
  position: absolute;
  top: -1px;
  left: 0;
  width: 102%;
  height: 102%;
  z-index: 1;
}
.por-new-b-info ul li .img .pimg {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.75rem;
  width: 2.35rem;
}
.por-new-b-info ul li .img .pimg img {
  width: 100%;
}
.por-new-b-info ul li .msm {
  height: 2.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.por-new-b-info ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.por-new-b-info ul li:hover .img .bg img {
  transform: scale(1.02);
}
.por-new-b-info ul li:hover .img .pimg img {
  transform: translateY(-0.5rem);
}

.pro-b .loads {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  z-index: 99999999999999999;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-b .loads svg {
  width: 44px;
  height: 44px;
}
<!--ºÄÊ±1778678049.1286Ãë-->