@charset "UTF-8";
/*
	作者：zhiyiwei2857@163.com
	时间：2018-05-09
	描述：定义闻海项目样式并且覆盖原有样式；
*/
@font-face {
  font-family: 'DIN';
  /* DIN-Regular-del 内已删除英文字母 */
  src: url('../../fonts/DIN-Regular.otf') format("opentype");
  /*只作用于数字*/
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: 'DIN-Medium';
  src: url('../../fonts/DIN-Medium.otf') format("opentype");
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('../../fonts/SourceHanSansCN-Medium.otf') format("opentype");
}
* {
    outline: none;
}
body{
	font-weight: inherit;
}
.inbox-head{
	padding: 0;
	min-height: auto;
 
}
.hiddenToggleBox{
	padding-top: 20px;
}
.content-box{
	overflow: inherit;
}
.table-responsive{
	overflow: inherit;
}
.search-input-box{
	width: 700px;
	margin: 0 auto;
}
.email-container .search-input{
	width: calc(100% - 100px);
}
.email-container .search-btn{
	width: 100px;
}
.hot-search-box label,.history-search-box label{
	margin: 0;
}
.hot-search-box a,.history-search-box a{
	   font-weight: 400;
    margin-left: 12px;
}
.table-inbox tr th {
    padding: 12px !important;
    white-space: normal !important;
    border-color: #E7EBEC !important;
}
.inbox-body .dropdown-menu.all {
    left: -36px;
    top: 36px;
}
.inbox-body .dropdown-menu.more {
     left: 0; 
     top: 100%; 
}
.inbox-body .dropdown-menu{
	left: inherit;
	top: inherit;
}


.bootstrap-tagsinput{
	min-height: 140px;
	display: block;
}
.keyword_module_box .bootstrap-tagsinput {
    width:100%;
}
.label.tags_button{
	font-size: 14px;
	display: inline-block !important;
	margin-bottom: 4px;
	    cursor: move;
}
.checkbox-info i{
	padding: 0;
}
.checkbox-info i:before{
	border-color: #ccc;
	outline: none;
	margin-top: 1px;
}
.checkbox-info input[type="checkbox"]:checked + i::before, .checkbox-info input[type="radio"]:checked + i::before{
	background-color: #fff;
	outline: none;
}
.checkbox-info input[type="checkbox"]:checked + i::after, .checkbox-info input[type="radio"]:checked + i::after {
    color: #63A8EB;
}
.data-source{
  position: relative;
  display: block;
  margin-top: 4px;
  margin-bottom: 0px;
}
.checkbox-info label.control-label{
	padding: 0;
}
.form-control {
	border-color: #ccc;
    font-size: 14px;
    color: #555;
}
select.form-control {
    font-size: 14px;
    color: #555;
    padding: 6px 9px;
}



.multiselect-native-select .btn-group .dropdown-menu > li > a{
	padding: 4px 20px;
}
.multiselect-container  input[type="checkbox"]{
	opacity: 1;
}
.multiselect-native-select>div{
	box-shadow: none;
}
.multiselect-btn{
	padding: 0;
}
.btn.multiselect-clear-filter{
	right: 10px;
	position: absolute;
	top: 1px;
}
.btn.multiselect-clear-filter.btn.btn-default:focus, .btn.multiselect-clear-filter.btn.btn-default:active:focus{
	background: none;
	border: none;
}
.multiselect-container{
	padding-right: 4px !important;
}
.multiselect-container>li>a>label{
	padding-left: 20px;
}
.multiselect-btn{
	line-height: 1;
}
.site-group-tools{
	position: absolute;
	right: 0;
}
.site-group-delete{
	margin: 0 10px;
}
.chosen-container-multi .chosen-choices{
	min-height: 34px;
	border-radius: 0 4px 4px 0;
}
/*.chosen-container-single .chosen-single{
	background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}*/
/*.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 8px;
    overflow: hidden;
    line-height: 1.53846154;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}*/
.chosen-container-single .chosen-single div b{
	background-position-y: 7px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
	background-position-y: 7px;
}
/*.chosen-container-single .chosen-single abbr{
    top: 11px;
}*/
/*
 tabs
 ************************************************************************/
/*.nav-tabs{
	background: #fff;
}
.nav-tabs > li.nav-item a.nav-link {
    margin-right: 0px;
    min-width: 60px;
    text-align: center;
    color: rgb(64, 64, 64);
    padding: 11px 20px;
    border-radius: 0px;
    border-width: 0px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.nav-link {
    display: block;
}
.nav-tabs .nav-item.active .nav-link {
    color: rgb(99, 108, 114);
    background-color: rgb(238, 238, 238);
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(238, 238, 238);
}
.nav-tabs > li.nav-item.active a.nav-link {
    background: 0px 0px;
    border-bottom: 2px solid rgb(66, 133, 244) !important;
}*/

.nav-tabs > li > a{
	padding: 10px 20px;
}
.dropdown .dropdown-menu, .btn-group .dropdown-menu, .content-tools .dropdown-menu {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.small-box {
    padding: 10px 10px 5px;
}


.screenBox{
	position: relative;
}

.advanced_box{
	display: none;
}
.gn-menu-wrapper.gn-open-all{
	width: auto;
}
.gn-menu{
	font-size: 14px;
}
.gn-menu-main ul{
	/* width: 66px !important; */
}
.gn-menu-main ul{
	line-height: 22px;
}
.gn-menu-main ul.gn-menu a{
	padding: 12px 0;
	text-align: center;
}
.gn-open-all .bottom-bnts a{
	width: 100%;
}
.table-wrapper{
	top: 70px;
    left: 66px;
}
.marke-red{
	color: #F63231;
}

/* .data_source_tabs>li{display: none;} */
.mainInfoBigBox .ipage-fenye{
    /* display:block; */
    /* 分页功能暂停开发 */
    display:none; 
}
.mainInfoBigBox .ipage-fenye .ipage-fenye-on{
  background-color: #038fcd; 
}
.mainInfoBigBox .ipage-fenye-select{
    float:right;
    padding-top: 11px;
    padding-bottom: 5px;
    font-size:14px;
}
/* .content_box{
	display: none;
} */
.nodata_box{
	text-align: center;
	padding-top: 100px;
	display: none;
}
.loading_box{
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255,255,255,1);
}
.loading_box>div{
	margin-top: 100px;
}
.sidebar{
	margin-top: -70px;
	z-index: 1201;
}
.content {
    margin: 0 0 0 240px;
    /*background: inherit;*/
}
.sidebar-minified .content {
    margin: 0 0 0 80px;
}
.sidebar-minified .sidebar .nav li>a{
	line-height: 35px;
	padding-left: 22px;
}
.sidebar .nav li>a{
	line-height: 35px;
	padding-left: 22px;
}
.sidebar-minified .sidebar .nav li>a i:first-child{
	margin: 0;
}
.sidebar-minified #wrapper .sidebar{
	width: 66px;
}
.table-wrapper{
	left: 80px;
}
.sidebar-minified .sidebar .nav>li>a>span{
	min-width: 90px;
    text-indent: 1em;
}
#wrapper .sidebar {
    background-color: #273238;
}
.sidebar .nav li > a {
    color: #cccccc;
}
.sidebar .nav li > a[aria-expanded="true"], .sidebar .nav li > a.active {
    color: #2C7EFB;
    border-left-color: #2C7EFB;
}
.sidebar .nav li>a i:first-child{
	/*width: 20px;*/
	font-size: 20px;
}
.sidebar-minified .sidebar .nav > li:hover > a, .sidebar-minified .sidebar .nav > li:hover .collapse li:hover > a{
	color: #2C7EFB;
}
.sidebar-minified .sidebar .nav li:hover>a, .sidebar-minified .sidebar .nav li:hover>a>.title{
	color: #2C7EFB;
}
.sidebar-minified .sidebar .nav > li:hover > a, .sidebar-minified .sidebar .nav li:hover > a > .title{
	background:#1b2226
}
.sidebar .nav li > a.active{
	background:#1b2226 !important
}
#wrapper #sidebar-nav, #wrapper .main{
	padding-top: 0;
}
.gn-menu-main{
	height: 72px;
	background: #f5f5f5;
	-webkit-box-shadow:0px 2px 10px rgba(0, 0, 0, 0.2); 
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); 
}
body{
	padding-top: 70px;
	background:inherit;
	height: auto;
}
.gn-menu-main .logo{
	line-height: 70px;
}
.btn-toggle-minified{
	background: transparent;
}
.logo_title{
    filter: invert(0%);
    overflow: hidden;
    max-height: 62px;
    display: block;
    float: left;
    margin-right:50px;
    margin-left:8px;
}
/* .sidebar-minified .logo_title{
	filter: invert(0%);
} */
.gn-menu-main > li{
	color: #424242;
  font-size:14px;
	min-width: 50px;
}
.gn-menu-main > li > a{
	font-weight: inherit;
  font-size: 18px;
}
.gn-menu-main > li > a i {
	font-size: 24px;
}
.gn-menu-main > li.power_exit{
	border-left: 1px solid;
    border-image: -webkit-linear-gradient( red, blue) 30 30;
    border-image: -moz-linear-gradient( red, blue) 30 30;
    border-image: linear-gradient( white, #ccc,white) .5;
    font-size: 20px;
}
.gn-menu-main > li .tooltip-inner {
	white-space: nowrap !important;
}
.gn-menu-main a{
	color: #424242;
}
.no-touch .gn-menu-main a:hover, .no-touch .gn-search-item:hover{
	color: #000;
	background: transparent;
}
.reddot{
    position: relative;
}
.reddot:after {
    content: "";
    position: absolute;
    padding: 3px;
    background: #f00;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    border: 1px solid #f00;
}
.reddotTR:after {
    top: 50%;
    right: 0;
    transform: translate(0, -160%);
}

/*通知中心页面*/
#noticeModalBox{
    position: fixed;
    top: 72px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 11111;
    background-color: #F4F8FE;;
    box-shadow: inset 15px 0px 10px -15px #DCDFE3;
    padding: 25px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 200ms ease;
}
#noticeModalBox.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.notice-title{
    margin-bottom: 20px;
    padding: 0 10px;
}
.notice-title h3{
    display: inline-block;
    font-size: 22px;
    color: #000;
    margin: 0;
    line-height: 24px;
}
.notice-title .notice-close{
    float: right;
    cursor: pointer;
    display: block;
    line-height: 24px;
    font-size: 24px;
    color: #989898;
}
.notice-title .notice-close i {
    font-size: 28px;
}
.notice-title .notice-close i:hover {
    color: #e46a76;
}
.noticeCenter{
    background-color: #fff;
    height: 100%;
    position: relative;
    /* border: 1px solid #F9F9F9; */
    border-radius: 5px;
    background-color: #F4F8FE;;
}
.noticeCenter>.refresh-preloader{
    /* top: 73px; */
    bottom: 73px;
}
.noticeCenter .notice-list-title{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 8px;
}
.noticeCenter .notice-list-title h5{
    display: inline-block;
    margin: 0;
    padding: 0 8px 10px 8px;
    font-size: 14px;
    color: #2C7EFB;
    position: relative;
}
.noticeCenter .notice-list-title h5::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2C7EFB;
}
.noticeCenter .notice-sign{
    float: right;
    padding-right: 20px;
    line-height: 24px;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    color: #2F3033;
    text-decoration: none;
}
.noticeCenter .notice-sign:hover{
    color: #2C7EFB;
}
.noticeCenter .notice-main{
    height: calc(100% - 73px);
    display: none;
    /* border: 1px solid #e6e6e6; */
    border-radius: 4px;
}
.noticeCenter .notice-list{
    float: left;
    padding: 35px 30px;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
}
.noticeCenter #notice_list_box{
    overflow-y: auto;
    height: calc(100% - 9px);
}
.noticeCenter #notice_list_box::-webkit-scrollbar {
    width: 7px;
}
.noticeCenter .notice-item{
    padding: 15px 20px 15px 15px;
    cursor: pointer;
    background-color: #fff;
    margin: 9px 0;
}
.noticeCenter .notice-item .itemL{
    float: left;
    display: inline-block;
    padding-right: 10px;
    color: #1a1a1a;
    font-size: 14px;
    max-width: calc(100% - 160px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}
.noticeCenter .notice-item .itemR{
    float: right;
    color: #9f9f9f;
}
.noticeCenter .notice-item:hover,
.noticeCenter .notice-item.active{
    background-color: #eaeaea;
}
.noticeCenter .notice-content-box{
    float: right;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 65px 50px 20px 60px;
    color: #2F3033;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.noticeCenter .notice-content-box .notice-content::-webkit-scrollbar {
    width: 7px;
}
.noticeCenter .notice-content-box .refresh-preloader{
    background: transparent;
}
.noticeCenter .notice-content-box h4{
    font-size: 22px;
    color: #1A1A1A;
    margin: 0;
}
.noticeCenter .notice-content-box .notice-time{
    font-size: 14px;
    color: #B1B1B1;
    margin: 15px 0 20px 0;
}
.noticeCenter .notice-content-box .notice-content {
    height: calc(100% - 85px);
    overflow-y: auto;
    padding-right: 10px;
}
.noticeCenter .noNotice{
    display: none;
    height: calc(100% - 73px);
    padding-top: 10%;
    text-align: center;
}

/* 反馈 */
#feedbackModalBox {
    position: fixed;
    top: 72px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 11111;
    background-color: #F4F8FE;
    box-shadow: inset 15px 0px 10px -15px #DCDFE3;
    padding: 25px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 200ms ease;
}
#feedbackModalBox.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#feedbackSubmitBtn {
    margin-top: 30px;
    width: 100px;
}
#feedbackModalBox .length-tip {
    position: absolute;
    top: 375px;
    right: 10px;
}


/*相似文章*/
div#advancedTopBox .email-container .inbox-body .tab-content .tab-pane .mainInfoBigBox #mainInfoListBox .similarity-list .mainInfoList{
	background: #e6eff2;
	margin-left: -30px;
    width: calc(100% + 60px);
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
.similarityListBtn{
	cursor: pointer;
}



/*分析*/
.file-item .file-preview{
	height: 114px;
	padding: 20px 20px;
}
.file-item .file-preview i{
	font-size: 54px;
}
.file-item{
	border-color: transparent;
}
.file-item:hover{
	    /* box-shadow: 0px 0px 8px; */
        border: 1px solid #cfcfcf;
}

/*拖动布局*/
li{
	list-style: none;
}
.gridster .gs-w {
    /*cursor: pointer;*/
   /* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);*/
  }
  .gridster .player {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    background: #BBB;
  }
  .gridster .gs-w.try {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 37px -169px;
  }
  .gridster .preview-holder {
    border: none !important;
    border-radius: 0 !important;
    background: red !important;
  }
  
#analysisModular>li>div{
	height: 100%;
}
.gs-w>div{
	height: 100%;
}
.content-box .content_ table td {
  white-space: nowrap;
}
.content-box .content_ table tr.disabled {
  pointer-events: auto;
}
#analysisModular .content-box{
	height: 100%;
}
#analysisModular .content-box .content_{
	height: calc(100% - 44px);
	/* padding-top: 0; */
}
.content-abstract{
    text-overflow: ellipsis;
    display: none;
}
#analysisModular .content-tools{
	height: 17px;
    margin-right: 5px;
}
.chartTable{
    color: #1a1a1a;
    width: 70%;
    border: none;
    font-size: 12px;
}
.chartTableSelf {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 20px;
    right: 0px;
    height: calc(100% - 37px);
    width: auto;
    overflow-y: auto;
    display: block;
    z-index: 10;
}
.chartTableSelf td {
    min-width: 100px;
}
.chartTableSelfClose {
    height: 37px;
    width: 130px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.chartTableSelfClose >div {
    margin-right: 20px;
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgb(194, 53, 49);
    color: rgb(255, 255, 255);
}
.chartTable td.disabled {
    color: #ccc !important;
    pointer-events: auto;
    opacity: 1;
}
.chartTable td{
    border-color: #ebebeb; 
    line-height: 26px;
    padding: 0 5px;
}
.chartTable td i {
    color: #999;
    cursor: pointer;
    font-size: 14px;
}
.chartTable td span {
    color: #999;
}
.chartTable td span + span {
    margin-left: 10px;
}
.chartTable td i.fa-repeat{
    margin-right: 10px;
}
.chartTable td i.fa-plus {
    margin-right: 4px;
}
.chartTable td input {
    height: 26px;
    width: 100%;
    outline: none;
    text-align: center;
    border: 1px solid #2C7EFB;
}

.right-tools{
	position: absolute;
	right: 0;
	padding: 10px;
	z-index: 1050;
}
.right-tools>div{
	height: 26px;
	margin-right: 10px;
	cursor: pointer;
}
.right-tools .topBtnBox.optionBtn .optionBox {
    display: none;
    color: #fff;
}
.right-tools  #analysis_date {
    width: 100%;
    text-align: center;
    padding-right: 30px;
}
.right-tools .analysis_date_box i.iconfont {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 18px;
}
.right-tools .analysis_date_box {
    position: relative;
    width: 250px;
}
.content-tools > a{
	margin-left: 10px;
}
.members-sidebar{
	width: 283px !important;
	background: #fff;
	right: -340px;
    padding: 0;
        box-shadow: -2px 0 30px rgba(0,0,0,.1);
}
/*#analysisDetail #analysisModular .gs-w:hover {
    box-shadow: 0 0 10px 0 #ccc;
}*/
.modular-tools{
	position: absolute;
	top: 6px;
	right: 25px;
	font-size: 20px;
}
.modular-tools font{
	cursor: pointer;
}
.hoverStyle .modular-tools{
	display: none;
}
.drilldown-modal{
	position: fixed;
    top: 70px;
    bottom: 0;
    /* left: 80px; */
    left:-10px;
    right: 0;
    padding: 20px 40px;
    z-index: 601;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
    overflow: auto;
    padding-bottom: 0;
    background: #fff;
        /*margin: -20px -30px;*/
}
.drilldown-modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
}
.drilldown-modal-close-btn{
	font-size: 26px;
	display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    /* padding: 32px; */
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 60px;
    z-index: 6;
}
.drilldown-modal-close-btn:hover {
    opacity: 1;
}
#analysisDetail.hide{
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
}
#analysisChart{
	height: 400px;
}
#analysisChart .content-box{
	height: 100%;
	/*background: #EFEFEF;*/
	box-shadow: none;
    margin-bottom: 0;
}
#analysisChart .content-box .content_ .content-abstract{
    display:none;
}
#analysisChart .content-box .content_{
    margin: 0 auto;
    max-width: 835px;
	height: calc(100% - 40px);
	padding-top: 0;
}
#analysisChart[data-id="propagationPath"] .content-box .content_{
    max-width: none;
    width:835px;
}
#analysisList {
	width: 900px;
	margin: 0px auto;
    padding-top: 40px;
}
#analysisDrilldownContent{
	background: #fff;
	/* border: 1px solid #ccc; */
    min-height: 100vh;
    border-radius: 4px;
}

#modalPreviewBox li.targetBar{
	cursor: pointer;
}



.gs-w>div{
	background: var(--itemChildColor);
	border-radius: 4px;
}
.gs-w div.tooltip {
  background-color: transparent;
}

#toolbar-top{
	display: none;
	position: fixed;
    bottom: 36px;
    right: 20px;
    z-index: 2020;
    width: 30px;
    height: 30px;
    /* border: 1px solid #ccc; */
    text-align: center;
    border-radius: 4px;
    font-size: 26px;
    line-height: 27px;
    cursor: pointer;
    background: rgba(0,0,0,.3);
    color: #fff;
    transition: all .5s ease;
}

#overlay {
  background: #000;
  filter: alpha(opacity=50); /* IE的透明度 */
  opacity: 0.5; /* 透明度 */
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000; /* 此处的图层要大于页面 */
  display:none;
  _background-color:#a0a0a0; /* 解决IE6的不透明问题 */
}
.xySelectStyle,#info_adopt_media_cross_chosen{width: 20%!important;}

/* echarts 数据视图默认样式 */
.dataViewBox {
  top: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  background: var(--itemColor)!important;
  right: 0 !important;
  padding-left: 5px;
  height: 100%;
}
.dataViewBox >div:nth-child(2) {
  height: calc(100% - 37px) !important;
}
.dataViewBox >div:nth-child(3) {
  bottom: auto !important;
  left: auto !important;
  top: 5px !important;
}
div[_echarts_instance_] {
  user-select: text !important;
}
/*组件加载动画*/
.loading-thumb{
  position: absolute;
  left: 24px;
  right: 24px;
  top: 40px;
  bottom: 20px;
  animation: loading 1.5s ease-in-out alternate infinite none running;
  transform: translate3D(0, 0, 0);
}
@keyframes loading {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
.city_destribute .loading-thumb,
.account_location_destribute .loading-thumb,
.map_china_module .loading-thumb {
  background:url('../img/analysis_drag/传播地域分布（境内）loading.png') center/contain no-repeat;
}
.location_destribute .loading-thumb,
.map_world_module .loading-thumb,
.china_related_distribute .loading-thumb,
.hot_map .loading-thumb {
  background:url('../img/analysis_drag/传播地域分布（全球）loading.png') center/contain no-repeat;
}
.province_distribute .loading-thumb,
.map_province_module .loading-thumb {
  background:url('../img/analysis_drag/传播地域分布（省级）loading.png') center/contain no-repeat;
}
.account_ranking .loading-thumb,
.wechat_ranking .loading-thumb,
.mblog_ranking .loading-thumb,
.douyin_ranking .loading-thumb,
.facebook_ranking .loading-thumb,
.youtube_ranking .loading-thumb,
.app_ranking .loading-thumb,
.active_netizen .loading-thumb {
  background:url('../img/analysis_drag/微信账号榜单loading.png') center/contain no-repeat;
}
.propagationPath .loading-thumb {
  background:url('../img/analysis_drag/传播路径loading.png') center/contain no-repeat;
}
.time_line .loading-thumb,
.source_analysis .loading-thumb,
.people_experience .loading-thumb {
  background:url('../img/analysis_drag/传播时间轴loading.png') center/contain no-repeat;
}
.propagation_country .loading-thumb,
.propagation_language .loading-thumb,
.searchinfo_gross_major .loading-thumb,
.interactionTotal .loading-thumb,
.commentTotal .loading-thumb,
.likeTotal .loading-thumb,
.shareTotal .loading-thumb,
.emojiTotal .loading-thumb,
.playTotal .loading-thumb,
.articleTotal .loading-thumb,
.searchinfo_gross .loading-thumb{
  background:url('../img/analysis_drag/信息累计总量loading.png') center/contain no-repeat;
}
.shortVideoSumInteractionNum .loading-thumb,
.facebookSumInteractionNum .loading-thumb,
.youtubeSumInteractionNum .loading-thumb{
  background:url('../img/analysis_drag/短视频互动总量loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='14'] .loading-thumb {
  background:url('../img/analysis_drag/短视频曝光趋势loading.png') center/contain no-repeat;
}
.top_ten_rankings[data-href$='14'] .loading-thumb{
  background:url('../img/analysis_drag/短视频热文loading.png') center/contain no-repeat;
}
.propagation_summary .loading-thumb,
.blogger_info .loading-thumb,
.summarize .loading-thumb{
  background:url('../img/analysis_drag/概述loading.png') center/contain no-repeat;
}
.attetionAnalysis .loading-thumb {
  background:url('../img/analysis_drag/关注点分析loading.png') center/contain no-repeat;
}
.brandStatus .loading-thumb {
  background:url('../img/analysis_drag/话题现状loading.png') center/contain no-repeat;
}
.topicEvolution .loading-thumb{
  background:url('../img/analysis_drag/话题演变loading.png') center/contain no-repeat;
}
.site_count .loading-thumb,
.social_media_ranking .loading-thumb,
.media_ranking .loading-thumb,
.professional_views .loading-thumb,
.mblog_views .loading-thumb,
.activeMedia .loading-thumb {
  background:url('../img/analysis_drag/活跃网站loading.png') center/contain no-repeat;
}
.stage_evolution .loading-thumb{
  background:url('../img/analysis_drag/阶段演化loading.png') center/contain no-repeat;
}
.competitiveAnalysis .loading-thumb{
  background:url('../img/analysis_drag/竞争声量对比loading.png') center/contain no-repeat;
}

.data_source_infocount[data-href$='6'] .loading-thumb{
  background:url('../img/analysis_drag/论坛曝光趋势loading.png') center/contain no-repeat;
}
.emotion_destribute .loading-thumb{
  background:url('../img/analysis_drag/情感倾向分析loading.png') center/contain no-repeat;
}
.echarts_module .loading-thumb,
.dataSourceInfoCount .loading-thumb,
.line_module .loading-thumb{
  background:url('../img/analysis_drag/渠道趋势对比loading.png') center/contain no-repeat;
}
.hot_world .loading-thumb{
  background:url('../img/analysis_drag/热点词语loading.png') center/contain no-repeat;
}
.hot_phrase .loading-thumb{
  background:url('../img/analysis_drag/热点短语loading.png') center/contain no-repeat;
}
.hot_topic .loading-thumb,
.hot_incident .loading-thumb,
.account_fans_rank .loading-thumb,
.propagation_rank .loading-thumb{
  background:url('../img/analysis_drag/热点主题loading.png') center/contain no-repeat;
}
.entityCount[data-href$='address'] .loading-thumb{
  background:url('../img/analysis_drag/热门地点loading.png') center/contain no-repeat;
}
.entityCount[data-href$='people'] .loading-thumb{
  background:url('../img/analysis_drag/热门人物loading.png') center/contain no-repeat;
}
.entityCount[data-href$='org'] .loading-thumb{
  background:url('../img/analysis_drag/热门组织loading.png') center/contain no-repeat;
}
.userAccessHabit .loading-thumb{
  background:url('../img/analysis_drag/社交媒体热文及占比loading.png') center/contain no-repeat;
}
.compar_info_count .loading-thumb,
.socialMediaInteractions .loading-thumb,
.data_source_sum .loading-thumb{
  background:url('../img/analysis_drag/声量环比增长率loading.png') center/contain no-repeat;
}
.data_source_count .loading-thumb,
.soundVolumeRatio .loading-thumb,
.data_distributed_pie .loading-thumb,
.account_verify_type .loading-thumb,
.publish_habit .loading-thumb,
.mblog_emotion_type .loading-thumb{
  background:url('../img/analysis_drag/声量占比loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='4'] .loading-thumb{
  background:url('../img/analysis_drag/网站曝光趋势loading.png') center/contain no-repeat;
}
.account_sex .loading-thumb{
  background:url('../img/analysis_drag/微博博主性别loading.png') center/contain no-repeat;
}
.wechatSumInteractionNum .loading-thumb,
.mblogSumInteractionNum .loading-thumb,
.twitterSumInteractionNum .loading-thumb,
.instagramSumInteractionNum .loading-thumb{
  background:url('../img/analysis_drag/微博互动总量loading.png') center/contain no-repeat;
}
.mblog_top_topics .loading-thumb{
  background:url('../img/analysis_drag/微博热点话题loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='8'] .loading-thumb{
  background:url('../img/analysis_drag/微信曝光趋势loading.png') center/contain no-repeat;
}
.top_ten_rankings .loading-thumb{
  background:url('../img/analysis_drag/微信热文loading.png') center/contain no-repeat;
}
.author_ranking .loading-thumb,
.search_infos .loading-thumb,
.column_ranking .loading-thumb,
.news_hot_ranking .loading-thumb,
.hot_transmit_list .loading-thumb,
.influence_trend_ranking .loading-thumb,
.infolist_module .loading-thumb,
.media_matrix .loading-thumb,
.infolist_matrix .loading-thumb,
.people_remark .loading-thumb{
  background:url('../img/analysis_drag/信息列表loading.png') center/contain no-repeat;
}
.mblog_sentiment_trend .loading-thumb,
.influence_trend_contrast .loading-thumb,
.info_count .loading-thumb,
.interactiveTrend .loading-thumb,
.data_trend_line .loading-thumb{
  background:url('../img/analysis_drag/影响力指数趋势loading.png') center/contain no-repeat;
}
.langugae_ranking .loading-thumb,
.catgory_ranking .loading-thumb,
.multipleKeywordsEmotionCompare .loading-thumb{
  background:url('../img/analysis_drag/语言声量排行loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='10'] .loading-thumb{
  background:url('../img/analysis_drag/APP曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='2'] .loading-thumb{
  background:url('../img/analysis_drag/Facebook曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='3'] .loading-thumb{
  background:url('../img/analysis_drag/Instagram曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='15'] .loading-thumb{
  background:url('../img/analysis_drag/Telegram曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='11'] .loading-thumb{
  background:url('../img/analysis_drag/Youtube曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='7'] .loading-thumb{
  background:url('../img/analysis_drag/电子报纸曝光趋势loading.png') center/contain no-repeat;
}
.data_source_infocount[data-href$='9'] .loading-thumb{
  background:url('../img/analysis_drag/微博曝光趋势loading.png') center/contain no-repeat;
}
.wechatSumInteractionNum .loading-thumb,
.mblogSumInteractionNum .loading-thumb,
.twitterSumInteractionNum .loading-thumb,
.instagramSumInteractionNum .loading-thumb{
  background:url('../img/analysis_drag/微信互动总量loading.png') center/contain no-repeat;
}
.activeIndex .loading-thumb,
.influence_trend_gauge .loading-thumb{
  background:url('../img/analysis_drag/影响力指数loading.png') center/contain no-repeat;
}
.tab_module .loading-thumb{
  background:url('../img/analysis_drag/tab组件loading.png') center/contain no-repeat;
}
.sid_toggle .loading-thumb{
  background:url('../img/analysis_drag/搜索切换loading.png') center/contain no-repeat;
}
.subfield_module .loading-thumb{
  background:url('../img/analysis_drag/分栏组件loading.png') center/contain no-repeat;
}
.anchorTp_module .loading-thumb{
  background:url('../img/analysis_drag/锚点跳跃组件loading.png') center/contain no-repeat;
}
.nav_module .loading-thumb{
  background:url('../img/analysis_drag/导航组件loading.png') center/contain no-repeat;
}
.text_module .loading-thumb{
  background:url('../img/analysis_drag/文本组件loading.png') center/contain no-repeat;
}
.picture_module .loading-thumb{
  background:url('../img/analysis_drag/图片组件loading.png') center/contain no-repeat;
}
.video_module .loading-thumb{
  background:url('../img/analysis_drag/影响力指数loading.png') center/contain no-repeat;
}
.map_world_module .loading-thumb{
  background:url('../img/analysis_drag/传播地域分布（全球）loading.png') center/contain no-repeat;
}
.forecast_list .loading-thumb,
.pneumonia_status .loading-thumb{
  background:url('../img/analysis_drag/静态数据列表loading.png') center/contain no-repeat;
}
.account_relation .loading-thumb,
.people_realation .loading-thumb,
.activeNetizenRelationGraph .loading-thumb,
.activeGroup .loading-thumb{
  background:url('../img/analysis_drag/人物关系图谱loading.png') center/contain no-repeat;
}
.pie_module .loading-thumb{
  background:url('../img/analysis_drag/静态饼图loading.png') center/contain no-repeat;
}

.globe_module .loading-thumb{
  background:url('../img/analysis_drag/渠道热搜loading.png') center/contain no-repeat;
}
.radar_module .loading-thumb{
  background:url('../img/analysis_drag/静态雷达图loading.png') center/contain no-repeat;
}
.manuscript_monitor .loading-thumb,
.enterprise_oversea .loading-thumb,
.enterprise_private .loading-thumb,
.exhibition_global .loading-thumb,
.exhibition_oversea .loading-thumb,
.exhibition_domestic .loading-thumb{
  background:url('../img/analysis_drag/稿件指标监测loading.png') center/contain no-repeat;
}
. .loading-thumb,
.score_indicator .loading-thumb{
  background:url('../img/analysis_drag/计分卡loading.png') center/contain no-repeat;
}
.slide-switch-box{
  position:relative;
}
.slide-switch-box.notAllowed .slider{
  background-color:#eee;
}
.slide-switch-box .switch-shade{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  cursor: not-allowed;
  display:none;
}

/* iconfont 字体样式重置 */
body .iconfont-wh {
  font-size: 20px;
  vertical-align: bottom;
}

.members-sidebar .bootstrap-tagsinput .tag [data-role="remove"]{
  right:0;
  line-height:16px;
}
.members-sidebar .bootstrap-tagsinput .tag [data-role="remove"]::after{
  margin-left:0;
}
/*
* 视频组件
*/
.video_module_wrapper {
  padding: 37px 19px 44px 19px;
  position: relative
}

p.noDataHtml>img {
  max-width: 300px;
}
.video_module_wrapper .controls {
  position: absolute;
  left: 19px;
  top: 37px;
  right: 19px;
  bottom: 44px;
  z-index: 1;
  background: rgba(0,0,0,.3);
}
.video_module_wrapper .controls.playing {
  background: none;
}
.video_module_wrapper .controls .play-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  line-height: 1;
  border-radius: 50%;
  padding: 17px 0;
  text-align: center;
  background: rgba(255,255,255,0.8);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}
.video_module_wrapper .controls .play-btn::before {
  content: '\2023';
  font-size: 30px;
}
.video_module_wrapper .controls.playing:hover .play-btn {
  opacity: 1;
}
.video_module_wrapper .controls.playing .play-btn {
  transform: rotate(90deg);
  opacity: 0;
}
.video_module_wrapper .controls.playing .play-btn::before {
  content: '=';
}
.video_module_wrapper .controls .progress {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  margin-bottom: 0;
  border-radius: 8px;
  background: rgba(0,0,0,.3)
}
.video_module_wrapper .controls .progress-value {
  position: relative;
  height: 16px;
  width: 0;
  border-radius: 8px;
  min-width: 16px;
  background-color: #FF9030;
}
.video_module_wrapper .controls .progress-drag {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  right: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,.5);
  cursor: pointer;
}
.video_module_wrapper .controls .progress-duration {
  position:absolute;
  top: -1px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  user-select: none;
  z-index: 0;
}

/* 版本更新公告 */
.version-update-bulletin {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;left:0;
  background: rgba(0,0,0,.4);
  z-index:99999;
  display: none;
}

.version-container {
  width:800px;
  position: fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index:1999;
  border-radius: 8px;
  padding-bottom: 60px;
}

.version-container .version-container-header {
  width:800px;
  height:94px;
}
.version-container .version-container-header .head-bg {
  width:800px;
  position: absolute;
  top: -107px;
  left: 0px;
  z-index: -1;
}
.version-container .version-container-header .version-container-title {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.version-container .version-container-header p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  color: #fff;
}
.version-container .version-container-header p.version-update-time {
  font-size: 16px;
}
.version-container .version-container-header .version-close {
  width:18px;height:18px;position: absolute;top: 10px;right: 10px;z-index: 101;cursor: pointer;
}
.version-container .version-container-header .version-close img {
  width:100%;border: none;
}
.version-container-box {
  padding: 10px 24px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  max-height: 380px;
}
.version-container-box h4 {
  padding: 0;font-size: 16px;line-height:28px;color: #1A1A1A; margin: 0 0 10px;font-weight: bold;
}
.version-container-box p img {
  display: inline-block;
  width: 100%;
  border:none;
}
.version-container .version-bottom {
  position:absolute; bottom: 20px;left: 0px;width: 100%;text-align: center;
}
.version-container .version-bottom span {
  padding: 10px 15px;background-color: #007CFF;border-radius: 4px;color: #fff;cursor: pointer;
}


.translate-btn {
  display: inline-block;
  position: fixed;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #1D2129;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
  white-space: nowrap;
  cursor: pointer;
}

.translate-btn::before {
  content: '';
  position: absolute;
  display: block;
  top: -12px;
  height: 0;
  width: 0;
  border: 6px solid #1D2129;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}









