/* 头部导航 */
body,html{
    min-width: 1280px !important;
    overflow-x: auto;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.header-light .container .nav-btn a,.header-light .container .vz-font{
    color: #161616;
}

.mid-content{
    width: 1200px;
    margin: 0 auto;
}

.hh-nav {
    width: 100%;
    height: 60px;
    color: #fff; 
    transition: all .4s;
}

.hh-nav.blur {
    color: #000!important;
    background-color: hsla(0,0%,100%,.8);
}

.hh-nav.blur .nav-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 50px rgba(0,0,0,.05);
    /* background: hsla(0,0%,100%,.5); */

    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.hh-nav.blur .nav-bg-gap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    z-index: -1;
    display: block;
    background-color: #fff;
}
.logo {
    width: 156px;
    height: 60px;
    overflow: hidden;
}
.hh-nav .logo {
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.hh-nav a {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.hh-nav .logo img {
    width: 40px;
    height: 40px;
    margin-right: -3px;
}
.logo-img, .hh-nav .logo img {
    width: 100%!important;
    height: 100%!important;
}
.hh-nav .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 0;
    /* 2024/01/16 */
    /* width: 940px; */
    /* 2024/01/16 */
    height: 100%;
}
.hh-nav .left {
    display: flex;
    align-items: center;
}
.hh-nav .container .left {
    height: 100%;
    /* 2024/01/16 */
    margin-right: 40px;
    /* 2024/01/16 */
}
.hh-nav .nav-list {
    display: flex;
}
.hh-nav .container .left .nav-list {
    height: 100%;
    align-items: center;
}
.hh-nav .nav-btn {
    background: transparent;
    line-height: 60px;
    height: 60px;
    margin-right: 40px;
    color: inherit;
    position: relative;
    box-sizing: border-box;
}
.hh-nav .container .left .nav-list .nav-btn {
    height: 100%;
    line-height: 58px;
    font-weight: 400!important;
    margin-right: 28px!important;
    flex-shrink: 0;
}
.hh-nav a {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.nav-btn>a {
    display: flex!important;
}
.hh-nav .nav-btn a, .hh-nav button a {
    cursor: pointer;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}
.hh-nav .nav-btn>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 2px;
    background-color: #3a89fe;
    border-radius: 2px 2px 0 0;
    transition: width .3s;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}


.hh-nav .left {
    display: flex;
    align-items: center;
}
.hh-nav .container .left {
    height: 100%;
}
.nav-open-tab {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: #f1f2f5 !important;
    box-shadow: 0 20px 60px 0 rgb(0 51 119 / 6%);
}
.open-app-box{
    width: 100%;
    position: relative;
}
.open-app-box::after{
    position: absolute;
    content: "";
    top: -10px;
    width: 100%;
    height: 20px;
    background: transparent;
}
.nav-open-app ._open-app .open-app-box .sub-left {
    padding: 0 20px 0 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,108,255,.1);
}



._open-app .sub-left{
    width: 35%;
    height: 300px;
    box-sizing: border-box;
    background: url(../image/drop-bg.png) right bottom no-repeat #fff;
    background-size: 100%;

}
._open-app .sub-left .leftBox {
    width: 30%;
    height: 100%;
    margin-left: 40%;
}
._open-app .sub-left .leftBox>h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #202124;
    line-height: 18px;
    margin-bottom: 8px;
}
._open-app .sub-left .leftBox>div {
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #495770;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 172px;
}
._open-app .sub-left .leftBox>.knowMore {
    position: relative;
    color: #016cff;
    cursor: pointer;
}
._open-app .sub-left .leftBox>.knowMore::after{
    content: "";
    position: absolute;
    top: 5px;
    right: -18px;
    width: 8px;
    height: 12px;
    background: url(../image/arrow-r-b.png) no-repeat;
}
.nav-open-app ._open-app .open-app-box .sub-right .item.first {
    width: 540px;
    flex-shrink: 0;
}
.nav-open-app ._open-app .open-app-box .right .product-title {
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #7a8799;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 12px;
}
.nav-open-app ._open-app .open-app-box .right .item.first .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav-open-app ._open-app .open-app-box .right .item .list-item {
    display: flex;
    align-items: center;
    width: 260px;
    height: 80px;
    border-radius: 8px;
    padding-left: 17px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #202124;
    line-height: 16px;
    position: relative;
    overflow: hidden;
}
.nav-open-app ._open-app .open-app-box .right .item.first .list .list-item {
    padding: 18px 16px;
    transition: background-color .2s;
    background-color: rgba(0,108,255,0);
    display: block;
    border-radius: 6px;
}
.nav-open-app._open-app .open-app-box .right .item .list-item .itemContent {
    position: absolute;
    /* 01/16 */
    /* z-index: 99; */
    /* 01/16 */
}
.nav-open-app ._open-app .open-app-box .right .item .list-item .oneLine {
    display: flex;
    align-items: center;
}
.nav-open-app ._open-app .open-app-box .right .item .list-item .oneLine>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.nav-open-app ._open-app .open-app-box .right .item .list-item .itemBg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    opacity: 0;
    transition: all .8s;
}
.hh-nav .right {
    display: flex;
    cursor: pointer;
}
.hh-nav .phone {
    display: flex;
    align-items: center;
    line-height: 60px;
    font-size: 24px;
    /* margin-right: 12px; */
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hh-nav .phone .vz-font, .hh-nav .phone>i {
    font-size: 20px!important;
    margin-right: 0;
    white-space: nowrap;
}
.hh-nav .phone i {
    margin-right: 10px!important;

}
.icondianhua:before {
    content: "";
    
}
.icondianhua img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.vz-font {
    font-family: TG-TYPE-Bold;
}
.hh-nav .phone .vz-font, .hh-nav .phone>i {
    font-size: 20px!important;
    margin-right: 0;
    white-space: nowrap;
}


/* 底部版权 */
.footer {
    color: #fff;
    background: #040b1f;
}
.hh-footer {
    border-top: 1px solid #f6f7f8;
    border-bottom: 1px solid #f6f7f8;
    /* padding: 0 0 22px; */
    border-color: hsla(0,0%,100%,.05);
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 0 0 22px;
    border-color: hsla(0,0%,100%,.05);
}

.footer-title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

.menuBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #202124;
}

.menu {
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

    .menu > div, .menu {
        display: flex;
        align-items: center;
    }

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-img {
    width: 32px;
    height: 32px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /* transform: scale(.4714); */
}

.menu-text {
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #bbb;
    line-height: 16px;
    text-align: center;text-decoration-style

    margin-top: 18px;
}

.menu > div > img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: block;
}

.menu > span {
    display: block;
    width: 1px;
    height: 36px;
    background: linear-gradient(1turn,hsla(0,0%,100%,0),#fff 49%,hsla(0,0%,100%,0));
    border-radius: 7px;
    opacity: .2;
}

.footer_characteristic_text {
    display: block;
}

    .footer_characteristic_text span {
        margin-top: 16px;
        font-size: 18px;
        color: #fff;
        display: block;
    }
.foot-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 162px;
    box-sizing: border-box;
}

    .foot-container::after {
        content: "";
        position: absolute;
        bottom: 36px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #202124;
    }
.foot-left {
    /* flex: 1; */
    overflow: hidden;
}
.link-list {
    display: flex;
}
.row {
    flex-shrink: 0;
    /* margin-right: 125px; */
    
}
.row:last-child {
    margin-right: 0;
}
.icon-box {
    display: flex;
    align-items: center;
    font-size: 26px;
    margin-bottom: 64px;
}
.icon-box>img {
    width: 40px;
    height: 40px;
    margin-right: 4px;
}
.code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(223,225,229,.6);
    line-height: 14px;
}
.code {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}
.row p {
    /* height: 14px; */
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 14px;
    margin-bottom: 32px;
}
.row-title {
    padding-top: 10px;
}
.row a {
    color: #60646b;
    margin-bottom: 16px;
    display: block;
    color: hsla(0,0%,100%,.6);
    transition: color .3s;
    cursor: pointer;
}

.row a:hover {
    color: hsla(0,0%,100%,1); 
}
.last:not(:last-child) {
    margin-bottom: 30px;
}
.last:first-child {
    padding-top: 6px;
}
.last>div {
    font-size: 14px;
    font-weight: 500;
    color: hsla(0,0%,100%,.6);
    line-height: 14px;
    margin-bottom: 12px;
}
.last .phone {
    height: 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: D-DINExp-Bold,D-DINExp;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
}
.last p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    margin-bottom: 0;
}
.links {
    width: 100%;
    margin: 18px 0;
    display: flex;
    align-items: flex-start;
}
.links div {
    width: 48px;
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 27px;
}
.links ul {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}
.links ul li {
    margin-right: 28px;
    cursor: pointer;
    transition: color .3s;
}
.links ul li a {
    color: hsla(0,0%,100%,.6);
    transition: color .3s;
}
.links ul li a:hover {
    color: hsla(0,0%,100%,1);
    transition: color .3s;
}
._copyright {
    font-size: 12px;
    font-weight: 500;
    color: hsla(0,0%,100%,.6);
    line-height: 12px;
    margin-top: 32px;
    text-align: center;
    padding-top: 10px;
}

.hh-aside {
    position: fixed;
    z-index: 210;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 40%;
}
.clue-avatar {
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.clue-avatar-border {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation: breathe-data-v-92434a0a 1s linear infinite;
    animation: breathe-data-v-92434a0a 1s linear infinite;
}
.clue-avatar-border, .clue-avatar-img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
}
.clue-avatar-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: breathe-img-data-v-92434a0a 1s linear infinite;
    animation: breathe-img-data-v-92434a0a 1s linear infinite;
}
.clue-avatar-text {
    position: relative;
    width: 68px;
    height: 26px;
    margin-top: -12px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(315deg,#00a5ff,#006cff);
    box-shadow: 0 30px 50px 0 rgba(76,89,141,.06);
    border-radius: 6px;
}
.clue-avatar:after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    content: "";
    width: 72px;
    height: 72px;
    background: url(../image/border-1.png) no-repeat;
    background-size: 100%;
}
.buttonBox {
    position: relative;
    background-image: linear-gradient(135deg,#006cff,#0af);
    outline: none;
    /* overflow: hidden; */
    box-shadow: 0 14px 30px rgba(178,100,100,.15);
    border-radius: 8px;
    transition: height .5s;
}
.buttonBox:before {
    --size: 20px;
    opacity: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side,rgba(0,255,248,.37647),transparent);
    transform: translate(-50%,-50%);
    transition: all .3s ease,left 0s,top 0s;
}
.aside-item {
    position: relative;
    width: 70px;
    height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.aside-item.top {
    border-radius: 4px 4px 0 0;
}
.aside-item:not(:last-child) {
    border-bottom: 1px solid rgba(32,33,36,.2);
}
.aside-item button {
    background: transparent;
    padding: 0;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.aside-item .iconfont {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
}
.aside-item .iconfont img{
    display: inline-block;
}

.iconweixinzixun img, .iconbianzu9 img {
    width: 22px;
    height: 22px;
}
.com img {
    width: 18px;
    height: 18px;
}
.aside-item.bor, .aside-item.goTop {
    border-radius: 0 0 4px 4px;
}
.aside-item.goTop {
    height: 38px;
    display: none;
    text-align: center;
}
.aside-item button {
    background: transparent;
    padding: 0;
    font-size: 14px;
}
.aside-item.goTop i {
    margin-bottom: 0;
}

.market-nav{
    border-bottom: 2px solid #016cff;
}
.header-white .market-nav{
    border-bottom: 2px solid #fff;
}
.header-light .market-nav .nav-text{
    color: #016cff !important;
}
.hh-nav .clicked-color a{
    color: #016cff ;
}
.sub-right{
    /* 2024/01/16 */
    padding: 0 60px;
    /* 2024/01/16 */
    height: 300px;
    box-sizing: border-box;
    width: 65%;
}
.sub-right .list{
    height: 300px;
}
.sub-right .list li{
    width: 23.5%;
    margin-right: 2%;
}
.sub-right .list li:nth-child(4n){
    margin-right: 0;
}
.sub-right .itemContent{
    display: inline-block;
}
.sub-right .oneLine{
    padding: 0 30px;
    border-radius: 8px;
    height: 60px;
    box-sizing: border-box;
}
/* 2024/01/16 start */
.sub-right .oneLine:hover{
    background: url(../image/product-item-bg.png) no-repeat;
}
/* .sub-right .oneLine:hover img{
    content: url(../image/icon-1_2.png);
} */
.sub-right .solution-hover1:hover img {
    content: url(../image/other/so-icon1_2.png);
}

.sub-right .solution-hover2:hover img {
    content: url(../image/other/so-icon2_2.png);
}

.sub-right .solution-hover3:hover img {
    content: url(../image/other/so-icon3_2.png);
}

.sub-right .solution-hover4:hover img {
    content: url(../image/other/so-icon4_2.png);
}

.sub-right .solution-hover5:hover img {
    content: url(../image/other/so-icon5_2.png);
}

.sub-right .solution-hover6:hover img {
    content: url(../image/other/so-icon6_2.png);
}

.sub-right .solution-hover7:hover img {
    content: url(../image/other/so-icon7_2.png);
}

.sub-right .solution-hover8:hover img {
    content: url(../image/other/so-icon8_2.png);
}

.sub-right .solution-hover9:hover img {
    content: url(../image/other/so-icon9_2.png);
}

.sub-right .solution-hover10:hover img {
    content: url(../image/other/so-icon10_2.png);
}

.sub-right .solution-hover11:hover img {
    content: url(../image/other/so-icon11_2.png);
}

.sub-right .solution-hover12:hover img {
    content: url(../image/other/so-icon12_2.png);
}
/* 2024/01/16 end */
.sub-right .oneLine:hover div{
    color: #016cff !important;
}
.sub-right .oneLine div{
    color: #1a1a1a !important;
    margin-left: 10px;
}
.nav-open-app{
    position: relative;
}
.sub-nav-box{
    position: absolute;
    width: 200px;
    left: -68px;
    top: 60px;
    background: #f1f2f5;

}
.sub-nav-ul{
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px;
}
.sub-nav-ul::after{
    position: absolute;
    content: "";
    top: -10px;
    width: 100%;
    height: 20px;
    background: transparent;
}
.sub-nav-ul li:not(:last-child){
    margin-bottom: 15px;
}
.sub-nav-ul li .sub-nav-text{
    color: #37383a;
}
.sub-nav-ul li:hover a{
    color: #006cff !important;
}

@media (max-width:1440px){
    .mid-content{
        width: 1000px;
    };
    .hh-nav .right{
        display: block;
    }
    /* 2024/01/16 start */
    .hh-nav .right .phone{
        /* display: flex;
        flex-direction: column;
        align-items: flex-end; */
        position: relative;
    }
   /* .vz-font{
        position: absolute;
        top: 59px;
        right: 0;
        display: none;
        line-height: 40px;
        background: #fff;
        color: #161616 !important;
        border-radius: 6px;
        padding: 0 20px;
        box-shadow: 0 0 10px #e5e5e5;
    }*/
    .hh-nav .container .left .nav-list .nav-btn{
        margin-right: 20px !important;
    }
    .hh-nav .logo{
        margin-right: 35px;
    }
    .hh-nav .phone{
        margin-right: 0;
    }
    /* 2024/01/16 end */
    /*.hh-nav .phone:hover .vz-font{
        display: block;
    }*/
    .sub-right{
        padding: 0 40px;
    }
    .sub-right .oneLine{
        padding: 0 20px;
    }
    .sub-right .oneLine div{
        font-size: 14px !important;
    }
    /*.menu{
        padding: 0 20px 30px;
    }*/
    .menu-text{
        font-size: 14px;
    }
   /* .foot-container{
        padding: 30px 20px;
    }*/
}
@media (max-width:1280px){
    .sub-right .list li{
        width: 32%;
        margin-right: 2%;
    }
    .sub-right .list li:nth-child(3n){
        margin-right: 0;
    }
    .sub-right .list li:nth-child(4n){
        margin-right: 2%;
    }
}
.title{
    color: #fafafa;
}
/* 侧边新加 */
.sidebar-my-hover {
    position: absolute;
    top: 0;
    right: 60px;
    /* height: 80px; */
    z-index: 9999;
    display: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sidebar-my-hover-box {
    width: 232px;
    height: 100%;
    background: linear-gradient(135deg,#006cff,#0af);
    border-radius: 6px;
    margin-right: 26px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.sidebar-my-hover span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}
.sidebar-my-hover span {
    display: block;
}
.sidebar-my-hover .time-text {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.sidebar-my-hover .time {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.aside-item .v-consult-btn:hover .sidebar-my-hover {
    display: block;
}