#bigbox {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
.centerBox .subsidy2 .center-text{
  display: flex;
  align-items: center;
  font-size: 25PX;
  font-weight: 500;
}

.centerBox .subsidy2 .title-bg{
  margin-bottom: 1rem;
}
.centerBox .subsidy2 .line-beforeBg{
  margin-right: 1rem;
  width: .25rem;
  height: 1.75rem;
  border-radius: 1px;
  background: linear-gradient(209deg, #1F89FF 12%, #0C6BCB 90.85%);
}
.subsidy2 .itembox2{
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 32%);
  align-content: flex-start;
}
.subsidy2 .itembox2 .targetItem2 {
  width: 90%;
  padding: .625rem 1.25rem .625rem 1.25rem;
  border-radius: .375rem;
  color: #197AE5;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: .375rem;
  border: .0625rem solid rgba(25, 122, 229, 0.30);
  margin-bottom: 1.25rem;
}

.subsidy2 .itembox2 .targetItem2 span {
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 超出容器部分隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  max-width: 20rem;
  /* 设置最大宽度 */
  display: block;
}

.subsidy2 .itembox2 .targetItem2 .icon {
  width: 1.1875rem;
  height: 1.25rem;
  background-size: 100%;
  margin-left: 1rem;
  background: url('../img/xmh/icon-r1.png') no-repeat center;
}

/*.subsidy .itembox .active .icon {*/
/*  background: url('../img/xmh/icon-r2.png') no-repeat center;*/
/*}*/

/*.subsidy .itembox .active {*/
/*  background: #197AE5 !important;*/
/*  color: #fff !important;*/
/*}*/


.topBox {
  background: url(../img/xmh/top.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 9rem;
}
.topBox .header {
  margin: 0 20rem;
  height: 2.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topBox .header .fl-box {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  color: white;
}
.topBox .header .fl-box .logo {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.topBox .header .fr-box {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  color: white;
}
.topBox .header .fr-box .avatar {
  width: 1.45rem;
  height: 1.45rem;
  margin-right: .125rem;
}
.topBox .header .fr-box .loginout {
  margin-left: 1.25rem;
  cursor: pointer;
}
.topBox .tabbar {
  margin: 2rem 20rem;
  height: 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topBox .tabbar .tabbar-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  width: 45%;
}
.topBox .tabbar .tabbar-fl .item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
  height: 2.5rem;
  cursor: pointer;
}
.topBox .tabbar .tabbar-fl .item img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .3rem;
}
.topBox .tabbar .tabbar-fl .item .line {
  width: 50%;
  height: .125rem;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.topBox .tabbar .tabbar-fr .enterbtn {
  background: #FFFFFF33;
  width: 6.625rem;
  height: 1.75rem;
  padding: .355rem .5rem .5rem .5rem;
  border-radius: .175rem;
  opacity: 0px;
  color: white;
  cursor: pointer;
}
.topBox .tabbar .tabbar-fr .enterbtn img {
  width: .75rem;
  height: .75rem;
}
.searchbox {
  width: 100%;
  height: 4.5rem;
  background: #1F5FB4;
}
.searchbox .searchmain {
  margin: 0 20rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchbox .searchmain .map {
  width: 16rem;
  height: 3rem;
}
.searchbox .searchmain .search-fr .search {
  background: #FFFFFF1A;
  border: .125rem solid #FFFFFF33;
  color: white;
  width: 24.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  padding-left: .625rem;
}
input:focus {
  outline: none;
}
input::placeholder {
  color: white;
}
.searchbox .searchmain .search-fr .searchbtn {
  width: 5rem;
  height: 2.95rem;
  margin-left: -0.375rem;
  display: inline-block;
  text-align: center;
  line-height: 2.7rem;
  font-size: 1.25rem;
  color: white;
  cursor: pointer;
  border-radius: .1875rem;
  background: linear-gradient(245.58deg, #F95D00 -40.68%, #FF9900 113.77%);
}
.searchbox .searchmain .search-fr .searchbtn img {
  width: 1rem;
  height: 1rem;
}
.centerBox {
  /* height: calc(100% - 13.5rem); */
  height: auto;
  min-height: calc(100% - 16rem);
  padding: 1rem 20rem;
  padding-bottom: 2rem;
  background: #F4F8FF;
}
.centerBox .targetbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.centerBox .targetbox .targetItem {
  padding: .625rem 1.25rem .625rem 1.25rem;
  border-radius: .375rem;
  background: #FFFFFF;
  color: #197AE5;
  font-size: 1.1rem;
  cursor: pointer;
}
.centerBox .targetbox .active {
  background: #197AE5 !important;
  color: #fff !important;
}
.centerBox .servicebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
}
.centerBox .servicebox .serviceItem {
  width: 10%;
  height: 7rem;
  border-radius: .5rem;
  background: #E0EEFE;
  color: #197AE5;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.centerBox .servicebox .serviceItem img {
  width: 3.25rem;
  height: 3.25rem;
  padding-top: .625rem;
}
.centerBox .servicebox .serviceItem .text {
  width: 100%;
  text-align: center;
}
.centerBox .servicebox .active {
  background: linear-gradient(208.68deg, #74B5FF 12%, #1F89FF 90.85%) !important;
  color: #fff !important;
}
.centerBox .subsidy {
  padding: .75rem;
  margin-top: 2rem;
  background: white;
}

.centerBox .subsidy .title-bg {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.centerBox .subsidy .center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerBox .subsidy .c-txt {
  color: #197AE5;
  font-size: 20px;
  font-weight: 500;
  margin: 0 .75rem;
  white-space: nowrap;

}

.centerBox .subsidy .title-bg .line-icon {
  height: .5rem;
  padding-top: 1rem;
}

.centerBox .subsidy .line-icon img {
  width: 100%;
  height: 100%;
}

.centerBox .subsidy .star-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
  background: url('../img/xmh/star-icon.png') no-repeat center;
}

.centerBox .subsidy .itembox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: .75rem;
  padding-bottom: 0;
}

.centerBox .subsidy .itembox .item {
  width: 22%;
  height: 4rem;
  border-radius: .375rem;
  background: #ECF5FF;
  color: #197AE5;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: .625rem;
  text-align: center;
}

.modal {
  inset: 0;
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 固定定位 */
  z-index: 1;
  /* 在最上层 */
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  /* 宽度 */
  height: 100%;
  /* 高度 */
  /*overflow: auto;*/
  /* 如果需要，添加滚动条 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色背景 */
}

.modal-title {
  color: #0d1c28;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  position: relative;
  padding-bottom: 1rem;
  /*text-align: center;*/
}

.modal-title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0d1c28;
}

.modal-body {
  background-color: #fff;
  margin: 12.5vh auto;
  /* 顶部空间和居中 */
  width: 60%;
  padding: 40px !important;
  /* 可以更改宽度 */
}

.modal-content {
  padding: 2rem 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  min-height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}



.modal-content::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
  border-left: 1px solid #e6ebf5;
}
.modal-content::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 28px;
}
.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #787878;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.modal-content .lableBox {
  display: flex;
}

.modal-content .lableBox dl{
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.modal-content .lableBox dl:last-child .label{
  margin-bottom: 2rem !important;
}
.modal-body .close{
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
}



.modal-content .index {
  color: #2C3136;
  font-size: 1.5rem;
  font-weight: 500;
  /*margin-bottom: 1rem;*/
}

.modal-content .txt {
  color: #3B4046;
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.modal-content .lableBox dl {
  width: 50%;
}

.modal-content .lableBox .label {
  color: #2C3136;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.modal-body .close {
  float: right;
}

.modal-foot {
  display: flex;
  justify-content: center;

}

.modal-foot .btn {
  border-radius: 0.1875rem;
  padding: 0.5rem 1.5rem;
  background: #4285DB;
  color: #fff;
  cursor: pointer;
}
.modal-body{
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(9, 41, 77, .1);
  border-radius: 8px;
  position: relative;
}

.modal-foot .btn{
  padding: 0 .8rem;
  min-width: 6.7rem;
  height: 3.4rem;
  line-height: 3.4rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
}