.cpqMain {
}
.cpqMain_query {
  width: 100%;
}
.cpqMain_query_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 318px;
  background-image: url('/static/home/img/ground/bidCredit/cpq_bg.png');
  background-size: 100% 100%;
}
.cpqMain_query_top_title {
  font-size: 48px;
  color: #3d4461;
  font-weight: 800;
  margin: 80px 0 50px 0;
}
.cpqMain_query_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 340px;
  margin: auto;
  background: #fff;
}
.cpqMain_query_bottom img {
  width: 540px;
  height: 240px;
}
.cpqMain_query_bottom p {
  width: 612px;
  font-size: 18px;
  line-height: 40px;
  color: #3d4461;
  text-indent: 2em;
}
.cpqMain_benefits {
  width: 100%;
  background: #f6f6f6;
}

.cpqMain_benefits_wrap {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
.cpqMain_benefits_top,
.cpqMain_dataBase_top,
.cpqMain_serveProcess_top {
  margin: 50px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #3d4461;
}
.cpqMain_benefits_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpqMain_benefits_bottom_item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 424px;
  background: #fff;
  border-radius: 20px;
}
.cpqMain_benefits_bottom_item img {
  margin-top: 50px;
  width: 150px;
  height: 150px;
}

.cpqMain_benefits_bottom_item_title {
  margin: 20px 0;
  color: #3d4461;
  font-weight: 800;
  font-size: 26px;
}
.cpqMain_benefits_bottom_item p {
  width: 486px;
  height: 108px;
  color: #3d4461;
  font-size: 18px;
}

.cpqMain_dataBase {
  width: 1200px;
  height: 392px;
  margin: auto;
}

.cpqMain_dataBase_bottom {
  display: flex;
  justify-content: space-between;
}
.cpqMain_dataBase_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 220px;
  background-image: url('/static/home/img/ground/zmCredit/zmCreditReport_userData_bg.png');
  background-size: 100% 100%;
}
.cpqMain_dataBase_bottom_item_count {
  margin: 65px 0 0 0;
  color: #3d4461;
  font-size: 44px;
  font-weight: 800;
}
.cpqMain_dataBase_bottom_item_type {
  color: #a9b1be;
  font-size: 24px;
}
.cpqMain_serveProcess {
  overflow: hidden;
  width: 100%;
  height: 358px;
  background-image: url('/static/home/img/ground/bidCredit/serveProcess.png');
  background-size: 100% 100%;
}
.cpqMain_serveProcess_bottom {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
.cpqMain_serveProcess_bottom_item {
  position: relative;
  text-align: center;
  width: 340px;
  height: 186px;
}
.cpqMain_serveProcess_bottom_item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 80px;
  right: -65px;
  background-image: url('/static/home/img/ground/bidCredit/serveProcess_arrow.png');
  background-size: 100% 100%;
}
.cpqMain_serveProcess_bottom_item_top {
  height: 20px;
}
.cpqMain_serveProcess_bottom_item_bottom_wrap {
  width: 340px;
  height: 186px;
  background-image: url('/static/home/img/ground/bidCredit/serveProcess_bottom_bg.png');
}
.cpqMain_serveProcess_bottom_item_mid img {
  margin: 20px 0;
  width: 100px;
  height: 60px;
}
.cpqMain_serveProcess_bottom_item_bottom {
  font-weight: 800;
  font-size: 26px;
}
.cpqMain_serveProcess_top {
  margin-bottom: 40px !important;
}
.zmCreditReport_sample {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
}
.zmCreditReport_sample_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}
.zmCreditReport_sample_wrap_title {
  margin: 50px 0 40px 0;
  font-size: 32px;
  font-weight: bold;
  color: #3d4461;
}
.zmCreditReport_sample_wrap_content_yl {
  width: 1200px;
  height: 380px;
  display: flex;
  align-items: center;
  /* scroll-behavior: smooth;
  animation: scroll 5s linear infinite; */
  overflow-x: auto;
  /* 隐藏滚动条（Firefox） */
  scrollbar-width: none;
}
/* 隐藏滚动条（WebKit 内核浏览器） */
.zmCreditReport_sample_wrap_content_yl::-webkit-scrollbar {
  display: none;
}
.zmCreditReport_sample_wrap_content_yl img {
  margin-right: 40px;
  width: 224px;
  height: 308px;
}
.zmCreditReport_sample_wrap_content_yl > div {
  display: flex;
  animation: scroll 30s linear infinite;
}
.zmCreditReport_sample_wrap_content_yl > div:hover {
  animation-play-state: paused;
}
.zmCreditReport_sample_wrap_content_yl img:hover {
  transform: scale(1.2);
  z-index: 1;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50%));
    /* 计算滚动距离，假设每个图片宽度为224px，减去一个图片的宽度避免空白 */
  }
}
.cpqMain_query_container_bg {
  overflow: hidden;
  background: #f6f6f6;
}
.cpqMain_query_container {
  margin: 20px auto;
  padding: 35px 30px 23px 30px;
  width: 1200px;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.Zone_box_condition_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.Zone_box_condition_item_key {
  display: flex;
  align-items: center;
}
.Zone_box_condition_item_key_tag {
  width: 4px;
  height: 16px;
  background: var(--public-color);
  border-radius: 10px;
  margin-right: 6px;
}
.Zone_box_condition_item_key_title {
  font-weight: 600;
  font-size: 14px;
  color: #304156;
  line-height: 16px;
}
.Zone_box_condition_item_value {
  width: 1030px;
}
.Zone_box_condition_item_value_areaBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 6px;
}
.Zone_box_condition_item_value_areaBox_item {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.selectedArea {
  background-color: var(--public-color);
  color: #fff;
}
.Zone_box_condition_item_value_cataBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 6px;
}
.Zone_box_condition_item_value_cataBox_item {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.Zone_box_condition_item_value_timeBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 6px;
}
.Zone_box_condition_item_value_timeBox_item {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.selectedTime {
  background-color: var(--public-color);
  color: #fff;
}
.Zone_box_condition_item_value_timeBox_timePickerBox {
  margin-left: 40px;
}

.Zone_box_condition_item_value_timeBox_timePickerBox span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  user-select: none;
}

.el-table__header .el-table-column--selection:before {
  position: absolute;
  left: -4px;
  top: 14px;
  color: #333;
  content: '全选';
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}

.zmCreditReport_pagination {
  margin-top: 20px;
}

.table_stats {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table_stats_left {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.table_stats_left div {
  margin-left: 50px;
}

.table_stats_left span {
  color: var(--public-color);
}

.table_stats_right {
  text-align: center;
  font-size: 16px;
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: var(--public-color);
  border-radius: 4px;
  cursor: pointer;
}

.orderDialog_content_title {
  text-align: center;
  margin: auto;
  font-size: 24px;
  color: #333;
  font-weight: 800;
}
.orderDialog_content_body {
  width: 440px;
  margin: 50px auto 0;
}

.orderDialog_content_body_item {
  margin-top: 28px;
  font-size: 14px;
  color: #606266;
}

.orderDialog_content_body_item_r {
  margin-left: 12px;
  color: #333;
  font-weight: 700;
}

.orderDialog_content_body_item_pay {
  margin-left: 12px;
  font-size: 18px !important;
  color: #ee202f !important;
  font-weight: 700 !important;
}

.orderDialog_btn {
  text-align: center;
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin: 50px auto 20px;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  background: #2f7fff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
