<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner img {
	display: block;
	width: 100%;
}

/* 鏍囬 */
.tax-relief .title {
	height: 70px;
	margin: 30px auto 50px;
	border: 3px solid rgba(68, 138, 202, 1);
	border-radius: 50px;
	line-height: 70px;
	font-size: 32px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	text-align: center;
}

/* 涓撲笟蹇€熻В闄ょ◣鍔￠潪姝ｅ父鎴�*/
.tax-relief-text {
	width: 100%;
	height: 250px;
	background-color: #81DCD4;
}

.tax-relief-text h1 {
	width: 100%;
	height: 100%;
	padding: 105px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
}

/* 闈炴甯告埛鐨勫奖鍝� */
.abnormal-household {
	width: 100%;
	padding: 75px 0;
	background-color: #fff;
}

.abnormal-household .title {
	width: 320px;
}

.abnormal-household-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	padding-bottom: 25px;
	margin: 50px auto 0;
	border-bottom: 1px solid #000;
}

.abnormal-household-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 220px;
}

.abnormal-household-item img {
	display: block;
	width: 150px;
	height: 96px;
}

.abnormal-household-item p {
	position: relative;
	width: 100%;
	margin-top: 45px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}

.abnormal-household-item p::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 25px solid #1C939A;
}

/* 绋庡姟澶勭綒缁撴灉甯︽潵鐨勫奖鍝� */
.tax-penalty {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
}

.tax-penalty .title {
	width: 460px;
}

.tax-penalty-context {
	position: relative;
	width: 1000px;
	height: 321px;
	background: url(../../images/2020/abnormal-household-bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.tax-penalty-item {
	position: absolute;
	top: 5px;
	width: 180px;
}

.tax-penalty-item:nth-child(1) {
	left: 0px;
}

.tax-penalty-item:nth-child(2) {
	left: 250px;
}
.tax-penalty-item:nth-child(3) {
	left: 500px;
}
.tax-penalty-item:nth-child(4) {
	left: 750px;
}

.tax-penalty-item span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
}

.tax-penalty-item div {
	margin-top: 30px;
	line-height: 24px;
	font-size: 16px;
	transform: translateX(70px);
}

/* 姣忎釜椤圭洰鍔炵悊鏃堕棿绾︿负2-5涓伐浣滄棩 */
.each-processing-time {
	width: 100%;
	padding: 50px 0;
}

.each-processing-time .title {
	width: 600px;
	margin-bottom: 0;
}

.each-processing-time .tips {
	width: 100%;
	margin: 20px auto 100px;
	text-align: center;
}

.each-processing-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 840px;
	margin: 0 auto;
}

.each-processing-item {
	width: 300px;
	height: 520px;
	background-color: #fff;
}

.each-processing-item2 {
	position: absolute;
	top: -45px;
	left: 50%;
	height: 545px;
	padding-bottom: 20px;
	transform: translateX(-50%);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.each-processing-item h2 {
	width: 100%;
	height: 200px;
	line-height: 200px;
	color: #FFAE00;
	text-align: center;
}

.each-processing-item1 h2 {
	background: url(../../images/2020/each-processing-item1.png) no-repeat;
	background-size: 100% 100%;
}

.each-processing-item3 h2 {
	background: url(../../images/2020/each-processing-item3.png) no-repeat;
	background-size: 100% 100%;
}

.each-processing-item2 h2 {
	height: 245px;
	line-height: 245px;
	background: url(../../images/2020/each-processing-item2.png) no-repeat;
	background-size: 100% 100%;
}

.each-processing-item .text {
	width: 190px;
	margin: 25px 0px 0 60px;
	padding-bottom: 35px;
}

.each-processing-item .text p {
	font-size: 16px;
	width: 100%;
	line-height: 25px;
}

.each-processing-item .text-line {
	border-bottom: 1px solid #000;
}

.each-processing-item2 .text {
	position: relative;
	width: 190px;
	margin: 20px 0px 0 60px;
	padding-bottom: 20px;
}


/* 绋庢帶浠ｅ姙鍙婄エ绉嶆牳瀹�  鎵€寰楃◣姹囩畻娓呯即*/
.income-tax-control {
	width: 100%;
}

.income-tax-control .container-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 318px;
}

.income-control-content {
	width: 50%;
	height: 280px;
	padding: 70px 0px 70px 225px;
	box-sizing: border-box;
}

.income-control-text {
	display: flex;
	line-height: 25px;
	margin-bottom: 10px;
}

.income-control-text span {
	display: block;
	width: 100px;
}

.income-control-title {
	width: 50%;
	height: 100%;
	font-size: 30px;
	color: #FFC927;
	text-align: center;
	line-height: 318px;
}

/* 绋庢帶浠ｅ姙鍙婄エ绉嶆牳瀹� */
.tax-control {
	padding-top: 50px;
}
.tax-control .container-center {
	background: url(../../images/2020/tax-control-bg.png) no-repeat;
	background-size: 100% 100%;
}

/* 鎵€寰楃◣姹囩畻娓呯即 */
.income-tax {
	padding-bottom: 50px;
	transform: translateY(-60px);
}

.income-tax .container-center {
	background: url(../../images/2020/income-tax-bg.png) no-repeat;
	background-size: 100% 100%;
}

.income-tax .income-control-content {
	width: 50%;
	height: 280px;
	padding: 40px 70px 0 50px;
	box-sizing: border-box;
}

.income-tax .income-control-text {
	display: flex;
	line-height: 30px;
}

.income-tax .income-control-text span {
	display: block;
	width: 100px;
}


/* 鎶ョ◣绯荤粺瑙ｉ攣 澶栬祫鑱斿悎骞存姤 */
.enterprise-cancel {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.enterprise-cancel .cancel-context {
	position: relative;
	width: 50%;
	height: 100%;
	padding-top: 20px;
	padding-left: 80px;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context h1 {
	margin-bottom: 25px;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color:#EB9206;
}

.enterprise-cancel .cancel-context .section {
	margin-bottom: 20px;
	line-height: 25px;
}

.enterprise-cancel .cancel-context .section .tit {
	width: 110px;
}

.enterprise-cancel .cancel-img {
	width: 40%;
	height: 100%;
	box-sizing: border-box;
}

/* 鎶ョ◣绯荤粺瑙ｉ攣 澶栬祫鑱斿悎骞存姤*/
.system-unlock,
.annual-report {
	height: 550px;
	box-sizing: border-box;
	background-color: #FFECD5;
}

.system-unlock {
	padding: 100px 0 75px;
}

.annual-report {
	padding: 75px 0 100px 0;
}

.enterprise-cancel .cancel-context::after {
	position: absolute;
	left: 80px;
	content: '';
	width: 160px;
	border-bottom: 1px solid #AFABA6;
}


/* 鎶ョ◣绯荤粺瑙ｉ攣 */
.system-unlock .enterprise-cancel .cancel-img {
	margin-left: 10%;
}

.system-unlock .enterprise-cancel .cancel-context::after {
	bottom: 0px;
}

/* 澶栬祫鑱斿悎骞存姤 */
.annual-report .enterprise-cancel .cancel-context{
	width: 40%;
	box-sizing: border-box;
}

.annual-report .enterprise-cancel .cancel-img {
	margin-right: 10%;
}

.annual-report .enterprise-cancel .cancel-context::after {
	bottom: 80px;
}</pre></body></html>