﻿@font-face {
    font-family: 'zihun602';
    src: url(/static/font/字魂602号-云锦宋.TTF);
}

body {
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline-block;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
}

img {
    width: 100%;
    vertical-align: middle;
}

.zj-logo {
    width: 212px;
}

.zj-nav-item {
    font-size: 16px;
    border-bottom: 2px solid transparent;
    color: #333333;
}

.zj-nav-item:hover {
    border-bottom: 2px solid #ce0021;
    color: #ce0021;
}

footer {
    background-image: linear-gradient(to right, #98c3ef, #bbe2f9);
}

footer img {
    width: unset;
}

.zj-common-1 {
    font-size: 45px;
    font-family: 'zihun602';
    color: #ce0021;
    letter-spacing: 5px;
}

.zj-common-2 {
    font-size: 12px;
    color: black;
}

footer hr {
    color: #ce0021;
    height: 2px !important;
    opacity: 1;
}

.zj-common-3 {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.zj-mobile-menu {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    border: 0;
    color: white;
    z-index: 999;
}

.zj-mobile-menu-2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}

.offcanvas-end {
    width: 70%;
}

.zj-bg-linear-gradient-2 {
    background-image: linear-gradient(to right, #c72827, #9168a0);
}