
[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 --*/


a[data-v-acba8734],
a[data-v-acba8734]:link,
a[data-v-acba8734]:visited,
a[data-v-acba8734]:hover,
a[data-v-acba8734]:active {
    text-decoration: none;
    color: black;
}
a[data-v-acba8734]:hover {
    color: blue;
}
.product-item[data-v-acba8734] {
    display: flex;
    justify-content: flex-start;
    min-height: 3.66rem;
    padding: 0.9rem 2.52rem;
}
.product-item[data-v-acba8734]:hover {
    background: rgba(248, 248, 248, 1);
}
.product-item > *[data-v-acba8734] {
    display: inline-block;
}
.product-item .icon[data-v-acba8734] {
    height: 1.4rem;
    object-fit: cover;
    margin-right: 0.94rem;
    width: 1.4rem;
    transition: all 0.1s ease-in;
}
.product-item .icon-hover[data-v-acba8734]:hover {
    transform: scale(1.1);
}
.product-item .info[data-v-acba8734] {
    width: 11.91rem;
}
.product-item .name[data-v-acba8734] {
    font-size: 0.36rem;
    font-family: AppleSystemUIFont;
    font-weight: 400;
    vertical-align: top;
}
.product-item .name-hover[data-v-acba8734]:link,
.product-item .name-hover[data-v-acba8734]:visited {
    text-decoration: none;
    color: black;
}
.product-item .name-hover[data-v-acba8734]:hover {
    text-decoration: none;
    color: #35a7fc;
}
.product-item .name-hover[data-v-acba8734]:active {
    text-decoration: none;
    color: black;
}
.product-item .intro[data-v-acba8734] {
    color: rgba(114, 114, 114, 1);
    font-size: 0.26rem;
    font-family: Helvetica;
    font-weight: 200;
    line-height: 0.35rem;
    vertical-align: top;
    white-space: pre-wrap;
}
.product-item .intro.no-title[data-v-acba8734] {
    margin: 0;
}
.bottom-line[data-v-acba8734] {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    width: 100%;
}
.cursor[data-v-acba8734] {
    cursor: pointer;
}
.cursor[data-v-acba8734]:hover {
    color: rgba(63, 136, 251, 1);
}
.scale-out-hover[data-v-acba8734]:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.product-item[data-v-acba8734] {
        flex-direction: column;
        min-height: 1.95rem;
        padding: 0.2rem 0.35rem 0.2rem 0.38rem;
}
.product-item > *[data-v-acba8734] {
        display: inline-block;
}
.product-item .title[data-v-acba8734] {
        display: flex;
        justify-content: flex-start;
}
.product-item .icon[data-v-acba8734] {
        height: 0.35rem;
        width: 0.35rem;
        margin-right: 0.06rem;
}
.product-item .name[data-v-acba8734] {
        font-size: 0.18rem;
        font-weight: 500;
        line-height: 0.35rem;
}
.product-item .info[data-v-acba8734] {
        width: 100%;
}
.product-item .intro[data-v-acba8734] {
        font-size: 0.14rem;
        font-weight: 200;
        line-height: 0.22rem;
        margin: 0;
        margin-top: 0.3rem;
        padding-bottom: 0;
        vertical-align: top;
}
.product-item .icon-hover[data-v-acba8734]:hover {
        transform: scale(1);
}
.product-item .detail[data-v-acba8734] {
        background: rgba(255, 255, 255, 1);
        border: 0.01rem solid rgba(69, 195, 252, 1);
        border-radius: 0.05rem;
        color: rgba(114, 114, 114, 1);
        font-size: 0.12rem;
        font-family: Helvetica;
        font-weight: 300;
        height: 0.26rem;
        margin-top: 0.16rem;
        line-height: 0.26rem;
        opacity: 1;
        outline: none;
        width: 0.56rem;
}
.product-item .detail[data-v-acba8734]:active {
        opacity: 0.8;
}
}


.main[data-v-27d0f7f4] {
    white-space: nowrap;
}
.main *[data-v-27d0f7f4] {
    white-space: normal;
}
.product-area[data-v-27d0f7f4] {
    display: inline-block;
    position: relative;
    margin-top: 0.53rem;
    width: 100%;
}
.product-block[data-v-27d0f7f4] {
    margin-bottom: 0.68rem;
}
.product-block .title[data-v-27d0f7f4] {
    color: rgba(69, 195, 252, 1);
    font-size: 1.2rem;
    font-family: AppleSystemUIFont;
    font-weight: bold;
    height: 1.93rem;
    line-height: 1.41rem;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.7rem;
    width: 100%;
}
.product-block .title > div[data-v-27d0f7f4] {
    position: relative;
}
.product-block .title-bg[data-v-27d0f7f4] {
    background-color: rgba(247, 254, 255, 1);
    border: none;
    bottom: 0;
    height: 1.11rem;
    left: 0;
    position: absolute;
    width: 12.54rem;
}
.product-block .sub-title[data-v-27d0f7f4] {
    color: rgba(0, 0, 0, 1);
    font-size: 0.6rem;
    font-family: AppleSystemUIFont;
    font-weight: 500;
    line-height: 0.71rem;
    padding-left: 1.5rem;
}
.bottom-line[data-v-27d0f7f4] {
    border-bottom: 2px solid #00c4ff;
    margin-top: 0.22rem;
    width: 2.39rem;
}
.cursor[data-v-27d0f7f4] {
    cursor: pointer;
}
.cursor[data-v-27d0f7f4]:hover {
    color: rgba(63, 136, 251, 1);
}
.scale-out-hover[data-v-27d0f7f4]:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.product-area[data-v-27d0f7f4] {
        margin-top: 0;
        width: 100%;
}
.product-block[data-v-27d0f7f4] {
        margin-bottom: 0.68rem;
}
.product-block .title[data-v-27d0f7f4] {
        font-size: 0.4rem;
        height: auto;
        min-height: 0.53rem;
        line-height: 0.53rem;
        padding-left: 0.37rem;
        margin-bottom: 0;
}
.product-block .title-bg[data-v-27d0f7f4] {
        height: 0.53rem;
        position: absolute;
        width: 2.41rem;
}
.product-block .sub-title[data-v-27d0f7f4] {
        font-size: 0.2rem;
        line-height: 0.23rem;
        padding-left: 0.37rem;
}
.bottom-line[data-v-27d0f7f4] {
        border-bottom: 1px solid #00c4ff;
        margin-top: 0.09rem;
        width: 0.83rem;
}
}

