@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead,th,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, rsection, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	/* vertical-align: baseline; */
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(91, 108, 199,.1);
}
::-webkit-scrollbar-thumb {
  background: #a0a2a6;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #a0a2a6;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #a0a2a6;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "arial","PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue";
	font-size: 14px;
	line-height: 1.6;
	font-weight:normal;
	color: #333;
	background-color: #f2f2f2;
}

em {
	display: block;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,object,embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}
input, textarea, select {
	outline:none;
}
img {
	height: auto;
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
	display: block;
}
ul, ol, li, dl {
	list-style: none;
}
i {
	font-style: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
}
a,button,textarea,dt,dd,.tab,.nav li h3 { 
	tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
}
a, a:link {
	text-decoration: none;
	color: inherit!important;
}
a:hover {
	text-decoration:none;
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{  /* chrome */
    -webkit-appearance: none!important;  
    margin: 0;  
}
input[type="number"]{
	-moz-appearance:textfield; /*Firefox*/
}

input[type=button]{
	-webkit-appearance:none;
	outline:none
}
button{
	-webkit-appearance:none;
	outline:none
}

/*ios*/
input[type=button], input[type=submit], input[type=file], button { 
	cursor: pointer; 
	-webkit-appearance: none; 
}
/* for Chrome */
.positionCt::-webkit-scrollbar {
    display: none;
}

.cl:after,.top:after,.searchBox:after,.node_control ul:after,.filter:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cl {
	zoom:1;
}

/*----link fresh reset------------------------------------------------------*/
.layui-tab-title li {
	transition:  none!important;
	-webkit-transition: none!important;
}

.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
	-webkit-appearance: none!important;
	transition: none!important;
	-webkit-transition: none!important;
}

.hn_header .layui-layout-left, .hn_main {
	transition: none!important;
}

.layui-tab-title {
	transition: none!important;
	-webkit-transition: none!important;
}


/*--------admin style------------------------------------------------------------------------*/
.layui-layout-admin .layui-header {
	background-color: #fff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.062);
}

.hn_menu {
	z-index: 99999;
	background-color: #1E824A;
	transition: all ease-in-out .3s;
}
.hn_menu .layui-logo {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
	width: 200px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-weight: 300;
	background-color: #1E824A;
	color: #fff;
	transition: all ease-in-out .3s;
	font-size: 20px;
	font-weight: bold;
}
.hn_menu .layui-logo a {
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.hn_menu .layui-logo a .logo1{
	margin-right: 5px;
}
.hn_menu .layui-logo:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.38);
}
.hn_menu .layui-nav {
	background-color: rgba(255,255,255,0);
}
.hn_menu .layui-nav-tree .layui-nav-bar {
	background-color: rgba(255,255,255,.62);
}
.hn_menu .layui-nav-itemed>.layui-nav-child {
	background-color: rgba(255,255,255,.08)!important;
}
.hn_menu .layui-nav li:hover>a {
	background-color: #AD2527;
	color: #F3A71D!important;
}

.layui-nav-child h3{
	color: #F3A71D;
	padding-left: 20px;
	position: relative;
	top: 10px;
}
.hn_menu .layui-nav-child dd.layui-this,.hn_menu .layui-nav-child dd.layui-this a { 
	background-color: rgba(255,255,255,.12);
}

.hn_menu .layui-nav li.layui-this:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,.38);
}
.hn_menu .layui-nav li.layui-this:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 56px;
	background-color: rgba(255,255,255,.88);
	z-index: 9999999999999;
}

.layui-nav-tree .layui-this,.layui-nav-tree .layui-this>a {
	background-color: rgba(255,255,255,.12);
}
.layui-nav-tree .layui-this>a{
	background: #AD2527;
	color: #F3A71D!important;
}
.layui-nav-tree .layui-nav-child .layui-this>a{
	color: #FFFFFF!important;
}
.hn_header .layui-layout-left,.hn_main {
	transition: all ease-in-out .3s;
}
.hn_header .layui-nav .layui-nav-item a {
	color: #333;
	padding: 0 10px;
}
.hn_header .layui-nav .layui-nav-item .avator_lead,.hn_header .layui-nav .theme_change a{
	padding: 0 20px;
}
.avator .avator {
	height: 60px;
}
.avator a.avator_lead{
	color: #818181!important;
}
.avator .avator_lead img {
	float: left;
	margin: 15px 6px 0 0;
}
.avator .avator_lead .down{
  display: block;
  width: 24px;
  margin: 22px 6px 0 0;
}
.avator .avator_lead .view-ads{
	display: block;
	width: 24px;
	height: 24px;
	margin: 16px 6px 0 0;
}
.avator .avator_lead .view-site{
	display: block;
	width: 20px;
	height: 20px;
	margin: 19px 6px 0 0;
}
.notice_tip .notice_img{
	display: block;
	width: 22px;
	height: 25px;
}
.logout-img{
	display: block;
	width: 20px;
	height: 20px;
}
.hn_header .layui-nav .layui-nav-more {
	border-color: rgba(0,0,0,.38) transparent transparent;
	border-top-color: rgba(0,0,0,.38);
}
.hn_header .layui-nav .layui-nav-mored {
	border-color: transparent transparent rgba(0,0,0,.38);
}
.hn_header .layui-nav-bar,.hn_header .layui-nav .layui-this:after {
	display: none;
}

.iconfont,.layui-icon {
	font-size: 18px;
}

.hn_header .layui-nav .layui-nav-item .admin_title {
	font-size: 22px;
	font-weight: bold;
	color: #1E824A;
}

.layui-nav .notice_tip .layui-badge {
	right: 5px;
	margin: -18px 0  0;
	border-radius: 20px;
}


/*--------admin reset------------------------------------------------------------------------*/
.layui-side-menu .layui-nav .layui-nav-item .iconfont {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -21px;
}
.layui-side-menu .layui-nav .layui-nav-item a {
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	padding-right: 30px;
}
.layui-side-menu .layui-nav .layui-nav-item > a {
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}




/*--------folded menu------------------------------------------------------------------------*/
.hnBox_folded .hn_menu,.hnBox_folded .hn_menu .layui-logo {
	width: 0;
}
.hnBox_folded .layui-layout-left {
	left: 0;
}
.hnBox_folded .hn_main {
	left: 0;
}

/*--------layui reset------------------------------------------------------------------------*/
.layui-layout-admin .layui-body {
	position: fixed;
	top: 60px;
	bottom: 0;
}
.layadmin-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.layui-fluid {
	padding: 15px;
}
.layui-btn {
	background-color: #CF3F2B;
}
.global_btn .layui-btn {
	padding: 0 25px;
	margin-left: 10px;
}
.cancel_btn {
	background-color: #FF9E35;
}
.global_btn .layui-btn a {
	color: #fff;
	display: block;
}

/* zdy style*/
.dtree-zdy-item-this{background-color: rgba(0,0,0,0)!important;} /* 当前选中行样式*/
.dtree-zdy-item:hover{background-color: rgba(0,0,0,0)!important;} /* 行悬停样式*/
.dtree-zdy-item cite{font-size:14px!important;} /* 行文字样式*/
.dtree-zdy-item-this cite{color: #333!important;} /* 当前选中行文字样式*/
.dtree-zdy-item:hover cite{color:#333!important;} /* 行悬停文字样式*/
.dtree-zdy-dtreefont{font-size: 18px!important;} /* 一级图标、二级图标、复选框样式*/
.dtree-zdy-ficon{color:#707070!important;vertical-align: -2px;}  /*一级图标特定样式*/
.dtree-zdy-icon{color:#707070!important;vertical-align: -2px;}  /*二级图标特定样式*/
.dtree-zdy-checkbox:hover{color:#5FB878!important;}  /*复选框悬停样式*/
.dtree-zdy-choose{color:#5FB878!important;} /* 复选框选中样式*/

.dtree-icon-dian {
	display: none;
}
.dtree-zdy-item cite {
	padding: 5px 10px;
}
.dtree-zdy-item cite:hover {
	color: #ffff!important;
}
.dtree-zdy-item cite.current {
	color: #fff!important;
	background-color: transparent!important;
	border-radius: 4px;
}

/*--------theme colors------------------------------------------------------------------------*/
.fu1 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #CF3F2B;
}
.fu1 .hn_menu .layui-logo {
	background-color: #CF3F2B;
}
.fu1 .hn_menu {
	background-color: #CF3F2B;
}

/* .fu2 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #1d998f;
}
.fu2 .hn_menu .layui-logo {
	background-color: #1d998f;
}
.fu2 .hn_menu {
	background-color: #1d998f;
}

.fu3 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #1a6bce;
}
.fu3 .hn_menu .layui-logo {
	background-color: #1a6bce;
}
.fu3 .hn_menu {
	background-color: #1a6bce;
}

.fu4 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #f1815e;
}
.fu4 .hn_menu .layui-logo {
	background-color: #f1815e;
}
.fu4 .hn_menu {
	background-color: #f1815e;
}

.fu5 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #bba378;
}
.fu5 .hn_menu .layui-logo {
	background-color: #bba378;
}
.fu5 .hn_menu {
	background-color: #bba378;
}

.fu6 .hn_header .layui-nav .layui-nav-item .admin_title {
	color: #4e5c6f;
}
.fu6 .hn_menu .layui-logo {
	background-color: #4e5c6f;
}
.fu6 .hn_menu {
	background-color: #4e5c6f;
} */


/*--------chapters------------------------------------------------------------------------*/
.mainCt {
	background-color: #fff;
	margin: 15px 0 0;
	border-radius: 4px;
}
.mainWrap {
	padding: 15px;
}
.comCt {
	margin: 15px 0 0;
	border-radius: 4px;
}
.comCt .mainWrap {
	padding: 0;
}
.mainSec .mainWrap {
	padding: 40px 0 20px;
}
.mainSec .layui-form {
	padding-right: 30px;
}
.layui_float {
	float: left;
}
.layui_tip {
	float: left;
	line-height: 38px;
	margin: 0 0 0 15px;
}
.position_lead {
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
}
.position_lead i {
	font-size: 14px;
	color: #666;
}
.position_lead a:after {
	content: '>';
	padding: 0 5px;
	color: #999;
}
.position_lead a:last-child:after {
	display: none;
}
.node_lead {
	margin: 10px 0 0;
}
.node_lead span {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border-left: 3px solid #CF3F2B;
	padding: 0 0 0 8px;
}
.global_btn {
	float: right;
}


.layui-btn-primary{
	background-color: rgba(255,255,255,0);
}
.layui-btn-primary:hover {
	border-color: #aaa;
}


.layui-container {
	width: auto!important;
}

/*--promp reset--*/
.layui-layer-setwin .layui-layer-min cite {
  background-color: #fff!important;
	opacity: .7;
	filter:alpha(opacity=70);
}
.layui-layer-setwin .layui-layer-min:hover cite {
	opacity: .5;
	filter:alpha(opacity=50);
}

.main_color {
	position: relative;
	background-color: #fff;
	min-width: inherit;
	overflow-y: auto!important;
}

.secWrap {
	padding: 20px 5px;
}
.popWrap {
	padding: 20px;
}
.main_mid {
	background-color: #fff;
	overflow: hidden;
	min-width: auto;
}
.secMid {
	padding: 0 60px;
	margin-top: 50px;
}
.secMid .layui-form-item {
    margin-bottom: 15px;
}

.secMid .layui-form-select dl {
    max-height: 160px;

}
.layui-layer-title {
	color: #fff!important;
	background-color: #CF3F2B!important;
}
.layui-layer-btn {
	position: relative;
	background-color: #fff;
	box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.08);
}
.layui-layer-btn .layui-layer-btn0 {
	border-color: #CF3F2B!important;
	background-color: #CF3F2B!important;
	color: #fff!important;
}

/*--------layui reset------------------------------------------------------------------------*/
.layui-table-page>div {
	text-align: right;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #CF3F2B;
}
.table_btn .layui-btn {
	padding: 0 10px;
}
.inspect_btn {
	background-color: #0FAAB5;
}
.modify_btn {
	background-color: #0073FF;
}
.delete_btn {
	background-color: #FF9E35;
}
.com_btn {
	background-color: #33BB6F;
}
.layui_ic .layui-icon {
	font-size: 16px;
	position: absolute;
	right: 3px;
	top: 50%;
	color: #b2b2b2;
	margin-top: -12px;
	cursor: pointer;
	border-width: 6px;
	transition: all .3s;
	-webkit-transition: all .3s;
	vertical-align: middle;
}
#layui-laydate1 .layui-laydate-header {
	background-color: #CF3F2B!important;
}
.layui-laydate-content td.laydate-selected {
	background-color: rgba(0,149,110,.22)!important;
}

.centerBox {
	padding: 0 20%;
	margin: 12% 0 0;
}

/*--------form label------------------------------------------------------------------------*/
.label_7bt.layui-form-label,.label_7bt .layui-form-label {
	width: 100px;
	padding: 9px 0!important;
	text-align: right;
}

.block_self.layui-input-block,.block_self .layui-input-block {
	margin-left: 20px!important;
}

.label_8bt .layui-input-block {
	margin-left: 170px!important;
}
.label_8bt .layui-form-label {
	width: 150px;
	padding: 9px 0!important;
	text-align: right;
}

.label_9bt .layui-input-block {
	margin-left: 200px!important;
}
.label_9bt .layui-form-label {
	width: 180px;
	padding: 9px 0!important;
	text-align: right;
}
.layui-textarea {
	min-height: 90px;
}

.label_lead {
	position: relative;
	padding: 0 0 0 60px;
}
.label_title {
	position: absolute;
	top: 0;
	left: 0;
}
.label_ct .layui-input-block {
	padding-right: 35px;
}
.self {
	margin: 0!important;
	padding: 0!important;
}
.label_ct .self {
	margin-left: -15px!important;
}


/*--------start------------------------------------------------------------------------*/
.layui-form-select dl {
	max-height: 190px;
}
.layui-form-select dl dd.layui-this{
	background: #CF3F2B;
}
.searchBox {
	margin: 0 0 15px;
}
.label_auto .layui-form-label {
	width: auto;
	padding: 9px 15px 9px 0;
}
.searchBox .layui-form-item .layui-form-label{
	float: left;
	margin: 0;
	width: auto;
}
.searchBox .layui-form-item {
	float: left;
	margin: 0;
}
.searchBox .layui-form-item .layui-input-inline {
	margin: 0;
}
.search_btn {
	float: left;
	padding: 0 10px;
	margin-left: 0;
	background: #CF3F2B;
	border-radius: 3px;
	display: flex;
	align-items: center;
}
.search-icon{
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 7px;
}
.search_btn i {
	font-size: 24px;
}

.searchBtn {
	float: left;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 0 0 40px;
}
.searchBtn i {
	float: left;
	font-size: 20px;
}
.searchBtn span {
	float: left;
	margin: 0 0 0 6px;
}


/*--------chain------------------------------------------------------------------------*/
.nodeSec .layui-fluid {
	position: inherit;
}
.node_control {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E6E6E6;
}
.controlWrap {
	padding: 0 40px;
}
.control_lt {
	float: left;
}
.control_mid {
	display: inline-block;
}
.control_rt {
	float: right;
}
.node_ic {
	cursor: pointer;
	float: left;
	font-size: 12px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 40px 0 0;
}
.node_control ul li:last-child {
	margin: 0;
}
.add_title {
	background-image: url(../images/node_do1.png);
}
.add_child {
	background-image: url(../images/node_do2.png);
}
.add_sibling {
	background-image: url(../images/node_do3.png);
}
.node_modify {
	background-image: url(../images/node_do4.png);
}
.node_delete {
	background-image: url(../images/node_do5.png);
}
.node_binding {
	background-image: url(../images/node_do6.png);
}

.node {
	position: absolute;
	left: 15px;
	right: 15px;
	height: calc(100% - 135px);
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: auto;
}
.nodeWrap {
	padding: 40px;
}
.node:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/grid.png) center center;
	opacity: 0.08;
}
.node_title {
	text-align: center;
}
.node_title span {
	position: relative;
	font-size: 17px;
	color: #666;
	font-weight: bold;
	padding: 0 6px;
}
.node_title span:before,.node_title span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	border-bottom: 1px solid #33BB6F;
}
.node_title span:before {
	right: 100%;
}
.node_title span:after {
	left: 100%;
}

.filter {
	margin: 15px 0 10px;
}
.filter_lead {
	float: left;
}
.filter_lead .layui-form-item {
	float: left;
	clear: inherit;
}  
.filter_lead .searchBox {
	float: left;
	margin: 0;
}
.filter_selected {
	float: right;
}
.fit_inline .layui-form-item .layui-input-inline {
	width: 140px;
}
.fit_inline .bedate_fit .layui-input-inline,.bedate_fit .layui-input-inline {
	width: 190px;
}

/*--------statistics--------------------------------*/
.statistics {
	background-color: rgba(255,255,255,0);
}
.statistics_mark ul li {
	position: relative;
	float: left;
	width: 20%;
	padding-bottom: 9%;
	overflow: hidden;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px 0 0;
	border-radius: 6px;
}
.statistics_mark ul li dl {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 20px 0 20px;
}
.area_mark {
	background-color: #5ECDA4;
	background-image: url(../images/mark_1bk.png);
}
.enterprise_mark {
	background-color: #ff8571;
	background-image: url(../images/mark_2bk.png);
}
.chain_mark {
	background-color: #E9C248;
	background-image: url(../images/mark_3bk.png);
}
.ic {
	display: block;
	width: 54px;
	height: 54px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 72%;
}
.area_mark .ic {
	background-image: url(../images/mark_1.png)
}
.enterprise_mark .ic {
	background-image: url(../images/mark_2.png)
}
.chain_mark .ic {
	background-image: url(../images/mark_3.png)
}
.statistics_mark li dd {
	color: #fff;
	margin: -25px 0 0;
}
.statistics_mark li dd span {
	font-size: 15px;
	font-weight: bold;
}
.statistics_mark li dd i {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 0 30px;
}

.statistics_map {
	margin: 70px 0 0;
}
#map {
	margin-left: -150px;
}

/*----trace------------------------------------------------------*/
.secTip .layui-form-item {
	position: relative;
}
.secTip .layui-input-block {
	margin-right: 30px;
}
.traceSec .layui-input,.layui_tip .layui-textarea {
	padding-right: 10px;
}
.unit_tip {
	position: absolute;
	top: 0;
	left: 100%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 0 6px;
}

.traceTop {
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 20px 20px 0;
}
.trace_lead {
	position: relative;
	padding: 0 0 0 12px;
}
.trace_lead:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 14px;
	border-left: 3px solid #33bb6f;
}
.trace_lead li {
	float: left;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin: 0px 40px 0px 0px;	
	color: #666;
}
.trace_lead li a {
	color: #666;
}
.trace_lead li.current {
	color: #33bb6f;
}
.trace_lead li.current a {
	color: #33bb6f;
}
.series_lead:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 3px;
	background: url(../images/series_lead.png) center center no-repeat;
	margin: -1.5px 0 0 -30px;
}

.traceSec .layui-tab {
	margin: 0;
}
.traceSec .layui-tab-title {
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 10px 0 0;
}
.traceSec .com_radius {
	border-radius: 4px;
}
.traceSec .layui-tab-title .series_lead:before {
	margin: -1.5px 0 0 -10px;
}

.secLead {
	background-color: #fff;
	border-radius: 4px;
	margin: 10px 0 0;
	padding: 10px 20px;
}
.secLead ul {
	padding: 0 20px;
}
.secLead li {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dedede;
}
.secLead li:last-child {
	border-bottom: 0 none;
}
.secLead li dl {
	border-bottom: 1px solid #dedede;
}
.secLead li dl:last-child {
	border-bottom: 0 none;
}
.secLead li dl dd {
	margin: 30px 0 20px;
}
.trace_title {
	margin: 15px 0 20px -20px;
}
.trace_title span {
	position: relative;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 0 6px;
	margin: 0 0 0 26px;
}
.trace_title span:before,.trace_title span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 26px;
	border-bottom: 1px solid #C2C2C2;
}
.trace_title span:before {
	right: 100%;
}
.trace_title span:after {
	left: 100%;
}
.ele_title {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.ele_title:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 2px solid #33BB6F;
	border-radius: 100%;
	margin: 0 4px 0 0;
}
.ele_ct .layui-form-item {
	position: relative;
	float: left;
	width: 250px;
	clear: inherit;
	margin: 0 30px 15px 0;
}
.ele_ct .layui-form-item:last-child {
	margin-right: 0;
}

.chart_main {
	width: 100%;
	height: 400px;
	margin: 40px 0;
}

.checkSelf ul li {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ededed;
}
.checkSelf ul li dl {
	margin: 10px 0 0;
}
.upload_title {
	margin: 20px 0 20px 54px;
}

/*----risk_level---------------------------------------*/
.risk .iconyujing {
	margin-right: 8px;
}
.state_alarm {
	color: #FF9E35;
}
.state_warning {
	color: #FF0000;
}
.state_normal {
	color: #33BB6F;
}

/* 登录 */
html,body{
	height: 100%;
}
.bg-w{
	width: 100%;
	height: 100%;
	background: url(../images/bg-img.png) no-repeat bottom right;
	background-color: #FFFFFF;
}
.bg-w .bg-bottom-text{
	position: absolute;
	bottom: 0;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #C2C2C2;
	border: 1px solid #EFEFEF;
}
/* 多选框 */
.layui-form-checkbox[lay-skin=primary]:hover i{
	border-color: #CF3F2B;
}
.layui-form-checked[lay-skin=primary] i{
	border-color: #CF3F2B!important;
	background-color: #CF3F2B;
}
.lg-wrap{
	position: fixed;
	width: 400px;
	height: 450px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lg-title{
	font-size: 28px;
	font-weight: bold;
	color: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}
.lg-img{
	width: 60px;
	height: 62px;
	margin-right: 15px;
}
.lg-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.item-inp{
	margin-top: 30px;
}
.inp-wrap,.code-inp-wrap{
	height: 40px;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	padding:5px 10px;
	box-sizing: border-box;
}
.code-wrap{
	display: flex;
	margin-top: 20px;
	align-items: center;
}
.code-inp-wrap{
	flex: 1;
}
.code-img{
	width: 118px;
	height: 50px;
	margin-left: 20px;
}
.code-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.inp-wrap .input,.code-inp-wrap .input{
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	font-size: 14px;
	color: #333333;	
	line-height: 20px;
}
.inp-wrap:focus-within,.code-inp-wrap:focus-within{
	border: 1px solid #CF3F2B;
}
.remeber-wrap{
	margin-top: 20px;
	font-size: 14px;
	color: #7B7B7B;
}
/*----bottm_control---------------------------------------*/
.popup_html {
   overflow: hidden;
}
.popup_html .secWrap {
   position: fixed;
   width: calc(100% - 10px);
   height: calc(100% - 90px);
   overflow: auto;
}
.bottm_control {
   position: fixed;
   bottom: 0;
   width: calc(100% - 30px);
   left: 0;
   padding-top: 10px!important;
}
/*----end---------------------------------------*/
.bottom-wrap{
	margin-top: 30px;
}
.bottom-btn{
	height: 40px;
	background: #CF3F2B;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.bottom-text{
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.bottom-text a{
	font-size: 14px;
	color: #666666;
}
.bottom-text a:hover{
	color: #c2c2c2;
}
@media (max-width: 400px) {
	.lg-wrap{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.lg-title{
		font-size: 25px;
	}
}
@media (max-width: 320px) {
	.lg-title{
		font-size: 22px;
	}
}

/* 找回密码 */
.item-inp .item-text,.send-code-wrap .item-text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	padding-bottom: 5px;
}
.send-code-wrap{
	margin-top: 30px;
}
.send-code-wrap .input-code{
	display: flex;
}
.send-code-wrap .input-code .code-inp-wrap{
	flex: 1;
}
.send-code-wrap .input-code .send-code{
	width: 107px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CF3F2B;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #CF3F2B;
	margin-left: 15px;
	box-sizing: border-box;
	cursor: pointer;
}

.f-mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: rgba(0,0,0,0.3);
}
.f-tips-popup{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 21;
	background: #FFFFFF;
	width: 350px;
	height: 383px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	display: none;
}
.f-tips-popup .pop1{
	width: 121px;
	height: 121px;
	background: #F7F7F7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-tips-popup .f-text{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #CF3F2B;
	display: flex;
	align-items: center;
}
.f-tips-popup .f-text .pop-img2{
	margin-right: 10px;
}
.f-tips-popup a{
	width: 100%;
	height: 40px;
	background: #CF3F2B;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}
@media (max-width: 500px) {
	.f-tips-popup{
		transform-origin: center center;
		transform: scale(0.8);
	}
}
/* 注册 */

.rg-wrap{
	width: 467px;
	margin: 0 auto;
	padding-top: 100px;
}
.bg-w.r-bg-w{
	height: auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 200px;
}
.select-wrap{
	display: flex;
	flex-wrap: wrap;
}
.r-code-wrap{
	margin-top: 10px;
}
.r-code-wrap .item-text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	padding-bottom: 5px;
}
.r-code-wrap .code-wrap{
	margin-top: 0;
}
@media (max-width: 500px) {
	.rg-wrap{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		padding-top: 50px;
	}
	
}

.bottom-agreement{
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.bottom-agreement .agreement-text{
	font-size: 14px;
	color: #7B7B7B;
}
.bottom-agreement .agreement-text a{
	color: #CF3F2B;
}

.bottom-tips{
	display: flex;
	margin-top: 100px;
	font-size: 14px;
	color: #999999;
	justify-content: center;
	padding: 0 10px;
}
.bottom-tips .tip-icon{
	display: block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

@media screen and (min-width: 1200px) {
	.layui-col-lg-self{
		width: 12.5%;
		float: left;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.layui-col-md-self{
		width: 20%;
		float: left;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.layui-col-sm-self{
		width: 25%;
		float: left;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	.layui-col-xs-self{
		width: 33.33333%;
		float: left;
		box-sizing: border-box;
	}
}
.panel-wrap{
	background: #F2F2F2;
}
.panel-wrap .mainWrap{
	padding: 0;
}
.panel-wrap .item-col{
	background: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 15px;
}
.panel-wrap .item-col .left-data{
	width: calc(100% - 18px);
}
.panel-wrap .item-col .col-title{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7B7B7B;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.panel-wrap .item-col .col-data{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}

.panel-wrap .item-col .columnar-img-w,.panel-wrap .item-col .right-w-img{
	display: none;
}
.panel-wrap .item-col .columnar-img-w,.panel-wrap .item-col .columnar-img{
	width: 14px;
	height: 15px;
	margin-right: 5px;
}
.panel-wrap .item-col .right-w-img,.panel-wrap .item-col .right-h-img{
	width: 18px;
	height: 18px;
}
.panel-wrap .item-col:hover{
	background: #CF3F2B;
}
.panel-wrap .item-col:hover .right-h-img,.panel-wrap .item-col:hover .columnar-img{
	display: none;
}
.panel-wrap .item-col:hover .right-w-img,.panel-wrap .item-col:hover .columnar-img-w{
	display: block;
}
.panel-wrap .item-col:hover .col-title,.panel-wrap .item-col:hover .col-data{
	color: #FFFFFF;
}

/* tab切换 */
.layui-tab{
	margin: 0;
}
.tab-wrap{
	margin-bottom: -5px;
	margin-top: 10px;
}
.layui-tab-title{
	background: #FFFFFF;
	border: none;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #7B7B7B;
	height: 50px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	color: #CF3F2B;
	line-height: 50px;
}
.layui-tab-title .layui-this:after{
	height: 50px;
	border-bottom: 2px solid #CF3F2B!important;
}

/* 图片查看 */
.photo-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	line-height: 28px;
	color: #666666;
}
.photo-wrap .photo-img{
	width: 100%;
	padding-bottom: 135%;
	position: relative;
	border: 1px solid #F3A71D;
}
.photo-wrap .photo-img .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-wrap .photo-img.add-img{
	border: none;
	background: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-wrap .photo-img.add-img span{
	position: absolute;
	font-size: 50px;
	color: #C2C2C2;
	top: 50%;
	transform: translateY(-50%);
}
.photo-wrap .photo-img.add-img+p{
	visibility: hidden;
}
/* 视频查看 */
.photo-wrap .video-img{
	width: 100%;
	padding-bottom: 65%;
	position: relative;
}
.photo-wrap .video-img .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-wrap .video-img .pay-btn{
	width: 34px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pay-btn .sanjiao{
	width: 0;
	height: 0;
	border-left: 12px solid #CF3F2B;
	border-right: 12px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 14px;
}
.photo-wrap .video-img.add-video{
	border: none;
	background: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-wrap .video-img.add-video span{
	position: absolute;
	font-size: 50px;
	color: #C2C2C2;
	top: 50%;
	transform: translateY(-50%);
}
.photo-wrap .video-img.add-video+p{
	visibility: hidden;
}
/* 数据库版 */
.data{
	background: #FFFFFF;
	min-height: 100%;
}
.data-title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0 38px;
}
.data-title .logo-img{
	margin-right: 14px;
}
.data-title h1{
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #222222;
}
.select-options{
	display: flex;
	justify-content: space-between;
}
.conTitle{
	flex: 1;
	position: relative;
	height: 35px;
}
.conTitle img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.conTitle .text{
	position: absolute;
	bottom: 12px;
	left: 32px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #CF3F2B;
	z-index: 5;
}

.mode-select{
	position: relative;
	top: -8px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #CF3F2B;
}

.data-content{
	display: flex;
	padding-bottom: 84px;
}
.data-content .left-nav{
	width: 300px;
	margin-right: 40px;
	flex-shrink: 0;
}
.data-content .left-nav .nav-title{
	height: 34px;
	margin: 18px 0 15px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 34px;
	color: #333333;
}
.data-content .left-nav .nav-wrap{
	height: 500px;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	padding: 20px;
	overflow: auto;
}
.data-content .left-nav .nav-wrap .nav-top{
	display: flex;
	align-items: center;
}
.data-content .left-nav .nav-wrap .nav-top i{
	font-size: 23px;
}
.data-content .left-nav .nav-wrap .nav-tree{
	padding-left: 10px;
}
.data-content .right-content{
	flex: 1;
}
.data-content .right-content ul li{
	display: none;
}
.data-content .right-content .right-select{
	height: 34px;
	margin: 18px 0 15px;
}
.data-content .right-content .right-select ul{
	display: flex;
	width: 540px;
	height: 34px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
}
.data-content .right-content .right-select ul li{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #DFDFDF;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}
.data-content .right-content .right-select ul li.active{
	color: #CF3F2B;
}
.data-content .right-content .right-select ul li:hover{
	color: #CF3F2B;
}
.data-content .right-content .right-select ul li i{
	font-size: 20px;
	color: #CF3F2B;
	margin-right: 3px;
}
.data-content .right-content .right-select ul li:last-of-type{
	border: none;
}
.data-content .right-content ul{
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	padding: 20px;
}
.right-con-cont .con-title-wrap{
	background: #F7F7F7;
	border-radius: 4px;
	padding: 10px 12px;
	position: relative;
	margin-bottom: 15px;
}
.right-con-cont .con-title-wrap .left-line{
	width: 2px;
	height: calc(100% - 4px);
	background: #F3A71D;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 2px;
}
.right-con-cont .con-title-wrap .text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
}
.right-con-cont .con-title-wrap .text span{
	margin-right: 20px;
}
.right-con-cont .select-title-wrap{
	background: #F7F7F7;
	border-radius: 4px;
	padding: 3px;
	margin-bottom: 15px;
}
.right-con-cont .spouse{
	display: none;
}
.spouse-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.spouse-top .spouse-list{
	display: flex;
}
.spouse-top .spouse-list .item-spouse{
	padding: 0 15px;
	font-size: 14px;
	color: #C2C2C2;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.spouse-top .spouse-list .item-spouse .people-img{
	width: 14px;
	height: 16px;
	margin-right: 3px;
}
.spouse-top .spouse-list .item-spouse .people-r{
	width: 100%;
	height: 100%;
	display: block;
	display: none;
}
.spouse-top .spouse-list .item-spouse .people-h{
	width: 100%;
	height: 100%;
	display: block;
}
.spouse-top .spouse-list .item-spouse.active{
	color: #CF3F2B;
}
.spouse-top .spouse-list .item-spouse.active .people-r{
	display: block;
}
.spouse-top .spouse-list .item-spouse.active .people-h{
	display: none;
}
.select-tap{
	width: 140px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 100px;
	display: flex;
	align-items: center;
}
.select-tap .text{
	flex: 1;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	height: 100%;
	border-radius: 100px;
	cursor: pointer;
}
.select-tap .text.active{
	color: #FFFFFF;
	background: #CF3F2B;
}

.item-ope{
	display: flex;
	align-items: center;
}
.item-ope .item-delete{
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 0 5px;
	margin-right: 10px;
}
.item-ope .item-delete .dele-img{
	width: 16px;
	height: 16px;
	margin-right: 3px;
}
.item-ope .item-delete .dele-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.item-ope .item-add{
	font-size: 12px;
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.item-ope .item-add .iconfont{
	font-size: 18px;
	color: #CF3F2B;
	margin-right: 3px;
}
.con-basic-wrap{
	margin-bottom: 30px;
}
.con-basic-wrap .photo-title,.con-photo-wrap .photo-title,.con-video-wrap .video-title{
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	font-size: 14px;
	color: #666666;
}
.title-img{
	width: 15px;
	height: 15px;
	margin-right: 4px;
}
.title-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.basic-con .layui-form-label{
	width: 88px;
}
.basic-con .layui-input-block{
	margin-left: 95px;
}
/* 树形结构 */
.layui-tree-icon{
	border: none;
}
.layui-tree-line .layui-tree-set:before{
	border: none;
}
.layui-tree-line .layui-tree-set .layui-tree-set:after{
	border: none;
}
.layui-icon-file:before{
	font-size: 12px;
	visibility: hidden;
}
.layui-tree-line .layui-tree-entry .layui-tree-txt:hover{
	text-decoration:none;
	color: #FFFFFF;
	background: #CF3F2B;
}
@media and (max-width: 800px) {
	.layui-tree-line .layui-tree-entry .layui-tree-txt:hover{
		pointer-events:none;
		background: transparent;
		color: #555555;
	}
}
.layui-tree-entry{
	height: 24px;
}
.layui-tree-entry .layui-tree-txt.current{
	text-decoration:none;
	color: #FFFFFF;
	background: #CF3F2B;
}
.layui-tree-pack{
	overflow: visible!important;
}
.layui-input, .layui-textarea{
	color: #999999;
}
input[disabled="disabled"]{
	border: none;
	background: #F7F7F7;
	color: #333333;
}
.wait .layui-layedit-iframe #LAY_layedit_1{
	height: 110px!important;
}
.article-ma .layui-layedit-iframe #LAY_layedit_1{
	height: 190px!important;
}
.send-message .layui-layedit-iframe #LAY_layedit_1{
	height: 560px!important;
}
.data .data-operation{
	display: none;
}

@media screen and (max-width: 800px) {
	.data .data-title{
		padding: 20px 0 30px;
	}
	.data-title .logo-img{
		width: 50px;
		height: 54px;
	}
	.data-title .logo-img .img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.data-title h1{
		font-size: 22px;
	}
	.select-options{
		flex-direction: column;
		margin-top: 30px;
		align-items: center;
	}
	.select-options .conTitle{
		width: 300px;
		margin-bottom: 10px;
	}
	.select-options .conTitle img{
		width: 36px;
		height: 18px;
	}
	.select-options .conTitle .text{
		font-size: 16px;
		bottom: 4px;
		left: 15px;
	}
	.data .data-content{
		padding-bottom: 0;
	}
	.data .data-content .right-content{
		display: none;
	}
	.data .data-content .left-nav{
		width: 100%;
		margin-right: 0;
	}
	.data-content .left-nav .nav-wrap{
		border: none;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	}
	.data .data-operation{
		display: block;
		padding: 20px 0;
	}
	.data .data-operation .item-operation{
		height: 69px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-top: 6px;
		font-size: 14px;
		color: #7B7B7B;
		cursor: pointer;
		position: relative;
	}
	.data .data-operation .item-operation .iconfont{
		color: #CF3F2B;
		font-size: 20px;
	}
	.data .data-operation .item-operation .right-h-img{
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.view-m .view-m-title{
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: #000000;
	position: sticky;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 99;
}
.view-m .view-m-title .left-img{
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.view-m .view-m-title .left-img .img{
	width: 10px;
	height: 17px;
	display: block;
}
.view-m .layui-btn{
	display: block;
	width: 100%;
	margin-left: 0;
	float: none;
}
.view-m .layui-btn.reset{
	margin-bottom: 15px;
}
.view-m .select-title-wrap{
	display: flex;
	justify-content: space-between;
}
.view-m .select-title-wrap .item-ope{
	display: none;
}
.spouse-top .spouse-list{
	flex-wrap: wrap;
}
.item-spouse{
	flex-shrink: 0;
	margin-bottom: 5px;
}
/* 弹框 */
.share-popup,.share-edit-popup{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	width: 540px;
	height: 320px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	display: none;
}
.share-popup .title{
	font-size: 18px;
	color: #333333;
}
.share-popup .dec{
	font-size: 14px;
	color: #7B7B7B;
	margin: 27px 0 17px;
}
.share-popup .close-img,.share-edit-popup .edit-close-img{
	position: absolute;
	top: -34px;
	right: -34px;
	cursor: pointer;
}
.share-edit-popup .title{
	font-size: 18px;
	color: #333333;
}
.share-edit-popup .dec{
	font-size: 14px;
	color: #7B7B7B;
	margin: 20px 0;
}
.share-edit-popup .item-content{
	width: 408px;
	height: 38px;
	background: #F7F7F7;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 10px;
}
.share-edit-popup .item-content span:first-child{
	color: #7B7B7B;
}
.share-edit-popup .layui-btn{
	display: inline-block;
	width: 135px;
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
	.share-popup,.share-edit-popup{
		width: calc(100vw - 60px);
		padding: 0 30px;
	}
	.share-edit-popup .item-content{
		width: 100%;
	}
	.share-popup .close-img,.share-edit-popup .edit-close-img{
		position: absolute;
		top: -24px;
		right: -24px;
		cursor: pointer;
	}
}


/* 管理员管理新增 */
.handle-btn1,.handle-btn2{
	width: 120px;
	height: 30px;
	background: #CF3F2B;
	border-radius: 2px;
	display: inline-flex;
	display: none;
	position: relative;
	top: 5px;
}
.handle-btn1>div,.handle-btn2>div{
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.handle-btn1 .item-edit,.handle-btn2 .item-edit{
	border: 1px solid rgba(255,255,255,0.2);
}
.handle-btn1 .img,.handle-btn2 .img{
	display: block;
	width: 100%;
	height: 100%;
}
.item-add .add-icon{
	width: 14px;
	height: 14px;
}
.item-edit .edit-icon{
	width: 14px;
	height: 14px;
}
.item-del .del-icon{
	width: 14px;
	height: 14px;
}
.role-name-detail{
	display: list-item;
}
.role-name-detail li{
	display: none;
}
.role-name-detail li:first-child{
	display: block;
}
.role-name-detail .layui-form-item .layui-input-inline{
	width: 36%;
}

/* 资金管理 */
.collect .layui-form-item{
	display: flex;
}
.collect .layui-form-item .layui-input-block{
	flex: 1;
	margin-left: 0;
}
.collect .label-unit{
	width: 20px!important;
}
.collect .bottom-tip{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #999999;
}
.collect .tip-icon{
	margin-right: 3px;
	width: 14px;
	height: 14px;
}
.collect .tip-icon .img{
	display: block;
	width: 100%;
	height: 100%;
}
.member .management-set{
	display: none;
}
.member .layui-form-item{
	display: flex;
}
.member .layui-form-item .layui-input-block{
	flex: 1;
	margin-left: 0;
}
.member .layui-form-item .layui-input-block:after{
	display: block;
	content: '.';
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.member .label-unit{
	width: 20px;
}
/* 开关 */
.layui-form-onswitch{
	border-color: #F65D35;
	background-color: #F65D35;
}
.layui-form-item  .layui-form-switch{
	height: 32px;
	line-height: 32px;
	margin-top: 0;
	min-width: 80px;
}
.layui-form-item .layui-form-switch em{
	top: 1px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 38px;
}
.layui-form-item .layui-form-switch i{
	top: 3px;
	width: 26px;
	height: 26px;
}
.layui-form-item .layui-form-onswitch i{
	margin-left: -29px;
}
.layui-form-item .layui-form-onswitch em{
	margin-left: 13px;
}

/* 日期选择 */
.layui-laydate td.layui-this{
	background-color: #CF3F2B!important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover{
	color: red!important;
}
.input-date{
	position: relative;
}
.input-date .layui-input {
    cursor: pointer;
}
.input-date .icon-rili{
	color: #999999;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
}

/* 宗谱管理 */
.zy-manage .set2,.zy-manage .set3,.zy-manage .set4{
	display: none;
}

.layui-table-tool{
	background-color: #FFFFFF;
}
.layui-table-view{
	border: none!important;
}
.layui-table-box{
	border: 1px solid #e6e6e6;
}
.layui-table tr{
	vertical-align: middle;
}

/* 样式修改 */
.hn_body .layui-form-label{
	width: 125px;
}
.hn_body .layui-input-block {
	margin-left: 156px;
}

.zy-data{	
	background: #F7F7F7;
	border-radius: 2px;
	padding: 25px 20px 20px;	
	font-size: 14px;
	color: #7B7B7B;
}
.zy-data .top-detail{
	display: flex;
}
.zy-data .top-detail div:nth-of-type(2){
	margin: 0 30px;
}
.zy-data .item-detail{
	display: flex;
	margin: 6px 0;
}
.zy-data .item-detail div:first-child{
	flex-shrink: 0;
}

.account-report .item-report{	
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.account-report .item-report span{
	color: #999999;
}
.account-report .item-remarks{
	display: flex;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}
.account-report .item-remarks div:first-child{
	display: flex;
}
.account-report .item-remarks .remark-img{
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	position: relative;
	top: 7px;
	margin-right: 5px;
}

/* 我的钱包 */
.recharge .code-img{
	width: 160px;
	height: 160px;
	padding: 5px;
}
.recharge .code-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.recharge .remark{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.recharge .remark span{
	color: #999999;
}
.recharge .remark .t-img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-left: 84px;
}
.recharge .remark .t-img .img{
	display: block;
	width: 100%;
	height: 100%;
}

.f-fail-popup{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 21;
	background: #FFFFFF;
	width: 350px;
	height: 383px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	display: none;
}
.f-fail-popup .pop1{
	width: 121px;
	height: 121px;
	background: #F7F7F7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-fail-popup .pop1 .pop-img1{
	display: block;
	width: 100%;
	height: 100%;
}
.f-fail-popup .f-text{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold; 
	color: #999999;
	display: flex;
	align-items: center;
}
.f-fail-popup .f-text .pop-img2{
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
.f-fail-popup a{
	width: 100%;
	height: 40px;
	background: #CF3F2B;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}

.welcImg{
	margin-top: 80px;
}

.member-list .searchBox .layui-form{
	display: flex;
	align-items: flex-end;
	
}
.member-list .searchBox .layui-form .item-search{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.member-list .searchBox .layui-form .label-gray{
	color: #999999;
}
.member-list .layui-form .search-list{
	flex: 1;
}
.member-list .layui-form .open-content{
	display: none;
}
.member-list .searchBox .search_btn{
	margin-left: 30px;
	margin-bottom: 15px;
}
.member-list .searchBox .open-search{
	height: 28px;
	position: relative;
}
.member-list .searchBox .open-search .line{
	border-top: 1px solid #EFEFEF;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}
.member-list .searchBox .open-search .open-div,.member-list .searchBox .open-search .close-div{
	height: 28px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #D2D2D2;
	padding: 0 15px;
}
.member-list .searchBox .open-search .open-div div,.member-list .searchBox .open-search .close-div div{
	display: inline-block;
}
.member-list .searchBox .open-search .open-div img,.member-list .searchBox .open-search .close-div img{
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: -8px;
}
.member-list .searchBox .open-search .close-div{
	display: none;
}

.msg-top{
	display: flex;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #999999;
}
.msg-top .msg-people{
	margin: 0 28px;
}
.msg-title{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	margin: 10px 0;
}
.msg-content p{
	font-size: 14px!important;
	line-height: 22px!important;
	color: #666666!important;
	margin-bottom: 10px!important;
}
.msg-content span{
	font-size: 14px!important;
	line-height: 22px!important;
	color: #666666!important;
	margin-bottom: 10px!important;
}
.msg-content img{
	display: inline-block;
	margin-right: 10px;
	max-width: 210px;
	margin-bottom: 10px!important;
}


/*show*/
.loop-page-wrap{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.loop-page{
	margin: 0 30px;
}
.right-pages .loop-input{
	width: 50px;
	height: 28px;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	margin-right: 5px;
	padding: 0 5px;
	margin: 0 5px;
}
.right-pages .loop-page input{
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	color: #666666;
}
#loop{
	background: #CF3F2B;
	margin-left: 10px;
	color: #FFFFFF;
	padding: 0 5px;
	cursor: pointer;
}
.right-pages .pre-page,.right-pages .next-page{
	color: #000000;
	cursor: pointer;
}
.right-pages .pre-page:hover,.right-pages .next-page:hover{
	color: #bababa;
}



/* 首页 */
.head{
	padding-top: 10px;
	padding-bottom: 24px;
}
.head .home-title{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-left: 6px;
}
.login{
	width: 80px;
	margin-left: 42px;
}
.login a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.login a:hover{
	color: #CA3B28;
}
.head-nav{
	padding-bottom: 70px;
}
.head-nav .item-nav{
	padding: 0 15px;
	display: flex;
}
.head-nav .item-nav .current-img{
	width: 17px;
	height: 17px;
	margin-right: 7px;
	position: relative;
	top: 3px;
}
.head-nav .item-nav .current-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.head-nav .item-nav a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}
.head-nav .item-nav a:last-of-type{
	flex: 1;
}
.head-nav .item-nav .nav-title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #D3432E;
}
@media (max-width: 560px) {
	.head-nav{
		flex-direction: column;
		padding-bottom: 25px;
	}
	.head-nav .item-nav{
		margin-bottom: 15px;
		padding-left: 25px;
		position: relative;
	}
	.head-nav .item-nav .current-img{
		position: absolute;
		left: 0;
	}
}

/* foot */
.footer{
	background: #f7f7f7;
	padding-top: 42px;
	text-align: center;
}
.footer .bottom-tab{
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 17px;
	margin-bottom: 35px!important;
}
.footer .bottom-tab span{
	width: 12px;
	height: 12px;
	background: #7B7B7B;
	transform-origin: center center;
	/* Rotate div */
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
.footer .bottom-tab li{
	padding: 0 20px;
	border-right: 1px solid #7B7B7B;
}
.footer .bottom-tab li:last-of-type{
	border-right: none;
}
@media (max-width: 580px){
	.footer .bottom-tab li{
		margin: 10px 10px;
	}
	.footer .bottom-tab{
		font-size: 15px;
		flex-wrap: wrap;
	}
}
.footer .bottom-tab a{
	color: #7B7B7B;
}
.footer .bottom-tab a:hover{
	color: #333333;
}
.footer .bottom-dec{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	margin-bottom: 24px!important;
}
.footer p{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	padding-bottom: 35px;
}



.hn_body.web-msg .layui-form-label {
	width: 86px!important;
}
.hn_body.web-msg .layui-input-block {
	margin-left: 86px;
}
.hn_body.web-msg .layui-input-inline {
	margin-left: 86px;
	margin-bottom: 0;
}
.web-msg .layui-container{
	padding: 0;
}
.web-head{
	margin-bottom: 15px;
}
.web-head a{
	color: #CF3F2B;
	padding: 0 5px;
	margin-right: 3px;
	line-height: 10px;
	border-left: 1px solid #CF3F2B;
	border-right: 1px solid #CF3F2B;
}
.web-head a:first-child{
	border-left: none;
}
.web-head a:last-child{
	border-right: none;
}
.web-msg .msg-code-wrap{
	display: flex;
	align-items: center;
	position: relative;
	top: -6px;
}
.web-msg .msg-code{
	width: 150px;
	height: 50px;
}

.web-msg .msg-code .img{
	width: 100%;
	height: 100%;
	display: block;
}
.web-msg .mainWrap{
	padding: 0;
}
.web-msg .layui-layedit-iframe #LAY_layedit_1{
	height: 280px!important;
}


/*世系搜索*/
.nav-search-wrap{
   display: flex;
   margin-bottom: 20px;
}
.nav-search-wrap .input-wrap{
	flex: 1;
	border: 1px solid #dfdfdf;
	height: 36px;
	border-radius: 5px;
	padding: 8px;
}
.nav-search-wrap .input-wrap .input{
	border: none;
}
.nav-search-wrap .search-btn{
	flex-shrink: 0;
	margin-left: 10px;
	width: 50px;
	color: #ffffff;
	background: #CF3F2B;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
