/*初始化*/
/*字体*/
/*@font-face {*/
    /*font-family: 'PingFang SC';*/
    /*src: url('../fonts/PINGFANG_REGULAR.TTF');*/
/*}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: 'PingFang SC';
}
ul {
    list-style: none;
}
img {
    vertical-align: middle;
}
body {
    background: #F9F9F9;
}
[v-cloak] {
    display: none;
}
/*转换单位*/
@media (min-width: 960px) {
    html {
        font-size: 60px;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 75px;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 100px;
    }
}
@media (min-width: 2000px) {
    html {
        font-size: 125px;
    }
}
#navigation {
    position: relative;
}
/*左侧风场、机组、测点搜索和选择，上传文件按钮*/
#left {
    width: 17%;
}
#left > div {
    background: #fff;
}
/*搜索和刷新风场、机组、测点*/
#left > div:first-child > div {
    font-size: 0.18rem;
    padding: 0.34rem 0;
    height: 13%;
}
#left > div:first-child > div > img {
    position: relative;
    left: 20%;
    height: 0.21rem;
    width: 0.23rem;
    z-index: 10;
}
#left > div:first-child > div > input {
    outline: none;
    height: 0.5rem;
    width: 74%;
    border-radius: 25px;
    border: none;
    background: #F9F9F9;
    font-size: 0.18rem;
    padding: 0 22px 0 25%;
    color: #AEAEAE;
}
#left > div:first-child > div > span {
    margin-left: 5%;
    color: #6BB2FF;
    text-decoration: underline;
}
#left > div:first-child > div > span:hover {
    cursor: pointer;
}
/*左侧树状图*/
.factory, .searchFactory {
    font-size: 0.18rem;
    color: #AEAEAE;
    overflow-x: hidden;
    overflow-y: auto;
    height: 75%;
}
.factory > li, .searchFactory > li {
    cursor: pointer;
    padding: 5px 0;
}
.searchFactory::-webkit-scrollbar, .allPosBox::-webkit-scrollbar {
    display: none;
}
.factory::-webkit-scrollbar, .allPosBox::-webkit-scrollbar {
    display: none;
}
.factory::-ms-scrollbar, .allPosBox::-ms-scrollbar {
    display: none;
}
.factory:-ms-scrollbar, .allPosBox:-ms-scrollbar {
    display: none;
}
.factory::-o-scrollbar, .allPosBox::-o-scrollbar {
    display: none;
}
.factory::scrollbar, .allPosBox::scrollbar {
    display: none;
}
.factory:scrollbar, .allPosBox:scrollbar {
    display: none;
}
.factory {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.factory li > div, .searchFactory > li {
    padding: 0 20px;
    position: relative;
    left: 5px;
    text-align: left;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
}
.factory div > div {
    position: relative;
    padding-left: 10px;
}
.factory div > span {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.parent > div > div {
    color: #666;
}
div.active {
    color: #6BB2FF;
}
.parent > div.active {
    border-left: 5px solid #4BA0FF;
    border-radius: 3px;
    padding-right: 15px;
    left: 0;
    color: #6BB2FF;
}
.parent > div.active > div {
    background: #E3F0FF;
    border-radius: 5px;
    color: #6BB2FF;
}
.factory img {
    position: absolute;
    top: 0.1rem;
    right: 5px;
    height: 0.08rem;
    width: 0.16rem;
}
.parent > div > div > img {
    top: 0.22rem;
}
.factory > .parent > div {
    padding-left: 20px;
    height: 0.5rem;
    line-height: 0.5rem;
}
.child1 > div > div {
    padding-left: 40px;
}
.child2 > div > div {
    padding-left: 60px;
}
.child3 > div > div {
    padding-left: 80px;
}
/*上传文件按钮*/
#uploadBtn {
    font-size: 0.24rem;
    color: #6BB2FF;
    text-align: center;
    height: 0.82rem;
    line-height: 0.82rem;
    margin-left: -28px;
    box-shadow:0 4px 18px 0 rgba(150,150,150,0.22);
}
#uploadBtn > img {
    height: 0.24rem;
    width: 0.28rem;
}
#uploadBtn > span {
    border-bottom: 1px solid #6BB2FF;
}
#uploadBtn:hover {
    cursor: pointer;
}
/*上传文件框*/
#uploadFiles {
    background: #fff;
    font-size: 0.14rem;
    color: #6BB2FF;
    position: absolute;
    z-index: 11;
    left: 30%;
    top: 15%;
    padding: 0.5rem 1.1rem;
    box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.22);
}
#uploadFiles > div:first-child {
    font-size: 0.26rem;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 0.27rem;
}
#uploadFiles > img {
    position: absolute;
    right: 0.23rem;
    top: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
    z-index: 10;
}
/*选择上传文件类型*/
/*.check {*/
    /*position: relative*/
/*}*/
.clickFileType, .clickUnit {
    color: #6BB2FF;
    width: 1.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    letter-spacing: 0.03rem;
    border: 1px solid #6BB2FF;
    outline: none;
    padding: 0 0.1rem;
    background-image: url('../img/downCheck.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    background-size: 0.16rem 0.08rem;
    border-radius: 5px;
    cursor: default;
    display: inline-block;
    position: relative;
}
.clickUnit {
    left: 0.5rem;
}
.checkFileType, .checkUnit {
    width: 1.3rem;
    letter-spacing: 0.03rem;
    border: 1px solid #6BB2FF;
    border-radius: 5px;
    border-top: none;
    /*display: none;*/
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 10;
}
.checkFileType > li, .checkUnit > li {
    padding: 0 0.1rem;
    cursor: default;
}
.checkFileType > li:hover, .checkUnit > li:hover {
    background:rgba(107, 178, 255, 0.05);
}
.checkFileType > li:active, .checkUnit > li:active {
    background: #6BB2FF;
    color: #fff;
}
/*上传文件拖拽区域*/
.uploadSpace {
    background: rgba(107,178,255,0.05);
    border: 1px dashed #6BB2FF;
    border-radius: 10px;
    height: 40%;
    margin-top: 0.26rem;
    text-align: center;
}
.uploadSpace > img {
    height: 0.39rem;
    width: 0.39rem;
    position: relative;
    top: 0.6rem;
}
.uploadSpace > div {
    position: relative;
    top: 0.7rem;
    letter-spacing: 0.02rem;
}
.uploadSpaceDown {
    height:25%;
    margin-top:0.1rem;
}
.uploadSpaceDown > img {
    top: 0.2rem;
}
.uploadSpaceDown > div {
    top: 0.3rem;
}
/*选择上传文件按钮*/
#uploadFiles > button {
    outline: none;
    width: 40%;
    height: 0.5rem;
    color: #fff;
    letter-spacing: 0.03rem;
    font-size: 0.2rem;
    margin: 0.7rem 30% 0;
    border: none;
    background: #6BB2FF;
    border-radius: 27px;
    cursor: pointer;
    text-indent: 0.015rem;
}
#uploadFiles > input {
    display: none;
}
/*上传文件预览*/
.uploadView {
    /*display: none;*/
    height: 83%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
/*文件预览框滚动条*/
.uploadView::-webkit-scrollbar {
    width: 0.07rem;
}
.uploadView::-webkit-scrollbar-thumb {
    background: #6BB2FF;
    border-radius: 3px;
}
.uploadView::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(107, 178, 255, 0.1);
}
/*上传文件预览框单个文件显示*/
.uploadView > li {
    width: 40%;
    margin: 10px 0;
    display: flex;
}
.uploadFile0 {
    float: left;
}
.uploadFile1 {
    float: right;
}
/*上传文件预览图片*/
.uploadView > li > img {
    display: block;
    margin-right: 10px;
}
/*上传文件预览信息*/
.uploadView > li > ul {
    height: 0.43rem;
    width: 80%;
}
/*上传文件名*/
.uploadView > li > ul > li {
    font-size: 14px;
    width: 100%;
}
.uploadView > li > ul > li:first-child {
    width: 80%;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*上传文件进度条*/
.schedule {
    height: 10px;
    line-height: 0;
}
.schedule > div {
    width: 80%;
    height: 3px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5%;
    background: rgba(107, 178, 255, 0.3);
}
.schedule > div > div {
    height: 3px;
    border-radius: 2px;
    background: #6BB2FF;
    width: 0;
}
/*上传文件大小、百分比*/
.uploadView > li > ul > li > span {
    font-size: 0.1rem;
    float: left;
}
.uploadView > li > ul > li:last-child {
    width: 95%;
    height: 18px;
}
.uploadView > li > ul > li:last-child > span:last-child {
    float: right;
}
/*继续选择上传文件按钮*/
.choose {
    /*display: none;*/
    margin-top: 0.1rem;
    text-align: right;
    text-decoration: underline;
    font-size: 0.15rem;
    cursor: pointer;
}
/*上方文件名和筛选条件（时间、转速）*/
#up {
    padding-left: 5px;
    position: absolute;
    top: 0.4rem;
    left: 18%;
    z-index: 10;
    width: 62%;
}
/*文件名*/
.fileName {
    height: 0.33rem;
    font-size: 0.22rem;
    color: #666;
    margin-bottom: 10px;
}
.fileName > span:first-child {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #666;
    height: 18px;
    width: 18px;
}
.fileName > span:first-child > span {
    height: 12px;
    width: 12px;
    display: block;
    margin: 2px auto;
    background: #666;
    border-radius: 50%;
}
/*筛选条件*/
.condition {
    font-size: 0.18rem;
    color: #666;
    margin: 20px 0;
}
.condition > input {
    outline: none;
    height: 0.3rem;
    color: #666;
    padding: 0 5px;
    width: 120px;
    border: 1px solid #AEAEAE;
    margin-right: 2%;
}
@media (min-width: 1600px) {
    .condition > input {
        width: 150px;
    }
}
.condition > input:last-child {
    margin: 0;
}
/*右侧图谱样式*/
#wavespecturm_box {
    position: absolute;
    left: 18%;
    top: 0.9rem;
    width: 82%;
    height: 80%;
}
.line_info_box, .line_box, .tool_box, .tool_list {
    font-size: 0.18rem;
    color: #AEAEAE;
}
.line_box {
    position: relative;
    width: 96%;
    float: left;
}
.tool_box, .line_box {
    overflow: hidden;
    height: 93%;
}
.tool_box {
    width: 4%;
    float: left;
}
.tool_list {
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 6px;
    background-color: rgba(200,200,200,0.3);
}
.line_info_box {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-right: 4%;
}
/*保存页面按钮*/
.line_info_right {
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0;
    float: right;
}
@media (max-width: 1400px) {
    .line_info_right {
        padding: 0.1rem 0;
    }
}
.line_info_btn {
    background-color: rgba(200,200,200,0.3);
    border-radius: 6px;
    border-color: transparent;
    font-size: 16px;
    margin-bottom: 4px;
    margin-right: 10px;
    text-decoration: none;
    padding: 0.05rem 0.25rem;
}
a.keep_btn {
    color: #6BB2FF!important;
}
a.keep_btn:hover {
    color: #fff!important;
    background: #6BB2FF;
    cursor: pointer;
}
.keep_btn .tool_icon {
    background-image: url('../img/save.png');
    background-repeat: no-repeat;
    background-size: 0.2rem;
    height: 0.2rem;
    width: 0.2rem;
    line-height: 0.2rem;
    display: inline-block;
}
/*波形图和频谱图高度*/
.wave-chart {
    width:50%;
    float: left;
    height: 4.2rem;
}
.wave-chart > span {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 24px;
    width: 24px;
    float: right;
    z-index: 1;
}
.wave-chart > span:first-child {
    margin-right: 20px;
}
.selectUnit {
    background-image: url('../img/selectUnit.svg');
}
.max {
    background-image: url('../img/max.svg');
}
.exportMusic {
    background-image: url('../img/exportMusic.svg');
}
.exportData {
    background-image: url('../img/exportData.svg');
}
.restore {
    background-image: url('../img/restore.svg');
}
.dataZoom {
    background-image: url('../img/enlarge.svg');
}
.exportImage {
    background-image: url('../img/saveImage.svg');
}
.subTime {
    background-image: url('../img/subTime.svg');
}
.back {
    background-image: url('../img/back.svg');
}
.setAllPower{
    background-image: url('../img/setPower.svg');
}

.selectUnit:hover {
    background-image: url('../img/selectUnitActive.svg');
}
.max:hover {
    background-image: url('../img/maxActive.svg');
}
.exportMusic:hover {
    background-image: url('../img/exportMusicActive.svg');
}
.exportData:hover {
    background-image: url('../img/exportDataActive.svg');
}
.restore:hover {
    background-image: url('../img/restoreActive.svg');
}
.dataZoom:hover {
    background-image: url('../img/enlargeActive.svg');
}
.exportImage:hover {
    background-image: url('../img/saveImageActive.svg');
}
.subTime:hover {
    background-image: url('../img/subTimeActive.svg');
}
.back:hover {
    background-image: url('../img/backActive.svg');
}
.setAllPower:hover{
    background-image: url('../img/setPowerActive.svg');
}
.wave-chart > span.active {
    background-image: url('../img/subTimeActive.svg');
}
/*右侧小工具*/
.tool_list > li {
    margin: 0.05rem auto;
    list-style: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border: 1px solid transparent;
    border-radius: 10px;
}
@media (min-height: 800px) {
    .tool_list > li {
        margin: 0.15rem auto;
    }
}
.tool_btn {
    margin: 0 auto;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-background-size:22px 22px;
    background-size:22px 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*小工具弹出框*/
.alert_box{
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 15px;
    color: grey;
    z-index: 999;
}
i, font, p {
    font-size: 0.18rem;
}
#hide_low_alert, #powerRms_alert {
    width: 300px;
    height: 180px;
    margin-top: -95px;
    margin-left: -2rem;
}
#hide_low_alert {
    height: 160px;
    margin-top: -80px;
}
.alert_box i{
    font-style:normal;
}
.alert_box_header{
    height: 30px;
    line-height:30px;
    color:#3bb5ff;
    cursor: move;
}
.alert_box_header_left{
    padding: 0px;
    float: left;
}
.alert_box_header_right{
    padding: 0px;
    text-align: right;
}
.alert_box_content{
    height: 110px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#hide_low_alert .alert_box_content{
    height: 50px;
}
.alert_box_content > p, .allPos{
    font-size: 0.18rem;
    height: 36px;
    line-height:36px;
    margin: 0;
    padding: 0px;
}
.alert_box_content > .alert_box_tips {
    color: red;
    font-size: 12px;
}
.allPos {
    position: relative;
}
.allPos > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-left: 5px;
    border: 1px solid #a9a9a9;
    width: 175px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box;
}
.allPosBox {
    max-height: 200px;
    position: absolute;
    top: 29px;
    left: 40px;
    z-index: 10;
    width: 175px;
    border: 1px solid #a9a9a9;
    background: #fff;
    overflow-y: auto;
}
.allPosBox > li {
    padding: 0 5px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.allPosBox > li:hover {
    background: #568ada;
    color: #fff;
}
.alert_box_tips{
    position: absolute;
    bottom: 36px;
    left: 60px;
    font-size: 12px;
    color: red;
}
.alert_box_content input{
    width: 175px;
    height: 24px;
    margin-top: -4px;
}
/*低频过滤*/
.alert_box_footer {
    height: 0.3rem;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}
/*有效频率设置*/
#powerRms_alert .alert_box_content {
    width: 100%;
}
#powerRms_alert .alert_box_content {
    height: auto;
    border: none;
    border-radius: 4px;
}
.alert_box_footer > button {
    margin: 0 0.1rem;
    color: #fff;
    border: none;
    width: 87px;
    height: 26px;
    border-radius: 4px;
    background-color: #3bb5ff;
}
.tool_list > li.active, .tool_list > li:hover {
    border-color: #6BB2FF;
}

/*单位选择框*/
#unitSelect_alert {
    font-size: 0.18rem;
    width: 300px;
    height: 180px;
    margin-top: -80px;
    margin-left: -120px;
}
#unitSelect_alert > .alert_box_content {
    height: 70px;
}
#navigation > .alert_box {
    font-size: 0.18rem;
    width: 300px;
    height: 240px;
    margin-top: -150px;
    margin-left: -120px;
    left: 60%;
    top: 54%;
}
.line_box > div:last-child {
    height: 170px;
}
@media (min-height: 800px) {
    .line_box > div:last-child {
        height: 290px;
    }
}
.alert_box_content select{
    min-width: 140px;
    width: 160px;
    margin-left: -4px;
}
.alert_box_close{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    -webkit-background-size:20px 20px;
    background-size:20px 20px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    background-image: url("../img/icon/close_icon.png") !important;
    cursor: pointer;
}
.alert_box_close:hover{
    background-image: url("../img/icon/close_focus.png") !important;
}
/*删除组织*/
#left > .delete {
    font-size: 0.14rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    text-align: center;
}
#left > .delete:hover {
    background: #e9e9e9;
}
/*振动、包络切换*/
.vibOrEnv {
    position: fixed;
    top: 0.4rem;
    right: 3.2%;
    height: 30px;
    line-height: 30px;
    background: rgba(200,200,200,0.3);
    color: #6BB2FF;
    font-size: 16px;
    padding: 0 0.25rem;
    border-radius: 6px;
    cursor: pointer;
}
.line_info_box {
    padding-right: 3%;
}
.vibOrEnv:hover {
    color: #fff;
    background: #6BB2FF;
}
.setFilterBtn {
    right: calc(3.2% + 130px);
}
.vibOrEnv > img, .setFilterBtn > img {
    width: 0.2rem;
    height: 0.2rem;
}
@media (min-width: 1600px) {
    .setFilterBtn {
        right: calc(3.2% + 150px);
    }
}
/*设置滤波上下限*/
.filterBk, .progress {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
}
.filterBox, .alert_box {
    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
}
.alert_box {
    height: 220px;
}
.filterTitle, .alert_box_header_left {
    color: #6BB2FF;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.closeFilter {
    background: url('../img/icon/close_icon.png') no-repeat;
    background-position: 50%;
    background-size: 20px;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.closeFilter:hover {
    background-image: url('../img/icon/close_focus.png');
}
.filter, .allPos, .alert_box_content > p {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #808080;
}
.filterTitle, .filterBox > .allPos, .filter {
    padding-left: 15px;
}
.allPos > .allPosBox {
    top: 30px;
    left: 63px;
    width: 180px;
    text-align: left;
}
.allPosBox, #checkPos, #posName {
    cursor: default;
    text-align: left;
}
#checkPos, #posName {
    position: relative;
    width: 180px;
}
#checkPos > img, #posName > img {
    position: absolute;
    right: 5px;
    top: 8px;
}
.filter > input, .filterBox > .allPos > .checkPos, .alert_box_content > p > input {
    width: 180px;
}
.filterBtn, .alert_box_footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.filterBtn > button, .alert_box_footer > button {
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #3bb5ff;
    color: #fff;
    border: none;
    margin: 0 0.1rem;
}
/*波形图加载进度条*/
@keyframes warning-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3em 0;
  }
}
.container {
    width: 200px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -100px;
}
.warning {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    height: 20px;
    position: relative;
    background-color: #326eb0;
    border: 1px solid #326eb0;
    border-radius: 10px;
    background-size: 3em 3em;
    background-image: linear-gradient(-45deg, transparent 0em, transparent 0.8em, #6BB2FF 0.9em, #6BB2FF 2.1em, transparent 2.1em, transparent 2.9em, #6BB2FF 3.1em);
    -webkit-animation: warning-animation 1000ms infinite linear;
    -moz-animation: warning-animation 1000ms infinite linear;
    animation: warning-animation 1000ms infinite linear;
}
.warning:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #326eb0, rgba(50, 110, 176, 0.6) 15%, transparent 60%, #326eb0);
}
.progressPoint {
    width: 150px;
    height: 30px;
    line-height: 13px;
    border-radius: 50px;
    border: 5px solid #6BB2FF;
    background: #fff;
    position: absolute;
    left: 55%;
    top: 52%;
}
.progressPoint > div {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #6BB2FF;
    position: absolute;
    top: 2px;
}
.progressPoint0 {
    left: 10%;
}
.progressPoint1 {
    left: 33%;
}
.progressPoint2 {
    right: 33%;
}
.progressPoint3 {
    right: 10%;
}