
.query-lang-option {
    position: fixed;
    background: #fff;
    top: 5rem;
    right: 1rem;
    width: 12rem;
    height: 8rem;
    z-index: 99;
    border-radius: 0.4rem;
}
.query-lang-option li {
    line-height: 4rem;
    padding-left: 1.2rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

@media (min-width: 769px) {
    .query-lang-option li {
        padding-left: 0;
    }
    .query-lang-option {
        top: 8rem;
        right: 15%;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }
    .header-container {
        background: #fff;
        height: 10rem;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
    }
     .header-container-box {
        height: 100%;
        width: 100%;
        max-width: 144rem;
        position: relative;
        display: flex;
        align-items: center;
        margin: auto;
    }
    .header-container .header-nav-list {
        list-style: none;
        display: flex;
        align-items: center;
        min-width: 68rem;
        gap: 3rem;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        left: 37.8rem;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
    }
    .header-container .header-nav-list li {
        text-align: center;
        border: 0;
        list-style: none;
        letter-spacing: 0%;
        border-radius: 4px;
    }
    .header-container .header-nav-list li a {
        color: #65758B;
        font-weight: 400;
        line-height: 100%;
        font-size: 1.8rem;
        padding: 1rem 2.4rem;
        display: inline-block;
        white-space: nowrap;
    }
    .header-container .header-nav-list .active {
        background-color: #2E88F6;
    }
    .header-container .header-nav-list .active a {
        color: #fff;
        font-weight: 700;
    }
    .header-container .logo {
        width: 24.2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .query-lang ul {
        position: absolute;
        top: 5rem;
        right: 0;
        width: 15rem;
        z-index: 999;
    }
    .query-lang li {
        line-height: 3.5rem;
    }
    .query-lang.show-content {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 8rem;
        text-align: right;
        justify-content: end;
    }
    .query-lang.show-content > img {
        width: 2rem;
        height: 2rem;
    }
    .query-lang.show-content span {
        text-align: left;
        font-size: 1.8rem;
        font-weight: 400;
    }
    
    .show-h5,
    .nav-list-h5 {
        display: none !important;
    }
    .show-pc,
    .header-nav-list {
        display: block;
    }
}
@media (max-width: 768px) {
    .query-lang-option li {
        padding-left: 0;
    }
    .show-h5 {
        display: block;
    }
    .show-pc,
    .header-nav-list {
        display: none !important;
    }
    .header-container {
        min-width: unset;
        height: 4.4rem;
        padding: 0 1rem;
        justify-content: space-between;
        background: #fff;
    }
    .header-container .header-container-box {
        width: 100%;
        height: 4.4rem;
        align-items: center;
        justify-content: space-between;
        display: flex;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 0 1rem;
    }
    .logo {
        width: 12.2rem;
        margin: 0;
    }
    .nav-list-h5 {
        position: fixed;
        right: 0;
        top: 4rem;
        min-width: auto;
        z-index: 999;
        background: #F5F7FA;
        flex-direction: column;
        gap: 0;
        align-items: start;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        border: 2px solid #F5F7FA;
        display: none;
        transition: all 0.1s ease;
        margin: 0;
        padding: 0;
        padding-top: 2px;
    }
    .nav-list-h5 li:first-child {
        width: 100%;
    }
    .header-container .query-lang {
        display: flex;
        gap: 2rem;
        padding-right: 1.2rem;
    }
    .nav-list-h5 li a {
        line-height: 4.4rem;
        height: 4.4rem;
        background: #fff;
        width: 100%;
        padding: 0 2rem;
        font-size: 1.6rem;
        text-align: left;
        display: block;
        color: var(--text01, #344256);
        
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
    }
    .nav-list-h5 li.active a {
        color: #2E88F6;
        font-weight: 500;
    }
    .world-lang,.nav-lists {
        width: 2rem;
        height: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1680px) {
    .query-lang-option {
        right: 5%;
    }
}