
[data-v-2bb72a94]::-webkit-scrollbar {
    display: none;
}
nav[data-v-2bb72a94] {
    height: 1rem;
    left: 0;
    background: transparent;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
}
.nav-bg[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: absolute;
    width: 100%;
}
.container[data-v-2bb72a94] {
    align-content: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}
.fake-nav[data-v-2bb72a94] {
    height: 1rem;
    background: transparent;
    position: relative;
    width: 100%;
}
nav a[data-v-2bb72a94] {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:link {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:visited {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:hover {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
nav a[data-v-2bb72a94]:active {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
.logo[data-v-2bb72a94] {
    cursor: pointer;
    display: flex;
    margin-left: 6vw;
    margin-top: 18%;
    height: 0.39rem;
    transform: translateY(-50%);
    vertical-align: top;
}
.path-container[data-v-2bb72a94] {
    height: 100%;
    justify-content: space-between;
    max-width: 70%;
    overflow-x: auto;
    position: absolute;
    right: 4%;
}
.path-container li[data-v-2bb72a94] {
    position: relative;
}
.path-container li > ul[data-v-2bb72a94] {
    display: none;
}
.path-container li:hover > ul[data-v-2bb72a94] {
    display: block;
}
.link[data-v-2bb72a94] {
    color: rgba(68, 68, 68, 1);
    cursor: pointer;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    height: 1rem;
    min-width: 1.61rem;
    vertical-align: top;
    text-align: center;
    line-height: 1rem;
    overflow: hidden;
}
.link[data-v-2bb72a94]:hover::after {
    animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.25rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
}
@keyframes scale-wider-data-v-2bb72a94 {
0% {
    transform: scaleX(0);
}
100% {
    transform: scaleX(1);
}
}
.link[data-v-2bb72a94]:hover {
    background: white;
    color: rgba(28, 156, 222, 1);
}
.arrow[data-v-2bb72a94] {
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: middle;
    width: 0.14rem;
}
.sub-list[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    position: fixed;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
nav[data-v-2bb72a94] {
        background: rgba(255, 255, 255, 1);
        height: 0.8rem;
        left: 0;
        opacity: 1;
        position: fixed;
        text-overflow: ellipsis;
        top: 0;
        white-space: nowrap;
        width: 100%;
}
.fake-nav[data-v-2bb72a94] {
        height: 0.8rem;
        background: transparent;
        position: relative;
        width: 100%;
}
.logo[data-v-2bb72a94] {
        margin-top: 0.42rem;
        height: 0.31rem;
}
.menu-container[data-v-2bb72a94] {
        min-height: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.58rem;
}
.menu-btn[data-v-2bb72a94] {
        height: 0.26rem;
        right: 0.26rem;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        top: 0.22rem;
        position: absolute;
        width: 0.32rem;
}
.rotate-90[data-v-2bb72a94] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
.droplist[data-v-2bb72a94] {
        box-shadow: 0 0.03rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
        position: fixed;
        height: auto;
        right: 0;
        top: 0.78rem;
        opacity: 1;
        transform: translateZ(100px);
        -webkit-transform: translateZ(100px);
}
.dropitem[data-v-2bb72a94] {
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font-size: 0.16rem;
        height: 0.9rem;
        line-height: 0.9rem;
        position: relative;
        text-align: center;
        width: 2rem;
}
.dropitem[data-v-2bb72a94]:hover::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem[data-v-2bb72a94]:active::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem .sub-menu[data-v-2bb72a94] {
        display: none;
}
.dropitem:hover .sub-menu[data-v-2bb72a94] {
        display: block;
}
        /* .dropitem:active .sub-menu {
            display: block;
        } */
.sub-menu[data-v-2bb72a94] {
        position: absolute;
        right: 2rem;
        top: 0;
}
.arrow[data-v-2bb72a94] {
        left: 0.15rem;
        top: 50%;
        margin-top: -0.06rem;
        vertical-align: middle;
        width: 0.13rem;
        height: 0.06rem;
        position: absolute;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
}


footer[data-v-64d53602] {
    background-size: 100% 100%;
    color: white;
    font-size: 0.26rem;
    min-height: 1.02rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    /* line-height: 1.02rem; */
    text-align: center;
    width: 100%;
}
footer a[data-v-64d53602] {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 0.18rem;
    line-height: 0.42rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
footer[data-v-64d53602] {
        padding-top: 0.2rem;
        font-size: 0.13rem;
        min-height: 0.63rem;
}
footer a[data-v-64d53602] {
        font-size: 0.11rem;
        line-height: 0.36rem;
}
}
/* -- mobile end --*/


main[data-v-609ccb26] {
    padding-top: 0.3rem;
}
.media-frame[data-v-609ccb26] {
    min-height: 100%;
    width: 100%;
}

