/* 申请资料记录 */
.applicationRecord {
    padding: 5%;
    background: #ffffff;
}

.applicationRecord h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #323232;
}

.applicationRecord .tip-box {
    margin-top: 20px;
    padding: 13px 5%;
    background: #fafafa;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #8a90a2;
    line-height: 20px;
}

.record-container {
    margin-top: 26px;
}

.record-container .title {
    font-size: 14px;
    font-weight: 500;
    font-family: PingFang SC, PingFang SC-Regular;
    text-align: left;
    color: #323232;
    line-height: 20px;
    padding-bottom: 14px;
    border-bottom: 0.6px solid #dfe0e3;
}

.record-list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 0.6px solid #dfe0e3;
}

.record-list dl dt {
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.record-list dl dt ul {
    padding: 22px 0px 10px 0px;
}

.record-list dl dt ul li {
    display: inline-block;
    padding: 1px 12px;
    background: #f5f7fa;
    border: 1px solid #dee4ee;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #323232;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 8px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 86%;
}

.record-list dl dt span {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.25);
    /* line-height: 18px; */
}

.record-list dl dd img {
    width: 62px;
    height: 62px;
}

.no_list {
    margin: 37px 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
}

.record-container .pagge {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 37px 0px;
}

/* .record-container .pagge::-webkit-scrollbar {
    display: none;
} */
.layui-laypage {
    margin: 0px 0;
}

.layui-laypage button {
    background: #003793;
    color: #fff;
    line-height: 28px;
}
