/* 挂牌申请页：对齐党建要闻红、登记托管横幅金按钮与浅黄底 */

.listed-apply-page {
	background: #f7f7f7;
	padding: 40px 0 80px;
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.listed-apply-wrap {
	padding-bottom: 60px;
	font-size: 14px;
	color: #333;
}

.w1002 {
	width: 1002px;
	margin: 0 auto;
}

.listed-apply-card {
	margin: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border: none;
}

.apply-block--head {
	background: #ba0001;
	color: #fff;
	padding: 22px 26px 24px;
	position: relative;
}

.apply-block--head h4 {
	margin: 0;
	line-height: 1.45;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.apply-block--head .dc-form-important {
	color: #f5d76e;
}

.apply-block--head p {
	margin: 0;
	padding-left: 12px;
	line-height: 1.75;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.95);
	border-left: 3px solid rgba(255, 255, 255, 0.35);
}

.apply-block--head p + p {
	margin-top: 10px;
}

.apybo_1_match {
	width: auto;
	min-width: 120px;
	float: right;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-top: 8px;
}

.apybo_1_match label {
	cursor: pointer;
	vertical-align: middle;
}

.apybo_1_match input {
	float: left;
	width: 18px;
	height: 18px;
	margin: 3px 8px 0 0;
	accent-color: #f5d76e;
}

.apply-block--fields {
	background: #fdf8ec;
	padding: 24px 26px 12px;
	border-top: 1px solid rgba(186, 0, 1, 0.12);
}

.apply-block--survey {
	background: #fffef8;
	padding: 28px 26px 32px;
	border-top: 1px solid #f0e6d4;
}

.apply-block--survey .dc-form-sgask-tit {
	color: #222;
	border-left: 4px solid #ba0001;
	padding-left: 12px;
	margin-left: -4px;
}

.apply-block--fee {
	background: linear-gradient(180deg, #fdf6e4 0%, #f8ecd0 100%);
	padding: 20px 28px;
	border-top: 1px solid #e8d9b8;
	line-height: 1.5;
	font-size: 16px;
	color: #5c3f18;
	font-weight: 600;
}

.apply-block--fee .pri {
	color: #ba0001;
	font-weight: 700;
}

.apply_box .apply_box_bt .pri {
	display: block;
	float: right;
	font-size: 24px;
	font-family: Arial, "Helvetica Neue", sans-serif;
}

.info {
	padding: 12px 4px 8px;
	text-align: right;
	color: #ba0001;
	font-size: 13px;
}

/* 表单项在浅黄底上的输入框 */
.apply_box .apply-block--fields .dc-form-input-text[type="text"] {
	border-color: #d9cbb8;
	background: #fff;
}

.apply_box .apply-block--fields .dc-form-input-text[type="text"]:focus {
	border-color: #ba0001;
	outline: none;
	box-shadow: 0 0 0 2px rgba(186, 0, 1, 0.12);
}

.apply_box .apply-block--survey .txawanted {
	border: 1px solid #d9cbb8;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}

.listed-apply-actions {
	padding: 28px 0 20px;
	background: transparent;
}

/* 与 chain/service/listed 「我要展示」同款金色主按钮 */
.listed-apply-submit {
	float: right;
	display: inline-block;
	margin-right: 0;
	padding: 12px 32px;
	min-width: 200px;
	border: none;
	border-radius: 6px;
	background: linear-gradient(180deg, #d4a84b 0%, #9a6f2a 100%);
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	font-family: inherit;
	text-align: center;
}

.listed-apply-submit:hover {
	opacity: 0.95;
}

.listed-apply-submit.btn_loading {
	opacity: 0.75;
	cursor: wait;
}

.apply_box .dc-form-sgask-ans {
	margin-right: 8px;
	margin-bottom: 6px;
}

.apply_box textarea {
	width: 100%;
	box-sizing: border-box;
}

.apply_box .dc-form-input-lists-half .apply-captcha-row {
	width: 100%;
	float: none;
	clear: both;
}

.apply_box .apply-captcha-row .dc-form-input-label {
	top: 14px;
	color: #333;
}

.apply_box .apply-captcha-input {
	width: 120px;
	vertical-align: middle;
}

.apply_box .apply-captcha-img {
	height: 44px;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d9cbb8;
	box-sizing: border-box;
	border-radius: 4px;
}

/* 参照登记托管「申请登记」描边按钮的配色，作文字链 */
.apply_box .apply-captcha-refresh {
	margin-left: 12px;
	color: #9a6f2a;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	line-height: 44px;
	font-weight: 600;
}

.apply_box .apply-captcha-refresh:hover {
	color: #7a5521;
	text-decoration: underline;
}

@media (max-width: 1040px) {
	.w1002 {
		width: 96%;
		max-width: 1002px;
	}
}

@media (max-width: 768px) {
	.listed-apply-page {
		padding: 24px 0 48px;
	}

	.apply-block--head {
		padding: 18px 16px;
	}

	.apybo_1_match {
		float: none;
		clear: both;
		margin-top: 16px;
	}

	.apply-block--fields,
	.apply-block--survey {
		padding-left: 16px;
		padding-right: 16px;
	}

	.listed-apply-submit {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
