
@font-face {
    font-family: Alibaba-PuHuiTi;
    src: url(../font/Alibaba-PuHuiTi-Regular.ttf);
}

/* 重置所有字体大小 */
* {
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
    line-height: 1.6 !important; 
    font-family: SimHei;
}

html {
    font-size: 16px !important;
}

body {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.mgl10 {
    margin-left: 10px;
}
.mgr10 {
    margin-right: 10px;
}
.mgt10 {
    margin-top: 10px;
}
.mgb10 {
    margin-bottom: 10px;
}

@media (min-width: 1920px) {
    html {
        font-size: 18px !important;
    }
    body {
        font-size: 18px !important;
    }
}

/* 修复按钮和文字样式 */
.btn {
    font-size: 14px !important;
    padding: 8px 16px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

.btn-lg {
    font-size: 16px !important;
    padding: 12px 24px !important;
}

.btn-sm {
    font-size: 12px !important;
    padding: 4px 8px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit !important;
    line-height: 1.2 !important;
}

h1 {
    font-size: 2rem !important;
}

h2 {
    font-size: 1.75rem !important;
}

h3 {
    font-size: 1.5rem !important;
}

h4 {
    font-size: 1.25rem !important;
}

h5 {
    font-size: 1.1rem !important;
}

h6 {
    font-size: 1rem !important;
}

p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.table {
    font-size: 14px !important;
}

.table td, .table th {
    font-size: 14px !important;
    padding: 8px !important;
}

.alert {
    font-size: 14px !important;
}

.card-title {
    font-size: 1.25rem !important;
}

.card-text {
    font-size: 1rem !important;
}

.form-label {
    font-size: 14px !important;
}

.form-control {
    font-size: 14px !important;
}

.navbar-brand {
    /*font-size: 1.5rem !important;*/
}

/* 强制覆盖任何异常的字体大小 */
*[style*="font-size"] {
    font-size: inherit !important;
}

.btn[style*="font-size"] {
    font-size: 14px !important;
}

.table[style*="font-size"] {
    font-size: 14px !important;
}

.table td[style*="font-size"], .table th[style*="font-size"] {
    font-size: 14px !important;
}