.top-img {
  width: 100%;
  display: block;
}

.choose-list {
  margin: 10px 0 30px 0;
}

.choose-item {
  margin-bottom: 10px;
  width: 100%;
}

.choose-item.item {
  margin-bottom: 10px;
}

.choose-item.item .choose-gov {
  text-align: left;
  color: #fff;
  border-bottom: 1px solid var(--gov-border);
  position: relative;
  padding: 14px 52px 12px 18px;
  border-radius: var(--gov-radius);
  width: 90%;
}

.choose-item.item .choose-gov .qyy {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
}

.my-order {
  display: block;
  width: 90%;
  height: 48px;
  margin: auto;
  background: var(--gov-gradient);
  text-align: center;
  border-radius: var(--gov-radius);
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  font-family: "微软雅黑", helvetica, arial;
  box-shadow: var(--gov-shadow);
}

.choose-gov {
  display: block;
  width: 90%;
  margin: auto;
  background: var(--gov-gradient);
  border-radius: var(--gov-radius);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: "微软雅黑", helvetica, arial;
  box-sizing: border-box;
  padding: 14px 52px 12px 18px;
  position: relative;
  box-shadow: var(--gov-shadow);
  line-height: 1.35;
}

.gov-entry-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.choose-gov .zhankai {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.1s ease;
  filter: brightness(1.9);
}

.sub-txt {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.95;
  padding-right: 8px;
}

.sub-txt::before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.5 7-10a7 7 0 1 0-14 0c0 5.5 7 10 7 10z'/%3E%3Ccircle cx='12' cy='11' r='2.5' fill='%23ffffff' stroke='none'/%3E%3C/svg%3E");
  opacity: 0.95;
}

.top-left-img {
  position: absolute;
  left: 0;
  margin-top: 9px;
}

.tx .choose-item .choose-gov,
.sy .choose-item .choose-gov {
  background: linear-gradient(135deg, var(--gov-primary-light), var(--gov-primary-lighter));
}
