.conscription-banner {
  background: url('../img/conscription/renwuzhengbinbanner.png');
  /* width: auto; */
  /* height: 90vh; */
  height: 61.25rem;
  position: relative;
  /* z-index: -1; */
  /* background-size: 100% 100% ; */
  background-size: cover;
  /* text-align: right; */
  background-position: center;
  position: relative; /* 为了添加占位符 */
  /* 添加以下属性以实现背景图像的自适应 */
  /* background-size: cover; 背景图像覆盖整个容器，可能会部分裁剪图像以保持比例 */
  background-position: center; /* 背景图像居中显示 */
  background-repeat: no-repeat; /* 背景图像不重复 */
  /* width: 100vw; */
  
}

.conscription-header {
  height: 5.625rem;
  background: rgba(255, 255, 255, var(--header-bg-opacity));
  transition: background 0.5s ease; /* 背景渐变过渡效果 */
  border: 0.0625rem solid;
  border-image: linear-gradient(270deg, rgba(254, 216, 183, 0), rgba(183, 39, 46, 1), rgba(255, 238, 220, 0)) 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 固定位置 */
  position: fixed;
  z-index: 999;
  width: 100vw;
  /* padding-left: 11.46vw;
  padding-right: 11.46vw; */
  padding: 0 13.75rem;
}

:root {
  --header-bg-opacity: 0.2; /* 初始透明度 */
}

.alt-header {
  opacity: 0;
  background: #fff;
  z-index: 9998;
  /* 初始时隐藏 */
}

.alt-header .logo .nav-list a {
  color: #302929;
}

.conscription-nav {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 52.1875rem;
  margin-left: 2.3125rem;
  height: 100%;
}

.conscription-nav li {
  text-align: center;
  /* margin-right: 5rem; */
  width: 4.375rem;
  height: 100%;
  padding-top: 1.875rem ;
}

.conscription-nav a:hover {
  color: #B7272E;
}

.conscription-img {
  width: 4.375rem;
  height: 0.875rem;
}

.conscription-nav a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 1rem;
  color: #302929;
  line-height: 1.375rem;
  font-style: normal;
  display: block;
  height: 100%;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;

}

.contactphone {
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: row;
  text-align: right;
}


.conscription-process {
  margin: -6.25rem auto 4.3125rem auto;
  text-align: center;
  padding-top: 3.625rem;
  padding-bottom: 4.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(183, 39, 46, 0.19);
  border-radius: 3.75rem 3.75rem 0rem 0rem;
  position: relative;
  z-index: 1;
  width: 98.25rem;
}

.process-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.875rem 0 2.875rem;
  margin-top: 3.125rem;
}

.process-items-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.process-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.625rem 0.625rem 1.8125rem;
  width: 43.75rem;
height: 8.75rem;
/* background: rgba(255,255,255,0.67);
border-radius: 0.5rem; */
}

.process-item-num {
 width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%; /* 添加这一行来创建圆形 */
  background: linear-gradient( 180deg, #DC4F5B 0%, #B7272E 100%);
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(183,39,46,0.37);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 4.375rem;
  text-align: center;
  font-style: normal;
}

.process-item-title {
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 1.5rem;
color: #302929;
line-height: 2.0625rem;
text-align: left;
font-style: normal;
width: 3.125rem;
}

.process-item p {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 1.125rem;
color: #302929;
line-height: 1.5625rem;
text-align: left;
font-style: normal;
width: 19.5rem;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}

.process-item-img {
  border: #302929 0.0625rem solid;
}

.process-item-img img {
  width: 11.3125rem;
  height: 7.5rem;
}

  /* 弹窗样式 */
  .modal {
    /* position: absolute; */
    top: 0;
    /* transform: translateX(-50%) translateY(-50%); */
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 10000;

}

.modal-content {
  width: 23.625rem;
  height: 22.875rem;
  background: url('../img/home/tankuang.png');
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  width: 100%;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: FZZDHJW--GB1-0, FZZDHJW--GB1;
  font-weight: normal;
  color: #302929;
  line-height: 1.8125rem;
  font-weight: 600;
}



.modal-body-text {
  width: 100%;
    margin-top: 0.3125rem;
    text-align: center;
    font-size: 0.875rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #302929;
    line-height: 1.25rem;
}

.contact-info {
  color: rgba(213, 74, 25, 1);
  border-radius: 0.5rem;
  margin: 0.9375rem 0;
  text-align: left;
  margin-left: 2.625rem;
  margin-top: 1.6875rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.25rem;
}

.contact-info p {
  margin: 0.625rem 0;
}

.qr-code {
  text-align: center;
  margin-top: 0.9375rem;
  width: 100%;
    display: flex;

}

.qr-code img {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 0.625rem;
  margin-left: 1.875rem;
}

.contact-btn {
  cursor: pointer;
  display: inline-block;
  width: 17.8125rem;
  height: 2.8125rem;
  background: linear-gradient(138deg, #fbfbfb 0%, #d3d3d3 100%);
  border-radius: 1.4375rem;
  font-size: 0.875rem;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #302929;
  text-align: center;
  margin-left: 2.8125rem;
}

.arrow-down {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.arrow-down img {
  width: 3.2469rem;
  height: 4.5481rem;
}

.arrow-right img {
  width: 4.5481rem;
  height: 3.2469rem;
  margin-top: 30rem;
  margin-left: 2rem;
}

.conscription-query {
  text-align: center;
  padding: 3rem 0 3.75rem 0;
  margin: 0 auto;
  width: 92.5rem;
}

.query-content {
  background: url('../img/conscription/chaxunyitiji.png');
  /* height: 63.0625rem; */
  background-size: 100% 100%;
  /* background-size: cover; */
  /* background-position: center;  */
  margin-top: 2.5rem;
  width: 92.5rem;
  height: 53.375rem;

}

.query-content h4 {
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 1.5rem;
color: #302929;
line-height: 2.0625rem;

font-style: normal;
margin-bottom: 1.25rem;
}

.query-content p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #302929;
  line-height: 1.5625rem;

  font-style: normal;
  width: 29rem;
}

.query-item1 {
  text-align: left;
  padding: 1rem 0 0 62.5rem;
}

.query-item2 {
  margin: 4.125rem 0 0 62.5rem;
  text-align: left;
}

.query-item3 {
  margin: 18rem 63.4375rem 0 0;
  text-align: right;
}

.conscription-data {
  text-align: center;
  padding: 3rem 0 2.5625rem 0;
  margin: 0 auto;
  width: 95rem;
}

.data-img {
  margin-top: 3.75rem;
  background: url('../img/conscription/renwudashuju.png');
  background-size: 100% 100%;
  width: 95rem;
  height: 35.25rem;
  padding-top: 1.4375rem;
}

.data-img p {
height: 1.75rem;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 1.25rem;
color: #FFFFFF;
line-height: 1.75rem;
text-align: left;
font-style: normal;
margin-bottom: 4.0625rem;
margin-left: 57.6875rem;
}

.conscription-banner-text {
  padding-left: 13.75rem;
  padding-top: 19.9375rem;
}




/* 第一个h1 */
.conscription-banner-text h1{
  position: relative;
  font-family: FZZDHJW--GB1, sans-serif;
  font-weight: normal;
  font-size: 5rem;
  text-align: left;
  font-style: normal;
}

/* 渐变文字层 */
.conscription-banner-text h1::before {
  content: "人武征兵管理系统";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: transparent;
  background: linear-gradient(45.48227628471054deg, #B7272E 0%, #FF5D64 34%, #B7272E 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.conscription-banner-text p{
  position: relative;
  font-family: FZZDHJW--GB1, sans-serif;
  font-weight: normal;
  font-size: 1.875rem;
  text-align: left;
  font-style: normal;
}

/* 渐变文字层 */
.conscription-banner-text p::before {
  content: "征兵全流程把控｜征兵宣传人员信息查询一体机｜大数据可视化";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: transparent;
  background: linear-gradient(45.48227628471054deg, #B7272E 0%, #FF5D64 34%, #B7272E 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.conscription-banner-text button {
  width: 220px;
height: 50px;
background: linear-gradient( 142deg, rgba(183,39,46,0.22) 0%, #B7272E 60%);
border-radius: 4px;
font-weight: 600;
font-size: 24px;
color: #FFFFFF;
line-height: 33px;
text-align: center;
font-style: normal;
margin-top: 2.625rem;
}

.conscription-banner-text button:hover {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1921px) { 
  .conscription-process {
    max-width: 1572px;
  }

  .conscription-query {
    max-width: 1480px;
  }

  .query-content {
    max-width: 1480px;
  }

  .conscription-data {
    max-width: 1520px;
  }

  .conscription-banner {
    height: calc(61.25rem + ((100vw - 1920px) * 0.51));
  }

  .conscription-banner-text {
    padding-left: calc(13.75rem + ((100vw - 1920px) * 0.51));
    padding-top: calc(19.9375rem + ((100vw - 1920px) * 0.25));
  }

  .conscription-header {
    padding: 0 calc(13.75rem + ((100vw - 1920px) * 0.51));
  }

  .dropdown {
    left: calc(42.125rem + ((100vw - 1920px) * 0.51));
  }
}


