@import url("animate.css"); 
* {user-select: none; }
#app{position: relative;}
.clearfix:after {
    content:"";
    visibility:hidden;
    clear: both;
    display:block;
    height:0;
}

:root {
    --vi-color: #cf261c;
    --vi-subcolor: #132842;
    --header-height: 64px;
    --header-line-height: 64px;
    --white-color:#ffffff;
}

html {
    font-size: 20px;
}

@media(max-width: 1920px) {
    html {
        font-size:16px;
    }
}

@media(max-width: 1440px) {
    html {
        font-size:14px;
    }
}

@media(max-width: 1200px) {
    html {
        font-size:10px;
    }
}

/*--font-face--*/
@font-face {
    font-family: "DIN_Medium";
    src: url('../font/DIN_Medium.eot');
    src: url('../font/DIN_Medium.eot?#iefix') format('embedded-opentype'), url('../font/DIN_Medium.ttf') format('truetype'), url("../font/DIN_Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*--end font-face--*/
/*--public--*/
.wrapper {
    margin: 0 auto;
    max-width: 1400px;
}
.contact-container{display:flex;justify-content: space-between;}
.map-wrapper{display:flex;flex-basis: 50%;flex-direction: column;}
.contact-container .contact-box{flex-basis: 50%;margin-bottom: 100px;}
#allmap,#allmap1{flex-basis: 50%;margin-bottom: 40px;}
.contact-container .contact-box p{text-align:justify;font-size:20px;line-height: 46px;}
.contact-container .contact-box h6{font-size: 36px;font-weight: 600;}
@media(max-width: 1200px) {
    #app {
        /* padding:6.25rem 0; */
        overflow: hidden;
    }

    .wrapper {
        width: 100%;
    }
}

/*--end public--*/
/*--mheader--*/
/* .mask{display:none;position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);} */
.mheader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 0 1.25rem;
    width: 100%;
    height: 6.25rem;
    background: #fff;
    border-bottom: #e5e5e5 solid 1px;
}

.mheader .home-inner {
    position: relative;
    height: 6.25rem;
    line-height: 6.25rem;
    overflow: hidden;
}

.mheader .home-inner .logo {
    float: left;
    width: 16rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
}

.mheader .home-inner .nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.25rem;
    height: 100%;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.mheader .home-inner .nav-btn i {
    font-size: 1.875rem;
    color: #999;
}

.mheader .home-inner .nav-btn i.icon-menu {
    display: block;
}

.mheader .home-inner .nav-btn i.icon-close {
    display: none;
}

.mheader .home-inner .nav-btn.active i.icon-menu {
    display: none;
}

.mheader .home-inner .nav-btn.active i.icon-close {
    display: block;
}

.mheader .inpage-inner {
    position: relative;
    height: 6.25rem;
    line-height: 6.25rem;
    overflow: hidden;
}

.mheader .inpage-inner .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.25rem;
    height: 100%;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.mheader .inpage-inner .back i {
    font-size: 1.875rem;
    color: #999;
}

.mheader .inpage-inner .tit {
    text-align: center;
    font-size: 1.875rem;
    color: #333;
}

.mheader .inpage-inner .nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.25rem;
    height: 100%;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.mheader .inpage-inner .nav-btn i {
    font-size: 1.875rem;
    color: #999;
}

.mheader .inpage-inner .nav-btn i.icon-menu {
    display: block;
}

.mheader .inpage-inner .nav-btn i.icon-close {
    display: none;
}

.mheader .inpage-inner .nav-btn.active i.icon-menu {
    display: none;
}

.mheader .inpage-inner .nav-btn.active i.icon-close {
    display: block;
}

.mheader .siderNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.25rem);
    overflow-y: auto;
    background: #fff;
}

.mheader .siderNav li {
    overflow: hidden;
    border-top: #e8e8e8 solid 1px;
}

.mheader .siderNav li>a {
    display: block;
    padding: 1.625rem 2.5rem;
    font-size: 1.75rem;
    color: #333;
}

.mheader .siderNav li>a:before {
    display: block;
    float: right;
    font-family: "iconfont";
    content: "\e694";
    transition: all .5s;
}

.mheader .siderNav li .drop {
    display: none;
    padding: 1.25rem 2.5rem;
    overflow: hidden;
    background: #f5f5f5;
    border-top: #e8e8e8 solid 1px;
}

.mheader .siderNav li .drop a {
    display: block;
    padding: 1.25rem 0;
    font-size: 1.75rem;
    color: #666;
}

.mheader .siderNav li.active>a:before {
    color: var(--vi-color);
    transform: rotate(90deg);
}

@media(max-width: 992px) {
    .mheader {
        display:block;
    }
}
@media(max-width:765px) {
    .mheader {
        margin-top: 6.25rem;
    }
}

/*--end mheader--*/
/*--footer-m--*/
.footer-m {
    display: none;
    padding: 3.75rem 1.25rem;
    text-align: center;
    overflow: hidden;
    background: #f2f5f7;
}

.footer-m .infos {
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.footer-m .infos:before,.footer-m .infos:after {
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    content: "";
    background: #ccc;
}

.footer-m .infos:before {
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.1;
}

.footer-m .infos:after {
    z-index: 2;
    left: 50%;
    width: 1.875rem;
    transform: translateX(-50%);
}

.footer-m .infos span {
    display: block;
    font-size: 1.25rem;
    color: #999;
}

.footer-m .infos em {
    display: block;
    font-family: "DIN_Medium";
    font-size: 1.75rem;
    color: var(--vi-color);
}

.footer-m .infos h3 {
    margin-top: 0.5rem;
    font-size: 1.75rem;
    color: #fff;
}

.footer-m .copyright {
    padding-top: 2rem;
    overflow: hidden;
}

.footer-m .copyright p {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #666;
}

.footer-m .copyright p span {
    display: inline-block;
    margin: 0 0.5rem;
}

.footer-m .copyright p a {
    color: #666;
}

@media(max-width: 992px) {
    .footer-m {
        display:block;
    }
}

/*--end footer-m--*/
/*--serverBar--*/
.serverBar {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.serverBar li {
    position: relative;
    margin-bottom: 10px;
}

.serverBar li a {
    display: block;
    padding: 5px;
    width: 50px;
    height: auto;
    text-align: center;
    color: #666 !important;
    background: #fff;
    border: #f0f0f0 solid 1px;
}

.serverBar li a>i {
    display: block;
    font-size: 18px;
}
.serverBar li a>i.iconfontimg{text-align: center;}
.serverBar li>a:hover i.iconfontimg img.normal{display:none;}
.serverBar li>a:hover i.iconfontimg img.hover{display:inline-block;width:24px;}
.serverBar li a>i.iconfontimg img.normal{display:inline-block;width:24px;}
.serverBar li a>i.iconfontimg img.hover{display:none;}
.serverBar li a>span {
    display: block;
    font-size: 14px;
}

.serverBar li:hover a {
    color: #fff !important;
    background: var(--vi-color);
    border-color: rgba(255,255,255,0.1);
}

.serverBar li .infos {
    display: none;
    position: absolute;
    right: 48px;
    padding: 10px;
    background: #fff;
    border: #f0f0f0 solid 1px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
    min-width: 120px;
}

.serverBar li .tel {
    top: 0;
}

.serverBar li .tel dt {
    padding-bottom: 6px;
    font-size: 14px;
    color: #666;
    border-bottom: #f0f0f0 solid 1px;
}

.serverBar li .tel dd {
    padding-top: 6px;
    font-size: 20px;
    font-family: "DIN_Medium";
    color: var(--vi-color);
    white-space: nowrap;
}
.serverBar li .tel dd a{font-size:14px;width: auto;}
.serverBar li .QRcode {
    bottom: 0;
    overflow: hidden;
}

.serverBar li .QRcode .item {
    overflow: hidden;
}

.serverBar li .QRcode .item i {
    display: block;
    width: 100px;
}

.serverBar li .QRcode .item img {
    display: block;
    width: 100%;
}

.serverBar li .QRcode .item p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.serverBar li:hover .infos {
    display: block;
}

@media(max-width: 1200px) {
    .serverBar {
        display:none !important;
    }
}

/*--end serverBar--*/
/*--affixMenu--*/
.affixMenu {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.affixMenu ul {
    display: flex;
}

.affixMenu li {
    position: relative;
    flex: none;
    text-align: center;
}

.affixMenu li:nth-child(1),.affixMenu li:nth-child(2),.affixMenu li:nth-child(3) {
    width: 19%;
}

.affixMenu li:nth-child(4) {
    width: 27%;
    background: var(--vi-color);
}

.affixMenu li:nth-child(5) {
    width: 16%;
    background: #212121;
}

.affixMenu li a {
    display: block;
    padding: 1rem 0;
    height: 6.25rem;
    border-right: rgba(0,0,0,0.1) solid 1px;
}

.affixMenu li:last-child a {
    border-right: none;
}

.affixMenu li i {
    font-size: 1.75rem;
    color: #999;
}

.affixMenu li span {
    display: block;
    margin-top: 0.3125rem;
    font-size: 1.5rem;
    color: #666;
    line-height: 1;
}

.affixMenu li:nth-child(4) i,.affixMenu li:nth-child(5) i {
    color: #fff;
}

.affixMenu li:nth-child(4) span,.affixMenu li:nth-child(5) span {
    color: #fff;
}

.affixMenu li:nth-child(4) a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.affixMenu li:nth-child(4) span {
    margin-top: 0;
    margin-left: 0.3125rem;
}

@media(max-width: 1200px) {
    .affixMenu {
        display:block;
        display: none;
    }
}

.header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: var(--header-height);
    background: transparent;
    width: 100%;
    line-height: var(--header-line-height);
}
.header.hover,.header.active{background-color:#ffffff;transition:background-color .3s ease-out}
.product-app .header{position:relative}
.header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    font-weight: 600;
}
.header .logoBox {
    display: flex;
    align-items: center;
    width: auto;
    height: 75px;
}
.header .header-menu{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header .logoBox .logo {
    width: auto;
    height: 100%;
}
.header .logoBox .logo img{display:block;height: 100%;padding: 6px 0px;}
.header .logoBox .logo img.color-logo{display:none;}
.header.hover .logoBox .logo img,.header.active .logoBox .logo img{display:none;}
.header.hover .logoBox .logo img.color-logo,.header.active .logoBox .logo img.color-logo{display:block;}
.product-app .header .logoBox .logo img{
    display:none;
}
.product-app .header .logoBox .logo .color-logo{
    display: block;
    filter: brightness(1);
}
.header .logoBox .slogan {
    overflow: hidden;
}

.header .logoBox .slogan p {
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
}

.header .header-right {
    display: flex;
    align-items: center;
    height: inherit;
    position: relative;
    z-index: 2;
}
.header .header-right .search-btn{
    display: flex;
    align-items: center;
}
.search-btn a{display: inline-block;cursor: pointer;transition:.2s all;background-image: url(../images/Common/ico-search-hover.png);width: 20px;height: 20px;background-size: cover;}
.search-btn a img{display:none;}
.header.hover .search-btn a,.header.active .search-btn a,.product-app .header .search-btn a{background-image: url(../images/Common/ico-search.png);}
.search-btn a:hover{transform:scale(1.3);}
.header .header-right .nav {
    margin-right: 40px;
}

#header .header-wrap .header-navbar li.nav-left-item {
    float: left;
    list-style: none;
    font-size: 16px;
    color: #ffffff;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    padding: 0px 15px;
    box-sizing: border-box;
}
#header .header-wrap .header-navbar li.nav-left-item>a{color:#fff;}
.product-app #header .header-wrap .header-navbar li.nav-left-item>a{color: #333;}
.product-app #header .header-wrap .header-navbar li.nav-left-item{
    color: #333;
}
.header .search-div{display: none;}
.header .search-div img{width:16px;height:16px;}
.header .search-div.after-click{display:flex;position: absolute;left: 0;top: 0;width: 100%;justify-content: center;align-items: center;height: 100%;}
.header .search-div .search-input-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 50px;
}
.header .search-div .search-input-container input#headerSerachInput{
    border: none;
    padding: 0 15px;
    line-height: 34px;
    min-width: 450px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}
.header .search-div .search-input-container span.clear{
    position: absolute;
    top: 20px;
    right: 0;
    transform: scale(1.2,1);
    font-size: 20px;
    cursor: pointer;
    color: #333;
    }
.header .search-div .search-input-container button[type="submit"]{
    border: none;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 10px;
    background-color: #cf261c;
    color: #ffffff;
}
.mask-layer{position: fixed;top: 64px;left: 0;right: 0;width: 100%;height: 100%;z-index: 998;background: rgba(0,0,0,0.4)}
#header .header-wrap .header-navbar li.nav-left-item .nav-box {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: var(--header-height);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#header .header-wrap .header-navbar:hover li.nav-left-item:not(.lang) .nav-box {
    display: block !important;
}

#header .header-wrap li.nav-left-item.lang span {
    display: inline-block;
    /* line-height: 78px;
    height: 78px; */
}

#header .header-wrap .header-navbar li.nav-left-item.active .nav-box {
    background-color: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
    z-index: 10001;
    transition:background-color,opacity .3s ease-out;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask {
    text-align: left;
    box-sizing: border-box;
    padding: 0px 0px 15px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    z-index: 99999;
    border-top: 1px solid #eaeaea;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content p{
    line-height: 30px;
    margin-bottom: 15px;
    font-size:16px
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content p:last-child{margin-bottom:0}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content p img{max-width: 100%;width: auto !important;display: inline-block;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content h3{
    height: auto;
    line-height: 30px;
    margin-bottom: 30px;
    width: auto;
    border: none;
    border-radius: 0;
    text-align: left;
    display: none;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content .img{float:left;width: 40%;max-height: 255px;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .page-content .txt{float:right;width: calc(100% - 40% - 30px);}
/* #header .header-wrap .header-navbar li.nav-left-item .nav-box .mask:not(.product-mask){
      min-height: 420px;
    }
    #header .header-wrap .header-navbar li.nav-left-item .nav-box .mask:not(.product-mask) .wrap1310.clearfix{
      min-height: 400px;
    } */
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.product-mask {
    max-height: 730px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.support-mask .support-line-box {
    /* height:700px; */
    min-height: 400px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.solution-mask {
    transition: height 0.3s ease;
    /* padding-bottom: 85px; */
    /* min-height:760px; */
    /* max-height: 800px; */
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-line-box {
    /* border-bottom: 1px solid #EAEAEA; */
    position: relative;
    /* overflow: hidden; */
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul {
    border-top: 1px solid #EAEAEA;
    padding: 15px 15px 15px 0px;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul li {
    float: left;
    margin-right: 80px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul li:nth-of-type(n+5) {
    display: none;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul li>div {
    height: 46px;
    overflow: hidden;
    line-height: 46px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul li a {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .more:not(dd) {
    display: none;
    cursor: pointer;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.solution-mask .more.solution-more {
    bottom: -65px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .wrap1310 {
    position: relative;
}
.nav-box.pc-box .product-software-hardware-tab>.item{color:#333333;font-size: 26px;font-weight: 700;line-height: 80px;}
/* #header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .wrap1310:nth-of-type(1) {
      min-height: 380px;
    }
    #header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.open-mask .wrap1310:nth-of-type(1) {
      min-height: 400px;
    } */
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .wrap1310 .clear-mask {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 30px;
    font-size: 24px;
    transform: scaleX(1.25);
    z-index: 10000;
    color: #333;
    line-height: 1;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul {
    width: 100%;
    position: relative;
    z-index: 9999;
}
.navid-5 .box-ul{
    padding-bottom: 220px !important;
}
.navid-12 .box-ul{
    padding-bottom: 80px !important;
}
.navid-8 .box-ul{
    padding-bottom: 80px !important;
}
.navid-1 .box-ul{
    padding-bottom: 150px !important;
}
.navid-2 .box-ul{
    padding-bottom: 360px !important;
}
.navid-1 .box-ul .page-content .clearfix{display:flex;justify-content: space-between;}
.navid-1 .box-ul .page-content .clearfix .img{display:flex;align-items:center;}
.navid-1 .box-ul .page-content .clearfix .img img{height: 100%;}
.navid-1 .box-ul .page-content .clearfix:before,.navid-1 .box-ul .page-content .clearfix:after{display:none}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li a {
    color: #333;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li {
    color: #000000;
    letter-spacing: 0;
    width: 100%;
}
.nav-box .mask .box-ul>li{margin-left:-15px;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask:not(.solution-mask) .box-ul>li:nth-of-type(n+11) {
    display: none;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask.solution-mask .box-ul>li:nth-of-type(n+17) {
    display: none;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .img-div {
    float: left;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.title {
    font-weight: bold;
    font-size: 26px;
    margin-left: 0;
    line-height: 60px;
    height: 60px;
    margin-top: -40px;
    position: relative;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.title a {
    position: relative;
    font-size: 26px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.title a::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: black;
    left: 0px;
    bottom: 10px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.title a {
    width: auto;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li > p {
    height: 40px;
    width: 12%;
    float: left;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-right: 1%;
    overflow: hidden;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.active > p {
    background-color: rgb(219 219 219);
    font-weight: bold;
    position: relative;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.active > p::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 20px;
    background: center / contain no-repeat url('../images/Common/right_arrow.png');
    width: 6px;
    height: 40px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl {
    position: absolute;
    width: 87%;
    left: 28.8%;
    top: 60px;
    z-index: 9999;
    display: none;
    height: 100%;
}

#header:not(.global-header) .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl {
    left: 13%;
    box-sizing: border-box;
    padding-left: 1%;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.active .second-dl {
    display: block;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl dl {
    transition: opacity 0.6s linear;
    opacity: 0;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.active .second-dl dl {
    opacity: 1;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl.short {
    width: 100%;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl.length {
    width: 55%;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.solve-dd:nth-of-type(n + 6) {
    display: none;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.solve-dd li {
    width: 100%;
    padding: 20px 20px 20px 0px;
    box-sizing: border-box;
    margin-left: 0px;
    height: 102px;
    max-height: 102px;
    overflow: hidden;
    cursor: pointer;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.solve-dd li div.img-div {
    width: 20% !important;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd.solve-dd {
    height: auto;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li.boxli.active {
    background-color: rgba(219, 219, 219, 0.8);
}
.product-nav-detail-box{
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-right: -10px;
}
.second-dl>.nav-detail-box .product-nav-detail-box{
    margin-right: -20px;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li.product-dd-li .product-nav-detail-box li {
    height: auto;
    width: calc(100%/4 - 20px);
    float: left;
    margin-right: 10px;
    margin-bottom: 24px;
    margin-left: 10px;
    box-sizing: border-box;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li a.fis-a {
    display: block;
    width: 13.5%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 1%;
    font-size: 14px;
    color: #000000;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li.active a.fis-a {
    background-color: rgba(219, 219, 219, 0.8);
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li.product-dd-li .nav-detail-box {
    display: none;
}
#header .page-content.img-24 .img img{visibility:hidden;}
#header .page-content.img-24 .img{background-image: url(../images/Common/20240130100415.jpg);}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li.product-dd-li.active .nav-detail-box {
    display: block;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd>li div.img-div {
    min-width: 106px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li div.img-div {
    width: 100%;
    height: auto;
    position: relative;
    left: -20px;
    max-height: 206px;
    overflow: hidden;
    border-radius: 8px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li div.img-div img {
    width: 100%;
    height: 100%;
    border-radius:8px;
}


#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li div.content-div {
    margin-left: 0%;
    overflow: hidden;
    text-indent: 0px;
    padding-top: 15px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li div.content-div p:not(.title) {
    word-break: break-word;
    line-height: 22px;
    max-height: 52px;
    /* height: 48px; */
    font-size: 13px;
    position: relative;
    top: 0px;
    width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl > dl dd.nav-dd li div.content-div p.title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 26px;
    top: -5px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box {
    position: absolute;
    padding-left: 15px;
    box-sizing: border-box;
    top: 0px;
    right: 0;
    max-height: 590px;
    width: 55%;
    padding-bottom: 20px;
    background-color: #fff;
    cursor: default;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .product-dd-li .nav-detail-box.length {
    right: 0%;
    width: 85.5%;
    padding-left: 26px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box.length {
    width: 55%;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length{
    width: 100%;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length>ul>li{
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    float: none;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length>ul>li .img-div{
    width: 170px;
    height: 122px;
    border-radius: 5px;
    overflow: hidden;
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length>ul>li .content-div{
    float: right;
    margin-left: 20px;
    width: calc(100% - 20px - 170px);
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length>ul>li .content-div p.title{line-height: 28px;font-weight: 600;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl>.nav-detail-box.length>ul>li .content-div p.content{line-height: 28px;margin-top: 6px;font-weight: normal;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box.short {
    width: 36%;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box ul li div.img-div {
    float: left;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box ul li div.img-div img {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    object-fit: cover;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box ul li div.content-div {
    margin-left: 6%;
    overflow: hidden;
    text-indent: 0px;
    width: 100%;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box ul li div.content-div p:not(.title) {
    text-indent: 0px;
    font-size: 13px;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .second-dl .nav-detail-box ul li div.content-div p.title {
    font-size: 16px;
}

#header .header-wrap .header-navbar li.nav-left-item .box-ul li.active .second-dl {
    display: block !important;
}

#header .header-wrap .header-navbar li.nav-left-item span {
    display: block;
    line-height: inherit;
    height: inherit;
    box-sizing: border-box;
    position:relative;
}
#header .header-wrap .header-navbar li.nav-left-item span:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:0;border-bottom:3px solid transparent;}
#header.hover .header-wrap .header-navbar li.nav-left-item span{color:#333333;}
#header .header-wrap .header-navbar li.nav-left-item:hover span:after {
    border-bottom: 3px solid #cf261c;
}

/**add -1*/
#header .header-all .nav-left-item .product-hardware-container,#header .header-all .nav-left-item .product-software-container {
    display: none;
    padding-bottom: 0;
}

#header .header-all .nav-left-item .product-hardware-container.active,#header .header-all .nav-left-item .product-software-container.active {
    display: block
}

#header .header-all .nav-left-item .product-software-hardware-tab {
    margin-top: -40px
}

#header .header-all .nav-left-item .product-software-hardware-tab .item {
    display: inline-block;
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    color: #333;
}

#header .header-all .nav-left-item .product-software-hardware-tab .item.active {
    color: #333;
    transition: all .5s
}

#header .header-all .nav-left-item .product-software-hardware-tab .item.active::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: black;
    left: 0;
    bottom: 10px
}

#header .header-all .nav-left-item .product-software-hardware-tab .hardware-tab {
    margin-right: 46px;
    cursor: pointer;
    padding-left: 12px;
}

#header .header-all .nav-left-item .product-software-hardware-tab .software-tab {
    cursor: pointer
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-hardware-container .box-ul li .second-dl {
    top: 0;
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .box-ul li .nav-software-product {
    width: 17%;
    float: none
}

#header .header-all .nav-left-item .product-software-container .sections-detail {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 83%;
    left: 17%;
    top: 0;
    max-height: 560px;
    overflow: auto;
    padding-left: 2.5%
}

#header .header-all .nav-left-item .product-software-container .box-fis-li.active .sections-detail {
    display: flex
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-software-container .sections-detail .info-column {
    flex: 0 0 25%
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-software-container .sections-detail .info-column .section-column {
    padding: 0 32px
}

#header .header-all .nav-left-item .product-software-container .info-column .section {
    line-height: 1;
    padding-bottom: 8px
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-title {
    flex: 0 0 25%;
    padding: 12px 0;
    line-height: 21px;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 16px;
    position: relative
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title a::after {
    content: '';
    position: absolute;
    background: center / contain no-repeat url('../../../etc/clientlibs/it/resources/icons/Right Arrow.png');
    width: 6px;
    height: 46px;
    top: 0;
    right: 0
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title a:hover {
    color: #d0021b;
    text-decoration: underline
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title a:hover::after {
    background-image: url('../../../etc/clientlibs/it/resources/icons/icon-arrow-right-red.png');
    width: 7px
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title.no-link a {
    cursor: default
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title.no-link a:hover {
    color: #333;
    text-decoration: none;
    cursor: default
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title.no-link a::after {
    background-image: none
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-column .section .section-title.no-link a:hover::after {
    background-image: none
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail {
    flex: 0 0 25%;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail .sub-title {
    color: #999;
    font-weight: 700;
    margin-bottom: 10px
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail .sub-item {
    display: inline-block;
    padding-left: 15px;
    position: relative
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail .sub-item::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 7px
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail .sub-item:hover {
    text-decoration: underline;
    color: #d0021b
}

#header .header-wrap .nav-left-item .product-software-container .sections-detail .info-column .section-detail .sub-item:hover::before {
    background-color: #d0021b
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-software-container .sections-detail li {
    margin-left: 0;
    padding-bottom: 9px
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .more .iocns {
    margin-left: 6px;
    vertical-align: baseline
}

#header .header-wrap .header-mobile_back {
    display: none
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .product-ul-box ul li img {
    margin-right: 12px;
    width: 48px;
    height: 48px
}

#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .more {
    line-height: 40px
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .boxli>a.alt-link{position:relative;box-sizing: border-box;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .boxli>a.alt-link:before{
    content:"";
    width:100%;
    height:100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 8px;
    display:block;
    position:absolute;
    transform:scale(1.08)
}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .second-dl>.nav-detail-box .boxli>a.alt-link:before{transform:scale(1.04,1.2)}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .boxli>a.alt-link:after{content:"";clear:both;display:block;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .boxli>a.alt-link:hover:before{border-color:#cf261c;}
#header .header-wrap .header-navbar li.nav-left-item .nav-box .mask .boxli>a.alt-link:hover .content-div p.title{color:#cf261c;}
.header .header-right .btns {
    overflow: hidden;
    padding: 0px 20px;
}

.header .header-right .btns a {
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}
.product-app .header .header-right .btns a{color:#333;}
.header .header-right .btns a.lang {
    padding-left: 24px;
    background: url(../images/Common/icon_lang2.png) no-repeat 0 center;
}
.header.active .header-right .btns a.lang,.header.hover .header-right .btns a.lang,.product-app .header.hover .header-right .btns a.lang{background-image: url(../images/Common/icon_lang2_hover.png)}
.header.hover .header-right .btns a.lang,.header.active .header-right .btns a.lang{color:#333333;}
.product-app .header .header-right .btns a.lang{
    background-image: url(../images/Common/icon_lang2_black.png);
}
.header .header-right .contact-info {
    color: #ffffff;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.product-app .header .header-right .contact-info{
    color:#333;
}
.header .header-right .contact-info i {
    background: url(../images/Common/tel-ico.png) center/cover no-repeat;
    display: inline-block;
    height: 52px;
    width: 52px;
}
#fullpage .header.active .header-right .contact-info i,#fullpage .header.hover .header-right .contact-info i,.product-app .header.hover .header-right .contact-info i{background-image:url(../images/Common/tel-ico-hover.png?20231214101637)}
.product-app .header .header-right .contact-info i{background-image: url(../images/Common/tel-ico-black.png);}
.header .header-right .contact-info .title {
    margin: 0px 8px;
    line-height: 1.5;
}
.header .header-right .contact-info .tel-num{
    line-height: 1.5;
}
.header.active .header-right .contact-info .title,.header.active .header-right .contact-info .tel-num,.header.hover .header-right .contact-info .title,.header.hover .header-right .contact-info .tel-num{color:#333333;}
.header[data-trans="false"] {
    position: relative;
    background: #fff;
}

.header[data-trans="false"] .logoBox .logo img {
    filter: none;
}

.header[data-trans="false"] .logoBox .slogan p {
    color: var(--vi-subcolor);
}

.header[data-trans="false"] .header-right .nav li:after {
    background: var(--vi-color);
}

.header[data-trans="false"] .header-right .nav li>a {
    color: var(--vi-subcolor);
}

.header[data-trans="false"] .header-right .btns a {
    color: #333;
}

.header[data-trans="false"] .header-right .btns a.lang {
    background-image: url(../images/Common/icon_lang.png);
}

.header[data-trans="false"] .header-right .btns a:hover {
    color: var(--vi-color);
}

@media(max-width: 1600px) {
    .header .logoBox .slogan p {
        font-size:16px;
    }

    .header .header-right .nav li {
        font-size: 18px;
    }

    .header .header-right .btns a {
        margin-right: 30px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1280px){
    #header .header-wrap .header-navbar li.nav-left-item:last-child{
        padding-right: 60px;
    }
    .header .header-right .nav{margin-right: 20px;}
    #header .header-wrap .header-navbar li.nav-left-item{font-size:16px;padding-left: 10px;padding-right: 10px;}
}
@media(max-width: 1200px) {
    .header {
        display:none;
    }
}

/*--end header--*/
/*--dropDown--*/
.dropDown {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    min-width: 150px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.dropDown a {
    display: block;
    padding: 5px 15px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}

.dropDown a:before {
    display: inline-block;
    margin-right: 10px;
    content: "-";
}

.dropDown a:hover {
    color: #fff;
    background: var(--vi-color);
}

/*--end dropDown--*/
/*--footer--*/
.footer {
    background: #505050;
    overflow: hidden;
}

.footer .backTop {
    position: relative;
    z-index: 1;
    height: 80px;
}

.footer .backTop:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
}

.footer .backTop a {
    display: block;
    margin: 0 auto;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--vi-color);
    border-radius: 50%;
}

.footer .backTop a i {
    display: block;
    color: #fff;
    font-size: 24px;
}

.footer .backTop a:hover {
    background: var(--vi-subcolor);
}

.ft-inner {
    padding: 70px 0;
    overflow: hidden;
}
.ft-inner .ft-logo{
    width: 160px;
    overflow: hidden;
    float:left
}
.ft-inner .ft-logo img{width:100%;}
.ft-menu {
    float: left;
    width: calc(100% - 150px - 190px);
    padding: 0px 50px 0 150px;
}

.ft-menu dl {
    float: left;
    width: 20%;
}

.ft-menu dt {
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.ft-menu dt a {
    color: var(--white-color);
}

.ft-menu dt a:hover {
    color: var(--white-color);
}

.ft-menu dd {
    padding-top: 12px;
    overflow: hidden;
}

.ft-menu dd a {
    display: block;
    padding-right: 20px;
    line-height: 35px;
    font-size: 16px;
    color: var(--white-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ft-menu dd a:hover {
    color: var(--white-color);
}

.ft-infos {
    float: right;
    width: 150px;
}

.ft-infos .tel {
    overflow: hidden;
}

.ft-infos .tel dl {
    overflow: hidden;
}

.ft-infos .tel dt {
    float: left;
    padding-right: 20px;
    width: 108px;
}

.ft-infos .tel dd span {
    display: block;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 4px;
}

.ft-infos .tel dd em {
    display: block;
    font: 24px / 1.25 "DIN_Medium";
    color: var(--white-color);
}

.ft-infos .QRcode {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.ft-infos .QRcode .item {
    width: 150px;
    text-align: center;
}

.ft-infos .QRcode .item i {
    display: block;
    background: #fff;
}
.ft-infos .QRcode .item span {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: var(--white-color);
    margin-top: 10px;
}
.ft-infos .QRcode .item span img{width: 25px;display: inline-block;filter: brightness(5);}
.ft-infos .file {
    padding-top: 24px;
    text-align: center;
    overflow: hidden;
}
.ft-infos .QRcode .item span a{color: var(--white-color);}
.ft-infos .file li {
    line-height: 35px;
    font-size: 16px;
}

.ft-infos .file li a {
    display: inline-block;
    padding-right: 30px;
    color: var(--vi-subcolor);
    background: url(../images/Common/icon_download.png) no-repeat right center;
}

.ft-infos .file li a:hover {
    color: var(--white-color);
}

.ft-links {
    padding: 24px 0 24px 35px;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/Common/icon_links.png) no-repeat 0 center;
}

.ft-links a {
    display: inline-block;
    font-size: 14px;
    color: #64728d;
    margin-right: 25px;
}

.ft-links a.addlink {
    display: block;
    float: right;
    margin-right: 0;
}

.ft-links a:hover {
    color: var(--white-color);
}

.ft-bottom {
    padding: 20px 0;
    border-top: #737373 solid 1px;
}

.ft-bottom .gotop {
    float: right;
    padding: 5px 0;
}

.ft-bottom .gotop a {
    display: block;
    width: 45px;
    line-height: 43px;
    color: var(--white-color);
    text-align: center;
    cursor: pointer;
    border: var(--white-color) solid 1px;
    border-radius: 50%;
}

.ft-bottom .gotop a:hover {
    color: #fff;
    background: var(--white-color);
    transition: all .5s;
}

.ft-bottom .text ul {text-align: center;}

.ft-bottom .text li {
    position: relative;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
    color: var(--white-color);
    text-align: center;
}

.ft-bottom .text li>a {
    display: inline-block;
    color: var(--white-color);
}

.ft-bottom .text li>a:hover {
    color: var(--white-color);
}

.ft-bottom .text li .drop {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 20px;
    min-width: 150px;
    overflow: hidden;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 5px;
}

.ft-bottom .text li .drop a {
    display: block;
    color: #666;
    white-space: nowrap;
}

.ft-bottom .text li .drop a:before {
    display: inline-block;
    margin-right: 10px;
    content: "-";
}

.ft-bottom .text li .drop a:hover {
    color: var(--white-color);
}

.ft-bottom .text li:hover .drop {
    display: block;
}

@media(max-width: 1200px) {
    .footer {
        display:none;
    }
}