.sjtj{
    font-family: PingFang SC;
    width: 1400px;
}
.sjtjBtns{
    display: flex;
    justify-content: right;
    height: 60px;
    margin: 0;
}
.sjtjSelect{
    text-align: right;
    height: 60px;
}
.sjtjSelect .el-input{
    width: 185px;
    height: 30px;
}
.sjtjTitle{
    width: 1360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 20px;
}
.sjtjText{
    font-size: 50px;
    color: #303133 ;
}
.sjtjAbc{
    font-size: 18px;
    color: #C0C4CC;
    margin-top: 16px;
}

.sjtjBoxs{
    display: flex;
    justify-content: space-between;
}
.ywtjBoxs{
    display: flex;
    justify-content: space-around;
}
.ywtjCard{
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 60px;
    border-radius: 12px;
    color: #fff;
    font-size: 30px;
    padding: 16px 20px;
}
.ywtjRadio{
    margin: 0;
    justify-content: right;
    background: none;
}
.ywChart{
    margin-top: 45px;
}
.card{
    display: flex;
    flex-direction: column;
    width: 280px;
    height:90px;
    border-radius: 12px;
    color: #fff;
    font-size: 30px;
    padding: 16px 20px;
}
.sc1{
    background-color: #3587FD ;
}
.sc2{
    background-color: #01CFB0 ;
}
.sc3{
    background-color: #00A8FB ;
}
.sc4{
    background-color: #EE9918 ;
}
.sjtjBox{
    display: flex;
}
.sjtjIcon{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.Icon1{
    background:url(../image/jyxmzs.png) no-repeat;
    background-size: cover;
}
.Icon2{
    background:url(../image/jyzje.png) no-repeat;
    background-size: cover;
}
.Icon3{
    background:url(../image/jz.png) no-repeat;
    background-size: cover;
}
.Icon4{
    background:url(../image/zz.png) no-repeat;
    background-size: cover;
}
.sjtj-T{
    font-size: 16px;
}


.chartBoxs{
    display: flex;
    flex-direction: column;
}
.Charts{
    display: flex;
}
.l-chart{
    display: flex;
    flex-direction: column;
    width: 700px;
    padding: 20px 0px;
}
.r-chart{
    display: flex;
    flex-direction: column;
    width: 700px;
    padding: 20px 0px;
}

.bottomChart{
    display: flex;
}
.sjfxChart{
    width: 650px;
    height: 350px;
}

/* 适配1366*768 */

@media screen and (max-width: 1366px) {
    .sjtj{
        width: 100%;
    }
    .sjtjTitle{
        width: 100%;
    }
    .l-chart{
        width: 50%;
    }
    .r-chart{
        width: 50%;
    }
}