* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans' !important;
}

body,
p {
    font-family: 'Noto Sans' !important;
}

.n-projcet-page {
    background-color: #fff;
    padding-bottom: 90px;
}

.n-projcet-page img {
    width: 100%;
}

.n-btns {
    display: flex;
}

.n-btn {
    display: inline-block;
    padding: 12px 48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 24px;
    cursor: pointer;
    transition: border-radius .36s ease;
}

.n-btn:hover {
    border-radius: 4px 25px 4px 4px;
}

.n-btn:last-child {
    margin-right: 0;
}

.n-btns .red-btn {
    background: #E60039;
    color: #FFFFFF;
}

.n-btns .white-btn {
    color: #E60039;
    border: 1px solid #E60039;
}

.n-page-content {
    /*        padding-top: 60px;*/
    margin: 0 auto;
    width: 1440px;
}

.n-page-title {
    font-weight: 400;
    font-size: 46px;
    text-align: center;
    color: #292929;
    line-height: 62.65px;
}

.n-page-sub-title {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
    clear: both;
}

.n-page-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #7D7D7D;
}


/* banner */

.n-banner {
    width: 100%;
    position: relative;
}

.n-banner-content {
    position: absolute;
    top: 5%;
    width: 1440px;
    left: max(calc((100% - 1440px) / 2), 60px);
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68.1px;
    color: #292929;
    width: 60%;
}

.n-banner-content .banner-desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32.69px;
    color: #292929;
}


/*.n-banner-content p {
    margin-top: 30px;
    max-width: 780px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-indent: 2em;
    color: #FFFFFF;
}*/

.n-banner-content .n-btns {
    margin-top: 50px;
}


/* 导航栏 */

.n-nav {
    width: 100%;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    position: relative;
}

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg .page-home img {
    width: 22px;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    padding: 0 4px 0 2px;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    color: #7d7d7d;
}

.n-breadcrumb-bg li a:hover {
    color: #7d7d7d;
}

.n-nav-content {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*.n-nav-right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/

.n-nav-right span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7d7d7d;
    margin-right: 26px;
    cursor: pointer;
}

.n-nav-right span:last-child {
    margin-right: 0;
}

.n-nav-right .n-nav-active {
    color: #292929;
    cursor: default;
    font-weight: 500;
    border-bottom: 2px solid #E60039;
}


/*    item start*/

.n-page-info {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.n-overview .n-page-content {
    display: flex;
    text-align: left;
    align-items: center;
    padding-top: 0;
}

.n-overview img {
    width: 720px;
    margin-right: 48px;
}

.n-overview .n-page-title {
    text-align: left;
}

.n-text-line {
    position: relative;
    padding-bottom: 24px;
}

.n-text-line::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #E60039;
    position: absolute;
    bottom: 0;
    left: 0;
}

.n-overview p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-chanllenge-box {
    background: #F7F9FA;
}

.n-chanllenges-item {
    display: flex;
    justify-content: space-between;
}

.n-chanllenge {
    /*width: 450px;
    height: 314px;*/
    width: 100%;
    border-radius: 0px 300px 0px 0px;
    background: #FFF;
    position: relative;
    padding: 155px 70px 0px 40px;
    margin-right: 35px;
    min-height: 500px;
}

.n-chanllenge span:last-child {
    margin-right: 0;
}

.n-chanllenge img {
    position: absolute;
    right: 8%;
    top: 7%;
    width: 84px;
    height: 84px;
}

.n-chanllenge h3 {
    color: #292929;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
}

.n-chanllenge p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    color: #6A6B6D;
}

.n-page-title-desc {
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    padding: 15px 0 60px 0;
}


/*    solution benefits*/

.n-benefit-box {
    padding-bottom: 0;
}

.n-benetif img {
    width: 50%;
}

.n-benetif {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.n-benetif:last-child {
    padding-bottom: 0;
}

.n-benetif div {
    width: 100%;
    padding-left: 0px;
    padding-right: 120px;
    text-align: left;
}

.n-benetif:nth-child(2) div {
    padding-left: 100px;
    padding-right: 0px;
}

.n-benetif h3 {
    color: #292929;
    font-size: 28px;
    font-weight: 400;
    line-height: 38.14px;
}

.n-benetif p {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.n-benefit-bottom {
    display: block;
    text-align: center;
    padding: 60px 0 0px 0;
}

.n-benefit-bottom .n-benefit-btn {
    border: 2px solid #E60039;
}


/*    case */

.n-case-box {
    padding-top: 120px;
}

.n-case-box .n-page-title {
    padding-bottom: 60px;
}

.n-case-box .swiper {
    height: 530px;
}

.n-case-box .swiper .swiper-slide img {
    max-width: 100%;
    height: 530px;
}

.n-case-box .swiper .swiper-slide {
    position: relative;
}

.n-case-box .swiper .swiper-slide .n-item-box {
    position: absolute;
    bottom: 0;
    right: calc((100% - 1440px) / 2);
    border-radius: 0px 158px 0px 0px;
    width: 460px;
    padding: 60px 70px 40px 40px;
    background: linear-gradient(180deg, #FFFFFF 26.5%, rgba(255, 255, 255, 0.88) 100%);
}

.n-item-box h3 {
    color: #292929;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.69px;
}

.n-item-box .n-item-sub-title {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    padding-top: 15px;
}

.n-item-box p {
    padding-top: 15px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.n-case-box .swiper-button-next,
.n-case-box .swiper-button-prev {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(145, 141, 142, 0.3);
}

.n-case-box .swiper-button-next {
    right: 60px;
}

.n-case-box .swiper-button-prev {
    left: 60px;
}

.n-case-box .swiper-button-prev:after,
.n-case-box .swiper-button-next:after {
    color: #fff;
    width: 10.5px;
    height: 21.5px;
    font-size: 21.5px;
}

.n-case-box .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.n-case-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E60039;
}


/*    related solution*/

.n-related-box .n-page-title {
    padding-bottom: 60px;
}

.n-related-content {
    display: flex;
}

.n-related-item {
    width: 100%;
    margin-right: 35px;
    background: #FAFBFC;
}

.n-related-item:last-child {
    margin-right: 0;
}

.n-related-item img {
    width: 100%;
}

.n-related-item .n-related-desc {
    padding: 30px 40px 0px 40px;
    height: 340px;
}

.n-desc-t {
    color: #292929;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.n-desc-intro {
    padding-top: 15px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.n-desc-more {
    padding-top: 15px;
}

.n-btn-more,
.n-btn-more:hover {
    color: #E60039;
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 400;
}

.n-btn-more img {
    width: 20.5px;
    height: 13.5px;
}


/*    related product*/

.n-related-pro {
    background: #F7F9FA;
}

.n-tabs-title {
    border-bottom: 1px solid #E3E5E6;
    text-align: center;
    padding-top: 40px;
}

.n-tab-t {
    display: inline-block;
    padding: 8px;
    margin: 0 17px;
    cursor: pointer;
    font-size: 20px;
    line-height: 27.24px;
    font-weight: 400;
    color: #6A6B6D;
    /*        border-bottom: 2px solid #E3E5E6;*/
}

.n-tabs-content {
    padding: 40px 0 0 0;
}

.n-tabs-item {
    display: grid;
    grid-template-columns: repeat(3, 455px);
    /* grid-template-rows: repeat(2, 400px); */
    grid-gap: 35px;
}

.n-tab-active {
    border-bottom: 2px solid #E60039;
    font-weight: 500;
    color: #000;
}

.n-product-box {
    text-align: center;
    /*        margin-right: 35px;*/
    background: #fff;
    height: 425px;
    width: 100%;
    max-width: 457px;
    position: relative;
}

.n-product-box a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.n-product-box a span {
    display: none;
}

.n-product-box .n-desc-t {
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 400;
    color: #000;
    padding-top: 5px;
}

.n-product-box .n-desc-intro {
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 400;
    color: #6A6B6D;
    padding: 15px 30px 0 30px;
    min-height: 24px;
}

.n-product-box .n-desc-more {
    padding-top: 15px;
}

.n-product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 275px;
}

.n-product-img img {
    width: auto;
    max-height: 50%;
    max-width: 50%;
}


/*    Resources*/

.n-resource-box .n-page-title {
    padding-bottom: 60px;
}

.n-resource-content {
    display: flex;
}

.n-resource-content .n-tabs-content {
    padding: 0;
    width: 100%;
}

.n-resource-content .n-tabs-title {
    width: 270px;
    border: none;
    border-left: 1px solid #d5d5d5;
    padding: 10px 0 10px 0;
    max-height: 160px;
}

.n-resource-content .n-tabs-title .n-tab-t {
    display: block;
    text-align: left;
    margin: 10px 0;
    padding-left: 20px;
}

.n-resource-content .n-tabs-title .n-tab-active {
    border: none;
    border-left: 1px solid #E60039;
    color: #e60039;
}

.n-resource-content .n-tabs-item {
    display: block;
}

.n-resource-content .n-tabs-item .n-tabs-row {
    display: flex;
    justify-content: space-between;
}

.n-resource-content .n-product-box {
    border: 1px solid #ececec;
    border-radius: 4px;
    max-height: inherit;
    height: auto;
    text-align: left;
    max-width: inherit;
    margin: 0 22px 22px 0;
}

.n-resource-content .n-tabs-row .n-product-box:nth-child(2n) {
    margin-right: 0;
}

.n-resource-content .n-product-box .n-desc-intro {
    font-size: 20px;
    line-height: 27.24px;
    font-weight: 400;
    color: #292929;
    padding: 20px;
}

.n-resource-content .n-product-box .n-desc-more {
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 400;
    padding: 20px;
}

.n-resource-content .n-product-box .n-desc-more a {
    position: inherit;
    display: inline;
}


/*    contact */

.n-contact {
    position: relative;
}

.n-contact-content {
    position: absolute;
    left: calc((100% - 1440px)/2);
    top: 11%;
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.n-contact-content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 49.03px;
    text-align: left;
    color: #fff;
}

.n-contact-content .n-btns {
    padding-top: 30px;
}

@media screen and (max-width:1440px) {
    .n-page-content {
        width: 1200px;
    }
    /* banner */
    .n-banner-content {
        width: 1200px;
        left: max(calc((100% - 1440px) / 2), 60px);
        ;
        /*            left: calc((100% - 38rem)/2); */
    }
    /*contact*/
    .n-contact-content {
        left: calc((100% - 1200px)/2);
    }
    .n-contact-content .n-btns {
        padding-top: 15px;
    }
    /*case swiper*/
    .n-case-box .swiper .swiper-slide .n-item-box {
        right: calc((100% - 1200px) / 2);
    }
    /*nav*/
    .n-nav-content {
        width: 1400px;
    }
    /*related*/
    .n-tabs-item {
        display: grid;
        grid-template-columns: repeat(3, 375px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 35px;
    }
}

@media screen and (max-width:1068px) {
    .n-page-content {
        width: 750px;
    }
    .n-page-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .n-page-title {
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #292929;
        line-height: 120%;
    }
    .n-text-line {
        padding-bottom: 15px;
    }
    .n-page-title-desc {
        padding-bottom: 30px;
        font-size: 16px;
    }
    /*nav*/
    .n-nav {
        display: block;
        height: auto;
    }
    .n-nav-content {
        width: 100%;
        display: block;
    }
    /*        .n-breadcrumb-bg {
        display: block;
        padding: 8px 10px;
        border-bottom: 1px solid #ededed;
    }
    .n-breadcrumb-bg li {
        display: inline-block;
    }*/
    .n-nav-content .n-breadcrumb-bg {
        display: none;
    }
    .n-nav-right {
        display: flex;
        justify-content: space-around;
        padding: 8px 0 6px 0;
        flex-wrap: wrap;
    }
    .n-nav-right span {
        margin-right: 0;
    }
    /* banner */
    .n-banner-content {
        top: 9%;
        width: 100%;
        left: calc((100% - 750px) / 2);
        /*            left: calc((100% - 38rem)/2); */
    }
    .n-banner-content h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    .n-banner-content .banner-desc {
        margin-top: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
    .n-banner-content .n-btns {
        margin-top: 42px;
    }
    .n-btn {
        font-size: 12px;
        margin-right: 16px;
        padding: 8px 24px;
    }
    /*contact*/
    .n-contact-content {
        left: calc((100% - 750px)/2);
        top: 18%;
    }
    .n-contact-content .n-btns {
        padding-top: 15px;
    }
    /*case swiper*/
    .n-case-box .swiper {
        height: 430px;
    }
    .n-case-box .swiper .swiper-slide .n-item-box {
        right: calc((100% - 750px) / 2);
        border-radius: 0px 125px 0px 0px;
        padding: 35px 55px 30px 30px;
    }
    /*overview*/
    .n-overview .n-page-content {
        display: block;
    }
    .n-overview img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .n-overview p {
        margin-top: 18px;
    }
    /*chanllenges*/
    .n-chanllenges-item {
        display: block;
    }
    .n-chanllenge {
        border-radius: 0px 300px 0px 0px;
        padding: 40px 70px 40px 40px;
        margin-right: 0px;
        margin-bottom: 25px;
        min-height: inherit;
    }
    .n-chanllenge img {
        width: 65px;
        height: 65px;
    }
    .n-chanllenge h3 {
        font-size: 18px;
        line-height: 120%;
    }
    /*benefits*/
    .n-benefit-box {
        padding-bottom: 0;
    }
    .n-benetif:nth-child(1) {
        flex-direction: column-reverse;
    }
    .n-benetif:nth-child(2) {
        flex-direction: column;
    }
    .n-benetif:nth-child(2) div {
        padding-left: 0;
    }
    .n-benetif:nth-child(3) {
        flex-direction: column-reverse;
    }
    .n-benetif img {
        width: 100%;
        margin-bottom: 30px;
    }
    .n-benetif {
        padding-bottom: 40px;
    }
    .n-benetif div {
        padding: 0;
    }
    .n-benetif h3 {
        font-size: 18px;
        line-height: 120%;
    }
    /*case swiper*/
    .n-case-box .swiper-button-next,
    .n-case-box .swiper-button-prev {
        width: 46px;
        height: 46px;
    }
    /*related*/
    .n-related-content {
        display: flex;
        flex-direction: column;
    }
    .n-related-item .n-related-desc {
        padding: 30px 40px 40px 40px;
        height: auto;
    }
    .n-related-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .n-related-item:nth-child(3) {
        margin-bottom: 0;
    }
    .n-tabs-item {
        display: grid;
        grid-template-columns: repeat(2, 355px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 35px;
    }
    /*contact*/
    .n-contact-content h2 {
        font-size: 30px;
        line-height: 120%;
    }
}

@media screen and (max-width:768px) {
    .n-page-content {
        width: 20.4375rem;
    }
    .n-projcet-page {
        background-color: #fff;
        padding-bottom: 4rem;
    }
    .n-page-info {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .n-case-box {
        padding-top: 4rem;
    }
    .n-btn {
        padding: 0.5rem 1.125rem;
        font-size: .875rem;
        margin-right: 0;
        margin-top: 0.75rem;
        border-radius: 0.25rem 1.875rem 0.25rem 0.25rem;
        font-weight: 600;
    }
    .n-item-box p {
        padding-top: .55rem;
        color: #7D7D7D;
        font-size: .9rem;
        font-weight: 400;
        line-height: 120%;
    }
    .n-item-box h3 {
        color: #292929;
        font-size: 1.15rem;
        font-weight: 500;
        line-height: 120%;
    }
    .n-item-box .n-item-sub-title {
        color: #292929;
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        padding-top: .55rem;
    }
    .n-case-box .swiper .swiper-slide .n-item-box {
        right: 1.5rem;
        left: 1.5rem;
        border-radius: 0 5.15rem 0 0;
        padding: 1.45rem 1rem 1.45rem 1rem;
        width: auto;
    }
    .n-contact-content {
        left: 0.875rem;
        top: 1.8rem;
    }
    .n-contact-content h2 {
        font-size: 1rem;
        line-height: 120%;
    }
    .n-contact-content .n-btns {
        padding-top: 0.45rem;
    }
    /*   .n-banner-content {
        top: 9%;
        width: 100%;
        left: 70px;
    }*/
    .n-banner-content {
        width: 19.6875rem;
        left: calc((100% - 19.6875rem)/2);
        justify-content: start;
    }
    .n-banner-content h1 {
        margin-top: 2.5rem;
        font-size: 1.625rem;
        width: 100%;
    }
    .n-banner-content .n-btns {
        margin-top: 1.4375rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .n-banner-content .banner-desc {
        font-size: 1rem;
        margin-top: 0.75rem;
    }
    .n-tab-t {
        display: inline-block;
        padding: 8px;
        margin: 0;
        cursor: pointer;
        font-size: .75rem;
        line-height: 120%;
        font-weight: 400;
        color: #6A6B6D;
        /* border-bottom: 2px solid #E3E5E6; */
    }
    .n-related-pro .n-page-content {
        width: 100%;
        padding: 0 10px;
    }
    .n-tabs-title {
        border-bottom: 1px solid #E3E5E6;
        text-align: center;
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }
    .n-tabs-item {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 15px;
        margin: 0 10%;
    }
    .n-product-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 12rem;
    }
    .n-product-box {
        text-align: center;
        /* margin-right: 35px; */
        background: #fff;
        height: auto;
        width: 100%;
        max-width: inherit;
        padding-bottom: 7%;
    }
    .n-product-img img {
        width: auto;
        max-height: 65%;
        max-width: 65%;
    }
    .n-chanllenge {
        border-radius: 4px;
        padding: 1.25rem;
        margin-right: 0px;
        margin-bottom: .75rem;
        min-height: inherit;
    }
    .n-chanllenge img {
        width: 3rem;
        height: 3rem;
        right: 5%;
        top: 5%;
    }
    .n-resource-content {
        display: block;
    }
    .n-resource-content .n-tabs-title .n-tab-t {
        display: block;
        text-align: left;
        margin: 0;
        padding: 8px;
    }
    .n-resource-content .n-tabs-title {
        width: 100%;
        border: none;
        border-bottom: 1px solid #d5d5d5;
        max-height: inherit;
        padding: 0;
        margin-bottom: 1.25rem;
    }
    .n-resource-content .n-tabs-title .n-tab-active {
        border: none;
        border-bottom: 1px solid #E60039;
        color: #e60039;
    }
    .n-resource-content .n-tabs-item {
        display: block;
        margin: 0;
    }
    .n-resource-content .n-tabs-item .n-tabs-row {
        display: block;
    }
    .n-resource-content .n-product-box {
        border: 1px solid #ececec;
        border-radius: 4px;
        max-height: inherit;
        height: auto;
        text-align: left;
        max-width: inherit;
        margin: 0 0 0.75rem 0;
        padding-bottom: 5%;
    }
    .n-resource-content .n-product-box .n-desc-intro {
        font-size: 1rem;
        line-height: 150%;
        font-weight: 400;
        color: #292929;
        padding: 1.24rem 1.24rem 0 1.24rem;
        min-height: inherit;
    }
    .n-resource-content .n-product-box .n-desc-more {
        line-height: 150%;
        font-size: 1rem;
        font-weight: 400;
        padding: 0 1.24rem;
    }
    .n-resource-box .n-page-title {
        padding-bottom: 1.25rem;
    }
    .n-case-box .swiper-button-next,
    .n-case-box .swiper-button-prev {
        display: none;
    }
    .n-benefit-box {
        padding-bottom: 0;
    }
    /*nav*/
    .n-nav {
        display: none;
    }
    .n-nav-content .n-breadcrumb-bg {
        display: none;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #ebeff3;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 0px;
        z-index: 10;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-nav-right {
        display: block;
        padding: .75rem 1.25rem;
        overflow: hidden;
    }
    .n-nav-right span {
        margin-right: 0;
        display: block;
        float: left;
        clear: both;
    }
}