﻿.accType_main {
    display: flex;
    border-top: 1px solid transparent
}

    .accType_main > :nth-child(2) {
        position: relative;
        padding: 30px 20px
    }

body:not([data-breakpoint=sm]) .accType_main > :nth-child(2) {
    flex: 1 1;
    width: 0
}

.sidebar {
    flex: none;
    width: 200px;
    width: 200px;
    border-inline-end: 1px solid #00000008;
}

    .sidebar svg {
        width: 16px;
        height: 16px
    }

    .sidebar > div {
        position: sticky;
        top: 0;
        z-index: 1
    }

.header {
    border: 1px solid #00000014;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    border-radius: 4px
}

    .header svg {
        width: 10px;
        margin-inline-end: 16px;
    }

.header {
    font-size: 20px;
    font-weight: 600;
}

body:not([data-breakpoint=sm]) .header {
    padding: 24px 20px
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .accType_main > :nth-child(2){
        padding: 0px;
    }
    .Main_container {
        padding: 40px 15px !important;
    }
}

.pc_topCon__tmjXr {
    height: 52px;
    padding: 11px 0;
}
    .pc_topCon__tmjXr > button {
        width: 30px;
        height: 30px;
        margin-inline-start: 16px;
        color: #0006;
    }

        .pc_topCon__tmjXr > button:hover {
            color: #ffbe40
        }

.pc_li__neTBv {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-inline-start: 3px solid transparent;
    padding: 0 16px;
    height: 54px;
    font-size: 14px;
    font-weight: 600;
    color: #00000066;
    transition: none
}

    .pc_li__neTBv svg {
        color: #0006
    }

    .pc_li__neTBv span {
        line-height: 16px;
        margin-inline-start: 8px
    }

    .pc_li__neTBv > :first-child {
        display: inline-flex;
        align-items: center
    }

    .pc_li__neTBv > :nth-child(2) {
        width: 7px;
        height: 7px;
        border-top: 2px solid #0006;
        border-inline-end: 2px solid #0006;
        transform: rotate(45deg)
    }
    .pc_li__neTBv.pc_atv__LLarr, .pc_li__neTBv:hover {
        color: #ffbe40;
        border-color: #ffbe40;
        background-color: #00000008
    }
        .pc_li__neTBv.pc_atv__LLarr svg, .pc_li__neTBv:hover svg {
            color: #ffbe40;
        }
.btnTxt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    font-size: inherit;
    background: transparent;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown-toggle {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
    padding: 0 30px;
}
.dropdown-menu {
    display: flex;
    flex-direction: column;
}
.bannerCard_head___dqjT {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 24px
}