.bounce-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #747474;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.banner-title1 {
  color: black;
  font-size: 55px;
  font-weight: bold;
}

.banner-title1 span {
  color: rgba(51, 112, 255, 1);

}

.banner-title2 {
  margin-top: 15px;
  width: 36%;
  text-align: center;
  color: black;
}

.banner-btns {
  margin-top: 35px;
  display: flex;
  width: 17%;
  justify-content: space-between;
}

.banner-btn1 {
  text-align: center;
  width: 130px;
  background-color: rgba(51, 112, 255, 1);
  color: white;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.banner-btn1:hover {
  background-color: white;
  color: rgba(51, 112, 255, 1);
  transform: translateY(-3px);
}

.banner-btn2 {
  text-align: center;
  width: 130px;
  background-color: white;
  color: rgba(51, 112, 255, 1);
  box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.5);
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.banner-btn2:hover {
  background-color: rgba(51, 112, 255, 1);
  color: white;
  transform: translateY(-3px);
}

.bounce-arrow {
  cursor: pointer;
}

.tj-cards {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tj-card {
  box-sizing: border-box;
  border-radius: 15px;
  background: linear-gradient(to bottom, #e5efff, #fdfdfda1);
  height: auto;
  width: 32%;
  border: 2px solid #c2cfe436;
  padding: 20px;
}

.tj-tubiao {
  display: flex;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #d6e9ff;
  justify-content: center;
  align-items: center;
}

.tj-tubiao img {
  height: 30px;
}

.tj-title {
  color: black;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.tj-text {
  font-weight: 400;
  color: black;
  font-size: 14px;
  margin-top: 15px;
}

.tj-btn {
  color: rgba(51, 112, 255, 1);
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tj-btn:hover {
  transform: translateX(5px);
}

.tj-text-last {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.tj-btn-last {
  margin-top: 20px;
  background-color: rgba(51, 112, 255, 1);
  color: white;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tj-btn-last:hover {
  background-color: white;
  color: rgba(51, 112, 255, 1);
  box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.5);
  transform: translateY(-3px);
}

.image-item-qdzc {
  text-align: center;
  position: relative;
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.image-item {
  text-align: center;
  position: relative;
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item img {
  width: 100%;
  /* 宽度100%填充容器 */
  height: 300px;
  /* 设置固定高度 */
  display: block;
  /* 移除底部间隙 */
  object-fit: cover;
  /* 保持比例并填充容器 */
}

.image-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.qdzc-title {
  font-weight: 800;
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.qdzc-text {
  margin-top: 10px;
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.hzln {
  width: 48%;
}

.hzln-title {
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.hzln-title span {
  color: rgb(255 168 77);
}

.hzln-text {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  margin-bottom: 50px;
}

.hzln-tb {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: rgb(34 69 181);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.hzln-tb img {
  width: 25px;
}

.hzln-in {
  margin-top: 20px;
  display: flex;
}

.hzln-part {}

.hzln-part-title {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.hzln-part-text {
  margin-top: 3px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.hxjz {
  border-radius: 15px;
  background: rgb(47 77 173);
  padding: 35px;
  width: 48%;
  box-sizing: border-box;
}

.hxjz-title {
  font-size: 20px;
  color: rgb(255 168 77);
  font-weight: bold;
}

.hxjz-index {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.hxjz-part {
  border-radius: 10px;
  background: rgb(66 91 169);
  align-items: center;
  display: flex;
  width: calc(50% - 7.5px);
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}

.hxjz-part::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "";
  background-image: url(/template/pc/skin/qudao/打钩.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: rgb(255 168 77 / 18%);
  margin-right: 10px;
}

.hxjz-khzy {
  font-size: 14px;
  color: white;
  margin-top: 20px;
}

.hxjz-people {
  margin-top: 20px;
  font-size: 16px;
  color: rgb(255 168 77);
  font-weight: 400;
}

.cards-container {
  position: relative;
  height: 250px;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.controls-l {
  left: -80px;
  top: 90px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.controls-r {
  right: -80px;
  top: 90px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
  opacity: 0;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}



.card-logo {
  width: 50%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #555;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-logo img {
  height: 100%;
}

.card-text {
  padding: 3%;
  width: 50%;
}

.card-info {
  font-size: 13px;
  color: #000000;
}

button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

button:hover svg {
  transition: all 0.3s ease-in-out;
  fill: white;
}

button:hover {
  color: white;
  background: rgba(51, 112, 255, 1);
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 15px rgba(74, 110, 224, 0.4);
}

button:active {
  transform: translateY(0);
}

#provinceInfo {
  position: absolute;
  z-index: 2;
  background: white;
  padding: 10px;
  visibility: hidden;
}

.map-container {
  padding-top: 20px;
  width: 65%;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

/* 左侧省份选择区域 */
.province-selector {
  box-sizing: border-box;
  border-right: 1px solid #00000012;
  /* min-height: 720px; */
  border-radius: 20px 0px 0px 20px;
  width: 100%;
  background: #fff;
  color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.province-selector h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.search-box {
  margin-bottom: 20px;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 14px 15px 14px 45px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 16px;
  transition: all 0.3s;
}

.search-box input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 2px rgba(26, 111, 196, 0.5);
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-box::before {
  content: "🔍";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0.7;
}

.province-list-container {
  flex: 1;
  overflow: hidden;
}

.province-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
  height: 100%;
  overflow-y: auto;
}

.province-grid::-webkit-scrollbar {
  width: 8px;
}

.province-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.province-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.province-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.province-item {
  color: #494545;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  white-space: nowrap;
}

.province-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.province-item.active {
  font-weight: bold;
  color: #1a6fc4;
}

/* 右侧地图显示区域 */
.map-display {
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
}

.main-map {
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  position: relative;
}

.main-map img {
  padding: 20px;
  min-height: 720px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}

.map-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2c3e50;
  padding-bottom: 12px;
  border-bottom: 2px solid #eaeaea;
}

/* 迷你地图 */
.mini-map-container {
  position: relative;
  height: 170px;
  background: #f0f4f8;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mini-map-title {
  text-align: center;
  font-size: 17px;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: bold;
}

.mini-map {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.mini-map:hover {
  transform: scale(1.02);
}

.mini-map img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.highlighted-province {
  position: absolute;
  background: rgba(255, 215, 0, 0.5);
  border: 2px solid gold;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.hint {
  position: absolute;
  bottom: 18px;
  right: 18px;
  font-size: 13px;
  color: #555;
  background: rgba(255, 255, 255, 0.9);
  padding: 7px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 1100px) {
  .map-container {
    flex-direction: column;
    height: auto;
    max-width: 800px;
  }

  .province-selector,
  .map-display {
    width: 100%;
  }

  .province-selector {
    max-height: 350px;
  }

  .province-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 700px) {
  .province-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 550px) {
  .province-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.no-results {
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  grid-column: 1 / -1;
}

.hzlc {
  padding: 0 10%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.hzlc-part {
  text-align: center;
  width: 20%;
  justify-items: center;
  padding: 0 3%;
}

.hzlc-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b5dbff8f;
  box-shadow: 0 0 3px #bbbbbb;
}

.hzlc-img img {
  width: 20px;
}

.hzlc-title {
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.hzlc-text {
  font-size: 14px;
  margin-top: 10px;
  color: #777777;
  font-weight: 500;
}

.hzlc-btn {
  margin-top: 70px;
  background-color: rgba(51, 112, 255, 1);
  color: white;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  text-align: center;
  width: 130px;
}

.hzlc-btn:hover {
  background-color: white;
  color: rgba(51, 112, 255, 1);
  box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.5);
  transform: translateY(-3px);
}

.menu_tit1 span {
  color: rgb(255 168 77);
}

/* 合作方式提示样式 */
.cooperation-hint {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.ywfg-title {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  opacity: 1;
}

.ywfg-title span {
  color: rgba(51, 112, 255, 1);
}

.ywfb {
  display: flex;
  box-sizing: border-box;
  padding: 55px 55px 0px 55px;
  width: 32%;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  flex-direction: column;
}

.card {
  /* background: white; */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  box-sizing: border-box;
  border: 1px solid #1a6fc4;
  position: absolute;
  width: 27%;
  height: 180px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card-title {
  font-size: 30px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.region-item {
  margin-bottom: 20px;
}

.region-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.region-name {
  font-weight: 600;
  color: #2c3e50;
}

.region-value {
  font-weight: 600;
  color: black;
}

.progress-bar {
  height: 10px;
  background: #ecf0f1;
  border-radius: 5px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}

.ywfb-section {
  margin-bottom: 40px;
}

.section:last-child {
  margin-bottom: 0;
}



.section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #1890ff;
  border-radius: 2px;
  margin-right: 10px;
}

/* 热门城市样式 */
.city-list {
  display: grid;
  gap: 20px;
}

.city-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgb(170 212 250 / 10%);
  border: 1px solid #e8ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* .city-item:hover {
  border-color: #1890ff;
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.1);
} */

.city-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.city-name::before {
  content: "•";
  color: rgba(51, 112, 255, 1);
  font-size: 20px;
  margin-right: 10px;
}

.city-value {
  font-size: 16px;
  font-weight: 600;
  color: rgba(51, 112, 255, 1);
}

.region-list {
  display: grid;
  gap: 5px;
}

.hzsq-title {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  opacity: 1;
}

.hzsq-title span {
  color: rgba(51, 112, 255, 1);
}

/* +__________________________________________________________________合作登记表__________________________________________________________________ */
:root {
  --primary-blue: #1a6fc4;
  --light-blue: #e6f0fa;
  --border-blue: #a0c5e8;
  --error-red: #ff4d4f;
  --success-green: #52c41a;
  --text-color: #333;
  --bg-color: #f7f9fb;
}

.container2 {
  box-sizing: border-box;
  width: 65%;
  background: white;
  padding: 30px 65px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: scale(1);
}



h1 {
  color: var(--primary-blue);
  text-align: center;
  font-size: 26px;
  padding-bottom: 10px;
}

.section {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-blue);
}

.section-title {
  color: var(--primary-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 20px;
}

.form-group {
  flex: 1 0 calc(50% - 20px);
  min-width: 250px;
  position: relative;
}

label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

label.required::after {
  content: "*";
  color: var(--error-red);
  margin-left: 4px;
}

input,
select {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 2px rgba(26, 111, 196, 0.2);
}

.error {
  border-color: var(--error-red) !important;
}

.error-text {
  color: var(--error-red);
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  min-width: 120px;
}

.checkbox-item input {
  width: auto;
  margin-right: 5px;
}

.submit-container {
  justify-items: center;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.submit-btn {
  width: 80%;
  height: 25px;
  margin-top: 15px;
  background-color: var(--primary-blue);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #0d5aa7;
}

.validation-message {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s;
}

.error-message {
  color: var(--error-red);
}

.success-message {
  margin: 10px;
  background-color: #f6ffed;
  border: 1px solid var(--success-green);
  color: var(--success-green);
}

.show {
  opacity: 1 !important;
}

/* 下拉搜索框样式 */
.select-wrapper {
  position: relative;
}

.select-wrapper input {
  padding-right: 30px;
}

.select-wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: var(--light-blue);
}

/* 合作方式提示样式 */
.cooperation-hint {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

/* 自定义多选框样式 */
.cooperation-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 10px;
}

.cooperation-checkbox-item {
  display: flex;
  align-items: center;
  width: 20%;
  font-size: 16px;
}

.cooperation-checkbox-item input {
  width: auto;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .form-group {
    flex: 1 0 100%;
  }

  .container {
    padding: 20px;
  }

  .checkbox-item {
    min-width: 100%;
  }

  .cooperation-checkbox-item {
    min-width: 100%;
  }
}

.why {
  display: flex;
  width: 33%;
  /* background: linear-gradient(135deg, rgb(255, 168, 77, 0.1) 0%, white 50%, #e5efff63 100%); */
  justify-content: center;
  align-items: center;
}

.why-container {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: space-around;
  background-color: rgb(170 212 250 / 7%);
  padding: 30px;
  box-sizing: border-box;
  border: 5px solid #d7e5fd82;
}

.why-title {
  margin-left: 17px;
  font-size: 30px;
  font-weight: bold;
  color: black;
}

.why-reason {
  display: flex;
  align-items: start;
}

.rea-img {
  margin-right: 15px;
  width: 80px;
}

.rea-img img {
  width: 100%;
}

.reason {}

.reason-title {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.reason-text {
  color: black;
  font-size: 16px;
  margin-top: 5px;
}

.why-zx {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 10px;
  border: 5px solid #d7e5fd82;
  border-radius: 15px;
  background: rgb(170 212 250 / 10%);
}

.zx-img {
  margin-right: 15px;
  width: 60px;
}

.zx-img img {
  width: 100%;
}

.zx {}

.zx-title {
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.zx-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 112, 255, 1);
}

.banner-datas {
  margin-top: 70px;
  align-items: center;
  display: flex;
}

.banner-data {}

.data-line {
  margin: 0 40px;
  width: 2px;
  height: 45px;
  background-color: #d6d6d659;
}

.data-number {
  font-size: 30px;
  color: rgba(51, 112, 255, 1);
  font-weight: bold;
}

.data-text {
  font-size: 18px;
  color: black;
}