@font-face {
    font-family: "siyuan";
    font-weight: 400;
    src: url("/web/dianle/font/siyuanhei.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "DINCond";
    font-weight: 400;
    src: url("/web/dianle/font/Mohave-Regular-2.otf") format("woff");
    font-display: swap;
}

.dianle-siyuan {
    font-family: "siyuan";
}

.dianle-DINCond {
    font-family: "DINCond";
}

.dianle-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: transparent;
    z-index: 999;
}

.dianle-header .dianle-width {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

.dianle-header .dianle-logo {
    width: 140px;
    height: 100%;
    margin-right: 20px;
}

.dianle-header .dianle-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dianle-header .dianle-header-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.dianle-header .dianle-header-nav .dianle-item {
    color: #E5E5E5;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dianle-header .dianle-header-nav .dianle-item:hover {
    color: #bbbbbb;
}

.dianle-header .dianle-header-nav .dianle-item img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.dianle-header .dianle-button {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dianle-header .dianle-button a{
    background-color: #353542;
    color: #FFFFFF;
    width: 90px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dianle-header .dianle-button a:hover {
    opacity: 0.75;
}

.dianle-header .dianle-button a:nth-of-type(2) {
    background-color: #FFFFFF;
    color: #1E1E2D;
}

.dianle-header .dianle-button a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}