* {
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.navBar {
    display: none;
}


@media (max-width: 768px) {
    .image_2 {
        width: 100%;
        height: 30.21vw;
        margin-top: 20px;
    }

    .navBar {
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
    }

    .navBar .navTop {
        width: calc(100% - 2.4em);
        height: 5em;
        padding: 0 1.2em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navBar .navTop .logo {
        width: 8em;
        height: auto;
    }

    .navBar .navTop .menuIcon {
        width: 2em;
        height: 2em;
    }

    .navBar .navContent {
        width: 100%;
        height: calc(100vh - 5.1em);
        border-top: 1px solid #EDEDED;
    }

    .navBar .navContent .navMenu {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
    }

    .navBar .navContent .navMenu .navMenuTitle {
        width: calc(100% - 2.6em);
        height: 6em;
        padding: 0 1.3em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navBar .navContent .navMenu .navMenuTitle div a {
        font-size: 1.4em;
        font-family: PingFang SC;
        font-weight: 500;
        color: #222222;
    }

    .navBar .navContent .navMenu .navMenuTitle img {
        width: 1.2em;
        height: 1.2em;
    }

    .navBar .navContent .navMenu .navMenuContent {
        width: 100%;
        background-color: #F2F7FC;
    }

    .navBar .navContent .navMenu .navMenuContent .menuList {
        width: calc(100% - 2.4em);
        height: 6em;
        padding: 0 1.2em;
        display: flex;
        align-items: center;
    }

    .navBar .navContent .navMenu .navMenuContent .menuList p {
        font-size: 1.3em;
        font-family: PingFang SC;
        font-weight: 500;
        color: #6F6F6F;
    }

    .navBar .navContent .navMenu .navMenuTitle .navMenuDownIcon {
        transform: rotate(180deg);
    }
}

@media (max-width: 475px) {

	.navBar .navTop .logo {
		width:auto;
	    height: 70%;
	}
}
