/* 页面自定义css样式 */

:root {
  --base-font-size: 16px;
  --main-color: #1e78ff;
  --font-weight-base: 400;
  --font-weight-bold: 500;
  --font-weight-bolder: 600;
  --font-weight-high: 700;
  --font-size-small: .875rem;
  --font-size-regular: 1rem;
  --font-size-big: 1.125rem;
  --font-color-black: #333b57;
  --font-color-grey: #8b95a8;
  --link-color-blue: #3da9ff;
  --color-green: #05d5ba;
  --color-blue: #0daaff;
  --color-orange: #ffb82e;
  font-size: var(--base-font-size);
  font-weight: var(--font-weight-base);
  letter-spacing: 0;
}

body {
  font-size: var(--base-font-size);
  background: url(banner.png) no-repeat;
  background-size: 100%;
}
.ofh{
  overflow: hidden;
}

/*全局样式控制*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
.clear {
  height: 0rem;
  font-size: 0;
  clear: both;
}
html,
body {
  min-width: 75rem;
} /*最小屏幕宽度为75rem，针对手机上访问*/

header{
	height:30.6rem;
}
.header-top{
	width: 90rem;
    height: 4.5rem;
    padding: 0 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-logo img {
    display: block;
    width: auto;
    height: 3.315rem;
}
  .zjhz-header-top-right {
    display: flex;
  }
  .user {
    position: relative;
  }
  .user-name {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .user-name p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.63rem;
    font-weight: 500;
    margin-right: 0.63rem;
  }
  .user-name i {
    display: block;
    width: 0.74rem;
    height: 0.56rem;
    background: url(//qf.ningbo.gov.cn/cms_files/filemanager/987954174/picture/20246/1D7FAB2917BF9374E66460AE7F590C81.svg)
      no-repeat;
    background-size: 0.74rem 0.56rem;
    transition: all 0.3s ease;
  }
  .user-center {
    position: absolute;
    top: 2.38rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.75rem 0 rgb(0 0 0 / 10%);
    border-radius: 0.375rem;
    min-width: 5.875rem;
  }
  .user-center a,
  .user-center p {
    display: block;
    font-size: 1rem;
    color: #333b57;
    line-height: 2rem;
    cursor: pointer;
    padding: 0 0.8rem;
    text-align: center;
  }
  .user-center a:first-child {
    margin-top: 0.5rem;
  }
  .user-center p:last-child {
    margin-bottom: 0.5rem;
  }
.login-sub , .loginBtns{
	width:6.666rem;
	height:2.25rem;
	line-height:2.25rem;
	font-size:0.875rem;
	color:#FFF;
	display:inline-block;
	text-align:center;
	background: rgba(216,216,216,0.00);
	border: 1px solid rgba(255,255,255,1);
	border-radius: 25px;
	margin-left:0.5rem;
	cursor:pointer;
}
.login-sub:hover{
	background-image: linear-gradient(90deg, rgba(255,255,255,0.76) 0%, #FFFFFF 100%);
	color: #1E78FF;
}
.website-title{
	font-size: 4rem;
	color: #FFFFFF;
	margin-top:1rem;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0 2px 6px rgba(51,59,87,0.50);
}
.website-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.78rem;
    margin: 1.5rem 0 0.875rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    background-image: url(title-img.png);
}
.website-sub-title span{
	display:none;
}
.search-wrap {
    width: 23.15rem;
    margin: 1.5rem auto 0;
}
#searchForm {
    display: flex;
}
#q {
    flex: auto;
    line-height: 3rem;
    background-color: #fff;
    padding: 0 1rem;
    font-size: 0.875rem;
    color: #8b95a8;
    font-weight: 400;
    border-radius: 0.25rem 0rem 0rem 0.25rem;
	border:none;
}
.input_button {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0rem 0.25rem 0.25rem 0rem;
    background: #1CAEFF url(search.png) center center no-repeat;
    background-size: 1.25rem 1.25rem;
    cursor: pointer;
	border:none;
}

/*今年累计*/
.jnlj{
	width:75rem;
	margin:0 auto;
	overflow:hidden;
  display: flex;
}
.jnlj .jnlj-title{
	float:left;
	display:block;
	width:13rem;
	height:5.6rem;
	line-height:5.6rem;
	text-align:center;
	background:url(jnlj-bg.png);
	background-size: cover;
	font-size: 1.45rem;
	text-indent: 2.5rem;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #0069A4;
	font-weight: 700;
}
.jnlj ul{
	float:left;
  display: flex;
    flex: 1;
}
.jnlj ul li{
	float:left;
	display:block;
	/*width:12.37rem;*/
  flex: 1;
	height:5.45rem;
	padding-top:1rem;
	line-height:1.9rem;
	font-size:1.065rem;
	text-align: center;
	border: 1px solid rgba(234,234,234,1);
	border-right:none;

}
  .cumulative-list .item:nth-child(4),
.cumulative-list .item:nth-child(3){
    display: none;
  }

.jnlj ul li span{
	color: #1CAEFF;
	font-weight: 900;
	font-size:1.47rem;
	padding-right:0.5rem;
}
.jnlj ul li:last-child{
	border-right: 1px solid rgba(234,234,234,1);
	border-radius: 0px 20px 20px 0px;
}

.content{ background:url(bg.png) top center no-repeat; background-size:100% 100%;}
.main{
	width:75rem;
	margin:0 auto;
}

.title-tab{
	padding-top:2.53rem;
	font-size: 1.7rem;
	font-style: normal;
	text-align:center;
	overflow:hidden;
}
.title-tab i{
	color: #253D7C;
	font-style: normal;
	padding:0 0.55rem;
}
.title-left{
	width:3.5rem;
	height:1.3rem;
	display:inline-block;
	background:url(t-l.svg);
	background-size:100% 100%;
	vertical-align: middle;
}
.title-right{
	width:3.5rem;
	height:1.3rem;
	display:inline-block;
	background:url(t-r.svg);
	background-size:100% 100%;
	vertical-align: middle;
}
/*服务板块*/
.service-tab {
	position:relative;
	margin-top:2.5rem;
}
.swiper-container{
	margin:0 !important;
	
}
.service-tab .swiper-slide {
	height:9rem;
	background: #F1F7FB;
	border-radius: 20px;
	padding:1.2rem 0.5rem;
	text-align:center;
}
.service-tab .swiper-slide img{ width:2.67rem; height:2.67rem; margin:0.2rem 0 1rem;}
.service-tab .swiper-slide p{ font-size:1.2rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.swiper-button-next, .swiper-button-prev{ width:1.333rem !important; height:1.333rem !important; margin-top:-0.7rem !important;}
.swiper-button-next{ background:url(s-r.png) !important; background-size:100% 100% !important; right:-2rem !important;}
.swiper-button-prev{ background:url(s-l.png) !important; background-size:100% 100% !important; left:-2rem !important;}

/*象企*/
.xq-tab{
	width:100%;
	overflow:hidden;
	margin-top:2.66rem;
}

.xq-tab-left{
	width:37rem;
	height:23.73rem;
	float:left;
	padding:1.3rem;
	background:url(xqb-bg.png);
	background-size:100% 100%;
}
.xq-tab-right{
	width:37rem;
	height:23.73rem;
	float:right;
}
.xq-tab-left-title{
	font-size:1.73rem;
	color:#fff;
}
.xq-tab-left-title span{
	background:url(b-bg.svg);
	background-size:100% 100%;
	display:inline-block;
	width:3.33rem;
	height:1.266rem;
	vertical-align: middle;
}
.xq-tab-left ul{ margin-top:2.26rem; margin-left:3.33rem;}
.xq-tab-left ul li{
	width:7.666rem;
	height:6rem;
	display:inline-block;
	color:#FFF;
}
.xq-tab-left ul li span{
	font-size:2.4rem;
	padding-right:0.2rem;
	font-weight: 700;
}
.xq-tab-left ul li .line{
	width:1.6rem;
	height:0.266rem;
	margin:0.5rem 0;
	border-radius:0.133rem;
}
.xq-tab-left ul li .line1{
	background:#FFF;
}
.xq-tab-left ul li .line2{
	background:#FFB82E;
}
.xq-tab-left ul li .line3{
	background:#32E4F8;
}
.wyw{
	height:3.6rem;
	width:13.6rem;
	font-size:1.466rem;
	color:#FFF;
	text-align:center;
	line-height:3.6rem;
	margin-top:2.26rem;
	margin-left:3.33rem;
	background:url(wyw.png);
	background-size:100% 100%;
	/*animation: petty-jump 1.5s infinite;*/
}
.wyw i{
	display:inline-block;
	width:1.466rem;
	height:1.466rem;
	background:url(wyw-icon.svg);
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:0.8rem;
}
.wyw a{
	color:#FFF;
	display:block;
	width:100%;
	height:100%; 
}

@keyframes petty-jump {
  0%,
  100% {
    transform: translateY(0.125rem);
  }

  50% {
    transform: translateY(-0.125rem);
  }
}

.sqwt-sub{
	font-size: 2rem;
	color: #FBFDFE;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #00659C;
	font-weight: 400;
	margin:1rem 0 0 3.33rem;
}
.xqx-tab{
	width:100%;
	height:11.3rem;
	padding: 1.3rem;
	border-radius:20px;
	background:url(xqx-bg.png);
	background-size:100% 100%
}

.xqf-tab{
	width:100%;
	height:11.4rem;
	padding: 1.3rem;
	margin-top:0.95rem;
	border-radius:20px;
	background:url(xqf-bg.png);
	background-size:100% 100%
}
.xqx-tab-title{
	color: #104347;
    font-size: 1.73rem;
}
.xqf-tab-title{
	color: #253D7C;
    font-size: 1.73rem;
}
.xqx-tab-title span{
	background:url(h-icon.svg);
	background-size:100% 100%;
	display:inline-block;
	width:3.33rem;
	height:1.266rem;
	vertical-align: middle;
}

.xqf-tab-title span{
	background:url(b-bg.svg);
	background-size:100% 100%;
	display:inline-block;
	width:3.33rem;
	height:1.266rem;
	vertical-align: middle;
}
.xqx-tab ul{
	overflow:hidden;
	margin-top:1.1rem;
}
.xqx-tab ul li{
	display: flex;
	align-items: center;
	width:8rem;
	height:5.33rem;
	padding:1rem;
	margin-right:0.53rem;
	float:left;
	
}
.xqx-tab ul li:nth-child(1){
	background:url(zcjsq.png);
	background-size:100% 100%;
}
.xqx-tab ul li:nth-child(2){
	background:url(yjpp.png);
	background-size:100% 100%;
}
.xqx-tab ul li:nth-child(3){
	background:url(qypf.png);
	background-size:100% 100%;
}
.xqx-tab ul li:nth-child(4){
	background:url(yzty.png);
	background-size:100% 100%;
}
.xqx-tab ul li a{
	font-size: 1.2rem;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #137C86;
}

.xqf-tab ul{
	overflow:hidden;
	margin-top:1.1rem;
}
.xqf-tab ul li{
	display: flex;
	align-items: center;
	width:10.9rem;
	height:5.33rem;
	padding:1rem;
	margin-right:0.53rem;
	float:left;
	
}
.xqf-tab ul li:nth-child(1){
	background:url(qfjs.png);
	background-size:100% 100%;
}
.xqf-tab ul li:nth-child(2){
	background:url(hds.png);
	background-size:100% 100%;
}
.xqf-tab ul li:nth-child(3){
	background:url(wkt.png);
	background-size:100% 100%;
}
.xqf-tab ul li a{
	font-size: 1.2rem;
	color: #333;
}

.xqb-tab{ width:85%; margin:0 auto; height:18rem; margin-top:2.66rem; background:url(smzq-bg.png) no-repeat top center; background-size:100%;}
.xqb-tab ul{
    overflow: hidden;
    padding-top: 1.5rem;
}
.xqb-tab ul li{
	width:5.2rem;
	float:left;
	font-size: 1.05rem;
	color: #253D7C;
	margin:0 0.5rem;
	line-height:200%;
	text-align:center;
}

.xqb-tab ul li:nth-child(1){ margin-top:1rem;}
.xqb-tab ul li:nth-child(2){ margin-top:2.5rem;}
.xqb-tab ul li:nth-child(3){ margin-top:3rem;}
.xqb-tab ul li:nth-child(4){ margin-top:3.5rem;}
.xqb-tab ul li:nth-child(5){ margin-top:4rem;}
.xqb-tab ul li:nth-child(6){ margin-top:4rem;}
.xqb-tab ul li:nth-child(7){ margin-top:3.5rem;}
.xqb-tab ul li:nth-child(8){ margin-top:3rem;}
.xqb-tab ul li:nth-child(9){ margin-top:2.5rem;}
.xqb-tab ul li:nth-child(10){ margin-top:1rem;}
.xqb-tab ul li a{
	color:#253D7C;
	font-size:1.0667rem;
}
.xqb-tab ul li a span{
	display:inline-block;
	width:4.67rem;
	height:4.67rem;
}
.xqb-tab ul li a:hover span{
	display:inline-block;
	width:5.2rem;
	height:5.2rem;
	color:#1CAEFF;
}

.xqb-tab ul li a span{
	background:url(sczr.svg);
	background-size:100% 100%;
	transition: all 0.5s;
	color: #253D7C;
	transition: all 0.5s;
}
.xqb-tab ul li a p{
	transition: all 0.5s;
}

.xqb-tab ul li a:hover p{
	font-size:1.2rem;
	color: #1CAEFF;
	transition: all 0.5s;
}
.xqb-tab ul li a:hover span{
	background:url(sczr-hover.svg);
	background-size:100% 100%;
	transition: all 0.5s;
}
.xqb-tab ul li:nth-child(1) a span{
	background:url(sczr.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(1) a:hover span{
	background:url(sczr-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(2) a span{
	background:url(jycs.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(2) a:hover span{
	background:url(jycs-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(3) a span{
	background:url(szgy.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(3) a:hover span{
	background:url(szgy-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(4) a span{
	background:url(ldyg.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(4) a:hover span{
	background:url(ldyg-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(5) a span{
	background:url(jrfw.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(5) a:hover span{
	background:url(jrfw-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(6) a span{
	background:url(swmy.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(6) a:hover span{
	background:url(swmy-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(7) a span{
	background:url(nsfw.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(7) a:hover span{
	background:url(nsfw-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(8) a span{
	background:url(ssjf.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(8) a:hover span{
	background:url(ssjf-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(9) a span{
	background:url(gpjz.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(9) a:hover span{
	background:url(gpjz-hover.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(10) a span{
	background:url(qyzx.svg);
	background-size:100% 100%;
}
.xqb-tab ul li:nth-child(10) a:hover span{
	background:url(qyzx-hover.svg);
	background-size:100% 100%;
}


.qfrl-title{ font-size:1.466rem; text-align:center; margin-top:2rem;}
.qfrl-title li{ display:inline-block; height:3rem; margin:0 1.266rem;}
.qfrl-title li.on{ background:url(on.svg) bottom center no-repeat;}
.rl-con{ width:75rem; margin-top:1.5rem; background:url(rl-bg.png) no-repeat; background-size:100% 100%;}
.rl-con-left{}
.rl-con-right{}


.main1{
	background:url(bg1.png) bottom repeat-x;
	padding-bottom:3rem;
}


.services-calendar {
    margin-top: 2rem;
}

/*资讯服务*/
.zxfw{ width:75rem; margin:0 auto;}
.zxfw-title{ font-size:1.466rem; text-align:center; margin-top:2rem;}
.zxfw-title li{ display:inline-block; width:5.334rem; height:3rem; margin:0 0.5rem; padding-bottom:0.5rem; cursor:pointer;}
.zxfw-title li.on{ background:url(on.svg) bottom center no-repeat;}
.zxfw-con{}
.zxfw-con-tab ul{ margin-top:1.334rem;}
.zxfw-con-tab ul li{ overflow:hidden; height:auto; background:#FFF; border-radius:1.4rem; padding-right:1.5rem; margin-bottom:0.8rem;display: flex;flex-wrap: wrap;align-items: center;}
.zxfw-con-img{ width:11rem; height:6.9rem; float:left; border-radius:1rem;}
.zxfw-con-img img{ width:100%; height:100%; border-radius:1rem;}
.zxfw-con-txt{ width:55.5rem; float:left; padding:1rem 0; line-height:200%; margin-left:1.5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zxfw-con-time{ width:5.4rem; float:right;}
.zxfw-con-txt a{ font-size:1.1rem; color:#333;}
.zxfw-con-txt a:hover{ color: #1CAEFF;}
.zxfw-con-txt p{ color:#999; font-size:1rem;}
.zxfw-con-txt p span{ color:#999; padding:0 0.5rem;}

.zxfw-con-time{ width:5.5rem; text-align:right; padding-top:1.74rem;}
.zxfw-con-time > span{ font-size:0.9rem; color:#333;}
.zxfw-con-time p { font-size:1.6rem; color: #333;}
.zxfw-con-time p span{ font-size:1.6rem; color: #1CAEFF;}

/*场景服务*/
.cjfw{ 
	width:75rem; 
	margin:0 auto; 
	background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #C3E2F4 100%);
	border-radius:0 0 20px 20px;
}
.cjfw ul{
	padding:0 1.5rem;
	display: flex;
  flex-wrap: wrap;
}
.cjfw ul li{
	width:12rem;
	height:12rem;
	text-align: center;
	font-size:1.34rem;
	/* margin-right:1.6rem; */
	background:url(pp.png) center center no-repeat;
	background-size:100% 100%;
	position:relative;
}
.cjfw ul li:last-child{
	margin-right:0;
}
.cjfw ul li a{
	display:flex;
	align-items: center;
    justify-content: center;
	width:100%;
	height:100%;
	color: #333B57;
	position: relative;
}
.cjfw ul li a:hover .cjfw-tools-code{
	display: block;
}
.cjfw ul li a p{
	color: #0B9BEB;
	font-size: 1.375rem;
	font-weight: 400;
	font-family: 'DingTalk-JinBuTi';
}
.cjfw ul li span{
	color: #0B9BEB;
	font-size:1.6rem;
	margin-top:0.5rem;
	display:block;
}
.cjfw ul li a i{
	display:flex;
	width:3.5625rem;
	height: 3.5625rem;
	position:absolute;
	background:url(fwsx.png) center center no-repeat;
	background-size:100% 100% !important;
	top:1.5rem;
	left:1.5rem;
}
.cjfw-tools-code{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: 34px;
	width: 9.875rem;
	height: 9.875rem;
	background-color: #ffffff;
	border-radius: 1.125rem;
	-webkit-border-radius: 1.125rem;
	-moz-border-radius: 1.125rem;
	-ms-border-radius: 1.125rem;
	-o-border-radius: 1.125rem;
}
.cjfw-tools-code::before{
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	top: -12px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: .375rem solid transparent;
	border-right: .375rem solid transparent;
	border-bottom: .75rem solid #ffffff;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.cjfw-tools-code img{
	padding: .625rem;
	display: block;
	width: 100%;
	height: 100%;
}




.cjfw ul li:nth-child(1) a i{
	background:url(fwsx.png) center center no-repeat;
}
.cjfw ul li:nth-child(2) a i{
	background:url(sqfw.png) center center no-repeat;
}
.cjfw ul li:nth-child(3) a i{
	background:url(fwzy.png) center center no-repeat;
}
.cjfw ul li:nth-child(4) a i{
	background:url(cyfw.png) center center no-repeat;
}
/*底部*/
footer{
	background:#f4f8fc;
	padding:2rem 0 1.5rem;
	margin:0;
	text-align:left;
}
.footer{
	width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left{
	font-size: 1rem;
    color: #8b95a8;
}
.footer-left a{
    color: #333b57;
	margin-right: 0.625rem;
}
.footer-left a:last-child{
	margin-left: 0.625rem;
}
.footer-left .copyright{
	margin-top:1rem;
	line-height:200%;
}
.footer-right{
	display: flex;
	width:6rem;
	font-size:0.8rem;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.footer-right img{
	max-width:100%;
	margin-bottom:0.25rem;
}


/* #endregion */
/* 展示企业全生命周期服务 */
.show-lifecycle-box {
  display: none;
}

.show-lifecycle-box .show-mask {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100%;
  background-color: transparent;
}

.show-lifecycle-box .show-modal-wrap {
  position: fixed;
  top: 0;
  inset: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.show-lifecycle-box .show-modal-content {
  background: #ffffff;
  border: 0.13rem solid rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.38rem 0.75rem 0rem rgba(51, 59, 87, 0.16);
  border-radius: 0.38rem;
  width: 51.25rem;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 1.88rem;
  max-height: 80%;
  overflow-y: auto;
}

.show-lifecycle-box .close-modal {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-lifecycle-box .close-modal img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.show-lifecycle-box .show-modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

.show-lifecycle-box .show-modal-title i {
  display: block;
  width: 1.6875rem;
  height: 1.0625rem;
  background: url(ornamental.png) no-repeat;
  background-size: 1.6875rem 1.0625rem;
  margin-right: 1rem;
}

.show-lifecycle-box .show-modal-title h2 {
  display: block;
  font-size: 1.25rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bolder);
  line-height: 1.75rem;
  height:auto !important;
}

.show-lifecycle-box .show-modal-item {
  margin-top: 1.25rem;
  background-image: linear-gradient(179deg, #e4efff 6%, #f6faff 100%);
  border-radius: 0.44rem;
  padding: 1.25rem 1.47rem;
}

.show-lifecycle-box .matter-stage {
  display: flex;
  align-items: center;
  padding-bottom: 0.37rem;
}

.show-lifecycle-box .matter-stage i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-color);
  margin-right: 0.5rem;
  border-radius: 50%;
}

.show-lifecycle-box .matter-stage span {
  display: block;
  font-size: 1.13rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
}

.show-lifecycle-box .matter-stage-list {
  display: flex;
  flex-wrap: wrap;
}

.show-lifecycle-box .matter-stage-list a {
  display: block;
  background: #ffffff;
  box-shadow: 0rem 0.13rem 0.25rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.19rem;
  padding: 0 1.29rem;
  line-height: 2.88rem;
  font-size: var(--font-size-regular);
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  margin-top: 0.63rem;
  margin-right: 0.68rem;
}

.show-lifecycle-box .matter-stage-list a:last-child {
  margin-right: 0;
}

.show-lifecycle-box .matter-stage-list a.not-link {
  color: #8b95a8;
  cursor: not-allowed;
}

.show-lifecycle-box .matter-stage-list a:not(.not-link):hover {
  color: var(--main-color);
}

/*用户登录*/
.user {
    position: relative;
  }");
  .user-name {
    display: flex;
    align-items: center;
    cursor: pointer;
  }");
  .user-name p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.63rem;;
    font-weight: 500;
    margin-right: 0.63rem;
  }");
  .user-name i {
    display: block;
    width: 0.74rem;
    height: 0.56rem;
    background: url(//qf.ningbo.gov.cn/cms_files/filemanager/987954174/picture/20246/1D7FAB2917BF9374E66460AE7F590C81.svg) no-repeat;
    background-size: 0.74rem 0.56rem;
    transition: all 0.3s ease;
  }");
  .user-name.rotate i {
    transform: rotateX(180deg);
  }");
  .user-center {
    position: absolute;
    top: 2.38rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.75rem 0 rgb(0 0 0 / 10%);
    border-radius: 0.375rem;
    min-width: 5.875rem;
  }
  .user-center a, .user-center p {
    display: block;
    font-size: 1rem;
    color: #333b57;
    line-height: 2rem;
    cursor: pointer;
    padding: 0 0.8rem;
    text-align: center;
  }
  .user-center a:hover, .user-center p:hover {
    background-color: #e6f7ff;;
  }
  .user-center a:first-child {
    margin-top: 0.5rem;
  }
  .user-center p:last-child {
    margin-bottom: 0.5rem;"
  }