:root {
    --bs-body-color: #404040;
    --primary: #C7000B;
}

@font-face {
    src: url(./font-family/书体坊颜体.ttf);
    font-family: "书体坊颜体";
}

a {
    text-decoration: none;
    color: #404040;
}

ul {
    margin: 0;
    padding: 0;
}

/* 清除li前面的小圆点 */
li {
    list-style: none;
}

img {
    vertical-align: top;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: #707070;
}

.tc-3 {
    color: #333;
}

.tc-0 {
    color: #000;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fw-500 {
    font-weight: 500;
}

.title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    padding: 50px 0;
}

/* 重置选项卡样式 */
.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    cursor: pointer;
    color: #333;
}