/*
===================
全局默认样式
===================
*/
html {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
html, button, input, select, textarea {
    font-family: "microsoft yahei";
}
body {
    margin: 0;
	color: #464d57;
	font-size: 14px;
    background-color: #f7f7f7;
}
html, body {
    height: 100%;
    width: 100%;
}
a:focus {
    outline: none;
	text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
	text-decoration: none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
	margin-bottom: .5rem;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: Monaco,Consolas,monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: outside none none;
}
img {
    border: 0 none;
}
label {
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	outline: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #666;
}
figure {
    margin: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    border: 0 none;
    display: block;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]), [hidden] {
    display: none;
}
a {
    text-decoration: none;
}
h1, h2, h3, dd, ul, ol {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: outside none none;
}
*, :after, :before {
    box-sizing: border-box;
}
.btn{
	border: 0;
	border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
}
label{
	font-weight: normal;
}
select,textarea {
    border: 1px solid #ddd;
	border-radius: 4px;
}
select {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAKgAAACoBIzn83AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACESURBVCiRnZFRCsJADERfimfwXv6LVGQ3eCIZSlHEc278WWGppbLmL8w8mGQsIuiZocv9D2A5530HWHbAAbgB9sMcwNUiAndPgDagAFzSNABImoAElLUYQKoerH2ru4/A3NxUgIukx8djyx7c/QTc63qW9Gz1L6BCxxr1tdRWga3pLu4NVkgzLSPIIswAAAAASUVORK5CYII=") no-repeat scroll right 4px center;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 16px;
	padding-right: 0\9;
    background: none\9;
}
.rounded-0 {
    border-radius: 0!important;
}
.border-0 {
    border: 0!important;
}
.m-auto {
    margin: auto!important;
}
input.definedBasic{
	height: 20px;
	margin-top: -3px;
}
.form-control[readonly]{
	background-color: #fff;
}
/*
===================
页面框架样式
===================
*/
.hgroup{margin:40px auto 0;text-align:left;}
.hgroup h1{font-size:30px;font-weight:normal;}
.hgroup h1 + p{font-size:18px;line-height:30px;margin:10px 0;}
section{padding: 0;}
.home-title{
    border-bottom: 1px solid #e1e1df;
    height: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.home-title h1{
    background: none repeat scroll 0 0 #fff;
    float: left;
    font-size: 30px;
    padding-right: 10px;
}
.main {
	width: 100%;
    height: 100%;
    display: table;
    padding-left: 200px;
}
.center-tabs {
    background: #1c2023;
    color: #fff;
    padding: 0 0 10000px;
    margin-bottom: -10000px;
    width: 200px;
    float: left;
    left: -200px;
}
.center-tabs, .main {
    overflow: hidden;
    position: relative;
}
.center-tabs ul {
    padding: 0;
    border-top: 1px solid #111518;
}
.center-tabs ul li {
    line-height: 4rem;
    position: relative;
    border-bottom: 1px solid #111518;
    font-size: .875rem;
    color: hsla(0,0%,100%,.8);
}
.center-tabs ul li a {
	cursor: pointer;
	display: block;
	padding: 0 15px;
    color: hsla(0,0%,100%,.8);
	overflow: hidden;
    height: 4rem;
}
ul.twoMenu li:last-child {
	border: 0;
}
ul.twoMenu li a {
	padding-left: 50px;
}
.center-tabs ul li a.active {
    background: #0193fa;
    color: #fff;
}
.center-tabs ul li a.active:before {
    content: "";
    position: absolute;
    border-right: 10px solid #f7f7f7;
    border-bottom: 7px solid transparent;
    top: 50%;
    right: 0;
    border-top: 7px solid transparent;
    margin-top: -7px;
}
.center-content {
    position: relative;
    margin-left: -200px;
    padding: 0 15px;
    top: 0;
    float: left;
    width: 100%;
}
.mr-2 {
    margin-right: .5rem!important;
}
.breadcrumb-title {
    line-height: 3.5rem;
    border-bottom: 1px solid #d8dde9;
    position: relative;
    padding-left: .8rem;
    font-size: 1rem;
}
.breadcrumb-title:after {
    content: "";
    position: absolute;
    border-left: 2px solid #0193fa;
    top: 50%;
    left: 0;
    margin-top: -7px;
    height: 14px;
}
.arrow-down {
	line-height: 3.9rem;
	font-size: 12px;
}
.underline{
	text-decoration: underline;
	cursor: pointer;
}
.dev-more {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: #0192fa;
    color: #fff;
    line-height: 1;
    padding: 0 .25rem;
    border-radius: .6rem;
    height: 11px;
}
.nowrap {
    white-space: nowrap;
	line-height: 1.5;
}
.badge {
	border-radius: 10px;
}
.dropdown-ab {
	position: absolute;
	height: 100%;
	left: 10px;
	top: 0;
}
.dev-more-center {
	top: 50%;
	margin-top: -8px;
	position: absolute;
	height: 16px;
	line-height: 16px;
	color: #0192FA;
	cursor: pointer;
    font-size: 18px;
}
.dropdown-menu {
	padding: 0;
	min-width: 100%;
}
.dropdown-inner {
	color: #464D57;
	font-size: 0.875rem;
	padding: 0 0.93rem;
	line-height: 42px;
	position: relative;
	word-break: keep-all;
	white-space: nowrap;
}
.dropdown-inner:hover {
	background-color: #f8f9fa;
}
.dropdown-menu-right {
    right: 50%;
    left: auto;
    bottom: 50%;
    top: auto;
    margin-right: -10px;
    margin-bottom: 5px;
}
/*
===================
情景联动详情
===================
*/
.data-center-total {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.data-center-total>div {
    border: 1px solid #e7e9ef;
    position: relative;
}
.data-center-total>.row>div {
    height: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.data-center-total>.row>div:before {
    position: absolute;
    content: "";
    height: 50%;
    width: 1px;
    background: #e7e9ef;
    right: 0;
    top: 25%;
}
.data-center-total>.row>div:last-child:before {
    width: 0;
}
.data-center-total>div label {
    display: block;
    font-size: 1.65rem;
}
.data-center-total>div span {
    display: block;
    color: #969696;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 8rem;
}
.data-center-total .total1 {
  width: 40%;
}
.data-center-total .total2 {
  width: 60%;
}

.close {
    font-size: 24px;
    opacity: .5;
}
/*
===================
头部默认样式
===================
*/
.header{height:60px;width: auto;margin:0 auto;padding: 0 1rem;}
.header a,.header li{color:#fff;outline:medium none;text-decoration:none;font-size: 14px;}
.header a:hover{cursor:pointer;text-decoration:none;color:#0192fa;}
.header .logo{float:left;display: flex;align-items: center;height: 100%;text-align: center;font-size:22px !important;text-decoration: none;color:#0192fa;width: 132px;}
.header .logo img{width: 100%}
.header .nav{float:right;height:60px;overflow:visible;margin: 0;}
.header .nav::before,header nav::after{content:"";display:table;}
.header .nav::after{clear:both;}
.header .nav ul{float:right;list-style:outside none none;margin-left:-12px;}
.header .nav ul li{float:left;margin-left:12px;}
.header .nav li{height:100%;line-height:60px;}
.header .nav li a{margin:0 8px;}
.header .nav li a:hover{color: #fff;}
.header .nav li i:hover{cursor: pointer}
.header .nav li span i:hover{cursor: default}
/*
===================
底部默认样式
===================
*/
.footer{position: relative; width: auto;min-width:1200px;text-align:center;clear:both;padding: 0;margin:20px auto 10px;}
.footer ul{margin: 0 auto;font-size: 11px;}
.footer ul li{ height:25px; line-height:25px; vertical-align:middle;margin: 0;color:#666;}
.footer ul li span{ cursor:pointer;}
.footer ul li span:hover{ cursor:pointer;text-decoration: underline;}
.versionCompare{ bottom: 8px;color: #ebebeb;position: absolute;right: 14px;}
/*
===================
公共默认样式
===================
*/
/*=S clear清除样式 */
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{display:block;content:'';clear:both;line-height:0;visibility:hidden;}
/*=E clear清除样式 */

/*=S 表格样式 */
.table-striped tbody >tr.rowClick > td{color:#fff;background-color: #37dc79;}
.table-striped tbody >tr.rowClick > td > a,.table-striped tbody >tr.rowClick > td > a i.fansGreen{color:#fff;}
th.textCenter,td.textCenter{text-align:center;}
.table-striped tbody tr:hover > td > label.checkbox.checked .second-icon{
	color: #fff;
}
/*=E 表格样式 */

/*=S 表格工具条样式 */
.tableTools{width:auto;height:30px;line-height:30px;vertical-align:middle;background-color:#0192fa;}
.tableTools div{width:30px;height:30px;background:none repeat scroll 0 0 rgba(0,0,0,0.3);}
.tableTools div i{margin:5px 0px 5px 7px;}
/*=E 表格工具条样式 */

/*=S 全站公共样式 */
/*浮动*/
.fl{float:left;}
.fr{float:right;}
/*文本对齐*/
.textLeft{text-align:left;}
.textRight{text-align:right;}
.textCenter{text-align:center;}
/*字体大小*/
.fontSize36{font-size:36px;}
.fontSize32{font-size:32px;}
.fontSize28{font-size:28px;}
.fontSize22{font-size:22px;}
.fontSize20{font-size:20px;}
.fontSize18{font-size:18px;}
.fontSize16{font-size:16px;}
.fontSize14{font-size:14px;}
.fontSize12{font-size:12px;}
.marginAuto{margin:0 auto;}
/*margin-top*/
.marginTop2{margin-top:2px;}
.marginTop5{margin-top:5px;}
.marginTop10{margin-top:10px;}
.marginTop15{margin-top:15px;}
.marginTop20{margin-top:20px;}
.marginTop30{margin-top:30px;}
.marginTop35{margin-top:35px;}
.marginTop50{margin-top:50px;}
/*margin-left*/
.marginLeft5{margin-left:5px;}
.marginLeft10{margin-left:10px;}
.marginLeft15{margin-left:15px;}
.marginLeft19{margin-left:19px;}
.marginLeft20{margin-left:20px;}
.marginLeft25{margin-left:25px;}
.marginLeft30{margin-left:30px;}
.marginLeft50{margin-left:50px;}
.marginLeft60{margin-left:60px;}
.marginLeft170{margin-left:170px;}
/*margin-right*/
.marginRight1{margin-right: 1%;}
.marginRight5{margin-right:5px;}
.marginRight10{margin-right:10px;}
.marginRight20{margin-right:20px;}
.marginRight25{margin-right:25px;}
.marginRight27{margin-right:27px;}
.marginRight30{margin-right:30px;}
.marginRight34{margin-right:34px;}
.marginRight35{margin-right:35px;}

/*margin-bottom*/
.marginBottom5{margin-bottom:5px;}
.marginBottom10{margin-bottom:10px;}
.marginBottom15{margin-bottom:15px;}
.marginBottom20{margin-bottom:20px;}
.marginBottom25{margin-bottom:25px;}
.marginBottom30{margin-bottom:30px;}
.marginBottom35{margin-bottom:35px;}
/*padding*/
.padding10{padding:0px 10px;}
.padding20{padding:20px 0px;}
.padding50{padding:50px 0px;}
.paddingLeft0{padding-left:0;}
/*width*/
.width28{width:28px;}
.w85{width:85px;}
.width94{width:94px;}
.width100{width:100px;}
.width110{width:110px;}
.width120{width:120px;}
.width134{width:134px;}
.width140{width:140px;}
.width150{width:150px;}
.width160{width:154px;}
.width223{width:223px !important;}
.width217{width:217px;}
.width226{width:226px;}
.width272{width:272px;}
.width293{width:293px;}
.width300{width:300px;}
.width348{width:348px;}
.width338,input.text.width338{width:338px;}
.width354{width:354px;}
.width380{width:380px;}
.width410{width:410px;}
.width450{width:450px;}
.width480{width:480px;}
.width500{width:500px;}
.width550,input.text.width550{width:550px;}
.width282{width:282px;}
.width770{width:770px;}
.width930{width:930px;}
.width444{width:444px;}
.max-width350{max-width: 350px;}
.btnWidth{width:80px;}
.height16{height:16px;}
.height26,input.height26{height:26px;}
.height28,input.height28{height:28px;}
.height36{height:36px;}
.height460{height:460px;}
/*span-width*/
.span40{width:40px;}
.span55{width:55px;}
.span65{width:65px;}
.span100{width:100px;}
.span120{width:120px;}
.span130{width:130px;}
.span155{width:155px;}
.span160{width:160px;}
.span170{width:170px;}
.span175{width:175px;}
.span185{width:185px;}
.span254{width:254px;}
.span330{width:330px;}
.span330 select,.span330 .input-group{width:267px;}
.span330 select.input-groupz{width:339px;}
/*other*/
.input-groupzx{width:292px;}
.noPurview{color:#ff634d;}
.fansGreen{color:#0192fa;}
.fansRed{color:#e57373;}
.fansBlue{color:#0192fa;}
.cursor{cursor:pointer;}
.undis{display:none;}
.inlineBlock{display:inline-block !important;}
.noMargin{margin:0px;}
.noPadding{padding:0px;}
.color-default{color:#0192fa;}
.colorBlue{color:#53b2ea;}
.colorRed{color:#E51400;}
.colorGray{color:#9999}
.colorWhite{color:#FFFFFF;}
.colorWhite:hover{color:#F5F5F5;}
.lineH20{line-height:20px;}
.lineH26{line-height:26px;}
.lineH36{line-height:36px;}
.lineH40{line-height:40px;}
.verticalLine{color:#ffffff;float:left;margin:0 8px;}
.whiteBgBtn{background-color:#ffffff;border:1px solid #0192fa;color:#0192fa;text-align:center;}
.whiteBgBtn:hover{background-color:#0192fa;color:#ffffff;}
.paddingLeft0.checked{color:#0192fa;}
.paddingLeft0 .icons{right:0;left:auto;}
.noOpean .maskDiv{display:block;text-align:center;padding:24px 0;}
.b0,input.b0{border:0;}
.border-c-white,input.border-c-white{border-color:#fff;}
.border-c-gray,input.border-c-gray,input.border-c-gray:focus{border-color:#e7e9ef;}
.border1{border: 1px solid #e7e9ef;}
.overflow-h{overflow: hidden;}
.borderRadius3{border-radius: 3px;}
.radio, .checkbox{
	margin:0;
	font-size: 14px;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.btn-cust {
    border-radius: 0!important;
    width: 11.25rem;
    background: #0192fa;
    color: #fff;
    outline: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
}
.w-a {
    width: auto;
}
.modal-open .modal{
	overflow-y: hidden;
}
.modal-header {
	cursor: move;
}
.modal-dialog{
	margin: 0 auto;
	top: 50%;
}
.modal.fade .modal-dialog{
	transform: translate(0, -100%);
}
.modal.in .modal-dialog {
    transform: translate(0, -50%);
}
.light-theme a{
	cursor: pointer;
}
/* 背景 */
.btn-bg-gray{
	background-color: #eee;
    color: #666;
}
.bg-white{
	background-color: #fff;
}
.btn-primary,.btn-primary:hover,.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: #0193fa;
}
.daterangepicker .drp-selected{
	font-size: 14px;
}
.checkbox.checked .second-icon, .radio.checked .second-icon{
	color: #0193fa;
}
/*=E 全站公共样式 */
.border-gray{
	border:1px solid #ddd;
}
/*
===================
分页样式
===================
*/
div.paginationContainer {
	margin:0;
	text-align: left;
}
div.paginationContainer span{
	display:inline-block;
	border:1px solid #E1E1E1;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 6px 3px 6px 0px;
	min-width: 0;
	min-height: 16px;
	padding:6px;
	-webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
	transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
div.paginationContainer span label{
	display:inline-block;
	margin:0px;
}
div.paginationContainer span.current {
	background-color: #0192fa;
	color:#FFF;
}
div.paginationContainer span.disabled {
	background-color:#F7F8FA;
}
div.paginationContainer span.pre_normal{
	background-color:#FFFFFF;
	cursor:pointer;
}
div.paginationContainer span.pre_over{
	cursor:pointer;
	background-color: #0192fa;
	border-color: #0192fa;
	color: #ffffff;
}
div.paginationContainer span.pagesSum{
	position: relative;
}
/*
===================
验证提示补充样式
===================
*/
.has-success,.has-error,.span6{
	position: relative;
}
.has-error-emptyhint {
	background-color: #fff;
	border-radius: 6px;
	color: #e74c3c;
	cursor: text;
	left: 0;
	line-height: 23px;
	margin: 4px 0 0 4px;
	padding: 0 4px 0 6px;
	position: absolute;
	text-align: left;
	z-index: 222;
	width:99%;
}
.opacity0 .has-error-emptyhint{
	background-color: transparent;
}
/*文字超出省略*/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
===================
验证提示补充样式
===================
*/
@font-face {font-family: "iconfont";
  src: url('common/fonts/iconfont.eot?t=1576046541414'); /* IE9 */
  src: url('common/fonts/iconfont.eot?t=1576046541414#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAO8AAsAAAAACCwAAANuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqDRIMQATYCJAMUCwwABCAFhG0HThsiBxEVnJXIfiTYuMWFTtY3XVQJzSBvggDrqkonPV5CJ2H2JL8A/2VMAwSM1PX9Nu0axkQYpuR58F2e8e/Y4eVChzCiQlbIXhyqZi2B+ZZslzmGbQxgOOe5WGyPttgNVNAWpAIFsQ5jN1EexOMQgIVgiURljXrNMKEA6wQg+vXu2RlTyoqqaRSYEBhKjirEAnRM2kztLDCf/7x4Q3om0NAlYGujHlXdKH2uPU+SExwTaEcRyMZzA9opkEAiUCDspd5+yDCbSGJxZitKAQsmNLSxJgU+j36e5HAQK3ekt0AtY/zjaSgQBkC9DYBSMafguYZZkPA8kAUBz6M11OmSRPmLeZQOgAVwAiYAewCUSLwCiQEZYkOrv45N96w+daPl9estrl5tNuFa42sPm61Y47dkqdVt9nLvieu8rz9ue+BS0JqLmQcvB6+/0jVu7uuCcwsrFmR1y7RaiurRA0auXWt+Y/Br21mElZZXg7CI6w0vBG+qMatZixvNr8Hp4yv6FVeLUm34xHWdNcE0aV34MSWpPcy5A8M6lNTbPErXaxv66a11/9b9qxpUNmfwh0fvnZ3fP/pETSeETwgOlorW4yKv/VS3g2ZX8wbnPR5kH2zfZrdj02B7QpzbOi/Pnkfoyo6qH3/lCXmSmo5KKI5VJ3WR+DWmH63uW90v2VGW2Nu9g5+o9XaHV6kqd2nR2ztg/S61wGAdreowAgDHKXlGlgHI/+IjQM7XroPj9Fj6st/6O6yoqHmxo0vhN5NVAXDbe/c5HnWcUvTPmdCgtewnjlICQOkKUK0rQIlyJXYjcHxE+UV+Df5Xx68Lurs/jt6rdRoEppRMAw0jQSAxEYlU2ETQsZIJBkyUgIUENU9b8WBHIpQZiDdVAIGrXaDhzCmQ2Fx9kQr7A523Pxi4tgaLFnlcaRVdc6oQ5IqKig81JY8GOfQUNF5g5z6XpIJTHxDXJChKTs0WMoyQMXa4p41VDRnhgVLhaeh7pkm4Ral+rTolQUqPsk/ySx4WJxUE5BRUSOGDNEpsZOhgdcp9/wVYs15Oano6wg8gnGZ8EvGFLZCZdmzVcy3PcZ6smFIGMQQbkFRYBL0eI1P5ohaUlK/ukZ4kAtjPtNX68+uHZzwEWIB79TQhhRK6MKDuIJv+LDiTsOfQH27ZYfAMp3djWSwAAAA=') format('woff2'),
  url('common/fonts/iconfont.woff?t=1576046541414') format('woff'),
  url('common/fonts/iconfont.ttf?t=1576046541414') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('common/fonts/iconfont.svg?t=1576046541414#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e61c";
}

.icon-more:before {
  content: "\e626";
}

.icon-more-select:before {
  content: "\e602";
}

.icon-question:before {
  content: "\e62d";
}
