html, body {
    height: auto;
    overflow: unset;
}


/* 404页面 */
.ymzw {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ymzw_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.ymzw_a canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.ymzw_b {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ymzw_ba {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid var(--ys06);
    border-radius: 50%;
    animation: ymzw_ba 3s infinite linear;
    opacity: 0;
    z-index: 0;
}
.ymzw_ba:nth-child(2) {
    animation-delay: 0.5s;
}
.ymzw_ba:nth-child(3) {
    animation-delay: 1s;
}
@keyframes ymzw_ba {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.ymzw_bb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 40px;
}
.ymzw_bba {
    height: 92px;
    font-size: 120px;
    line-height: 88px;
    font-weight: 900;
    color: var(--ys05);
    position: relative;
}
.ymzw_bbb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.ymzw_bbba {
    font-size: 24px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
}
.ymzw_bbbb {
    font-size: 15px;
    color: var(--ys12);
    line-height: 1;
}
.ymzw_bbc {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.ymzw_bbca {
    width: 110px;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: var(--sd01);
}
.ymzw_bbca:hover {
    transform: translateY(-1px);
}
.ymzw_bbca.fhzy {
    background: var(--ys08);
    color: var(--ys04);
}
.ymzw_bbca.fhsy {
    background: var(--ys08);
    color: var(--ys04);
}
/* 404页面 */
/* 页面头部 */
.head {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: var(--ys02);
    border-bottom: var(--xt01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_a {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_aa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_aaa {
    height: 50px;
    display: block;
    object-fit: cover;
}
.head_ab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.head_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.head_abaa {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abaaa {
    font-size: 15px;
    line-height: 1;
    color: var(--ys04);
    transition: var(--sd01);
}
.head_abaaa:hover {
    color: var(--ys06);
}
.head_abaaa.active {
    color: var(--ys06);
}
.head_abaab {
    width: 130px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 69px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    animation: fadeIn_b 0.3s ease;
}
@keyframes fadeIn_b {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
.head_abaaba {
    width: 100%;
    background: var(--ys08);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: var(--xt01);
    position: relative;
    overflow: hidden;
    padding: 6px 0;
}
.head_abaabaa {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abaabaa.active {
    color: var(--ys06);
}
.head_abaabaa:hover {
    color: var(--ys06);
}
.head_abb {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abba {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abbaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abbaaa {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.head_abbab {
    width: 200px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 69px;
    right: 0;
    padding-top: 10px;
    margin-right: -8px;
    animation: fadeIn_a 0.3s ease;
}
.head_abba:hover .head_abbab {
    display: flex;
}
.head_abbaba {
    width: 100%;
    background: var(--ys08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: var(--xt01);
    position: relative;
    overflow: hidden;
}
.head_abbabaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 10px;
    background: var(--ys02);
    border-radius: 12px 12px 0 0;
    border-bottom: var(--xt01);
}
.head_abbabaaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.head_abbabaaaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
}
.head_abbabaaab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys06);
}
.head_abbabaab {
    background: rgb(235 131 7 / 20%);
    border-radius: 25px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1;
    color: var(--ys17);
}
.head_abbabab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.head_abbababa {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    transition: var(--sd01);
}
.head_abbababa:hover {
    background: var(--ys02);
}
.head_abbababaa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: var(--ys04);
}
.head_abbababaa.hyzx {
    background: #26A17B;
}
.head_abbababaa.hyzx::before {
    content: '\e6dc';
    position: relative;
    top: -1px;
}
.head_abbababaa.tcxt {
    background: #FFAA35;
}
.head_abbababaa.tcxt::before {
    content: '\e75b';
}
.head_abbababab {
    flex: 1;
    height: 100%;
    border-top: 1px solid #1c222b;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_abbababa:first-child .head_abbababab {
    border-top: 0;
}
.head_abbabababa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
}
.head_abbabababb {
    font-size: 8px;
    line-height: 1;
    color: var(--ys12);
}
.head_abbabababb::before {
    content: '\e68f';
}
.head_abbb {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.head_abbba {
    width: 70px;
    height: 34px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    transition: var(--sd01);
}
.head_abbba:hover {
    transform: translateY(-1px);
}
.head_abbba.dlan {
    background: var(--ys05);
    color: var(--ys04);
}
.head_abbba.zcan {
    background: var(--ys06);
    color: var(--ys04);
}
.h80 {
    width: 100%;
    height: 80px;
}
/* 页面头部 */
/* 页面底部 */
.foot {
    width: 100%;
    background: var(--ys02);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top: var(--xt01);
}
.foot_a {
    width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aa {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.foot_aaaa {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: var(--ys06);
}
.foot_aaab {
    font-size: 16px;
    line-height: 1;
    color: var(--ys12);
}
.foot-desc {
    font-size: 13px;
    color: var(--ys09);
    max-width: 380px;
}
.foot-links {
    display: flex;
    gap: 28px;
}
.foot-links a {
    font-size: 14px;
    color: var(--ys09);
}
.foot-links a:hover {
    color: var(--ys06);
}
.foot_ab {
    width: 100%;
    height: 50px;
    border-top: var(--xt01);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.foot_abaa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.foot_abb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.foot_abba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.foot_abba:hover {
    color: var(--ys06);
}
.foot_abbb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.foot_flsm {
    width: 100%;
    height: calc(80vh - 50px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    gap: 15px;
    color: var(--ys12);
    overflow-y: auto;
    scrollbar-width: none;
}
.foot_flsm p {
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0;
    text-align: justify;
    font-weight: lighter;
}
.foot_flsm p strong {
    font-weight: 600;
    font-size: 15px;
}
/* 页面底部 */






/* 备考中心-会员登录 */
.bkdl {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bkdl_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.bkdl_a canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.bkdl_b {
    width: 550px;
    background: var(--ys02);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 20px;
    padding: 50px;
    gap: 30px;
}
.bkdl_ba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.bkdl_baa {
    height: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkdl_baaa {
    height: 100%;
    display: block;
    object-fit: cover;
}
.bkdl_bab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.bkdl_baba {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
    text-align-last: justify;
}
.bkdl_babb {
    width: 100%;
    font-size: 12.5px;
    line-height: 1;
    color: var(--ys12);
    text-align-last: justify;
}
.bkdl_bb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.bkdl_bba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.bkdl_bbaa {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}
.bkdl_bbaaa {
    position: absolute;
    left: 10px;
    font-size: 18px;
    line-height: 1;
    color: var(--ys12);
}
.bkdl_bbaaa.zh::before {
    content: '\10127';
}
.bkdl_bbaaa.mm::before {
    content: '\e7c1';
}
.bkdl_bbaaa.yz::before {
    content: '\e7c8';
}
.bkdl_bbaa .tj_hyzx_dhwb {
    width: auto;
    flex: 1;
    background: var(--ys08);
    border-radius: 8px;
    font-size: 15px;
    text-indent: 25px;
}
.bkdl_bbaaaa {
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 1;
    color: var(--ys12);
}
.bkdl_bbaaaa.xxmm::before {
    content: '\e901';
}
.bkdl_bbaaaa.ycmm::before {
    content: '\e6a0';
}
.bkdl_bbaaab {
    height: 100%;
    border-radius: 8px;
    flex-shrink: 0;
    transition: var(--sd01);
}
.bkdl_bbaaab:hover {
    transform: translateY(-1px);
}
.bkdl_bbb {
    width: 100%;
    height: 50px;
    background: var(--ys16);
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
    transition: var(--sd01);
}
.bkdl_bbb:hover {
    transform: translateY(-1px);
}
.bkdl_bbc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.bkdl_bbca {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.bkdl_bbca:hover {
    color: var(--ys04);
}
.bkdl_zctc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.bkdl_zctc_a {
    width: 400px;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    overflow: hidden;
    padding: 25px;
    gap: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkdl_zctc_aa {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: var(--sd01);
}
.bkdl_zctc_aa:hover {
    transform: translateY(-1px);
}
.bkdl_zctc_aa.bkhy {
    background: var(--ys17);
}
.bkdl_zctc_aa.zshy {
    background: var(--ys16);
}
/* 备考中心-会员登录 */
/* 备考中心-备考注册 */
.bkzc {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bkzc_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.bkzc_a canvas {
    display: flex;
    width: 100%;
    height: 100%;
}
.bkzc_b {
    width: 550px;
    background: var(--ys02);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 20px;
    padding: 50px;
    gap: 30px;
}
.bkzc_ba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.bkzc_baa {
    height: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkzc_baaa {
    height: 100%;
    display: block;
    object-fit: cover;
}
.bkzc_bab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.bkzc_baba {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
    text-align-last: justify;
}
.bkzc_babb {
    width: 100%;
    font-size: 12.5px;
    line-height: 1;
    color: var(--ys12);
    text-align-last: justify;
}
.bkzc_bb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.bkzc_bba {
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--ys01);
    border-radius: 8px;
    overflow: hidden;
}
.bkzc_bbaa {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 0 25px;
    color: var(--ys12);
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkzc_bbaa.active {
    background: var(--ys16);
    color: var(--ys04);
}
.bkzc_bbab {
    width: 100%;
    height: 100%;
    background: rgb(247 147 26 / 15%);
    padding: 0 15px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bkzc_bbaba {
    font-size: 14px;
    line-height: 1;
    color: #2ECF95;
    font-weight: 600;
}
.bkzc_bbabb {
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #2ECF95;
}
.bkzc_bbb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.bkzc_bbba {
    width: 100%;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    animation: fadeIn 0.3s ease;
}
.bkzc_bbba.active {
    display: flex;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.bkzc_bbbaa {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}
.bkzc_bbbaa .tj_hyzx_dhwb {
    flex: 1;
    width: auto;
    background: var(--ys08);
    border-radius: 8px;
    font-size: 15px;
}
.bkzc_bbbaaa {
    height: 100%;
    padding: 0 20px;
    background: var(--ys16);
    font-size: 15px;
    line-height: 1;
    border-radius: 8px;
    color: var(--ys04);
    transition: var(--sd01);
}
.bkzc_bbbaaa:hover {
    transform: translateY(-1px);
}
.bkzc_bbbaab {
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 1;
    color: var(--ys12);
}
.bkzc_bbbaab.xxmm::before {
    content: '\e901';
}
.bkzc_bbbaab.ycmm::before {
    content: '\e6a0';
}
.bkzc_bbbb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.bkzc_bbbba {
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 1;
    color: var(--ys04);
    background: var(--ys05);
    border-radius: 8px;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkzc_bbbba:hover {
    transform: translateY(-1px);
}
.bkzc_bbbbb {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bkzc_bbbbba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
}
.bkzc_bbbbbb {
    font-size: 14px;
    line-height: 1;
    color: var(--ys05);
    transition: var(--sd01);
}
.bkzc_bbbbbb:hover {
    transform: translateY(-1px);
}
/* 备考中心-备考注册 */
/* 备考中心-升级状态 */
.bkzx_shzt {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px;
}
.bkzx_shzt_a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.bkzx_shzt_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bkzx_shzt_aaa {
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0;
    color: var(--ys12);
}
.bkzx_shzt_aab {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    color: var(--ys12);
    text-align: justify;
    margin: -3px 0;
}
.bkzx_shzt_aab.shz {
    color: var(--ys17);
}
.bkzx_shzt_aab.ytg {
    color: var(--ys06);
}
.bkzx_shzt_aab.ybh {
    color: var(--ys13);
}
.bkzx_shzt_b {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    background: var(--ys05);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.bkzx_shzt_b:hover {
    transform: translateY(-1px);
}
/* 备考中心-升级状态 */
/* 备考中心-账号注销 */
.bkzx_zhzx {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.bkzx_zhzx_a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.bkzx_zhzx_aa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys17);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkzx_zhzx_aa::before {
    content: '\eb7f';
}
.bkzx_zhzx_ab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.bkzx_zhzx_b {
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bkzx_zhzx_c {
    width: 100%;
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.bkzx_zhzx_ca {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.bkzx_zhzx_ca:hover {
    transform: translateY(-1px);
}
.bkzx_zhzx_ca.qran {
    background: var(--ys05);
    color: var(--ys04);
}
.bkzx_zhzx_ca.qxan {
    background: var(--ys08);
    color: var(--ys12);
}
/* 备考中心-账号注销 */