﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-project-page {
    background-color: #FAFAFA;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    font-weight: bold;
    line-height: 150%;
    color: #FFFFFF;
    text-transform: uppercase;
}

.n-banner_title h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
}

.n-banner_title h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}

.n-banner_video {
    position: relative;
}

.n-banner_video::after {
    content: '';
    display: block;
    padding-top: 31.3%;
}

#banner_ani,
.n-banner_video img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-banner_video img {
    display: none;
}

.n-banner_con {
    width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    left: calc((100% - 1400px)/2);
    top: 0;
    position: absolute;
}

.n-date {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
}

.n-date div {
    font-weight: 290;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
}

.n-date div:first-child {
    margin-right: 32px;
}

.registerBtn {
    margin-top: 48px;
    width: 144px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #E60039;
    border-radius: 4px;
}

.registerBtn:hover {
    color: #FFFFFF;
}

.banner-bottom {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.banner-bottom-main {
    margin: 0 auto;
    width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.banner-line {
    width: 1px;
    height: 20px;
    background-color: #FFFFFF;
    display: inline-block;
    padding-top: 6px;
}

.banner-bottom-main .eventName {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 62px;
}

.banner-bottom-main span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.banner-bottom-main span i {
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

.banner-line {
    margin: 0 24px;
}

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
}

.n-breadcrumb-bg li a:hover {
    color: #DA0030!important;
}

.n-breadcrumb-bg li:last-child a:hover {
    cursor: default;
    color: #FFFFFF!important;
}


/* common */

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-page-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #292929;
}

.n-page-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
}


/* Event Introduced */

.n-event {
    margin: 140px auto 90px auto;
}

.event-desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}

.event-desc::before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #00CFB5;
    display: inline-block;
    margin-right: 8px;
}

.event-words {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7D7D7D;
}

.event-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.event-info {
    position: relative;
    width: 332px;
    height: 300px;
    border-radius: 14px;
}

.event-info img {
    width: 100%;
}

.n-event hr {
    margin: 36px auto;
}

.event-info-bottom {
    position: absolute;
    height: 90px;
    width: 100%;
    border-radius: 0px 0px 12px 12px;
    background: linear-gradient(170.98deg, rgba(18, 214, 189, 0.6) 5.94%, #00A28D 97.52%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    bottom: 0;
    padding: 14px 12px 0 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}


/* Keynote Livestream */

.n-livestream {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}


/* Agenda */

.n-agenda {
    padding: 100px 0 240px 0;
}

.n-agenda-title {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 24px;
}

.n-agenda .n-page-title {
    margin-bottom: 60px;
}

.hr1 {
    margin: 36px auto;
    background-color: #D5D5D5;
}

.hr2 {
    margin: 48px auto;
    background-color: #D5D5D5;
}

.n-agenda-content {
    margin-top: 48px;
}

.n-agenda-content hr {
    margin: 24px auto;
    background-color: #ECECEC;
}

.n-agenda-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.agenda-name {
    width: 60%;
    padding-left: 70px;
}

.agenda-guest {
    width: 40%;
}

.agenda-time {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.agenda-time span {
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    margin-left: 24px;
}

.agenda-name h5 {
    margin-left: 52px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    color: #292929;
}

.agenda-guest img {
    width: 50px;
    height: 50px;
}

.agenda-guest-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.agenda-guest-info h5 {
    margin-left: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7D7D7D;
    display: flex;
    flex-direction: row;
}

.agenda-guest-info h5 p {
    display: inline-block;
    margin-left: 8px;
}

.agenda-guest-info h5 span {
    color: #00B17C;
}

.n-newline {
    margin-top: 25px;
}

.n-newline2 {
    margin-top: 50px;
}

.second-guest {
    margin-top: 12px;
}


/* Exhibition area */

.n-area {
    background-color: #292929;
    padding: 80px 0;
}

.n-area .n-page-title {
    color: #00CFB5;
}

.area-desc {
    margin-top: 18px;
    font-weight: 350;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.n-area-content {
    margin-top: 52px;
}

.areaShow {
    position: relative;
}

.areaShow img {
    max-width: 1400px;
}

.areaShow h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.areaShow h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #B3B3B3;
}

.area-name-left {
    position: absolute;
    text-align: right;
}

.area-name-right {
    position: absolute;
    text-align: left;
}

#left1 {
    left: 2%;
    top: 9.8%;
}

#left2 {
    top: 58%;
    left: 4.5%;
}

#left3 {
    top: 80.3%;
    left: 17.5%;
}

#right1 {
    top: 11.4%;
    left: 49.4%;
}

#right2 {
    top: 26.8%;
    left: 67.4%;
}

#right3 {
    top: 38.6%;
    left: 79.8%;
}


/* Points of View */

.n-view {
    display: none;
    padding: 100px 0;
}

.n-view-content {
    width: 1576px;
    margin: 42px auto 0 auto;
}

.n-view-content .swiper-container {
    width: 1400px;
    margin: 0 auto;
}

.n-view-info {
    position: relative;
    width: 450px;
    height: 460px;
}

.n-view-info img {
    width: 100%;
}

.n-view-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 186px;
    padding: 24px;
    background: linear-gradient(170.98deg, rgba(18, 214, 189, 0.6) 5.94%, #00A28D 97.52%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 0px 0px 20px 20px;
}

.n-view-bottom i img {
    width: 23px;
}

.n-view-bottom p {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 12px;
}

.quotes {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.n-view-name {
    position: absolute;
    top: 36px;
    left: 36px;
}

.n-view-name h4 {
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

.n-view-name p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #7D7D7D;
}

#viewSwiper .swiper-slide {
    width: 450px;
    height: 460px;
}


/* Highlights */

.n-highlights {
    padding: 70px 0;
    background: linear-gradient(171.17deg, rgba(18, 214, 189, 0.6) -142.77%, #00A28D 88.73%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.n-highlights .n-page-content {
    position: relative;
}

.n-highlights .n-page-title {
    color: #FFFFFF;
}

#pictureSwiper .swiper-slide {
    width: 450px;
    height: 238px;
}

#pictureSwiper .swiper-slide img {
    width: 100%;
}

#pictureSwiper {
    margin-top: 42px;
}

.highPrev,
.highNext {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.highPrev img,
.highNext img {
    width: 64px;
}

.highPrev {
    top: 50%;
    left: -10%;
}

.highNext {
    top: 50%;
    right: -10%;
}

#n-watch {
    cursor: pointer;
}


/* 视频弹窗 */

.n-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    text-align: right;
}

.n-modal video {
    width: 70vw;
}

#n-close_btn {
    cursor: pointer;
    margin-left: calc((100% - 2vw)/2 + 19.5vw);
}

#n-close_btn img {
    width: 2vw;
}


/* Speakers */

.n-speakers {
    margin-top: 110px;
}

.n-speakers .n-page-content {
    position: relative;
}

.n-speaker-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-speaker-content div {
    margin-top: 24px;
    width: 260px;
    height: 360px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.n-speaker-content img {
    width: 170px;
    margin-top: 44px;
}

.n-speaker-content h5 {
    margin-top: 35px;
    font-weight: 700;
    font-size: 16px;
    color: #292929;
}

.n-speaker-content p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: .5938rem;
    color: #7D7D7D;
}


/* Partners */

.n-partners {
    margin-top: 160px;
}

.n-partners .n-partners-logos {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-partners .n-partners-logos div img {
    width: 200px;
}

.n-partners .n-partners-logos div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    height: 212px;
    background-color: #FFFFFF;
    border-radius: 10px;
}


/* Event Map */

.n-map {
    margin: 160px auto 0 auto;
    padding-bottom: 160px;
}

.n-map .n-page-desc {
    margin-top: 48px;
}

.n-page-words {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7D7D7D;
}

.mapContainer {
    margin-top: 36px;
    border-radius: 20px;
}

#mapContainer {
    border-radius: 20px;
}

@media screen and (max-width:1820px) and (min-width:1100px) {
    .highPrev {
        top: unset;
        margin-top: 48px;
        left: 42%;
    }
    .highNext {
        top: unset;
        margin-top: 48px;
        right: 42%;
    }
    .n-highlights {
        padding-bottom: 210px;
    }
}

@media screen and (max-width:1440px) and (min-width:1100px) {
    /* common */
    .n-page-content {
        width: 1100px;
    }
    .n-page-title {
        font-size: 32px;
    }
    /* banner */
    .n-banner_title h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: #FFFFFF;
    }
    .n-banner_title h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #FFFFFF;
    }
    .n-banner_con {
        width: 1100px;
        left: calc((100% - 1100px)/2);
    }
    .n-date {
        margin-top: 16px;
    }
    .n-date div {
        font-size: 16px;
        line-height: normal;
    }
    .n-date div:first-child {
        margin-right: 16px;
    }
    .registerBtn {
        margin-top: 24px;
        width: 122px;
        height: 42px;
        font-size: 14px;
    }
    .banner-bottom {
        height: 50px;
    }
    .banner-bottom-main {
        width: 1100px;
        height: 50px;
    }
    /* event */
    .n-event {
        margin: 90px auto 0px;
    }
    .event-desc {
        font-size: 16px;
    }
    .event-info {
        width: 258px;
    }
    /* agenda  */
    .agenda-name {
        padding-left: 40px;
    }
    .n-agenda {
        padding: 90px 0 120px;
    }
    .spe-span {
        width: 120px;
    }
    /* Exhibition area */
    .areaShow img {
        max-width: 1100px;
    }
    /*  */
    .n-view-content .swiper-container {
        width: 1100px;
    }
    #viewSwiper .swiper-slide,
    .n-view-info {
        width: 350px;
        height: 358px;
        border-radius: 20px;
    }
    .n-view-content {
        width: 1230px;
    }
    .n-view-bottom i img {
        width: 20px;
    }
    .n-view-bottom p {
        font-size: 20px;
    }
    .n-view-info img {
        border-radius: 20px;
    }
    .n-view-name {
        left: 18px;
    }
    .n-view-name p {
        font-size: 12px;
    }
    .n-view-bottom {
        height: 162px;
    }
    /* area */
    .areaShow h5 {
        font-size: 14px;
    }
    .areaShow h6 {
        font-size: 12px;
    }
    #left1 {
        left: 0.4%!important;
    }
    #left2 {
        left: 2.8%!important;
    }
    #left3 {
        left: 15%!important;
    }
    /* highlights */
    #pictureSwiper .swiper-slide {
        width: 352px;
        height: 186px;
    }
    /* speaker */
    .n-speakers {
        margin-top: 60px;
    }
    /* Event Map */
    #mapContainer {
        width: 1100px;
        height: 456px;
    }
}

@media screen and (max-width:750px) {
    /* banner */
    .n-breadcrumb-bg {
        display: none;
    }
    .n-banner_video::after {
        padding-top: 74.6%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: left;
        height: unset;
        top: 7rem;
    }
    .n-banner_title h3 {
        margin-top: 7.75rem;
        font-size: 1rem;
        line-height: 150%;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
        width: 12.625rem;
    }
    .n-banner_title h1 {
        margin-top: .1875rem;
        font-size: 1.1875rem;
        line-height: 120%;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
        width: 21.875rem;
    }
    .n-date div {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.3438rem;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    }
    .n-date div:first-child {
        margin-right: .75rem;
    }
    #banner_ani {
        display: none;
    }
    .n-banner_video img {
        display: block;
    }
    .n-banner_video::after {
        padding-top: 113.2%;
    }
    .banner-bottom {
        display: none;
        height: 3.125rem;
    }
    .banner-bottom-main {
        width: 100%;
    }
    .n-date {
        margin-top: .5rem;
    }
    .n-date div {
        font-weight: 300;
    }
    .registerBtn {
        margin-top: .875rem;
        width: 7.1875rem;
        height: 2.5rem;
        background: #E60039;
        border-radius: 4px;
        font-size: .875rem;
    }
    .banner-bottom-main .eventName {
        font-size: .75rem;
        margin-right: .4375rem;
        width: 5.9375rem;
    }
    .banner-bottom-main span {
        font-size: .75rem;
    }
    .banner-bottom-main span i {
        font-size: .75rem;
    }
    .banner-line {
        height: .625rem;
        margin: 0 .75rem;
    }
    .banner-bottom-main {
        padding-right: 1.5rem;
    }
    /* common */
    .n-page-title {
        font-size: 1.25rem;
        text-align: center;
    }
    .n-page-content {
        width: 20.4375rem;
    }
    /* event */
    .event-desc.event-desc::before {
        display: none;
    }
    .event-desc {
        margin-top: .375rem;
        font-size: .875rem;
    }
    .n-event {
        margin: 2.8125rem auto;
    }
    .event-words {
        font-size: .75rem;
    }
    .n-event hr {
        margin: 1.5rem auto;
    }
    .event-content {
        display: none;
    }
    .event-info {
        width: 20.4375rem;
        height: 18.4375rem;
    }
    #eventSwiper {
        margin-top: 1.5rem;
    }
    .swiper-pagination-bullet {
        background: #D5D5D5!important;
    }
    .swiper-pagination-bullet-active {
        background: #FFFFFF!important;
    }
    .event-info-bottom {
        height: 5.625rem;
        font-size: .875rem;
        padding: .75rem .75rem 0 .75rem;
    }
    /* agenda */
    .n-agenda {
        padding: 0 0 4.6875rem 0;
    }
    .n-agenda .n-page-title {
        margin-bottom: 2.125rem;
    }
    .n-agenda-title {
        height: 1.9375rem;
        font-size: .875rem;
        padding-left: .75rem;
    }
    .agenda-name {
        padding-left: 0;
    }
    .n-agenda-info {
        flex-direction: column;
    }
    .agenda-guest {
        width: 100%;
    }
    .agenda-name {
        width: 100%;
    }
    .agenda-name h5 {
        margin-left: 0;
        font-size: .75rem;
    }
    .agenda-time span {
        font-size: .75rem;
        margin-left: .375rem;
    }
    .agenda-time img {
        width: 1.125rem;
    }
    .n-agenda-content {
        margin-top: 1.5rem;
    }
    .agenda-guest {
        margin-top: .75rem;
    }
    .agenda-guest img {
        width: 1.5625rem;
        height: 1.5625rem;
    }
    .agenda-guest-info h5 {
        font-size: .75rem;
        flex-direction: column;
        margin-left: .75rem;
    }
    .agenda-guest-info {
        align-items: flex-start;
    }
    .agenda-guest-info h5 p {
        margin-left: 0;
    }
    .n-agenda-content hr {
        margin: .75rem auto;
    }
    .n-newline,
    .n-newline2 {
        margin-top: 0;
    }
    .agenda-guest .agenda-guest-info:nth-child(2) {
        margin-top: .75rem;
    }
    .hr1 {
        margin: 1.1875rem auto;
    }
    .hr2 {
        margin: 1.5rem auto;
    }
    /* area */
    .n-area {
        padding: 2.1875rem 0;
    }
    .area-desc {
        margin-top: .375rem;
        font-weight: 600;
        font-size: .875rem;
        line-height: 150%;
    }
    .areaShow img {
        max-width: 20.4375rem;
        margin-bottom: 1.5rem;
    }
    .n-area-content {
        margin-top: .75rem;
    }
    .area-name-left,
    .area-name-right {
        position: relative;
        padding-left: .75rem;
        text-align: left;
        margin-top: .75rem;
        padding-bottom: .75rem;
        border-bottom: 1px solid #444444;
    }
    #left1,
    #left2,
    #left3,
    #right1,
    #right2,
    #right3 {
        left: 0;
        top: 0;
    }
    .area-name-left::before,
    .area-name-right::before {
        position: absolute;
        top: 0.2rem;
        left: 0;
        content: '';
        display: block;
        width: .1563rem;
        height: 1.75rem;
        background-color: #00CFB5;
    }
    .areaShow .threeline::before {
        height: 2.875rem;
    }
    .areaShow h5 {
        font-size: .8125rem;
    }
    .areaShow h6 {
        font-size: .75rem;
    }
    /* highlight */
    .highPrev img,
    .highNext img {
        width: 42px;
    }
    .highPrev {
        top: unset;
        margin-top: 24px;
        left: 36%;
    }
    .highNext {
        top: unset;
        margin-top: 24px;
        right: 36%;
    }
    .n-highlights .n-page-content {
        padding-bottom: 90px;
    }
    #pictureSwiper .swiper-slide {
        width: 100%;
        height: 10.9375rem;
    }
    /* speaker */
    .n-speakers {
        margin-top: 2.8125rem;
    }
    .n-speaker-content {
        display: none;
    }
    #speakerSwiper .swiper-slide {
        width: 20.4375rem;
    }
    .speakerlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .speakerlist div {
        margin-top: .75rem;
        width: 9.875rem;
        height: 15rem;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #FFFFFF;
        border-radius: .625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .speakerlist div img {
        margin-top: 1.625rem;
        width: 6.4063rem;
    }
    .speakerlist div h5 {
        margin-top: 1.3125rem;
        font-weight: 700;
        font-size: .8125rem;
        text-align: center;
        color: #292929;
    }
    .speakerlist div p {
        font-weight: 400;
        font-size: .625rem;
        text-align: center;
        color: #7D7D7D;
        margin: .125rem .375rem 0 .375rem;
    }
    .swiper-arrow {
        margin-top: 1rem;
        position: relative;
        height: 2.5rem;
    }
    .n-speakers .swiper-button-next::after,
    .n-speakers .swiper-button-prev::after {
        display: none;
    }
    .n-speakers .swiper-button-prev {
        left: 7rem;
        width: 2.5rem;
        height: 2.5rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/prev.svg);
    }
    .n-speakers .swiper-button-next {
        right: 7rem;
        width: 2.5rem;
        height: 2.5rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/next.svg);
    }
    /* Partners */
    .n-partners {
        margin-top: 5rem;
    }
    .n-partners .n-partners-logos {
        margin-top: 1.5rem;
    }
    .n-partners .n-partners-logos {
        flex-direction: column;
    }
    .n-partners .n-partners-logos div {
        width: 100%;
        height: 6.25rem;
        margin-top: .75rem;
    }
    .n-partners .n-partners-logos div img {
        width: 6.25rem;
    }
    /* map */
    .n-map .n-page-desc {
        margin-top: 1.125rem;
    }
    .n-page-words {
        margin-top: .125rem;
    }
    #mapContainer {
        width: 20.4375rem;
        height: 16.8125rem;
        border-radius: .625rem;
    }
    .n-map {
        margin: 5rem auto 0 auto;
        padding-bottom: 6.25rem;
    }
    .n-page-desc {
        font-size: .875rem;
        text-align: center;
    }
    .n-page-words {
        font-size: .75rem;
        text-align: center;
    }
}