* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

.container {
    /*width: 1920px;*/
    height: 1080px;
    background: #FFFFFF;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    align-items: center;
}

.header {
    width: 100%;
    height: 80px;
    background-image: url("../images/header_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 26px;
    font-size: 16px;
    color: #FFFFFF;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.header .header-left {
    width: 25%;
}

.header .header-left .square {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    margin-right: 10px;
}

.header .header-center {
    width: 50%;
    font-size: 40px;
    justify-content: center;
}

.header .header-right {
    width: 25%;
}

.content {
    width: 100%;
    height: calc(100% - 80px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.left-box {
    width: 583px;
    height: 100%;
}

.center-box {
    width: 656px;
    height: 100%;
}

.left-box-top {
    width: 100%;
    height: 680px;
}

.left-box-bottom {
    width: 100%;
    height: 248px;

}
.left-box-bottom .card-header .name{
    height: 100%;
    font-weight: 400;
}
.left-box-bottom .card-header .name .name-item{
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}
.left-box-bottom .card-header .name .line{
    height:20px;
    width: 1px;
    background:#CECECE;
    margin: 0 10px 10px 10px;
}
.left-box-bottom .card-header .name .active{
    font-weight: 700;

}

.left-box-bottom .card-header .name  .active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right:11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 11px solid #2F63FC;
}

.left-box-bottom .scroll-container{
    height: calc(100% - 45px);
    overflow: hidden;
    margin-top: 5px;
}

.table-content {
    width: 100%;
    height: calc(100% - 32px);
    overflow: hidden;
}

/* 隐藏滚动条 */
.vue-seamless-scroll {
    overflow: hidden;
    height: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0;
    text-align: center;
}

th {
    height: 36px;
    background: rgba(0, 177, 222, 0.25);
    font-weight: bold;
    font-size: 12px;
    color: #313131;
}

tr:hover {
    background-color: #f9f9f9;
}

td {
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    color: #141414;
}

table tbody tr:nth-child(odd) {
    /*background-color: #F2F2F2;*/
}


.stripe-row {
    background-color: rgba(242, 242, 242, 0.49);
}

.clone-stripe-row {
    background-color: rgba(242, 242, 242, 0.49);
}

.right-box{
    width: 583px;
    height: 100%;
}

.right-box-top {
    width: 100%;
    height: 461px;
}

.right-box-bottom {
    width: 100%;
    height: 466px;
}

.card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 4px 4px 18px rgba(227, 227, 227, 0.5);
    padding: 16px 16px 10px 16px;
}

.card .card-header {
    font-size: 20px;
    font-weight: 700;
    color: #304159;
}

.card .card-header .name {
    padding-bottom: 10px;
}

.left-box-top, .left-box-bottom {
    width: 583px;
}

.left-box-top .card-content {
    width: 100%;
    height: calc(100% - 45px);

    position: relative;
}

#mapChart {
    padding-top: 5px;
    width: 100%;
    height: 100%;
}

.map-box {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #090909;
    text-align: center;
    padding: 10px;
}


.map-box .value {
    font-size: 18px;
    font-weight: 900;
    color: #333333;
}

.map-box .line {
    width: 58px;
    height: 1px;
    background: #CECECE;
    /*border: 1px solid #CECECE;*/
    margin: 10px auto;
}

.map-box .all {
    color: #2A5CFE;
}


.center-box .total-box {
    width: 100%;
    height: 69px;
    background-image: url("../images/num_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 10px 0 29px;
    display: flex;
    align-items: center;

}

.center-box .total-box .total-box-left {
    width: 45%;
    font-size: 20px;
    font-weight: 700;
    color: #304159;
}

.center-box .total-box .total-box-left .time {
    font-size: 16px;
    color: #292929;
}

.center-box .total-box .total-box-right {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #292929;
}

.center-box .total-box .total-box-right .char {
    height: 60px;
    color: #295BFE;
    font-size: 36px;
    text-align: center;
    margin-left: 5px;
    display: flex;
    justify-content: center;

}

.center-box .total-box .total-box-right .bj {
    width: 39px;
    height: 60px;
    background-image: url("../images/sz.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.center-box .gauge-box {

}

.ratio .ratio-item {
    width: 299px;
    height: 73px;
    border-radius: 9px;
    background: linear-gradient(90deg, rgba(21, 210, 255, 0.17) 0%, rgba(235, 249, 255, 0) 100%);
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #242424;

}
.ratio-left{
    width: 50%;


}
.ratio-left .img{
    margin-right: 10px;
}
.ratio-left .num{
    font-size: 26px;
    font-weight: 700;
    color: #242424;
}
.gauge-box .ratio .ratio-right {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.up-round {
    color: #FF6767;
    background-image: url("../images/upy.png");
}

.down-round {
    color: #6AD27A;
    background-image: url("../images/downy.png");
}
.crop-box .ratio .ratio-item{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

#landChart{
    width: 50%;
    height: 252px;
}
#cropChart{
    width: 50%;
    height: 252px;
}
#fishChart{
    width: 50%;
    height: 252px;
}
#foodChart{
    position: absolute;
    left: 60%;
    width: 110px;
    height: 110px;
    margin-top: 10px;

}
#economyChart{
    position: absolute;
    left: 60%;
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

.right-box-top, .right-box-bottom {
    width: 583px;
}

.right-box-top .card-content, .right-box-bottom .card-content {
    width: 100%;
    height: calc(100% - 45px);
    padding-top: 5px;
}

.right-box-top .card-content .txt {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px;
    text-indent: 2em;
    color: #000000;
}

.right-box-top .card-content .img {
    height: 208px;
    width: 100%;
}

.right-box-bottom .card-content .nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.right-box-bottom .card-content .nav-item {
    width: 172px;
    height: 26px;
    border-radius: 18px;
    background: #f2f2f2;
    font-size: 13px;
    font-weight: 400;
    color: #2A2A2A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;

}

.right-box-bottom .card-content .active {
    background: #0d99ff;
    color: #ffffff;
}

#lineChart {
    width: 100%;
    height: calc(100% - 72px);
}