html,
body {
    height: 100vh;
}

[v-cloak] {
    display: none !important;
}

#app,
.index-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.top-bar {
    color: #fff;
    /* height: 85px; */
    height: 469px;
    width: 100%;
    /* background: url(./img/head_bg.png) center center no-repeat; */
    background: url(./img/top_bg.png) center center no-repeat;
    background-size: 100%;
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

.iol-iframe {
    position: relative;
    top: -270px;
}

.iol-logo {
    position: absolute;
    top: 42px;
    left: -80px;
    width: 686px;
    height: 86px;
    /* background: url("../../content/image/logo_small.png") no-repeat; */
    background: url("./img/logo.png") no-repeat;
    background-size: 60%;
}

.title-txt {
    font-size: 18px
}

.page-box {
    position: absolute;
    display: flex;
    top: 50px;
    right: 50px;
    /* justify-content: space-around; */
}

.page-box p {
    cursor: pointer;
    /* padding-bottom: 10px; */
    margin-right: 30px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
}

.current {
    /* border-bottom: 2px solid #fff; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(125, 186, 255, 0.98));
    border-radius: 25px;
    font-family: Microsoft YaHei;
    color: #12406E;
}

.cursor {
    cursor: pointer;
}

.bottom-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    font-size: 14px;

}

/* home */
.home-bg {
    color: #fff;
    height: 350px;
    width: 100%;
    background: url(./img/bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.bg-box {
    width: 65%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bgwid {
    width: 30%;
    height: 100vh;
    padding-top: 10px;
}

.top-left {
    margin-top: 80px;
    background-color: rgba(204, 204, 204, 0.75);
    border-radius: 40px;
    width: 229px;
    height: 89px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* .img-box{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
} */
.img-box img {
    width: 70px;
    height: 50px;
    color: #fff;
}

.active-img img {
    width: 105px;
    height: 70px;
}

.pan-echarts {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pEcharts {
    width: 360px;
    height: 230px;
}

.main-title {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.small-title {
    font-size: 12px;
    color: #666;
    text-align: center;

}

.text-bg {
    width: 80%;
    height: 175px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 50px;
    background: url(./img/bg2.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.text-bgbox {
    border-left: 1px solid rgba(1, 82, 147, 1);
    padding-left: 10px;
}

.text-blue {
    color: rgba(10, 38, 127, 1);
}

.text-gray {
    color: rgba(102, 102, 102, 1);
}

.right-img {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 35%;
}

.right-img img {
    width: 10px;
    height: 16px;
}

.home-table {
    width: 65%;
    /* height: 500px; */
    height: 710px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background: #F8FCFF;
    box-shadow: 0px 6px 8px 0px rgba(168, 168, 168, 0.6);
    border-radius: 12px;
}

.table-head {
    width: 100%;
    height: 50px;
    /* background: url(./img/table_bg.png) center center no-repeat;
    background-size: cover; */
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    color: #333;
    border-radius: 10px 10px 0 0;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #12406E;
    background: linear-gradient(0deg, rgba(224, 237, 255, 0.98), rgba(216, 232, 255, 0.98));
}

.table-con {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.echarts-map {
    position: relative;
    /* border: 1px dashed rgba(0, 0, 0, .2); */
}

#map-item {
    /* height: 350px; */
    height: 550px;
    width: 350px;
}

.dot-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: absolute;
    left: 130px;
    bottom: 20px;
}

.dot-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #33cc99;
}

.tabl-list {
    width: calc(100% - 360px);
}

th {
    background-color: #EDEDED;
    color: #666;
}

.text-green {
    color: rgba(51, 204, 153, 1);
}

.text-red {
    color: rgba(204, 0, 0, 1);
}

.text-orange {
    color: #FF9900;
}

.layui-table,
.layui-table-view {
    margin-top: 0;
    margin-bottom: 0;
}

.li-echarts {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.li-echarts .liquid-box {
    margin-right: 20%;
}

#water1 {
    width: 300px;
    height: 200px;
}

#water2 {
    width: 300px;
    height: 200px;
}

.layui-layer-detail {
    border-radius: 10px !important;
}

.layui-layer-detail .layui-layer-title {
    background: #fff !important;
    border-radius: 10px 10px 0 0;
    color: #fff;
    border: none;
}

.layer-box {
    padding: 20px;
    /* color: #ccc; */
}

.head-line {
    border-bottom: 1px solid #015293;
    padding-bottom: 10px;
}

.list-line {
    border-bottom: 0.25px solid #cecece;
    padding: 10px 0;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #ccc;
    -webkit-border-radius: 7px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 3px;
}

.mtitle-text {
    font-size: 14px;
    color: #666;
}

.dashen-class {
    border: 1px dashed rgba(0, 0, 0, .1);
    margin: 16px 0
}

.title-line {
    height: 20px;
    line-height: 20px;
    width: 3.5px;
    background-color: #33cc99;
    border-radius: 5px
}

.title-name {
    width: 360px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: -25px 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.count-name {
    font-size: 16px;
    color: #000;
    margin-top: 5px
}

.rate-name {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    margin-left: 10px
}

.layui-table tbody tr:hover,
.layui-table-hover {
    background-color: #eefbff !important;
}

.layui-table-header {
    background-color: #ededed !important;
}

.re-table {
    z-index: 10;
    position: relative;
    margin-top: -15%;
}

.re-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
}

.re-list:hover {
    background-color: #eefbff;
}

.active {
    background-color: #eefbff;
}

.re-list-left {
    display: flex;
}

.lelnOver {
    font-size: 24px;
    /* color: #ff3300 */
    color: #ff9900
}

.lelnNormal {
    font-size: 24px;
    color: #33cc99
}

.iol-back {
    cursor: pointer;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 999;
}

.iol-txt {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 999;
}

.iol-icon {
    font-size: 20px;
}

.layui-btn {
    height: 32px;
    line-height: 32px;
}

.layui-btn-primary {
    border-color: #eaeaea;
}

.layui-btn:hover {
    border-color: #eaeaea !important;
    background-color: #fff !important;
    color: #023D93 !important;
    opacity: 1
}

.iol-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#rankFunction,
#rankFunction2 {
    height: 360px;
    overflow: hidden;
}

#rankFunction .swiper-slide,
#rankFunction2 .swiper-slide {
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f2f2f2;
}

.iol-table-header {
    width: 100%;
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
}

.iol-table-header span {
    /* display: inline-block; */
    float: left;
}

.rank-order {
    width: 100px;
    text-align: center;
}

.rank-status {
    width: 100px;
    text-align: center;
}

.rank-leq {
    width: 100px;
    text-align: center;
}

.rank-leq2 {
    width: 80px;
    text-align: center;
}

.rank-area {
    width: 120px;
    text-align: center;
}

.rank-name {
    width: calc(100% - 500px);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rank-name2 {
    width: calc(100% - 720px);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-body-main span {
    /* display: inline-block; */
    float: left;
    cursor: pointer;
}