/* 注销流程 */
.logout-process {
	background-color: #e7e8ea;
}

.logout-process .container-center {
	padding-left: 150px;
	background: url(../../images/2020/logout-process-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 600px;
	box-sizing: border-box;
}

.logout-process .title {
	padding-top: 180px;
}

.logout-process .title h1 {
	font-size: 38px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.logout-process .title p {
	margin: 20px 0 60px;
	font-size: 18px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.logout-process .process p {
	margin-bottom: 30px;
	font-size: 15px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.logout-process .process p:nth-child(2) {
	padding-left: 60px;
}

.logout-process .process p:nth-child(3) {
	padding-left: 120px;
}

.logout-process .process p:nth-child(4) {
	padding-left: 180px;
}

.logout-process .process p:nth-child(4) a {
	color: #ff0000;
}

/* 所需材料 注销流程三步 */
.need-file .top {
	position: relative;
	width: 100%;
	height: 245px;
	background-color: #e7e8ea;
}

.need-file .top .box {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 490px;
	padding-right: 190px;
	box-sizing: border-box;
	background: url(../../images/2020/need-file-bg.png) no-repeat;
	background-size: 100% 100%;
	background-color: #5e5c5c;
}

.need-file .top .box .title {
	margin: 60px 0 40px;
	padding-left: 90px;
	font-size: 28px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: right;
}

.need-file .top .box .step p {
	font-size: 12px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 37px;
	text-align: right;
}

.need-file .bottom {
	width: 100%;
	height: 700px;
	padding-top: 310px;
	box-sizing: border-box;
	background-color: #e7e0d3;
}

.need-file .bottom .title {
	width: 100%;
	text-align: center;
}

.need-file .bottom .title h1 {
	font-size: 40px;
	font-family: MingHei_R;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.need-file .bottom .title p {
	margin: 5px 0;
	font-size: 16px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(108, 108, 108, 1);
}

.need-file .bottom .step-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 60px 330px 0;
	box-sizing: border-box;
}

.need-file .bottom .step-box .step-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.need-file .bottom .step-box .step-item img {
	width: 90px;
	height: 60px;
}

.need-file .bottom .step-box .step-item h5 {
	padding: 18px 0 8px;
	font-size: 18px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.need-file .bottom .step-box .step-item p {
	font-size: 14px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(92, 92, 92, 1);
}

.need-file .bottom .step-box .step-item::after {
	position: absolute;
	right: -70px;
	top: 25px;
	content: '';
	width: 50px;
	height: 20px;
	background: url(../../images/2020/step-arrow.png) no-repeat;
	background-size: 100% 100%;
}

.need-file .bottom .step-box .step-item:last-child::after {
	content: '';
	width: 0;
	height: 0;
}

/* 各种企业注销 */
.enterprise-cancel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 75px 0;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context {
	width: 60%;
	height: 100%;
	padding-top: 10px;
	padding-left: 80px;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context h1 {
	margin-bottom: 40px;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.enterprise-cancel .cancel-context .section {
	display: flex;
	margin-bottom: 20px;
}

.enterprise-cancel .cancel-context .section .tit {
	width: 110px;
}

.enterprise-cancel .cancel-context .section div {
	width: calc(100% - 110px);
}

.enterprise-cancel .cancel-context .section div p {
	width: 100%;
	margin-bottom: 12px;
}

.enterprise-cancel .cancel-img {
	width: 40%;
	height: 100%;
	box-sizing: border-box;
}

/* 内资企业注销 */
.various-companies-bg1 {
	height: 550px;
	background-color: #e6f1ff;
}

/* 外资企业注销 */
.various-companies-bg3 {
	height: 550px;
	background-color: #e7e2d7;
}

/* 股份公司注销 分公司注销*/
.various-companies-bg2 {
	height: 640px;
}

.various-companies-bg2 .top{
	position: relative;
	height: 245px;
	width: 100%;
	padding-top: 75px;
}

.various-companies-bg2 .bottom {
	height: 245px;
	width: 100%;
	padding-bottom: 75px;
}

.various-companies-bg2 .top .box {
	position: absolute;
	top: 75px;
	left: 50%;
	height: 490px;
	transform: translateX(-50%);
	padding: 0;
	background-color: #fff;
}

.various-companies-bg2 .cancel-context h1 {
	padding-top: 50px;
}

.branch-office .top,
.stock-company .bottom {
	background-color: #e7e2d7;
}

.stock-company .top,
.branch-office .bottom {
		background-color: #e6f1ff;
}

/* 外商独资企业注销  非正常公司注销 */
.various-companies-bg4 {
	background-color: #e6f1ff;
}

.various-companies-bg4 .cancel-img {
	display: block;
	width: 100%;
}

.various-companies-bg4 .enterprise-cancel .cancel-context {
	width: 50%;
	height: 400px;
}