.pc-header {
    max-width: 100%;
    padding: 0;
}

.top-right-area {
    display: flex;
    width: 100%;
    flex-direction: column
}

.top-1 {
    display: flex;
    justify-content: space-between;
    padding-right: 48px;
}

.top-1-change {
    background-color: #156bbc;
}

.top-1>div {
    margin-top: 3px;
    zoom: 0.9;
}

.top-1>div a,
.top-1>div img {
    display: block;
}

.top-right-area>div {
    width: 100%;
    height: 44px;
}

.top-2 {
    display: flex;
    align-items: center;
}

.menu-list>.menu-item {
    font-size: 20px;
    color: #ffffff;
}

.top-2-change {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.14);
}

.top-2-change .menu-list>.menu-item {
    color: #111111;
}

.top-2-change .header-menu-choosed {
    color: #156bbc;
    border-bottom: 2px solid #156bbc;
}

.hoverEffect {
    position: relative;
    padding-bottom: 5.1px;
}

.hoverEffect::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}

.hoverEffect:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .25s ease-out;
}

.top-2-change .hoverEffect::after {
    background-color: #156bbc;
}

.top-2-change .hoverEffect:hover {
    color: #156bbc;
}

.top-2-change .second-menu-wrapper {
    border-top: 2px solid #156bbc;
}

.second-menu-left img {
    width: 171px;
    height: 166px;
    object-fit: cover;
    display: block;
}

.second-menu-left p {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    font-family: HYJunHei, HYJunHei;
    font-weight: normal;
}

.menu-item-level2 a {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
}

.header-right {
    margin-top: 0;
    justify-content: flex-end;
    height: 100%;
}

.header-right>div {
    height: 100%;
}

.header-right>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-menu-list {
    /* width: 1462px; */
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
}

.select-identity {
    display: none;
}

.identity:hover .select-identity,
.select-identity:hover {
    display: block;
}

.identity:hover .identity-icon {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.header-right-search-icon {
    position: relative;
    top: -1px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.85);
}

.menu-list>.menu-item:not(:last-child) {
    margin-right: 44px;
}

.header-logo {
    width: 277px;
    height: auto;
}

.second-menu-list {
    max-width: 1920px;
    margin: 0 21.48%;
}

/* 取消二級菜單圖標 */
.second-menu-right>li>div .second-menu-icon,
.second-menu-right>li>div:hover .second-menu-icon {
    display: none;
}

@media only screen and (max-width: 1920px) {
    .second-menu-list {
        margin: 0 12%;
    }
}

@media only screen and (max-width: 1680px) {
    .menu-list>.menu-item {
        font-size: 18px;
    }

    .menu-list>.menu-item:not(:last-child) {
        margin-right: 40px;
    }

    .menu-list>.menu-item {
        font-size: 18px;
    }

    .second-menu-left p,
    .menu-item-level2 a {
        font-size: 14px;
    }

    .second-menu-left img {
        width: 140px;
        height: 136px;
    }
}

@media only screen and (max-width: 1280px) {
    .menu-list>.menu-item {
        font-size: 14px;
    }

    .header-right {
        font-size: 14px;
    }

    .menu-list>.menu-item:not(:last-child) {
        margin-right: 34px;
    }

    .menu-list>.menu-item {
        font-size: 16px;
    }

    .second-menu-left p,
    .menu-item-level2 a {
        font-size: 13px;
    }

    .second-menu-left img {
        width: 129px;
        height: 125px;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-menu-drawer>ul>li {
        border-bottom: 1px solid rgb(255 255 255 / 0.3);
    }

    .mobile-header>figure:nth-child(1) {
        margin-top: 6px;
    }
}


@media only screen and (max-width: 1680px) {
    .menu-list>.menu-item {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {
    .header-right {
        font-size: 15px;
    }
}


.api-path-container {
    display: none;
}