/* 标题 */
#site-header .redLine {
    margin-bottom: 0;
}
#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index:5;
}
button, button:focus {
    outline: none;
}
#site-header #header-core {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#content{
    padding:0;
    width: 100%;
    height: 100vh;
}
#content-core {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
#content-core #main {
    position: relative;
    width: 100%;
    height: 100%;
}
#content-core #main #main-core {
    position: relative;
    width: 100%;
    height: 100%;
}
#control-map {
    position: relative;
    padding-top: 100px;
    width: 100%;
    height: 100%;
}
#control-map .page-map {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
ul,li {
    margin: 0;
    padding: 0;
}
.page-map .mapC {
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}
.page-map .mapC .tool-map {
    position: absolute;
    top: 70px;
    right: 10px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.page-map .mapC .step-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2;
}
.step-group .step-item,.step-group .btn-item {
    position: relative;
    border-radius: 100px;
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #3072DE;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #3072DE;
    cursor: pointer;
}
.step-group .btn-item {
    margin-top: 10px;
    background: linear-gradient(0deg, rgba(48, 114, 222, 0.2), rgba(48, 114, 222, 0.2)), #FFFFFF;
    border: 1px solid #3072DE;
    cursor: pointer;
}
.step-group .step-item .num {
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FA5151;
    color: #fff;
    margin-left: 5px;
    min-width: 24px;
    height: 24px;
    padding: 2px 5px;
}
.step-group .step-item .caret {
    display: none;
    margin-right: 5px;
    transform: rotate(-90deg);
    color: #fff;
}
.step-group .step-item+.step-item {
    margin-top: 10px;
}
.step-group .step-item.condition-view, .step-group .step-item.condition-add{
    background: linear-gradient(0deg, rgba(48, 114, 222, 0.2), rgba(48, 114, 222, 0.2)), #FFFFFF;
    border: 1px solid #3072DE;
    cursor: pointer;
}
.step-group .step-item.condition-view {
    display: none;
}
.step-group .step-item.current .caret {
    display: inline-block;
}
.step-group .step-item.current {
    background: linear-gradient(0deg, #3072DE, #3072DE), #FFFFFF;
    border: 1px solid #3072DE;
    color: #fff;
    cursor: default;
}
.step-group .step-item.disabled {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: rgba(51, 51, 51, 0.5);
    cursor: not-allowed;
}
.step-group .btn-item.available {
    background: linear-gradient(0deg, #3072DE, #3072DE), #FFFFFF;
    border: 1px solid rgba(48, 114, 222, 0.5);
    color: #fff;
    cursor: pointer;
}
.step-group .btn-item.available.disabled {
    background: rgba(48, 114, 222, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border: 0px solid rgba(48, 114, 222, 0.5);
    cursor: not-allowed;
}
.step-group .btn-item.disabled {

}
.step-group .btn-item i {
    margin-right: 5px;
}
.aicon {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
}
.aicon-withbg {
    color: #333;
    background: #fff;
    border-radius: 0;
    font-size: 20px;
}
.aicon-group-join {
    display: flex;
    flex-direction: column;
}
.tooltip.left .tooltip-arrow {
    top: 50% !important;
}
.aicon em {
    display: none;
}
.page-map .mapC .myMap {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page-map .mapC.left-map {

}
.page-map .mapC.right-map {

}
.page-map .mapC .top-tool {
    position: absolute;
    top: 20px;
    left: 10px;
   /* transform: translateX(-60%);*/
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.page-map .mapC .top-tool .result-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: flex;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.result-title .taskname {
    margin-right: 10px;
}
.meteorology-year, .base-inventory-year {
    position: relative;
    /*background: url(../../images/icon-calc.svg) no-repeat;*/
    /*background-size: 16px 16px;*/
    /*background-position: center left;*/
    /*padding-left: 20px;*/
    font-size: 14px;
    color: #fff;
    display: flex;
    white-space: nowrap;

    background: #2D8CFF;
    border-radius: 20px;
    padding: 5px 10px;
}
.top-tool .year-name, .top-tool .spaces-name {
    font-size: 14px;
    color: #fff;
}
.top-tool .year-down {
    position: relative;
    min-width: 60px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.top-tool .base-checkbox {
    border-radius: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 10px 0 35px;
    line-height: 20px;
    gap: 5px;
    background: #2D8CFF;
    white-space: nowrap;
    color: #fff;
}
/* 隐藏原生复选框 */
.custom-checkbox {
    position: absolute;
    opacity: 0;
}

/* 自定义复选框外观 */
.custom-checkbox + label::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    background: transparent;
}

/* 选中状态样式 */
.custom-checkbox:checked + label::before {
    background: transparent;
    border-color: #fff;
}

/* 选中标记（对勾） */
.custom-checkbox:checked + label::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.top-tool .year-down .dropdown-menu {
    margin-top: 10px;
    min-width: 80px;
}
.top-tool .year-down .dropdown-menu>li>a {
    text-align: center;
}
.top-tool .year-down .dropdown-menu::before, .top-tool .spaces-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -3px;
    line-height: 0;
    border-width: 5px;
    border-color: #fff;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.taskgroup {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
    bottom: 85px;
    right: 10px;
    z-index: 2;
}
.taskgroup .task-filter {
    /*position: relative;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 10px 20px;
    border-radius: 100px;
    /*gap: 5px;*/
    /*background: linear-gradient(0deg, #3072DE, #3072DE), #FFFFFF;*/
    /*color: #fff;*/
    background: linear-gradient(0deg, #3072DE, #3072DE), #FFFFFF;
    color: #fff;
    /*border-radius: 50%;*/
    /*height: 40px;*/
    /*width: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 20px;*/
    cursor: pointer;
    font-size: 14px;
}
.taskgroup .task-filter .task-title {
    position: relative;
    /*background: url(../../images/icon-task.svg) no-repeat;*/
    /*background-size: 16px 16px;*/
    /*background-position: center left;*/
    /*padding-left: 20px;*/
    font-size: 14px;
    color: #fff;
    display: flex;
}
.taskgroup .task-filter .caret {
    margin-left: 5px;
}
.taskgroup .task-btn {
    background: linear-gradient(0deg, #3072DE, #3072DE), #FFFFFF;
    color: #fff;
    /*border-radius: 50%;*/
    /*height: 40px;*/
    /*width: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 20px;*/
    cursor: pointer;
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 20px;

}
.taskgroup .task-filter .task-action {
    /*background: url(../../images/icon-task.svg) no-repeat;*/
    /*background-size: 16px 16px;*/
    /*background-position: center center;*/
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.taskgroup.disabled .task-btn{
    background: rgba(48, 114, 222, 0.5);
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}
.taskgroup.disabled .task-filter {
    background: rgba(48, 114, 222, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.taskgroup.disabled .task-filter .task-action {
    cursor: not-allowed;
}
.popover-task .popover-head {
    position: relative;
    padding: 10px 0;
}
.popover-task .popover-head .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0em;
    color: #333333;
}
.popover-task .popover-action {
    text-align: right;
    width: calc(100% - 20px);
}
.popover-task .btn.btn-ok {
    color: #fff;
    background-color: #3072DE;
    border-color: #3072DE;
}
.popover-task .popover-body {
    width: 100%;
    height: 200px;
}
.tasktable th,.tasktable td{
    padding: 5px 10px;
    border: 1px solid #EEE;
}
.popover-task .tasktable-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #EEEEEE;
}
.popover-task .tasktable-body{
    position: relative;
    height: 160px;
    overflow-y: auto;
}
.popover-task .tasktable-header span {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    color: #3D3D3D;
}
.popover-task .tasktable-body .task-loading{
    display: flex;
    width: 100%;
    height: 160px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #3D3D3D;
}
.popover-task .tasktable-body .task-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popover-task .tasktable-body .task-row:nth-child(even){
    background: rgba(48, 114, 222, 0.1);
}
.popover-task .tasktable-body .task-row span {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 24px;
}
.tasktable-body .taskRadion {

}
/* 隐藏原生复选框 */
.taskRadion {
    position: absolute;
    opacity: 0;
}

/* 自定义复选框外观 */
.taskRadion + label::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #3072DE;
    border-radius: 50%;
    background: transparent;
}

/* 选中状态样式 */
.taskRadion:checked + label::before {
    background: #3072DE;
    border-color: #3072DE;
}

/* 选中标记（对勾） */
.taskRadion:checked + label::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.case-state {
    font-size: 12px;
    color: #999999;
}
.case-state i {
    margin-right: 5px;
    font-size: 12px;
}
.case-state.case-state-1 span {
    color: #999999;
}
.case-state.case-state-1 i{
    color: #FF8F1F;
}
.case-state.case-state-2 i{
    color: #00B578;
}
.case-state.case-state-2 span {
    color: #00B578;
}
.case-state.case-state-3 i{
    color: #F42539;
}
.case-state.case-state-3 span {
    color: #F42539;
}
.result-task-name {
    position: absolute;
    left: 20px;
    top: 20px;
}
.popover-task .filter-list-view .popover-body {
    height: 300px;
}
.filter-list-view .params-list {
    height: 100%;
    overflow-y: auto;
}
.filter-list-view .params-list .itemP {
    width: 100%;
    padding: 3px 0px;
    line-height: 30px;
    background: #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #333333;
    cursor: pointer;
}
.filter-list-view .params-list .itemP .caret {
    margin-right: 5px;
}
.filter-list-view .params-list .item-body {
    width: 100%;
    padding: 5px 0;
}
.filter-list-view .params-list .item-body .ib-row {
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    padding: 2px 0;
}
.params-list .item-body .ib-row .title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
}
.params-list .item-body .ib-row .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
    line-height: 20px;
}
.filter-list-view .params-list .itemP.fold .caret {
    transform: rotate(180deg);
}
.filter-list-view .params-list .item-body.fold {
    display: none;
}
.filter-list-add .bodyContent {
    width: 100%;
    height: 480px;
}
.filter-list-add .filter-contents {
    height: 465px;
    width: 100%;
    overflow-y: auto;
}
.filter-list-add .filter-block {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.filter-list-add .filter-block .filter-header {
    position: relative;
    width: 100%;
}
.filter-list-add .filter-block .filter-header .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 15px;
    cursor: pointer;
}
.filter-list-add .filter-block .filter-header .title.expand:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: calc(50% + 3px);
    margin-bottom: -6px;
    height: 6px;
    width: 6px;
    background: linear-gradient(135deg, #666 0%, #666 50%, transparent 50%, transparent 100%);
    transform: rotate(45deg);
}
.filter-list-add .filter-block .filter-header .close {
    position: absolute;
    top:0px;
    right:0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #FA5151;
    opacity: 1;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(250, 81, 81, 0.05);
}
.filter-list-add .filter-block .filter-header .close:hover {
    opacity: 0.6;
}
.filter-list-add .filter-body .filter-item,
.filter-list-add .filter-body .select-item {
    position: relative;
    width: 100%;
    margin: 0px;
}
.filter-list-add .filter-body .filter-item .items .header,
.filter-list-add .filter-body .select-item .items .header
{
    position: relative;
    width: 100%;
}
.filter-list-add .filter-body .filter-item .gap-line {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 1px;
    height: calc(100% - 10px);
    background: #D8D8D8;
}
.filter-list-add .filter-body .select-item {
    display: none;
}
.filter-list-add .items .header .title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
    padding-right: 10px;
    vertical-align: middle;
}
.filter-list-add .items[disabled] {
    opacity: .65;
}
.filter-list-add .filter-item .items .header .title {
    padding-left: 15px;
    cursor: pointer;
}
.filter-list-add .filter-item .items .header .title a{
    color:#999999;
    text-decoration: none;
    font-weight: normal;
}
.filter-list-add .filter-item .items .header .title a:hover{
    color:#999999;
    text-decoration: none;
}
.filter-list-add .filter-item .items[coefficient] .header{
    padding-right: 45px;
}
.filter-list-add .filter-item .items[end] {
    height: 20px;
}
.filter-list-add .items .header .circle-icon.complete {
    background: #00B578;

}
.filter-list-add .items .header .circle-icon{
    position: absolute;
    top: 6px;
    left: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 181, 120, 0.5);
    color: #ffffff;
    font-size: 12px;
}
.filter-list-add .items .header .desc {
    display: inline-block;
    width: calc(100% - 90px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.filter-list-add .filter-item .items .header .clear {
    position: absolute;
    top: 4px;
    right: 0px;
    color: #3072DE;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;
    cursor: pointer;
}
.filter-list-add .filter-body .repeats-tips {
    position: relative;
    padding: 10px;
    border-radius: 3px;
    background: #FCDBDB;
    box-sizing: border-box;
    border: 1px solid #F5C6CB;
    display: none;
}
.filter-list-add .filter-body .repeats-tips .tip-text {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #FA5151;
    padding-right: 42px;
}
.filter-list-add .filter-body .repeats-tips .right-btn-groups {
    position: absolute;
    top: 3px;
    right: 0;
}
.filter-list-add .filter-body .repeats-tips .right-btn-groups a {
    color: #3072DE;
}
.filter-list-add .filter-body .repeats-tips .right-btn-groups a:hover {
    color: rgba(48, 114, 222, 0.7);
    text-decoration: underline;
}
.filter-list-add .filter-item .items .header .clear:hover {
    color: rgba(48, 114, 222, 0.7);

}
.filter-list-add .filter-item .items .body {
    padding: 15px 10px;
    /*background: #FAFAFA;*/
    color: #3D3D3D;
    font-size: 14px;
}
.filter-list-add .filter-item .items .body span {
    color: #3D3D3D;
    font-size: 14px;
}
.filter-list-add .filter-item .items .body .control-radio {
    width: 65px;
    display: inline-block;
}
.filter-list-add .filter-item .items .body .input-radio {
    width: calc(100% - 25px);
    display: inline-block;
}
.filter-list-add .control-label {
    display: inline-block;
    padding-left: 5px;
}
.filter-list-add .filter-item .items .title-Nav-tab {
    width: 100%;
    text-align: center;
}
.filter-list-add .filter-item .items .title-Nav-tab ul.menu-tab {
    list-style: disc;
    box-shadow: none;
    display: inline-block;
}
.filter-list-add .filter-item .items .title-Nav-tab .menu-tab li {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin: 0px 8px;
    display: inline-block;
    cursor: pointer;
    color: #3D3D3D;
}
.filter-list-add .filter-item .items .title-Nav-tab .menu-tab li.current{

    border-color: #3072DE;
}
.filter-list-add .filter-item .items .title-Nav-tab .menu-tab li.current span {
    font-weight: bold;
    color: #3072DE;
}
.filter-list-add .addcontrol.btn-primary {
    color: #fff;
    background-color: #3072DE;
    border-color: #3072DE;
}
.filter-list-add .addcontrol.btn-primary:hover {
    color: #fff;
    background-color: rgba(48, 114, 222, 0.7);
    border-color: rgba(48, 114, 222, 0.7);
}
.filter-list-add .filter-item .items .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.filter-list-add .filter-item .items .checkbox label:first-child {
    margin-left: 10px;
}
.filter-list-add .filter-item .items .checkbox label.gap {
    border-right: 1px solid #999999;
}
.filter-list-add .filter-button {
    width: 100%;
    /*margin-top: 10px;*/
}
.filter-list-add .filter-button .filterbtn {
    background: rgba(48, 114, 222, 0.05);
    box-sizing: border-box;
    border: 1px solid rgba(48, 114, 222, 0.3);
    font-size: 14px;
    font-weight: normal;
    color: #406EB5;
}
.filter-list-add .filter-button .filterbtn.addfilters {
    width: calc(100% - 80px);
}
.filter-list-add .check-list {
    width: 100%;
    height: 610px;
    display: none;
}
.filter-list-add .check-list .check-tip {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    padding-right: 30px;
    background: #FCDBDB;
    box-sizing: border-box;
    border: 1px solid #F5C6CB;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0em;
    color: #FA5151;
}
.filter-list-add .check-list .check-tip .close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #721C24;
}
.filter-list-add .check-items {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px 0;
    overflow: auto;
}
.filter-list-add .check-list .check-filter-list {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    min-height: 100%;
    border-right: 1px solid #CCCCCC;
    padding: 0px 20px;
}
.filter-list-add .check-list .check-filter-list:last-child {
    border-right: 0px solid;
}
.check-list .check-filter-list .filter-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #999999;
}
.filter-list-add .check-list .check-filter-list .filters .item {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
}
.filter-list-add .check-list .check-filter-list .filters .item.error {
    color: #FA5151;
}
.filter-list-add .buttonContent {
    text-align: right;
    line-height: 50px;
}
.filter-list-add .edit-result.dropdown .dropdown-menu.menu {
    width: 100%;
    top: calc(100% + 10px);
    background: #ffffff;
    color: #333333;
}
.filter-list-add .edit-result .res.dropdown-toggle {
    position: relative;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
}
.edit-result.dropdown .dropdown-menu.menu {
    width: 100%;
    top: calc(100% + 10px);
    background: #ffffff;
    color: #333333;
    max-height: 150px;
    overflow: auto;
}
.edit-result .checkbox-all {
    margin: 0px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
}
.filter-list-add .filter-item .items .body span {
    color: #3D3D3D;
    font-size: 14px;
}

.edit-result .res.dropdown-toggle .caret {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.filter-list-add .filter-item .edit-result .curr-dropdown-name span {
    color: #666666;
}
.filter-list-add .filter-item .items .body span {
    color: #3D3D3D;
    font-size: 14px;
}
.edit-result .curr-dropdown-name .v-item {
    background: #EEEEEE;
    margin-right: 5px;
    border-radius: 3px;
    color: #666666;
    padding: 5px 8px;
}
.edit-result .curr-dropdown-name .v-item i {
    color: #A6A6A6;
    margin-left: 5px;
    cursor: pointer;
}
.Question-input.planname {
    display: none;
}
.Question-input.planname input{
    width: 100%;
    margin: 10px 0;
}
.QuestionModalLabel .pull-left .Question-input .error-info i{
    font-size: 14px;
    color: #FA5151;
    margin-right: 5px;
}
.QuestionModalLabel .pull-left .Question-input .error-info .text-info {
    font-size: 12px;
    color: #FA5151;
}
.QuestionModalLabel .pull-left .Question-input .error-info {
    display: none;
}
.QuestionModalLabel .pull-left .Question-input.error input {
    border-color: #FA5151;
}
.QuestionModalLabel .pull-left .Question-input.error .error-info{
    display: block;
}
.timeplayerBoxNew {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10;
}
.timeplayerBoxNew .tplayer .timeline {
    min-width: 400px;
}
.timeplayerBoxNew .tplayer {
    position: absolute;
    left: 10px;
    transform: translateX(0%);
    top: -38px;
    display: block;
}
.right-map .right-menu {
    /*position: absolute;*/
    display: none;
    /*right: 20px;*/
    /*top: 20px;*/
    z-index: 2;
}
.left-map .left-menu {
    /*position: absolute;*/
    display: none;
    /*left: 20px;*/
    /*top: 20px;*/
    z-index: 2;
    /*display: flex;*/
    flex-direction: row;
}
.emiss-type.filters {
    /*display: inline-block;*/
    padding: 2px;
    display: flex;
    flex-direction: row;
}
.emiss-type.filters .btn-group {
    display: flex;
}
.emiss-type.filters button{
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    font-weight: normal;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    outline: none;
    background: transparent;
    border: 1px solid #2D8CFF;
}
.emiss-type.filters button:first-child {
    border-radius: 20px 0 0 20px;
}
.emiss-type.filters button:last-child {
    border-radius: 0 20px 20px 0;
}
.emiss-type.filters button.active {
    cursor: default;
    /*background: rgba(0, 0, 0, 0.8);*/
    color: #fff;
    font-weight: bold;
    outline: none;
    background: #2D8CFF;
    border: 1px solid #2D8CFF;
}
.emiss-type.filters button:hover {
    /*background: rgba(0, 0, 0, 0.8);*/
    color: #fff;
    font-weight: bold;
    outline: none;
    background: #2D8CFF;
    border: 1px solid #2D8CFF;
}
.emiss-type.filters button:focus {
    outline: none;
}
.spaces-menu {
    /*position: absolute;*/
    /*top: 20px;*/
    /*right: 20px;*/
    /*z-index: 2;*/
    color: #fff;
    /*padding: 10px 20px;*/
    /*background: rgba(0, 0, 0, 0.7);*/
    font-size: 14px;
    /*border-radius: 4px;*/
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    border-radius: 20px;
    background: #2D8CFF;
    display: flex;
    white-space: nowrap;
}
.resultAnalysisLabel > .modal-dialog, .resultAnalysisLabel .modal-content{
    width: 100%;
    height: 100%;
}
.resultAnalysisLabel .modal-header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
}
.tablists.tabs {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
    margin-bottom: 0;
}
.tablists.tabs .tab-item {
    cursor: pointer;
    margin: 0 5px;
}
.tablists.tabs .tab-item.active {
    cursor: default;
    font-weight: bold;
    color: #406EB5;
    border-bottom: 3px solid #406EB5;
}
.tablists.tabs .tab-item:hover {
    color: #406EB5;
    border-bottom: 3px solid #406EB5;
}
.tablists.tabs .tabgroup {
    display: inline-block;
    vertical-align: top;
}
.tablists.tabs .fg-vertical {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #333;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
    margin: 0 10px;
}
.tablists.tabs .tabgroup .title {
    color: #333;
    font-weight: 700;
}
.result-task-name {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
    font-weight: 400;
}
.result-task-name .title-name {
    font-weight: 700;
}
.resultAnalysisLabel .modal-body {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
}
.resultAnalysisLabel .modal-body .map-div {
    width: 100%;
    height: 100%;
    min-width:1240px;
    min-height:600px;
    display: block;
    position: relative;
}
.resultAnalysisLabel .modal-body .echarts-div {
    width: 100%;
    height: 100%;
    min-width:1240px;
    min-height:600px;
    display: none;
    position: relative;
}
.echarts-div .echarts-header {
    width: 100%;
    padding: 20px 20px;
}
.echarts-header .filters {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.echarts-header .filters .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    display: inline-block;
}
.echarts-header .filters .filter {
    display: inline-block;
}
.echarts-div .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.echarts-div .echarts-tool {
    position: absolute;
    top: 20px;
    left: 20px;
}
.echarts-div .echarts-header {
    width: 100%;
    padding: 20px 20px;
}
.echarts-div .echarts-tool .echarts-header .title {
    display: inline-block;
}
.echarts-div .echarts-tool .echarts-header .filter {
    display: inline-block;
    width: 200px;
}
input.d-form-control, select.d-form-control {
    width: 100%;
    height: 34px;
    outline: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}
.echarts-div .echarts-map {
    width: 100%;
    height: 100%;
}
.echarts-tooltip.echarts-tooltip-dark {
    border-radius: 4px;
    padding: 10px;
    background: rgba(51, 51, 51, 0.8)!important;
    border: 1px solid rgba(51, 51, 51, 0.8)!important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
    color: #ffffff!important;
    display: none;
}
.echarts-tooltip.echarts-tooltip-dark .mark {
    width: 4px;
    height: 4px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.left-map .legends, .right-map .legends{
    position: absolute;
    left: 20px;
    bottom: 60px;
    z-index: 5;
}
/* colorBar */
.right-map .legends .map-colorbar{
    position: relative;
    cursor: default;
    white-space: nowrap;
    border-radius: 10px;
}
.right-map .legends .map-colorbar .lbl {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    color: transparent;
    text-align: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    margin-bottom: 10px;
    margin-right: 20px;
}
.right-map .legends .map-colorbar .lbl .text {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'LatoWebSemibold'!important;
}
.right-map .legends .map-colorbar .lbl .togradient {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.right-map .legends .map-colorbar .kps {
    height: 20px;
    left: 0px;
    font-size: 12px;
    width: 8px;
}
.right-map .legends .map-colorbar .kp {
    width: 8px;
    display: block;
}
.right-map .legends .bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    left: 15px;
    bottom: 8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.right-map .legends .last-bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    left: 15px;
    bottom: -8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
/*leftmap legend*/
.left-map .legends .map-colorbar{
    position: relative;
    cursor: default;
    white-space: nowrap;
    border-radius: 10px;
}
.left-map .legends .map-colorbar .lbl {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    color: transparent;
    text-align: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    margin-bottom: 10px;
    margin-right: 20px;
}
.left-map .legends .map-colorbar .lbl .text {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'LatoWebSemibold'!important;
}
.left-map .legends .map-colorbar .lbl .togradient {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.left-map .legends .map-colorbar .kps {
    height: 20px;
    left: 0px;
    font-size: 12px;
    width: 8px;
}
.left-map .legends .map-colorbar .kp {
    width: 8px;
    display: block;
}
.left-map .legends .bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    left: 15px;
    bottom: 8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.left-map .legends .last-bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    left: 15px;
    bottom: -8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.left-map .seleced-taskName, .right-map .seleced-taskName {
    position: absolute;
    ;
    left: 10px;
    top: 90px;
    border-radius: 100px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}