#openJob .container .cameras-content .tab-pane-title {
  margin: 2.0833vw auto 4.1667vw;
}

#openJob .carousel-inner .banner-mask {
  background: linear-gradient(270deg, rgba(65, 85, 92, 0.00) 0%, #41555C 100%);
}

#openJob .container .cameras-content {
  margin-bottom: 8.3333vw;
}

/* tabs */
#openJob .container .cameras-content .collection-tabs {
  display: flex;
  margin-bottom: 2.0833vw;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#openJob .container .cameras-content .collection-tabs .tabs-container {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE 和 Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
  gap: 3.125vw;
  transition: all 0.3s ease;
}

#openJob .container .cameras-content .collection-tabs .tabs-li {
  color: #231815;
  font-family: Montserrat-SemiBold;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
  /* 155.556% */
  padding: 0;
  padding-bottom: 1.0417vw;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}

#openJob .container .cameras-content .collection-tabs .tabs-li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0521vw;
  background-color: #3a66fb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}

#openJob .container .cameras-content .collection-tabs .tabs-li.tab-active {
  color: #3A66FB;
}

/* sub-card */
#openJob .tab-pane-box .card .card-body .sub-card {
  margin-bottom: 0.8333vw;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header {
  display: flex;
  align-items: center;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header .iconfont {
  font-size: 1.25vw;
  line-height: normal;
  font-weight: 600;
  margin-right: 0.8333vw;
  transform: rotate(90deg);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header.hide .iconfont {
  display: none;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header.hide {
  padding-left: 2.0833vw;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header .iconfont.rotate {
  transform: rotate(180deg);
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header .sub-options-item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header .sub-options-item input {
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 0;
  margin-right: 16px;
}

#openJob .tab-pane-box .card .card-body input[type="checkbox"]:disabled+label {
  cursor: not-allowed !important;
  opacity: 0.6;
  /* 半透明 */
}

#openJob .tab-pane-box .card .card-body input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 0.8333vw;
  height: 0.8333vw;
  border: 0;
  background-color: white;
  line-height: 0.9375vw;
  border-radius: none;
  color: #fff;
  text-align: center;
  font-size: 0.8333vw;
}

/* 取消状态 */
#openJob .tab-pane-box .card .card-body input[type="checkbox"]:after {
  width: 0.8333vw;
  height: 0.8333vw;
  line-height: 0.8333vw;
  display: block;
  content: "x";
  color: transparent;
  border: 0.0521vw solid #9FA0A0;
  background-color: transparent;
}

/* 悬停状态样式 */
#openJob .tab-pane-box .card .card-body input[type="checkbox"]:not(:checked):not(:disabled):hover:after {
  border-color: #3A66FB;
  /* 悬停时边框颜色 */
}

/* 选中状态 */
#openJob .tab-pane-box .card .card-body input[type="checkbox"]:checked:after {
  content: "\e63e";
  font-family: "iconfont" !important;
  color: #FFF;
  background-color: #3A66FB;
  border-color: #3A66FB;
  font-size: 0.6771vw;
}

/* 半选中状态 */
#openJob .tab-pane-box .card .card-body input[type="checkbox"].is-not-all:after {
  content: "\e623";
  font-family: "iconfont" !important;
  color: #FFF;
  background-color: #3A66FB;
  border-color: #3A66FB;
  font-size: 0.6771vw;
}

#openJob .tab-pane-box .card .card-body input[type="checkbox"]:disabled:hover {
  cursor: not-allowed !important;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-header .sub-options-item .text {
  color: #231815;

  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height .6s ease, margin-top .6s ease;
}

#openJob .tab-pane-box .card .card-body .sub-card .sub-collapse.show {
  max-height: 500px;
}

#openJob .tab-pane-box .card .card-body .sub-collapse .options-item {
  padding-left: 2.9167vw;
}
#openJob .tab-pane-box .card .card-body .sub-collapse .options-item:last-child {
  margin-bottom: 0;
}

/* product-list */
#openJob .container .cameras-content .tab-pane-box .tab-pane-right {
  margin-left: 0;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 一行三列 */
  grid-gap: 0.8333vw;
  grid-auto-rows: minmax(auto, 19.8958vw);
  /* 示例：最小高度200px */
  /* 项目之间没有间隔 */
  border: 0;
  position: relative;
  min-height: 19.8958vw;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item {
  box-sizing: border-box;
  /* 确保内边距和边框不会增加宽度 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.0833vw 1.25vw;
  background-color: #FAFAFA;
  opacity: 0;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-info-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-info-box .product-item-info {
  display: flex;
  justify-content: space-between;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-info-box .product-item-info .share-icon {
  font-size: 1.25vw;
  height: 1.25vw;
  line-height: normal;
  cursor: pointer;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-title {
  max-width: 14.4792vw;
  height: 2.8125vw;
  color: #231815;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* Large1-S-18 */
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  /* 155.556% */
  margin-bottom: 1.0417vw;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-desc {
  max-width: 100%;
  color: #231815;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  line-height: 150%;
  /* 157.143% */
  -webkit-line-clamp: 3;
  margin-bottom: 1.0417vw;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg,
#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg {
  display: flex;
  align-items: center;
  gap: 0.4167vw;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg .address-txt,
#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg .date-txt {
  color: #231815;

  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg {
  margin-bottom: 0.4167vw;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg .iconfont,
#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg .iconfont {
  font-size: 1.25vw;
  line-height: normal;
  color: #231815;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply {
  width: 224px;
  height: auto;
  padding: 0.4167vw 0.8333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25vw;
  color: #231815;
  cursor: default;
  border: 0;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.apply {
  border: 1px solid #231815;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.applied {
  color: #3A66FB;
  background: rgba(58, 102, 251, 0.08);
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.under {
  color: #E9B404;
  background: rgba(254, 230, 49, 0.08);
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.completed {
  color: #00BD5E;
  background: rgba(0, 189, 94, 0.08);
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.closed {
  color: #9FA0A0;
  background: rgba(159, 160, 160, 0.08);
}


@media screen and (min-width: 768px) {
  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item:hover .product-item-title {
    color: #3A66FB;
  }

  #openJob .container .cameras-content .collection-tabs .tabs-li:hover {
    color: #3A66FB;
    transform: scaleX(1);
  }

  #openJob .container .cameras-content .collection-tabs .tabs-li:hover::after,
  #openJob .container .cameras-content .collection-tabs .tabs-li.tab-active::after {
    transform: scaleX(1);
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item:hover {
    color: #231815;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-info-box .product-item-info .share-icon:hover {
    color: #3A66FB;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply.apply:hover {
    border: 1px solid #3A66FB;
    background: #3A66FB;
    color: #fff;
    cursor: pointer;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply:hover .iconfont {
    background: #fff;
    color: #3A66FB;
  }
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply .apply-txt {
  text-align: center;
  /* Large2-S-16 */
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply .iconfont {
  font-size: 1.25vw;
  line-height: normal;
  margin-left: 0.4167vw;
  background: #3A66FB;
  border-radius: 50%;
  color: #fff;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-group .btn-group-compare input {
  width: 0.8333vw;
  height: 0.8333vw;
  flex-shrink: 0;
  border: 0;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-group .btn-group-compare label {
  margin-bottom: 0;
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  cursor: pointer;
  padding-left: 0.4167vw;
}


/* 分页 */
#openJob .container .cameras-content .tab-pane-box .tab-pane-right .pane-right-bottom {
  width: 100%;
  position: absolute;
  bottom: -4.1667vw;
  left: 50%;
  transform: translateX(-50%);
}

.el-pagination .el-pager li {
  min-width: 2.0833vw;
  height: 2.0833vw;
  line-height: 2.0833vw;
  margin-right: 0.4167vw;
  color: #9FA0A0;
  text-align: center;

  /* Large3-S-14-22 */
  font-size: 0.7292vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;

  border-radius: 0;
}

#openJob .product-blog {
  margin-top: 6.25vw;
}

#openJob .compare .compare-box .compare-box-close:hover {
  cursor: pointer;
  color: #3A66FB;
}

.el-pager li:hover a,
.pagination .el-pagination .default:hover {
  background: #3A66FB;
}

.el-pager .active {
  border: none;
  background-color: #3A66FB;
  color: #fff !important;
}

#openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-group .toast {
  top: -5.7292vw !important;
  height: auto;
}

#openJob .container .sales {
  margin-top: 6.25vw;
}

.custom-down .download-box {
  padding-top: 0;
  margin-top: 4.1667vw;
}

#openJob .tab-pane-box .tab-pane-left .pane-left-bottom {
  /* margin-top: 0; */
  max-height: 42.0313vw;
}

#openJob .tab-pane-box .pane-left-bottom .left-bottom-title {
  margin-top: 0;
}

.modal.show {
  display: flex !important;
  align-items: center;
}

#openJob .container .cameras-content .collection-tabs .line {
  width: 100%;
  height: auto;
  background: unset;
  position: absolute;
  bottom: 0;
  border-bottom: 0.0521vw solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1440px) {
  #openJob .container .sales {
    margin-top: 8.3333vw;
  }

  .custom-down .download-box {
    margin-top: 8.3333vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-left {
    max-width: 17.3611vw;
    padding-right: 0;
  }

  #openJob .cameras-content .tab-pane-box .tab-pane-left .pane-left-bottom {
    max-height: 55.3vw;
  }

  #openJob .tab-pane-box .pane-left-center .search-input {
    max-width: 17.3611vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list {
    grid-auto-rows: minmax(auto, 20.6944vw);
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-left .pane-left-top .left-top-fil {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #openJob .carousel-inner .banner-mask {
    background: linear-gradient(0deg, rgba(65, 85, 92, 0.00) 0%, #41555C 100%);
  }

  #openJob .carousel {
    margin-top: 12.8vw !important;
  }

  #openJob .container .cameras-content .tab-pane-title {
    margin-top: 0 !important;
    margin-bottom: 8.533vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .pane-right-bottom {
    bottom: unset;
    margin-top: 6.4vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .pane-right-bottom .pagination {
    padding-top: 0 !important;
  }

  #openJob .container .sales {
    margin-top: 21.3333vw;
  }

  .cameras-content .public-select {
    display: block;
    margin: 6.4vw 0;
    height: 10.6667vw;
  }

  .cameras-content .public-select .public-select-title {
    height: 10.6667vw;
    background-color: #FAFAFA;
    border: 0.2667vw solid rgba(35, 24, 21, 0.10);
    border-radius: 0;
    margin: 4.2667vw 0 0;
    padding-right: 2.1333vw;
    padding-left: 4.2667vw;
  }

  .cameras-content .public-select .public-select-list {
    background-color: #FAFAFA;
    border: 0.2667vw solid rgba(35, 24, 21, 0.10);
    border-radius: 0;
    position: relative;
    padding-bottom: 0;
  }

  .cameras-content .public-select .public-select-list .public-select-item.active {
    color: #3A66FB !important;
  }

  .cameras-content .public-select .public-select-list .public-select-item {
    padding: 0 4.2667vw;
    padding-bottom: 4.2667vw;
    color: #231815 !important;
  }

  .cameras-content .public-select .public-select-title .text {
    color: #231815 !important;
    font-size: 3.733vw;
  }

  #openJob .tab-pane-box .card .card-body {
    padding: 0 !important;
  }

  #openJob .container .cameras-content .tab-pane-box {
    margin-bottom: 21.3333vw;
  }

  .footer .bottom-tips {
    bottom: 25.4vw;
  }

  .container .tab-pane-box .tab-pane-right .no-data-box {
    margin-top: 10.667vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list {
    min-height: 77.066vw !important;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(auto, 100.266vw);
    min-height: 100.266vw;
    grid-gap: 4.266vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item {
    opacity: 1;
    padding: 6.4vw 4.2666vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply {
    width: 100%;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-title {
    font-size: 4.8vw;
    height: 14.933vw;
    max-width: 68vw;
    margin-bottom: 6.4vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-desc {
    font-size: 3.733vw;
    margin-bottom: 6.4vw;
    -webkit-line-clamp: 5;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .product-item-info-box .product-item-info .share-icon {
    font-size: 6.4vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg .iconfont,
  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg .iconfont {
    font-size: 6.4vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg .address-txt,
  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg .date-txt {
    font-size: 3.733vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg,
  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .date-msg {
    gap: 2.1333vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .addreess-msg {
    margin-bottom: 2.1333vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply {
    padding: 2.1333vw 4.2666vw;
    border-radius: 6.4vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply .apply-txt {
    font-size: 3.2vw;
  }

  #openJob .container .cameras-content .tab-pane-box .tab-pane-right .product-list .product-item .item-btn-apply .iconfont {
    font-size: 4.2666vw;
    margin-left: 1.066vw;
  }

  #openJob .container .cameras-content .collection-tabs {
    margin-bottom: 10.6667vw;
    position: sticky;
    top: 48px;
    z-index: 1;
  }

  #openJob .container .cameras-content .collection-tabs .tabs-container {
    gap: 6.4vw;
  }

  #openJob .container .cameras-content .collection-tabs .tabs-li {
    padding: 2.1333vw 0;
    font-size: 4.2666vw;
  }

  #openJob .container .cameras-content .collection-tabs .tab-active {
    border-bottom: 0.2666vw solid #3A66FB;
  }

  #openJob .container .cameras-content .collection-tabs .line {
    border-bottom: 0.2666vw solid rgba(0, 0, 0, 0.1);
  }

  #openJob .tab-pane-box .pane-left-center .search-input {
    max-width: 83.2vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-card {
    margin-bottom: 4.2666vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-card .sub-header .iconfont {
    font-size: 6.4vw;
    margin-right: 4.2666vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-card .sub-header .sub-options-item input,
  #openJob .tab-pane-box .card .card-body input[type="checkbox"]:after {
    width: 4.2666vw;
    height: 4.2666vw;
    margin-right: 4.2666vw;
    line-height: 1.5;
  }

  #openJob .tab-pane-box .card .card-body input[type="checkbox"].is-not-all:after {
    font-size: 2.667vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-card .sub-header .sub-options-item .text {
    font-size: 3.733vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-card .sub-collapse {
    margin-top: 0;
  }

  #openJob .tab-pane-box .card .card-body input[type="checkbox"]:checked:after {
    font-size: 2.667vw;
  }

  #openJob .tab-pane-box .card .card-body .options-item {
    padding-left: 14.933vw;
  }

  #openJob .tab-pane-box .card .card-body input[type="checkbox"] {
    width: 4.2666vw;
    height: 4.2666vw;
  }

  #openJob .container .mob-filter-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }

  #openJob .container .mob-filter-btn.show {
    opacity: 1;
    pointer-events: auto;
  }

  #openJob .tab-pane-box .card .card-body .sub-card .sub-header.hide {
    padding-left: 10.667vw;
  }

  #openJob .tab-pane-box .card .card-body .sub-collapse .options-item {
    padding-left: 14.933vw;
  }

  .footer .bottom-tips {
    bottom: 25.4vw !important;
  }
}