/*
微信端样式表
*/
.wx-page-header {
	padding: 4px 4px;
	position: fixed;
	background-color: white;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 1px solid #dee2e6;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.wx-panel-header {
	border-bottom: 1px solid #e1e1e8;
	padding: 8px 4px;
	font-size: 15px;
	font-weight: 700;
}

.wx-panel-body {
	border-bottom: 1px solid #e1e1e8;
	padding: 12px 4px;
}

.wx-panel-footer {
	padding: 8px 4px;
}

.wx-panel {
	border-radius: 4px;
	margin: 10px 0px 10px 0px;
	background-color: white;
	padding: 0px 4px;
}

.wx-label {
	margin-top: 4px;
}

.wx-label-value {
	padding-top: 4px;
	font-weight: bold;
	display: block;
}

.quote_detail_cell {
	display: flex;
	padding: 16px;
	border-bottom: 1px solid #e1e1e8;
}

.quote_detail_cell label {
	margin-bottom: 0px;
}

.wx_kv_cell {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #e1e1e8;
}

.wx_kv_cell .cell_title {
	width: 25%;
}

.wx_kv_cell .cell_value {
	width: 75%;
	text-align: right;
}

.table-inquirydetail th, .table-inquirydetail td {
	padding: 16px 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

/*
首页样式
*/
.flex_container {
	display: flex;
	flex-wrap: wrap;
}

.flex_item {
	display: block;
	margin: 2px;
	flex-grow: 1;
	padding: 4px;
}

.flex_item .item_content {
	/* height: 50px; */
	padding: 10px;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
}

.flex_item .item_content .menu_icon {
	/*color: fuchsia; */
	color: #0088cc;
}

.flex_item .item_content .menu_heading {
	margin-top: 0px;
	margin-bottom: 5px;
}

.flex_item .item_content .menu_tips {
	font-size: 90%;
}

.flex_item .item_content .menu_body {
	margin-left: 8px;
}

.button-footer {
	display: flex;
	margin-top: 50px;
}

.button-footer .btn-area {
	padding: 20px;
}

.pd-16 {
	padding: 16px;
}

.pdt-16 {
	padding-top: 16px;
}

.pdb-16 {
	padding-top: 16px;
}

.pdrl-8 {
	
	padding-left: 8px;
	padding-right: 8px;
}

