html {
    width: 100%;
}

body {
    width: 100%;
    background-color: white;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

a, input, span, label, li, select, button, dl, div, table, textarea {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

textarea, button, input, select {
    outline: none;
    border: none;
    background: none;
    padding: 0;
}

.top_box {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: white;
    padding: 0 0.4rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
    line-height: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #f2f2f2;
}

.return {
    width: 0.18rem;
    height: 1rem;
    background: url("../images/return_icon.png") no-repeat center center;
    background-size: 0.18rem;
}

.top_box p {
    width: calc(100% - 2.5rem);
    float: left;
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
    font-weight: bold;
    line-height: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 1.32rem;
}

.sub_btn {
    width: 1.5rem;
    font-size: 0.26rem;
    color: #0391FF;
    text-align: right;
    font-weight: bold;
}

.lay_btn {
    font-size: 0.26rem;
    color: #0391FF;
    background: url("../images/lay_icon.png") no-repeat left center;
    background-size: 0.23rem 0.23rem;
    padding-left: 0.3rem;
}

.placeholder {
    width: 100%;
    height: 1rem;
}

.guide_hidden {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.guide_layer {
    width: 100%;
    height: 100%;
    position: relative;
}

.guide_layer img {
    display: block;
    position: absolute;
}

.guide_img01 {
    width: 1.7rem;
    top: 0.98rem;
    right: 0.16rem;
}

.guide_img02 {
    width: 0.38rem;
    top: 1.48rem;
    right: 1.01rem;
}

.guide_img03 {
    width: 6.66rem;
    top: 2.84rem;
    right: 0.28rem;
}

.guide_img04 {
    width: 3.02rem;
    top: 5.02rem;
    right: 2.24rem;
}

.container_jxy {
    width: 100%;
    min-height: 100vh;
    background-color: #F5F5F5;
}

.container_login {
    width: 100%;
    min-height: 100vh;
    padding: 0 0.6rem;
    background-color: white;
    box-sizing: border-box;
}

.container_box {
    width: calc(100% - 0.4rem);
    margin: 0 auto 0.3rem auto;
    padding-top: 0.2rem;
}

.answer_label {
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
}

.select[type=checkbox] {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    float: left;
    cursor: pointer;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
}

.select[type=checkbox]:after {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    top: 0;
    content: "✓";
    color: white;
    text-align: center;
    line-height: 0.28rem;
    display: inline-block;
    visibility: visible;
    border-radius: 0.2rem;
    box-sizing: border-box;
    background-color: #CCCCCC;
    border: 0.01rem solid #E6E6E6;
}

.select[type=checkbox]:checked:after {
    text-align: center;
    line-height: 0.28rem;
    content: "✓";
    font-size: 0.24rem;
    font-weight: bold;
    background-color: #0391FF;
}

.answer_p {
    font-size: 0.24rem;
    color: #999999;
    float: left;
}

.answer_p a {
    color: #0391FF;
}

.nest_cent {
    padding-bottom: 2rem;
}

.cent_box {
    width: calc(100% - 0.48rem);
    margin: 0.24rem auto;
    padding: 0.4rem 0.32rem;
    background-color: white;
    border-radius: 0.2rem;
    box-sizing: border-box;
}

.enr_ul {
    width: 100%;
}

.enr_lis {
    width: 100%;
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.24rem;
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.enr_ul li:first-child {
    margin-top: 0;
}

.enr_ul li:last-child {
    border-bottom: none;
}

.enr_tit {
    width: 1.5rem;
    font-size: 0.26rem;
    color: #333333;
}

.enr_box {
    width: 76%;
}

.enr_text {
    width: 100%;
    font-size: 0.26rem;
    color: #333333;
    background: url("../images/sel_icon.png") no-repeat right center;
    background-size: 0.24rem 0.24rem;
    padding-right: 0.5rem;
}

.enr_int {
    width: 76%;
    font-size: 0.26rem;
    color: #333333;
    display: block;
}

.enr_tips {
    width: 100%;
    font-size: 0.2rem;
    color: #FF6C6C;
}

.cent_label {
    width: calc(100% - 0.48rem);
    margin: 0 auto;
    overflow: hidden;
}

.cent_label .answer_label {
    margin-top: 0;
}

.foot_box {
    width: 100%;
    padding: 0.24rem 0.24rem 0.5rem 0.24rem;
    background-color: white;
    position: fixed;
    bottom: 0;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    z-index: 99;
}

.foot_box input {
    height: 0.9rem;
    margin-top: 0;
}


.change_btn {
    font-size: 0.26rem;
    color: #0391FF;
}

.change_layer {
    padding: 0.3rem 0.7rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.24rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.change_layer p {
    font-size: 0.26rem;
    color: white;
}

.forget_ul {
    width: 100%;
    margin-top: 0.3rem;
    overflow: hidden;
}

.forget_lis {
    width: 100%;
    border-bottom: 0.01rem solid #D9D9D9;
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.next_btn {
    width: 100%;
    height: 0.76rem;
    font-size: 0.32rem;
    color: white;
    background-color: #0391FF;
    border-radius: 0.18rem;
    display: block;
    margin-top: 1.2rem;
}

.container_ana {
    width: 100%;
    min-height: 100vh;
    background-color: white;
    box-sizing: border-box;
}

/*状态*/
.state_icon {
    width: 1.66rem;
    height: 1.66rem;
    display: block;
    margin-top: 1.07rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.state_p {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-top: 1.24rem;
}


.entry_box {
    width: calc(100% - 0.4rem);
    margin: 0.3rem auto;
    border: 0.01rem solid #0391FF;
    border-radius: 0.12rem;
    padding-bottom: 0.4rem;
}

.entry_top {
    width: 100%;
    padding: 0.32rem 0.24rem;
    font-size: 0.32rem;
    color: #333333;
    background-color: #E5F4FF;
    box-sizing: border-box;
}

.entry_cent {
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.32rem;
}

.ent_tit {
    font-size: 0.26rem;
    color: #333333;
}


.ent_text {
    width: 80%;
    font-size: 0.26rem;
    color: #666666;
    text-align: right;
}

.ent_text span {
    color: #0391FF;
}


.files_box {
    width: 100%;
    padding: 0.32rem 0.32rem;
    background: url("../images/files_bg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.files_head {
    width: 0.88rem;
    height: 0.88rem;
    display: block;
    border-radius: 0.4rem;
}

.files_sub {
    width: calc(100% - 1.12rem);
}

.files_sub p {
    width: 100%;
}

.fil_nam {
    font-size: 0.28rem;
    color: #202428;
    font-weight: bold;
}

.fil_num {
    font-size: 0.24rem;
    color: #646A73;
    margin-top: 0.05rem;
}

.fil_show {
    width: max-content;
    font-size: 0.28rem;
    color: #333333;
    background: url("../images/fil_icon.png") no-repeat right center;
    background-size: 0.26rem 0.26rem;
    padding-right: 0.35rem;
    margin-top: 0.32rem;
}

.fil_box {
    width: 100%;
    padding: 0.32rem 0.24rem;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0.08rem;
    margin-top: 0.24rem;
}

.fil_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fil_tit {
    font-size: 0.28rem;
    color: #333333;
}

.time_box {
    width: 4.8rem;
    display: flex;
}

.fil_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;

}

.fil_lis {
    position: relative;
}

.fil_img {
    width: 1.92rem;
    height: 1.72rem;
    display: block;
}

.fil_rub {
    font-size: 0.24rem;
    color: #8C96A7;
    position: absolute;
    top: 0.32rem;
    left: 0.2rem;
}

.fil_p {
    font-size: 0.32rem;
    color: #202428;
    position: absolute;
    top: 0.95rem;
    left: 0.2rem;
}

.fil_p span {
    font-size: 0.24rem;
    color: #8C96A7;
    margin-left: 0.05rem;
}

.case_box {
    width: 100%;
    margin-top: 0.24rem;
}

.tab_ul {
    width: 100%;
    padding: 0.3rem 0.2rem;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.tab_lis {
    font-size: 0.28rem;
    color: #999999;
}

.lis_clt {
    color: #0391FF;
    font-weight: bold;
}


.lis_clt::after {
    content: '';
    width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: 0.05rem solid #0391FF;
    padding-bottom: 0.08rem;
}

.sub_ul {
    width: 100%;
    padding-bottom: 1rem;
    display: none;
}

.sub_ul li:first-child {
    margin-top: 0;
}

.sub_lis {
    padding: 0.32rem 0.24rem;
    background-color: white;
    border-radius: 0.12rem;
    margin-top: 0.2rem;
}

.sub_lis:after {
    content: '';
    display: block;
    clear: both;
}

.plan_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan_tit {
    font-size: 0.24rem;
    color: white;
    padding: 0.06rem 0.1rem;
    background-color: #7A74EB;
    border-radius: 0.06rem;
}

.plan_sta {
    font-size: 0.24rem;
    color: #1DB476;
    padding: 0.06rem 0.1rem;
    background-color: #F5FBF8;
    border-radius: 0.06rem;
}

.plan_p {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    margin-top: 0.24rem;
}


.news_p {
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.24rem;
}

.plan_tice {
    width: 100%;
    background: url("../images/tice_icon.png") no-repeat 0.2rem center, url("../images/tice_sel.png") no-repeat calc(100% - 0.2rem) center, #F5F5F5;
    background-size: 0.32rem 0.32rem, 0.26rem 0.26rem;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.22rem 0.64rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    position: relative;
}

.plan_study {
    width: 100%;
    background: url("../images/stu_icon.png") no-repeat 0.2rem center, url("../images/tice_sel.png") no-repeat calc(100% - 0.2rem) center, #F5F5F5;
    background-size: 0.32rem 0.32rem, 0.26rem 0.26rem;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.22rem 0.64rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    position: relative;
}

.plan_test {
    width: 100%;
    background: url("../images/tes_icon.png") no-repeat 0.2rem center, url("../images/tice_sel.png") no-repeat calc(100% - 0.2rem) center, #F5F5F5;
    background-size: 0.32rem 0.32rem, 0.26rem 0.26rem;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.22rem 0.64rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    position: relative;
}

.plan_reso {
    width: 100%;
    background: url("../images/tes_icon.png") no-repeat 0.2rem center, #F5F5F5;
    background-size: 0.32rem 0.32rem;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.22rem 0.64rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    position: relative;
}

.tice_tit {
    font-size: 0.26rem;
    color: #333333;
}

.tice_num {
    font-size: 0.26rem;
    color: #333333;
    margin-left: 0.24rem;
}

.tice_num span {
    font-size: 0.26rem;
    color: #999999;
}

.exam_tit {
    font-size: 0.24rem;
    color: white;
    padding: 0.06rem 0.1rem;
    background-color: #0391FF;
    border-radius: 0.06rem;
}

.plan_shi {
    font-size: 0.24rem;
    color: #0391FF;
    padding: 0.06rem 0.1rem;
    background-color: #E3F4FF;
    border-radius: 0.06rem;
}

.list_btn {
    width: 1.48rem;
    height: 0.48rem;
    font-size: 0.26em;
    color: #999999;
    border: 0.01rem solid #999999;
    background-color: #F5F5F5;
    border-radius: 0.12rem;
    display: block;
    margin-top: 0.32rem;
    float: right;
}

.comp_p {
    font-size: 0.26rem;
    color: #666666;
    background: url("../images/state_icon01.png") no-repeat left center;
    background-size: 0.08rem 0.08rem;
    padding-left: 0.15rem;
}

.fail_p {
    font-size: 0.26rem;
    color: #666666;
    background: url("../images/state_icon02.png") no-repeat left center;
    background-size: 0.08rem 0.08rem;
    padding-left: 0.15rem;
}

.tice_core {
    font-size: 0.26rem;
    color: #0391FF;
    margin-left: 1.24rem;
}

.tice_view {
    font-size: 0.26rem;
    color: #0391FF;
    position: absolute;
    right: 0.2rem;
}

.show_btn {
    width: 1.48rem;
    height: 0.48rem;
    font-size: 0.26rem;
    color: #0391FF;
    border: 0.01rem solid #0391FF;
    background-color: white;
    border-radius: 0.12rem;
    display: block;
    margin-top: 0.32rem;
    float: right;
}

.res_cont {
    width: 100%;
    min-height: calc(100vh - 1rem);
    background-color: #F5F5F5;
    overflow: hidden;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.res_cont .res_box:first-child {
    margin-top: 0;
}

.res_box {
    width: 100%;
    padding: 0.4rem 0.2rem;
    border-bottom: 0.01rem solid #EEEEEE;
    background-color: white;
    margin-top: 0.1rem;
    box-sizing: border-box;
}

.res_lab {
    width: max-content;
    padding: 0.05rem 0.1rem;
    font-size: 0.24rem;
    color: #0391FF;
    background-color: #EDF7FE;
    border-radius: 0.06rem;
}

.res_tit {
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.24rem;
    font-weight: bold;
}

.res_sub {
    width: 100%;
    box-sizing: border-box;
}

.answer_box {
    width: 100%;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.24rem;
    padding: 0.18rem 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
    box-sizing: border-box;
}

.answer_box:after {
    content: "";
    display: block;
    clear: both;
}

.cho_res {
    width: calc(100% - 0.85rem);
    font-size: 0.26rem;
    color: #333333;
    margin-left: 0.26rem;
}

.box1 {
    width: 0.56rem;
    height: 0.56rem;
    background-color: #EEEEEE;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 0.56rem;
    z-index: 9;
}

.rect_ans {
    background-color: #EAF7EE;
    border: 0.01rem solid #28AE5E;
}

.rect_ans .box1 {
    background-color: #28AE5E;
    color: white;
}

.rect_ans .cho_res {
    color: #28AE5E;
}


.wro_ans {
    background-color: #FFEBEB;
    border: 0.01rem solid #FF6666;
}

.wro_ans .box1 {
    background-color: #FB5350;
    color: white;
}

.wro_ans .cho_res {
    color: #FB5350;
}

.answer_sub {
    width: 100%;
    background-color: #F2F6F8;
    border-radius: 0.24rem;
    padding: 0.23rem 0.32rem;
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    box-sizing: border-box;
}

.answer_sub .ans_tit:last-child {
    margin-left: 0.5rem;
}

.ans_tit {
    width: max-content;
    font-size: 0.28rem;
    color: #333333;
}

.ans_tit span {
    margin-left: 0.24rem;
}

.rect_tit {
    color: #28AE5E;
}

.wro_tit {
    color: #FB5350;
}

.res_case {
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
}

.res_case p {
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.24rem;
    line-height: 0.46rem;
}

.res_p {
    font-weight: bold;
}

.cho_img {
    width: 5.66rem;
    height: 2.54rem;
    display: block;
    background-color: #F1F2F6;
    border-radius: 0.2rem;
}

.ware_ul {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
}

.ware_lis {
    width: 100%;
    padding: 0.2rem 0.3rem;
    background-color: white;
    border-radius: 0.12rem;
    box-sizing: border-box;
    margin-top: 0.24rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ware_box {
    display: flex;
}

.ware_icon {
    width: 0.32rem;
    height: 0.32rem;
    display: block;
}

.ware_tit {
    width: 85%;
    font-size: 0.26rem;
    color: #333333;
    margin-left: 0.12rem;
}

.ware_view {
    font-size: 0.26rem;
    color: #0391FF;
    float: right;
}

.img_box {
    width: 100%;
    min-height: calc(100vh - 1.4rem);
    background-color: white;
    border-radius: 0.12rem;
    position: relative;
}

.brow_img {
    width: 5.56rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.code_icon {
    width: 0.99rem;
    height: 0.36rem;
    display: block;
}

.rest_ul {
    width: 100%;
    margin-top: 0.3rem;
    border: 0.01rem solid transparent;
}

.rest_lis {
    width: 100%;
    border-bottom: 0.01rem solid #D9D9D9;
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
    position: relative;
}

.rest_tit {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.22rem;
}

.rest_tips {
    width: 100%;
    font-size: 0.24rem;
    color: #666666;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
}

.text_box {
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
}

.con_tex {
    width: 76%;
    font-size: 0.26rem;
    color: #333333;
    display: block;
}

.reject_icon {
    width: 1.92rem;
    display: block;
    margin-top: 0.95rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.ject_p {
    width: 50%;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-top: 1.25rem;
    margin-left: 50%;
    transform: translateX(-50%);
}


/*验证*/
.hidden_layer {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /*display: none;*/
}

.layer_meet {
    width: 5.24rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 0.25rem;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
    box-sizing: border-box;
}

.layer_meet:after {
    content: '';
    display: block;
    clear: both;
}

.close_img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    float: right;
}

.test_tit {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
}

.test_box {
    width: 100%;
    margin-top: 0.36rem;
}

.test_p {
    width: 100%;
    font-size: 0.26rem;
    text-align: center;
    margin-top: 0.32rem;
    display: none;
}

.test_true {
    color: #0391FF;
}

.test_false {
    color: #DE2833;
}

.code_int {
    width: 100%;
    padding: 0.21rem 0.4rem;
    background-color: #F7F7F7;
    border-radius: 0.58rem;
    font-size: 0.24rem;
    color: #333333;
    box-sizing: border-box;
}

.layer_meet .code_int::-webkit-input-placeholder {
    color: #999999;
}

.layer_meet .next_btn {
    margin-top: 0.5rem;
}


.layer_test {
    width: 5.24rem;
    position: relative;
    top: 2.1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 0.25rem;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
    box-sizing: border-box;
}

.layer_test:after {
    content: '';
    display: block;
    clear: both;
}

.tem_box {
    width: 100%;
    min-height: calc(100vh - 1rem);
    background: #DBF7F4 url("../images/tem_img.png") no-repeat;
    background-size: 100% 3.5rem;
    overflow: hidden;
}

.tem_sub {
    width: 100%;
    padding: 0 0.32rem;
    box-sizing: border-box;
    margin-top: 3.5rem;
}

.tem_p {
    width: 100%;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.52rem;
}

.tem_btn {
    width: 4.6rem;
    height: 0.76rem;
    font-size: 0.32rem;
    color: white;
    background-color: #0391FF;
    border-radius: 0.18rem;
    display: block;
    margin-top: 1.7rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.container_exam {
    width: 100%;
    min-height: 100vh;
    background-color: white;
    box-sizing: border-box;
    padding-bottom: 2rem;
}

.exam_box {
    width: 100%;
    position: relative;
}

.exam_news {
    width: 100%;
    border-bottom: 0.01rem solid #EEEEEE;
    padding: 0.25rem 0.32rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exam_time {
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    background: url("../images/time_icon.png") no-repeat left 0.03rem;
    background-size: 0.36rem 0.36rem;
    padding-left: 0.4rem;
}

.exam_time span {
    margin-left: 0.1rem;
}

.wer_box {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wer_dis {
    display: none;
}

.wer_box span {
    font-size: 0.32rem;
    color: #333333;
    margin-right: 0.15rem;
}

.wer_have {
    font-size: 0.32rem;
    color: #0391FF;
}

.wer_nope {
    font-size: 0.32rem;
    color: #999999;
}


.sheet_p {
    font-size: 0.32rem;
    color: #999999;
    background: url("../images/sheet_icon.png") no-repeat left 0.03rem;
    background-size: 0.36rem 0.36rem;
    padding-left: 0.45rem;
}

.sheet_p span {
    color: #0391FF;
}

.sheet_hidden {
    width: 100%;
    height: calc(100vh - 2rem);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 999;
    display: none;
}

.sheet_layer {
    width: 100%;
    padding: 0.3rem 0.3rem 0.6rem 0.3rem;
    background-color: white;
    box-sizing: border-box;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.she_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.she_lis {
    width: 20%;
    margin-top: 0.3rem;
}

.she_p {
    width: 0.84rem;
    height: 0.84rem;
    font-size: 0.32rem;
    color: #999999;
    text-align: center;
    line-height: 0.84rem;
    border-radius: 0.8rem;
    border: 1px solid #999999;
    margin-left: 50%;
    transform: translateX(-50%);
}

.she_lit p {
    background-color: #EAF7EE;
    border: 1px solid #28AE5E;
    color: #28AE5E;
}

.exam_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total_a {
    font-size: 0.24rem;
    color: #0391FF;
    font-weight: bold;
}

.exam_btn {
    width: 100%;
    height: 0.8rem;
    font-size: 0.32rem;
    color: white;
    background-color: #0391FF;
    border-radius: 0.5rem;
    display: block;
    margin-top: 1.2rem;
}


.exam_sub {
    width: 100%;
    box-sizing: border-box;
}

.exam_sub:after {
    content: '';
    display: block;
    clear: both;
}

.exam_answer {
    width: 100%;
}

.exam_res {
    width: 100%;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.24rem;
    padding: 0.18rem 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
    box-sizing: border-box;
}

.exam_opt {
    width: 0.56rem;
    height: 0.56rem;
    background-color: #EEEEEE;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 0.56rem;
    z-index: 9;
}

.opt_p {
    width: calc(100% - 0.85rem);
    font-size: 0.26rem;
    color: #333333;
    margin-left: 0.26rem;
}

.exam_answer:after {
    content: "";
    display: block;
    clear: both;
}

.exam_answer > input:checked + div {
    background-color: #EAF7EE;
    border: 0.01rem solid #28AE5E;
}

.exam_answer > input:checked + div span {
    background-color: #28AE5E;
    color: white;
}

.exam_answer > input:checked + div p {
    color: #28AE5E;
}

.opt_img {
    width: 5.66rem;
    height: 2.55rem;
    display: block;
    background-color: #EEEEEE;
    border-radius: 0.2rem;
    overflow: hidden;
}

.remind_hidden {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.remind_layer {
    width: calc(100% - 2.2rem);
    padding: 0.32rem 0.5rem;
    background-color: white;
    border-radius: 0.32rem;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rem_tit {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
}

.rem_text {
    width: 100%;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    margin-top: 0.24rem;
}

.rem_ul {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
}

.rem_lis {
    width: 33.33%;
}

.rem_lis p {
    width: 100%;
    text-align: center;
}

.rem_num {
    font-size: 0.4rem;
    color: #666666;
    font-weight: bold;
}

.rem_com {
    font-size: 0.4rem;
    color: #9AD3FF;
    font-weight: bold;
}

.rem_get {
    font-size: 0.4rem;
    color: #0391FF;
    font-weight: bold;
}

.rem_rub {
    font-size: 0.24rem;
    color: #666666;
}

.rem_foot {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rem_foot input {
    width: 2rem;
    height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.35rem;
}

.nex_btn {
    border: 0.01rem solid #CCCCCC;
    background-color: white;
    color: #333333;
}

.tew_btn {
    background-color: #0391FF;
    color: white;
}

.exam_foot {
    width: 100%;
    padding: 0.24rem 0.24rem 0.5rem 0.24rem;
    background-color: white;
    position: fixed;
    bottom: 0;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exam_foot input {
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.32rem;
    margin-top: 0;
}

.exam_fore {
    width: 2.42rem;
    background-color: #EDF7FE;
    color: #0391FF;
}

.exam_next {
    width: 4.06rem;
    background-color: #0391FF;
    color: white;
}

.exam_above {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.32rem;
    background-color: #EDF7FE;
    color: #0391FF;
}

.exam_icon {
    width: 4rem;
    height: 3.18rem;
    display: block;
    margin-top: 1.86rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.exam_p {
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-top: 0.24rem;
}

.exam_again {
    width: 2.34rem;
    height: 0.78rem;
    background-color: #0391FF;
    border-radius: 0.6rem;
    font-size: 0.28rem;
    color: white;
    margin-top: 1rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.cut_ul {
    width: 100%;
    padding: 0.2rem 0.7rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.cut_lis {
    font-size: 0.28rem;
    color: #999999;
}

.cut_lit {
    color: #0391FF;
    font-weight: bold;
    text-decoration: underline #0391FF;
    text-decoration-thickness: 0.04rem; /*下划线高度*/
    text-underline-offset: 0.1rem; /*距离*/
}

.cut_cont {
    width: 100%;
    overflow: hidden;
    display: none;
}

.cut_top {
    width: 100%;
    padding: 0 0.2rem 0.4rem 0.2rem;
    border-bottom: 0.01rem solid #EEEEEE;
    box-sizing: border-box;
    margin-top: 0.32rem;
}

.cut_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.24rem;
}

.cut_time {
    font-size: 0.26rem;
    color: #333333;
}

.cut_p {
    font-size: 0.26rem;
    color: #666666;
}

.cut_p span {
    color: #0391FF;
}

.cut_cent {
    width: 100%;
    padding-top: 0.4rem;
}

.cut_tit {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #333333;
}

.cut_ret {
    background: url("../images/tice_sel.png") no-repeat right center;
    background-size: 0.26rem 0.26rem;
}

.cut_show {
    background: url("../images/tice_show.png") no-repeat right center;
    background-size: 0.26rem 0.26rem;
}

.les_ul {
    width: 100%;
    margin-top: 0.4rem;
}

.les_lis {
    width: 100%;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #EEEEEE;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.les_cent {
    width: calc(100% - 1.2rem);
    display: flex;
    align-items: flex-start;
}

.les_icon {
    width: 0.26rem;
    height: 0.26rem;
    display: block;
    margin-top: 0.08rem;
}

.les_tit {
    width: calc(100% - 0.46rem);
    font-size: 0.28rem;
    color: #333333;
    margin-left: 0.2rem;
}

.les_state {
    font-size: 0.28rem;
    color: #0391FF;
}

.les_comp {
    font-size: 0.28rem;
    color: #1DB476;
}

.les_std {
    font-size: 0.28rem;
    color: #999999;
}

.les_act {
    background-color: #F7F7F7;
}

.dem_icon {
    width: 1.56rem;
    height: 1.56rem;
    display: block;
    margin-top: 2.56rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dem_p {
    width: 100%;
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-top: 0.4rem;
}

.pract_box {
    width: 100%;
    min-height: calc(100vh - 1.7rem);
    background-color: #F5F5F5;
    padding-top: 0.2rem;
}

.pract_box .pract_cent:first-child {
    margin-top: 0;
}

.pract_cent {
    width: calc(100% - 0.4rem);
    margin: 0.2rem auto 0 auto;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0.12rem;
}

.pract_cent:after {
    content: '';
    display: block;
    clear: both;
}

.pra_tit {
    font-size: 0.28rem;
    color: #333333;
}

.pra_sta {
    font-size: 0.24rem;
    color: #008EE8;
}

.pra_sel {
    font-size: 0.24rem;
    color: #666666;
}

.pra_pace {
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.24rem;
}

.pra_rate {
    font-size: 0.26rem;
    color: #666666;
}

.pra_rate span {
    color: #008EE8;
}

.pra_btn {
    float: right;
    padding: 0.11rem 0.23rem;
    font-size: 0.26rem;
    color: #008EE8;
    border: 0.01rem solid #008EE8;
    border-radius: 0.06rem;
    display: block;
    margin-top: 0.32rem;
}

.top_p {
    font-size: 0.24rem;
    color: #999999;
}

.top_p span {
    color: #0391FF;
}

.notice_cent {
    width: 100%;
    padding: 0.32rem 0.4rem;
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.notice_tit {
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
}

.not_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.24rem;
}

.not_top p {
    font-size: 0.24rem;
    color: #666666;
}

.not_p {
    width: 70%;
    text-align: right;
}

.not_text {
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.48rem;
}

.pro_ul {
    width: 100%;
}

.pro_ul li:first-child {
    margin-top: 0;
}

.pro_lis {
    width: 100%;
    padding: 0.32rem 0.24rem;
    background-color: white;
    border-radius: 0.12rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}

.pro_lis:after {
    content: '';
    display: block;
    clear: both;
}

.pro_tit {
    font-size: 0.28rem;
    color: #333333;
}

.pro_min {
    font-size: 0.24rem;
    color: #FFB042;
}

.pro_ject {
    font-size: 0.24rem;
    color: #FE5C43;
}

.pro_btn {
    float: right;
    font-size: 0.26rem;
    color: white;
    background-color: #0391FF;
    padding: 0.11rem 0.4rem;
    border-radius: 0.06rem;
    margin-top: 0.32rem;
}

.reject_box {
    width: 100%;
    padding-bottom: 0.5rem;
    position: relative;
}

.pro_text {
    width: 100%;
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.24rem;
}

.pro_omit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.switch_btn{
    font-size: 0.24rem;
    color: #0391FF;
    position: absolute;
    right: 0;
    bottom: 0;
}


.sub_act {
    display: block;
}

/*2024-07-10*/
.word_tit{
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
}

.word_box{
    width: 100%;
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.24rem;
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_box{
    width: 100%;
    padding: 0.24rem;
    background-color: #F3F5F7;
    border-radius: 0.18rem;
    box-sizing: border-box;
    margin-top: 0.32rem;
}

.pro_box:after{
    content: '';
    display: block;
    clear: both;
}

.practice_hidden{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.practice_layer{
    width: 100%;
    padding: 0.3rem 0.3rem 0.6rem 0.3rem;
    background-color: white;
    box-sizing: border-box;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    position: fixed;
    bottom: 0;
}

.practice_layer:after{
    content: '';
    display: block;
    clear: both;
}

.pra_top{
    width: 100%;
}

.pra_top:after{
    content: '';
    display: block;
    clear: both;
}

.pra_title{
    float: left;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    margin-left: 50%;
    transform: translateX(-50%);
}

.pra_close{
    width: 0.26rem;
    height: 0.26rem;
    display: block;
    float: right;
    margin-top: 0.08rem;
}

.cise_tit{
    font-size: 0.32rem;
    color: #333333;
    background: url("../images/cise_icon.png")no-repeat left center;
    background-size: 0.26rem 0.26rem;
    padding-left: 0.3rem;
}

.pra_cent{
    width: max-content;
    float: right;
    margin-top: 0.5rem;
    display: flex;
}

.pra_cent p{
    font-size: 0.24rem;
    margin-left: 0.6rem;
    padding-left: 0.25rem;
}

.pra_cent p:first-child{
    margin-left: 0;
}

.pra_rig{
    color: #28AE5E;
    background: url("../images/state_icon01.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}

.pra_wro{
    color: #FF6666;
    background: url("../images/state_icon02.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}

.pra_lac{
    color: #999999;
    background: url("../images/state_icon04.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}

.wro_lit p {
    background-color: #FFEBEB;
    border: 1px solid #FF6666;
    color: #FF6666;
}


/*2024-07-18*/
.text_cent{
    width: calc(100% - 0.64rem);
    padding: 0 0.32rem;
}

.text_cent p:first-child{
    margin-top: 0;
}

.text_p{
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.45rem;
    margin-top: 1.5rem;
}

.text_p span{
    font-size: 0.2rem;
    color: #0391FF;
    border: 0.01rem solid #0391FF;
    padding: 0.04rem 0.1rem;
    border-radius: 0.06rem;
    margin-right: 0.1rem;
}

/**/
.sheet_icon{
    width: 0.36rem;
    height: 0.36rem;
    display: block;
}

.seat_tit{
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.32rem;
}

.test_cent{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.test_btn{
    padding: 0.11rem 0.23rem;
    font-size: 0.26rem;
    color: #666666;
    border: 0.01rem solid #999999;
    border-radius: 0.06rem;
    display: block;
    margin-top: 0.32rem;
    margin-right: 0.2rem;
}

/*2024-07-22*/
.exam_study {
    width: 100%;
    background:#F5F5F5 url("../images/tice_sel.png") no-repeat calc(100% - 0.2rem) center;
    background-size:0.26rem 0.26rem;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.22rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    position: relative;
}

.exam_study p{
    margin-top: 0;
    color: #333333;
}

.exam_study p:last-child{
    margin-left: 0.2rem;
}


/*2024-08-19*/
.cont_lab{
    width: 100%;
    padding: 0.35rem 0.2rem;
    overflow: hidden;
}

.cont_lab h1{
    width: 100%;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3rem;
}

.cont_lab p{
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.2rem;
}

.cont_lab strong{
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.2rem;
    display: block;
}

.cont_lab table{
    width: 100%;
}

.cont_lab tr:first-child{
    background-color: #F1F1F1;
}

.cont_lab th{
    font-size: 0.24rem;
    text-align: left;
    border: 0.01rem solid #c0c4cc;
    box-sizing: border-box;
}

table th {
    word-break: break-all;
    word-wrap: break-word;
}

.cont_lab span{
    text-indent: 2em;
    display: block;
}

.cont_lab p a{
    color: #0e94f1;
}

.cont_lab h2{
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.2rem;
}