@charset "utf-8";
* {font-family: '微软雅黑 Regular', '微软雅黑', sans-serif;}
:focus {outline: none !important;}
body {min-width: 1200px; position: relative; font-size: 12px;}
select:focus, input:focus {outline: none;}
input {padding: 0px;}
label {display: inline-block; margin-bottom: 0; font-weight: normal;}
input[type=radio], input[type=checkbox] {margin: 0; vertical-align: middle;}
a {color: inherit;}
a:hover, a:focus {text-decoration: none;}
::-webkit-scrollbar {width: 0; height: 0;}
.line {white-space: nowrap;}
.noFlex {flex: 0 0 auto;}
.xz-red {color: #d81e06 !important;}
.xz-green {color: #060 !important;}
.xz-blue {color: #319cff !important;}
.xz-darkblue {color: #3c4f6d !important;}
.xz-orange {color: #f90 !important;}
.pointer {cursor: pointer}
.rtl {justify-content: flex-end;}
.inline-block {display: inline-block; vertical-align: top; line-height: inherit;}
.button, .input, .inputArea {display: inline-block; transition: all 0.25s;}
.input, .inputArea {padding-left: 1em; height: 32px; line-height: normal; width: 220px; border: none; background-color: #f2f2f2; color: #999;}
.inputArea {vertical-align: top;}
.input:focus {box-shadow: 0 0 5px #319cff;}
.input[disabled] {cursor: not-allowed}
.button {position: relative; z-index: 1; cursor: pointer; padding: 0; width: 104px; text-align: center; white-space: nowrap; border: 1px solid; margin-right: 20px;}
.button:last-of-type {margin-right: 0;}
.button.simple, .button.simple:hover, .button.simple-ntd, .button.simple-ntd:hover {width: auto; text-decoration: underline; border: none; color: #319cff;}
.button.simple-ntd, .button.simple-ntd:hover, .button.simple-h {width: auto; text-decoration: none; border: none;}
.button.simple-h:hover {color: #319cff;}
.button.default {border-color: #319cff; background-color: #319cff ; color: #fff;}
.button.default:hover {border-color: #45a5ff; background-color: #45a5ff;}
.button.default:active {border-color: #2c8de6; background-color: #2c8de6;}
.button.empty {border-color: #e4e4e4; background-color: #f5f5f5; color: #999;}
.button.type2 {border-color: #d6ebff; background-color: #eaf5ff; color: #319cff; width: 125px;}
.button.type3 {border-color: #ccc; background-color: #fff; color: #333; width: auto; padding: 0 0.5em;}
.button.type4 {border-color: #ccc; background-color: #fff; color: #666; width: auto; min-width: 96px;}
.button.check {border-color: #ccc; background-color: #fff; color: inherit; width: auto; padding: 0 2em 0 1em;}
.button.check.active {border-color: #319cff;}
.button.check.active:before {content: ''; display: block; position: absolute; top: 0; right: 0; border: 12px solid #319cff; border-top-width: 9px; border-bottom-width: 9px; width: 24px; height: 18px; border-left-color: transparent; border-bottom-color: transparent;}
.button.check.active:after {content: '\e013'; display: block; position: absolute; top: 5px; right: 10px; width: 0; line-height: 0; font-size: 18px; font-family: 'Glyphicons Halflings'; color: #fff; transform: scale(0.5);}
/* .button.type4:hover, .button.type4 + .dropdown-menu a:hover {border-color: #3c4f6d; background-color: #3c4f6d; color: #fff;} */
.button.type4.active, .button.type4 + .dropdown-menu a.active {border-color: #319cff; background-color: #319cff; color: #fff;}
.button.image {border-width: 0; padding: 0; vertical-align: bottom;}
.button.disable, .button.disable:hover {border-color: #e4e4e4; background-color: #f5f5f5; color: #ccc; box-shadow: none; cursor: default;}
.button.simple.disable, .button.simple.disable:hover {background-color: inherit;}
.button.auto {width: auto !important;}
.xz-button-box {display: flex; justify-content: flex-start; flex-wrap: wrap; line-height: 30px; margin: 0; margin-bottom: -10px;}
.xz-button-box > .button {margin-bottom: 10px;}
.xz-btn-group {display: inline-flex; position: relative;}
.xz-btn-group > .button {margin: 0; transition: background 0.25s, color 0.25s;}
.xz-btn-group > .button:not(:last-of-type) {border-right-width: 0;}
.xz-btn-group > .button.active {border-right-width: 1px;}
.xz-btn-group > .button.active + .button {border-left-width: 0px;}
/* .xz-btn-group > .button.active, .xz-btn-group > .button:hover {border-right-width: 1px;}
.xz-btn-group > .button.active + .button, .xz-btn-group > .button:hover + .button {border-left-width: 0px;} */
.xz-switch {display: inline-block;position:relative;margin:0;padding:0;border:0; width: 0;height: 0;}
.xz-switch:after, .xz-switch:before {position: absolute; display: inline-block;cursor: pointer;transition: 0.3s;}
.xz-switch:before {content:'开　关';top: -1em; padding: 0 0.6em; width: 4.2em; line-height: 2em; color:#fff; background-color: #aaa;}
.xz-switch:after {content:'';top: -0.8em;left:0.2em; width: 1.8em; height: 1.6em; background-color: #fff;}
.xz-switch:checked:before {background-color: #319cff;}
.xz-switch:checked:after {left: 2.2em;}
.alertBox {z-index: 1010; position: fixed; top: calc(50vh - 65px); left: calc(50vw - 160px); width: 320px; height: 130px; background-color: #fff; border-radius: 3px; box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; transition: opacity, transform 0.5s, 0.3s;}
.alertBox-content {max-width: 240px; max-height: 100px; text-align: center; overflow: hidden;}
.xzPromptBox {background-color: rgba(51, 51, 51, 0.5); min-width: 300px; max-width: 360px; padding: 20px; font-size: 12px; line-height: 1.6; color: #fff; position: absolute; z-index: 1010; animation: show 0.15s;}
.xzPromptBox-tag {color: #00ffff;}
.xzPromptBox::before {content: ""; border: 1px solid transparent; border-right-color: rgba(51, 51, 51, 0.5); border-width: 4px 8px 4px 0px; position: absolute; top: 8px; left: -8px;}
.xz-confirm-shadow {position: absolute; z-index: 1009; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5) inset;}
.xz-confirm-box {position: fixed; z-index: 1010; display: flex; flex-direction: column; justify-content: flex-start; top: 15%; left: calc(50% - 270px); width: 540px; transition: opacity 0.5s; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}
.xz-confirm-title {flex: none; display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 0 20px; width: 100%; line-height: 54px; background-color: #fff; font-size: 14px;}
.xz-confirm-close {padding-left: 1em; opacity: 0.5; cursor: pointer;}
.xz-confirm-close:hover {opacity: 1;}
.xz-confirm-close::after {content: "\e014"; font-family: 'Glyphicons Halflings'; vertical-align: top;}
.xz-confirm-content {position: relative; padding: 20px; padding-bottom: 10px; max-height: calc(100vh - 200px); overflow: auto; color: #777;}
.dropdown-menu::-webkit-scrollbar, .xz-confirm-content::-webkit-scrollbar {width: 6px; background-color: #eee;}
.dropdown-menu::-webkit-scrollbar-thumb, .xz-confirm-content::-webkit-scrollbar-thumb {border-radius: 3px; background-color: #ccc;}
.dropdown-menu::-webkit-scrollbar-thumb:window-inactive, .xz-confirm-content::-webkit-scrollbar-thumb:window-inactive {background: #ddd;}
.xz-confirm-console {flex: none; display: flex; justify-content: flex-end; padding: 20px; padding-top: 10px; line-height: 30px;}
.xz-confirm-box .input {height: 40px; font-size: 14px;}
.xz-select-box {vertical-align: baseline;}
.xz-select-box:after {content: ""; clear: both;}
.xz-select {display: block; position: relative; cursor: pointer;}
.xz-select > .select-icon {float: left; margin-right: 0.5em; width: 1em; color: #319cff;}
.xz-select > .select-show {display: block; float: left; margin-right: 2em; width: calc(100% - 2em); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.select-icon ~ .select-show {width: calc(100% - 3.5em);}
.xz-select::before {content: "\3000"; margin-left: -1em;}
.xz-select::after {content: "\e113"; position: absolute; top: 0; right: 0.5em; font-family: 'Glyphicons Halflings'; opacity: 0.5; transform: rotate(180deg);}
.xz-select-box.open > .xz-select::after {transform: rotate(0deg);}
.介绍 {border: 1px solid; padding: 15px; margin: 0px;}
.介绍 + * {margin-top: 20px;}
.介绍.info {border-color: #319cff; background-color: #edfaff;}
.介绍-标题 {margin-bottom: 5px;}
.介绍-标题 > .glyphicon {font-size: 17px; vertical-align: text-bottom; margin-right: 6px;}
.介绍-内容 {color: #999; line-height: 1.6;}
.步骤列表 {position: relative; padding: 0; list-style: none; counter-reset: bbb 0;}
.步骤列表 .步骤 {position: relative; flex: 1 1 100%; margin: 0; color: #666;}
.步骤列表 .步骤::before {content: counter(bbb); counter-increment: bbb; display: block; position: absolute; top: 10px; width: 20px; margin: 0 auto; height: 20px; line-height: 20px; border: none; border-radius: 50%; text-align: center; color: #fff; background-color: #319cff;}
.步骤列表 .步骤-title {margin: 0; padding: 0; padding-left: 40px; line-height: 40px; font-family: "微软雅黑 Bold";}
.步骤列表 .步骤-content {margin: 0; margin-left: 10px; padding: 5px 30px 35px; min-height: 80px; line-height: 1.8; border-left: 1px solid #319cff;}
.步骤列表 .步骤:last-child .步骤-content {border-color: transparent;}
.步骤列表.横向 {display: flex; text-align: center;}
.步骤列表.横向 .步骤::before {position: relative; z-index: 1; top: 0; width: 40px; height: 40px; border: 10px solid #fff;}
.步骤列表.横向 .步骤 + .步骤::after {content: ""; display: block; position: absolute; top: 20px; right: 50%; width: 100%; height: 1px; background-color: #319cff;}
.步骤列表.横向 .步骤-title {margin: 0; padding: 0; padding-top: 13px; line-height: inherit; font-weight: 600;}
.步骤列表.横向 .步骤-content {margin: 0; padding: 10px 2em 0 2em; border: none; min-height: 0;}
.headRightBox {float: right; margin-right: 16px; color: white; height: 30px; background-color: #32415A; line-height: 30px; font-size: 12px;}
.accountManage {height: 60px; background-color: #fff; padding: 0 10px; line-height: 30px; font-size: 12px; border: 1px solid #ccc; color: #333;}
.顶部-email::after {content: ""; position: absolute; display: block; border: 4px solid transparent; border-top-color: currentcolor; right: 12px; top: 15px; transition: transform 0.5s;}
#loginEmail[class~=open] > .顶部-email::after {transform: rotate(180deg) translateY(4px);}
body > header {width: 100%; position: absolute; z-index: 1000}
.置顶LOGO栏 {height: 50px; width: 100%; background: #3c4f6d; color: #319cff; padding: 10px; line-height: 30px; position: absolute; z-index: 1000;}
.置顶LOGO栏 > span {position: relative; top: 6px; font-size: 12px;}
.置顶LOGO栏:hover + .页面标签栏, .页面标签栏:hover {}
.置顶LOGO栏 .应用列表 {margin-left: 50px; margin-right: 30px; padding-left: 0.6em; border: 1px solid #319cff; min-width: 11.5em; line-height: 28px; font-size: 12px; color: #000; background-color: #fff;}
.置顶LOGO栏 .应用列表 .dropdown-menu {min-width: 11.5em; font-size: 12px;}
.置顶LOGO栏 .应用列表 .select-icon {transform: scale(1.2);}
.置顶LOGO栏 .应用列表 .dropdown-menu a:hover {color: #319cff;}
.页面标签栏 {top: 50px; height: 105px; width: 100%; border-bottom: 5px solid #319cff; background-color: #485b79; opacity: 0.95; display: flex; position: absolute; z-index: 999; transition: transform 0.3s; transform: translateY(-100px);}
.页面标签 {position: relative; border: 1px solid #485b79; width: 100px; height: 100px; background: no-repeat center 35%; background-size: 32px 32px; flex: none; text-align: center; color: white; line-height: 144px; font-size: 12px; cursor: default;}
.页面标签:hover, .页面标签.active {background-color: #3c4f6d;}
.页面标签.active::after {content: ""; position: absolute; left: 40px; bottom: -1px; border: solid; border-width: 8px 8.5px 8px 8.5px; border-color: transparent; border-bottom-color: #319cff;}
header + div {height: 55px;}
.正文 {display: flex; height: calc(100vh - 55px); background-color: #eee;}
.侧边栏 {width: 180px; border-right: 1px solid #ddd; overflow: auto; flex: none; background-color: #f5f5f5;}
.侧边栏分类标签 {font-family: 'Arial Negreta', 'Arial'; font-weight: 700; font-size: 12px; color: #B0B0B0; padding: 30px 20px 10px 20px; background-color: #f5f5f5;}
.panel {background-color: transparent; margin: 0; border: 0; border-radius: 0; box-shadow: none;}
.折叠标签 {position: relative; display: inline-block; padding: 10px 43px; width: 100%; height: 38px; font-size: 12px; font-style: normal; color: #646464; font-weight: normal; background-color: #f5f5f5; background-repeat: no-repeat; background-position: 18px 50%; cursor: default;}
.折叠标签:hover, .折叠标签.active {font-weight: 400; color: #319cff;}
.xz-btn-group > .dropdown-toggle:after, label.折叠标签::after {content: ""; position: absolute; display: block; border: 4px solid transparent; border-top-color: currentcolor; right: 1em; top: 50%; margin-top: -2px; transition: transform 0.5s;}
.xz-btn-group.open > .dropdown-toggle:after, input[type=checkbox]:checked + label.折叠标签::after {transform: rotate(180deg) translateY(4px);}
.折叠标签[icon=pc] {background-image: url("/images/label-icon/pc.png")}
.折叠标签[icon=pc]:hover, .折叠标签[icon=pc].active {background-image: url("/images/label-icon/pc-h.png")}
.折叠标签[icon=plug] {background-image: url("/images/label-icon/plug.png")}
.折叠标签[icon=plug]:hover, .折叠标签[icon=plug].active {background-image: url("/images/label-icon/plug-h.png")}
.折叠标签[icon=qu] {background-image: url("/images/label-icon/qu.png")}
.折叠标签[icon=qu]:hover, .折叠标签[icon=qu].active {background-image: url("/images/label-icon/qu-h.png")}
.折叠标签[icon=report] {background-image: url("/images/label-icon/report.png")}
.折叠标签[icon=report]:hover, .折叠标签[icon=report].active {background-image: url("/images/label-icon/report-h.png")}
.折叠标签[icon=rmb] {background-image: url("/images/label-icon/rmb.png")}
.折叠标签[icon=rmb]:hover, .折叠标签[icon=rmb].active {background-image: url("/images/label-icon/rmb-h.png")}
.折叠标签[icon=tag] {background-image: url("/images/label-icon/tag_data.png")}
.折叠标签[icon=tag]:hover, .折叠标签[icon=tag].active {background-image: url("/images/label-icon/tag_data_h.png")}
.折叠内容 {font-size: 12px; color: #646464; padding: 15px 0; background-color: #eee;}
.折叠内容 a {display: block; height: 36px; line-height: 36px; color: #646464; padding-left: 50px; cursor: default;}
.折叠内容 a:hover, .折叠内容 a.active {color: #319cff; font-weight: 400;}
.折叠内容 a[xz-tag]:after {content: attr(xz-tag); display: inline-block; text-align: center; margin-left: 0.5em; padding: 0 0.6em; min-width: 3em; line-height: 1.6; border-radius: 9em; color: #eee; background-color: #319cff; transform: scale(0.8) translateX(-0.5em);}
.展示区 {position: relative; width: calc(100% - 180px); overflow: hidden;}
.展示区 > section {position: absolute; top: 0px; width: 100%; height: 100%; padding: 0 30px; overflow: auto; background-color: #eee; display: none;}
.展示区 > section::after {content: ""; display: block; height: 30px; width: 100%;}
.行 {padding-top: 30px; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.窗口内容 > .行:first-child {padding-top: 0}
.flexbox {width: 100%; display: flex; justify-content: space-between; align-items: center;}
.icon {display: inline-block; height: 16px; width: 16px; background-size: 16px 16px; position: relative; top: 3px;}
.icon-升高 {background-image: url("/images/1.1.0-icon/trending_up.png");}
.icon-降低 {background-image: url("/images/1.1.0-icon/trending_down.png");}
.icon-不变 {background-image: url("/images/1.1.0-icon/trending_neutral.png");}
.prompt {color: #ccc; top: 2px; font-size: 14px; cursor: default;}
.窗口 {width: 100%; display: flex; flex-direction: column; border: 1px solid #E4E4E4;}
.行.二窗口 > .窗口 {width: calc(50% - 10px);}
.行.二窗口 > .窗口:nth-child(n+3) {margin-top: 20px;}
.窗口 > *:not(.窗口标题) {flex: 1 0 auto;} 
.窗口标题 {display: flex; flex: 0 0 auto; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding: 0 20px; width: 100%; height: 55px; background-color: #fff;}
.more:before, .more {box-sizing: content-box; display: inline-block; width: 1.35em; height: 1.35em; line-height: 1.35em; transition: 0.2s;}
.more {border: 1px solid #ddd; border-radius: 50%; transition: 0.2s; cursor: pointer;}
.more:before {content: '\e080'; text-align: center; font-family: 'Glyphicons Halflings'; color: #999; font-size: 0.8em;}
.more:hover {background-color: #999;}
.more:hover:before {color: #fff;}
.窗口标题 > span {display: inline-block; padding: 18px 0; font-weight: 400; font-size: 14px; line-height: 18px;}
.窗口内容 {width: 100%; background-color: #fff; padding: 0 20px;}
.窗口内容:last-child {padding-bottom: 20px;}
.窗口内容:last-child > *:last-child {margin-bottom: 0;}
.窗口标题 + .窗口内容, .窗口内容:first-child {padding-top: 20px;}
.图表区域 {display: flex; flex-direction: column; position: relative; width: 100%; height: 350px; background-color: #fff;}
.图表区域.横向 {flex-direction: row;}
.图表 {position: relative; border: 1px solid #e4e4e4; width: 100%; height: 352px;}
.图表 + .图表 {margin-top: 25px;}
.内部图表 {flex: 1 1 auto;}
.大量图表:after {content: ''; display: block; width: 0; height: 0; clear: both;}
.大量图表 .图表 {float: left; margin-top: 0; margin-left: 20px;}
.大量图表.二 .图表 {width: calc((100% - 20px) / 2);}
.大量图表.四 .图表 {width: calc((100% - 20px * 3) / 4); height: 160px;}
.大量图表.二 .图表:nth-child(n+3), .大量图表.四 .图表:nth-child(n+5) {margin-top: 20px;}
.大量图表.二 .图表:nth-child(2n+1), .大量图表.四 .图表:nth-child(4n+1) {margin-left: 0;}
.表单区域 {width: 100%; height: 350px; padding: 30px; background-color: #fff; display: none;}
.表单区域.active {display: block;}
.表格 {position: relative; width: 100%; padding: 20px; background-color: #fff;}
.表格 table {width: 100%; text-align: left; font-size: 12px; table-layout: fixed; border: 1px solid #E4E4E4;}
.表格 thead {border-bottom: 1px solid #ddd; color: #3c4f6d;}
.表格 td {padding: 0.5em; height: 36px;}
.表格 td:first-child {padding-left: 2em}
.表格 td:last-child {padding-right: 2em}
.表格 td:nth-of-type(n+2) {text-align: right;}
td.sort:after {content: '\e156'; margin-left: 0.5em; vertical-align: middle; font-family: 'Glyphicons Halflings'; color: #ccc;}
td.sort.asc:after {content: '\e155';}
td.sort:hover, td.sort.asc, td.sort.desc {background: rgba(49,156,255,0.1); background: linear-gradient(90deg, #fff, rgba(49,156,255,0.1) 88%, #fff);}
td.sort.desc:after, td.sort.asc:after {color: #319cff;}
.表格 tbody tr:nth-child(2n+1) {background-color: #f5f5f5;}
.表格.样式二 td, .表格.样式三 td, .表格.样式四 td {text-align: left;}
.表格.样式二 tbody tr, .表格.样式三 tbody tr, .表格.样式四 tbody tr {background-color: transparent;}
.表格.样式二 thead {background-color: #f5f5f5;}
.表格.样式三 table, .表格.样式三 table tr {border: none;}
.表格.样式三 table thead {color: #333}
.表格.样式三 table tbody {color: #777}
.表格.样式三 table tr {border-bottom: 1px solid #ddd;}
.表格.样式四 table, .表格.样式四 table tr {border: none;}
.表格.样式四 td {padding: 0;}
.表格.样式四 table thead tr {font-weight: 600; height: 60px; color: #333;}
.表格.样式四 table tbody tr {border-top: 1px solid #eee; height: 72px; color: #333;}
.分页 {width: 100%; height: 45px; display: flex; justify-content: flex-end; align-items: flex-end;}
.分页 .总计 {flex: 1 1 auto; align-self: center;}
.分页按钮 {border: 1px solid #ccc; padding: 2px 6px; margin-left: 12px; background-color: #f3f3f3; color: #666; cursor: default; font-size: 12px;}
.分页按钮.active {color: #319cff; border-color: #319cff; background-color: #fff;}
.分页按钮:hover {background-color: #fff;}
.分页按钮.disable {opacity: 0.5;}
.分页按钮.disable:hover {background-color: #f3f3f3;}
.查询条件 {display: flex; line-height: 26px; font-size: 12px;}
.查询条件 .button.default {width: 96px;}
.查询条件 > * + * {margin-left: 10px;}
.查询条件 + table {margin-top: 20px;}
.查询条件-输入框 {display: inline-block; position: relative; padding-left: 1em; border: 1px solid #ccc; width: 120px; min-height: 28px; color: #666; background-color: #fff;}
select.查询条件-输入框 {padding: 0 0.8em;}
.日期选择器 {display: inline-block; position: relative;}
.日期选择器 input {width: 100%; border: none;}
.日期选择器 .glyphicon {position: absolute; z-index: 0; top: 50%; right: 6px; transform: translateY(-50%); pointer-events: none; opacity: 0.8;}
.日期选择 a {display: inline-block; margin: 0 16px; cursor: pointer;}
.日期选择 a.active {color: #319cff;}
.筛选菜单 {width: 120px; height: 30px; padding-left: 18px; border: 1px solid #ccc; background-color: white; text-align: left; position: relative; outline: none; box-shadow: -20px 0px 0px #319cff inset;}
.筛选菜单::after {content: ""; position: absolute; top: 9px; right: 7px; width: 6px; height: 6px; border: 1px solid white; border-left-color: transparent; border-top-color: transparent; transform: rotateZ(45deg);}
.dropdown-menu {max-height: 50vh; overflow: auto;}
.dropdown-menu .noClick {color: darkgrey;}
.dropdown-menu a {cursor: pointer;}
.label-inline {color: #858585; display: inline-block; min-width: 6em; padding-right: 2em;}
.label-input {display: inline-block; min-width: 120px; line-height: 40px; padding-right: 20px;}
.xz-label-box {display: inline-flex; position: relative; flex-wrap: wrap; vertical-align: top; padding: 10px 20px; width: 50%; line-height: 30px; background-color: #f2f2f2;}
.xz-label-box > label {width: 100px; margin-right: 20px;}
.xz-label-box + label {vertical-align: bottom; margin-left: 10px;}
p.提示信息 {margin: 0; line-height: 0px;}
p.提示信息 + p {margin-top: 10px;}
.提示信息.error {color: #d81e06;}
.提示信息.right {color: #060;}
.提示信息::after, .label-input::after {content: "\3000"; margin-left: -1em;}
.input + .label-input, .input + .button, .input + .提示信息, .button + .提示信息 {margin-left: 20px;}
.button.save {line-height: 30px;}
.分项 {position: relative; flex: 1 1 auto; width: 0; height: 150px; background-color: #f5f5f5; text-align: center; cursor: default;}
.autoHeight > .分项 {height: auto;}
.分割线 {width: 1px; height: 100%; background-color: #ddd; flex: none;}
.simple .分项 {height: auto; line-height: 35px; border-bottom: 1px solid #E4E4E4;}
.fixed .分项 {max-width: 220px;}
.fixed .fill-block {flex: 1 1 auto; height: 100%; background-color: #fff; border-bottom: 1px solid #E4E4E4; pointer-events: none;}
.分项.active {background-color: #fff; border-color: transparent;}
.分项 span {cursor: default;}
.分项 div:nth-of-type(2n+1) {line-height: 54px; font-size: 12px;}
.分项 div:nth-of-type(2) {font-size: 32px; line-height: 1; margin-bottom: 6px;}
#实时数据 .分项 {height: 150px;}
#客户活跃 .分项, #活跃分析 .分项 {height: 150px; background-color: #fff;}
.percent {color: #319cff; font-weight: 600;}
.服务列表 {position: relative; list-style: none; padding: 0; margin: -20px 0; min-height: 150px;}
.服务 {box-sizing: content-box; display: flex; align-items: center; min-height: 90px; padding: 30px 0; border-bottom: 1px solid #ddd;}
.服务:last-child {border: none;}
.服务 > * {flex: 0 0 auto;}
.服务 > * + * {margin-left: 20px;}
.服务 > .button {line-height: 30px;}
.服务-示意图 {width: 60px; height: 60px;}
.服务-简介 {flex: 1 1 auto; margin-right: 60px; max-height: 90px; overflow: hidden;}
.服务-title {font-weight: 600;}
.白名单号码列表 {padding: 10px 0; position: relative;}
.白名单号码列表 > p {line-height: 30px; margin-bottom: 20px;}
.白名单号码列表 > p > .button, .input.right + .button {display: none;}
.input.right:focus + .button, .input.right + .button:hover {display: inline-block;}
#号码指数 p:not(:last-child) {margin-bottom: 20px;}
.filter {background-color: #f2f2f2; padding: 1em;}
.filter-result {text-align: center; position: relative; padding: 1.5em 2em; border: 1px solid #319cff; position: relative;}
.filter:before {content: '筛选　　'; display: block; float: left; height: 100%; line-height: 30px;}
.filter:after {content: ''; clear: both; margin: 0; padding: 0; width: 0; height: 0;}
.filter.empty, .filter-result:empty {display: none;}
.号段信息 {border: none;}
.号段信息 a {flex: 1 1 33.333%; text-align: center; line-height: 2em; color: #888;}
.号段信息 a:first-line {font-size: 1.3em;}
.号段信息 a:nth-child(n+2) {border-left: 1px solid #ddd;}
/* 小图标 */
.xz-icon {position: relative; display: inline-block; width: 1.3em; height: 1em; vertical-align: baseline; font-family: 'Glyphicons Halflings'; font-style: normal; color: #319cff;}
.xz-icon:before {content: ""; position: absolute; top: 0; left: 0; width: 1em; height: 1em; line-height: 1; background-size: 1em 1em; font-size: 1.3em;}
.xz-icon.add:before {background-image: url("/images/icon/add.svg");}
.xz-icon.plus:before {background-image: url("/images/icon/plus.svg");}
.xz-icon.question:before {background-image: url("/images/icon/question.svg");}
.xz-icon.link:before {background-image: url("/images/icon/link.svg");}
.xz-icon.arrow:before {background-image: url("/images/icon/arrow.svg");}
.xz-icon.info:before {background-image: url("/images/icon/info.svg");}
.xz-icon.bankCard:before {background-image: url("/images/icon/bankCard.svg");}
.xz-icon.alipay:before {background-image: url("/images/icon/alipay.svg");}
.xz-icon.jump:before {content: "\e095";}
.xz-icon.file:before {content: "\e022";}
/* 通用简写样式 */
.ml2e, .ml-2e {margin-left: 2em}
.mt-5 {margin-top: 5px}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px;}
.mt-100 {margin-top: 100px}
.mt-40p {margin-top: 40%}
.mt-50p {margin-top: 50%}
.ml--5p {margin-left: -5%}
.ml--10p {margin-left: -10%}
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mr-5 {margin-right: 5px}
.w-40p {width: 40%}
.w-180 {width: 180px}
.w-188 {width: 188px}
.w-250 {width: 250px}
.w314, .w-314 {width: 314px}
.w100p, .w-100p {width: 100%}
.w-4e {width: 4em}
.h100p, .h-100p {height: 100%}
.lh26, .lh-26 {line-height: 26px}
.lh-27 {line-height: 27px}
.lh30, .lh-30 {line-height: 30px}
.lh-0 {line-height: 0}
.lh-3 {line-height: 3}
.lh-2_3 {line-height: 2.3}
.h40, .h-40 {height: 40px}
.c3, .c-3 {color: #333}
.c-6 {color: #666;}
.c9, .c-9 {color: #999}
.cc, .c-c {color: #ccc}
.fs-12 {font-size: 12px}
.fs14, .fs-14 {font-size: 14px}
.fs-1_3e {font-size: 1.3em}
.fs-20 {font-size: 20px}
.fs-28 {font-size: 28px}
.tac, .ta-c {text-align: center}
.td-d5 {transition-delay: 0.5s}
.bgc-f {background-color: #fff}
/* 加载提示 */
.loading-line {display: flex; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-color: inherit; justify-content: center;}
.loading-line div {min-width: 3px; width: 0.5%; margin: 0 0.5% !important; padding: 0; border: 0px; background-color: #319cff; animation: scale 1s 0s ease-in-out infinite;}
.loading-line div:nth-of-type(1) {animation-delay: -0.5s}
.loading-line div:nth-of-type(2) {animation-delay: -0.4s}
.loading-line div:nth-of-type(3) {animation-delay: -0.3s}
.loading-line div:nth-of-type(4) {animation-delay: -0.2s}
.loading-line div:nth-of-type(5) {animation-delay: -0.1s}
@keyframes rotate {0% {transform: rotate(0deg) scale(1)}
50% {transform: rotate(180deg) scale(0.6)}
100% {transform: rotate(360deg) scale(1)}}
@keyframes show {0% {opacity: 0; transform-origin: -0px 10px; transform: scale(0);}
100% {opacity: 1; transform-origin: -0px 10px; transform: scale(1);}}
@keyframes scale {0% {transform: scaleY(0.08);}
40% {transform: scaleY(0.24);}
80% {transform: scaleY(0.08);}
100% {transform: scaleY(0.08);}}

.折叠标签[icon=cube] {background-image: url("/images/label-icon/cube.png")}
.折叠标签[icon=cube]:hover, .折叠标签[icon=cube].active {background-image: url("/images/label-icon/cube-h.png")}