/* icon */

@font-face {
    font-family: "futureFont";
    /* Project id 4383037 */
    src: url('../RJ-img/iconfont.woff2') format('woff2'), url('../RJ-imgiconfont.woff') format('woff'), url('../RJ-imgiconfont.ttf') format('truetype');
}

.futureFont::after,
.futureFont::before {
    font-family: "futureFont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "futureFont" !important;
    font-size: 16px;
}

.futureFont::before {
    margin-right: 8px;
}

.futureFont::after {
    margin-left: 8px;
}

.n-icon-toggleArrow::after {
    content: "\e605";
}

.n-icon-link::after {
    content: "\e606";
    font-size: 20px;
}


/* 字体大小 */

.n-ft_52 {
    font-size: 52px;
}

.n-ft_48 {
    font-size: 48px;
}

.n-ft_36 {
    font-size: 36px;
}

.n-ft_32 {
    font-size: 32px;
}

.n-ft_28 {
    font-size: 28px;
}

.n-ft_24 {
    font-size: 24px;
}

.n-ft_20 {
    font-size: 20px;
}

.n-ft_18 {
    font-size: 20px;
}

.n-ft_16 {
    font-size: 16px;
}

.whiteText {
    color: #fff;
}

.n-ft_bold {
    font-weight: 700;
}

.n-ft_normal {
    font-weight: 400;
}


/* 面包屑 */

.en-breacurmb {
    display: flex;
    z-index: 5;
}

.en-breacurmb li a {
    font-size: 16px;
    font-weight: 400;
}

.en-breacurmb li::after {
    content: ">";
    margin: 0 6px;
}

.en-breacurmb li:last-child::after {
    display: none;
}

.en-breacurmb li:last-child {
    pointer-events: none;
}


/* 组件 */

.n-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 46px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    transition: border-radius .15s linear;
}

.n-button.redBtn {
    background: #E60039;
    color: #fff;
}

.n-button.whiteBtn {
    background: #fff;
    color: #E60039;
}

.n-button.n-normalBtn {
    border-radius: 4px;
}

@media only screen and (min-width:990px) {
    .n-button:hover {
        border-radius: 4px 24px 4px 4px;
    }
    .n-button.n-normalBtn:hover {
        border-radius: 4px;
    }
}

@media only screen and (max-width:1440px) {
    .n-ft_52 {
        font-size: 44px;
    }
    .n-ft_48 {
        font-size: 42px;
    }
    .n-ft_36 {
        font-size: 30px;
    }
    .n-ft_32 {
        font-size: 28px;
    }
    .n-ft_28 {
        font-size: 24px;
    }
    .n-ft_24 {
        font-size: 20px;
    }
    .n-ft_20 {
        font-size: 18px;
    }
    .n-ft_16 {
        font-size: 14px;
    }
    .n-button {
        padding: 0 34px;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1280px) {
    .n-ft_52 {
        font-size: 38px;
    }
    .n-ft_48 {
        font-size: 34px;
    }
    .n-ft_36 {
        font-size: 24px;
    }
    .n-ft_32 {
        font-size: 22px;
    }
    .n-ft_28 {
        font-size: 20px;
    }
    .n-ft_24 {
        font-size: 18px;
    }
    .n-ft_20 {
        font-size: 16px;
    }
    .n-ft_16 {
        font-size: 14px;
    }
    .n-button {
        padding: 0 28px;
    }
}

@media only screen and (max-width:990px) {
    .n-ft_52 {
        font-size: 28px;
    }
    .n-ft_48 {
        font-size: 26px;
    }
    .n-ft_20 {
        font-size: 16px;
    }
}

@media only screen and (max-width:550px) {
    .n-ft_52 {
        font-size: 24px;
    }
    .n-ft_48 {
        font-size: 24px;
    }
    .n-ft_28 {
        font-size: 24px;
    }
    .n-ft_20 {
        font-size: 20px;
    }
    .n-ft_16 {
        font-size: 14px;
    }
}