/* 
@font-face {
  font-family: 'FZXBSJW';
  src: url('./typeface/FZXBSJW.TTF') format('truetype'),
} */

.sjfb-box {
    margin-top: 0.6rem;
}

.ech-qie {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ech-qie span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 1rem) / 6);
    height: 0.6rem;
    font-size: 0.18rem;
    font-weight: bold;
    letter-spacing: 1.35px;
    color: #ca1c1d;
    background-image: linear-gradient(to bottom, #ffe5cf, #fffbf8);
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    cursor: pointer;
}

.ech-qie .on {
    color: #fff;
    background: #e34139;
}

.search-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 0.26rem;
    font-size: 0.16rem;
    color: #6e7079;
}

.search-box span {
    display: inline-block;
    margin: 0 0.05rem;
}

.search-box select {
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    width: 1.05rem;
    height: 0.3rem;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
    box-sizing: border-box;
    border: solid 1px #ffd5d5;
    background-color: #fff;
    color: #6e7079;
    background: url('../images/2024-charts-select-ico.png') no-repeat;
    background-position: calc(100% - 0.1rem) center;
    background-size: auto 0.06rem;
    appearance: none;
    -webkit-appearance: none;
    /*去除chrome浏览器的默认下拉图片*/
    -moz-appearance: none;
    /*去除Firefox浏览器的默认下拉图片*/
}

.search-box .query-box {
    display: flex;
    flex-direction: row;
}

.search-box .query-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0.12rem;
    width: 0.77rem;
    height: 0.3rem;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    background-color: #d8352d;
    cursor: pointer;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

.search-box .query-btn img {
    display: block;
    margin-right: 0.05rem;
    width: 0.15rem;
    height: 0.15rem;
}

.echart-box {
    margin-top: 0.26rem;
}

.echart-box #charts,
.echart-box #echer {
    margin-top: 0.25rem;
    width: 100%;
    height: 5.5rem;
}

.tjsj {
    margin-top: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tjsj .tjsj-item {
    position: relative;
    width: calc((100% - 0.3rem) / 2);
    height: 1.1rem;
    background: url(../images/2024-sjfb-tjsj-item-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tjsj .tjsj-item span {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.28rem;
    font-family: 'fzxbs';
    line-height: 1.1rem;
    letter-spacing: 4.2px;
    color: #97553f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.tjsj .tjsj-item img {
    position: absolute;
    top: -0.24rem;
    right: 0.2rem;
    width: 2.04rem;
}

.tjsj .tjsj-item:hover span {
    letter-spacing: 6.2px;
}

.list-box {
    margin-top: 0.35rem;
}

.list-box .jgxx {
    float: left;
    width: calc(50% - 0.15rem);
}

.list-box .jgxx .pList01 {
    margin-top: 0.25rem;
    min-height: 2rem;
}

.list-box .zjgb-tjnj {
    float: right;
    width: calc(50% - 0.15rem);
}

.list-box .zjgb-tjnj #tj-txt-swiper {
    margin-top: 0.25rem;
}

.list-box .zjgb-tjnj #tj-txt-swiper .pList01 {
    min-height: 2rem;
}

.list-box .pcsj {
    margin-top: 0.25rem;
}

.list-box .jdsj {
    float: right;
    margin-top: 0.25rem;
}

@media screen and (max-width: 768px) {
    .sjfb-box {
        margin-top: 0.3rem;
    }

    .ech-qie {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ech-qie span {
        display: flex;
        margin-bottom: 0.1rem;
        width: calc(50% - 0.1rem);
        height: 0.6rem;
    }

    .search-box {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0.15rem;
    }

    .search-box span {
        display: inline-block;
        margin: 0.08rem 0.3rem;
    }

    .search-box .select-box {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .search-box select {
        width: 1.35rem;
        height: 0.35rem;
    }

    .search-box .query-box {
        margin-top: 0.15rem;
    }

    .search-box .query-btn {
        margin-left: 0.12rem;
        width: 0.9rem;
        height: 0.35rem;
    }

    .echart-box {
        margin-top: 0.15rem;
        width: 100%;
        overflow-x: auto;
    }

    .echart-box #charts,
    .echart-box #echer {
        margin-top: 0;
        width: 6.6rem;
        /* width: 100%; */
        height: 3.4rem;
    }

    .tjsj {
        margin-top: 0.15rem;
        flex-direction: column;
        justify-content: flex-start;
    }

    .tjsj .tjsj-item {
        margin-bottom: 0.1rem;
        width: 100%;
        height: 1.1rem;
    }

    .tjsj .tjsj-item span {
        position: relative;
        margin-left: 0.3rem;
        z-index: 10;
    }

    .tjsj .tjsj-item img {
        position: absolute;
        top: -0.24rem;
        right: 0.2rem;
        width: 2.04rem;
    }

    .list-box {
        margin-top: 0.15rem;
    }

    .list-box .jgxx {
        float: none;
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .list-box .jgxx .pList01 {
        margin-top: 0.1rem;
    }

    .list-box .zjgb-tjnj {
        float: none;
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .list-box .zjgb-tjnj #tj-txt-swiper {
        margin-top: 0.1rem;
    }

    .list-box .pcsj {
        margin-top: 0;
    }

    .list-box .jdsj {
        float: none;
        margin-top: 0;
    }
}