.theader-dropdown {
    *zoom: 1;
    background-color: #fff;
    box-shadow: 0 8px 8px 0 rgb(34 34 34 / 8%);
    box-sizing: border-box;
    display: flex;
    position: relative;
    width: 100%;
    /* height: 500px; */
    height: calc(100vh - 100px);
    max-height: 600px;
}
.theader-dropdown-nav {
    box-sizing: border-box;
    overflow: auto;
    padding-left: 50px;
    padding-right: 24px;
    position: relative;
    width: 216px;
}
.theader-dropdown-left {
    align-items: flex-end;
    background: #f6f9fe url('/static/images/menu/menu_left_bg.jpg') 0% 0% no-repeat;
    background-size: 259px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* max-height: 620px; */
    /* min-height: 300px; */
    min-width: 259px;
    padding: 36px 0 36px 38px;
    overflow-y: scroll;
    -ms-overflow-style:none;
  	overflow:-moz-scrollbars-none
}
.theader-dropdown-left::-webkit-scrollbar{width:0}
.theader-dropdown-nav::-webkit-scrollbar{width:0}
.theader-dropdown-li {
    color: #111;
    cursor: default;
    font: 400 14px/22px PingFangSC-Regular;
    margin-bottom: 24px;
    cursor: pointer;
    
}
.theader-dropdown-li.current {
    color: #2468f2;
}
.theader-dropdown-li span {
    display: inline-block;
    position: relative;
}
.theader-dropdown-li span:after {
    background-color: #2468f2;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 26px;
    transition: width .3s linear;
    width: 0;
}
.theader-dropdown-li.current span:after {
    width: 100%;
}
.theader-dropdown-right {
    /* padding-top: 30px; */
    width: calc(100% - 279px);
    overflow-y: scroll;
    -ms-overflow-style:none;
  	overflow:-moz-scrollbars-none
}
.theader-dropdown-right::-webkit-scrollbar{width:0}
.theader-dropdown-right-san {
    padding: 18px 12px 0px 20px;
    /* display: flex; */
    flex-wrap: wrap;
    float: left;
    width: calc(100% - 260px);
    max-width: 1140px;
    display: none;
}
.theader-dropdown-right-san.on {
    display: flex;
}
.product-item {
    max-width: 270px;
    width: 33%;
    padding: 12px;
    cursor: pointer;
}
.product-item:hover {
    background: #f6f9fe;
}
.product-item-top {
    display: flex;
    align-items: center;
}
.product-item-top img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.product-item-top span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    margin-left: 10px;
}

.product-item-bottom {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
}
.plan-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-top span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    margin: 0px;
}
.plan-top img {
    width: 12px;
    height: 10px;
}
.plan-bottom {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    margin-top: 8px;
}
.plan-san {
    max-width: 100%;
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    /* justify-content: space-between; */
}
.plan-item {
    max-width: 295px;
    width: 295px;
    /* border-bottom: 1px solid rgba(151, 151, 151, 0.15); */
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 70px;
    position: relative;
    cursor: pointer;
}
.bborder {
    width: calc(100% - 24px);
    height: 1px;
    background: rgba(151, 151, 151, 0.15);
    position: absolute;
    left: 12px;
    bottom: 0px;
}
@media screen and (max-width: 1280px) {
    .plan-item {
        margin-right: 45px;
        width: 30%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .plan-item:nth-of-type(3n) {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1360px) {
    .plan-item {
        margin-right: 60px;
        width: 30%;
    }
    .plan-item:nth-of-type(3n) {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1440px) {
    .plan-item {
        margin-right: 45px;
        width: 30%;
    }
    .plan-item:nth-of-type(3n) {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1279px) {
    .plan-item {
        margin-right: 40px;
        width: 30%;
    }
    .plan-item:nth-of-type(3n) {
        margin-right: 0px;
    }
}

.theader-dropdown-right-tui {
    width: 260px;
    height: 100%;
    float: left;
    margin-top: 30px;
}
.theader-dropdown-right-tui img {
    width: 260px;
    height: auto;
}
.theader-dropdown-right-tui .tui-tit {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #282828;
    text-align: left;
    font-weight: 600;
    margin: 12px 0px;
}
.theader-dropdown-right-tui .tui-desc {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
}
.theader-dropdown-right-tui .tui-view {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #005BFF;
    text-align: left;
    font-weight: 400;
    margin-top: 17px;
    cursor: pointer;
}
.vDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    cursor: pointer;
}
.mDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    cursor: pointer;
    padding-right: 24px;
}
.mitem {
    width: 48%;
    height: 32px;
    line-height: 32px;
    background: #F5F8FE;
    border-radius: 15px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    margin-bottom: 14px;
}
.vitem {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 23px;
    font-weight: 400;
}
.vitem::after{
    content: '';
    display: block;
    height: 0.8em;
    width: 1px;
    background: #e0e0e0;
    margin-right: 15px;
}
.vitem:nth-of-type(3n)::after {
    display: none;
}

@media screen and (max-width: 1280px) {
    .theader-dropdown {
        justify-content: flex-start;
    }
    .theader-dropdown-left {
        min-width: 259px;
    }
}
@media screen and (max-width: 1540px) and (min-width: 1280px) {
    .theader-dropdown-left {
        min-width: 259px;
    }
}

/* new */
.pro-menu-wrap {
    padding: 30px 0px 30px 0px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.menu_product {
    margin: 0px !important;
    padding: 0px 14px 0px 40px !important;
}
.menu_plan {
    margin: 0px !important;
    padding: 0px 14px 0px 14px !important;
}
.menu_help {
    margin: 0px !important;
    padding: 0px 14px 0px 14px !important;
}
.menu_about {
    margin: 0px !important;
    padding: 0px 14px 0px 14px !important;
}
.pro-menu-item {
    /* width: 134px; */
    /* margin-right: 94px; */
}
.pro-menu-item:last-child {
    margin-right: 0px;
}
.pro-menu-item-group {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #005BFF;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 19px;
}
.pro-menu-item-child {
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: center;
}
.pro-menu-item-child .menu_hover_arrow {
    position: absolute;
    left: 6px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    display: none;
}
.pro-menu-item-child:hover .menu_hover_arrow {
    display: block;
}
.pro-menu-item-child:hover .menu_hover_arrow img {
    position: absolute;
    animation: proFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.pro-menu-item-child span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 350;
}
.pro-menu-item-child:hover span {
    color: #005BFF;
}
.pro-menu-a:last-child .pro-menu-item-child {
    margin-bottom: 0px;
}

/* plan */
.plan-menu-wrap {
    padding: 30px 0px 0px 0px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-content: space-between;
}
.plan-menu-item {
    /* width: 112px; */
    /* max-width: 126px; */
    /* margin-right: 97px; */
    margin-bottom: 30px;
}
.plan-menu-item-group {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #005BFF;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 19px;
}
.plan-menu-item-child {
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: center;
}
.plan-menu-item-child span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 350;
    white-space: nowrap;
}
.plan-menu-item-child .menu_hover_arrow {
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 15px;
    height: 15px;
    display: none;
}
.plan-menu-item-child:hover .menu_hover_arrow {
    display: block;
}
.plan-menu-item-child:hover .menu_hover_arrow img {
    position: absolute;
    animation: proFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.plan-menu-item-child:hover span {
    color: #005BFF;
}
.plan-menu-a:last-child .plan-menu-item-child {
    margin-bottom: 0px;
}

.newMenuList{
    background: #FFFFFF;
    box-shadow: 0px 9px 30px 0px rgba(97,100,104,0.09) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px 24px !important;
    left: -24px !important;
}
.list-menu-item {
    display: block;
    /* width: 180px; */
    /* height: 46px; */
    display: flex;
    align-items: center;
    /* padding-right: 18px; */
    /* padding-left: 14px; */
    /* margin-bottom: 12px; */
}
.list-menu-item:last-child {
    margin-bottom: 0px;
}
.list-menu-item span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 350;
    /* margin-right: 6px; */
    white-space: nowrap;
}
/* .list-menu-item img {
    width: 12px;
    height: 12px;
} */
.list-menu-item .imgnohover {
    width: 12px;
    height: 12px;
    display: block;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}
.list-menu-item .imghover {
    width: 12px;
    height: 12px;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
    display: none;
}
/* .list-menu-item:hover {
    background: #EEF4FF;
    border-radius: 6px;
} */
.list-menu-item:hover span {
    font-family: PingFangSC-Semibold;
    color: #005BFF;
    /* font-weight: 600; */
}

.list-menu-item:hover .imghover {
    width: 12px;
    height: 12px;
    display: block;
}
.list-menu-item:hover .imgnohover {
    width: 12px;
    height: 12px;
    display: none;
}
.list-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.list-menu-item:last-child {
    margin-bottom: 0px;
}
.list-menu-item .menu_hover_arrow {
    position: absolute;
    left: 6px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    display: none;
}
.list-menu-item:hover .menu_hover_arrow {
    display: block;
}
.list-menu-item:hover .menu_hover_arrow img {
    position: absolute;
    animation: proFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
@keyframes proFrames {
    0% {
        left: 6px
    }

    33% {
        left: 10px
    }

    67% {
        left: 6px
    }

    to {
        left: 6px
    }
}
@media screen and (max-width: 1440px) {
    .pro-menu-wrap,
    .plan-menu-wrap {
        width: 1160px;
    }
    .pro-menu-item {
        /* width: 125px; */
    }
}
.menu_case {
    position: relative;
}
.menu_help {
    position: relative;
}
.menu_about {
    position: relative;
}

.tooltip {
    position: absolute;
    padding: 8px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    width: 75px;
    border-radius: 8px;
    z-index: 1;
    display: none;
}
.tooltip span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 8px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.noarrow:hover::after {
    display: none;
}
.zkjlogo {
    margin-left: 20px !important;
    display: block;
    position: relative;
}
.zkjlogo img {
    width: 24px;
}
.logotooltip {
    position: absolute;
    padding: 8px;
    /* left: 50%; */
    top: 33px;
    right: -6px;
    /* transform: translateX(-50%); */
    background: #000;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    width: 130px;
    border-radius: 6px;
    z-index: 1;
    display: none;
}
.logotooltip span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    /* left: 50%; */
    top: -11px;
    right: 12px;
    /* transform: translateX(-50%); */
}
.zkjlogo:hover .logotooltip {
    display: block;
}
.scrm {
    left: 65px !important;
}
.ocr {
    left: 53px !important;
}
.rpa {
    left: 50px !important;
}
.cellTopList .nav-right-item .level-1>h3 {
    padding: 0px 0px 5px 0px;
}
.cellTopList .nav-right-item .level-1:first-child>h3 {
    padding: 15px 0px 5px 0px;
}
.cellTopList .nav-right-item .level-1 {
    margin-bottom: 30px;
}