/* --------------- common --------------- */
.btn.btn-selfblue {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
}
.btn.btn-little {
  padding: 2px 28px !important;
  border: 1px solid;
  border-radius: 20px;
}
.bgc-orange {
  background-color: #fb9678 !important;
  border-color: #fb9678 !important;
  color: #fff !important;
  border-radius: 4px;
}
.bgc-orange.btn:hover {
  background-color: #fa7953 !important;
  border-color: #fa7953 !important;
}
.col-orange {
  color: #fb9678 !important;
  border-color: #fb9678 !important;
}
.col-orange.btn {
  color: #fb9678 !important;
  border-color: #fb9678 !important;
}
.col-orange.btn:hover {
  color: #fa7953 !important;
  border-color: #fa7953 !important;
}
.bgc-cyan {
  background-color: #01c0c8 !important;
  border-color: #01c0c8 !important;
  color: #fff !important;
}
.bgc-cyan.btn:hover {
  background-color: #04e6ee !important;
  border-color: #04e6ee !important;
}
.col-cyan {
  color: #01c0c8 !important;
  border-color: #01c0c8 !important;
}
.col-cyan.btn {
  color: #01c0c8 !important;
  border-color: #01c0c8 !important;
}
.col-cyan.btn:hover {
  color: #04e6ee !important;
  border-color: #04e6ee !important;
}
.bgc-blue {
  background-color: #2C7EFB !important;
  border-color: #2C7EFB !important;
  color: #fff !important;
}
 #analysisTool .container-fluid button {
  background-color: #2C7EFB !important;
  border-color: #2C7EFB !important;
  color: #fff !important;
}

.bgc-blue.btn:hover [data-role="remove"]{
    display: block;
    width: 16px;
    height: 16px;
    background: #2C7EFB;
    opacity: 1;
    border-radius: 50%;
}






.col-blue {
  color: #2C7EFB !important;
  border-color: #2C7EFB !important;
}
.col-blue.btn {
  color: #2C7EFB !important;
  border-color: #2C7EFB !important;
}
.col-blue.btn:hover {
  color: #038fcd !important;
  border-color: #038fcd !important;
}
.btn.btn-default {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  color: #fff;
}
.btn.btn-default:hover {
  color: #fff;
  background-color: #aaa;
}
/* .btn.btn-default.btn-sm {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  color: #fff;
  border: 1px !important;
    border-style: solid !important
}
.btn.btn-default.btn-sm:hover {
  color: #fff;
  background-color: #aaa;
  border: 1px !important;
    border-style: solid !important
} */
.btn.btn-primary {
  background-color: #2C7EFB;
  border-color: #2C7EFB;
}
.btn.btn-primary:hover {
  background-color: #038fcd;
  border-color: #038fcd;
}
.iconfont {
  font-size: inherit;
}
.iconfont[class^="icon-"]:before,
.iconfont[class*=" icon-"]:before {
  font-family: "iconfont" !important;
}

.modal-header .close {
  font-size: 26px;
  margin-top: -4px;
}

.sweet-alert h2 {
  font-size: 18px;
}
.sweet-alert p {
  font-size: 15px;
}
.sweet-alert .sa-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.sweet-alert button {
  font-size: 15px;
  padding: 8px 24px;
}
.sweet-alert button.confirm {
  background-color: #fb9678 !important;
  border-color: #fb9678 !important;
  color: #fff !important;
  border-radius: 5px;
}
.sweet-alert button.confirm:hover {
  background-color: #fa7953 !important;
}
.sweet-alert button.cancel {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  color: #fff;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.sweet-alert button.cancel:hover {
  background-color: #aaa;
}
.sweet-alert button:hover {
  color: #fff !important;
}
.checkbox i:before {
  width: 14px;
  height: 14px;
  top: 0;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #BBC3CB;
}
.checkbox i:after {
  padding-left: 2px;
  border-radius: 3px;
  line-height: 14px;
  cursor: pointer;
  z-index: 1;
}
.checkbox input:active + i:before {
  color: #fff;
  background-color: black;
}
.checkbox input:focus + i:before {
  border: none;
  outline: none;
}
.checkbox input:checked + i::after {
  color: #fff !important;
  background-color: #2C7EFB;
}
.hiddenToggleBox .screenBox .checkbox input[type="checkbox"] {
  pointer-events: none;
}
.disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}
.iconfont.icon-combinedshape::before {
  margin: 0 !important;
}
.iconfont.icon-baogao::before {
  margin: 0 !important;
}
.iconfont.icon-zhuangong-::before {
  margin: 0 !important;
}
.iconfont[class^="icon-"]:before,
.iconfont[class*=" icon-"]:before {
  font-family: "iconfont" !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #fff;
  padding: 6px 12px;
  color: #2C7EFB !important;
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: #2C7EFB;
  background: #fff;
  color: #2C7EFB !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background: #2C7EFB;
  border-color: #2C7EFB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2C7EFB;
  border-color: #2C7EFB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  border-right: 1px solid #2C7EFB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-right: 1px solid transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border-right: 1px solid #2C7EFB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background-color: #fff;
}

/* 字符串样式使用 */
fontsize6 {
  font-size: 6px;
}
fontsize8 {
  font-size: 8px;
}
fontsize10 {
  font-size: 10px;
}
fontsize11 {
  font-size: 11px;
}
fontsize12 {
  font-size: 12px;
}
fontsize13 {
  font-size: 13px;
}
fontsize14 {
  font-size: 14px;
}
fontsize15 {
  font-size: 15px;
}
fontsize16 {
  font-size: 16px;
}
fontsize18 {
  font-size: 18px;
}
fontsize20 {
  font-size: 20px;
}
fontsize24 {
  font-size: 24px;
}
fontlighter {
  font-weight: 100;
}
colorred {
  color: #F23136;
}
colorred2 {
  color: #FE705C;
}
colorblue {
  color: #3BACBC;
}
colorblue2 {
  color: #3D5B91;
}
coloryellow {
  color: #E29526;
}
colorgreen {
  color: #178B50;
}
colorgreen2 {
  color: #1CCB7E;
}
colorblue{
  color:#14a4ff;
}
colorgrey {
  color: #66666C;
}


/* --------------- mod1 --------------- */
#searchTopBox {
  width: 100%;
  margin: -20px -30px -66px;
  padding: 20px 30px 66px;
  box-sizing: content-box;
  /* background: url('../img/indexbg.png') no-repeat center 100px; */
  background-color: #fff;
  background-origin: padding-box;
  background-attachment: fixed;
  padding-bottom: 0;
}
#searchTopBox .email-container {
  padding: 0 200px;
}
/* 兼容老search mod1 */
#content #searchTopBox {
  background-color: #F4F8FE;;
}
#content #searchTopBox .email-container {
  padding: 0 !important;
  width: 1294px;
  margin: 0 auto;
  position: static;
}
#content #searchTopBox .search-input-box {
  width: 700px;
  margin: 0 auto;
  text-align: initial;
}
#content #searchTopBox .search-input-box input.search-input {
  border: 1px solid #2C7EFB;
  background-color: #fafafa;
  color: #444;
}
#content #searchTopBox .search-input-box .history-search-box label {
  float: left;
  color: #747474;
  font-size: 15px;
}
#content #searchTopBox .search-input-box .history-search-box .labelContent {
  float: left;
  width: 530px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#content #searchTopBox .search-input-box .history-search-box .labelContent a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #01246a;
  font-size: 15px;
}
#content #searchTopBox .search-input-box .history-search-box .labelContent span {
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
}
#content #searchTopBox .search-input-box .history-search-box .labelContent span:hover {
  color: #e46a76;
}
#content #searchTopBox .search-input-box {
  position: relative;
}
#content #searchTopBox .search-input-box #search_info_btn {
  display: none;
}
#content .email-container .search-input{
	width: calc(100% - 100px);
}
#content #searchTopBox .search-input-box input.search-input {
  border: 1px solid #e9ecef;
  background-color: #fff;
  height: 52px;
  width: 100%;
  border-radius: 26px;
  padding-left: 60px;
  font-size: 15px;
  transition: all 1s;
  z-index: 11;
}
#content #searchTopBox .search-input-box input.search-input::-webkit-input-placeholder {
  color: #999;
}
#content #searchTopBox .search-input-box input.search-input::-moz-placeholder {
  color: #999;
}
#content #searchTopBox .search-input-box input.search-input:-moz-placeholder {
  color: #999;
}
#content #searchTopBox .search-input-box input.search-input:-ms-input-placeholder {
  color: #999;
}
#content #searchTopBox .search-input-box input.search-input:focus {
  border: 1px solid #2C7EFB;
}
#content #searchTopBox .search-input-box i.search-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 25px;
  color: #2C7EFB;
}
#content #searchTopBox .search-input-box i.search-icon::before {
  font-weight: 700;
}
/* end */
#searchTopBox .logo {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
#searchTopBox .logo img {
  display: inline-block;
}
#searchTopBox .search-input-box input.search-input {
  border: 1px solid #2C7EFB;
  background-color: #fafafa;
  color: #444;
}
#searchTopBox .search-input-box .history-search-box label {
  float: left;
  color: #747474;
  font-size: 15px;
}
#searchTopBox .search-input-box .history-search-box .labelContent {
  float: left;
  width: 530px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#searchTopBox .search-input-box .history-search-box .labelContent a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #01246a;
  font-size: 15px;
}
#searchTopBox .search-input-box .history-search-box .labelContent span {
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
}
#searchTopBox .search-input-box .history-search-box .labelContent span:hover {
  color: #e46a76;
}
#searchTopBox .inbox-body {
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}
#searchTopBox .inbox-body .dataTables_wrapper {
  margin-top: 0;
}
#searchTopBox .inbox-body .mail-option {
  margin-bottom: 0;
}
#searchTopBox .inbox-body .mail-option .searchInputBox {
  position: relative;
}
#searchTopBox .inbox-body .mail-option .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#searchTopBox .inbox-body .mail-option .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #acacac;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#searchTopBox .inbox-body .mail-option .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
#searchTopBox table .btn-group {
  box-shadow: none;
}
#searchTopBox table#mod1_Table {
  color: #747474;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
#searchTopBox table#mod1_Table th {
  background-image: none;
}
#searchTopBox table#mod1_Table thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#searchTopBox table#mod1_Table thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#searchTopBox table#mod1_Table thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#searchTopBox table#mod1_Table tr {
  height: 45px;
}
#searchTopBox table#mod1_Table tr td {
  vertical-align: middle;
  padding: 7px !important;
  text-align: center;
}
#searchTopBox table#mod1_Table tr td:nth-of-type(2) {
  text-align: left;
}
#searchTopBox table#mod1_Table thead th {
  background-color: #F7F7F7;
  border-bottom: none;
  width: 16%;
}
#searchTopBox table#mod1_Table thead th.textCenter {
  text-align: center;
}
#searchTopBox table#mod1_Table tbody tr.even {
  background-color: #fbfbfb;
}
#searchTopBox table#mod1_Table tbody tr.even th {
  vertical-align: middle;
}
#searchTopBox table#mod1_Table tbody tr:hover {
  background-color: #F4F8FE;
}
#searchTopBox table#mod1_Table tbody tr td.textCenter {
  text-align: center;
}
/* --------------- mod2 --------------- */
body #advancedTopBox {
  color: #404040;
  background-color: #F4F8FE;
  padding: 0px 0px 0px 320px;
  position: absolute;
  height: calc(100vh - 80px);
  transition: padding .4s ease-in-out;
  width: 100%;
  overflow-y: auto;
}
body .bootstrap-tagsinput .tag [data-role="remove"] {
  font-family: FontAwesome;
  font-weight: 100;
   position: absolute; 
  top: 50%;
  right: 2px;
  transform: translate(0,-50%);
  display: none; 
}
body .bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\f00d";
  font-size: 10px;
  margin-left: 1px;
  color: #FFFFFF;
}
body .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
  color: #e46a76;
}

div#advancedTopBox::-webkit-scrollbar-thumb {
  background-color: rgba(160, 174, 186, 0.6);
}
div#advancedTopBox .popover.editable-container.editable-popup {
  position: fixed;
}
div#advancedTopBox .popover.editable-container.editable-popup .popover-title {
  display: none;
}
div#advancedTopBox .popover.editable-container.editable-popup textarea {
  min-width: 400px;
  min-height: 100px;
}
div#advancedTopBox i.fa {
  cursor: pointer;
}

div#advancedTopBox .email-container .inbox-head .topBar .pull-left {
  height: 34px;
  line-height: 30px;
}
div#advancedTopBox .email-container .inbox-head .topBar .pull-left .advancedTab {
  font-size: 18px;
  font-weight: 700;
  color: #2F3033;
}
div#advancedTopBox .email-container .inbox-head .topBar i.fa-caret-down,
div#advancedTopBox .email-container .inbox-head .topBar i.fa-caret-up {
  font-size: 30px;
}
div#advancedTopBox .email-container .inbox-head .keywordInput .bootstrap-tagsinput {
  min-height: 36px;
  height: auto;
  position: relative;
  border: 1px solid #A2ACB5;
  box-shadow: none;
  padding: 0 4px 4px 0;
}
div#advancedTopBox .email-container .inbox-head .keywordInput .bootstrap-tagsinput::before,
div#advancedTopBox .email-container .inbox-head .keywordInput .bootstrap-tagsinput::after {
  display: table;
  content: " ";
  clear: both;
}
div#advancedTopBox .email-container .inbox-head .keywordInput .bootstrap-tagsinput input {
  min-width: 60px;
  margin-top: 6px;
  width: 100%;
}
div#advancedTopBox .email-container .inbox-head .keywordInput .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #bbb;
}
.bootstrapTagsinput {
  border: 1px solid #2C7EFB !important;
}

div#tags_advanced_fu .bootstrap-tagsinput input {
  width: calc(100% - 65px) !important;
  min-width: 150px !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
  font-size: 12px;
}
div#advancedTopBox .email-container .inbox-head .keywordInput .label.advanced_tags_button {
  max-width: 100%;
  /* width: fit-content; */
  /* width: -moz-fit-content; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* padding-right: 33px; */
  position: relative;
  /* white-space: normal; */
  word-break: break-all;
  text-align: left;
  margin: 5px 0 0 11px;
  float: left;
  font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.bootstrap-tagsinput .label.tags_button:hover {
  padding-right: 30px; 
}
div#advancedTopBox .email-container .inbox-head .keywordInput .label.advanced_tags_button_three {
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  word-break: break-all;
  text-align: left;
  margin: 5px 0 0 11px;
  float: left;
  height: 22px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2C7EFB;
  opacity: 1;

}

div#advancedTopBox .email-container .inbox-head .keywordInput span.keywordIcon .textBox {
  font-size: 14px;
  position: absolute;
  top: 75px;
  right: 120px;
  width: 500px;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  background-color: var(--itemColor);
  z-index: 100;
  display: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .175);
  color: #404040;
}
div#advancedTopBox .email-container .inbox-head .general_box .bootstrap-tagsinput {
  background-color: #fafafa;
  border-color: #cfcfcf;
  min-height: 84px;
  height: auto;
}
div#advancedTopBox .email-container .inbox-head .general_box .bootstrap-tagsinput .tags_button_drag {
  padding: 6px 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 22px;
}
div#advancedTopBox .email-container .inbox-head .general_box .bootstrap-tagsinput .label.tags_button {
  margin-bottom: 0;
}
div#advancedTopBox .email-container .inbox-head .general_box .bootstrap-tagsinput input {
  min-width: 100px;
  vertical-align: top;
  line-height: 27px;
}
div#advancedTopBox .email-container .inbox-head .general_box .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #bbb;
}

div#advancedTopBox .email-container .inbox-body .screenInfoBox {
  line-height: 28px;
  font-size: 14px;
  color: #555;
  border-radius: 4px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px 300px 10px 5px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox {
  width: 100%;
  display: flex;
  justify-content: left;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoListBox {
  margin: 0 5px;
  position: relative;
  max-width: 28%;
  /* min-width: 96px; */
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoListBox .screenDelBtn {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #c7c7c7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoListBox .screenDelBtn:hover {
  background-color: #f03241;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoListBox .screenDelBtn i {
  font-size: 12px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoList {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 5px;
  width: 100%;
  float: left;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoList.keywordBox {
  padding: 0 5px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoList.dateBox {
  padding: 0 5px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoList .screenInfoTitle {
  font-weight: 700;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox .screenInfoList .screenInfoListDelBtn {
  position: absolute;
  top: 6px;
  right: 3px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox2 {
  width: 100%;
  display: none;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox2 .screenInfoList {
  padding: 0 7px;
  margin: 3px 5px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox2 .screenInfoList .screenInfoTitle {
  font-weight: 700;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox #screenInfoListBox2 .screenInfoList .screenInfoListDelBtn {
  margin-left: 3px;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox .screenBtnBox {
  /* height: 100%; */
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transform: translate(0,-50%);
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox .screenBtnBox button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 90px;
  border-radius: 4px;
  padding: 0;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox .screenBtnBox #hehehe {
  position: absolute;
  top: 0px;
  right: -23px;
  opacity: 0;
  display: none;
}
div#advancedTopBox .email-container .inbox-body .screenInfoBox .screenBtnBox #hehehe:hover {
  opacity: 0.6;
}
div#advancedTopBox .email-container .inbox-body .tabbable {
  margin-bottom: 0;
  margin-top: 5px;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav {
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav li a:hover {
  background-color: transparent;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs {
  background-color: var(--itemColor);
  border-bottom: 1px solid #e6e6e6;
  z-index: 9 !important;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li a {
  padding: 7px 5px;
  margin-right: 0;
  min-width: 60px;
  text-align: center;
  border-radius: 0;
  color: #747679;
  border-width: 0;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li a:hover {
  color: #2C7EFB;
}
 /* div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li.active {
  border: none; 
}  */
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li.active a {
  background: 0;
  border: 0 !important;
  border-right-width: 0 !important;
  border-bottom: 3px solid #2C7EFB !important;
  border-color: #dee2e6 #dee2e6 #EEE;
  box-shadow: none;
  /* color: #2F3033  !important; */
  color: #2C7EFB  !important;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li a >span {
  font-size: 12px;
  color: #666;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li a >i{
  font-style: normal;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li a:hover >span {
  color: #2C7EFB;
}
div#advancedTopBox .email-container .inbox-body .tabbable .nav-tabs li.active a >span {
  color: #2C7EFB ;
} *
div#advancedTopBox .email-container .inbox-body .tab-content .tab-pane {
  -webkit-box-shadow: none;
}

/* --------------- analysis --------------- */
#analysisBox {
  width: 100%;
  padding: 50px 200px 0;
  background: url('../img/analysisBg.png') no-repeat center top;
}
#analysisBox .addModalBox {
  margin-bottom: 10px;
}
#analysisBox .btn i:first-child {
  margin: 0;
}
#analysisBox table#analysisTable {
  color: #747474;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9eef2;
}
#analysisBox table#analysisTable th {
  background-image: none;
}
#analysisBox table#analysisTable thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#analysisBox table#analysisTable thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#analysisBox table#analysisTable thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#analysisBox table#analysisTable tr {
  height: 45px;
}
#analysisBox table#analysisTable tr td {
  vertical-align: middle;
  padding: 7px !important;
  text-align: center;
}
#analysisBox table#analysisTable tr td:nth-of-type(2) {
  text-align: left;
}
#analysisBox table#analysisTable thead th {
  background-color: #F7F7F7;
  border-bottom: none;
  width: 16%;
}
#analysisBox table#analysisTable thead th.textCenter {
  text-align: center;
}
#analysisBox table#analysisTable tbody tr.even {
  background-color: #fbfbfb;
}
#analysisBox table#analysisTable tbody tr.even th {
  vertical-align: middle;
}
#analysisBox table#analysisTable tbody tr:hover {
  background-color: #F4F8FE;
}
#analysisBox table#analysisTable tbody tr td.textCenter {
  text-align: center;
}
#analysisBox table#analysisTable tbody tr td.analysisTdFunc {
  cursor: pointer;
}
#analysisBox table#analysisTable .btn-group {
  box-shadow: none;
}
#analysisBox .searchInputBox {
  position: relative;
  margin-right: 20px;
}
#analysisBox .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#analysisBox .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #acacac;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#analysisBox .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
/* ------------- analysisDetail --------------- */
#analysisDetail {
  position: relative;
}
#analysisDetail #analysisTool {
  height: 34px;
  padding-right: 8px;
  padding-left: 5px;
}
#analysisDetail #analysisTool #analysis_infoSelect_chosen {
  border-radius: 5px;
}
#analysisDetail #analysisTool #analysis_infoSelect_chosen ul.chosen-choices {
  border-radius: 3px;
}
#analysisDetail #analysisTool #analysis_infoSelect_chosen a.chosen-single {
  background: none;
  border-radius: 3px;
  border-color: #e9e9e9;
  background-color: #fff;
}
#analysisDetail #analysisTool #analysis_infoSelect_chosen div.chosen-drop {
  border-color: #e9e9e9;
}
#analysisDetail #analysisTool #analysis_infoSelect_chosen div.chosen-drop input {
  border-color: #e9e9e9;
}
#analysisDetail #analysisTool .analysis_date_box {
  position: relative;
  width: 250px;
}
#analysisDetail #analysisTool .analysis_date_box i.iconfont {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 18px;
  pointer-events: none;
}
#analysisDetail #analysisTool .analysis_date_box #analysis_date {
  width: 100%;
  text-align: center;
  padding-right: 30px;
  background-color: #fff;
}
#analysisDetail #analysisTool .topBtnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #fff;
  padding: 2px;
  cursor: pointer;
}
#analysisDetail #analysisTool .topBtnBox > i {
  font-size: 20px;
}
#analysisDetail #analysisTool .topBtnBox .dropdownBox .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox {
  display: none;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span {
  line-height: 1em;
  padding: 7px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#addNewAnalysisModal {
  border-color: #2C7EFB;
  color: #2C7EFB;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#addNewAnalysisModal:hover {
  color: #fff;
  background-color: #038fcd;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#saveNewAnalysisModal {
  border-color: #fb9678;
  color: #fb9678;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#saveNewAnalysisModal:hover {
  color: #fff;
  background-color: #fa7953;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#optionCancel {
  border-color: transparent;
  border-color: #ccc;
}
#analysisDetail #analysisTool .topBtnBox.optionBtn .optionBox span#optionCancel:hover {
  color: #fff;
  background-color: #aaa;
}
#analysisDetail #analysisTool .topBtnBox.shareBtn {
  padding: 5px 10px;
  right: -25px;
}
#analysisDetail #analysisTool.fixedStyle {
  position: fixed;
  top: 72px;
  left: 115px;
  right: 38px;
  z-index: 1040;
  height: 56px;
  padding: 10px 0;
  background-color: #F1F4F5;
}

#analysisDetail #analysisModular .gs-w .content-title .content-tools {
  display: none;
}
#analysisDetail #analysisModular .gs-w.hoverStyle {
  cursor: all-scroll !important;
}
#analysisDetail #analysisModular .gs-w.hoverStyle .content_ * {
  cursor: all-scroll !important;
  pointer-events: none;
}
#analysisDetail #analysisModular .gs-w.hoverStyle .content-title .content-tools {
  display: block;
}
#analysisDetail #analysisModular .gs-w.hoverStyle:hover {
  background-color: #eff8ff;
  box-shadow: 0px 0px 4px #39f;
}
#analysisDetail #analysisModular .gs-w.hoverStyle:hover > div > div {
  box-shadow: 0px 0px 4px #39f;
  opacity: .7;
}
#analysisDetail #analysisModular .gs-w .small-box.content_::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#analysisDetail #analysisModular .content-box {
  box-shadow: none;
  background: var(--itemColor);
}
.content-box .content-title .echarts3-title {
  font-size: 20px;
  color: #262626;
  border-left: 3px solid #2C7EFB;
  padding-left: 10px;
  padding-bottom: 2px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 70px);
  pointer-events: none;
}
.search_infos_ipage {
  height: 100%;
  overflow-y: auto;
  /* overflow-x: hidden; */
  overflow-x: auto;
  /* max-height: 400px; */
  margin-left: 8px;
}
.search_infos.modulars .search_infos_ipage,
#analysisChart .search_infos_ipage{
  margin-left: 0
}
.manuscript_monitor .search_infos_ipage,
.mblog_ranking .search_infos_ipage,
.wechat_ranking .search_infos_ipage,
.app_ranking .search_infos_ipage,
.douyin_ranking .search_infos_ipage {
  margin-left: 1px !important;
}
.search_infos_ipage .content_div2{
  min-width: 1220px;
}

.manuscript_monitor .search_infos_ipage,.wechat_ranking .search_infos_ipage,.mblog_ranking .search_infos_ipage
,.douyin_ranking .search_infos_ipage{
  max-height: unset;
}
.search_infos_ipage .mainInfoList {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}
.search_infos_ipage .item:first-child .mainInfoList:first-child .mainInfo {
  padding-top: 0;
}
.search_infos_ipage .item:last-child .mainInfoList:last-child {
  border-bottom: none;
}
.search_infos_ipage .mainInfoList.similariesList {
  background-color: #e6eff2;
}
.search_infos_ipage .mainInfoList .infoInputBox {
  position: relative;
  top: 5px;
}
.search_infos_ipage .mainInfoList .mainInfo {
  padding: 10px 0 0 5px;
}
.search_infos_ipage .mainInfoList .mainInfo .logoBox {
  height: 50px;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
}
.search_infos_ipage .mainInfoList .mainInfo .infoTitle {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #34487c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}
.search_infos_ipage .mainInfoList .mainInfo .infoTitle a {
  /* color: #34487c; */
  color: #01246a;
}
.search_infos_ipage .mainInfoList .mainInfo .infoTitle .invisible {
  visibility: visible;
}
.search_infos_ipage .mainInfoList .mainInfo .textContantBox {
  font-size: 15px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
  cursor: pointer;
}
.search_infos_ipage .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  color: gray;
  cursor: default;
}
.search_infos_ipage .mainInfoList .mainInfo .textContantBox.textContantBoxTop span.marke-red {
  color: gray;
}
.search_infos_ipage .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #262626;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar span.pull-left + span {
  margin-left: 20px;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar span.pull-left + span:last-child {
  margin-right: 0px;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar span.pull-right {
  margin-right: 20px;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar span.similarityListBtn {
  cursor: default;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar a.linkUrl {
  color: #21c7ce;
}
.search_infos_ipage .mainInfoList .mainInfo .bottomBar span.mobileDate {
  display: none;
}
.search_infos_ipage .mainInfoList .classifyBox {
  height: 30px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #666;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #ccc;
}
.search_infos_table+.search_infos_ipage::-webkit-scrollbar {
  display: none;
}
.search_infos_ipage::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ipage-fenye {
  display: none;
  padding: 10px 50px 35px 10px !important;
}
/* .compar_info_count .content-box {
  background-color: #01c0c8;
}
.compar_info_count .content-box .content-title .echarts3-title {
  font-size: 18px;
  color: #fff;
}
.compar_info_count .content-box .content_ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.compar_info_count .content-box .content_ .topText {
  color: #fff;
  position: absolute;
  top: 0;
  left: 21px;
}
.compar_info_count .content-box .content_ .nowCount {
  font-size: 50px;
  color: #fff;
  margin-top: -50px;
}
.compar_info_count .content-box .content_ .lastCount {
  position: absolute;
  right: 26px;
  bottom: 40px;
  color: #fff;
}
.compar_info_count .content-box .content_ .lastCount .countBox {
  border: 1px solid #fff;
  padding: 3px 8px;
  border-radius: 15px;
  background: #fff;
  color: #01c0c8;
  margin-left: 10px;
}
.compar_info_count .content-box .content_ .lastCount .countBox i {
  margin-right: 3px;
} */
.emotion_destribute .emotionCountBox {
  height: 70px;
  width: 100px;
  position: absolute;
  right: 20px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.emotion_destribute .emotionCountBox.emotionCountBox1 {
  top: 45px;
}
.emotion_destribute .emotionCountBox.emotionCountBox2 {
  top: 125px;
}
.emotion_destribute .emotionCountBox.emotionCountBox3 {
  top: 205px;
}
.propagation_rank .topTenListBox {
  overflow-y: auto;
  height:calc(100% - 55px);
}
.top_ten_rankings .content_,
.account_relation .content_,
.account_fans_rank .content_ {
  height: calc(100% - 50px);
  overflow-y: auto;
  padding-top: 0;
}
.top_ten_rankings .topTenListBox ul,
.account_relation .topTenListBox ul,
.propagation .topTenListBox ul,
.account_fans_rank .topTenListBox ul {
  padding-left: 0;
}
.top_ten_rankings .topTenListBox ul li,
.account_relation .topTenListBox ul li,
.account_fans_rank .topTenListBox ul li,
.propagation_rank .topTenListBox ul li,
.user-list .topTenListBox ul li {
  display: block;
  line-height: 50px;
  border-top: 1px dashed #e6e6e6;
  color: #262626;
}
.account_fans_rank .topTenListBox ul li:first-child ,
.account_relation .topTenListBox ul li:first-child ,
.user-list .topTenListBox ul li:first-child,
.propagation_rank .topTenListBox ul li:first-child {
  color: #76828E;
  background-color: #f0f4f7;
  line-height: 36px;
}
.account_fans_rank .topTenListBox ul li:nth-child(2),
.account_relation .topTenListBox ul li:nth-child(2),
.propagation_rank .topTenListBox ul li:nth-child(2),
.user-list .topTenListBox ul li:nth-child(2) {
  border-top: none;
}
.top_ten_rankings .topTenListBox ul li .leftBox {
  width: 55%;
  float: left;
  display: flex;
  align-items: center;
}
.top_ten_rankings .topTenListBox ul li .leftBox > span,
.account_fans_rank .topTenListBox ul li .leftBox > span 
.account_relation .topTenListBox ul li .leftBox > span 
.propagation_rank .topTenListBox ul li .leftBox > span 
.user-list .topTenListBox ul li .leftBox > span {
  float: left;
  padding: 0 5px;
}
.top_ten_rankings .topTenListBox ul li .leftBox > span:first-child,
.propagation_rank .topTenListBox ul li .leftBox > span:first-child,
.account_relation .topTenListBox ul li .leftBox > span:first-child,
.account_fans_rank .topTenListBox ul li .leftBox > span:first-child {
  width: 40px;
  text-align: center;
}
.user-list .topTenListBox ul li .leftBox > span:first-child {
  display: none;
}
.top_ten_rankings .topTenListBox ul li .leftBox > span:first-child span.tdBar,
.account_fans_rank .topTenListBox ul li .leftBox > span:first-child span.tdBar,
.account_relation .topTenListBox ul li .leftBox > span:first-child span.tdBar,
.propagation_rank .topTenListBox ul li .leftBox > span:first-child span.tdBar,
.user-list .topTenListBox ul li .leftBox > span:first-child span.tdBar {
  display: inline-block;
  height: 20px;
  width: 20px;
  /* border-radius: 50%; */
  line-height: 20px;
  text-align: center;
  background-color: #8eb9f5;
  color: #fff;
  font-size: 14px;
}
.top_ten_rankings .topTenListBox ul li .leftBox > span:nth-child(2),
.account_fans_rank .topTenListBox ul li .leftBox > span:nth-child(2),
.account_relation .topTenListBox ul li .leftBox > span:nth-child(2),
.propagation_rank .topTenListBox ul li .leftBox > span:nth-child(2),
.user-list .topTenListBox ul li .leftBox > span:nth-child(2) {
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_ten_rankings .topTenListBox ul li .leftBox > span:nth-child(2) a,
.account_fans_rank .topTenListBox ul li .leftBox > span:nth-child(2) a,
.account_relation .topTenListBox ul li .leftBox > span:nth-child(2) a,
.propagation_rank .topTenListBox ul li .leftBox > span:nth-child(2) a,
.user-list .topTenListBox ul li .leftBox > span:nth-child(2) a {
  /* color: #2e4786; */
  color: #01246a;
  font-size: 14px;
}
.top_ten_rankings .topTenListBox ul li .rightBox {
  width: 45%;
  float: right;
}

.top_ten_rankings .topTenListBox ul li .rightBox > span,
.account_fans_rank .topTenListBox ul li .rightBox > span,
.account_relation .topTenListBox ul li .rightBox > span,
.propagation_rank .topTenListBox ul li .rightBox > span,
.user-list .topTenListBox ul li .rightBox > span {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  /* width: 100%; */
}
.top_ten_rankings .topTenListBox ul li .rightBox > span.author,
.account_fans_rank .topTenListBox ul li .rightBox > span.author, 
.account_relation .topTenListBox ul li .rightBox > span.author, 
.propagation_rank .topTenListBox ul li .rightBox > span.author, 
.user-list .topTenListBox ul li .rightBox > span.author {
  width: calc(100% - 225px);
  padding-left: 0;
}
.top_ten_rankings .topTenListBox ul li .rightBox > span.pubtime,
.account_fans_rank .topTenListBox ul li .rightBox > span.pubtime,
.account_relation .topTenListBox ul li .rightBox > span.pubtime,
.propagation_rank .topTenListBox ul li .rightBox > span.pubtime,
.user-list .topTenListBox ul li .rightBox > span.pubtime,
.user-list .topTenListBox ul li .rightBox > span.interactionNum, 
.account_fans_rank .topTenListBox ul li .rightBox > span.interactionNum {
  width: 164px;
}
.top_ten_rankings .topTenListBox ul li .rightBox > span.interactionNum {
  display: none;
}
.top_ten_rankings .topTenListBox ul li .rightBox > span.modileDate,
.account_fans_rank .topTenListBox ul li .rightBox > span.modileDate,
.account_relation .topTenListBox ul li .rightBox > span.modileDate,
.propagation_rank .topTenListBox ul li .rightBox > span.modileDate,
.user-list .topTenListBox ul li .rightBox > span.modileDate {
  display: none;
}
.account_fans_rank .topTenListBox ul li:nth-child(2) .rightBox > span.fans-count,
.account_relation .topTenListBox ul li:nth-child(2) .rightBox > span.fans-count,
.user-list .topTenListBox ul li:nth-child(2) .rightBox > span.fans-count{
  color: #f54545;
}

.account_fans_rank .topTenListBox ul li:nth-child(2) .rightBox > span.incident-count-icon,
.account_relation .topTenListBox ul li:nth-child(2) .rightBox > span.incident-count-icon,
.user-list .topTenListBox ul li:nth-child(2) .rightBox > span.incident-count-icon{
  background: url(../img/analysis_drag/hot_huo.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.account_fans_rank .topTenListBox ul li:nth-child(3) .rightBox > span.fans-count,
.account_relation .topTenListBox ul li:nth-child(3) .rightBox > span.fans-count,
.propagation_rank .topTenListBox ul li:nth-child(3) .rightBox > span.fans-count,
.user-list .topTenListBox ul li:nth-child(3) .rightBox > span.fans-count {
  color: #ff8547;
}
.account_fans_rank .topTenListBox ul li:nth-child(3) .rightBox > span.incident-count-icon,
.account_relation .topTenListBox ul li:nth-child(3) .rightBox > span.incident-count-icon,
.propagation_rank .topTenListBox ul li:nth-child(3) .rightBox > span.incident-count-icon,
.user-list .topTenListBox ul li:nth-child(3) .rightBox > span.incident-count-icon {
  background: url(../img/analysis_drag/hot_huo.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.account_fans_rank .topTenListBox ul li:nth-child(4) .rightBox > span.fans-count,
.account_relation .topTenListBox ul li:nth-child(4) .rightBox > span.fans-count,
.propagation_rank .topTenListBox ul li:nth-child(4) .rightBox > span.fans-count,
.user-list .topTenListBox ul li:nth-child(4) .rightBox > span.fans-count {
  color: #ffac38;
}
.account_fans_rank .topTenListBox ul li:nth-child(4) .rightBox > span.incident-count-icon,
.account_relation .topTenListBox ul li:nth-child(4) .rightBox > span.incident-count-icon,
.propagation_rank .topTenListBox ul li:nth-child(4) .rightBox > span.incident-count-icon,
.user-list .topTenListBox ul li:nth-child(4) .rightBox > span.incident-count-icon {
  background: url(../img/analysis_drag/hot_huo.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.top_ten_rankings .topTenListBox ul li:first-child .leftBox > span:first-child span.tdBar,
.propagation_rank .topTenListBox ul li:first-child .leftBox > span:first-child span.tdBar,
.account_relation .topTenListBox ul li:first-child .leftBox > span:first-child span.tdBar,
.account_fans_rank .topTenListBox ul li:nth-child(2) .leftBox > span:first-child span.tdBar {
  background-color: #f54545;
}
.top_ten_rankings .topTenListBox ul li:nth-child(2) .leftBox > span:first-child span.tdBar,
.propagation_rank .topTenListBox ul li:nth-child(2) .leftBox > span:first-child span.tdBar,
.account_relation .topTenListBox ul li:nth-child(2) .leftBox > span:first-child span.tdBar,
.account_fans_rank .topTenListBox ul li:nth-child(3) .leftBox > span:first-child span.tdBar {
  background-color: #ff8547;
}
.top_ten_rankings .topTenListBox ul li:nth-child(3) .leftBox > span:first-child span.tdBar,
.propagation_rank .topTenListBox ul li:nth-child(3) .leftBox > span:first-child span.tdBar,
.account_relation .topTenListBox ul li:nth-child(3) .leftBox > span:first-child span.tdBar,
.account_fans_rank .topTenListBox ul li:nth-child(4) .leftBox > span:first-child span.tdBar {
  background-color: #ffac38;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle,
.account_fans_rank .topTenListBox ul li.minWidthStyle,
.account_relation .topTenListBox ul li.minWidthStyle,
.propagation_rank .topTenListBox ul li.minWidthStyle,
.user-list .topTenListBox ul li.minWidthStyle {
  height: auto;
  line-height: 27px;
  padding: 10px 0 0;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle:first-child,
.account_fans_rank .topTenListBox ul li.minWidthStyle:first-child, 
.account_relation .topTenListBox ul li.minWidthStyle:first-child, 
.propagation_rank .topTenListBox ul li.minWidthStyle:first-child, 
.user-list .topTenListBox ul li.minWidthStyle:first-child {
  border-top: 0;
  padding-top: 0;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .leftBox,
.account_fans_rank .topTenListBox ul li.minWidthStyle .leftBox,
.account_relation .topTenListBox ul li.minWidthStyle .leftBox,
.propagation_rank .topTenListBox ul li.minWidthStyle .leftBox,
.user-list .topTenListBox ul li.minWidthStyle .leftBox {
  width: 100%;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .leftBox span:first-child,
.account_fans_rank .topTenListBox ul li.minWidthStyle .leftBox span:first-child, 
.account_relation .topTenListBox ul li.minWidthStyle .leftBox span:first-child, 
.propagation_rank .topTenListBox ul li.minWidthStyle .leftBox span:first-child, 
.user-list .topTenListBox ul li.minWidthStyle .leftBox span:first-child {
  width: auto;
  /* line-height: 20px; */
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .leftBox > span:nth-child(2) a,
.account_fans_rank .topTenListBox ul li.minWidthStyle .leftBox > span:nth-child(2) a,
.account_relation .topTenListBox ul li.minWidthStyle .leftBox > span:nth-child(2) a,
.propagation_rank .topTenListBox ul li.minWidthStyle .leftBox > span:nth-child(2) a,
.user-list .topTenListBox ul li.minWidthStyle .leftBox > span:nth-child(2) a {
  font-size: 16px;
  font-weight: 700;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .leftBox span:first-child span.tdBar,
.account_fans_rank .topTenListBox ul li.minWidthStyle .leftBox span:first-child span.tdBar,
.account_relation .topTenListBox ul li.minWidthStyle .leftBox span:first-child span.tdBar,
.propagation_rank .topTenListBox ul li.minWidthStyle .leftBox span:first-child span.tdBar,
.user-list .topTenListBox ul li.minWidthStyle .leftBox span:first-child span.tdBar {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 12px;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .rightBox,
.account_fans_rank .topTenListBox ul li.minWidthStyle .rightBox,
.account_relation .topTenListBox ul li.minWidthStyle .rightBox,
.propagation_rank .topTenListBox ul li.minWidthStyle .rightBox,
.user-list .topTenListBox ul li.minWidthStyle .rightBox {
  width: 100%;
  padding: 0px 0 12px 25px;
  color: #76828E;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .rightBox > span.author,
.account_fans_rank .topTenListBox ul li.minWidthStyle .rightBox > span.author,
.account_relation .topTenListBox ul li.minWidthStyle .rightBox > span.author,
.propagation_rank .topTenListBox ul li.minWidthStyle .rightBox > span.author,
.user-list .topTenListBox ul li.minWidthStyle .rightBox > span.author {
  max-width: calc(100% - 320px);
  padding-right: 10px;
  width: auto;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .rightBox > span.interactionNum,
.account_fans_rank .topTenListBox ul li.minWidthStyle .rightBox > span.interactionNum,
.account_relation .topTenListBox ul li.minWidthStyle .rightBox > span.interactionNum,
.propagation_rank .topTenListBox ul li.minWidthStyle .rightBox > span.interactionNum,
.user-list .topTenListBox ul li.minWidthStyle .rightBox > span.interactionNum{
  display: block;
  max-width: 150px;
}
.top_ten_rankings .topTenListBox ul li.minWidthStyle .rightBox > span.modileDate,
.account_fans_rank .topTenListBox ul li.minWidthStyle .rightBox > span.modileDate,
.account_relation .topTenListBox ul li.minWidthStyle .rightBox > span.modileDate,
.propagation_rank .topTenListBox ul li.minWidthStyle .rightBox > span.modileDate,
.user-list .topTenListBox ul li.minWidthStyle .rightBox > span.modileDate {
  display: none;
}
/* 短视频热文 */
.top_ten_rankings .short-video-list {
  height: 80px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.top_ten_rankings .short-video-list + .short-video-list {
  margin-top: 20px;
}
.top_ten_rankings .short-video-list .index-box {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #8eb9f5;
  margin-top: 5px;
  margin-left: 5px;
}
.top_ten_rankings .short-video-list:nth-child(1) .index-box {
  background-color: #f54545;
}
.top_ten_rankings .short-video-list:nth-child(2) .index-box {
  background-color: #ff8547;
}
.top_ten_rankings .short-video-list:nth-child(3) .index-box {
  background-color: #ffac38;
}
.top_ten_rankings .short-video-list .video-box {
  position: relative;
  width: 100px;
  height: 80px;
  margin: 0 20px;
  text-align: center;
  background: #000;
  overflow: hidden;
}
.top_ten_rankings .short-video-list .video-box video {
  height: 100%;
  width: 100%;
  background: #000;
}
.top_ten_rankings .short-video-list .video-box img {
  height: 100%;
  /* width: 100%; */
  display: inline-block;
}
.top_ten_rankings .short-video-list .video-box a {
  display: inline-block;
  color: #fff;
}
.top_ten_rankings .short-video-list .video-box .san-box {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_ten_rankings .short-video-list .video-box .san-box >i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%,-50%);
  color: #fff;
}
.top_ten_rankings .short-video-list .info-box {
  width: calc(100% - 165px);
  height: 80px;
  color: #76828E;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.top_ten_rankings .short-video-list .info-box .info-title {
  font-size: 16px;
  font-weight: 700;
  color: #01246a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.top_ten_rankings .short-video-list .info-box .info-title a {
  color: #01246a;
}
.top_ten_rankings .short-video-list .info-box .info-title + div {
  max-height: 60px;
}
.top_ten_rankings .short-video-list .info-box >div >span + span {
  margin-left: 10px;
}

.time_line .timeLineBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.time_line .cbp_tmtimeline {
  margin: 0;
}
.time_line .cbp_tmtimeline:before {
  width: 2px;
  left: 58px;
  background: #65AEE8;
  margin-left: 0;
}
.time_line .cbp_tmtimeline > li {
  position: relative;
}
.time_line .cbp_tmtimeline > li::before {
  content: " ";
  height: 10px;
  width: 10px;
  background: #65AEE8;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 54px;
  box-shadow: 0 0 0 4px rgba(175, 220, 248, 0.5);
}
.time_line .cbp_tmtimeline > li .cbp_tmtime {
  width: 75px;
  padding-right: 35px;
}
.time_line .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 20px;
  color: #65AEE8;
}
.time_line .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 15px;
  color: #bdd0db;
}
.time_line .cbp_tmtimeline > li .cbp_tmlabel {
  background: #fff;
  border: 1px solid #65AEE8;
  padding: 0 20px;
  margin-left: 84px;
}
.time_line .cbp_tmtimeline > li .cbp_tmlabel::before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #65AEE8;
  border-width: 12px;
  top: 8px;
}
.time_line .cbp_tmtimeline > li .cbp_tmlabel::after {
  border-right-color: #fff;
}
.time_line .cbp_tmtimeline > li .cbp_tmlabel .hiddenTimeBox {
  display: none;
}
.time_line .mainInfoList {
  width: 100%;
  padding-bottom: 15px;
  /* border-bottom: 1px dashed #e6e6e6; */
  position: relative;
}
.time_line .mainInfoList:last-child {
  border-bottom: none;
}
.time_line .mainInfoList.similariesList {
  background-color: #e6eff2;
}
.time_line .mainInfoList .checkbox {
  display: none;
}
.time_line .mainInfoList .infoInputBox {
  position: relative;
  top: 5px;
}
.time_line .search_infos_ipage .mainInfoList .mainInfo {
  padding: 12px 0 13px 0px;
  position: relative;
  border-bottom: 0px;
}
.time_line .mainInfoList .mainInfo .infoTitle {
  display: inline-block;
  font-size: 14px;
  color: #262626;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.time_line .mainInfoList .mainInfo .infoTitle a {
  /* color: #262626; */
  color: #01246a;
}
.time_line .mainInfoList .mainInfo .textContantBox {
  font-size: 15px;
  width: 100%;
  min-height: 40px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
  cursor: pointer;
}
.time_line .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  color: gray;
}
.time_line .mainInfoList .mainInfo .textContantBox.textContantBoxTop span.marke-red {
  color: red;
}
.time_line .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #494949;
}
.time_line  .search_infos_ipage .mainInfoList .mainInfo .bottomBar {
  width: 100%;
  height: auto;
  line-height: 16px;
  font-size: 12px;
  padding-bottom: 0px;
  position: relative;
  color: #8C8C8C;
}
.time_line .mainInfoList .mainInfo .bottomBar span.pull-left + span {
  margin-right: 16px;
  margin-left: 0px;
}
.time_line .mainInfoList .mainInfo .bottomBar span.pull-right {
  margin-right: 20px;
}
.time_line .mainInfoList .mainInfo .bottomBar a.linkUrl {
  color: #21c7ce;
}
.time_line .mainInfoList .mainInfo .bottomBar span.mobileDate {
  display: none;
}

.source_analysis .time_line .cbp_tmtimeline > li .cbp_tmlabel,#analysisChart[data-id="source_analysis"] .time_line .cbp_tmtimeline > li .cbp_tmlabel{
  padding-right: 70px;
}
.source_analysis .data-source-icon,.time_line .data-source-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}
.source_analysis .data-source-icon img ,.time_line .data-source-icon img{
  height: 40px;
}

.news_hot_ranking .newsHotRanking::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.news_hot_ranking .mainInfoList {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
  padding-left: 25px;
}
.news_hot_ranking .newsHotRanking .mainInfoList:first-child .mainInfo {
  padding-top: 0;
}
.news_hot_ranking .newsHotRanking .mainInfoList:last-child {
  border-bottom: none;
}
.news_hot_ranking .mainInfoList.similariesList {
  background-color: #e6eff2;
}
.news_hot_ranking .mainInfoList .indexBox {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #8eb9f5;
  color: #fff;
  top: 17px;
  left: 5px;
  font-size: 12px;
}
.news_hot_ranking .mainInfoList:first-child .indexBox {
  background-color: #f54545;
  top: 7px;
}
.news_hot_ranking .mainInfoList:nth-child(2) .indexBox {
  background-color: #ff8547;
}
.news_hot_ranking .mainInfoList:nth-child(3) .indexBox {
  background-color: #ffac38;
}
.news_hot_ranking .mainInfoList .infoInputBox {
  position: relative;
  top: 5px;
}
.news_hot_ranking .mainInfoList .mainInfo {
  padding: 10px 0 0 5px;
}
.news_hot_ranking .mainInfoList .mainInfo .infoTitle {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #34487c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.news_hot_ranking .mainInfoList .mainInfo .infoTitle a {
  /* color: #494949; */
  color: #01246a;
}
.news_hot_ranking .mainInfoList .mainInfo .textContantBox {
  font-size: 15px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
  cursor: pointer;
}
.news_hot_ranking .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  color: gray;
}
.news_hot_ranking .mainInfoList .mainInfo .textContantBox.textContantBoxTop span.marke-red {
  color: gray;
}
.news_hot_ranking .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #262626;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar span.pull-left {
  margin-right: 20px;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar span.pull-right {
  margin-right: 20px;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar a.linkUrl {
  color: #21c7ce;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar span.mobileDate {
  display: none;
}
.news_hot_ranking .mainInfoList .mainInfo .bottomBar span.pull-left i.fa-mobile {
  top: 3px!important;
}
.news_hot_ranking .mainInfoList .classifyBox {
  height: 30px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #666;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #ccc;
}

/* 热点发现 */
.hot_incident .search_infos_ipage,.author_ranking .search_infos_ipage,.column_ranking .search_infos_ipage {
  height: calc(100% - 36px);
}
.hot-incident-header {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f0f4f7;
}
.hot-incident-header >div:nth-child(1) {
  width: 78px;
}
.hot-incident-header >div:nth-child(2) {
  /* width: calc(100% - 155px); */
  width: calc(100% - 170px);
  text-align: left;
}
.hot-incident-header >div:nth-child(3) {
  min-width: 90px;
  text-align: center;
}
.hot_incident .hot-incident-header >div:nth-child(3) {
  min-width: 120px;
  text-align: center;
}
.hot-incident-list {
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* cursor: pointer; */
}
.hot-incident-list .addGarbage {
  cursor: pointer; 
}
div.hot-incident-list.active {
  background-color: #b9dcf2;
}
.hot-incident-list:nth-child(2n) {
  height: 36px;
  background-color: #f0f4f7;
}
.hot-incident-list .incident-icon-box {
  width: 78px;
  height: 100%;
  text-align: center;
  line-height: 42px;
  color: #74accf;
}
.hot-incident-list .incident-icon-box img {
  width: 16px;
}
.hot-incident-list .incident-title {
  width: calc(100% - 147px);
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 10px;
  flex: 1;
}
.hot-incident-list .incident-title a {
  color: #1a1a1a;
}
.hot-incident-list .incident-count {
  width: 90px;
  color: #74accf;
  text-align: center;
}
.hot_topic .hot-incident-list .incident-count {
  width: 60px;
}
.author_ranking .hot-incident-list .incident-count {
  width: auto;
  min-width: 90px;
  max-width: 170px;
}
.item:first-child .hot-incident-list:nth-child(1) .incident-icon-box {
  background: url(../img/hot1.png) no-repeat center / 16px auto !important;
  color:transparent;
}
.item:first-child .hot-incident-list:nth-child(2) .incident-icon-box {
  background: url(../img/hot2.png) no-repeat center / 16px auto !important;
  color:transparent;
}
.item:first-child .hot-incident-list:nth-child(3) .incident-icon-box {
  background: url(../img/hot3.png) no-repeat center / 16px auto !important;
  color:transparent;
}
.item:first-child .hot-incident-list:nth-child(1) .incident-count {
  color: #e93112;
}
.item:first-child .hot-incident-list:nth-child(2) .incident-count {
  color: #fd8209;
}
.item:first-child .hot-incident-list:nth-child(3) .incident-count {
  color: #ffd041;
}

.hot-incident-header + .item {
  counter-reset: section 0;
}
.hot-incident-header + .search_infos_ipage .content_div{
  counter-reset: section 0;
}
.hot-incident-header + .search_infos_ipage .content_div  .hot-incident-list .incident-icon-box::before,.hot-incident-header + .item .hot-incident-list .incident-icon-box::before {
  counter-increment: section 1;
  content: counter(section);
}
.hot_topic .list-clone-box {
  counter-reset: section;
}
.hot-incident-header + .item .hot-incident-list:nth-child(1) .incident-icon-box {
  background: url(../img/hot1.png) no-repeat center / 16px auto;
  color: transparent;
}
.hot-incident-header + .item .hot-incident-list:nth-child(2) .incident-icon-box {
  background: url(../img/hot2.png) no-repeat center / 16px auto;
  color: transparent;
}
.hot-incident-header + .item .hot-incident-list:nth-child(3) .incident-icon-box {
  background: url(../img/hot3.png) no-repeat center / 16px auto;
  color: transparent;
}
.hot-incident-header + .item .hot-incident-list:nth-child(1) .incident-count {
  color: #e93112;
}
.hot-incident-header + .item .hot-incident-list:nth-child(2) .incident-count {
  /* color: #fd8209; */
  color: #FF6535;
}
.hot-incident-header + .item .hot-incident-list:nth-child(3) .incident-count {
  /* color: #ffd041; */
  color: #C97552;
}
/* 微信榜单 */
.wechat_ranking_list {
  /* height: 100px; */
  height: 70px;
  border-bottom: 1px solid #E6E6E6;
  color: #999;
  /* padding: 25px 0; */
  cursor: pointer;
}
.wechat_ranking_list.mblog_ranking_list {
  /* padding: 20px 0; */
}
.wechat_ranking_list .index-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50px;
  color: #9D9D9D;
}
.search_infos_ipage .item:first-child .wechat_ranking_list .index-box span {
  height: 16px;
  min-width: 16px;
  background: #F0F0F0;
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
  padding: 0 2px;
  box-sizing: border-box;
}
.search_infos_ipage .item:first-child .wechat_ranking_list:first-child .index-box span{
  /* background: url(../img/hot1.png) no-repeat center / 16px; */
  color: #fff;
  background: #FE7770;
}
.search_infos_ipage .item:first-child .wechat_ranking_list:nth-child(2) .index-box span{
  /* background: url(../img/hot2.png) no-repeat center / 16px; */
  color: #fff;
  background: #FF9030;
}
.search_infos_ipage .item:first-child .wechat_ranking_list:nth-child(3) .index-box span{
  /* background: url(../img/hot3.png) no-repeat center / 16px; */
  color: #fff;
  background: #6093FF;
}
.wechat_ranking_list .list-info-box {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  /* max-width: calc(100% - 800px); */
  max-width: calc(100% - 700px);
  min-width: 70px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.wechat_ranking .wechat_ranking_list .list-info-box {
  max-width: calc(100% - 820px);
}
.mblog_ranking_en .wechat_ranking_list .weibo_keng,
.mblog_ranking_en .wechat_ranking_list .list-info-box{
  max-width: calc(100% - 970px);
}
.douyin_ranking.mblog_ranking_en .wechat_ranking_list .list-info-box{
  max-width: calc(100% - 825px);
}
.wechat_ranking_list .list-info-box .user-name {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.wechat_ranking_list .list-info-box .userName {
  display: flex;
  color: #6C6C6C;
}
.wechat_ranking_list .list-info-box .info-bottom,
.wechat_ranking_list .list-info-box .info-top {
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.wechat_ranking_list .list-info-box .info-top {
  width: auto;
}
.wechat_ranking_list .list-info-box .info-bottom {
  color: #6C6C6C;
}
.wechat_ranking_list .head-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80px;
}
.wechat_ranking_list .head-box img {
  display: block;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
}
.wechat_ranking_list .info-num-box {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin-right: 20px;
  height: 100%;
  color: #6C6C6C;
  width: 70px;
}
.wechat_ranking_list .info-num-box span:first-child {
  color: #FF4F34;
  font-size: 16px;
}
.wechat_ranking_list .info-num-box span:last-child {
  font-size: 14px;
}
.wechat-ranking-header {
  height: 44px;
  background: #F2F2F2;
  border: 1px solid #EEEEEE;
  padding-left: 18px;
  color: #4A4A4A;
  font-weight: 500;
  font-family: 'SourceHanSansCN-Medium';
}
.wechat-ranking-header >div {
  height: 100%;
  line-height: 44px;
}
.wechat-ranking-header .exportBtn,.wechat-ranking-header .siteGroupModalBtn {
  /* margin-left: 80px; */
  margin-left: 20px;
  cursor: pointer;
}
.wechat-ranking-header .exportBtn >i {
  margin-right: 5px;
}
.wechat-ranking-header .siteGroupModalBtn >i {
  margin-right: 5px;
}
.wechat-ranking-header .sort-btn {
  /* padding: 0 13px; */
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  float: right;
  text-align: center;
}
.wechat-ranking-header .sort-btn.active {
  color: #0090FF;
  background: url('../img/analysis_drag/sortbtn-bg.png') no-repeat;
  background-size: 100% 100%;
}
.wechat-ranking-header+.search_infos_ipage {
  height: calc(100% - 44px);
  border: 1px solid #EEEEEE;
  border-top: 0;
}
.wechat-ranking-header .mblog{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-ranking-header .mblog_1{
  /* width: 15%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-ranking-header .mblog_2{
  max-width: 13%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-ranking-header .mblog_3{
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-ranking-header .mblog_4{
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-ranking-header .mblog_5{
  width: 37%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1500px) and (max-width: 1650px) {
  .wechat-ranking-header .mblog_3{
    width: 31%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .wechat-ranking-header .mblog_4 {
    width: 42%;
  }
  .wechat-ranking-header .mblog_5{
    width: 43%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1733px) {
  .wechat-ranking-header .mblog_4 {
    width: 38%;
  }
  .wechat-ranking-header .mblog_5 {
    width: 46%;
  }
}
@media screen and (min-width: 1733px) and (max-width: 1785px) {
  .wechat-ranking-header .mblog_4 {
    width: 35%;
  }
  .wechat-ranking-header .mblog_3 {
     width: 34%;
   }
  .wechat-ranking-header .mblog_5 {
    width: 42%;
  }
}
@media screen and (min-width: 1785px) and (max-width: 1830px) {
  .wechat-ranking-header .mblog_3{
    width: 36%;
  }
  .wechat-ranking-header .mblog_4 {
    width: 32%;
  }
  .wechat-ranking-header .mblog_5 {
    width: 43%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1500px) {
  .wechat-ranking-header .mblog{
    width: 8%;
  }
  .wechat-ranking-header .mblog_1{
     width: 8%;
  }
  .wechat-ranking-header .mblog_2{
    max-width: 8%;
  }
  .wechat-ranking-header .mblog_3{
    width: 8%;
  }
  .wechat-ranking-header .mblog_4 {
    width: 8%;
  }
  .wechat-ranking-header .mblog_5 {
    width: 8%;
  }
}

.wechat_ranking_list_six {
  height: 46px;
  line-height: 46px !important;
  border: none;
  padding: 0px 0px;
  color: #fff !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wechat_ranking_list_six .index-box {
  width: 50px;
  text-align: center;
}
.wechat_ranking_list_six .list-info-box {
  width: calc(40% - 50px);
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six .index-box {
  color: #fff;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(-n + 3) .index-box {
  background: none !important;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(-n + 3) .index-box >span {
  display: block;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(-n + 3) .index-box .wechatSixIcon {
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 17px;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(1) .index-box .wechatSixIcon {
  background: url('../img/big_screen/themeSixth/gold.png') no-repeat center;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(2) .index-box .wechatSixIcon {
  background: url('../img/big_screen/themeSixth/sliver.png') no-repeat center;
}
.search_infos_ipage .item:first-child .wechat_ranking_list_six:nth-child(3) .index-box .wechatSixIcon {
  background: url('../img/big_screen/themeSixth/copper.png') no-repeat center;
}
.wechat_ranking_list_six .list-info-box {
  width: calc(40% - 50px) !important;
 
}
.wechat_ranking_list_six .list-info-box .user-name {
  color: #fff;
  font-weight: 400;
  color: #fff;
}
.wechat_ranking_list_six .info-num-box span:first-child {
  color: #fff;
}
.wechat_ranking_list_six .list-info-box .info-top{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat_ranking_list_six .info-num-box {
  width: 20%;
  text-align: center;
}

/* facebook 榜单 */
table.rankingTable thead tr {
  background-color: #f3f3f3;
}
table.rankingTable thead tr th {
  border-bottom: none;
  color: #2d98df !important;
  font-weight: 400;
  font-size: 14px;
}
table.rankingTable thead tr th:nth-child(-n + 3) {
  white-space: nowrap !important;
}
tbody.rankingTbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  max-width: 160px;
  cursor: auto !important;
  min-width: 16px;
}
tbody.rankingTbody tr.even {
  background: #fafafa !important;
}
tbody.rankingTbody td.head-img-td {
  padding: 8px !important;
}
tbody.rankingTbody td .head-img-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #262626;
}
tbody.rankingTbody td .head-img-box >div {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: #F0F0F0;
  color: #9D9D9D;
  line-height: 30px;
  margin-right: 10px;
}
tbody.rankingTbody  tr:nth-child(1) td .head-img-box >div {
  background: #FE7770;
  color: #fff;
}
tbody.rankingTbody  tr:nth-child(2) td .head-img-box >div {
  background: #FF9030;
  color: #fff;
}
tbody.rankingTbody  tr:nth-child(3) td .head-img-box >div {
  background: #6093FF;
  color: #fff;
}
tbody.rankingTbody td .head-img-box >div:empty {
  display: none;
}
tbody.rankingTbody td .head-img-box >span {
  max-width: calc(100% - 43px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  text-decoration: underline;
}
tbody.rankingTbody tr:nth-child(1) td:nth-child(1):not(.dataTables_empty):not(.noData) {
  background: url(../img/hot1.png) no-repeat center;
  color: transparent;
}
tbody.rankingTbody tr:nth-child(2) td:nth-child(1) {
  background: url(../img/hot2.png) no-repeat center;
  color: transparent;
}
tbody.rankingTbody tr:nth-child(3) td:nth-child(1) {
  background: url(../img/hot3.png) no-repeat center;
  color: transparent;
}
table.rankingTable +.dataTables_info {
  display: none;
}
tbody.rankingTbody {
  counter-reset: section 0;
}
tbody.rankingTbody tr td:not(.dataTables_empty):not(.noData):first-child::before {
  counter-increment: section 1;
  content: counter(section);
}
/* 滚动模式产生无用头等 */
/* .dataTables_scrollBody table.dataTable thead {
  display: none;
}
.dataTables_scrollBody table.dataTable tbody tr:first-child td {
  border-top: none;
} */
.no-empty-text .dataTables_empty {
  display: none;
}


#analysisChart[data-id="tw_ranking"],
#analysisChart[data-id="fb_ranking"],
#analysisChart[data-id="ytb_ranking"],
#analysisChart[data-id="wechat_ranking"],
#analysisChart[data-id="mblog_ranking"],
#analysisChart[data-id="douyin_ranking"],
#analysisChart[data-id="app_ranking"],
#analysisChart[data-id="manuscript_monitor"] {
  height: calc(100vh - 100px);
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  margin-top: 10px;
}
#analysisChart[data-id="wechat_ranking"] .content-box,
#analysisChart[data-id="mblog_ranking"] .content-box,
#analysisChart[data-id="douyin_ranking"] .content-box,
#analysisChart[data-id="app_ranking"] .content-box,
#analysisChart[data-id="manuscript_monitor"] .content-box {
  margin-bottom: 0;
}
#analysisDrilldownContent #analysisChart[data-id="tw_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="fb_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="ytb_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="wechat_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="mblog_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="douyin_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="app_ranking"] .small-box.content_ >div:first-child,
#analysisDrilldownContent #analysisChart[data-id="manuscript_monitor"] .small-box.content_ >div:first-child {
  max-width: none;
}
#analysisChart[data-id="tw_ranking"] .content-box .content_,
#analysisChart[data-id="fb_ranking"] .content-box .content_,
#analysisChart[data-id="ytb_ranking"] .content-box .content_,
#analysisChart[data-id="wechat_ranking"] .content-box .content_,
#analysisChart[data-id="mblog_ranking"] .content-box .content_,
#analysisChart[data-id="douyin_ranking"] .content-box .content_,
#analysisChart[data-id="app_ranking"] .content-box .content_,
#analysisChart[data-id="manuscript_monitor"] .content-box .content_ {
  max-width: none;
}
.defineDelBtn {
  display: none;
}
.defineDelBtn:hover {
  color: #e46a76;
  cursor: pointer;
}
div[data-list-type="0"] .defineDelBtn {
  display: inline-block;
}

.manuscript-monitor-header+.search_infos_ipage {
  height: calc(100% - 44px);
  width: 100%;
}
.manuscript-monitor-header {
  height: 44px;
  background-color: #F5F5F5;
  padding-right: 7px;
  border: 1px solid #E6E6E6;
  position: relative;
}
.manuscript-monitor-header >div {
  line-height: 42px;
  float: left;
  border-right: 1px solid #E6E6E6;
  text-align: center;
}
.manuscript-monitor-header >.exportBtn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  cursor: pointer;
  display: none;
}
.search_infos_tbody .manuscript-monitor-list{
  display:block;
}
.search_infos_tbody .manuscript-monitor-list> div{
  float:left;
}
.search_infos_tbody .manuscript-monitor-list .info-title-box{
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left:10px;
}
.search_infos_tbody .manuscript-monitor-list .list-title {
  display:inline;
}
.search_infos_tbody .manuscript-monitor-list .info-account-box{
  width: 100%;
  text-align: left;
  padding-left:10px;
}
.manuscript-monitor-header.search_infos_table{
  margin-right:8px;
  padding-right:0;
}
.manuscript-monitor-header.search_infos_table  >div:nth-child(odd),
.manuscript-monitor-header.search_infos_table  >div:nth-child(even),
.search_infos_tbody .manuscript-monitor-list > div{
  width:90px;
}
.search_infos_tbody .manuscript-monitor-list > div:nth-child(1),
.manuscript-monitor-header.search_infos_table  >div:nth-child(1) {
  width:60px;
}
.search_infos_tbody .manuscript-monitor-list{
  border:1px solid #e6e6e6;
}

.search_infos_tbody .manuscript-monitor-list > div:nth-child(3),
.manuscript-monitor-header.search_infos_table  >div:nth-child(3) {
  width:30%;
}
.search_infos_tbody .manuscript-monitor-list > div:nth-child(4),
.manuscript-monitor-header.search_infos_table  >div:nth-child(4) {
  width:20%;
}
.search_infos_tbody .manuscript-monitor-list > div:last-child,
.manuscript-monitor-header.search_infos_table  >div:last-child {
  width:calc(50% - 330px);
  border-right:none;
}
.search_infos_tbody .manuscript-monitor-list > div:last-child .info-num-box {
  width:auto;
}
.manuscript-monitor-header.search_infos_table  >div:last-child .info-num-box {
  width:100%;
}
.manuscript-monitor-header.search_infos_table  >div:nth-child(6),
.search_infos_tbody .manuscript-monitor-list > div:nth-child(6) {
  border-right:1px solid #e6e6e6;
}

.search_infos_tbody .manuscript-monitor-list{
  width:calc(100% - 8px);
}
.manuscript-monitor-header >div:nth-child(1) {
  width: calc(100% - 905px);
}
.manuscript-monitor-header >div:nth-child(2) {
  width: 91px;
}
.manuscript-monitor-header >div:nth-child(3) {
  width: 91px;
}
.manuscript-monitor-header >div:nth-child(4) {
  width: 91px;
}
.manuscript-monitor-header >div:nth-child(5) {
  width: 271px;
}
.manuscript-monitor-header >div:nth-child(6) {
  width: 361px;
  border: none;
}
.manuscript-monitor-header >div:nth-child(2n) {
  background: #FAFAFA;
}
.manuscript-monitor-list {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border:1px solid transparent;
  border-top:none;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}
.manuscript-monitor-list >div {
  border-right: 1px solid #E6E6E6;
}
.manuscript-monitor-list >div:nth-child(2n) {
  background: #FAFAFA;
}
.manuscript-monitor-list >div.info-box {
  width: calc(100% - 900px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
.manuscript-monitor-list >div.info-box .info-box-body {
  /* height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; */
}
.manuscript-monitor-list >div.info-box .list-title {
  color: #262626;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4em;
  max-height: 2.8em;
}
.manuscript-monitor-list >div.info-box .list-info {
  border: none;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}
.manuscript-monitor-list >div.info-box .list-info >i {
  margin-right: 10px;
}
.manuscript-monitor-list >div:not(.info-box) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.manuscript-monitor-list .info-num-box {
  width: 90px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.manuscript-monitor-list .info-num-box >span:first-child {
  color: #FB9678;
  font-size: 16px;
}
.manuscript-monitor-list info-num-box >span:last-child {
  color: #999;
  font-size: 12px;
}
/* 闻海指数排行 */
.influence-ranking-header {
  height: 36px;
  width: 100%;
  background-color: #eee;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.influence-ranking-header >div {
  height: 100%;
  /* line-height: 36px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.influence-ranking-header >div:nth-child(1) {
  width: 40px;
}
.influence-ranking-header >div:nth-child(2) {
  width: calc(50% - 40px);
}
.influence-ranking-header >div:nth-child(3) {
  width: 50%;
}
.influence-ranking-body {
  height: calc(100% - 36px);
  overflow-y: auto;
}
.influence-ranking-list {
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}
.influence-ranking-list .influence-ranking-index-box {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.influence-ranking-list .influence-ranking-index-box .influence-ranking-index {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #88AED4;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.influence-ranking-list:nth-child(1) .influence-ranking-index-box .influence-ranking-index {
  background-color: #FA0D1C;
}
.influence-ranking-list:nth-child(2) .influence-ranking-index-box .influence-ranking-index {
  background-color: #E7601D;
}
.influence-ranking-list:nth-child(3) .influence-ranking-index-box .influence-ranking-index {
  background-color: #F49626;
}
.influence-ranking-list .influence-ranking-name {
  width: calc(50% - 40px);
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: center;
}
.influence-ranking-list .influence-ranking-bar-box {
  width: 50%;
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.influence-ranking-list .influence-ranking-bar-box .influence-ranking-bar {
  width: 100%;
  height: 14px;
  background-color: #E5E5E5;
}

.influence-ranking-list .influence-ranking-bar-box .influence-ranking-bar-bg {
  /* width: 80%; */
  height: 100%;
  background: linear-gradient(to right, #1A9BEC 0%, #20BFF8 100%);
}
.influence-ranking-list .influence-ranking-bar-box .influence-ranking-bar-num {
  position: absolute;
  right: 15px;
}

/* 分栏组件  锚点跳跃组件 */
/* 组件禁止改变大小 */
.subfield_module.modulars ~.gs-resize-handle,
.anchorTp_module.modulars ~.gs-resize-handle,
.time_toggle.modulars ~.gs-resize-handle{
  display: none;
  pointer-events: none;
}
/* 只显示内容区 */
#analysisModular .subfield_module.modulars .content-title,
#analysisModular .anchorTp_module.modulars .content-title.small-box.i-block {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#analysisModular .time_toggle.modulars .content-title,
#analysisModular .filter_option.modulars .content-title {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 10px;
}
#analysisModular .subfield_module .content-box .content-title .echarts3-title,
#analysisModular .anchorTp_module .content-box .content-title .echarts3-title,
#analysisModular .time_toggle .content-box .content-title .echarts3-title,
#analysisModular .filter_option .content-box .content-title .echarts3-title {
  display: none;
}
#analysisModular .subfield_module .content-box .content_,
#analysisModular .anchorTp_module .content-box .content_,
#analysisModular .time_toggle .content-box .content_,
#analysisModular .filter_option .content-box .content_ {
  height: 100% !important;
  padding: 0 !important;
}
#analysisModular .anchorTp_module,
#analysisModular .anchorTp_module .content-box {
  background: transparent;
}
.modulars.subfield_module [id*="subfield_module"] {
  background: url(../img/subfield-icon.png) no-repeat 20px center / 24px auto,
              url(../img/subfield-bg.png) no-repeat right bottom / 35px auto;
}
.subfield_module_title {
  position: absolute;
  top: 50%;
  left: 63px;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #262626;
}
/* 分栏组件 删除样式 */
.gs-w .subfield_module ~.delShadow,
.gs-w .anchorTp_module ~.delShadow,
.gs-w .time_toggle ~.delShadow,
.gs-w .filter_option ~.delShadow {
  align-items: center;
  flex-direction: row;
}
.gs-w .subfield_module ~.delShadow >div:nth-child(1),
.gs-w .anchorTp_module ~.delShadow >div:nth-child(1),
.gs-w .time_toggle ~.delShadow >div:nth-child(1),
.gs-w .filter_option ~.delShadow >div:nth-child(1) {
  margin-right: 40px;
}
.gs-w .subfield_module ~.delShadow >div:nth-child(2),
.gs-w .anchorTp_module ~.delShadow >div:nth-child(2),
.gs-w .time_toggle ~.delShadow >div:nth-child(2),
.gs-w .filter_option ~.delShadow >div:nth-child(2) {
  margin-top: 0;
}

.gs-w[data-id="time_toggle"],
.gs-w[data-id="filter_option"] {
  z-index: 500;
}

#analysisDetail #modalPreviewBox {
  position: fixed;
  top: 120px;
  left: calc(100% - 236px);
  right: 35px;
  padding-right: 10px;
  overflow-y: auto;
  bottom: 75px;
}
#analysisDetail #modalPreviewBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#analysisDetail #modalPreviewBox ul {
  padding-left: 30px;
  margin: 0;
  position: relative;
}
#analysisDetail #modalPreviewBox ul::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 20px;
  left: 18px;
  bottom: 20px;
  background-color: #CFDAE4;
}
#analysisDetail #modalPreviewBox ul li {
  line-height: 41px;
  font-size: 15px;
  position: relative;
  font-weight: 700;
  color: #2F3033;
  user-select: none;
}
#analysisDetail #modalPreviewBox ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  top: 18px;
  left: -16px;
  background-color: #CFDAE4;
}
#analysisDetail #modalPreviewBox ul li.active::before {
  background-color: #2C7EFB;
}
#analysisDetail #modalPreviewBox ul li > span {
  position: relative;
}
#analysisDetail #modalPreviewBox ul li > span .modulNum {
  position: absolute;
  height: 14px;
  /*width: 14px;*/
  border-radius: 10px;
  background-color: #FF466B;
  color: #fff;
  line-height: 14px;
  text-align: center;
  top: 1px;
  /*right: -18px;*/
  left: 100%;
	margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  display: none;
  padding: 0 3.5px;
}
#analysisDetail #modalPreviewBox ul li.active > span {
  color: #2C7EFB;
}
#analysisDetail #modalPreviewBox ul li .modulListBox {
  border: 1px solid #e9e9e9;
  position: relative;
  font-size: 12px;
  max-width: 100%;
  padding: 5px 0 0 5px;
  border-radius: 4px;
  border-top-left-radius: 0;
  line-height: normal;
  background-color: #fff;
  display: none;
}
#analysisDetail #modalPreviewBox ul li .modulListBox::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #dbdbdb;
  position: absolute;
  top: -11px;
  left: 0px;
}
#analysisDetail #modalPreviewBox ul li .modulListBox::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -10px;
  left: 0px;
}
#analysisDetail #modalPreviewBox ul li .modulListBox .modulList {
  border: 1px solid #e9e9e9;
  display: inline-block;
  line-height: 12px;
  padding: 5px;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 5px;
  position: relative;
  max-width: calc(95%);
  /* padding-right: 16px; */
  margin-right: 3px;
}
#analysisDetail #modalPreviewBox ul li .modulListBox .modulList .nameText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}
#analysisDetail #modalPreviewBox ul li .modulListBox .modulList i {
  font-size: 12px;
  position: absolute;
  right: -1px;
  top: 6px;
  cursor: pointer;
  display: none;
}
#analysisDetail #modalPreviewBox ul li .modulListBox .modulList i:hover {
  color: #e46a76;
}
@keyframes previewAnimate {
  0%   {
        box-shadow: 0px 0px 4px rgb(73, 53, 248);
  }
  20%  {
        box-shadow: none;
  }
  40%  {
        box-shadow: 0px 0px 4px rgb(73, 53, 248);
  }
  60% {
        box-shadow: none;
  }
  80%  {
        box-shadow: 0px 0px 4px rgb(73, 53, 248);
  }
  100% {
        box-shadow: 0px 0px 4px rgb(73, 53, 248);
  }
}


#analysisChart .cbp_tmtimeline {
  margin: 0;
}
#analysisChart .cbp_tmtimeline:before {
  width: 2px;
  left: 120px;
  background: #65AEE8;
  margin-left: 0;
}
#analysisChart .cbp_tmtimeline > li {
  position: relative;
}
#analysisChart .cbp_tmtimeline > li.active:before {
  background: #f00 !important;
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.5);
}
#analysisChart .cbp_tmtimeline > li.active .cbp_tmlabel {
  border: 1px solid #f00 !important;
}
#analysisChart .cbp_tmtimeline > li.active .cbp_tmlabel::before {
  border-right-color: #f00 !important;
}
#analysisChart .cbp_tmtimeline > li::before {
  content: " ";
  height: 10px;
  width: 10px;
  background: #65AEE8;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 116px;
  box-shadow: 0 0 0 4px rgba(175, 220, 248, 0.5);
}
#analysisChart .cbp_tmtimeline > li .cbp_tmtime {
  width: 175px;
  padding-right: 85px;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 20px;
  color: #65AEE8;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 15px;
  color: #bdd0db;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmlabel {
  background: #fff;
  border: 1px solid #65AEE8;
  padding: 0 20px;
  margin-left: 160px;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmlabel::before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #65AEE8;
  border-width: 12px;
  top: 8px;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmlabel::after {
  border-right-color: #fff;
}
#analysisChart .cbp_tmtimeline > li .cbp_tmlabel .hiddenTimeBox {
  display: none;
}
#analysisChart .timeLineBox .mainInfoList {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}
#analysisChart .timeLineBox .mainInfoList:last-child {
  border-bottom: none;
}
#analysisChart .timeLineBox .mainInfoList.similariesList {
  background-color: #e6eff2;
}
#analysisChart .timeLineBox .mainInfoList .checkbox {
  display: none;
}
#analysisChart .timeLineBox .mainInfoList .infoInputBox {
  position: relative;
  top: 5px;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo {
  padding: 10px 0 0 0px;
  position: relative;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .infoTitle {
  display: inline-block;
  font-size: 16px;
  color: #262626;
  height: auto;
  line-height: 25px;
  font-weight: 700;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
  cursor: pointer;
  margin-bottom: 5px;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .infoTitle a {
  color: #262626;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .textContantBox {
  font-size: 15px;
  width: 100%;
  min-height: 40px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
  cursor: pointer;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  color: gray;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .textContantBox.textContantBoxTop span.marke-red {
  color: red;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #494949;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .bottomBar {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  color: #404040;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .bottomBar span.pull-left + span {
  margin-left: 20px;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .bottomBar span.pull-right {
  margin-right: 20px;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .bottomBar a.linkUrl {
  color: #21c7ce;
}
#analysisChart .timeLineBox .mainInfoList .mainInfo .bottomBar span.mobileDate {
  display: none;
}
#analysisChart .newsHotRanking .mainInfoList {
  width: 100%;
  padding-bottom: 15px;
  border: 1px solid transparent;
  border-bottom-color: #e6e6e6;
  position: relative;
  padding-left: 25px;
}
#analysisChart .newsHotRanking .mainInfoList:last-child {
  border-bottom: none;
}
#analysisChart .newsHotRanking .mainInfoList.similariesList {
  background-color: #e6eff2;
}
#analysisChart .newsHotRanking .mainInfoList.active {
  border: 1px solid #f00;
  border-radius: 5px;
}
#analysisChart .newsHotRanking .mainInfoList .indexBox {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  background-color: #8eb9f5;
  color: #fff;
  top: 15px;
  left: 5px;
}
#analysisChart .newsHotRanking .mainInfoList:first-child .indexBox {
  background-color: #f54545;
}
#analysisChart .newsHotRanking .mainInfoList:nth-child(2) .indexBox {
  background-color: #ff8547;
}
#analysisChart .newsHotRanking .mainInfoList:nth-child(3) .indexBox {
  background-color: #ffac38;
}
#analysisChart .newsHotRanking .mainInfoList .infoInputBox {
  position: relative;
  top: 5px;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo {
  padding: 10px 0 0 5px;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .infoTitle {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #34487c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .infoTitle a {
  color: #34487c;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .textContantBox {
  font-size: 15px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
  cursor: pointer;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  color: gray;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .textContantBox.textContantBoxTop span.marke-red {
  color: gray;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #262626;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .bottomBar {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .bottomBar span.pull-left + span {
  margin-left: 20px;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .bottomBar span.pull-right {
  margin-right: 20px;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .bottomBar a.linkUrl {
  color: #21c7ce;
}
#analysisChart .newsHotRanking .mainInfoList .mainInfo .bottomBar span.mobileDate {
  display: none;
}
#analysisChart .newsHotRanking .mainInfoList .classifyBox {
  height: 30px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #666;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #ccc;
}
/*  --------------- display ---------------  */
#displayBox {
  width: 100%;
  padding: 50px 200px 0;
}
#displayBox .addModalBox {
  margin-bottom: 10px;
}
#displayBox table#displayTable {
  color: #747474;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9eef2;
}
#displayBox table#displayTable th {
  background-image: none;
}
#displayBox table#displayTable thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#displayBox table#displayTable thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#displayBox table#displayTable thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#displayBox table#displayTable tr {
  height: 45px;
}
#displayBox table#displayTable tr td {
  vertical-align: middle;
  padding: 7px !important;
  text-align: center;
}
#displayBox table#displayTable tr td:nth-of-type(2) {
  text-align: left;
}
#displayBox table#displayTable thead th {
  background-color: #F7F7F7;
  border-bottom: none;
  width: 16%;
}
#displayBox table#displayTable thead th.textCenter {
  text-align: center;
}
#displayBox table#displayTable tbody tr.even {
  background-color: #fbfbfb;
}
#displayBox table#displayTable tbody tr.even th {
  vertical-align: middle;
}
#displayBox table#displayTable tbody tr:hover {
  background-color: #F4F8FE;
}
#displayBox table#displayTable tbody tr td.textCenter {
  text-align: center;
}
#displayBox table#displayTable tbody tr td.displayTdFunc {
  cursor: pointer;
}
#displayBox table#displayTable .btn-group {
  box-shadow: none;
}
#displayBox .searchInputBox {
  position: relative;
  margin-right: 20px;
}
#displayBox .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#displayBox .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #2C7EFB;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#displayBox .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
#addDisplayModal .chosen-container {
  width: 100% !important;
  border-radius: 5px;
/*   margin-left: 33px; */
}
#addDisplayModal .chosen-container ul.chosen-choices {
  border-radius: 3px;
}
#addDisplayModal .chosen-container a.chosen-single {
  background: none;
  border-radius: 3px;
  border-color: #e9e9e9;
  background-color: #fff;
  box-shadow: none;
}
#addDisplayModal .chosen-container div.chosen-drop {
  border-color: #e9e9e9;
}
#addDisplayModal .chosen-container div.chosen-drop input {
  border-color: #e9e9e9;
}
#addDisplayModal .modal-body {
  width: 100%;
}
#addDisplayModal .modal-body .topInputBox {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}
#addDisplayModal .modal-body .topInputBox > input[type="text"] {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  height: 30px;
  width: 83%;
  margin-left: 33px;
  padding: 0 5px;
}
#addDisplayModal .modal-body .modalSelectListBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList {
  /* width: 23%; */
  width: 140px;
  /* height: 150px; */
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item {
  margin: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item:hover {
  background-color: #f4f4f4;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-preview {
  height: 100px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  background-color: transparent;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-preview i {
  font-size: 30px;
  padding: 3px;
  background: transparent;
  color: #666;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-preview.active {
  background-color: #f4f4f4;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-preview.active i {
  /* color: #01c0c8; */
  color: #2C7EFB;
  background-color: #f4f4f4;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-info {
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  position: relative;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-info i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  color: #2C7EFB;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-info.active {
  background-color: #f4f4f4;
}
#addDisplayModal .modal-body .modalSelectListBox .modalSelectList .file-item .file-info.active i {
  display: block;
  background-color: #f4f4f4;
}
#addDisplayModal .modal-footer {
  border-top: none;
}
#addDisplayModal .bootstrap-tagsinput {
  background-color: #fff;
  border-color: #cfcfcf;
  min-height: 84px;
  height: auto;
}
#addDisplayModal .bootstrap-tagsinput .label.addDisplay_tags_button {
  margin-bottom: 0;
  position: relative;
  padding: 6px;
  padding-right: 22px;
}
#addDisplayModal .bootstrap-tagsinput input {
  min-width: 100px;
  vertical-align: top;
  line-height: 27px;
}
#addDisplayModal .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #bbb;
}

/*  --------------- tag ---------------  */
#tagBox {
  width: 100%;
  padding: 50px 200px 0;
  background: url('../img/analysisBg.png') no-repeat center top;
}
#tagBox .addModalBox {
  margin-bottom: 10px;
}
#tagBox .btn i:first-child {
  margin: 0;
}
#tagBox table#tagTable {
  color: #747474;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9eef2;
}
#tagBox table#tagTable th {
  background-image: none;
}
#tagBox table#tagTable thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#tagBox table#tagTable thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#tagBox table#tagTable thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#tagBox table#tagTable tr {
  height: 45px;
}
#tagBox table#tagTable tr td {
  vertical-align: middle;
  padding: 7px !important;
}
#tagBox table#tagTable thead th {
  background-color: #F7F7F7;
  border-bottom: none;
  width: 16%;
}
#tagBox table#tagTable thead th.textCenter {
  text-align: center;
}
#tagBox table#tagTable tbody tr.even {
  background-color: #fbfbfb;
}
#tagBox table#tagTable tbody tr.even th {
  vertical-align: middle;
}
#tagBox table#tagTable tbody tr:hover {
  background-color: #F4F8FE;
}
#tagBox table#tagTable tbody tr td.textCenter {
  text-align: center;
}
#tagBox table#tagTable .btn-group {
  box-shadow: none;
}
#tagBox .searchInputBox {
  position: relative;
  margin-right: 20px;
}
#tagBox .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#tagBox .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #acacac;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#tagBox .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
/*  --------------- setting ---------------  */
#settingBox {
  width: 100%;
  padding: 50px 200px 0;
  background: url('../img/analysisBg.png') no-repeat center top;
}
#settingBox .addModalBox {
  margin-bottom: 10px;
}
#settingBox .btn i:first-child {
  margin: 0;
}
#settingBox table#settingTable {
  color: #747474;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9eef2;
}
#settingBox table#settingTable th {
  background-image: none;
}
#settingBox table#settingTable thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#settingBox table#settingTable thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#settingBox table#settingTable thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#settingBox table#settingTable tr {
  height: 45px;
}
#settingBox table#settingTable tr td {
  vertical-align: middle;
  padding: 7px !important;
}
#settingBox table#settingTable tr td:nth-child(3) {
  width: 30%;
}
#settingBox table#settingTable thead th {
  background-color: #F7F7F7;
  border-bottom: none;
}
#settingBox table#settingTable thead th.textCenter {
  text-align: center;
}
#settingBox table#settingTable tbody tr.even {
  background-color: #fbfbfb;
}
#settingBox table#settingTable tbody tr.even th {
  vertical-align: middle;
}
#settingBox table#settingTable tbody tr:hover {
  background-color: #F4F8FE;
}
#settingBox table#settingTable tbody tr td.textCenter {
  text-align: center;
}
#settingBox table#settingTable .btn-group {
  box-shadow: none;
}
#settingBox .searchInputBox {
  position: relative;
  margin-right: 0px;
}
#settingBox .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#settingBox .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #acacac;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#settingBox .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
#cralwerKeywordsBox {
  width: 100%;
  padding: 50px 0;
  background: url('../img/analysisBg.png') no-repeat center top;
}
#cralwerKeywordsBox .addModalBox {
  margin-bottom: 10px;
}
#cralwerKeywordsBox .btn i:first-child {
  margin: 0;
}
#cralwerKeywordsBox #cralwerKeywords_date {
  width: calc(100% - 75px);
  display: inline-block;
}
#cralwerKeywordsBox table#cralwerKeywordsTable {
  color: #747474;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9eef2;
}
#cralwerKeywordsBox table#cralwerKeywordsTable th {
  background-image: none;
}
#cralwerKeywordsBox table#cralwerKeywordsTable thead .sorting:after {
  margin-left: 10px;
  font-weight: 100;
}
#cralwerKeywordsBox table#cralwerKeywordsTable thead .sorting_asc:after {
  margin-left: 10px;
  font-weight: 100;
}
#cralwerKeywordsBox table#cralwerKeywordsTable thead .sorting_desc:after {
  margin-left: 10px;
  font-weight: 100;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tr {
  height: 45px;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tr td {
  vertical-align: middle;
  padding: 7px !important;
}
#cralwerKeywordsBox table#cralwerKeywordsTable thead th {
  background-color: #F7F7F7;
  border-bottom: none;
}
#cralwerKeywordsBox table#cralwerKeywordsTable thead th.textCenter {
  text-align: center;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tbody tr.even {
  background-color: #fbfbfb;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tbody tr.even th {
  vertical-align: middle;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tbody tr:hover {
  background-color: #F4F8FE;
}
#cralwerKeywordsBox table#cralwerKeywordsTable tbody tr td.textCenter {
  text-align: center;
}
#cralwerKeywordsBox table#cralwerKeywordsTable .btn-group {
  box-shadow: none;
}
#cralwerKeywordsBox .searchInputBox {
  position: relative;
  margin-right: 20px;
}
#cralwerKeywordsBox .searchInputBox .tableSearhInput {
  height: 30px;
  width: 0;
  padding: 0;
  outline: none;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
#cralwerKeywordsBox .searchInputBox .tableSearhIcon {
  position: absolute;
  top: 7px;
  left: -20px;
  color: #acacac;
  transition: all 0.5s ease-out;
  font-size: 18px;
  cursor: pointer;
}
#cralwerKeywordsBox .searchInputBox .tableSearhDelIcon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #acacac;
  display: none;
}
#saveSearch .hiddenBox {
  margin-top: 10px;
  display: none;
}
#saveSearch .hiddenBox > div {
  padding: 10px 0;
}
#saveSearch .checkbox input[type="checkbox"]:checked + i::after {
  padding-right: 2px;
}

.mainInfoChartBox {
  height: 280px;
  width: 100%;
  position: absolute;
  top: 49px;
  background-color: #fff;
  z-index: 2;
  /* border-bottom: 1px solid #e6e6e6; */
  padding: 17px;
  background-color: #f3f6f8;
  /* box-shadow: 0 4px 14px rgba(0, 0, 0, .175); */
  box-shadow: 0 11px 14px -10px rgba(0, 0, 0, .175);
  display: flex;
}
.mainInfoChartBox.showStyle {
  display: block;
}
.mainInfoChartBox > .content-box {
  height: 100%;
  /* width: calc((100% - 34px)/3); */
  float: left;
  margin: 0;
  box-shadow: none;
  padding-bottom: 10px;
  flex: 1;
  display: none;
}
.mainInfoChartBox > .content-box + .content-box {
  margin-left: 17px;
}
.mainInfoChartBox > .content-box > .content-content {
  height: calc(100% - 33px);
  position: relative;
}
.mainInfoChartBox > .content-box > .content-content > div {
  height: calc(100% - 0px);
}
.mainInfoChartBox > .content-box > .content-content > div p {
  margin: 0;
  color: #747679;
}
.mainInfoChartBox > .content-box > .content-content > div p >span:not(.media-item) {
  color: #505050;
  font-weight: 600;
}
.mainInfoChartBox > .content-box > .content-content > div p >span.media-item {
  cursor: pointer;
  text-decoration: underline;
}
.mainInfoChartBox > .content-box > .content-content > div p >span.media-item:hover {
  color: #0076FF;
}
#mainInfoListBox {
  height: calc(100vh - 250px) !important;
}
#analysisLayout {
  border: none;
  box-shadow: none;
  background: rgba(27, 34, 38, 0.8);
}
#analysisLayout ul li {
  width: 100%;
  box-sizing: border-box;
}
#analysisLayout ul li span {
  float: left;
  width: 100%;
  padding: 7px 0;
  padding-left: 55px;
}
#analysisLayout ul li span:hover {
  background-color: #2F3033;
}
#analysisLayout ul li span a {
  padding: 0;
  border: 1px solid transparent;
  text-decoration: none;
  color: #ccc;
  line-height: 35px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#analysisLayout ul li span a:hover {
  color: #2C7EFB;
  text-decoration: none;
}
.sidebar-minified #analysisLayout {
  left: 78px;
  width: 340px;
  padding: 0 25px 10px;
}
.sidebar-minified #analysisLayout ul li {
  width: 100%;
  height: 45px;
  text-align: center;
  border-top: 1px solid #686a6b;
  padding: 10px 0;
  box-sizing: border-box;
}
.sidebar-minified #analysisLayout ul li:last-child {
  border-bottom: none;
}
.sidebar-minified #analysisLayout ul li span {
  width: 33%;
  padding: 0;
}
.sidebar-minified #analysisLayout ul li span:hover {
  background-color: transparent;
}
.sidebar-minified #analysisLayout ul li span a {
  line-height: 25px;
  font-size: 15px;
  padding: 5px 10px;
  display: inline;
}
.sidebar-minified #analysisLayout ul li span a:hover {
  border: 1px solid #2C7EFB;
  border-radius: 4px;
  color: #2C7EFB;
}
.sidebar-minified .sidebar .nav li:hover > a > .title {
  background: #1b2226;
  top: 0;
  left: 74px;
  box-shadow: none;
  color: #bac8e0;
}
.sidebar-minified .sidebar .nav li:hover > a > .title:hover {
  color: #2C7EFB;
}
.sidebar-minified .sidebar .nav li:hover > a > .title.hiddenTitle {
  display: none;
}
.sidebar-minified #displayLayout.collapse {
  min-width: 100px;
  left: 79px;
  top: 0;
  background-color: #1b2226;
}
.sidebar-minified #displayLayout.collapse ul li {
  text-align: center;
  border-top: 1px solid #686a6b;
  box-sizing: border-box;
}
.sidebar-minified #displayLayout.collapse ul li:last-child {
  border-bottom: none;
}
.sidebar-minified #displayLayout.collapse ul li a {
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 13px;
}
.sidebar-minified #settingLayout.collapse {
  min-width: 100px;
  left: 79px;
  top: 0;
  background-color: #1b2226;
}
.sidebar-minified #settingLayout.collapse ul li {
  text-align: center;
  /* border-top: 1px solid #686a6b; */
  box-sizing: border-box;
}
.sidebar-minified #settingLayout.collapse ul li:last-child {
  border-bottom: none;
}
.sidebar-minified #settingLayout.collapse ul li a {
  text-decoration: none;
  /*padding-top: 12px;*/
  /*padding-bottom: 13px;*/
  padding: 0;
  line-height: 60px;
}
.sidebar-minified #settingLayout.collapse ul li a span {
  color: #bac8e0;
}
.xyClassFon {
  cursor: pointer;
  display: block;
}

.members-sidebar .header-box {
  width: 100%;
  height: 57px;
  background-color: #f0f0f0;
  position: relative;
  padding: 0 20px;
  line-height: 57px;
}
.members-sidebar .header-box .zero-m {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
}
.members-sidebar .members-box {
  padding: 0 20px;
  height: calc(100% - 57px);
  overflow-y: scroll;
  padding-bottom: 70px;
}
.members-sidebar .members-box .saveModularEditBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 12px 20px;
}
.members-sidebar .form-control {
  background-color: #f8f8f8;
}
.members-sidebar .form-control.form-control:focus {
  border: 1px solid #ccc;
}
.members-sidebar .chosen-container-single .chosen-single {
  background-color: #f8f8f8;
  box-shadow: none;
}
.members-sidebar .chosen-container-multi .chosen-choices {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: none;
}
.close-members-sidebar i {
  font-size: 22px;
}
.members-sidebar .members-group {
  padding-bottom: 0;
  position: relative;
}
.members-sidebar .members-group .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
.members-sidebar .members-group .form-group .attention-btn {
  margin-bottom: 0;
  position: relative;
  padding: 6px;
  padding-right: 22px;
  margin: 0 0 4px;
}
.members-sidebar .members-group .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.members-sidebar .members-group .timeType {
  padding: 5px 8px;
  color: #4c4c4c;
  border-radius: 40px;
  font-size: 14px;
  background-color: #ebeff3;
  cursor: pointer;
  user-select: none;
}
.members-sidebar .members-group .timeType +.timeType {
  margin-left: 6px;
}
.members-sidebar .members-group .timeType.active {
  background-color: #fb9678;
  color: #fff;
}

.members-sidebar .refreshTimeTypeBox .members-group span.text {
  font-size: 12px;
  color: #ddd;
}
.members-sidebar .refreshTimeTypeBox .members-group .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.members-sidebar .refreshTimeTypeBox .members-group .timeType {
  padding: 5px 10px;
}

.members-sidebar .rankingCycleSelectBox .members-group span.text {
  font-size: 12px;
  color: #ddd;
}
.members-sidebar .rankingCycleSelectBox .members-group .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.members-sidebar .rankingCycleSelectBox .members-group .timeType {
  padding: 5px 10px;
}

.members-sidebar .regionSelectBox select {
  float: left;
  width: 75px;
  padding: 0;
  background-color: #f8f8f8;
  font-size: 12px;
}
.members-sidebar .regionSelectBox select +select {
  margin-left: 5px;
}

/* 时间增量统计 */
.members-sidebar #incrementalTimeBox,
.members-sidebar #selfDateBox {
  font-size: 14px;
  text-align: center;
  background-color: #f8f8f8;
  color: #555;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
}

.members-sidebar .anchorOptionBox {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}
.members-sidebar .anchorOptionBox + .anchorOptionBox {
  margin-top: 8px;
}
.members-sidebar .anchorOptionBox label {
  width: 100%;
}
.members-sidebar .anchorOptionBox input,
.members-sidebar .anchorOptionBox select {
  margin-top: 4px;
}
.members-sidebar .anchorOptionBox i {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.members-sidebar .anchorOptionBox i:hover {
  color: #e46a76;
}
.members-sidebar .anchorOptionHandle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
}
.members-sidebar .anchorOptionHandle i {
  cursor: pointer;
}
.members-sidebar .anchorOptionHandle .icon-jia:hover {
  color: #2C7EFB;
}
.members-sidebar .anchorOptionHandle .icon-jian:hover {
  color: #e46a76;
}
/* echarts setting */
.members-sidebar[auto-id="87"] .stackInput-box,
.members-sidebar[auto-id="97"] .radiusInput-box,
.members-sidebar[auto-id="97"] .roseInput-box,
.members-sidebar[auto-id="98"] .shapeInput-box,
/* .members-sidebar[auto-id="92"] .sdInput-box, */
.members-sidebar[auto-id="92"] .tooltipInput-box,
.members-sidebar[auto-id="1004"] .languageType-box,
.members-sidebar[auto-id="63"] .attetionType-box {
  display: flex !important;
}
/* 指定分析目标 */
.members-sidebar[auto-id="1006"] #mediaInfoBtn ~span {
  display: none;
}
/*稿件监测*/
.checkbox_region{
  display: none;
}
.members-sidebar[auto-id="78"] .form-group,
.members-sidebar[auto-id="1092"] .form-group{
  display: block;
}
.members-sidebar[auto-id="78"] .checkbox_region,
.members-sidebar[auto-id="1092"] .checkbox {
  display: block;
}
#members-sidebar .checkbox-info {
  margin: 0;
}
#members-sidebar .checkbox-info label {
  margin-bottom: 6px;
  padding-left: 5px;
}
#members-sidebar .checkbox-info label span {
  background-color: #ecf1f6;
  border-radius: 20px;
  display: inline-block;
  width: 70px;
  text-align: center;
  font-size: 14px;
  padding: 4px 2px;
}
#members-sidebar .filter-newsList-option-box .form-group{
  display: block;
}
#members-sidebar .filter-newsList-option-box label span {
  background-color: #ecf1f6;
  border-radius: 20px;
  display: inline-block;
  width: 85px;
  text-align: center;
  font-size: 14px;
  padding: 4px 2px;
}
#members-sidebar .checkbox-info input[type='checkbox']:checked + span{
  background-color: #fb9678;
  color: #fff;
}
/* json格式化 */
.members-sidebar .json-visualize-btn-box {
  /* padding: 0 40px; */
}
.members-sidebar #jsonVisualizeBtn {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ccc;
}
.members-sidebar #jsonVisualizeBtn i {
  font-size: 12px;
  margin-right: 10px;
}
.members-sidebar .jsonModuleBoxBtn {
  position: absolute;
  right: -25px;
  top: 16px;
  opacity: 0;
}
.members-sidebar .jsonModuleBoxBtn:hover {
  opacity: 1;
}
.members-sidebar .jsonModuleBoxBtn i {
  font-size: 12px;
  color: #fff;
}

.members-sidebar .json-visualize-box .form-group {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.members-sidebar .province-json-visualize-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  font-size: 14px;
  width: 100%;
}
.members-sidebar .province-json-visualize-list + .province-json-visualize-list {
  border-top: 1px solid #ccc;
}
.members-sidebar .province-json-visualize-list >div {
  height: 100%;
  text-align: center;
}
.members-sidebar .province-json-visualize-list >div + div {
  border-left: 1px solid #ccc;
}
.members-sidebar .province-json-visualize-list .name {
  width: 50%;
  line-height: 1.1em;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members-sidebar .province-json-visualize-list .value {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members-sidebar .province-json-visualize-list .value input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none !important;
  outline: none;
  padding: 6px 2px;
  text-align: center;
}
.members-sidebar .province-json-visualize-list .tip {
  width: calc(100% - 160px);
  font-size: 12px;
  cursor: pointer;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  display: none;
}
.members-sidebar .province-json-visualize-list .tip:hover {
  color: #ff9600;
}
.members-sidebar .province-json-visualize-list.tip .name {
  width: 90px;
}
.members-sidebar .province-json-visualize-list.tip .value {
  width: 70px;
}
.members-sidebar .province-json-visualize-list.tip .tip {
  display: block;
}
/* 指定目标媒体 */
.members-sidebar #mediaInfoBtn,.members-sidebar #articleInfoBtn {
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}
/* 动画设置 */
.members-sidebar .animationOptionBox {
  width: 100%;
}
.members-sidebar .animationOptionBox >div {
  padding-top: 15px;
}
.members-sidebar .animationOptionBox >div >span {
  display: inline-block;
  margin-bottom: 10px;
}

/* 定制弹窗 */
#modularCustomModal {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  max-width: 300px;
  min-width: 160px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px #013865 inset;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  display: none;
  /* opacity: 0; */
  /* pointer-events: none; */
  z-index: 111;
}
#modularCustomModal >div {
  line-height: 1em;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  min-height: 80px;
}
#modularCustomModal >div >div {
  padding: 0 23px;
}
/* #modularCustomModal >div >div div {
  padding-left: 4px;
} */
#modularCustomModal >div >div + div {
  padding-top: 20px;
}
#modularCustomModal >div >div div {
  padding-top: 10px;
}

.dataTables_wrapper {
  margin-top: 0;
}
table.dataTable th[class*="sorting"] {
  background-image: none;
}
table.dataTable thead th[class*="sorting"]:after {
  margin-left: 10px;
  font-weight: 100;
}
table.dataTable th,
table.dataTable td {
  text-align: center;
}
.boxecharts33{
  height: 470px !important;
}
.boxecharts3aoto{
  overflow: auto;
}

.hot_transmit_list .incident-blogger{
  width: 200px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_transmit_list .incident-title{
  width: calc(100% - 347px);
}
span.text{
  vertical-align:top;
  text-align: center;
  margin-right: 0 !important;
  line-height: 15px;
  word-wrap: break-word
}

div span.item-text{
  display: inline-block;
  width: 50%;
  text-align: left;
}
.form-group-block{
  padding:10px 0;
}
.form-group-block .form-item{
  line-height:1.5;
}

/*****
* 渠道首发组件样式
***/

.source_analysis .source-analysis__container .source-time__container {
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px 0 0;
  line-height: 1.5;
  width: 55px;
  float: left;
  margin-top: -10px;
}

.source_analysis .source-analysis__container .source-date {
  color: #0076FF;
  text-align: right;
  margin-bottom:0;
}

.source_analysis .source-analysis__container .source-time {
  color: #9FA3A8;
  font-size: 14px;
  text-align: right;
}

.source_analysis .source-analysis__container .source-content__wrapper {
  margin-left: 60px;
}

.source_analysis .source-analysis__container .source-content__container {
  border-left: 1px dashed #0076FF;
  padding-left: 19px;
  position: relative;
  padding-bottom: 21px;
}

.source_analysis .source-analysis__container .source-content__container:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #0076FF;
  border: 3px solid rgb(0, 118, 255, 0.5);
  /* outline:rgba(0, 118, 255,0.5) solid 6px; */
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -5px;
  background-clip: padding-box;
}

.source_analysis .source-analysis__container .source-content__container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  border: 10px solid #F4F7FC;
  border-left: 10px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.source_analysis .source-analysis__container .source-content__inner-container {
  background: #F4F7FC;
  position: relative;
  top: -12px;
  border-radius: 4px;
  color: #121515;
  padding: 0.875em 1em;
  overflow: hidden;
}

.source_analysis .source-analysis__container .source-content__inner-container:hover .content-title a,
.source_analysis .source-analysis__container .source-content__inner-container:hover .content-info .source-site{
  color:#0076FF;
}
.source_analysis .source-analysis__container .item-list.active .content-title a,
.source_analysis .source-analysis__container .item-list.active .content-info .source-site{
  color:#0076FF;
}

.source_analysis .source-analysis__container .content__wrapper {
  width: 100%;
  float: left;
}

.source_analysis .source-analysis__container .content__inner-wrapper {
  padding-left: 60px;
}

.source_analysis .source-analysis__container .source-icon {
  margin-left: -100%;
  float: left;
}

.source_analysis .source-analysis__container .content__wrapper .content__inner-wrapper .content-title {
  position: static;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.8;
  margin-bottom:0;
}

.source_analysis .source-analysis__container .content__wrapper .content-title a{
  color: #121212;
}
.source_analysis .source-analysis__container .content__wrapper .content-info {
  text-align: justify;
  width: 37%;
  font-size:0;
}

.source_analysis .source-analysis__container .content__wrapper .content-info:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.source_analysis .source-analysis__container .content__wrapper .content-info .source-site {
  font-size: 14px;
  color: #9FA3A8;
  display: inline-block
}

.source_analysis .source-analysis__container .content__wrapper .content-info .source-emotion {
  font-size: 14px;
  color: #0076FF;
  background-color: rgba(0, 118, 255, 0.1);
  border-radius: 2px;
  padding: 0.19em 0.38em;
  display: inline-block;
}

.source_analysis ul.source-analysis__container li:last-child .source-content__container {
  padding-bottom: 0;
}
/**大屏渠道首发样式**/
.screen-container .source_analysis .source-analysis__container .source-content__inner-container{
  background-color:#1A1E20;
}
.screen-container .source_analysis .source-analysis__container .content-title a{
  color:#DEDFE1;
  font-size: 16px;
}
.screen-container .source_analysis .source-analysis__container .source-content__container:before{
  border-right-color:#1A1E20;
}
/**大屏运行渠道首发样式**/
.bigScreenShowWrapper .source_analysis .source-analysis__container .source-content__inner-container{
  background-color:#1A1E20;
}
.bigScreenShowWrapper .source_analysis .source-analysis__container .content-title a{
  color:#DEDFE1;
}
.bigScreenShowWrapper .source_analysis .source-analysis__container .source-content__container:before{
  border-right-color:#1A1E20;
}
/**分享端渠道首发样式兼容**/
.Hongkong .source_analysis .source-analysis__container .content__wrapper .content-info{
  width:100%;
}

.Hongkong #analysisModular .source_analysis .source-analysis__container .content__wrapper .content-title{
  padding:0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  background-color: var(--itemColor);
}
.chosen-container .chosen-drop {
  background-color: var(--itemColor);
}
#analysisDrilldownContent #analysisList #mainInfoListBox .title_for_style.title_for_style_host_name .hostName{
  text-decoration: none;
  cursor: inherit;
}

.mainInfoListHoverBox-adjust .textContantBoxItemContent{
  
}

.mainInfoListHoverBox-adjust .mainInfoList .mainInfo {
  width: 100%!important;
}

.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .image-hide {
  display: flex;    
  flex-flow: column;
}
.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .image-hide .likong-analysis {
  order: 3;
  margin-bottom: 5px;
}
.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .image-hide .textContantBoxItemContent {
  display: flex;
  order: 2;
  width: 100%!important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .image-hide .bottomBar {
  order: 1;
  margin-bottom: 5px;
}

.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .textContantBox {
  margin: 0!important;
}

.mainInfoListHoverBox-adjust .bmlog_img {
  width: 89px;
  height: 67px;
  margin-right: 17px;
  position: relative;
  background-position: center;
}
.mainInfoListHoverBox-adjust .bmlog_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.mainInfoListHoverBox-adjust .option-box {
  top: 15px!important;
}

.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  overflow: unset!important;
  max-height:unset!important;
  display: block!important;
}
.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  display: none!important;
}
.mainInfoListHoverBox-adjust .mainInfoList .mainInfo .textContantBox.textContantBoxContent {
  display: none!important;
}

.idlistInfoModulBox-adjust #listInfoModulTitle {
  display: none;
}
.idlistInfoModulBox-adjust #listInfoModulTitle2 {
  display: none;
}

.idlistInfoModulBox-adjust .email-header {
  height: unset!important;
  padding: 0!important;
}

.idlistInfoModulBox-adjust .media-body .hostName {
  font-size: 16px;
  font-weight: 500;
  color: #2C7EFB;
  margin-bottom: 25px;
  position: relative;
  left: 18px;
}

.idlistInfoModulBox-adjust .media-left>.iconfont-wh {
  position: absolute!important;
  left: 0!important;
  top: -2px!important;
}

.idlistInfoModulBox-adjust #listInfoPicture {
  background-color: #F8F8F8;
}

.idlistInfoModulBox-adjust #listInfoModulContent2,.idlistInfoModulBox-adjust #listInfoModulContent {
  padding-right: 0!important;
}

.filter_option.modulars .content-box .content-title.small-box.i-block{
  border: none;
}

.interaction-modal .shareContainer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 500px;
}
.interaction-modal .shareContainer >div {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.interaction-modal .left {
  position: relative;
}
.interaction-modal .charts-box {
  display: block;
  height: 100%;
}
.interaction-modal .left .ajax_image {
  display: block;
  margin: 50px auto 0;
}
.interaction-modal .right .ajax_image {
  display: block;
  margin: 50px auto 0;
}

.interaction-modal .content-box {
  height: 100%;
  box-shadow: none;
}
.interaction-modal .content-tools {
  display: none;
}

.interaction-modal .content-box .content-title .echarts3-title {
  border: none;
}
.interaction-modal .mainInfoBigBox {
  padding: 0;
  height: 100%;
}
.interaction-modal .mainTopBox {
  display: none;
}
.interaction-modal .option-box {
  display: none;
}
.interaction-modal #mainInfoListBox {
  overflow-y: auto;
  height: 100% !important;
}

.interaction-modal .content-title {
  display: none;
}
.interaction-modal .content_ {
  height: 100%;
}
.interaction-modal .mainInfoBigBox #mainInfoListBox .mainInfoList .mainInfo {
  padding-left: 0 !important;
  width: 100% !important; 
}
.interaction-modal .mainInfoBigBox #mainInfoListBox .mainInfoList .mainInfo .bottomBar .trandNum {
  pointer-events: none;
}
.interaction-modal .checkbox-info {
  display: none;
}
.interaction-modal .mainInfoBigBox #mainInfoListBox {
  border: none;
}
.interaction-modal .searchForButton {
  float: right;
}
.interaction-modal .input-box{
  position: relative;
  float: left;
}
.interaction-modal .input-box .iconsousuo{
  position: absolute;
  left: 9px;
  top: 4px;
  font-size: 16px;
  color: #2C7EFB;
}
.interaction-modal #searchForButtoninput {
  width: 262px;
  border: none;
  line-height: 30px;
  height: 30px;
  background-color: #F4F8FE;
  border-radius: 20px;
  margin-right: 12px;
  padding: 0 5px 0 30px;
}
.interaction-modal #searchForButtoninput::-webkit-input-placeholder{
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #BBC3CB;
}
.interaction-modal #searchForButtonbutton{
  float: left;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding: 0 13px;
  line-height: 30px;
  border-radius: 4px;
  width: auto;
  border: none;
  margin: 0;
}
.interaction-modal .modal-dialog{
  width: 1050px;
}
.interaction-modal .modal-title{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2F3033;
}
.interaction-modal .modal-header{
  border-bottom: 1px solid #D6D8DD;
}
.interaction-modal .modal-body{
  padding: 23px 45px 42px 45px;
}
.interaction-modal .item-info{
  background-color: #F8F8F8;
  padding: 20px 20px 15px;
}
.interaction-modal .item-info>h4{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 20px;
  color: #5F6B83;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.interaction-modal .item-info .dsicon i{
  vertical-align: middle;
}
.interaction-modal .cmt-num{
  border-bottom: 1px solid #D6D8DD;
  height: 24px;
  margin: 0 0 20px;
  position: relative;
}
.interaction-modal .cmt-num p{
  position: absolute;
  bottom: -7px;
  left: 50%;
  background-color: #fff;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 14px;
  color: #8F9299;
  margin: 0 0 0 -80px;
  padding: 0 20px;
}
.interaction-modal .search-type{
  float: left;
  padding-top: 5px;
  margin-left: -9px;
}
.interaction-modal .search-type li{
  float: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
  color: #2F3033;
  padding: 0 9px;
  position: relative;
  cursor: pointer;
  display: none;
}
.interaction-modal .search-type li:not(:last-child){
  border-right: 1px solid #707070;
}
.interaction-modal .search-type li:hover,
.interaction-modal .search-type li.active{
  font-weight: 500;
  color: #2C7EFB;
}
.interaction-modal .search-type li.active::after{
  content: "";
  position: absolute;
  left: calc( 50% - 12px );
  bottom: -10px;
  width: 24px;
  height: 4px;
  background: #7CE2AF;
  border-radius: 5px;
}
.interaction-modal .interaction-list-container .item{
  padding: 15px;
  border-bottom: 1px solid #D6D8DD;
}
.interaction-modal .interaction-list-container .item .content{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #2F3033;
  margin: 0 0 10px !important;
  background: transparent;
  position: relative;
  padding: 0 !important;
}
.interaction-modal .interaction-list-container .item .open{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding-left: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2C7EFB;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.interaction-modal .interaction-list-container .item .fold{
  background-color: #fff;
  padding-left: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2C7EFB;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.interaction-modal .interaction-list-container .item .name{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 24px;
  color: #2C7EFB;
  margin-right: 5px;
}
.interaction-modal .interaction-list-container .item .bottom{
  line-height: 1;
}
.interaction-modal .interaction-list-container .item .pubtime{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8F9299;
  line-height: 14px;
  display: inline-block;
}
.interaction-modal .interaction-list-container .item .numbers{
  float: right;
}
.interaction-modal .interaction-list-container .item .numbers li{
  float: left;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8F9299;
  padding: 0 12px;
  line-height: 14px;
}
.interaction-modal .interaction-list-container .item .numbers li:not(:last-child){
  border-right: 1px solid #707070;
}
.interaction-modal .interaction-list-container .item .numbers li i{
  margin-right: 6px;
  font-size: 14px;
}
.interaction-modal .modal-dialog {
  margin-top: 90px !important;
}

.sv-content {
  background-color: #F8F8F8;
  padding: 16px;
}
.sv-tab-wrapper {
  overflow: hidden;
  text-align: center;
}

.sv-tab-header {
  display: inline-block;
  border: 1px solid #DBDEE2;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0;
}

.sv-tab-header li.item {
  position: relative;
  display: inline-block;
  padding: 0 23px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 3px;
  cursor: pointer;
}

.sv-tab-header li.item::after {
  position: absolute;
  display: block;
  height: 12px;
  width: 1px;
  background: rgba(0, 0, 0, 0.26);
  right: 0;
  top: 10px;
}

.sv-tab-header li.item.active::after,
.sv-tab-header li.item:last-child::after {
  display: none;
}

.sv-tab-header li.item.active {
  color: #fff;
  background: #145AFE;
}
.fake-table-resize div[resize-target],
.fake-table-resize span[resize-target] {
  position: relative;
}

.fake-table-resize .resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  cursor: col-resize;
  user-select: none;
  border-right: 1px dashed transparent
}

.fake-table-resize:hover .resizer {
  border-color: #ddd
}


.fake-table-resize.resizing {
  cursor: col-resize;
}

/* --- */

.sv-tab-body {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px dashed #D6D8DD;
  text-align: left;
}
.sv-swiper-wrapper {
  padding-top: 16px;
  margin-top: 16px;
  background: #fff;
  border: 1px solid #DBDEE2;
}
.listInfoPicture.sv-swiper-wrapper {
  padding-top: 16px;
}
.sv-swiper-wrapper .sv-tab-header{
  margin-bottom: 16px;
}
.sv-slide-title {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin:0;
  text-overflow: ellipsis;
  background: #145AFE;
  text-align: center;
  color: #fff;
}
.sv-tab-body .collapsed {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  max-height: 60px;
  text-overflow: ellipsis;
}
.sv-tab-body .collapsedWrap {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  max-height: 60px;
  text-overflow: ellipsis;
}
.tallyWrap .tally{
  color: #2C7EFB;
  display: inline-block;
  background: #E7F2FF;
  margin-right: 10px;
  padding: 3px 10px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.sv-tab-body .more {
  position: absolute;
  bottom: -2px;
  right: 0;
  color: #0076FF;
  background: #F8F8F8;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.infolist-json-visualize-body {
  counter-reset: count;
}
.infolist-json-visualize-body>.infolist-json-visualize-list {
  counter-increment: count;
}
.infolist-json-visualize-body>.infolist-json-visualize-list .index::after{
  content: counter(count);
}
.infolist-json-visualize-body .infolist-children {
  counter-reset: children;
}
.infolist-json-visualize-body .infolist-children > .infolist-json-visualize-list {
  counter-increment: children;
}
.infolist-json-visualize-body .infolist-children > .infolist-json-visualize-list .index::after {
  content: counter(children);
  font-size: 12px;
}
.infolist-json-visualize-body .infolist-children > .infolist-json-visualize-list .form-control {
  font-size: 12px;
}
.infolist-json-visualize-body::-webkit-scrollbar {
  display: none;
}
.infolist-json-visualize-body,.infolist-json-visualize-header {
  color: #fff;
}
/*color picker 组件样式*/

.color-picker {
  position: absolute;
  overflow: hidden;
  padding: 4px 8px 8px;
  background: #535353;
  color: #fff;
  z-index: 3;
}

.color-picker .a-color-picker {
  background: transparent;
  box-shadow: none;
}

.color-picker .a-color-picker-row:not(:first-child) {
  border-top: none;
}

.color-picker .a-color-picker-hsl>label,
.color-picker .a-color-picker-rgb>label,
.color-picker .a-color-picker-single-input>label {
  color: #fff;
}

.a-color-picker-row .a-color-picker-rgb label {
  margin-top: 4px;
}

.color-picker .picker-title {
  padding-bottom: 4px;
  font-size: 14px;
  text-align: left;
}
.color-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.color-picker .picker-body {
  display: flex;
}

.color-picker .picker-paltte {
  min-width: 156px;
}

.color-picker .picker-paltte {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  padding: 8px 12px;
  margin-left: 16px;
  background: #fff;
  border-radius: 2px;
}

.color-picker .picker-paltte .shortcut-picker {
  justify-self: center;
  align-self: center;
  width: 20px;
  height: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  cursor: pointer;
}

.infoTitle .infoContent {
  display: inline;
}
#edit-json-modal .infolist-json-visualize-body {
  max-height: 300px;
}