<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a {
	color: #333;
}

.container {
	padding: 0 12px;
}

.fz18 {
	font-size: 1.125rem;
}

.fz13 {
	font-size: 0.8125rem;
}

.fz14 {
	font-size: 0.875rem;
}

.fz17 {
	font-size: 1.0625rem;
}

.t-white {
	color: #ffffff;
}

body.index {
	background: #f5f5f5 url("../images/bg.jpg") no-repeat center 0;
	background-size: 100%;
}

body {
	color: #333333;
}

.hide {
	display: none;
}

.mt10 {
	margin-top: 12px !important;
}

.mt70 {
	margin-top: 36px;
}

.weui-cells_form {
	border-radius: 10px;
}

.weui-cell {
	padding: 11px 12px !important;
}



.t-333 {
	color: #333333;
}

.t-666 {
	color: #666666;
}

.t-999 {
	color: #999999;
}

.t-ccc {
	color: #cccccc;
}

#search {
	background: #1677ff;
}

#reset {
	background: #fff;
}

.toolbar .picker-button {
	color: #1677ff;
}

.toolbar .cancel-picker {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #1677ff;
	z-index: 1;
	padding: 0 .5rem;
}

/*list*/
.list {
	padding-bottom: 30px;
}

a.weui-panel {
	display: block;
}

.weui-panel__bd {
	padding-bottom: 6px;
}

.weui-media-box {
	padding: 0 12px;
	height: 130px;
}

.weui-media-box__title {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 -12px;
	padding: 6px 12px;
}

.weui-media-box__title:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 13px;
}

.weui-media-box__desc {
	font-size: 14px;
	line-height: 2;
}

.weui-media-box__desc span {
	width: 80px;
	display: inline-block;
}

.flexBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.flexBox span {
	color: #999;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 3px 10px;
}


#loadBox {
	display: none;
}

.layui-flow-more {
	text-align: center;
	color: #999999;
	padding: 10px;
}

/*list end*/

/*msg*/
.msg {
	background: #ffffff;
	margin-bottom: 50px;
}

.msg tr {}

.msg tr td {
	color: #999999;
	padding: 8px 12px;
	border-top: 1px solid #eee;
}

.msg tr:first-child td {
	border: 0;
}

.msg tr td:first-child {
	color: #333333;
	width: 75px;
	vertical-align: top;
}

/*msg end*/

.fixed-bottom {
	position: fixed;
	width: 100%;
	bottom: 20px;
	text-align: center;
}


::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;

}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

* {
	touch-action: none;
}

.layui-container .layui-form .layui-form-label {
	width: auto;
}

.layui-container .layui-form .layui-input-block {
	margin-left: 120px;
}

.layui-container{
	background: #fff; box-shadow: 0 2px 15px 0 rgba(153,153,153,20%); padding:30px; margin-top: 40px; min-height: 650px;margin-bottom: 40px;
}


.banner {
	padding-top: 48px;
}

.banner h1 {
	width: 1200px;
	display: block;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0 auto 0;
	text-align: left;

}

.banner p {
	width: 1200px;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin: 10px auto 0;
	text-align: left;
	line-height: 1.8;

}

.banner p a {
	margin: 0 10px;
	color: rgb(245, 180, 0);
}
.cx_main{
margin: 30px 0;
}
.layui-container {
		padding:30px;
	}
@media screen and (min-width: 1200px) {
	.layui-container {
		width: 1200px;
	}
}

body {
	font-size: 16px;
}

.bg-blue {
	background: #1677ff;
}

.layui-form-radio&gt;i:hover,
.layui-form-radioed&gt;i {
	color: #1677ff;
}

.banner {
	height: 180px;
	background: #a5b9ec url(banner1.png) no-repeat center 0;
	text-align: center;
	background-size: 100% 100%;
}

.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.layui-laypage a:hover {
	color: #1677ff;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
	border-color: #1677ff !important;
}

.layui-form {
	color: #666;
}

.layui-form-select dl dd.layui-this {
	background-color: #1677ff;
	color: #fff;
}</pre></body></html>