/*******/
.pro-table-wrap.pro-table-wrap-type03 .el-table .el-table__cell.el-table-fixed-column--right {
  vertical-align: top;
}
.pro-table-wrap.pro-table-wrap-type03 .el-table .el-table__cell.el-table-fixed-column--right .inner_tbody_last {
  padding-top: 20px;
}

.product-text, .proPAD-text {
  overflow-y: auto;
  padding-right: 48px;
  max-height: 220px;
}
.product-text::-webkit-scrollbar, .proPAD-text::-webkit-scrollbar {
  width: 7px;
}
.product-text::-webkit-scrollbar-thumb, .proPAD-text::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #BBBDBE;
  border-radius: 4px;
}
.product-text::-webkit-scrollbar-track, .proPAD-text::-webkit-scrollbar-track {
  background-color: rgba(245, 247, 250, 0);
  border-radius: 4px;
}
.product-text::-webkit-scrollbar-track-piece, .proPAD-text::-webkit-scrollbar-track-piece {
  background-color: rgba(245, 247, 250, 0);
}

.pro-table-wrap .title-wrap {
  padding: 3.5em 0 1.5em;
}

.p-prodet .pro-table-wrap .title-wrap {
  padding: 3em 0 1.25em;
}

.p-application-det .pro-table-wrap .title-wrap {
  padding: 4em 0 1.25em;
}

.pro-table-main {
  border-top: 1px solid #D3D9E5;
  display: -webkit-flex;
  display: flex;
}

.table-main-l {
  -webkit-transition: all 0s;
  transition: all 0s;
  width: 0;
}

.table-main-r {
  -webkit-flex: 1;
          flex: 1;
}

.operate-box-l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 15px;
}

.refiner-wrap {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.refiner-wrap .icon-filter {
  background: url(/img/images/svg07.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.pro_table-operate-box {
  padding: 25px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-left: 1px solid #D3D9E5;
}

.pro-table-wrap-type02 .pro_table-operate-box {
  padding: 27px 0 29px;
}
.pro-table-wrap-type02 .total_num {
  margin-right: 20px;
}

.pro-table-wrap-type03 .pro_table-operate-box {
  padding: 27px 0 29px;
}
.pro-table-wrap-type03 .total_num {
  margin-right: 20px;
}
.pro-table-wrap-type03 .zip-product {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
}
.pro-table-wrap-type03 .zip-product .icon-zip {
  width: 100%;
  height: 100%;
  background: url(/img/images/svg38.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.search_product {
  position: relative;
}
.search_product input {
  border: 1px solid #686E74;
  border-radius: 4px;
  height: 40px;
  width: 19.7916666667vw;
  font-size: 16px;
  line-height: 16px;
  padding: 0 34px 0 10px;
}
.search_product input::-webkit-input-placeholder {
  color: #5D6166;
}
.search_product input::placeholder {
  color: #5D6166;
}
.search_product .search-click {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_product .icon_search {
  mask: url(/img/images/svg06.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg06.svg) no-repeat center/contain;
  background-color: #18212C;
  width: 17px;
  height: 17px;
}

.operate-box-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.operate-box-r .is-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.total_num {
  font-size: 16px;
  line-height: 24px;
  color: #5D6166;
  margin: 0 10px;
}

.icon-share {
  background: url(/img/images/svg08.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.icon-export {
  background: url(/img/images/svg09.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.icon-field {
  background: url(/img/images/svg10.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.pro-share-wrap, .pro-export-wrap, .pro-field-wrap {
  margin: 0 10px;
}
.pro-share-wrap .header-title, .pro-export-wrap .header-title, .pro-field-wrap .header-title {
  display: -webkit-flex;
  display: flex;
}
.pro-share-wrap .header-title, .pro-export-wrap .header-title, .pro-field-wrap .header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 3px;
}
.pro-share-wrap .text, .pro-export-wrap .text, .pro-field-wrap .text {
  font-size: 16px;
  line-height: 24px;
  color: #18212C;
}

.pro-export-wrap {
  margin-right: 16px;
  position: relative;
}
.pro-export-wrap::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
  width: 1px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #D3D9E5;
}

.pro-field-wrap {
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  cursor: pointer;
}

.table-main-l {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: hidden;
}

.reportname-wrap-type01 {
  padding: 18px 0;
}
.reportname-wrap-type01 .item-title {
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  font-weight: 700;
  color: #3B609B;
  margin-bottom: 0.5rem;
}
.reportname-wrap-type01 .message-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.15rem;
}
.reportname-wrap-type01 .message-list span {
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  position: relative;
}
.reportname-wrap-type01 .message-list span::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 0.65rem);
  left: calc(100% + 0.65rem);
  width: 0.05rem;
  height: 0.7rem;
  background: var(--mt-global-color-black);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reportname-wrap-type01 .message-list span:last-child::after {
  opacity: 0;
}

@media (min-width: 992px) {
  .reportname-wrap-type01 .item-title:hover {
    text-decoration: underline;
    color: #00A2E9;
    cursor: pointer;
  }
}
.pro-table-wrap.pro-table-wrap-type02 .el-table__header thead th.el-table-fixed-column--right {
  background: #D3E3FD !important;
  border-bottom: 1px solid #AEC6ED !important;
}
.pro-table-wrap.pro-table-wrap-type02 .el-table .el-table__body-wrapper .el-table__cell:not(.el-table-fixed-column--right) {
  vertical-align: top;
  padding: 0.2rem 0 0 0;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_thead_one {
  padding-left: 15px;
}
.pro-table-wrap.pro-table-wrap-type02 .inputSN {
  padding-top: 0.8rem;
}
.pro-table-wrap.pro-table-wrap-type02 .proStatus {
  padding-top: 1.2rem;
}
.pro-table-wrap.pro-table-wrap-type02 .proPAD {
  padding: 0.8rem 0 1rem;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_tbody_last {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.pro-table-wrap.pro-table-wrap-type02 .proPAD-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_thead_other_title {
  margin-left: 0;
}
.pro-table-wrap.pro-table-wrap-type02 .item-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  font-weight: 700;
  color: #3B609B;
  margin-bottom: 0.25rem;
}
.pro-table-wrap.pro-table-wrap-type02 .message-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.15rem;
}
.pro-table-wrap.pro-table-wrap-type02 .message-list span {
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  position: relative;
}
.pro-table-wrap.pro-table-wrap-type02 .message-list span::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 0.65rem);
  left: calc(100% + 0.65rem);
  width: 0.05rem;
  height: 0.7rem;
  background: var(--mt-global-color-black);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-table-wrap.pro-table-wrap-type02 .message-list span:last-child::after {
  opacity: 0;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_tbody_other {
  padding-left: 15px;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_thead_other {
  padding: 14px 15px;
}
.pro-table-wrap.pro-table-wrap-type02 .pro-img-wrap {
  width: 80px;
  height: 80px;
}
.pro-table-wrap.pro-table-wrap-type02 .pro-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.pro-table-wrap.pro-table-wrap-type02 .collect-pro {
  background: url(/img/images/svg24.svg) no-repeat;
  background-size: contain;
  border-radius: 0;
  border: 0;
}
.pro-table-wrap.pro-table-wrap-type02 .collect-pro.success {
  background: url(/img/images/svg31.svg) no-repeat;
  background-size: contain;
}
.pro-table-wrap.pro-table-wrap-type02 .collect-pro .icon-collect {
  -webkit-mask: initial;
          mask: initial;
  background: none;
}
.pro-table-wrap.pro-table-wrap-type02 .demo-product {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.2rem;
  padding: 0.4rem 1.1rem;
  border-radius: 4px;
  background: #00A2E9;
  cursor: pointer;
}
.pro-table-wrap.pro-table-wrap-type02 .demo-product .text {
  font-size: 14px;
  line-height: 0.8rem;
  color: #fff;
  font-weight: 700;
}
.pro-table-wrap.pro-table-wrap-type02 .demo-product .icon-demo {
  mask: url(/img/images/svg25.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg25.svg) no-repeat center/contain;
  position: relative;
  background: #fff;
  width: 0.8rem;
  height: 0.8rem;
}
.pro-table-wrap.pro-table-wrap-type02 .el-table-fixed-column--right {
  background: #fff !important;
}
.pro-table-wrap.pro-table-wrap-type02 .el-table-fixed-column--right::after {
  position: absolute;
  content: "";
  left: 0px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  width: 2px;
  background: #D3D9E5;
  top: 0;
}
.pro-table-wrap.pro-table-wrap-type02 .el-table-fixed-column--right.is-first-column:before {
  box-shadow: none;
}
.pro-table-wrap.pro-table-wrap-type02 .inner_thead_other:hover::after {
  opacity: 0;
}
.pro-table-wrap.pro-table-wrap-type03 .el-table__body-wrapper td.el-table__cell:not(.el-table-fixed-column--right) {
  padding: 1.2rem 0 1rem;
  vertical-align: top;
}
.pro-table-wrap.pro-table-wrap-type03 .report-type-wrap {
  color: #202124;
}
.pro-table-wrap.pro-table-wrap-type03 .report-desc {
  color: #202124;
  line-height: 24px;
  padding-right: 10px;
}
.pro-table-wrap.pro-table-wrap-type03 .include-pro {
  font-size: max(14px, 0.7rem);
  line-height: 1.1rem;
  color: #202124;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_tbody_other {
  padding-left: 10px;
  line-height: 24px;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_thead_one {
  padding-left: 25px;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_thead_other {
  padding: 14px 15px 14px 8px;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_thead_other::after {
  display: none;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_thead_other_title, .pro-table-wrap.pro-table-wrap-type03 .pro_table_sort {
  margin-left: 0;
}
.pro-table-wrap.pro-table-wrap-type03 .inner_tbody_one {
  padding-left: 18px;
  display: -webkit-flex;
  display: flex;
}
.pro-table-wrap.pro-table-wrap-type03 .item-title {
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  font-weight: 700;
  color: #3B609B;
  margin-bottom: 0.5rem;
}
.pro-table-wrap.pro-table-wrap-type03 .message-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.15rem;
}
.pro-table-wrap.pro-table-wrap-type03 .message-list span {
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  position: relative;
}
.pro-table-wrap.pro-table-wrap-type03 .message-list span::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 0.65rem);
  left: calc(100% + 0.65rem);
  width: 0.05rem;
  height: 0.7rem;
  background: var(--mt-global-color-black);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-table-wrap.pro-table-wrap-type03 .message-list span:last-child::after {
  opacity: 0;
}
.pro-table-wrap.pro-table-wrap-type03 .el-table-fixed-column--right::after {
  position: absolute;
  content: "";
  left: 0px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  width: 2px;
  background: #D3D9E5;
  top: 0;
}

.p-design-white .table-main-r {
  padding-top: 1.5rem;
}

@media (max-width: 991.98px) {
  .p-design-white .table-main-r {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .pro-table-wrap.pro-table-wrap-type02 .item-title:hover {
    text-decoration: underline;
    color: #00A2E9;
    cursor: pointer;
  }
  .pro-table-wrap.pro-table-wrap-type03 .item-title:hover {
    text-decoration: underline;
    color: #00A2E9;
    cursor: pointer;
  }
  .demo-product:hover {
    background: #0095DA !important;
  }
}
.pro-table-box .el-scrollbar__thumb {
  background-color: #BBBDBE;
  opacity: 1;
}
.pro-table-box .elScroll .inner {
  height: 6px;
}
.pro-table-box .el-scrollbar__bar.is-horizontal {
  height: 6px;
}
.pro-table-box .floating-scroll-bar {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-table-box .floating-scroll-bar.show {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .pro-table-box .el-table__body-wrapper .el-scrollbar__wrap {
    overflow-y: hidden;
  }
  .pro-table-box .el-table__body-wrapper .el-scrollbar__bar {
    display: block !important;
  }
  .pro-table-box .el-scrollbar__bar.is-horizontal {
    height: 2.5px;
  }
  .pro-table-box .elScroll .inner {
    height: 2.5px;
  }
  .pro-table-box .el-scrollbar__thumb {
    background-color: #D9D9D9;
    opacity: 1;
    border-radius: 5px;
  }
}
.pro-table-box .el-table {
  overflow: visible !important;
}
.pro-table-box .el-table__header-wrapper {
  position: sticky;
  z-index: 9;
  top: 3.5rem;
}
.pro-table-box table, .pro-table-box .el-scrollbar__view {
  min-width: 100%;
}
.pro-table-box .el-table .el-table__cell {
  padding: 0;
}

@media (max-width: 991.98px) {
  .pro-table-box .el-table__header-wrapper {
    top: 1.3rem;
  }
}
.el-table__column-resize-proxy {
  border-right: 1px solid #00A2E9;
}

.empty_data {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 50px 0 50px;
}
.empty_data .imgwrap {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.empty_data .imgwrap img {
  width: 62px;
}
.empty_data .desc {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
.empty_data.opa {
  opacity: 1;
}

.pro-table-box .el-table__border-left-patch {
  background: #D3D9E5;
  z-index: 9;
}
.pro-table-box th, .pro-table-box td {
  border: 0;
}
.pro-table-box td {
  border-bottom: 1px solid #D3D9E5 !important;
  border-right: 1px solid rgba(211, 217, 229, 0) !important;
}
.pro-table-box th {
  border-right: 1px solid rgba(211, 217, 229, 0) !important;
}

@media (min-width: 992px) {
  .el-scrollbar__wrap {
    overflow: hidden !important;
  }
}
.pro_table_box .el-table .cell {
  word-break: break-word;
}

.inner_th_public {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 16px;
}

.inner_thead_one {
  padding-left: 20px;
}

.inner_thead_other {
  padding: 14px 15px 14px 10px;
}

.public-tooltip {
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
.public-tooltip .el-button {
  padding: 0;
  background: none;
  height: auto;
}

.icon-drag {
  background: url(/img/images/svg11.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  cursor: move;
}

.el-button:focus-visible, .el-button:active {
  outline: 0;
  color: initial;
  border-color: initial;
  border: 1px solid rgba(255, 255, 255, 0);
}

.pro_table_sort {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.pro_table_sort svg {
  width: 7px;
  height: 14px;
}
.pro_table_sort.desc .tubiaodesc {
  fill: #00A2E9;
  stroke: #00A2E9;
}
.pro_table_sort.asc .tubiaoasc {
  fill: #00A2E9;
  stroke: #00A2E9;
}

.product-code {
  display: -webkit-flex;
  display: flex;
}

.inner_thead_other_title, .pro_table_sort {
  margin-left: 6px;
}

.pro_table_visibility {
  margin-left: 0px;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inner_thead_other {
  position: relative;
}
.inner_thead_other::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 5px;
  background: url(/img/images/svg12.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}

.inner_thead_one {
  gap: 0 27px;
}

.is-scrolling-middle .el-table-fixed-column--right {
  position: relative;
}
.is-scrolling-middle .el-table-fixed-column--right::after {
  position: absolute;
  content: "";
  left: 0px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  width: 2px;
  background: #D3D9E5;
  top: 0;
}
.is-scrolling-middle .inner_tbody_last {
  position: relative;
}
.is-scrolling-middle .inner_tbody_last::after {
  position: absolute;
  content: "";
  left: 0;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  width: 2px;
  background: #D3D9E5;
  top: 0;
}

.collect-pro {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #00A2E9;
  background: #00A2E9;
  cursor: pointer;
}
.collect-pro .icon-collect {
  background: url(/img/images/svg29.svg) no-repeat;
  background-size: contain;
  -webkit-mask: initial;
          mask: initial;
  width: 100%;
  height: 100%;
}
.collect-pro .icon-collect.success {
  background: url(/img/images/svg30.svg) no-repeat;
  background-size: contain;
}

.pdf-product {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #00A2E9;
  background: none;
  cursor: pointer;
}
.pdf-product .icon-pdf {
  mask: url(/img/images/svg14.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg14.svg) no-repeat center/contain;
  background-color: #00A2E9;
  width: 18px;
  height: 19px;
}
.pdf-product .icon-pdf.icon-zip {
  mask: url(/img/images/zip.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/zip.svg) no-repeat center/contain;
}
.pdf-product .icon-pdf.icon-rar {
  mask: url(/img/images/zip.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/zip.svg) no-repeat center/contain;
}

.inner_tbody_last {
  display: -webkit-flex;
  display: flex;
  gap: 0 10px;
  padding: 12px 0 12px 19px;
}

.el-scrollbar__thumb {
  background: #5C6470;
  border-radius: 3px;
  opacity: 1;
}

.el-scrollbar__bar.is-vertical > div {
  width: 6px;
}

.el-table__header {
  border: 0;
}

.el-table__body {
  border: 0;
}

.el-table .cell {
  padding: 0;
}

.el-table__header thead th {
  background: #D3E3FD !important;
  border-bottom: 1px solid #AEC6ED !important;
  color: var(--mt-global-color-black);
}

.el-table__body .el-table__row:nth-child(even) {
  background: #F7F8FA;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background: #dbe2ee;
}

.pro_thead-opacity {
  opacity: 0;
  pointer-events: none;
}

.inner_td_public {
  display: -webkit-flex;
  display: flex;
  gap: 0 5px;
  -webkit-align-items: center;
          align-items: center;
}

.pro-name-status {
  color: #FB1717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.pro-name {
  font-size: 14px;
  line-height: 16px;
  color: #3B609B;
  font-weight: 600;
  cursor: pointer;
}

.inner_tbody_one {
  padding-left: 20px;
}
.inner_tbody_one .is-box-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 4px;
}

.inner_tbody_other {
  padding-left: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.filter_box {
  position: relative;
  cursor: pointer;
}
.filter_box .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 16px;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  background: #f8f8f8;
}
.filter_box .title .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 8px;
}
.filter_box .title span {
  font-size: 14px;
  line-height: 24px;
  color: #18212C;
  font-weight: 400;
}
.filter_box.click .title {
  background: #034B9F;
  border: 1px solid #034B9F;
}
.filter_box.click .title span {
  color: #fff;
}
.filter_box.click .title svg path, .filter_box.click .title svg rect {
  stroke: #fff;
}

.filter_box_more {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  padding-top: 10px;
  z-index: 12;
  display: none;
}

.filter_box_inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #D3D9E5;
}
.filter_box_inner > .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.filter_box_inner .head {
  padding: 20px 0 15px 20px;
  border-bottom: 1px solid #DEE0E3;
  display: -webkit-flex;
  display: flex;
}
.filter_box_inner .head span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}

.drag_list_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
.drag_list_item:last-child {
  margin-bottom: 0;
}
.drag_list_item > .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.drag_list_item > .left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}
.drag_list_item > .left .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
}
.drag_list_item > .left .svgwrap svg {
  width: 6px;
  height: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}
.drag_list_item > .right .svgwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.drag_list_item > .right .svgwrap svg {
  width: 12px;
  height: 12px;
}

.drag_list {
  padding: 12px 36px 26px 20px;
}

@media (max-width: 991.98px) {
  .drag_list_item {
    margin-bottom: 0.28rem;
  }
  .drag_list_item > .left .svgwrap {
    margin-right: 0.14rem;
  }
  .drag_list_item > .left .svgwrap svg {
    width: 0.08rem;
    height: 0.16rem;
  }
  .drag_list_item > .right .svgwrap {
    padding: 0.1rem;
    margin-right: -0.1rem;
  }
  .drag_list_item > .right .svgwrap svg {
    width: 0.24rem;
    height: 0.24rem;
  }
  .drag_list {
    padding: 0.31rem 0.6rem 0.34rem 0.33rem;
    overflow-y: scroll;
    max-height: 358px;
  }
  .drag_list::-webkit-scrollbar {
    width: 2px;
  }
  .drag_list::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #D9D9D9;
    border-radius: 4px;
  }
  .drag_list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
  }
  .drag_list::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .filter_box_inner {
    border-radius: 0.12rem;
    border: 0.015rem solid #D3D9E5;
  }
  .filter_box_inner .head {
    position: relative;
    padding: 0.3rem 0.32rem 0.23rem 0.32rem;
  }
  .filter_box_inner .close_list_drag {
    position: absolute;
    content: "";
    right: 0.46rem;
    top: 0.31rem;
    background-color: #5D6166;
    -webkit-mask: url(/img/images/svg104.svg) no-repeat center/contain;
    mask: url(/img/images/svg104.svg) no-repeat center/contain;
    width: 0.25rem;
    height: 0.25rem;
  }
  .filter_box_more {
    left: 0;
    right: initial;
    padding-top: 0;
    width: 5rem;
  }
}
@media (min-width: 992px) {
  .inner_thead_other:hover .pro_thead-opacity {
    opacity: 1;
    pointer-events: auto;
  }
  .inner_thead_other:hover::after {
    opacity: 1;
  }
}
.design-table-sticky .pro-table-box .el-table__header-wrapper {
  top: 3.9rem;
}
.design-table-sticky .foot-ctbuy-box {
  margin-top: 6rem;
}

@media (max-width: 991.98px) {
  .design-table-sticky .pro-table-box .el-table__header-wrapper {
    top: 1.2rem;
  }
  .design-table-sticky .foot-ctbuy-box {
    margin: 1.2rem 0 1rem 0;
  }
}
@media (min-width: 992px) {
  .pro-name:hover {
    text-decoration: underline;
    color: #00A2E9;
  }
}
.pro-table-wrap.pro-table-wrap-type02 .el-table__header thead th.el-table-fixed-column--right {
  background: #D3E3FD !important;
  border-bottom: 1px solid #AEC6ED !important;
}

@media (max-width: 991.98px) {
  .pro_table-operate-box {
    padding: 0rem 0.5rem 0.2rem 0.5rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem 0;
    border-left: 0;
  }
  .operate-box-l {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 0.2rem;
  }
  .operate-box-r {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 0.18rem 0;
  }
  .operate-box-r .is-r {
    gap: 0 0.6rem;
  }
  .pro-share-wrap, .pro-export-wrap, .pro-field-wrap {
    margin: 0 0;
  }
  .pro-share-wrap .header-title, .pro-export-wrap .header-title, .pro-field-wrap .header-title {
    gap: 0 0.1rem;
  }
  .pro-share-wrap .text, .pro-export-wrap .text, .pro-field-wrap .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .icon-field {
    width: 0.34rem;
    height: 0.34rem;
  }
  .total_num {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin: 0 0;
  }
  .search_product {
    -webkit-flex: 1;
            flex: 1;
  }
  .search_product .icon_search {
    mask: url(/img/images/svg102.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg102.svg) no-repeat center/contain;
    width: 0.42rem;
    height: 0.42rem;
  }
  .search_product .search-click {
    right: 0.28rem;
  }
  .search_product input {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.7rem;
    padding: 0 0.7rem 0 0.3rem;
    border-radius: 0.04rem;
    border: 0.015rem solid #686E74;
  }
  .pro-table-main {
    border-top: 0px solid #fff;
  }
  .pro-table-wrap .title-wrap {
    padding: 1rem 0 0.4rem;
  }
  .el-table__header thead th {
    border-bottom: 0px solid #000 !important;
  }
  .inner_th_public {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #000;
  }
  .inner_thead_one {
    padding-left: 0.5rem;
    gap: 0 0.11rem;
  }
  .inner_thead_other {
    padding: 0.25rem 0rem 0.25rem 0.5rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .inner_thead_other_title, .pro_table_sort {
    margin-left: 0;
  }
  .pro-name {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .pro-name-status {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .inner_tbody_one {
    padding: 0.4rem 0 0.4rem 0.5rem;
  }
  .inner_tbody_one .is-box-r {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 0.2rem 0;
  }
  .pdf-product {
    width: 0.6rem;
    height: 0.6rem;
  }
  .inner_tbody_last {
    gap: 0 0.15rem;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0;
  }
  .el-table__body .el-table__row:nth-child(even) {
    background: #fff;
  }
  .el-table__header-wrapper tr th.el-table-fixed-column--left::after {
    position: absolute;
    content: "";
    background: #D3D9E5;
    width: 0.03rem;
    height: 100%;
    right: 0;
    top: 0;
  }
  .reportname-wrap-type01 {
    padding: 0;
  }
  .reportname-wrap-type01 .item-title {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .reportname-wrap-type01 .message-list {
    gap: 0 0.2rem;
  }
  .reportname-wrap-type01 .message-list span {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .reportname-wrap-type01 .message-list span::after {
    height: 0.24rem;
    width: 0.015rem;
    left: -webkit-calc(100% + 0.085rem);
    left: calc(100% + 0.085rem);
  }
  .pro-table-box .el-table .el-table__cell.el-table-fixed-column--left {
    position: relative;
  }
  .pro-table-box .el-table .el-table__cell.el-table-fixed-column--left::after {
    position: absolute;
    content: "";
    background: #D3D9E5;
    width: 0.03rem;
    height: 100%;
    right: 0;
    top: 0;
  }
  .current_list_num, .page-text {
    display: none;
  }
  .pro-table-box td {
    border-bottom: 0.02rem solid #D3D9E5 !important;
  }
  .pro-table-box td:not(.el-table-fixed-column--left) {
    border-right: 0.02rem solid #D3D9E5 !important;
  }
  .inner_tbody_other {
    font-size: 0.28rem;
    line-height: 0.36rem;
    padding-left: 0.5rem;
  }
  .product-text, .proPAD-text {
    overflow-y: auto;
    padding-right: 0.48rem;
    max-height: 3.2rem;
    font-size: 0.24rem !important;
    line-height: 0.32rem !important;
  }
  .product-text::-webkit-scrollbar, .proPAD-text::-webkit-scrollbar {
    width: 3px;
  }
  .product-text::-webkit-scrollbar-thumb, .proPAD-text::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #BBBDBE;
    border-radius: 4px;
  }
  .product-text::-webkit-scrollbar-track, .proPAD-text::-webkit-scrollbar-track {
    background-color: rgba(245, 247, 250, 0);
    border-radius: 4px;
  }
  .product-text::-webkit-scrollbar-track-piece, .proPAD-text::-webkit-scrollbar-track-piece {
    background-color: rgba(245, 247, 250, 0);
  }
  .pro-table-wrap .title-wrap {
    padding: 1rem 0 0.3rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .demo-product {
    padding: 0.13rem 0.2rem;
    border-radius: 0.08rem;
    gap: 0 0.09rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .pro-table-wrap.pro-table-wrap-type02 .demo-product .text {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .demo-product .icon-demo {
    width: 0.22rem;
    height: 0.22rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .collect-pro {
    width: 0.5rem;
    height: 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .inner_tbody_last {
    padding: 0.28rem 0 0.48rem 0;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .pro-table-wrap.pro-table-wrap-type02 .proPAD {
    padding: 0.38rem 0 0.38rem 0;
  }
  .pro-table-wrap.pro-table-wrap-type02 .proStatus {
    padding: 0.95rem 0 0 0;
  }
  .pro-table-wrap.pro-table-wrap-type02 .inner_tbody_other {
    padding-left: 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .message-list {
    gap: 0.1rem 0.2rem;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro-table-wrap.pro-table-wrap-type02 .message-list span {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .message-list span::after {
    height: 0.24rem;
    width: 0.015rem;
    left: -webkit-calc(100% + 0.085rem);
    left: calc(100% + 0.085rem);
  }
  .pro-table-wrap.pro-table-wrap-type02 .inputSN {
    padding: 0.38rem 0.1rem 0rem 0;
  }
  .pro-table-wrap.pro-table-wrap-type02 .item-title {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .pro-img-wrap {
    width: 1.2rem;
    height: 1.2rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .inner_tbody_one {
    padding: 0.58rem 0 0rem 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .inner_thead_one {
    padding-left: 0.67rem;
    height: 0.8rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .pro-table-wrap.pro-table-wrap-type02 .el-table .el-table__body-wrapper .el-table__cell:not(.el-table-fixed-column--right) {
    padding-top: 0rem;
  }
  .pro-table-wrap.pro-table-wrap-type02 .el-table__header-wrapper tr th.el-table-fixed-column--left::after {
    opacity: 0;
  }
  .pro-table-wrap.pro-table-wrap-type02 .inner_thead_other {
    padding: 0 0 0 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type03 .report-type-wrap, .pro-table-wrap.pro-table-wrap-type03 .include-pro, .pro-table-wrap.pro-table-wrap-type03 .report-desc {
    padding: 0.4rem 0;
  }
  .pro-table-wrap.pro-table-wrap-type03 .inner_tbody_last {
    padding: 0.84rem 0 0.48rem 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .pro-table-wrap.pro-table-wrap-type03 .inner_tbody_other {
    padding-left: 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type03 .message-list {
    gap: 0.1rem 0.2rem;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro-table-wrap.pro-table-wrap-type03 .message-list span {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #5D6166;
  }
  .pro-table-wrap.pro-table-wrap-type03 .message-list span::after {
    height: 0.24rem;
    width: 0.015rem;
    left: -webkit-calc(100% + 0.085rem);
    left: calc(100% + 0.085rem);
  }
  .pro-table-wrap.pro-table-wrap-type03 .item-title {
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .pro-table-wrap.pro-table-wrap-type03 .inner_tbody_one {
    padding: 0.4rem 0 0.68rem 0.5rem;
  }
  .pro-table-wrap.pro-table-wrap-type03 .inner_thead_one {
    padding-left: 0.67rem;
    height: 0.8rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .pro-table-wrap.pro-table-wrap-type03 .el-table .el-table__body-wrapper .el-table__cell:not(.el-table-fixed-column--right) {
    padding-top: 0rem;
  }
  .pro-table-wrap.pro-table-wrap-type03 .el-table__header-wrapper tr th.el-table-fixed-column--left::after {
    opacity: 0;
  }
  .pro-table-wrap.pro-table-wrap-type03 .inner_thead_other {
    padding: 0 0 0 0.5rem;
  }
  .pro-table-wrap-type02 .pro_table-operate-box, .pro-table-wrap-type03 .pro_table-operate-box {
    padding: 0 0.5rem 0.3rem;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .pro-table-wrap-type02 .total_num, .pro-table-wrap-type03 .total_num {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-right: 0;
  }
  .refiner-wrap {
    padding: 0.16rem 0.28rem;
    border: 0.015rem solid #686E74;
    border-radius: 0.5rem;
  }
  .refiner-wrap .icon-filter {
    background: url(/img/images/svg103.svg) no-repeat;
    background-size: contain;
    width: 0.44rem;
    height: 0.38rem;
  }
  .is-scrolling-middle .inner_tbody_last::after {
    opacity: 0;
  }
  .pro-table-wrap.pro-table-wrap-type03 .el-table__body-wrapper td.el-table__cell:not(.el-table-fixed-column--right) {
    padding: 0;
  }
}