body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    height: 100%
}

body:lang(en) {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif
}

body,html {
    scroll-behavior: smooth
}

.container {
    padding-left: 12px;
    padding-right: 12px
}

.block {
    padding-bottom: 160px
}

.block:not(:last-child) {
    margin-bottom: 0
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}
a, body,.breadcrumb a {
    color: #343741;
}
a:hover,.breadcrumb a:hover {
    color: #0089ff;
}

a,button,button.el-button {
    outline: none!important
}

.button,button.el-button {
    border: none;
    border-radius: 0
}

p>a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0089ff;
    text-decoration-color: #0089ff
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    color: #1d1d1d
}

h1 {
    font-size: 44px;
    line-height: 1.3
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size:40px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 28px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 14px
    }
}

.button,button.el-button {
    height: auto;
    padding: 12px 48px;
    border-radius: 8px;
    transition: transform .25s ease;
    will-change: transform
}

.button:hover,button.el-button:hover {
    transform: translateY(-4px)
}

.button.no-transform:hover,button.el-button.no-transform:hover {
    transform: none
}

.button.is-gradient,button.el-button.is-gradient {
    color: #fff;
    background-color: #0089ff;
    background-size: 300% 100%;
}

.button.is-black,button.el-button.is-black {
    color: #fff;
    background: #1d1d1d
}

.button.is-white,button.el-button.is-white {
    color: #1d1d1d;
    background: #fff
}

.button.is-blue,button.el-button.is-blue {
    color: #fff;
    background-image: linear-gradient(135deg,#189bfe 27%,#29e3f4)
}

.button.is-green,button.el-button.is-green {
    color: #fff;
    background-image: linear-gradient(135deg,#12ab76,#11d7bb)
}

.button.is-theme-hstreamdb,button.el-button.is-theme-hstreamdb {
    color: #fff;
    background-image: linear-gradient(135deg,#5527f3,#806eff)
}

.button.is-theme-nanomq,button.el-button.is-theme-nanomq {
    color: #fff;
    background-image: linear-gradient(134deg,#1ac4ca,#10b0c9)
}

.button.is-theme-cloud,button.el-button.is-theme-cloud {
    color: #fff;
    background-image: linear-gradient(135deg,#1ecb8e,#01ac76);
    padding: 14px 24px;
    min-width: 200px;
    font-size: 18px
}

.button.cloud-simple-btn,button.el-button.cloud-simple-btn {
    color: #074753;
    border: 1px solid #074753;
    padding: 5px 24px;
    min-width: 200px;
    font-size: 14px
}

.is-trans-top {
    transition: box-shadow .25s ease,transform .25s ease;
    will-change: box-shadow,transform
}

.is-trans-top:hover {
    transform: translateY(-4px)
}

.gradient {
    background-image: linear-gradient(63deg,#0089ff,#00b0f6 46%,#0089ff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.gradient.purple {
    background-image: linear-gradient(317deg,#0089ff,#4d6bff)
}

.gradient.blue {
    background-image: linear-gradient(135deg,#189bfe 27%,#29e3f4)
}

.gradient.green {
    background-image: linear-gradient(135deg,#12ab76,#11d7bb)
}

.gradient.is-theme-hstreamdb {
    color: #fff;
    background-image: linear-gradient(135deg,#5527f3,#806eff)
}

.gradient.is-theme-nanomq {
    color: #fff;
    background-image: linear-gradient(134deg,#1ac4ca,#10b0c9)
}

.gradient.is-theme-cloud {
    color: #fff;
    background-image: linear-gradient(135deg,#1ecb8e,#01ac76)
}

.gradient.hover-move {
    transition: padding .2s ease-in-out
}

.gradient.hover-move:hover {
    padding-left: 8px
}

.gradient.is-purple {
    background-image: linear-gradient(224deg,#8e9bf2 2%,#b4c4ff)
}

.gradient.is-purple-link {
    background-image: linear-gradient(317deg,#0089ff,#4d6bff)
}

span.gradient {
    display: inline-block
}

a.gradient,a span.gradient {
    font-weight: 500
}

.order-2 {
    order: 2
}

.columns.is-variable {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-variable:not(:last-child) {
    margin-bottom: 0
}

.level {
    flex-wrap: wrap
}

.mb-7 {
    margin-bottom: 4rem
}

img {
    vertical-align: middle
}

hr {
    border: 1px solid hsla(0,0%,59.2%,.2)
}

.card {
    border-radius: 8px
}

.content {
    overflow: hidden
}

.content h2 {
    font-size: 26px;
    color: #1d1d1d;
    line-height: 1.28;
    margin-bottom: 32px
}

.content h2,.content h2:not(:first-child) {
    margin-top: 48px
}

.content h3 {
    font-size: 20px;
    color: #1d1d1d;
    margin-bottom: 20px;
    line-height: 1.4
}

.content h3,.content h3:not(:first-child) {
    margin-top: 32px
}

.content h4 {
    font-size: 16px;
    color: #1d1d1d;
    margin-bottom: 16px
}

.content h4,.content h4:not(:first-child) {
    margin-top: 24px
}

.content li,.content p {
    color: #5e5e5e;
    line-height: 2;
    margin-bottom: 20px
}

.content li:last-child,.content p:last-child {
    margin-bottom: 0
}

.content a {
    color: #0089ff
}

.content a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0089ff;
    text-decoration-color: #0089ff
}

.content blockquote {
    background-color: #f6f8fa;
    border-left: 5px solid #0089ff;
    padding: 16px 20px;
    line-height: 2
}

.content blockquote p {
    font-size: 14px;
    line-height: 1.75
}

.content pre {
    background: #f6f8fa;
    color: #5e5e5e;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px 20px;
    line-height: 2
}

.content code {
    color: #595f6a;
    background-color: #f6f8fa;
    font-size: 14px;
    border-radius: unset
}

.content table {
    border: 1px solid #dbdbdb;
    table-layout: fixed
}

.content table td {
    font-size: 14px;
    border-width: 1px;
    padding: 10px 16px
}

.content table thead th {
    border-width: 0 1px 2px;
    padding: 10px 16px
}

.content table code {
    line-height: 2.2
}

.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child) {
    margin-top: 24px;
    margin-bottom: 24px
}

#footer {
    background: #272727;
    color:#ffffff;
}
#footer h6{
    color:#ffffff;
}
#footer ul>li { 
    margin: 12px 0;
}
#footer ul>li a{
    display: inline-block;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

#footer ul>li a:hover {
    opacity: 1;
}
#footer .footer-text{
    font-size:14px;
    font-weight: normal;
    opacity: 0.7;
    display: inline-block;
}

#footer hr {
    border: none;
    border-bottom: 1px solid #d8d8d8;
}


#footer .copyright {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    line-height: 20px;
    padding-bottom: 1.5rem!important;
}

#footer .copyright a{
    color: #ffffff;
    opacity: 0.7;
}
#footer .contact-btn {
    z-index: 10;
    display: none;
    position: fixed;
    top: 85vh;
    right: 16px
}

#footer .contact-btn a {
    box-shadow: 0 8px 24px -2px rgba(82,107,255,.65)
}

#footer .cookie-policy-tips {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(225deg,#41476d,#0f1123)
}

#footer .cookie-policy-tips .container {
    min-height: 72px
}

#footer .cookie-policy-tips a,#footer .cookie-policy-tips p {
    font-size: 14px
}

#footer .cookie-policy-tips a {
    color: #0089ff
}

#components-banner {
    z-index: 100;
    padding: 60px 0 140px;
    background: no-repeat 50%/auto 100%
}

#components-banner .banner-icon>img {
    width: 24px;
    height: 24px
}

#components-banner .banner-icon span {
    font-size: 18px;
    font-weight: 600;
    color: #1890ff;
    line-height: 25px;
}

@media print {
    #app-header,#footer,#more-stories {
        display: none
    }
}


#notification {
    background: linear-gradient(110deg,#1652ff,#00b0f6 30%,#1652ff 42%,#0089ff 65%,#00b0f6 75%,#0089ff 95%,#1652ff)
}

#notification .container {
    overflow: hidden;
    white-space: nowrap
}

#notification a,#notification a span.gradient {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

#notification .animate {
    -webkit-animation: wordsLoop 10s linear infinite normal;
    animation: wordsLoop 10s linear infinite normal
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(calc(100% + 12px))
    }

    to {
        transform: translateX(calc(-100% - 12px))
    }
}

@keyframes wordsLoop {
    0% {
        transform: translateX(calc(100% + 12px))
    }

    to {
        transform: translateX(calc(-100% - 12px))
    }
}

#app-header {
    height: 52px;
    z-index: 2000
}

#app-header.is-sticky-top {
    position: sticky;
    top: 0
}

#app-header .navbar {
    position: relative;
    height: 52px;
    background-color: #fff;
    transition: shadow .2s
}

#app-header .navbar.shadow-nav {
    box-shadow: 0 4px 24px rgba(0,0,0,.06)
}

@media screen and (max-width: 1240px) {
    #app-header .navbar>.container {
        position:static
    }
}

#app-header .navbar-item img {
    max-height: none;
    max-width: none
}

#app-header .navbar-brand {
    height: 52px
}

#app-header .navbar-brand .logo {
    width: 160px
}

#app-header .navbar-brand .navbar-burger {
    height: 52px
}

#app-header .navbar-item,#app-header .navbar-link {
    overflow: unset;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
    position: static
}

#app-header .navbar-item.has-dropdown:hover .navbar-link,#app-header .navbar-item:hover,#app-header .navbar-link.has-dropdown:hover .navbar-link,#app-header .navbar-link:hover {
    background-color: inherit;
    color: #0089ff
}

@media screen and (min-width: 1024px) {
    #app-header .navbar-item.lang-title,#app-header .navbar-item .user-title,#app-header .navbar-link.lang-title,#app-header .navbar-link .user-title {
        font-size:14px;
        color: #343741
    }
}

#app-header .navbar-item.has-dropdown {
    padding: 0
}

#app-header .navbar-link {
    position: relative
}

#app-header .navbar-link:after {
    border-width: 1px
}

@media screen and (min-width: 1024px) {
    #app-header .navbar-link:after {
        display:none;
        top: 90%;
        left: 50%;
        border: 1px solid #eef0f1;
        border-top: none;
        border-right: none;
        background-color: #fff;
        transform: rotate(135deg);
        margin: 0 0 0 -6px;
        width: 12px;
        height: 12px;
        border-radius: 3px 0 0 0
    }

    #app-header .navbar-link:hover:after {
        display: block
    }
}

#app-header .navbar-item.is-hoverable:hover .navbar-link:after {
    opacity: 1
}

@media screen and (min-width: 1024px) {
    #app-header .navbar-item.is-hoverable:hover .nav-panel {
        opacity:1;
        pointer-events: auto;
        transform: rotateX(0)
    }
}

@media screen and (min-width: 1024px){
    #app-header .nav-panel {
        position: relative;
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid #eef0f1;
        font-size: .875rem;
        left: 12px;
        min-width: 0;
        width: 1200px;
        top: 100%;
        overflow: hidden;
        position: absolute;
        display: block;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        transform-origin: 50% -16px;
        transform: rotateX(45deg);
        transition: all .5s;
        transition-property: transform,width,height;
        box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
        will-change: transform,width,height,opacity
    }


    #app-header .nav-panel.is-2 {
        width: 1200px
    }

    #app-header .nav-panel.is-3 {
        width: 1100px
    }

    #app-header .nav-panel.is-4 {
        width: 1200px
    }

    #app-header .nav-panel.is-5 {
        width: 1000px
    }
    #app-header .nav-list {
        padding: 24px 48px!important
    }
}

@media screen and (max-width: 1023px){
    #app-header .nav-panel {
        display: block; 
        padding: 0 16px; 
        height: 0; 
        overflow: hidden; 
        transition: height .2s ease-in-out; 
        background: linear-gradient(135deg ,#f7f9ff,#f7f8ff); 
    }
    #app-header .nav-list {
        padding: 24px 0!important;
    }
    #app-header .desktop {
        display: none;
    }
}


#app-header .nav-list .product-box {
    padding: 24px 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 500;
    border-radius: 8px;
    background-color: #fff;
    transition: background-color .25s ease-in-out
}

#app-header .nav-list .product-box:hover {
    background-color: #f4f7ff
}

#app-header .nav-list .product-box .product-title {
    margin-bottom: 8px
}

#app-header .nav-list .product-box p {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    line-height: 17px
}

#app-header .text-ul-list h6 {
    margin-top: 24px;
    font-size: 14px;
    color: #959595
}

#app-header .text-ul-list ul>li {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500
}

#app-header .text-ul-list ul>li a {
    color: #1d1d1d
}

#app-header .text-ul-list ul>li a:hover {
    color: #0089ff
}

#app-header .licenses-box {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(43,56,95,.09);
    border: 1px solid rgba(231,229,238,.31)
}

#app-header .brand-cloud {
    height: 100%;
    width: 439px;
    background: linear-gradient(135deg,rgb(219 234 255 / 60%),rgb(218 233 255 / 6%))
}

#app-header .brand-cloud p {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 26px
}

#app-header .brand-cloud img {
    width: 240px
}

#app-header .brand-customer {
    height: 100%;
    width: 480px;
    background: url(/assets/images/customer-bg.png) bottom/cover
}

#app-header .brand-customer p {
    color: #343741
}

#app-header .brand-company {
    height: 100%;
    width: 465px;
    background: url(/assets/images/company-bg.png) bottom/cover
}

#app-header .brand-company p {
    color: #343741
}

#app-header .brand-resource {
    padding: 24px 48px 48px;
    height: 100%;
    background: #f9fafb
}

#app-header .navbar-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

#app-header .navbar-icon.icon-pcscale {
    width: 34px;
    height: 34px;
    background-image: url(/assets/images/pc-scale.svg)
}

#app-header .navbar-icon.icon-pos {
    width: 34px;
    height: 34px;
    background-image: url(/assets/images/pos.svg)
}

#app-header .navbar-icon.icon-scale {
    width: 34px;
    height: 34px;
    background-image: url(/assets/images/scale.svg)
}

#app-header .navbar-icon.icon-printer {
    width: 34px;
    height: 34px;
    background-image: url(/assets/images/printer.svg)
}

#app-header .navbar-icon.icon-customer-1 {
    background-image: url(/assets/images/icon-customer-1.svg)
}


#app-header .navbar-icon.icon-customer-2 {
    background-image: url(/assets/images/icon-customer-2.svg)
}

#app-header .navbar-icon.icon-customer-3 {
    background-image: url(/assets/images/hotel.svg)
}

#app-header .navbar-icon.icon-customer-4 {
    background-image: url(/assets/images/icon-customer-4.svg)
}

#app-header #lang-change,#app-header #user-account {
    overflow: unset
}

#app-header #lang-change .lang-menu,#app-header #user-account .lang-menu {
    min-width: auto;
    width: unset;
    transition: all .25s;
    padding: 4px 0;
    left: 16px;
    white-space: nowrap
}

#app-header #lang-change .lang-menu .dropdown-item,#app-header #user-account .lang-menu .dropdown-item {
    cursor: pointer;
    display: block;
    min-width: 50px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #515151
}

#app-header #lang-change .lang-menu .dropdown-item.is-active,#app-header #lang-change .lang-menu .dropdown-item:hover,#app-header #user-account .lang-menu .dropdown-item.is-active,#app-header #user-account .lang-menu .dropdown-item:hover {
    color: #0089ff
}

#app-header #lang-change .lang-menu .dropdown-item.is-active,#app-header #user-account .lang-menu .dropdown-item.is-active {
    background-color: #f3f4f7
}

@media screen and (max-width: 1023px) {
    #app-header .container {
        padding-left:0;
        padding-right: 0
    }

    #app-header .navbar-menu {
        display: block;
        position: absolute;
        padding: 0;
        width: 100%;
        height: 0;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        transition: height .4s
    }

    #app-header .navbar-menu.is-active {
        height: calc(100vh - var(--extra-height))
    }
}

.scroll-b-enter-active,.scroll-b-leave-active {
    transition: transform .25s ease-in-out
}

.scroll-b-enter,.scroll-b-leave-to {
    transform: translateY(100%)
}

.scroll-b-enter-to,.scroll-b-leave {
    transform: translateY(0)
}


#second-header {
    position: sticky;
    top: 0;
    padding: 12px 0;
    min-height: 72px;
    background: #fff;
    z-index: 20;
    transition: shadow .2s
}

#second-header.shadow-nav {
    box-shadow: 0 4px 24px rgba(0,0,0,.06)
}

#second-header .level-left {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d
}

#second-header .level-left img {
    vertical-align: middle;
    width: 44px
}

#second-header .level-right {
    min-height: 36px
}

#second-header .level-right ul {
    white-space: nowrap
}

#second-header .level-right ul li {
    display: inline-block;
    padding: 0 24px
}

#second-header .level-right ul li:first-child {
    padding-left: 0
}

#second-header .level-right ul li:last-child {
    padding-right: 0
}

#second-header .level-right ul li a {
    font-size: 14px
}

#second-header .level-right ul li a.is-active {
    color: #866dff
}

@media screen and (max-width: 768px) {
    #second-header .level-right {
        overflow-x:auto;
        position: relative
    }

    #second-header .level-right ul {
        position: absolute;
        top: 0;
        left: 0
    }
    
    #footer .right {
        align-items: center;
    }
}

.list-item {
    background-color: #fff;
}
.list-item.border-default{
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 20px 40px #403f761f;
}
.list-item .list-image{
    background-color: #ffffff;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    transform: rotate(0);
}
.list-item .list-label{
    left: 12px;
    position: absolute;
    top: 12px;
    z-index: 2;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    padding: 1px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.list-item .list-title{
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}
.pt-48 {
    padding-top: 48px!important;
}
.pt-88 {
    padding-top: 88px!important;
}
.py-88 {
    padding-bottom: 88px!important;
    padding-top: 88px!important;
}
.mb-88 {
    margin-bottom: 88px!important;
}
.has-text-centered {
    text-align: center!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0089ff;
    border-color: #0089ff;
    cursor: default;
}
.pager .pagination {
    margin: 0;
    justify-content: center;
}
.pager .pager {
    margin: 0;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}
