﻿@font-face {
    font-family: 'alimamafangyuantivf-thin';
    src: url('../fonts/alimamafangyuantivf-thin.woff') format('woff'), url('../fonts/alimamafangyuantivf-thin.woff2') format('woff2');
}

body {
    font-family: "alimamafangyuantivf-thin", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 卡片头部现代化 */
.card-header {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

    .card-header strong {
        font-weight: 600;
    }

    .card-header .btn {
        font-size: 0.9rem;
    }

/* 弹窗字体优化 */
.modal-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.modal-body {
    font-size: 0.88rem;
}

    .modal-body .input-group-text {
        font-size: 0.82rem;
    }

    .modal-body .form-control {
        font-size: 0.85rem;
    }

    .modal-body .list-unstyled {
        font-size: 0.85rem;
        line-height: 1.8;
    }

.modal-footer .btn {
    font-size: 0.85rem;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar {
    width: 0px;
}

/* 验证码图片平铺撑满容器 */
.captcha-wrap {
    padding: 0 !important;
    overflow: hidden;
    line-height: 0;
}

    .captcha-wrap img {
        display: block;
        height: calc(1.5em + 0.75rem + 2px);
        width: auto;
        cursor: pointer;
    }
