<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 依申请流程查看 */
.liucheng_box {
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.25);
}
.liucheng_content {
	width: 100%;
	height: 100%;
	z-index: 999;
	position: relative;
}
.liucheng_img {
	width: 100%;
	height: 100%;
}
.liucheng_box .liucheng_content span {
	top: 10px;
	right: 20px;
	display: block;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
}
/* 内容 */
.inline_list li {
    line-height: 2rem;
}
.inline_list li .title {
    margin: 25px 0;
    font-size: 1.1rem;
    text-align: center;
}
/* 表格 */
.pull-left {
	float: left;
}
.pull-rights {
	float: right;
}
.inline_tabe {
	padding-top: 15px;
}
.inline_tabe table {
	border: 1px #e0e0e0 solid;
}
.inline_tabe table tr {
	line-height: 2rem;
}
.inline_tabe table tr h3 {
	margin: 0px;
}
.inline_tabe table .stars {
	color: #D15B3C;
	margin-right: 5px;
}
.inline_tabe table td {
	text-align: center;
}
.inline_tabe table input {
	width: 88%;
	float: left;
	margin-left: 15px;
	line-height: 28px;
	border: transparent;
	text-decoration: none;
}
.inline_tabe table textarea {
	width: 88%;
	float: left;
	height: 200px;
	margin: 15px 0px;
	margin-left: 15px;
	border: transparent;
}
.inline_tabe table select {
	width: 88%;
	float: left;
	margin-left: 15px;
	line-height: 28px;
	text-decoration: none;
}
.inline_tabe .choice_line {
	text-align: left;
}
.inline_tabe .choice_line input {
	width: 20px;
	float: initial;
}
.inline_tabe .choice_line p {
	display: flex;
	align-items: center;
}
/* 依申请上传附件按钮 */
.enclosure_but {
	color: #fff;
	text-align: left;
	font-size: 1.1rem;
	padding: 5px 15px;
	background: #015293;
	border-radius: 15px;
	display: inline-block;
}
/* 底部按钮 */
.inline_tabe .select_button {
	display: flex;
	margin: 15px 0px;
	justify-content: center;
}
.inline_tabe .select_button a {
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 20px;
	text-align: center;
	background: #015293;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
}
.inline_tabe .bot_but #pulla_left {
	margin-right: 20px;
}
.inline_tabe .bot_but #pulla_right {
	margin-left: 20px;
}
.inline_tabe .bot_but #pulla_left button, .inline_tabe .bot_but #pulla_right button {
	color: #fff; 
	display: block;
	padding: 10px 20px; 
	border: transparent; 
	background: transparent;
}
.inline_list .bot_but span {
    display: block;
    margin: 10px 0px;
}
.inline_list .bot_but span a {
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 20px;
    text-align: center;
    background: #015293;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}</pre></body></html>