* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: var(--zf-primary-regular);
    margin: 0;
    padding: 0;
}

#block-panels-mini-product-menu {
    background: #0067ff;
}

img,
video {
    max-width: 440px;
    width: 100%;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.crm-hub-titlesec>span {
    display: inline-block;
    margin: 10px 30px 0 0;
}

.crm-hub-main h1,
.crm-hub-main h2,
.crm-hub-main,
.crm-hub-main h3,
.crm-hub-main h4,
.crm-hub-main p {
    margin: 0;
    padding: 0;
}

.crm-hub-main,
.gd-click-rit img {
    width: 100%;
}

.crm-hub-header {
    padding: 150px 0 90px;
    background: #0067ff;
    text-align: center;
    margin-top: -105px;
}

.crm-hub-titlesec {
    max-width: 900px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.crm-hub-header h1 {
    font: 56px/1.1 var(--zf-primary-extrabold);
    width: 85%;
}

.crm-hub-header p {
    font: 400 18px/1.7 'Roboto', sans-serif;
    margin: 15px 0 30px;
}

.crm-hub-plansbtn {
    background: transparent;
    color: #fff;
    margin-left: 30px;
    padding: 12px 30px;
}

.crm-hub-vidbtn {
    display: inline-block;
    margin-left: 25px;
    width: 150px;
    cursor: pointer;
}

.vidbtn-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.bg_lazy_loaded .vidbtn-icon::after {
    content: '';
    background-image: url("//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg");
    background-position: -184px -20px;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
}

.crm-hub-vidbtn span {
    font: 18px var(--zf-primary-semibold);
    vertical-align: middle;
    margin-left: 5px;
}

.crm-hub-cntsec {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.crm-hub-container {
    max-width: 900px;
    margin: 125px 20px 0 350px;
    display: inline-block;
    text-align: left;
    color: #1c1d1e;
}

.crm-hub-container h2 {
    font: 48px/1.1 var(--zf-primary-bold);
    max-width: 700px;
}

.crm-hub-container h3 {
    font: 24px/1.1 var(--zf-primary-bold);
}

.crm-hub-container p {
    font: 400 16px/28px 'Roboto', sans-serif;
    margin: 10px 0 6px;
    max-width: 850px;
    color: #222222;
    display: inline-block;
}

.crmhub-img {
    width: 100%;
    -webkit-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    border-radius: 5px;
}

.slider-innersec .crmhub-img {
    box-shadow: none;
    border: none;
}

.crmbadge-txt {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #fee498;
    border-radius: 20px;
    padding: 4px 12px 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.crm-hub-sell {
    max-width: 1170px;
    margin: 250px 0 0 270px;
    padding: 60px 0 60px 80px;
    background: #0057d9;
    box-sizing: border-box;
    position: relative;
}

.crm-hub-sell h3 {
    font: 42px/1.2 var(--zf-primary-bold);
    color: #fff;
    margin-bottom: 30px;
    max-width: 390px;
}

.bg_lazy_loaded .crm-hub-sprite {
    background-image: url("//cdn.zoho.com.cn/sites/zweb/images/crm/features/integ-sprite.png");
    background-size: 697px;
    display: inline-block;
}

/*nav css*/

.crm-featur-nav {
    width: 270px;
    height: 700px;
    position: absolute;
    top: 0;
    padding: 113px 30px 0px 40px;
    box-sizing: border-box;
    z-index: 5;
    background: #fff;
    opacity: 1;
    transition: opacity 300ms;
    will-change: opacity;
}

.crm-featur-nav ul {
    position: relative;
    margin-bottom: 25px
}

.crm-featur-nav-shad {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
}

.crm-featur-nav ul li {
    list-style-type: none;
    padding: 6px 0;
    font: 400 16px/1.6 'Roboto', sans-serif;
    cursor: pointer;
    color: #55595f;
}

.crm-featur-nav ul li:first-child {
    font-weight: 500;
    color: #0067ff;
    cursor: default;
}

.hub-moblist li.activecls {
    font-weight: 600;
    position: relative;
    color: #0067ff;
}

.crm-featur-nav li.activecls {
    color: #000;
    position: relative;
}

.crm-featur-nav ul li.activecls::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 25px;
    background: #0057d9;
    position: absolute;
    left: -15px;
}

.crm-featur-bk {
    text-decoration: none;
    color: #000;
    margin-top: 10px;
    font: 400 14px/1.7 'Roboto', sans-serif;
}

.blue-entity {
    font-size: 20px;
    color: #0057d9;
    margin-right: 3px;
}

.crm-hub-brdcrmb {
    border-top: 1px solid #d1d1d1;
    position: relative;
    z-index: 10;
    background: #fff;
}

.brdcrmb-secn {
    width: 50%;
    float: left;
    padding: 25px 0;
    box-sizing: border-box;
    margin-top: 2px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(246, 247, 248) 25%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(246, 247, 248) 25%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(246, 247, 248) 25%);
}

.brdcrmb-cnt {
    float: left;
    margin-left: 115px;
}

.brdcrmb-cnt-rit {
    float: right;
    margin-right: 115px;
}

.brdcrmb-icn {
    width: 40px;
    height: 40px;
    margin: 0 20px;
    background: blue;
    display: inline-block;
    vertical-align: middle
}

.brdcrmb-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}

.hub-prev {
    text-align: right;
    margin-right: 20px;
}

.brdcrmb-top {
    color: #666666;
    font: 400 14px 'Roboto', sans-serif;
    display: block;
}

.brdcrmb-botm a {
    font: 600 18px 'Roboto', sans-serif;
    color: #000;
}

.hub-prev .brdcrmb-botm a {
    padding: 0 0 0 10px;
}

.crmhub-mobnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 3;
}

.crmhub-mobnav-tlt {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px;
    font: 18px var(--zf-primary-bold), sans-serif;
    background: #fff;
    cursor: pointer;
}

.hub-moblist {
    display: none;
    background: #fff;
    width: 100%;
    height: 100vh;
}

.hub-moblist li {
    list-style-type: none;
    padding: 15px 20px;
    font: 18px var(--zf-primary-regular), sans-serif;
    cursor: pointer;
}

.hub-moblist li:first-child {
    padding-top: 30px;
}

.hub-nav-hide {
    opacity: 0;
}

.crm-hub-imgsec {
    position: relative;
    margin-top: 65px;
}

.crm-hub-imgsec img {
    max-width: 440px;
    margin: 0 auto;
    width: 100%
}

.scl-img {
    position: absolute;
    box-shadow: 0px 20px 60px 0px rgba(18, 26, 52, 0.2);
    border: 2px solid rgb(41, 78, 209);
    top: -45px;
    left: 233px;
    transition: all 0.5s linear;
    opacity: 0;
    transform: scale(.8);
}

.scl-img.active {
    opacity: 1;
    transform: scale(1);
}

.bg_lazy_loaded .crm-hub-intg .svg-sprites {
    background-image: url("//cdn.zoho.com.cn/sites/zweb/images/crm/features/smb-integrate-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 735px;
}

.sel-img {
    position: absolute;
    right: 72px;
    top: -110px;
}

.hubinte-txt {
    font: 200 12px 'Roboto', sans-serif;
    display: block;
    margin-top: 5px;
}

.strt-dwn {
    box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dfe1e5;
    cursor: pointer;
    height: 36px;
    width: 36px;
    position: fixed;
    right: 2%;
    bottom: 10%;
    max-width: inherit;
    transform: rotate(-180deg);
    background: #fff;
    border-radius: 50%;
    z-index: 25;
    display: none;
}

.lrn-arw {
    background-position: -34px -20px;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 96%;
    bottom: 3px;
    display: inline-block;
    transition: .3s linear;
}

.brdcrmb-secn .lrn-arw {
    bottom: 5px;
}

.arw-prev {
    left: -10px;
    transform: rotate(180deg);
}

.hub-lrn:hover .lrn-arw {
    left: 100%;
}

.hub-lrn:hover .lrn-arw.arw-prev {
    left: -15px;
}

.hub-lrn {
    color: #0067ff;
    text-decoration: none;
    font: 500 16px 'Roboto', sans-serif;
    position: relative;
    padding-right: 9px;
    display: inline-block;
}

.bg_lazy_loaded .hub-lrn:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    display: inline-block;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg) no-repeat -34px -20px;
    width: 15px;
    height: 11px;
    transition: all ease 0.3s;
}

.hub-lrn:hover:after {
    transform: translateX(3px);
}

.topscrl {
    background-position: -326px -21px;
    width: 8px;
    height: 13px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.bg_lazy_loaded .hub-cmn-sprit {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg);
    display: inline-block;
}

.bg_lazy_loaded .hub-fetr-sprit {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/features/hub-ftr-sprite.svg);
    display: inline-block;
    vertical-align: middle;
}

.hubpre-icn {
    background-position: -482px -19px;
    width: 37px;
    height: 37px;
}

.hubnxt-icn {
    background-position: -531px -19px;
    width: 38px;
    height: 38px;
}

.mT50 {
    margin-top: 50px;
}

.cB {
    clear: both;
}

/* Breadcrumb CSS start */
.Ncrm_breadcrumb {
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    padding: 76px 0 0;
}

#block-system-main {
    margin-top: -80px;
}

.Ncrm_breadcrumb li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.Ncrm_bcLnk {
    color: #8cbaff;
    position: relative;
    display: inline-block;
}

.Ncrm_bcLnk:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
}

.Ncrm_bcLnk:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0px;
    background: #ffffff;
    transition: all .3s linear;
}

.Ncrm_bcLnk:hover {
    color: #ffffff;
}

.Ncrm_bcLnk:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear;
}

.hup-arow-up {
    background-position: -835px -31px;
    width: 10px;
    height: 7px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.hub-bakicn {
    background-position: -372px -20px;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 126px;
    left: 18px;
    padding: 0px 10px;
    display: inline-block;
    box-sizing: border-box;
}

.add-clr .hup-arow-up {
    background-position: -848px -31px;
}

.crm-hub-sinup:hover:before,
.btm-cta:hover:before {
    transform: scaleX(1.03);
    -webkit-transform: scaleX(1.03);
}

.crm-hub-sinup:before,
.btm-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235, 76, 73);
    z-index: -1;
    transition: all ease 0.3s;
}

.crm-hub-plansbtn:before {
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.btm-cta.access,
.crm-hub-sinup.access,
.body-umain .btm-cta.gt-strt,
.body-umain .crm-hub-sinup.gt-strt,
.brdcrmb-secn .hub-lrn:after,
.show-cnt,
.inner-sec,
.inner-sec h3 {
    display: none;
}

.body-umain .btm-cta.access,
.body-umain .crm-hub-sinup.access,
.list-container {
    display: inline-block;
}

.Nc_wrap {
    white-space: nowrap;
    font-family: var(--zf-primary-bold);
}

.body-umain .crm-hub-testimo {
    padding-bottom: 90px
}

.hub_vH {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.act-btn {
    border: initial;
}

.bxnon {
    box-shadow: none;
}

.icon-rotat {
    transform: rotate(180deg);
}

.body-umain .hub-last,
.i18n-ar .body-umain .hub-last {
    margin-bottom: 65px;
}

.bg_lazy_loaded .google-play-btn,
.bg_lazy_loaded .apple-store-btn {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg);
    background-repeat: no-repeat;
    text-indent: -999em;
    display: inline-block;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

.google-play-btn {
    background-position: -400px 0;
    width: 160px;
    height: 50px;
    margin-right: 0px;
}

.apple-store-btn {
    background-position: -567px -1px;
    width: 160px;
    height: 50px;
}

.brdcrmb-secn:first-child {
    border-right: 1px solid #d1d1d1;
}

.hub-lftsec {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.hub-ritsec {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
}

.hub-twocol {
    max-width: 1070px;
}

#analymble .hub-lftsec {
    width: 43%;
}

#analymble .hub-ritsec {
    width: 46%;
}

.mov-left {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.anim-lft {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    transition: .9s ease-in-out;
}

.zcmbl_vidSec {
    position: relative;
    display: inline-block;
    padding: 10px 0 15px;
    cursor: pointer;
}

.zcmbl_vidtxt {
    font: 20px/1.2 var(--zf-primary-semibold);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.zcmbl_vidbtn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 37px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    background: #ffffff;
}

.zcmbl_vidbtn:before {
    border-color: transparent transparent transparent #1486f5;
    border-style: solid;
    border-width: 9px 0 9px 11px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: translateY(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 55%;
}

.zcmbl_vidtxt em {
    font-size: 12px;
    font-style: normal;
    display: block;
    padding-top: 3px;
}

.other-lang .crm-hub-header h1 {
    word-break: break-word;
}

.i18n-ar .crm-hub-container {
    margin: 125px 295px 0 0;
}

.i18n-ar .google-play-btn,
.i18n-ar .apple-store-btn {
    margin: 20px 0 0 20px;
}

.i18n-ar .google-play-btn {
    margin-left: 0;
}

.i18n-ar .hub-lrn {
    padding: 0 0 0 9px;
}

.i18n-ar .hub-lrn:after {
    right: unset;
    left: -10px;
    transform: rotate(180deg);
    top: 7px;
}

.i18n-ar .lrn-arw,
.i18n-ar .hub-bakicn {
    display: none !important;
}

.i18n-ar .brdcrmb-txt {
    margin: 0 20px;
}

.i18n-ar .brdcrmb-botm a {
    color: #0067ff;
}

.i18n-ar .zcmbl_vidbtn {
    margin: 0 0 0 10px;
}

.i18n-ar .crm-hub-titlesec>span {
    margin: 0 0 0 30px;
}

.i18n-ar .hub-lftsec {
    margin: 0 0 0 50px;
}

.i18n-ar .Ncrm_bcLnk:before {
    left: -15px;
    right: inherit;
}

.i18n-ar .crm-hub-titlesec {
    display: block
}

.crm-hub-main {
    overflow-x: hidden;
    margin-top: -68px;
}

/*Media query starts*/
@media screen and (max-width: 1330px) {
    .hub-dotsec {
        right: 338px;
    }

    .sel-img {
        right: 0;
    }
}

@media screen and (max-width: 1260px) {

    .sel-img,
    .hub-dotsec {
        display: none
    }

    .card_inner_box {
        width: 30%;
    }

    .list-right-section {
        max-width: 650px;
    }
}

@media screen and (max-width: 1080px) {
    .crm-hub-container {
        max-width: 860px;
        margin: 70px 25px 0;
        display: block;
    }

    .crm-featur-nav {
        display: none !important;
    }

    .crmhub-mobnav {
        display: none;
    }

    .card_inner_box {
        width: 30%
    }

    .i18n-ar .crm-hub-container {
        margin: 70px 25px 0;
    }
}

@media screen and (max-width: 1023px) {
    .crm-hub-header {
        padding: 145px 0 70px;
    }

    .Nc_wrap {
        white-space: inherit;
    }

    .Ncrm_breadcrumb {
        width: 93%;
    }

    .hub-lftsec,
    .hub-ritsec,
    #analymble .hub-ritsec,
    #analymble .hub-lftsec {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .hub-ritsec,
    #analymble .hub-ritsec {
        margin-top: 65px;
    }

    #mble-crd-scner .hub-ritsec {
        margin-top: 20px
    }
}

@media screen and (max-width: 992px) {
    .crm-hub-titlesec {
        margin: 0 25px;
    }

    .scl-img {
        display: none
    }

    .crm-hub-header h1 {
        font: 42px/1.1 var(--zf-primary-extrabold);
        width: 100%;
    }

    .crm-hub-main p {
        font-size: 16px;
    }

    .crm-hub-main h2 {
        font-size: 32px;
    }

    .crm-hub-main h3 {
        font-size: 28px;
    }

    .anim-lft {
        transform: inherit;
        opacity: 1;
        transition: inherit;
    }

    .ftrs-lt-con {
        padding-top: unset;
    }

    .card_inner_box {
        float: none;
        margin: 30px 0 0;
        max-width: 600px;
        width: 100%;
    }

    .crm-icon-cord {
        margin: 70px 30px 0;
    }

    .crm-hub-inte .hub-lrn {
        color: #0067ff;
    }

    .crm-hub-inte .hub-lrn:after {
        background-position: -34px -20px;
    }

    .other-lang .brdcrmb-cnt-rit {
        margin-right: 25px;
    }

    .other-lang .brdcrmb-cnt {
        margin-left: 25px;
    }
}

@media screen and (max-width: 768px) {
    .crm-hub-imgsec {
        margin-top: 30px;
    }

    .zcmbl_vidSec {
        display: block;
    }

    .crm-hub-sinup {
        font-size: 16px;
        padding: 12px 24px;
        margin-left: 0;
    }

    .crm-hub-vidbtn span {
        font-size: 16px;
    }

    .Ncrm_breadcrumb {
        display: none;
    }

    .brdcrmb-cnt-rit {
        margin-right: 25px;
    }

    .brdcrmb-cnt {
        margin-left: 25px;
    }

    .crm-hub-ctasec {
        padding-top: 0;
    }

    .crm-hub-titlesec p {
        margin-bottom: 0;
    }

    .crm-hub-header h1 {
        font: 36px/1.1 var(--zf-primary-extrabold);
    }

    .crm-hub-main h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 550px) {
    .brdcrmb-icn {
        margin-right: 10px;
    }

    .brdcrmb-botm a {
        font: 500 16px 'Roboto', sans-serif;
        color: #0067ff;
    }

    .brdcrmb-top {
        font: 400 14px 'Roboto', sans-serif;
        margin-bottom: 0;
    }

    .multi-icn,
    .cust-icn,
    .brdcrmb-secn .lrn-arw {
        display: none;
    }

    .hub-prev,
    .brdcrmb-txt {
        margin: 0;
    }

    .brdcrmb-secn .lrn-arw,
    .bg_lazy_loaded .hubpre-icn,
    .bg_lazy_loaded .hubnxt-icn {
        display: none;
    }

    .brdcrmb-secn {
        padding: 15px 0;
    }

    .crm-hub-main h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .btm-cta {
        padding: 10px 28px;
        font-size: 14px;
        font-family: var(--zf-primary-bold);
    }

    .hub-moblist li {
        padding: 7px 20px;
        font: 16px var(--zf-primary-regular), sans-serif;
    }
}

@media screen and (max-width: 450px) {
    .brdcrmb-cnt {
        float: left !important;
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 400px) {
    .crm-hub-vidbtn {
        margin: 25px 0 0;
        display: block;
    }
}

/*Media query ends*/

#mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #fff;
}

#mini-panel-product_menu .expanded.dropdown .caret {
    background-position: -168px 0px;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .product-nav-links li .nolink {
    color: #fff !important;
}

#mini-panel-product_menu .product-nav-links .menu li:nth-child(3) ul .nolink {
    color: #000 !important;
}



.gd-sprite {
    position: absolute;
    right: 13px;
    color: #0057d9;
}

.article-section {
    width: 100%;
    /*background:#0067ff;
	padding: 0 10% 2%;*/
    margin: 34px auto 100px;
    overflow: hidden;

}

.article-section h2 {
    text-align: center;
    color: #fff;
    margin: 6% auto;
}

.article-con {
    width: 49%;
    background: #fff;
    /*border:1px solid #b2b2b2;
    border-radius: 10px;*/
    /*float:left;*/
    margin: 0 auto;
}

.article-title {
    height: 70px;
    margin: 5% 4%;
}

.article-title span {
    text-align: center;
    font-size: 24px;
    line-height: 70px;
}

.article-title i {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/crm/crm-home-sprite-new.png);
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 20px;
    float: left;
}

.article-title-item1 {
    background-position: 0px -1103px;
    width: 70px;
    height: 70px;
}

.article-title-item2 {
    background-position: -84px -1103px;
    width: 70px;
    height: 70px;
}

.article-title-item3 {
    background-position: -166px -1103px;
    width: 70px;
    height: 70px;
}

.article-titleline {
    color: #0057d9;
    font-size: 22px;
}

.article-date {
    color: #666666;
    line-height: 3px;
    margin-top: 16px;
    font-weight: 300;
    text-align: right !important;
}

.gd-fqa {
    margin: 0 4%;
}

.ga-fq-cont {
    padding: 30px 0;
    transition: all .5s linear;
    border-bottom: 1px solid #e6e6e6;
}

.gd-fqa .ga-fq-cont:first-child {
    border-top: 1px solid #e6e6e6;
}

.gd-qus {
    font: 400 18px/18px 'Roboto';
    color: #181819;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.gd-ans {
    padding: 25px 10px 0px;
    color: #000;
    border-top: 0;
    display: none;
}

.gd-ans p {
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .article-con {
        width: 85%;
    }

    .article-titleline {
        line-height: 28px;
    }
}

.faq_section {
    padding: 30px 0 0px 0;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    width: 96%
}

.faq_section h2 {
    text-align: center;
    padding-bottom: 30px;
}

.i18n-ar .faq-accordian p {
    padding: 10px 0 0 30px;
}





/*右悬窗*/
.right_fc {
    position: fixed;
    right: 2px;
    bottom: 200px;
    z-index: 100;
}

.right_fc .right_fc_inner img {
    width: 120px;
}

.right_fc span {
    position: absolute;
    top: -14px;
    left: -4px;
    color: #000;
    cursor: pointer;
}

.fcclose_active {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .right_fc .right_fc_inner img {
        width: 130px;
    }
}

/*右悬窗 End*/



.Ncrm_ctaGrpC {
    margin-top: 40px;
    text-align: center;
}
.act-btn {
    border: initial;
}
.demo-btn {
    display: inline-block;
    margin: 0 50px;
    padding: 8px 30px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.Ncrm_Sales {
    margin-right: 25px;
    background: #f0483e;
    border: 0;
}
.Ncrm_Bps {
    display: inline-block;
    margin-left: 0;
    padding: 8px 30px;
    color: #f0483e;
    border: 1px solid #f0483e;
    color: #f0483e;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}


@media (max-width: 345px) {
.demo-btn {
   margin: 0 0 20px;
}
.crm-hub-titlesec>span {
   margin: 10px 10px 0 0;
}
}