body {
	background: #f2f6fe;
	padding-bottom: calc(122px + 40px) !important;
}

.header {
	width: calc(100% - 120px - 120px);
	padding: 22px 120px;
	height: calc(80px - 22px - 22px);
	background: #fff;
	min-width: 1200px;
}

.logo {
	width: 154px;
	height: 36px;
	background: url('../images/common/logo.png');
}

.register {
	padding: 11px 28px;
	border: 1px solid #cccfd6;
	border-radius: 100px;
}

.login {
	padding: 11px 28px;
	border: 1px solid #3479ff;
	border-radius: 100px;
	background: #3479ff;
	box-shadow: 0px 12px 8px -4px rgba(67, 130, 255, .24);
}

.headSculpture>img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.banner {
	width: 100%;
	min-width: 1440px;
	height: 240px;
	background: url('../images/common/banner.png') no-repeat;
	background-size: 100% !important;
}

.welcome {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	top: 60px;
}

.welcome>img {
	width: 319px;
	height: 39px;
}

.search {
	padding: 0 16px;
	border: 1px solid #cccfd6;
	min-width: calc(256px - 16px - 16px);
	border-radius: 100px;
	margin-left: 46px;
	height: 38px;
	background: #f6f8fa;
}

.search>input {
	width: calc(100% - 16px - 16px);
	background: inherit;
}

.search>input::placeholder {
	color: #8f939b;
}

.search_icon {
	width: 16px;
	height: 16px;
	background: url('../images/common/search.png');
}

.content {
	width: 1200px;
	padding: 0 120px;
	margin: -66px auto 0;
	position: relative;
}

.content_list {
	border-radius: 12px 0 0 12px;
	background: #fff;
}

.content_list>li {
	width: 200px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* cursor: pointer; */
}

.content_list>li:hover{
	background: #fff;
	color: #3479ff;
	font-weight: 500;
}

.content_list>li:first-child{
	border-top-left-radius: 12px;
}

.content_list>li:last-child{
	border-bottom-left-radius: 12px;
}

.content_list_check {
	background: #3479FF;
	color: #fff;
	font-weight: 500;
}

.content_list_check:hover{
	background: #3479FF !important;
	color: #fff !important;
}

.content_block {
	box-shadow: 0px 0px 24px 0px rgba(46, 57, 79, .08);
	border-radius: 0 0 12px 12px;
}

.content_describe {
	padding: 32px 40px;
	background: #fff;
	border-top-right-radius: 12px;
	width: calc(100% - 40px - 40px);
	/* min-height: 540px; */
	height: calc(100% - 32px - 32px);
}

.leave3Block{
	margin-top: 24px;
}

.plainText{
	padding-top: 16px;
}

.content_title::before {
	content: "";
	width: 4px;
	height: 24px;
	background: #3479ff;
	display: block;
	margin-right: 8px;
}

.content_tips {
	padding: 16px 12px;
	border: 1px solid #dae3f2;
	background: #f2f6fe;
	border-radius: 8px;
}

.content_text>p {
	padding: 28px 12px;
	background: #fff;
	/* cursor: pointer; */
}

.content_text>p:hover{
	background: #f2f6fe;
	color: #3479ff;
}

.content_text_check {
	background: #f2f6fe !important;
	color: #3479ff !important;
}

.content_reminder {
	padding: 16px 12px;
	border: 1px solid #dae3f2;
	border-radius: 8px;
	background: #f2f6fe;
}

.tDate{
	width: calc(100% - 16px);
}

.content_question input {
	padding: 13px 12px;
	width: calc(96% - 12px - 12px);
	height: calc(40px - 13px - 13px);
	border-radius: 8px;
	border: 1px solid #cccfd6;
	margin-top: 12px;
}

.content_question input::placeholder {
	color: #8f939b;
}

.content_question select {
	padding: 13px 12px;
	width: calc(96% + 2px);
	height: 42px;
	border-radius: 8px;
	border: 1px solid #cccfd6;
	margin-top: 12px;
	appearance: none;
}

.content_question i {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #3479ff;
	font-style: normal;
	position: absolute;
	top: 30px;
	left: calc(96% - 8px - 14px);
}

.content_question textarea {
	padding: 13px 12px;
	width: calc(96% - 12px - 12px);
	height: calc(104px - 13px - 13px);
	border-radius: 8px;
	border: 1px solid #cccfd6;
	margin-top: 12px;
}

.content_question textarea::placeholder {
	color: #8f939b;
}

.content_question_upload{
	position: absolute;
	top: 19px;
	left: 12px;
}

.content_question_upload>button{
	min-width: 72px;
	height: 24px;
	background: #3479ff;
	border-radius: 100px;
}

.content_question_upload>input{
	width: 72px !important;
	height: 24px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 2px;
	left: 2px;
	opacity: 0;
	z-index: 22;
}

.content_question input[type=date]{
	margin-right: 8px;
}

.content_submit>button{
	width: 92px;
	height: 40px;
	border-radius: 100px;
}

.content_submit>button:first-child{
	/* border: 1px solid #cccfd6; */
	margin-right: 18px;
}

.content_submit>button:last-child{
	color: #fff;
	background: #3479ff;
}

.feedback{
	padding: 40px;
	width: calc(100% - 40px - 40px);
	height: calc(120px - 40px - 40px);
	background: #f2f6fe;
	border-radius: 0 0 12px 12px;
}

.feedback button{
	width: 92px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #ebf0f9;
	background: #fff;
	margin-left: 16px;
}

.feedback button:hover{
	color: #3479ff;
}

.footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: #36363A;
	width: 100%;
	height: 122px;
	color: #666;
	/* margin-top: 40px; */
	min-width: 1440px;
}

.footer a{
	color: #666;
}

.breadcrumbs p{
	margin-right: 10px;
}

.suspension {
	width: 88px;
	position: fixed;
	right: 24px;
	bottom: 10%;
	z-index: 99;
}

.suspension_block {
	height: 164px;
	background: rgba(255, 255, 255, .44);
	box-shadow: -8px 8px 16px 0px rgba(148, 168, 207, .12);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .66);
}

.suspension_icon {
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 8px;
}

.suspension_icon .onlineService {
	width: 40px;
	height: 40px;
	background: url('../images/common/onlineService.png');
}

.suspension_icon .feedbackRecord {
	width: 40px;
	height: 40px;
	background: url('../images/common/feedbackRecord.png');
}

.toTop {
	width: 52px;
	height: 52px;
	margin: 24px auto 0;
	background: rgba(255, 255, 255, .44);
	box-shadow: -8px 8px 16px 0px rgba(148, 168, 207, .12);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .66);
}

.toTop>i {
	width: 20px;
	height: 12px;
	background: url('../images/common/toTop.png');
}

.imgPopup img{
	width: calc(100% / 2);
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.unresolvedIssues{
	width: 328px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 12px;
}

.unresolvedIssues_header{
	padding: 12px 16px;
	border-bottom: 1px solid #ebf0f9;
}

.unresolvedIssues_header i{
	width: 20px;
	height: 20px;
	background: url('../images/common/close.png');
}

.unresolvedIssues_content{
	padding: 0 16px 16px;
}

.unresolvedIssues_content .reason{
	padding: 12px;
	width: calc(100% - 12px - 12px);
	height: calc(64px - 12px - 12px);
	border: 1px solid #cccfd6;
	border-radius: 12px;
	margin-top: 10px;
}

.unresolvedIssues_content input[type=tel]{
	border-bottom: 1px solid #cccfd6;
	width: 100%;
}

.unresolvedIssues_content button{
	width: 295px;
	height: 40px;
	background: #0f60ff;
	border-radius: 100px;
	margin-top: 20px;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	body{
		overflow-x: hidden;
		padding-bottom: calc(100px + 40px) !important;
	}
	
	.header {
		width: calc(100vw - 15px - 15px);
		padding: 10px 15px;
		height: calc(44px - 10px - 10px);
		min-width: calc(100vw - 15px - 15px);
	}

	.logo {
		width: 100px;
		height: 24px;
	}

	.loginModule {
		width: 24px;
		height: 24px;
		background: url('../images/common/loginModule.png');
	}
	
	.navModule{
		width: 24px;
		height: 24px;
		background: url('../images/common/nav.png');
	}
	
	.closeModule{
		width: 24px;
		height: 24px;
		background: url('../images/common/close.png');
	}

	.headSculpture>img {
		width: 24px;
		height: 24px;
	}

	.searchModule {
		width: 24px;
		height: 24px;
		background: url('../images/common/searchModule.png');
	}

	.banner {
		width: 100vw;
		min-width: 100%;
		background: url('../images/common/banner_wap.png');
		background-size: 100% !important;
	}
	
	.suspension{
		width: 100vw;
		position: relative;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 0;
	}
	
	.suspension_block{
		flex-direction: row;
		height: 78px;
		border-top: 1px solid #ebf0f9;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
	}
	
	.content{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.wap_content_list{
		flex-direction: column;
	}
	
	.content_list{
		margin-top: 12px;
		border-radius: 0;
		height: 100%;
		border-top: 1px solid #ebf0f9;
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		font-size: 12px !important;
		padding: 8px;
	}
	
	.content_list>li{
		width: calc((100% - 15px) / 4);
		height: inherit;
		padding: 8px 0;
		flex-direction: column;
		justify-content: flex-start;
		background: #fff;
		margin-right: 5px;
	}
	
	.content_list>li:nth-child(4n){
		margin-right: 0;
	}
	
	.content_list>li .liIcon{
		margin-bottom: 8px;
		width: 32px;
		height: 32px;
		object-fit: cover;
		border-radius: 4px;
		/* background: #cacaca; */
	}
	
	.content_list>li>a{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.content_list>li>a>span{
		width: 100%;
		text-align: center;
		color: #565a60;
	}
	
	.content_list i, .content_text i{
		width: 12px;
		height: 12px;
		background: url('../images/common/arrow.png');
		position: absolute;
		right: 15px;
	}
	
	.content_list_check {
		background: #f2f6fe !important;
		border-radius: 8px !important;
		border: 1px solid #cedfff !important;
		width: calc(((100% - 15px) / 4) - 2px) !important;
	}
	.content_list_check:hover{
		background: initial !important;
	}
	.content_list_check span{
		color: #3479ff !important;
	}
	
	.leave3Block{
		margin-top: 0;
	}
	
	.content_block{
		box-shadow: none;
	}
	
	.content_describe {
		padding: 0 15px 12px;
		border-top-right-radius: 0;
		width: calc(100% - 15px - 15px);
		min-height: initial;
	}
	
	.content_title{
		padding: 16px 0;
		position: relative
	}
	
	.content_title::before {
		width: 100vw;
		height: 1px;
		background: #ebf0f9;
		margin: 0;
		position: absolute;
		left: -15px;
		bottom: 0;
	}
	
	.content_tips {
		padding: 8px 12px;
		margin-top: 16px;
	}
	
	.oDate input{
		margin-right: 0 !important;
	}
	
	.tDate{
		width: 100%;
	}
	
	.tDate input{
		height: calc(40px - 13px - 13px);
		color: inherit;
		background: inherit;
	}
	
	.content_question{
		width: 100%;
	}
	
	.content_question input, .content_question textarea{
		width: calc(100% - 12px - 12px);
	}
	
	.content_question select{
		width: 100%;
		color: inherit;
		background: inherit;
	}
	
	.content_question i {
		left: calc(100% - 8px - 14px);
	}
	
	.incomplete{
		font-size: 14px;
	}
	
	.content_submit{
		margin-top: 16px;
	}
	
	.content_submit>button{
		width: 100%;
	}
	
	.content_submit>button:first-child{
		margin-right: 0;
	}
	
	.feedback{
		padding: 0 15px;
		width: calc(100% - 15px - 15px);
		height: 70px;
		border-radius: 0;
		flex-direction: column;
		margin-top: 16px;
	}
	
	.feedback_block{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.feedback button{
		width: 48%;
		margin: 16px 0 0;
	}
	
	.feedback button:hover{
		color: inherit;
	}
	
	.content_text{
		margin-top: 0;
		color: #565a60;
	}
	
	.content_text>p {
		padding: 17px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.content_text>p:hover{
		background: inherit;
		color: inherit;
	}
	
	.content_text_check {
		background: inherit !important;
		color: inherit !important;
	}
	
	.content_reminder {
		padding: 12px;
		/* margin: 0; */
	}

	.footer {
		height: 100px;
		min-width: 100%;
	}

	.popup_block {
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		width: 100vw;
		height: 88px;
	}

	.search_block {
		width: calc(303px - 16px - 16px);
		height: 30px;
		margin-left: 15px;
	}

	.close {
		width: 24px;
		height: 24px;
		background: url('../images/common/close.png');
		position: absolute;
		top: 10px;
		right: 15px;
	}

	.popup_registerLogin {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}

	.popup_registerLogin div:first-child {
		padding: 5px 46px;
		border-radius: 100px;
		border: 1px solid #CCCFD6;
	}

	.popup_registerLogin div:last-child {
		padding: 5px 46px;
		border-radius: 100px;
		background: #3479ff;
		margin-left: 12px;
	}
}


@media screen and (max-width: 430px) {
	.banner {
		height: 160px;
	}
}