header {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    position: sticky;
    top: 0;
    padding: 1.6% 1.5% 1% 1.5%;
    transition: all .6s ease;
    z-index: 99;
}

header>a {
    margin: auto;
}

.pcident {
    display: block;
}

.moident {
    display: none;
}

.pcNav {
    display: flex;
}

.pcNav>li {
    margin-right: 4%;
}

.pcNav>li>a {
    font-size: var(--16px--);
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.pcNav>li>a>svg {
    margin-left: 5px;
}

.NavLis {
    position: relative;
}

.NavLis>a {
    transition: all .3s;
}

.NavLis:hover>a {
    color: #c80877 !important;
}

.childNav {
    min-width: max(200px, 15vw);
    overflow: hidden;
    top: 100%;
    left: -10%;
    position: absolute;
    text-align: center;
    padding: 0;
    transition: all .5s ease;
    max-height: 0;
}

.childNav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
}

.childNav>a {
    font-size: var(--16px--);
    display: block;
    color: #333;
    transition: all 0.5s;
    padding: 0 max(20px, 1.1vw);
    position: relative;
    white-space: nowrap;
    line-height: 300%;
    text-align: left;
}

/* .childNav>a::before {
    content: '';
    width: max(8px, 0.417vw);
    height: max(8px, 0.417vw);
    display: inline-block;
    border: 2px var(--li);
    border-style: solid solid none none;
    transform: rotate(45deg);
    margin-right: 0;
    opacity: 0;
    transition: all .5s;
}

.childNav>a:hover::before {
    margin-right: 1vw;
    opacity: 1;
} */

.childNav>a:hover {
    background: rgba(200, 8, 119, 1);
    color: #fff !important;
    border-radius: 5px;
}

.NavLis:hover .childNav {
    padding: 20px 0 20px;
    max-height: 100vh;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.Rn {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.Rn>div {
    margin-right: 10%;
}

.lang>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    display: flex;
    align-items: center;
    color: #fff;
}

.lang>p>svg {
    margin-left: 5px;
}

.NavOn .lang>p>svg path{
    fill: #000;
}

.lang>.childNav {
    min-width: 100%;
    left: 0;
}

.lang>.childNav>a {
    line-height: 300%;
    text-align: center;
}

.NavLis.lang:hover .childNav {
    padding: 20px 0 0px;
    max-height: 100vh;
}

.btn {
    width: 160px;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    font-size: var(--16px--);
    color: #000;
    font-family: 'Gillroy regular';
    cursor: pointer;
    transition: all .6s ease;
}

.btn>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
}

.NavOn {
    background-color: #fff;
    padding: 1% 1.5%;
}

.insideOn {
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.NavOn a,
.NavOn p {
    color: #000 !important;
}

.NavOn .btn {
    border: 1px solid #c80877;
    background-color: #c80877;
}

.NavOn .btn a {
    color: #fff !important;
}

.NavOn .pcNav>li>a>svg path {
    fill: #000
}

.Rn>.btn:hover {
    border-color: #c80877;
    background-color: #c80877;
}

.Rn>.btn:hover>a {
    color: #fff !important;
}

.NavOn .btn:hover{
    background-color: transparent;
}
.NavOn .btn:hover>a{
    color: #c80877 !important;
}

.MoBox {
    width: 100%;
    height: 0;
    display: none;
    transition: all .3s ease;
    overflow: hidden;
}

.MoBox>ul {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 5% 0 5%;
}

.MoBox>ul>li {
    line-height: 300%;
    border-bottom: 1px solid #eee;
    /* display: flex; */
    position: relative;
    transition: all .3s ease;
}

.MoBox>ul>li>div:nth-child(1) {
    width: 100%;
    display: flex;
}

.MoBox>ul>li>div:nth-child(1)>a {
    width: 100%;
    text-transform: capitalize;
}

.HeadMoIcon {
    float: right;
    margin-left: auto;
    transition: all .3s ease;
}

.HeadMoIcon>.icon {
    width: 16px;
    height: 16px;

    transform: rotate(180deg);

}

.HeadNavLevel2 {
    max-height: 0px;
    background: #fff;
    transition: all 1s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    padding: 0 5%;
}

.HeadNavLevel2>a {
    line-height: 200%;
    color: #666;
}


/* 底部导航栏 */
footer {
    width: 100%;
    background-color: #0d161e;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-container {
    width: 68%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: clamp(50px,5.20833333333vw,100px) 40px;
}

.f-container>div,
.f-container>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-container>.phone{
    opacity: 0;
    visibility: hidden;
}
.f-container>.phone svg,
.f-container>.email svg {
    width: 32px;
    height: 32px;
}

.f-container>.phone>div,
.f-container>.email>div {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all .6s ease;
}


.f-container>.phone p,
.f-container>.email p {
    font-family: Gillroy regular;
    font-size: var(--18px--);
    color: #fff;
    line-height: 32px;
}

.f_info {
    margin: 0 20px;
}

.f_info>img:nth-child(1) {
    margin-bottom: 30px;
}

.f_info>img:nth-child(2) {
    margin-bottom: 25px;
}

.f_info>p {
    font-family: Gillroy regular;
    font-size: var(--14px--);
    color: #fff;
    margin: 15px 0;
    /* line-height: 30px; */
    opacity: 0.77;
    text-align: center;
}

.f_info>span {
    font-family: Gillroy regular;
    font-size: var(--14px--);
    color: #aaa;
    opacity: 0.77;
    text-align: center;
}

.fNav {
    width: 100%;
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fNav>ul {
    display: flex;
    margin-bottom: 10px;
}

.fNav>ul>li,
.fNav>ul>li>a {
    margin-right: 15px;
    color: #fff;
}

.fNav>ul>li>a {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    text-transform: uppercase;
    transition: all .6s ease;
}

.fNav>ul>li>a:hover{
    color: #c80877;
}

.fNav>ul>li:last-child>span {
    display: none;
}

.fNav>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #fff;
    opacity: 0.5;
}

.moInfo {
    display: none;
    margin: 15px 0;
}

.moInfo>p {
    font-family: Gillroy regular;
    font-size: var(--14px--);
    color: #fff;
    opacity: 0.77;
    text-align: center;
}

.moInfo>svg {
    width: 25px;
    height: 25px;
}

/* .moInfo.email {
    margin: 0;
} */

.f-container>.phone:hover>div,
.f-container>.email:hover>div {
    border-color: #fff;
}

.f-container>.phone:hover svg,
.f-container>.email:hover svg {
    animation: swing 1s ease;
}

.fNav>ul>li:last-child,
.fNav>ul>li:last-child>a {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .f-container {
        width: 80%;
    }
}

@media (max-width: 768px) {

    /* t */
    header {
        display: flex;
        justify-content: space-between;
    }

    .pcNav,
    .Rn {
        display: none;
    }

    .Hamburg {
        display: flex;
    }

    .MoBox {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }


    /* d */
    .f-container>.phone,
    .f-container>.email {
        display: none;
    }

    .moInfo {
        display: flex;
        align-items: center;
    }

    .f-container {
        padding: 60px 0;
        justify-content: center;
    }

    .fNav {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {

    .fNav>ul,
    .fNav>p {
        width: 80%;
        flex-wrap: wrap;
    }

    .fNav>ul>li {
        margin-bottom: 5px;
    }

    .fNav>ul>li>span {
        display: none;
    }

    .fNav>ul>li>a {
        margin-right: 0;
    }
}