::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: transparent;
    background-clip: padding-box;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
}

.content {
    background: linear-gradient(3deg, rgb(255 189 193 / 0%) 0%, #ffd6c6 100%);
    background-repeat: no-repeat;
    background-size: 100% 3.48rem;
}



.header_sticky_box {

    -webkit-backdrop-filter: blur(10rem);
    backdrop-filter: blur(10rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.jk_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.44rem;
    gap: 0.42rem;
    margin: 0 0.43rem;
}

.jk_header_icon_close {
    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_query_input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0.21rem 0.43rem;
    background-color: #ffffff;
    border-radius: 0.21rem;
    border: 0.03rem solid #ff5540;
    gap: 0.32rem;
}

.jk_header_query_input_icon {
    width: 0.43rem;
    min-width: 0.43rem;
    height: 0.43rem;
    min-height: 0.43rem;
    background-image: url(../img/jk_header_query_input_icon.png);
}

.jk_header_query_input input {
    flex: 1;

    font-size: 0.37rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.jk_header_query_input input::placeholder {
    color: #C4C2C1;
    font-size: 0.37rem;
    opacity: 1;
}

.jk_header_query_input input::-webkit-input-placeholder {
    color: #C4C2C1;
}

.jk_header_query_input input::-moz-placeholder {
    color: #C4C2C1;
}

.jk_header_query_input input:-ms-input-placeholder {
    color: #C4C2C1;
}


.jk_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
    margin: 0 0.43rem;
}

.jk_tab_item {
    font-weight: bold;
    font-size: 0.43rem;
    color: #9C9795;
    font-style: normal;
    text-transform: none;
    margin: 0 0.375rem;
    position: relative;
}

.jk_tab_item_active {
    color: #2C2724;
}

.jk_tab_item_active::after {
    content: ' ';
    width: 0.87rem;
    height: 0.21rem;
    background-image: url(../img/jk_tab_item_active_after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: -0.21rem;
    left: 50%;
    border-radius: 0.2rem;
    transform: translateX(-50%);
}


.jk_tab_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0.2rem;
    flex: 1;
    overflow: hidden;
}

.jk_tab_container_aside {
    width: 2.56rem;
    min-width: 2.56rem;
    max-width: 2.56rem;
    background: #FBFBFA;
    justify-content: flex-start;
    height: 100%;
    overflow-y: auto;
    background: #FBFBFA;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    /* padding-top: 0.2rem; */
}

.jk_tab_container_aside_item {
    height: 1.07rem;
    min-height: 1.07rem;
    font-weight: 500;
    font-size: 0.40rem;
    color: #2C2724;
    line-height: 0.46rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 0.43rem;
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
    position: relative;
}

.jk_tab_container_aside_item_active {
    font-weight: bold;
    color: #ff5640;
    background-color: #ffffff;
}

.jk_tab_container_aside_item_active>span {
    /* position: relative; */
}

.jk_tab_container_aside_item_active::after {
    content: ' ';
    position: absolute;
    right: 0.1rem;
    width: 0.43rem;
    height: 0.43rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/jk_tab_container_aside_item_active_span_adter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.jk_tab_main {
    flex: 1;
    padding-right: 0.43rem;
    background: #FFFFFF;
    height: 100%;
    overflow-y: auto;
    padding: 0.21rem;
    box-sizing: border-box;
    padding-top: 0.4rem;
}

.jk_tab_main_title {
    font-weight: bold;
    font-size: 0.40rem;
    color: #ff5540;
    line-height: 0.43rem;
    margin-left: 0.12rem;
}

.jk_tab_main_item {
    flex: 1;
    margin-bottom: 0.21rem;
}

.jk_tab_main_item_title {
    font-weight: bold;
    font-size: 0.43rem;
    color: #2C2724;
    line-height: 0.43rem;
    margin-top: 0.4rem;
    margin-left: 0.12rem;
}

.jk_tab_main_item_data {
    margin-top: 0.21rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: #FBFBFB;
    gap: 0.5rem;
    border-radius: 0.21rem;
    padding: 0.21rem 0.32rem;
    margin-bottom: 0.21rem;
}

.jk_tab_main_item_data_tab {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.jk_tab_main_item_data_tab.right {
    margin-left: auto;

}

.jk_tab_main_item_data_tab_title {
    font-weight: 500;
    font-size: 0.32rem;
    color: #B9B4B1;
    line-height: 0.43rem;
}

.jk_tab_main_item_data_tab_remark {
    margin-top: 0.21rem;
    font-weight: 400;
    font-size: 0.40rem;
    color: #2C2724;
    line-height: 0.43rem;
}