a,a:focus, a:hover{
    color:#ffffff;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner{
    padding: 5px;
}

body{
    color: #fff;
    background: #031e37;
}

/*标题*/
#title{
    width: 100%;
    position: relative;
    height: 0.8rem;
}
#titleTxt{
     position: absolute;
     top: 0.1rem;
     left: 0.1rem;
     width:20%;
     height: 0.4rem;
     background-image: url("../imgs/logo.png");
     background-size: 100% 100%;
     background-repeat: no-repeat;
 }
#titleLine{
    position: absolute;
    top: 0.33rem;
    left: 0.1rem;
    width:98%;
    height: 0.2rem;
    background-image: url("../imgs/line.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#titleLine>ul{
    position: absolute;
    top: 0;
    left: 21%;
    width: 40%;

}
#titleLine>ul>li{
    width:14%;
    height: 0.2rem;
    text-align: center;
    display: block;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
}
.seletedMenu{
    background-image: url("../imgs/btnChosen.png");
}
.seletedMenuLast{
    background-image: url("../imgs/btnChoseS.png");
}
.normalMenu{
    background-image: url("../imgs/btn.png");
}

#titleLine>ul>li:nth-child(n+5){
    width: 22%;
}
#titleLine>ul>#skPageBtn{
    left: 0.9%;
}
#titleLine>ul>#ybPageBtn{
    left: 12.4%;
}
#titleLine>ul>#ncPageBtn{
    left: 23.8%;
    display: none;
}
#titleLine>ul>#tfPageBtn{
    /*left: 35.3%;*/
    left: 23.8%;
}
#csAlertHisBtn{
    left: 35.3%;
}
#titleLine>ul>#csPageBtn{
    left: 64.6%;
}


/*预警和警报栏*/
#left{
    width: 25%;
    display: block;
    float: left;/*
    height: 80vh;*/
    font-size: 0.12rem;
}
.rightContent{
    width: 70%;
    margin-left: 2.5%;
    height: 80vh;
    display: block;
    float: left;
}
#typhoonPage{
    width: 70%;
    margin-left: 2.5%;
}
/*气象预警*/
#warnCon{
    width: 100%;
    background-image: url('../imgs/yjbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: none;
}
#warnConBox{
    width: 300%;
}
#warnConBox>.yjSample{
    width: 33.3333%;
    display: block;
    float: left;
    padding: 0.55rem 0.05rem 0.1rem;
}
#warnConBox>.yjSample>.yjMsg>span{
    color: #eed90e;
}
#warnConBox>.yjSample>img{
    margin: 0.05rem;
    display: block;
    width: 0.5rem;
    float: left;
}
#warnDot{
    position:absolute;
    bottom: 5px;
    right: 5px;
}
#warnDot>li{
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background: #00d4e6;
    margin-left: 5px;
}
#warnDot>.dotNow{
    background: #eee;
}

/*警报框*/
.alertBox{
    width: 100%;
    margin-top: 15px;
    height: 50vh;
    border: 1px solid #78d5e1;
    overflow-y: scroll;
    position: relative;

}
.alertBox::-webkit-scrollbar {/*滚动条整体样式*/
    width:  5px;     /*高宽分别对应横竖滚动条的尺寸*/
    margin-left: 5px;
   height: 5px;
}
.alertBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: rgb(0, 230, 246);
    /*background-image: -webkit-linear-gradient(45deg, rgba(164, 255, 12, 0.21) 25%, transparent 25%, transparent 50%, rgba(3, 221, 255, 0.6) 50%, rgba(255, 169, 5, 0.4) 75%, transparent 75%, transparent);
    */
    /*background-image: -webkit-linear-gradient(80deg, #04ffff, #86ff09, #04d0ff, #fffa08,red);*/
}
.alertBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #031f38;
}

.alertBox>li{
    width: 98%;
    margin-top: 5px;
}
.alertBox>li>.alertHead{
    width: 100%;
    background-image: url("../imgs/jbbox.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.alertBox>li>.alertHead>img{
    width:0.1rem;
    height:0.1rem;
    display: none;
    position: absolute;
    right: 0.05rem;
    top:0.075rem;
}
.alertBox>li>.alertHead>.alertTitle{
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

    display: block;
    float: left;
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.1rem;
    padding-left: 0.4rem;
}

.alertBox>li>.alertContent {
    padding: 5px;
    display: block;
    font-size: 0.1rem;
    border: 2px dotted #fcfb6a;
    border-top: none;
}

/*参数设置*/
#paramsBox{
    width: 3rem;
    margin-left: 5%;
    /*background: rgba(180, 218, 249, 0.7);*/
    border:1px solid #00ECFE;
    font-size: 0.12rem;
    font-weight: bold;
    display: block;
    float: left;
    color: #fff;
    margin-top: 10vh;
    display: none;
}
#paramsClose{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: none;
    float: right;
    color: #00ECFE;
    text-align: center;
    font-size: 16px;
}
#tab{
    float: left;
    margin-top: -0.2rem;
    /*margin-left: 20px;*/
}
#tab>li{
    /*width: 100px;*/
    height: 0.2rem;
    line-height: 0.2rem;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background:#00ECFE;
    display: block;
    float: left;
    text-align: center;
    padding:0 5px;
}
#paramsBox>#params{
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 10px;
}
#paramsBox>#params>li{
    width: 90%;
    padding-left: 19%;
}
#paramsBox>#params>li>ul{
    width: 100%;
    margin-top: 0.1rem;
}
#paramsBox>#params>li>ul>span{

}
/*#paramsBox>#params>li>ul>li:first-child{
    width: 30%;
}*/
#paramsBox>#params>li>ul>span>input{
    background-color: rgb(255, 255, 255);
    color: #17f7ff;
    width: 100px;
    font-size: 0.14rem;
}
#paramsBtn{
    width: 100%;
    margin-bottom: 0.08rem;
    margin-top: 0.2rem;
}
#paramsBtn>li{
    cursor: pointer;
    width: 0.4rem;
    height: 0.2rem;
    display: block;
    float: right;
    color: #ffff;
}


/*报警查询*/
#searchLine{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}
#searchLine>li{
    display: block;
    float: left;
    margin-right: 10px;
}
#searchLine>li>div{
    float: left;
    height: 0.2rem;
    line-height: 0.2rem;
}
#searchLine>li>div>input{
    width: 1rem;
    height: 0.2rem;
    font-size: 0.1rem;
}
#searchLine>li>img{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    float: left;
}
#alertHis{
    width: 90%;
    height: 65vh;
    margin-left: 5%;
    margin-top: 20px;
    border: 2px solid #00e6f6;
}
#alertHis>li{
   margin-left: 1%;
}
#alertHis>li>.alertHead{
    background-image: none;
    border: 1px dotted #decf0d;
}
#alertHis>li>.alertHead>.alertTitle{
    padding-left: 0.05rem;
}

#queryRSBox{
    width: 95%;
    margin-left: 2.5%;
    height: 65vh;
    /*border: 2px solid #00e6f6;
    overflow: scroll;*/
    position: relative;
}
#alertShow{
    width: 50%;
    left: 25%;
    top: 10vh;
    height: 20vh;
    line-height: 20vh;
    text-align: center;
    background: #b4b4b4;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #00e6f6;
    z-index: 5000;
}

/*复写让表格居中*/
.table th, .table td {
    text-align: center;
    vertical-align: middle!important;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #999;
}

@media (max-width: 600px){
    /*标题*/
    #titleTxt{
        width: 32%;
        height: 0.8rem;
    }
    #titleLine{
        background-image: url("../imgs/lineWap.png");
        height: 0.6rem;
    }
    #titleLine>ul{
        left: 32%;
        width: 79%;
    }
    #titleLine>ul>li{
        height: 0.6rem;
        line-height: 0.6rem;
    }


    #left{
        width: 100%;
        font-size: 11px;
        /*height: 20vh;*/
    }
    .rightContent{
        width: 100%;
        height: 65vh;
    }
    #typhoonPage{
        width: 95%;
        margin-left: 2.5%;
        margin-top: 20px;
    }
/*预警*/
    #warnCon{
        width: 49%;
        float: left;
        margin-top: 10px;
    }
    #warnConBox>.yjSample{
        padding: 1rem 0.1rem 0.2rem;
    }
    #warnConBox>.yjSample>img{
        width: 1rem;
    }


    /*警报*/
    .alertBox{
        width: 49%;
        float: left;
        height: 25vh;
        margin-left: 2%;
    }
    .alertBox>li>.alertHead>.alertTitle{
        height: 0.5rem;
        line-height: 0.5rem;
        padding-left: 0.8rem;
    }
    .alertBox>li>.alertHead>img{
        width: 0.3rem;
        height: 0.3rem;
        top: 0.1rem;
    }

   /* 阈值设置*/
    #paramsBox{
        width: 90%;
        font-size: 12px;
    }
    #tab{
        margin-top: -0.5rem;
    }
    #tab>li{
        height: 0.5rem;
        line-height: 0.5rem;
    }
    #paramsBox>#params{
        margin-top: 0.8rem;
    }
    #paramsBox>#params>li>ul{
        margin-top: 0.3rem;
    }
    #paramsBtn{
        margin-top: 0.5rem;
        margin-bottom: 0.2rem;
    }
    #paramsBtn>li{
        width: 40px;
        height: 20px;
    }


    /*查询界面*/
    #searchLine>li>div{
        height: 0.4rem;
        line-height: 0.4rem;
    }
    #searchLine>li>div>input{
        width: 2rem;
        height: 0.4rem;
    }
    #searchLine>li>img{
        width: 0.4rem;
        height: 0.4rem;
    }
    #alertHis{
        height: 50vh;
    }
    #queryRSBox{
        height: 50vh;
    }
}

