* {
    margin: 0;
    padding: 0;
}
 ::-webkit-scrollbar {
 	width: 0;
 	height: 1px;
 }
 ::-webkit-scrollbar-thumb {
 	border-radius: 5px;
 	background: rgba(0, 0, 0, 0.2);
 }
html, body {
    background: #fff;
    font-family: "FZLTZHUNHJWM", Inter, "-apple-system", BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "noto sans", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}
 [v-cloak] {
 	display: none;
 }
 body{
 	margin:0 auto;		
 }
 #app {
 	height: 100%;
 	width:100%;
 }
 .clear{clear: both;}
 .clear-fix:before,
 .clear-fix:after {
 	content: "";
 	display: table;
 }
 .clear-fix:after {
 	clear: both;
 }
 .clear-fix {
 	*zoom: 1;
 }
a {
    display: block;
}
    a:link {
        text-decoration: none;
        color: #ffffff;
    }
 a {
    color:#ffffff;
}
.nav-href {
    color:#ffffff;
}
dd a {
    color: #000;
}
    dd a:visited {
        color: #000;
    }
    dd a:hover {
        color: #000000 !important;
    }
    dd a:active {
        color: #000;
    }
img {
    display: block;
}

input, select {
    outline: none;
}
li {
    list-style-type: none;
}
.top {
    width: 100%;
    padding:0 0.3rem;
    height: .6rem;
    position: fixed;
    top: 0;
    z-index: 1;
    -webkit-box-align: center;
    justify-content: center;
    background-color: #000000;
}
.logo img {
    height: .402rem;
}
.top-content {
    margin: 0 auto;
    width: 100%;
    height: .6rem;
    display: flex;
    align-items: center;
    background-size: 100%;
    background-color: #000000;
}
.mobile-drawer{
    display: none;
}
.nav {
    margin-left: .1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    .pc-drawer {
        display: flex;
        height: .6rem;
        line-height: .6rem;
        margin-left: .3rem;
    }
        .pc-drawer li {
            font-size: .14rem;
            color: #000000;
            text-align: left;
            cursor: pointer;
            position: relative;
            margin-right: .5rem;
        }
        .top-content .langue{
            display: none;
        }
        .nav .langue{
             display: flex;
            height: .6rem;
            line-height: .6rem;
            margin-left: .3rem;
            align-items: center;
        }
        .nav .langue li{
            width: 0.35rem;
            height: 0.35rem;
            line-height: .35rem;
            text-align: center;
            background-color: #2C2C2C;
            color: #fff;
            font-size: .14rem;
            border-radius: .05rem;
            cursor: pointer;
            position: relative;
            margin: 0 .05rem;
        }
        .lanActive{
            background-color: #78BE2D !important;
            color: #000 !important;
        }
        .arrow {
            border-left: 0.05rem solid transparent;
            border-right: 0.05rem solid transparent;
            border-top: 0.05rem solid #fff;
            height: 0;
            margin-left: 0.08rem;
            transition: all .3s;
            width: 0;
        }
.nav-href {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .16rem;
}
.pc-drawer li:hover::before {
    width: 100%;
}
.pc-drawer li:before {
    background-color: #83c119;
    border-radius: 0.08rem;
    bottom: 0;
    box-shadow: 0 0 0.1rem #73be2299;
    content: "";
    height: 0.03rem;
    left: 0;
    position: absolute;
    transition: width .2s ease;
    width: 0;
}
.nav-dl {
    width:1.6rem;
    padding:0.15rem 0;
    overflow: hidden;
    background-color: #000000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    margin: .1rem 0;
    font-size: .14rem;
    display: none;
    position: absolute;
}
.longnav{
    width: 2.8rem;
}
.autoW{
    width: auto;
}
.nav-dl dd {
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-dl dd .href {
    width: 80%;
    height: .36rem;
    line-height: .36rem;
    display: block;
    text-align: left;
    padding:0 .15rem;
    color: #fff;
}
.nav-dl dd .href:hover{
    background-color: #83c119;
    border-radius: .1rem;
    font-weight: bold;
    color: #fff;
}
.none {
    display: none;
    transition: all 1s;
}
.show{
    display: block;
}
.mobile-menu-toggle{
    display: none;
}
.new-dropdown-menu {
    align-items: stretch;
    display: flex;
}
.product-panel {
    display: flex;
}
.product-panel .products-level-1.cascade{
    background-color: #0e0e0e;
    padding: 0.16rem 0.14rem;
    width: 2.4rem;
}
.product-panel .products-level-2.cascade .product-option .anchor-container a.full-row {
    grid-column: 1/-1;
}
.product-panel .products-level-1.cascade .products-category.active{
    background: #78be2d;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.1rem #73be2299;
}
.product-panel .products-level-1.cascade .products-category{
    border-radius: 0.06rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0.08rem;
    padding: 0.08rem 0.1rem;
}
.product-panel .products-level-1.cascade .products-category .sub-name{
    display: flex;
    flex-direction: column;
    padding: 0.04rem 0;
    width: 100%;
}
.product-panel .products-level-1.cascade .products-category.active .sub-name strong {
    color: #1a1a1a;
}
.product-panel .products-level-1.cascade .products-category.active .sub-name strong {
    color: #1a1a1a;
}
.product-panel .products-level-1.cascade .products-category .sub-name strong{
    color: #fff;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 0.22rem;
}
.product-panel .products-level-1.cascade .products-category.active .sub-name span {
    color: #1a1a1a99;
}

.product-panel .products-level-1.cascade .products-category.active .sub-name span{
    color: #1a1a1a99;
}
.product-panel .products-level-1.cascade .products-category .sub-name span{
    color: #999;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.2rem;
}
.product-panel .products-level-2.cascade{
    background-color: #000;
    flex: 1;
    min-width: 7.52rem;
    padding: 0.24rem;
}
.product-panel .products-level-2.cascade .product-option.show {
    display: flex;
}
.product-panel .products-level-2.cascade .product-option{
    flex-direction: column;
    display: none;
}
.product-panel .products-level-2.cascade .product-option .sub-menu-panel{
    padding: 0;
}
.product-panel .products-level-2.cascade .product-option section{
    color: #86919c;
    font-size: 0.12rem;
    line-height: 1.8;
    margin-bottom: 0.2rem;
    max-width: 7.2rem;
}
.product-panel .products-level-2.cascade .product-option .flex{
    display: grid;
    gap: 0.16rem;
    grid-template-columns: 190px 1fr;
}
.product-panel .products-level-2.cascade .product-option .img-link{
    border-radius: 0.06rem;
    box-shadow: 0 0.02rem 0.08rem #00000026;
    display: block;
    height: 0.98rem;
    overflow: hidden;
    width: 1.88rem;
}
.product-panel .products-level-2.cascade .product-option .img-link img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.product-panel .products-level-2.cascade .product-option .anchor-container{
    display: grid;
    gap: 0.08rem;
    grid-template-columns: repeat(2,1fr);
    max-width: 7.2rem;
    width: 100%;
}
.product-panel .products-level-2.cascade .product-option .anchor-container a {
    align-items: center;
    border-radius: 0.08rem;
    color: #fff;
    display: flex;
    font-size: 0.14rem;
    height: 0.4rem;
    justify-content: flex-start;
    padding: 0 0.12rem;
    position: relative;
    text-align: center;
    transition: all .3s ease;
}
.product-panel .products-level-2.cascade .product-option .anchor-container a:hover{
    color: #000000;
    background: #78be2d;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.1rem #73be2299;
}
.product-panel .anchor-title {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tag.new-tag {
    background: #15310c;
    color: #26af11;
}
.tag.beta-tag {
    background: #c2e9ff;
    color: #1e8cfa;
}
.tag.hot-tag {
    background: #4c1e18;
    color: #f52f2f;
}
.tag {
    align-items: center;
    border-radius: 0.04rem 0.04rem 0.04rem 0;
    display: flex;
    font-size: 0.1rem;
    height: 0.14rem;
    justify-content: center;
    margin-left: 0.09rem;
    width: 0.3rem;
}




.footer {
    width: 14.40rem;
    background: url(../images/footer-bg.png) no-repeat top/cover;
    padding-bottom: 0.7rem;
    margin:0 auto;
}
.footer-content{
    margin: 0 auto;
    max-width: 14.40rem;
    width: 100%;
}
.contact-us{
    background: url(../images/footer-contact-bg.jpg) no-repeat 50%/cover;
    box-sizing: border-box;
    padding: 0.40rem 0;
    display: flex;
    justify-content: space-between;
}
.contact-us .des{
    flex-direction: column;
}
.contact-us .cttitle{
    font-size: 0.48rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.des .cttitle span {
    display: block;
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 0.24rem;
    margin-top: 0.2rem;
}
.des .btn {
    width: 1.88rem;
    background: #78be2d;
    color: #000;
    align-items: center;
    border: 1px solid #78be2d;
    border-radius: 0.08rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 0.16rem;
    justify-content: center;
    line-height: 1;
    padding: 0.11rem 0.2rem;
    margin-top: .1rem;
    transition: all .3s ease;
}
.footer .code-item{
    display: flex;
    font-size: 0.14rem;
    gap: 0.6rem;
    justify-content: space-between;
}
.footer .code-item img {
    height: 1rem;
    margin-bottom: 0.2rem;
    width: 1rem;
    display: block;
}
.footer .code-item p {
    line-height: 0.24rem;
    color: #ffffff;
    margin:0;
}
.footer-main, .footer-main .info{
    display: flex;
    justify-content: space-between;
}
.footer-main {
    box-sizing: border-box;
    padding: 0.7rem 0 0.25rem;
}
.footer-main .info {
    flex-direction: column;
    width: 2.9rem;
}
.footer-main .info .slogon img {
    margin-bottom: 0.3rem;
    width: 1.2rem;
}
.logo{
    margin-right: 0;
}
.footer-main .info .slogon p {
    color: #bebebe;
    font-size: 0.14rem;
    line-height: 0.28rem;
}
.footer-main .info .contact-way p {
    font-size: 0.16rem;
    margin-top: 0.15rem;
    color: #ffffff;
}
.footer-main .main-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-main .main-right .menu-list {
    display: flex;
    gap: 1.3rem;
    justify-content: space-between;
    width: 100%;
}
.footer-main .main-right .media-list {
    display: flex;
    gap: 0.2rem;
    justify-content: flex-end;
    margin-top: 0.9rem;
    width: 100%;
}
.footer-main .main-right .menu-list .menu-item{
    width: 2.1rem;
}
.footer-main .main-right .menu-list .menu-item h3{
    border-bottom: 1px solid hsla(0,0%,75%,.3);
    color: #78be2d;
    font-size: 0.2rem;
    margin-bottom: 0.21rem;
    padding-bottom: 0.2rem;
}
.footer-main .main-right .menu-list .menu-item h3 a {
    color: #78be2d;
}
.footer-main .main-right .menu-list .menu-item .menu-item-list{
    display: flex;
    flex-wrap: wrap;
}
.footer-main .main-right .menu-list .menu-item .menu-item-list a {
    color: #9e9e9e;
    font-size: 0.14rem;
    margin-bottom: 0.21rem;
    text-decoration: none;
    width: 100%;
}
.footer-main .main-right .menu-list .menu-item .menu-item-list.list3 a {
    width: 33.333%;
}
.footer-main .main-right .menu-list .menu-item .menu-item-list.list2 a {
    width: 50%;
}
.report-main {
    background: #ffffff1f;
    border-radius: 0.04rem;
    display: flex;
    justify-content: space-between;
    padding: 0.08rem 0.16rem;
}
.report-main p {
    font-size: 0.12rem;
    line-height: 0.2rem;
    color: #fff;
}
.report-main p span {
    display: block;
    font-weight: 500;
    margin-top: 0.04rem;
}
.copyright {
    display: flex;
    justify-content: space-between;
    padding: 0.16rem 0;
}
.copyright p {
    color: #fffc;
    font-size: 0.12rem;
    line-height: 0.2rem;
    display: flex;
}
.copyright p a {
    margin-left: 0.32rem;
    text-decoration: none;
    transition: color .2s;
}
@keyframes width {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@media screen and (max-device-width:960px) {
    .top{
        padding: 0 0.4rem;
    }
    .top-content, .top{
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .top{
        background: #000;
        height: 1.2rem;
        left: 0;
        padding: 0 0.6rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .logo{
        color: #2563eb;
        font-size: 1.5rem;
        font-weight: 700;
        margin-right: 1.2rem;
        text-decoration: none;
    }
    .logo img {
        height: 0.8rem;
    }
    .mobile-menu-toggle{
        cursor: pointer;
        display: block;
        padding: 0.16rem;
    }
    .top-content .langue{
        display: flex;
    }
    .langue{
        display: flex;
        height: .6rem;
        line-height: .6rem;
        margin-left: .3rem;
        align-items: center;
    }
    .langue li{
        width: 0.5rem;
        height: 0.5rem;
        line-height: .5rem;
        text-align: center;
        background-color: #2C2C2C;
        color: #fff;
        font-size: .22rem;
        border-radius: .05rem;
        cursor: pointer;
        position: relative;
        margin: 0 .05rem;
    }
    .lanActive{
        background-color: #78BE2D !important;
        color: #000 !important;
    }
    .hamburger{
        cursor: pointer;
        height: 0.36rem;
        position: relative;
        width: 0.48rem;
    }
    .hamburger span:first-child {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        top: 0.16rem;
    }
    .hamburger span:nth-child(3) {
        top: 0.32rem;
    }
    .hamburger span{
        background: #fff;
        border-radius: 0.02rem;
        display: block;
        height: 0.04rem;
        left: 0;
        opacity: 1;
        position: absolute;
        transform: rotate(0);
        transition: .25s ease-in-out;
        width: 100%;
    }
    .footer{
        width: 7.5rem;
    }
    .footer-content{
        width: 7.5rem;
    }
    .footer .contact-us{
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
        text-align: center;
    }
    .footer .des{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .footer .des .cttitle {
        font-size: 0.56rem;
    }
    .footer .des .cttitle span {
        font-size: 0.26rem;
        margin-top: 0.3rem;
        display: block;
        font-size: 0.26rem;
        font-weight: 400;
        line-height: 0.48rem;
        margin-top: 0.4rem;
    }
    .footer .des .btn {
        width: 1.8rem;
    }
    .des .btn {
        background: #78be2d;
        font-size: 0.25rem;
        padding: 0.11rem 0.2rem;
    }
    .footer .code-item{
        gap: 40px;
        justify-content: center;
    }
    .footer .code-item img {
        height: 2.4rem;
        margin-bottom: 0.3rem;
        width: 2.4rem;
    }
    .footer .code-item p {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .footer-main{
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        padding: 0.6rem 0.3rem;
    }
    .footer-main .info{
        width: 100%;
    }
    .footer-main .info .slogon{
        margin-bottom: 0.4rem;
    }
    .footer-main .info .slogon img {
        margin-bottom: 0.3rem;
        width: 2.4rem;
    }
    .footer-main .info .slogon p {
        color: #bebebe;
        font-size: 0.28rem;
        line-height: 0.56rem;
    }
    .footer-main .info .contact-way p {
        font-size: 0.32rem;
        margin-top: 0.28rem;
    }
    .footer-main .info .contact-way p.time{
        color: #fffc;
        font-size: 0.28rem;
        margin-top: 0.5rem;
    }
    .footer-main .main-right{
        align-items: center;
        width: 100%;
    }
    .footer-main .main-right .menu-list{
        align-items: center;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
    }
    .footer-main .main-right .media-list {
        margin-top: 0.6rem;
        display: flex;
        gap: 0.4rem;
        justify-content: flex-end;
        margin-top: 0.6rem;
        width: 100%;
    }
    .footer-main .main-right .menu-list .menu-item{
        width: 100%;
    }
    .footer-main .main-right .menu-list .menu-item h3 {
        border-bottom: 1px solid hsla(0,0%,75%,.3);
        color: #78be2d;
        font-size: 0.4rem;
        margin-bottom: 0.42rem;
        padding-bottom: 0.4rem;
    }
    .footer-main .main-right .menu-list .menu-item .menu-item-list a{
        color: #9e9e9e;
        font-size: 0.28rem;
        margin-bottom: 0.42rem;
        text-decoration: none;
        width: 100%;
    }
    .footer-main .main-right .media-list .media-item {
        align-items: center;
        border: 0.5px solid #fff;
        border-radius: 50%;
        display: flex;
        height: 0.52rem;
        justify-content: center;
        width: 0.52rem;
    }
    .report-main {
        flex-direction: column;
        gap: 0.2rem;
    }
    .report-main p {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .report-main p span {
        display: inline-block;
    }
    .copyright {
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.3rem;
    }
    .copyright p {
        color: #fffc;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .copyright p a:first-child {
        margin-left: 0;
    }
    .pc-drawer{
        display: none;
    }
    .mobile-drawer{
        width: 7.5rem;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }
    .drawer-content{
        width: 6.4rem;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        right: 0;
        overflow-y: scroll;
    }
    .emptyClick{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .mobile-drawer .drawer-content ul li{
        position: relative;
    }
    /* .mobile-drawer .drawer-content ul li:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    } */
    .liactive{
        background-color: #14485c;
    }
    
    .nav-dl1 {
        width:6.4rem;
        padding:0;
        overflow: hidden;
        background-color: #000000;
        -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
        margin: 0;
        font-size: .14rem;
        display: none;
    }
    .nav-dl dd .href:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    }
    .nav-dl dd .childhref:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    }
    .nav-dl dd .href {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 0.8rem;
        color: #fff;
    }
    .nav-dl dd .childhref {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 0 0 0.8rem;
        color: #fff;
    }
    .nav-dl1 dd .href {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 1.2rem;
        color: #fff;
    }
    .mobile-drawer .drawer-content .drawer-header {
        align-items: center;
        border-bottom: 1px solid #333;
        display: flex;
        justify-content: space-between;
        padding: 0.4rem;
    }
    .mobile-drawer .drawer-content .drawer-header h3 {
        color: #fff;
        font-size: 0.36rem;
        margin: 0;
    }
    .mobile-drawer .drawer-content .drawer-header .close-btn{
        align-items: center;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 0.48rem;
        height: 0.6rem;
        justify-content: center;
        padding: 0;
        width: 0.6rem;
    }
    .nav-href{
        width: 6.4rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .28rem;
        justify-content: space-between;
        padding-left: 0.4rem;
    }
    .nav-dl{
        width: 6.4rem;
        position: relative;
        margin:0 auto;
        border-radius: 0;
        padding:0;
    }
    .nav-dl dd{
        font-size: 0.28rem;
        height: auto;
        line-height: 1rem;
    }
    .arrowmobile{
        width: 0.25rem;
        margin:0 0.5rem;
    }
}