.jingpai {
  margin: 20px auto;

  min-height: 100px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .jingpai {
    flex-direction: row;
    align-items: center;
  }
}

.jingpai-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  color: #100f11;
  min-width: 80px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .jingpai-title {
    text-align: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.jingpai-content {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .jingpai-content {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}

/* Mobile layout for 竞拍流程 - 纵向步骤列表，清晰不拥挤 */
@media (max-width: 767px) {
  .jingpai-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-items: center;
    padding: 0 12px;
    gap: 0;
  }
  .step-text {
    width: 90px;
  }
  .jingpai-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .step-icon {
    width: 44px;
    height: 44px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .step-text {
    text-align: left;
  }

  .jingpai-arrow {
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jingpai-arrow img {
    width: 10px;
    height: auto;
    transform: rotate(90deg);
    opacity: 0.4;
  }
}

.jingpai-item {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 80px;
}

.step-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(211, 228, 247, 0.6);
  display: flex;
  margin-right: 17px;
  align-items: center;
  justify-content: center;
}

.step-icon img {
  width: 22px;
  height: auto;
}

.step-text {
  margin: 0;
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
  font-weight: 500;
}

.jingpai-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.jingpai-arrow img {
  width: 10px;
  height: auto;
}

.guang {
  margin: 20px auto;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guang img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 160px;
  object-fit: cover;
}

.pmx {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 0;
  gap: 20px;
}

@media (min-width: 992px) {
  .pmx {
    grid-template-columns: 1fr auto;
  }
}

.paimaihui {
  width: 100%;
  height: auto;
  justify-content: left;
}

.paimaihui-title {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  margin: 12px 0 15px 0px;
  color: #2c2b2e;
}

.paimaihui-title img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.day {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 12px;
  margin-bottom: 25px;
  justify-content: center;
}

@media (min-width: 768px) {
  .day {
    justify-content: flex-start;
  }
}

.dai01 {
  width: 110px;
  height: 51px;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  color: #1a202c;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dai01 span {
  font-size: 12px;
  font-weight: 400;
  color: #1a202c;
}

.dai01 i {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

/*.dai01:first-child {*/
/*  font-weight: 600;*/
/*  background-color: #2d6ced;*/
/*  color: #ffffff;*/
/*}*/

/* 场景图--------------------------- */
.wangge {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wangge {
    grid-template-columns: repeat(2, 1fr);
  }
}

.changjing {
  position: relative;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 12px;

  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.changjing:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.changjing .img {
  width: 100%;
  height: 280px;
}
.changjing .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tong-bu-pai-container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 56px;
  background: linear-gradient(180deg, #ff6078 0%, #f6374f 100%);
  color: #fff;
  font-size: 12px;
  display: block;
  height: 26px;
  border-radius: 5px;
  line-height: 26px;
  text-align: center;
}

.pai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: auto;
  padding: 14px 20px 8px;
}
/* 保证右侧模块不被压缩，左侧标题可换行 */
.pai .ziti {
  flex: 1;
  min-width: 0;
}
.pai .ziti h3 {
  word-break: break-word;
}
.pai .pai-mokuai {
  flex-shrink: 0;
  flex-direction: column;
}

.ziti h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 8px 0;
  color: #222;
  line-height: 1.4;
}

.ziti span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  color: #727272;
  display: block;
}

.pai-mokuai {
  display: flex;
  /* 默认横向对齐图标+文字 */
  flex-direction: row;
  /* align-items: center; */
  gap: 4px;
  border-radius: 12px;
  min-width: 0;
}

.pai-mokuai img {
  height: 28px;
  width: auto;
  margin: 0 0 0 10px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pai-mokuai img {
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .pai-mokuai img {
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .yu-yue img {
    height: 25px;
  }
}

.yu-yue img {
  height: 28px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .yu-yue img {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .yu-yue img {
    height: 25px;
    width: 60px;
  }
}

.pai-mokuai span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #727272;
  white-space: nowrap;
}

.biaozhu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0 8px;
  line-height: 26px;
  margin: 0 20px;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.04);
}

.biaozhu i {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #666;
}

.biaozhu p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #b4b4b4;
}

.renwulan {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 62px;
}

@media (min-width: 992px) {
  .renwulan {
    max-width: 360px;
  }
}

.gonggao {
  margin: 0 0 14px 0;
  padding: 20px 14px;
  width: 100%;
  height: auto;
  background: linear-gradient(
    9deg,
    #ffffff 54.9%,
    rgba(232, 241, 255, 0.7) 93.61%
  );

  border-radius: 14px;
}

.k {
  height: auto;
}

.ue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ue h3 {
  font-size: 18px;
  font-weight: 600;
  color: #100f11;
  margin: 0;
}

.ue p {
  font-size: 16px;
  font-weight: 400;
  color: #306bea;
  margin: 0;
}

.ue a {
  font-size: 14px;
  font-weight: 400;
  color: #656a72;
  cursor: pointer;
}

.ue a img {
  margin-left: 4px;
  width: 10px;
  height: auto;
}

.gonggao ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gonggao ul li {
  padding-bottom: 12px;
}
.gonggao ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 14px;
}

.gonggao ul li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
}

.gonggao ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gonggao ul li i {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  margin-left: 18px;
  flex-shrink: 0;
}

.xinwen ul li {
  width: 100%;
  height: auto;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin: 0 0 10px 0;
  padding-bottom: 6px;
}

.xinwen ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.xinwen ul li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.xinwen ul li .bottom {
  padding: 0;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #727272;
  width: 100%;
}

.fengxiang img {
  display: block;
  margin: 14px 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.xinwen ul li h1 {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #306bea;
  border: 1px solid #306bea;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0;
  margin-right: 5px;
}

.biaodi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 16px;
}

.biaodi img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

.biaodi h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #100f11;
}

.biaodi span {
  font-size: 16px;
  font-weight: 400;
  color: #0071e3;
  cursor: pointer;
}

.biaodi span img {
  width: 10px;
  margin-right: 10px;
  height: auto;
}

.index-ft {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px 40px 20px;
}

@media (min-width: 576px) {
  .index-ft {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .index-ft {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dange {
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.dange:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.ji-jiang-kaishi {
  position: relative;
}

.ji-jiang-kaishi img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  /* border-radius: 10px; */
  display: block;
}

.green-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 32px;
  background-color: #306bea;
  border-radius: 14px 0 14px 0;
}

.er {
  background-color: #c71622;
}

.green-box span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  /* text-align: center; */
  margin-left: 12px;
  align-items: center;
}

.ziti-wei h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 11px 0;
  color: #333;
  line-height: 1.4;
}

.ziti-wei p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px 0;
  color: #727272;
}

.ziti-wei p i {
  font-style: normal;
  display: inline;
  font-size: 20px;
  font-weight: 600;
  color: #306bea;
}
.ziti-wei p i.jg {
  font-size: 14px;
}
.ziti-wei p i.er {
  color: #c71622;
  background: transparent;
}

.pai-wei {
  padding: 11px 14px 15px;
}

.pizhu {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: #727272;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.weiguan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #999;
}
.weiguan .left {
  display: flex;
  gap: 5px;
  font-size: 12px;
  color: #acacac;
}

.weiguan .right {
  display: flex;
  gap: 3px;
  align-items: center;
  color: #306bea;
  height: 18px;
  font-size: 12px;
}
.weiguan .right.wsc {
  color: #c2c6ce;
}
.weiguan .right img {
  position: relative;
  top: 1px;
}
.weiguan .right span {
  line-height: 1;
}
.pai-wei .address {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #727272;
  margin-bottom: 4px;
}
.pai-wei .address img {
  width: 13px;
  height: auto;
}
.weiguan img {
  width: 13px;
  height: 13px;
  display: block;
}

.weiguan p {
  margin: 0;
}
.shoucang span {
  color: #b3b3b3;
}

.jiqiren {
  position: fixed;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 80px;
  height: auto;
  pointer-events: auto;
}
@media screen and (max-width: 1800px) {
  .jiqiren {
    right: 0;
  }
}
@media screen and (max-width: 1360px){
  .jiqiren {
    display: none;
  }
}

.jiqiren img {
  /* z-index: -1; */
  width: 80px;
  height: 80px;
  margin: 0 auto -37px;
  display: block;
  cursor: pointer;
}

.jiqiren-text {
  /* 移除nowrap以允许正常换行和布局 */
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 8px 0px 8px;
  position: relative;
  overflow: visible;
  background: linear-gradient(
    172deg,
    rgba(70, 148, 249, 0.9) -8.42%,
    rgba(70, 148, 249, 0.91) 33.57%,
    rgba(48, 107, 234, 0.9) 102.12%
  );
}

.jiqiren-text p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.jiqiren-text p:first-child {
  font-size: 10px;
  font-weight: 500;
}

.jiqiren-text p:nth-child(2) {
  margin-bottom: 12px;
  font-size: 12px;
}

.hezi {
  z-index: 2;
  width: 60px;
  border-radius: 7px;
  margin: 7px auto;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  background: linear-gradient(180deg, #e5effa 0%, #ffffff 100%);
}

.hezi img {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.hezi:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.hezi:last-child {
  margin-bottom: 0;
}

.jiqiren-text img {
  width: 20px;
  height: 20px;
  margin: 0px auto 6px;
}

.imgx {
  width: 14px;
  height: 14px;
  margin: 6px auto 0;
}
.imgx img {
  width: 100%;
  height: 100%;
}
.jiqiren-text span {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.3;
}

i {
  font-style: normal;
}

/* Custom Swiper Pagination Styles - Horizontal Bar Dots */
.swiper-pagination {
  bottom: 12px !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 5px !important;
  border-radius: 2.5px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
  opacity: 1 !important;
  width: 30px !important;
}

@media (min-width: 576px) {
  .swiper-pagination {
    bottom: 16px !important;
  }

  .swiper-pagination-bullet {
    width: 35px !important;
    height: 5px !important;
    margin: 0 5px !important;
  }

  .swiper-pagination-bullet-active {
    width: 35px !important;
  }
}

@media (min-width: 992px) {
  .swiper-pagination {
    bottom: 20px !important;
  }

  .swiper-pagination-bullet {
    width: 40px !important;
    height: 6px !important;
    border-radius: 3px !important;
    margin: 0 6px !important;
  }

  .swiper-pagination-bullet-active {
    width: 40px !important;
  }
}

/* --- Mobile fixes for sections from "拍卖会" and below --- */
@media (max-width: 575px) {
  .paimaihui-title {
    font-size: 22px;
    margin: 8px 0 10px 12px;
  }
  .day {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 12px;
  }
  .dai01 {
    min-width: auto;
    flex: 1 0 calc(33.33% - 8px);
    padding: 6px 8px;
    font-size: 14px;
  }
  .dai01 span,
  .dai01 i {
    font-size: 12px;
  }

  .wangge {
    padding: 0 12px;
    gap: 12px;
  }
  .changjing > img {
    height: 180px;
  }

  .pai {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pai-mokuai {
    flex-direction: row;
    /* align-items: center; */
  }
  .pai-mokuai img {
    margin: 0;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .pai-mokuai span {
    margin-left: 8px;
    margin-top: 0;
  }

  .biaozhu {
    padding: 10px 12px;
  }

  .biaodi {
    padding: 20px 12px;
  }
  .biaodi h3 {
    font-size: 22px;
  }

  .index-ft {
    padding: 0 12px 30px 12px;
    gap: 12px;
  }
  .ji-jiang-kaishi img {
    height: 180px;
  }

  .jiqiren {
    display: none;
  }
  .yu-yue img {
    height: 28px;
    width: 60px;
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .day {
    flex-wrap: wrap;
  }
  .dai01 {
    min-width: auto;
    flex: 1 0 calc(25% - 8px);
  }
}

@media (max-width: 767px) {
  .page-jump {
    display: none;
  }
  .pagination {
    margin: 20px 0;
  }
  .renwulan {
    margin-top: 0;
  }
  .pmx {
    gap: 0;
  }
  .step-icon {
    margin-right: 0;
  }
  .index-content
    .container
    .home-tab
    .user-sidebar
    .help-center-section
    .help-list
    li
    a::before {
    display: none;
  }
  .index-content
    .container
    .home-tab
    .filter-sidebar
    .filter-section
    .filter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1360px) {
  .pmx{
    display: flex;
    flex-direction: column;
  }
  .renwulan{
    max-width: 100%;
  }
  .pagination{
    margin:0 auto;
  }
}

/* 弹窗样式 */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.show {
  display: flex;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 575px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 24px 0;
  border-bottom: none;
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #100f11;
  margin: 0;
}

.modal-close {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  font-size: 24px;
  color: #667085;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #100f11;
}

.modal-body {
  padding: 0 40px 24px;
}
.modal-body h2{
  text-align: center;
  font-size: 28px;
  font-family: bold;
  color:#2A2A2A;
  margin-bottom: 8px;
}
.modal-description {
  font-size: 20px;
  color: #7B7B7B;
  margin: 0 0 20px 0;
  line-height: 1.6;
  text-align: center;
}

.modal-description .phone-number {
  color: #306bea;
  font-weight: 500;
}

.modal-form-group {
  margin-bottom: 20px;
}

.modal-form-group:last-of-type {
  margin-bottom: 24px;
}

.modal-input {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 18px;
  color: #100f11;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.modal-input:focus {
  outline: none;
  border-color: #306bea;
}

.modal-input::placeholder {
  color: #acacac;
}

.input-with-button {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}

.input-with-button .modal-input {
  flex: 1;
}

.get-code-btn {
  flex-shrink: 0;
  color: #667085;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s;
  position: absolute;
  right:16px;
  top:13px;
  background-color: transparent;
}

.get-code-btn:hover:not(:disabled) {
  background-color: #2558d1;
}

.get-code-btn:disabled {
  background-color: #abbdf3;
  cursor: not-allowed;
}

.modal-textarea {
  width: 100%;
  min-height: 180px;
  margin-top:10px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid #e2e6ef;
  border-radius: 10px;
  font-size: 18px;
  color: #100f11;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.modal-textarea:focus {
  outline: none;
  border-color: #306bea;
}

.modal-textarea::placeholder {
  color: #acacac;
}

.modal-submit-btn {
  width: 200px;
  height: 64px;
  background-color: #306bea;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  margin:0 auto;
  display: block;
}

.modal-submit-btn:hover {
  background-color: #2558d1;
}

.modal-submit-btn:active {
  background-color: #1e4bb8;
}

/* 响应式设计 */
@media (max-width: 576px) {
  .modal-content {
    width: 95%;
    max-width: none;
    margin: 20px;
  }

  .modal-header {
    padding: 16px 20px;
  }

  .modal-title {
    font-size: 16px;
  }

  .modal-body {
    padding: 20px;
  }

  .input-with-button {
    flex-direction: column;
    gap: 12px;
  }

  .input-with-button .modal-input,
  .input-with-button .get-code-btn {
    width: 100%;
  }

  .modal-textarea {
    min-height: 150px;
  }
}