.p-l-10 {
    padding-left: 5px;
}
.empty {
    text-align: center;
}

.exam-list {

}
.exam-m {
    clear: both;
    padding: 0 10px;
}
.m-top-title {
    color: #007bff;
}
.exam-m-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.m-top-status {
    padding: 4px 10px;
    background: #5cb85c;
    color: #fff;
    border-radius: 5px;
}

.m-top-status_3 {
    background: #5bc0de;
}

.m-top-status_4 {
    background: #d43f3a;
}
.exam-m-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.m-main-date {

}

/*报名页面*/
.page-top {
    display: flex;
    justify-content: space-between;
}
.signup-status {
    color: #5cb85c;
}
/*考试信息*/
.exam-info .info-m {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: left;
}
.exam-info .info-m .m-value {
    flex: 1;
    flex-wrap: wrap;
    margin-left: 10px;
    color: #007bff;
}
.exam-info .info-m .m-avator {
    margin-left: 10px;
    width: 120px;
    height: 150px;
    background: #eee;
}
.exam-info .info-top {
    background: #e6e6e6;
    color: #007bff;
    padding: 10px;
    font-size: 16px;
    border-left: 4px solid #007bff;
}
.file-img-list {
    display: flex;
    justify-content: left;
    flex: 1;
}
.file-img-list .img-m {
    position: relative;
    background: #eee;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.file-img-list .img-m .img-main-m {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}
.file-img-list .img-m .icon-img {
    position: absolute;
    top: 5px;
    right: 5px;
}
.van-image__img {
    width: 100%;
    height: 100%;
}