.content {
    margin: 0;
    padding-top: 20px;
    background: #FFFFFF;
    background: linear-gradient(to bottom, #EAF7FF 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF7FF', endColorstr='#FFFFFF', GradientType=0);
}

/* 学分查询页面样式 */
.credit-container {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 6px;
    min-height: 450px;
}

.credit-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

/**搜索栏**/
.credit-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.credit-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.credit-search-label {
    font-size: 18px;
    width: 5em;
}

.credit-search-input {
    width: 16em;
}

.credit-search-button {
    width: 100px;
    font-size: 16px;
}

.credit-search-remark p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
}

/**表格**/
.credit-table-top-remark {
    color: #EE0000;
    font-size: 16px;
}

.layui-table th {
    background-color: #43B0FB;
    color: white;
    font-weight: bold;
    text-align: center;
}

.credit-empty {
    text-align: center;
    font-size: 16px;
    color: #888888;
    height: 250px;
    padding-top: 40px;
    box-sizing: border-box;
}

.credit-empty p {
    margin-top: 10px;
}