
/*整体样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 970px) {
    html {
        font-size: 17px !important;
    }
}

@media only screen and (min-width: 1280px) {
    html {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 1670px) {
    html {
        font-size: 25px !important;
    }
}

@media only screen and (min-width: 1910px) {
    html {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 2500px) {
    html {
        font-size: 32px !important;
    }
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
}
#app {
    height: 100%;

}
.container {
    width: 100%;
    height: 100%;
    padding-top: 4%;
    background: url("../img/main.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.title {
    height: 7%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 370%;
}
.title span {
    background: linear-gradient(to bottom, #11cfca, #01a3e8);
    -webkit-background-clip: text;
    color: transparent;

}
.main {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.h-65 {
    height: 65%;
}
.h-35 {
    height: 35%;
}
.h-25 {
    height: 25%;
}
.h-63 {
    height: 63%;
}
.h-37 {
    height: 37%;
}
.w-26 {
    width: 26%;
}
.w-25 {
    width: 25px;
    text-align: center;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-44 {
    width: 44%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}

.fl-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fl {
    display: flex;
    justify-content: space-around;
}
.fl-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.fl-1 {
    flex: 1;
}
.fl-2 {
    flex: 2;
}
.fl-3 {
    flex:3;
}
.fl-5 {
    flex:5;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-1 {
    padding-top: 1rem;
}
.ml-2 {
    margin-left: 2.2rem !important;
}
.ml-15 {
    margin-left: 15px;
}
.mt-15 {
    margin-top: 15%;
}
.pt-8 {
    margin-top: 8%;
}
.mb-10 {
    margin-bottom: 10px;
}
.posiRel {
    position: relative;
}
.posiAbs {
    position: absolute;
}
.fs-10 {
    font-size: 10px;
}
.left-2 {
    left: 2rem !important;
}
.left ,.right ,.center{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    margin-left: 1%;
    margin-right: 1%;

}
.right , .left {
    padding-top: 30px;
}
.center {
    width: 34%;
    display: flex;
    flex-direction: column;
}
.frame {
   position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
.nav1 , .nav2 , .nav3{
    position: relative;
    width: 100%;
    height: 38%;
    background: url("../img/nav1.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.nav2 {
    background: url("../img/nav2.png") no-repeat;
    background-size: 100% 100%;
}
.nav3 {
    height: 24%;
    background: url("../img/nav3.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
    overflow: hidden;
}
.nav4 {
    position: relative;
    width: 100%;
    height: 32%;
    background: url("../img/nav4.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;

}
.nav5 , .nav6{
    position: relative;
    width: 100%;
    height: 34%;
    background: url("../img/nav5.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;
}
.nav6 {
    height: 34%;
    background: url("../img/nav6.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
    overflow: hidden;
}
.nav7 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/nav7.png") no-repeat;
    background-size: 100% 100%;
}
.m-title {
    position: absolute;
    font-size: 14px;
    color: #aaddff;
   top: -4%;
    left: 5%;
    z-index: 99;
}
.m-title span {
    color:#ffe400;
}

.ezy-bar>div:first-child , .ezy-line>div:first-child , .ezy-pie>div:first-child , .ezy-bar1>div:first-child{
    width: 100% !important;
    height: 100% !important;
}
.ezy-bar>div>canvas , .ezy-line>div>canvas , .ezy-pie>div>canvas ,.ezy-bar1>div>canvas{
    width: 100% !important;
    height: 100% !important;
}
table {
    width: 90%;
    font-size: 10px;
    margin: 50px auto 7px;
    border-collapse:collapse;
}
table thead tr {
    background: url("../img/tableHead.png") no-repeat;
    background-size: 100% 100%;
    padding: 4px 0;

}
table thead th {
    color: #a5b2c8;
    padding: 4px 0;

}
table tbody tr {
    background: url("../img/tableTbody.png") no-repeat;
    background-size: 100% 100%;
    color:#77c8ff
}
.tr1 {
    color:#ff4259
}
.td1 , .td2 , .td3{
    position: relative;
    background: url("../img/one.png") no-repeat center;
    background-size: 13px ;
    color: #042e5f;
    font-size: 9px;
}
.td1 span , .td2 span , .td3 span {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%);
}
.td2 {
    background: url("../img/two.png") no-repeat center;
    background-size: 13px ;
}
.td3 {
    background: url("../img/three.png") no-repeat center;
    background-size: 13px ;
}

.tr2 {
    color:#ffe400
}
.tr3 {
    color:#39fa9d
}
table tbody td {
    text-align: center;
    padding: 4px 0;

}
.villageNum {
    position: absolute;
    bottom: 3%;
    left: 31%;
    color: #ffe400;
    font-size: 16px;
}
.bucketNum {
    position: absolute;
    bottom: 3%;
    left: 70%;
    color: #ffe400;
    font-size: 16px;
}
.circle {
    position: absolute;
    width: 36%;
    top: 13%;
    left: 17%;
}
.content {
    position: absolute;
    top: 58%;
    left: 39%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yellow {
    color: #ffe400;
}
.skyblue {
    color: #aaddff;
}
.border {
    width: 110%;
    border-bottom: 1px solid #6885a3;
    margin: 2px 0
}
.fs-9{
    font-size: 9px;
}
.fs-12{
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-20 {
    font-size: 20px;
}
.weight {
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #77c8ff;
}
.kg {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 32px;
}
.text {
    position: absolute;
    top: 0;
    left: 0;
}
.integral {
    top:-6%;
    left: 9%;
}
.rightTopLeft {
    top:-4.5%;
    left:7.5%;
}
.timeBox {
    display: flex;
}
.timeBox span {
   padding: 5px;
    border: 1px solid #3984dc;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px;
    color: #aaddff;
    cursor: pointer;
    /*background: #0dc4cf;*/
}
.contentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 0;
}

.contentBox .contentBox-item {
    width: 30%;
    font-size: 12px;
    color: #aaddff;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid #3984dc;
    border-radius: 10px;
    text-align: center;
}
.contentBox-item-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.contentBox-item-bottom {
    padding-bottom: 5px;
    padding-top: 5px;
    background: #3984dc;
}
.year {
    background: #3984dc;
    padding: 5px;
    border: 1px solid #3984dc;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px;
    color: #aaddff;
    display: flex;
    align-items: center;
    cursor: default ;
}
.year img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.year img:first-child {
    margin-right: 5px;
}
.year img:last-child {
    margin-left: 5px;
}



