.dropdown-menu>li>a{
  overflow:hidden;
  text-overflow:ellipsis;
}
.tyc-container-wrap.tyc-container-bar{
  padding-bottom:0;
}
.nav-tabs-line{
  width:100%;
  overflow:hidden;
}
.nav-tabs-line li{
  float:left;
  position:relative;
  padding-right:25px;
}
.nav-tabs-line li+li{
  margin-left:25px;
}
.nav-tabs-line li:before{
  content:"";
  display:block;
  width:1px;
  height:20px;
  background:#C8C8C8;
  position:absolute;
  top:50%;
  right:0;
  margin-top:-10px;
}
.nav-tabs-line li:last-child:before{
  display:none;
}
.nav-tabs-line a{
  display:block;
  font-size:14px;
  color:#666;
  padding:6px 0px 5px;
  text-decoration:none;
}
.nav-tabs-line li.active a,
.nav-tabs-line li:hover a{
  font-size:16px;
  color:#009FE8;
  padding:3px 0px;
  text-decoration:none;
  font-weight: 600;
}

.options-wrap-box .options-wrap{
  margin:0 16px;
}
.options-wrap{
  padding:5px 0;
  border-top:1px solid #cbcbcb;
  overflow:hidden;
}

.options-wrap:first-child{
  border-top:0;
}
.options-key{
  color:#9B9B9B;
  font-size:13px;
  padding:4px 0 5px;
  float:left;
  margin-left:5px;
}
.options-value{
  float:left;
  width:calc(100% - 90px);
}
.options-value span{
  display:block;
  color:#666;
  font-size:13px;
  padding:4px 0 5px;
  float:left;
  margin-left:20px;
  cursor:pointer;
}
.options-value span.active,
.options-value span:hover{
  color:#009FE8;
}

.options-wrap-indic{
  padding:16px 0;
  border-bottom:1px solid #cbcbcb;
  overflow:hidden;
  margin:0 16px;
}
.options-value-indic{
  float:left;
  width:calc(90% - 90px);
}

.options-wrap-box{
  position:relative;
}
.options-wrap-box .box-radius-shadow{
  width:100%;
  background:#fff;
  position:absolute;
  top:-2px;
  left:0;
  z-index:110;
}
.options-wrap-box .options-wrap:first-child .options-value{
  width:calc(100% - 270px );
}

.btn-bor-blue{
  display:inline-block;
  *display:inline;
  *zoom:1;
  font-size:14px;
  padding:3px 12px 4px;
  border:1px solid #bfbfbf;
  background:#f9f9f9;
  color:#999;
  border-radius:4px;
  cursor:pointer;
}
.btn-bor-blue:hover,
.btn-bor-blue.active{
  background:#009FE8;
  border:1px solid #009FE8;
  color:#fff;
}
.btn-bor-blue.disabled,
.btn-bor-blue.disabled:hover{
  cursor:not-allowed;
  border:1px solid #E5E5E5!important;
  color:#E5E5E5!important;
  background:none!important;
}
.resize-div{
  display:inline;
}
.resize-div input{
  width: 60px;
  border-style: solid;
  border-width: 1px;
}
.resize-div span{
  margin-right: 5px
}
.btn-button-more span{
  display:block;
  position:relative;
}
.btn-icon-more span{
  display:block;
  padding-right:22px;
  position:relative;
}
.btn-icon-more span:before{
  display:block;
  content:"";
  width:11px;
  height:1px;
  background:#999;
  position:absolute;
  right:0;
  top:50%;
}
.btn-icon-more span:after{
  display:block;
  content:"";
  width:1px;
  height:11px;
  background:#999;
  position:absolute;
  right:5px;
  top:50%;
  margin-top:-5px;
}
.btn-icon-more:hover span:before,
.btn-icon-more:hover span:after,
.btn-icon-more.active span:before,
.btn-icon-more.active span:after{
  background:#fff;
}
.btn-icon-switch span{
  display:block;
  padding-right:22px;
  position:relative;
  transform-origin:right center;
}
.btn-icon-switch span:before{
  display:block;
  content:"";
  width:6px;
  height:1px;
  background:#999;
  position:absolute;
  right:4px;
  top:50%;
  transform:rotate(45deg);
}
.btn-icon-switch span:after{
  display:block;
  content:"";
  width:6px;
  height:1px;
  background:#999;
  position:absolute;
  right:0;
  top:50%;
  transform:rotate(-45deg);
}
.btn-icon-switch-close span:before{
  transform:rotate(-45deg);
}
.btn-icon-switch-close span:after{
  transform:rotate(45deg);
}
.btn-icon-switch:hover span:before,
.btn-icon-switch.active span:before{
  background:#fff;
  /*right:0;*/
}
.btn-icon-switch:hover span:after,
.btn-icon-switch.active span:after{
  background:#fff;
 /* right:4px;*/
}
.has-options-icon{
  position:relative;
}
.has-options-icon:before{
  content:"";
  width:14px;
  height:14px;
  background:url(../images/report-success-circle-blue.svg) no-repeat center;
  background-size:100%;
  position:absolute;
  top:-7px;
  right:-7px;
}
.options-wrap .btn-bor-blue{
  margin-left:12px;
}
.options-wrap .btn-bor-blue span{
  display: block;
}
.box-radius-shadow{
  border-radius:4px;
  box-shadow:0 0 15px rgba(0,0,0,.2);
}
.options-btn-wrap{
  margin:0 16px;
  border-top:1px solid #cbcbcb;
  padding:20px;
  text-align:center;
}
.options-btn-wrap .btn-bor-blue+.btn-bor-blue{
  margin-left:10px;
}
.nav-tabs-select-wrap{
  background:#fff;
  border-radius:3px;
}
.nav-tabs-select-wrap .nav-tabs-line{
  padding:10px 35px;
  border-bottom:1px solid #cbcbcb;
}

.options-value .checkbox-label-black{
  float:left;
  margin-left:8px;
}
.options-value .label-input-icon{
  width:12px;
  height:12px;
}
.options-value .checkbox-label-black em{
  padding-left:3px;
}
.options-value .checkbox-label-black.checked .label-input-icon,
.options-value .checkbox-label-black input[type="checkbox"]:checked+span.label-input-icon{
  background-size:80%;
}
.box-radius-shadow .checkbox-label-black{
  margin-top:4px;
  margin-bottom:5px;
}
.options-wrap-box .box-radius-shadow .options-wrap .options-value{
  width:calc(100% - 113px);
}
.options-wrap-box .box-radius-shadow .options-wrap:first-child .options-value{
  width:calc(100% - 221px);
}

.checkbox-label-black{
  position: relative;
  display: block;
  min-width:16px;
  min-height:16px;
  padding-left:16px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin:0;
}
.checkbox-label-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin:-8px 0 0!important;
}
.checkbox-label-black input[type="checkbox"]{
  display:block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  visibility: visible;
  filter: alpha(opacity=0);
  outline: none;
  opacity: 0;
  margin:0!important;;
}
.label-input-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border:1px solid #B6B6B6;
  transform:translate(-50%,-50%);
  z-index:1;
  margin:0!important;
}
.checkbox-label-black .label-input-icon{
  border-radius: 4px;
}
.checkbox-label-black em{
  font-style:normal;
  padding-left:10px;
  display:block;
  font-size:14px;
  line-height:1.5;
  color:#666;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.checkbox-label-black.checked .label-input-icon,
.checkbox-label-black input[type="checkbox"]:checked+span.label-input-icon{
  border:1px solid #009FE8;
  background:url("../images/checkbox-black-icon.svg") no-repeat center #009FE8;
}
.checkbox-label-black.disabled{
  cursor:not-allowed;
}
.checkbox-label-black.disabled em,
.checkbox-label-black.disabled:hover em{
  color:#e5e5e5;
}
.checkbox-label-black.disabled .label-input-icon,
.checkbox-label-black.disabled:hover .label-input-icon{
  border:1px solid #e5e5e5;
}

.tyc-container-bar .dropdown-hasbtn{
  margin-right:36px;
}
.dropdown-hasbtn .dropdown{
  width:240px;
}
.dropdown-hasbtn .btn.btn-primary{
  width:100px;
  border-radius:0 3px 3px 0;
}
.dropdown-hasbtn .dropdown .btn{
  width:100%;
  border-radius:3px 0 0 3px;
}
.btn-hasicon{
  border:1px solid #bfbfbf;
  background:#f9f9f9;
}
.btn-hasicon span{
  color:#999;
}
.btn-hasicon:hover{
  border:1px solid #009FE8;
}
.btn-hasicon span{
  padding-left:22px;
  background:url(../images/report-success-circle-gray.svg) no-repeat left center;
}
.btn-hasicon:hover span{
  color:#999;
}
.btn-hasicon:focus,
.btn-hasicon:active{
  box-shadow:none;
}
.dropdown-hasbtn .btn-primary:focus,
.dropdown-hasbtn .btn-primary:active{
  box-shadow:none;
  border:1px solid #009fe8;
  background:#009fe8;
}
.btn-hasicon.active{
  box-shadow:none;
  border:1px solid #009FE8;
  background:rgba(0, 159, 232, 0.1);
}
.btn-hasicon.active span{
  color:#009fe8;
  background:url(../images/report-success-circle-blue.svg) no-repeat left center;
}
.container-bar-btn-group .mb-8{
  margin:0 20px 8px 0;
  position:relative;
}
.nav-tabs-con{
  padding:24px;
}
.text-30{
  font-size:14px;
  color:#666;
  line-height:30px;
}
.div-relative{
  position:relative;
}
.icon-add,
.icon-send{
  width:30px;
  height:30px;
  display:block;
  position:relative;
  cursor:pointer;
}
.icon-send{
  background:url(../images/icon-send-default.svg) no-repeat center;
}
.icon-send:hover,
.icon-send.active{
  background:url(../images/icon-send-active.svg) no-repeat center;
}
.icon-add:before{
  content:"";
  display:block;
  background:#b0b0b0;
  width:2px;
  height:14px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-7px 0 0 -1px;
}
.icon-add:after{
  content:"";
  display:block;
  background:#b0b0b0;
  width:14px;
  height:2px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-1px 0 0 -7px;
}
.icon-add em,
.icon-send em{
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  display: none;
  min-width: 40px;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: rgba(0,0,0,.8);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-add em:before,
.icon-send em:before{
  content:"";
  display: block;
  width:0;
  height:0;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:10px solid rgba(0,0,0,.8);
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom:-10px;
}
.icon-add:hover:before,
.icon-add:hover:after{
  background:#01a0e9;
}
.icon-add:hover em,
.icon-send:hover em{
  display:block;
}

.icon-tip{
  background:url("../images/icon_tip.png") no-repeat 5px center;
}
.ul-dropdown-list{
  position:absolute;
  top:36px;
  right:0;
  z-index:100;
  background:rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
  padding:12px 0;
  display:none;
}
.ul-dropdown-list li{
  white-space:nowrap;
  padding:0 16px;
  cursor:pointer;
}
.ul-dropdown-list li span{
  display:block;
  font-size:14px;
  line-height:30px;
  color:#666;
}
.ul-dropdown-list li:hover span{
  color:#009FE8;
}
.ul-dropdown-list .icon-sence,
.ul-dropdown-list .icon-report,
.ul-dropdown-list .icon-pdf,
.ul-dropdown-list .icon-excel,
.ul-dropdown-list .icon-csv,
.ul-dropdown-list .icon-img{
  padding-left:35px;
}
.ul-dropdown-list .icon-sence{
  background:url("../images/icon-sence-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-sence,
.ul-dropdown-list li.active .icon-sence{
  background:url("../images/icon-sence-active.svg") no-repeat 5px center;
}
.ul-dropdown-list .icon-report{
  background:url("../images/icon-report-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-report,
.ul-dropdown-list li.active .icon-report{
  background:url("../images/icon-report-active.svg") no-repeat 5px center;
}
.ul-dropdown-list .icon-pdf{
  background:url("../images/icon-pdf-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-pdf,
.ul-dropdown-list li.active .icon-pdf{
  background:url("../images/icon-pdf-active.svg") no-repeat 5px center;
}
.ul-dropdown-list .icon-excel{
  background:url("../images/icon-excel-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-excel,
.ul-dropdown-list li.active .icon-excel{
  background:url("../images/icon-excel-active.svg") no-repeat 5px center;
}
.ul-dropdown-list .icon-csv{
  background:url("../images/icon-csv-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-csv,
.ul-dropdown-list li.active .icon-csv{
  background:url("../images/icon-csv-active.svg") no-repeat 5px center;
}
.ul-dropdown-list .icon-img{
  background:url("../images/icon-img-default.svg") no-repeat 5px center;
}
.ul-dropdown-list li:hover .icon-img,
.ul-dropdown-list li.active .icon-img{
  background:url("../images/icon-img-active.svg") no-repeat 5px center;
}


@media screen and (min-width: 1200px) and (max-width: 1366px){
  .container-bar-btn-group{
    width:650px;
  }
}

/** 6月11日增加错误提示**/
.has-error-input{border-color: #eb694f !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.dropmenu-width{
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  7月9日增加左侧菜单icon  */
.tyc-sidebar-icon{width:40px;height:26px;display:block;margin:0 auto;background:url(../images/tyc-sidebar-icon-network.png) no-repeat;}
/*即时监测*/
/*地图*/
.tyc-sidebar-icon-area{background-position:center 0;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-area,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-area{background-position:center -26px;}
/*趋势*/
.tyc-sidebar-icon-trend{background-position:center -52px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-trend,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-trend{background-position:center -78px;}
/*运营商*/
.tyc-sidebar-icon-operator{background-position:center -104px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-operator,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-operator{background-position:center -130px;}
/*访问策略*/
.tyc-sidebar-icon-accesspolicy{background-position:center -156px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-accesspolicy,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-accesspolicy{background-position:center -182px;}
/*主机分布*/
.tyc-sidebar-icon-host{background-position:center -208px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-host,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-host{background-position:center -234px;}
/*错误*/
.tyc-sidebar-icon-wrong{background-position:center -260px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-wrong,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-wrong{background-position:center -286px;}
/*元素报表*/
.tyc-sidebar-icon-form{background-position:center -842px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-form,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-form{background-position:center -876px;}
/*真机拨测检查点报表*/
.tyc-sidebar-icon-checkInfo{background-position:center -995px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-checkInfo,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-checkInfo{background-position:center -1031px;}
/*劫持分析*/
.tyc-sidebar-icon-hijack{background-position:center -364px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-hijack,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-hijack{background-position:center -390px;}
/*cdn调优*/
.tyc-sidebar-icon-cdnTun{background-position:center -700px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-cdnTun,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-cdnTun{background-position:center -726px;}
/*散点图*/
.tyc-sidebar-icon-scatterplot{background-position:center -416px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-scatterplot,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-scatterplot{background-position:center -442px;}
/*地域-新版*/
.tyc-sidebar-icon-index{background-position:center -776px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-index,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-index{background-position:center -810px;}
/*概览*/
.tyc-sidebar-icon-view{background-position:center -520px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-view,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-view{background-position:center -546px;}

.tyc-sidebar-icon2{width:40px;height:26px;display:block;margin:0 auto;background:url(../images/tyc-sidebar-icon-network.png) no-repeat;}
/*即时监测*/
.tyc-sidebar-icon-jsjc{background-position:center -574px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-jsjc,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-jsjc{background-position:center -602px;}

/*即时监测配置*/
.tyc-sidebar-icon-monitorSetting{background-position:center -574px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-monitorSetting,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-monitorSetting{background-position:center -602px;}
/*即时监测结果*/
.tyc-sidebar-icon-jsjcjg{background-position:center -630px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-jsjcjg,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-jsjcjg{background-position:center -658px;}

.options-table-click-div{position:  relative; top: 34px; margin-left:  200px;}

/*添加权限管理和使用查询图标*/
.tyc-sidebar-icon-freePointMon {
  background-position: center -120px;
}

.tyc-sidebar-icon-freePointMon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-sidebar-icon-alarm.png) no-repeat;
  background-position: center -120px;
}

.tyc-sidebar-auth-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-sidebar-icon-alarm-new.png) no-repeat;
  background-position: center -183px;
}

.tyc-sidebar-nav-a:hover .tyc-sidebar-auth-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-auth-icon {
  background-position: center -216px;
}


.tyc-sidebar-used-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-sidebar-icon-alarm-new.png) no-repeat;
  background-position: center -248px;
}
.tyc-sidebar-author-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-sidebar-icon-authkey.png) no-repeat;
  background-position: center ;
}
.tyc-sidebar-nav-a:hover .tyc-sidebar-author-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-author-icon {
  background: url(../images/tyc-sidebar-icon-authkey-h.png) no-repeat ;
  background-position: center ;
}
.tyc-sidebar-nav-a:hover .tyc-sidebar-used-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-used-icon {
  background-position: center -278px;
}
.tyc-sidebar-map-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-sidebar-icon-map.png) no-repeat;
  background-position: center ;
}
.tyc-sidebar-nav-a:hover .tyc-sidebar-map-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-map-icon {
  background: url(../images/tyc-sidebar-icon-map-h.png) no-repeat ;
  background-position: center ;
}
/*2018-12-12增加，导出按钮样式修改*/
/* 导出按钮下拉菜单 */
.btn-icon{
  position: relative;
  display: inline-block;
  min-width: 42px;
  padding: 5px 10px;
  line-height:1;
  cursor: pointer;
  border: 0;
  /*border: 1px solid transparent;*/
  border-radius: 3px;
}
.icon{
  display: inline-block;
  width:20px;
  height:18px;
}
.icon-export{
  background: url('../images/export/icon-export.svg') no-repeat center;
}
.icon-export-new{
   background: url('../images/export/icon-export-new.png') no-repeat center;
}
.icon-external{
  background: url('../images/export/icon-external.png') no-repeat center;
}
.icon-fast-report{
  background: url('../images/export/icon-fast-report.png') no-repeat center;
}
.icon-ai-report{
  background: url('../images/export/icon-ai-report.png') no-repeat center;
}
.tyc-sidebar-icon-topology{background-position:center -957px;}
.tyc-sidebar-nav-a:hover .tyc-sidebar-icon-topology,.tyc-sidebar-nav-a.current .tyc-sidebar-icon-topology{background-position:center -926px;}


/*  2021/11/05 增加任务管理左侧菜单icon  */
.tyc-sidebar-taskoperating-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-taskmenu-network-icon.png) no-repeat;
  background-position: center -38px;
}

.tyc-sidebar-nav-a:hover .tyc-sidebar-taskoperating-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-taskoperating-icon {
  background-position: center 2px;
}

.tyc-sidebar-bindtask-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-taskmenu-network-icon.png) no-repeat;
  background-position: center -118px;
}

.tyc-sidebar-nav-a:hover .tyc-sidebar-bindtask-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-bindtask-icon {
  background-position: center -78px;
}

.tyc-sidebar-probgrp-icon {
  width: 40px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background: url(../images/tyc-taskmenu-network-icon.png) no-repeat;
  background-position: center -278px;
}

.tyc-sidebar-nav-a:hover .tyc-sidebar-probgrp-icon,
.tyc-sidebar-nav-a.current .tyc-sidebar-probgrp-icon {
  background-position: center -238px;
}