/* 四级导航样式表 */
[v-cloak]{
    display: none;
}
.aside_nav_box{
    width: 120px;
    background-color: #fff;
    box-sizing: border-box;
    /* padding: 0 13px; */
    /* box-shadow: 0px 2px 10px 4px #e7e8ee80;  */
    margin-right: 20px;
    position: fixed;
    top: 0;
    left: 170px;
    bottom: 0;
    margin-top: 55px;
    margin-top: var(--header-height);
    height: calc(100vh - 55px);
    height: calc(100vh - var(--header-height));
    background-color: #fff;
    z-index: 998;
    padding: 30px 0;
    z-index:1
}
.aside_nav_box .aside_nav_item{
    height: 50px;
    line-height: 50px;
    color: #575F76;
    font-size: 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
	font-weight: 500;
}
.aside_nav_box .aside_nav_item:hover{
    background: #F0F3FF;
    color: #3859FF;
    color: var(--theme-color);
    font-weight: 700;
    font-size: 12px;
}
.aside_nav_box .aside_nav_active{
    background: #F0F3FF;
    color: #3859FF;
    color: var(--theme-color);
    font-weight: 700;
    font-size: 12px;
}

.bottom_nav_box{
    background-color: #fff;
    height: 60px;
    width: calc(100% - 290px);
    position: fixed;
    bottom: 0;
    /* width: 1020px; */
    left: 290px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px;
    z-index: 998;
}
.bottom_nav_box .btns_box button{
    margin-left: 10px;
}
.bottom_nav_box .btns_box .status_img{
    width: 12px;
    object-fit: contain;
}
.bottom_nav_box .btns_box .exam_status{
    width: 100px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    background: #eef1ff;
    border: 1px solid rgba(128,149,255,0.39);
    border-radius: 4px;
    color: #3859FF;
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.bottom_nav_box .btns_box .share_exam{
    width: 100px;
    height: 36px;
    background: #3859ff;
    border: 1px solid #3859ff;
    border-radius: 4px ;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.exam_info_header{
    height: 54px;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
    background-color: #fff;
}
.exam_info_header .ml10{
    margin-left: 10px;
}
.exam_info_header .exam_name{
    color: #404352;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow-x: hidden;
    max-width: 400px;
}

.exam_info_header .exam_status{
    width: 60px;
    height: 28px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.exam_info_header .status1{
    background: rgba(36,199,138,0.10);
    color: #24C78A;
}

.exam_info_header .status2{
    background: #E8F2FF;
    color: #4581FF;
}
.exam_info_header .status3{
    background: #CCCFD4;
    color: #828282;
}
.exam_info_header .status4{
    background: #FDECF4;
    color: rgba(240, 112, 167, 13);
}

.exam_info_header .exam_way{
    width: 60px;
    height: 28px;
    background: rgba(247,59,66,0.10);
    border-radius: 2px;
    color: #F73B42;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.exam_info_header .exam_mode{
    width: 120px;
    height: 28px;
    background: rgba(87,95,118,0.10);
    border-radius: 2px;
    color: #575F76;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}


.bottom_nav_right{
    left: 200px;
    width: calc(100% - 200px);
}

.step2_noRelease_box{
    left: 180px;
    width: calc(100% - 180px);
}
#examination_nav_bottom .bottom_nav_box .btns_box .exam_restart{
    border: 1px solid #ff8932;
    color: #ff8932;
}
