.container {
    background: #ffffff;
}

.content {
    height: 100vh;
}

.is_sticky {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #ffffff;
}

.jk_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.1rem;
    gap: 0.21rem;
    margin: 0 0.43rem;
    position: relative;
    margin-bottom: 0.1rem;
}

.jk_header_icon_close {
    height: 0.9rem;
    width: 1.07rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.jk_header_icon_close span{
    display: block;
    min-width: 0.24rem;
    min-height: 0.24rem;
    width: 0.24rem;
    height: 0.24rem;
    border-left: 0.07rem solid #151a23;
    border-bottom: 0.07rem solid #151a23;

    transform: rotate(45deg);
}

.jk_header_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.43rem;
    color: #2C2724;
    padding-top: 0.1rem;
}


.jk_header_tab {
    background: #ff553f;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.2rem 0.32rem;
    color: #ffffff;
}

.jk_header_tab_item {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.1rem;

}

.jk_header_tab_item_title {

    font-weight: 500;

    font-size: 0.38rem;

    color: #FFFFFF;

    line-height: 0.43rem;
}

.jk_header_tab_item_label {
    font-weight: 800;
    font-size: 0.35rem;
    color: #FFFFFF;
    line-height: 0.43rem;
}

.jk_header_tab_item_label span {
    display: block;
    padding-right: 0.3rem;
    position: relative;
}


.jk_header_tab_item_label span::after {
    content: ' ';
    width: 0.32rem;
    height: 0.32rem;
    background-image: url(../img/jk_shengpicixian_header_tab_item_label.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: -0.15rem;
}

.jk_header_tab_item_label.active span::after {
    transform: rotate(180deg);
}


.jk_yifenyiduan_data>div:nth-child(odd) {
    background: #F9F8F6;
}

.jk_yifenyiduan_data>div:nth-child(even) {
    background: #FFFFFF;
}

.jk_yifenyiduan_container_box {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.jk_yifenyiduan_container {
    width: 100%;
    z-index: 0;

    margin-top: 0.2rem;
}

.jk_yifenyiduan_container_hedaer {
    font-weight: bold;
    font-size: 0.38rem;
    color: #2C2724;
    line-height: 0.43rem;
    margin: 0.32rem 0.43rem;
}

.table-row {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.2rem;
}

.table-row>div:nth-child(1) {
    flex: 1.5;
    text-align: center;
}

.table-row>div:nth-child(2) {
    flex: 0.8;
    text-align: center;
}

.table-row>div:nth-child(3) {
    flex: 1.2;
    text-align: center;
}

.table-row>div:nth-child(4) {
    flex: 1;
    text-align: center;
}

.table-row>div {
    flex: 1;
    text-align: center;
    font-size: 0.32rem;
    color: #2C2724;
}

.sticky-header>.table-row>div {
    font-weight: bold;
}

.jk_yifenyiduan_container .table-row:nth-child(odd) {
    background: #F9F8F6;
}

.jk_yifenyiduan_container .table-row:nth-child(even) {
    background: #FFFFFF;
}

.sticky-header .table-row {
    background: #F9F8F6 !important;
}


.jk_popup_content_targetCity_header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin: 0.3rem 0;

}

.jk_popup_content_targetCity_header_title {
    font-weight: bold;
    font-size: 0.59rem;
    color: #2C2724;
    margin-bottom: 0.15rem;
}


.jk_popup_content_targetCity_header_close {
    width: 1.28rem;
    height: 1.28rem;
    position: absolute;
    right: 0;
    background-image: url(../img/jk_popup_content_targetCity_header_close.png);
    top: -0.5rem;
}

.jk_popup_content_tuitionRange {
    padding: 0.53rem;
}

.jk_popup_content_tuitionRange .jk_popup_content_institutionType_header_remark {
    color: #B9B4B1;
}


.jk_popup_content_tuitionRange_data {
    margin: 0.21rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.32rem;
}

.jk_popup_content_tuitionRange_data.copy {
    margin: 0.21rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.32rem;
}


.jk_popup_content_tuitionRange_data_item {
    height: 1.07rem;
    border-radius: 0.21rem;
    border: 0.003rem solid #F0EEED;
    font-size: 0.40rem;
    padding: 0 0.1rem;
    color: #2C2724;
    line-height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.jk_popup_content_tuitionRange_data_item.is_active {
    background: #FFF7F3;
    color: hsl(6.91deg 100% 62.55%);
    border-color: hsl(6.88deg 100% 62.35%);
}


.jk_popup_content_tuitionRange_data_item.is_active::after {
    content: ' ';
    width: 0.43rem;
    height: 0.43rem;
    background-image: url(../img/jk_popup_arrangement_data_list_data_item_active.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.jk_popup_content_targetCity {
    padding: 0.53rem;
}

@media screen and (min-width: 751px) {
    .jk_popup_content_targetCity {
        max-height: 80%;
    }
}

.jk_popup_content_targetCity_data {
    margin-top: 0.21rem;
}

.jk_popup_content_targetCity_data_title {
    font-weight: bold;
    font-size: 0.43rem;
    color: #999491;
}

.jk_popup_content_targetCity_data_list {
    margin: 0.21rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.32rem;
}



.jk_popup_content_targetCity_data_list_item {
    height: 0.96rem;
    border-radius: 0.21rem;
    border: 0.003rem solid #F0EEED;
    font-size: 0.40rem;
    padding: 0 0.1rem;
    color: #2C2724;
    line-height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.jk_popup_content_targetCity_data_list_item.is_active {
    background: #FFF7F3;
    color: hsl(6.88deg 100% 62.35%);
    border-color: hsl(6.42deg 100% 63.33%);
}


.jk_popup_content_targetCity_data_list_item.is_active::after {
    content: ' ';
    width: 0.43rem;
    height: 0.43rem;
    background-image: url(../img/jk_popup_arrangement_data_list_data_item_active.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}



.jk_popup_content_button {
    padding: 0.32rem 0.53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.jk_popup_content_button>button {
    border-radius: 5rem;
    width: 4.27rem;
    height: 1.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.43rem;
}

.jk_popup_content_button_close {
    background: #F9F9F9;
    color: #605A57;
}

.jk_popup_content_button_confirm {
    background: #ff553f;
    color: #ffffff;
    box-shadow: 0px 11 53px -13px rgba(255, 128, 59, 0.3);
}