.local-m-logo {
    padding-top: 0px;
}

a.locale-logo {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 24px;
    width: 154px;
    background: url(../res/locale/logo_en.png?4a043e30b73de6a0fdb52ad9d77cbae8) no-repeat;
}

.locale-thead {
    height: 58px;
    background-color: #1f2533;
}

.locale-thead .locale-m-tnav {
    float: right;
}

.locale-m-tnav li {
    margin: 0;
}

.locale-m-tnav .locale-tnav__title {
    padding: 18px 16px;
    color: #fff;
}

.locale-m-locale {
    font-size: 12px;
}

.locale-m-locale .m-locale__lang {
    color: #fff;
    padding: 18px 16px 18px 18px;
}

.locale-m-locale .m-locale__lang:after {
    content: "";
    display: inline-block;


    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px;
    border-color: transparent;
    border-top-color: #fff;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 8px;
    position: inherit;
}

.locale-m-locale .m-locale__downdrop {
    top: 38px;
}

.m-locale__product .tnav_title.z-hover::after {
    display: none;
}

.m-locale__product .m-locale__menu {
    width: 134px;
}

.locale-m-login {
    margin-left: 0;
}

.locale-m-login a {
    box-sizing: border-box;
    height: 58px;
    margin-left: 24px;
    font-size: 14px;
    line-height: 58px !important;
    border: none;
    border-radius: 0;
}

.locale-m-login .login {
    color: #fff;
    border: none;
    width: auto;
    margin-right: 0;
}

.locale-m-login .login:hover {
    color: #2a62ff;
}

.locale-m-login .regis,
.locale-m-login .ucenter {
    color: #fff;
    line-height: 58px;
    text-align: center;
    width: 120px;
    background: #2c6eff;
}

.locale-m-login .regis:hover,
.locale-m-login .ucenter:hover {
    background-color: #2a62ff !important;
    border-color: #2a62ff !important;
    color: #fff !important;
}

.locale-content {
    min-width: 1200px;
}

.locale-content .locale-m-tnav {
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(156, 168, 185, 0.16);
}

.locale-content .locale-m-tnav ul {
    overflow: hidden;
    padding-left: 40%;
}

.locale-content .locale-m-tnav .locale-tnav__title {
    color: #1a2233;
}

.locale-module--why {
    background-color: #1d2331;
}

.locale-module__anchor {
    position: relative;
    display: block;
}

.locale-module__title {
    font-size: 42px;
    color: #25345c;
    line-height: 60px;
    text-align: center;
    padding-top: 120px;
    font-weight: bold;
}

.locale-module__breif {
    font-size: 16px;
    color: #7786ab;
    line-height: 26px;
    height: 64px;
    padding-top: 4px;
}

.locale-module__content {
    padding-bottom: 140px;
}

.locale-about {
    min-width: 1200px;
    height: 574px;
    background: url(../res/locale/banner_en.jpg?3c7c4c2db439aa225d88b7c2de954593) no-repeat center top;
    background-color: #0d1019;
}

.locale-about__title {
    padding-top: 178px;
    font-size: 42px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}

.locale-about__content {
    padding-top: 16px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    width: 640px;
}

@-webkit-keyframes tabFadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes tabFadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes tabFadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes tabFadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.locale-product {
    padding-bottom: 0px;
}

.locale-product__item {
    padding-top: 120px;
}

.locale-product__item+.locale-product__item {
    border-top: 1px solid #dddee3;
}

.locale-product__item--odd {
    background-color: #f7f8fd;
}

.locale-product__anchor {
    position: relative;
    display: block;
    top: -120px;
}

.locale-product__title {
    font-size: 42px;
    color: #25345c;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.locale-product__breif {
    padding-top: 8px;
    font-size: 16px;
    color: #7786ab;
    text-align: center;
    line-height: 24px;
}

.locale-product__btns {
    padding-top: 32px;
    text-align: center;
}

.locale-product__btn {
    display: inline-block;


    width: 160px;
    height: 44px;
    line-height: 42px;
    border-radius: 1px;
    border: 1px solid #2c6eff;
    text-align: center;
    font-size: 16px;
    color: #2c6eff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.locale-product__btn:hover {
    background-color: #2c6eff;
    color: #fff;
}

.locale-product__btn+.locale-product__btn {
    margin-left: 32px;
}

.locale-product__btn--fill {
    background-color: #2c6eff;
    color: #fff;
}

.locale-product__btn--fill:hover {
    background-color: #2a62ff;
    border-color: #2a62ff;
}

.locale-top__btns {
    padding-top: 32px;
}

.locale-product__btn--round {
    border-radius: 48px;
    background: linear-gradient(90deg, #2193fc 0%, #2165fc 49%);
    box-shadow: 0px 12px 32px -1px rgba(120, 145, 199, 0.32);
}

.locale-top__link {
    font-size: 16px;
    color: #2065fc;
    margin-left: 24px;
}

.locale-product__content {
    padding-top: 42px;
    padding-bottom: 120px;
}

.product-plugin .tabs_hd {
    zoom: 1;
    text-align: center;
    border-bottom: 1px solid #dddee3;
}

.product-plugin .tabs_hd:before,
.product-plugin .tabs_hd:after {
    content: "";
    display: table;
}

.product-plugin .tabs_hd:after {
    clear: both;
    overflow: hidden;
}

.product-plugin .tabs_hd li {
    display: inline-block;


    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    color: #25345c;
    cursor: pointer;
    position: relative;
}

.product-plugin .tabs_hd li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2c6eff;
}

.product-plugin .tabs_hd li+li {
    margin-left: 64px;
}

.product-plugin .tabs_hd li.z-crt {
    color: #2c6eff;
}

.product-plugin .tabs_hd li.z-crt::after {
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
    width: 100%;
}

.product-plugin .tabs_hd li:hover {
    color: #2c6eff;
}

.product-plugin .fadeIn {
    -webkit-animation: tabFadeIn 0.6s;
    -moz-animation: tabFadeIn 0.6s;
    -ms-animation: tabFadeIn 0.6s;
    -o-animation: tabFadeIn 0.6s;
    animation: tabFadeIn 0.6s;
}

.product-plugin__item {
    padding-top: 56px;
    zoom: 1;
}

.product-plugin__item:before,
.product-plugin__item:after {
    content: "";
    display: table;
}

.product-plugin__item:after {
    clear: both;
    overflow: hidden;
}

.product-plugin__content {
    float: left;
    width: 690px;
}

.product-plugin__desc {
    font-size: 14px;
    color: #7785ab;
    line-height: 21px;
    width: 600px;
}

.product-plugin__img {
    width: 420px;
    height: 420px;
}

.product-plugin__feature {
    padding-top: 48px;
    zoom: 1;
}

.product-plugin__feature:before,
.product-plugin__feature:after {
    content: "";
    display: table;
}

.product-plugin__feature:after {
    clear: both;
    overflow: hidden;
}

.plugin-feature {
    display: inline-block;


    vertical-align: top;
    width: 284px;
    height: 332px;
}

.plugin-feature+.plugin-feature {
    margin-left: 64px;
}

.plugin-feature__title {
    font-size: 20px;
    color: #25345c;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: bold;
}

.plugin-feature__item {
    font-size: 14px;
    line-height: 24px;
    color: #25345c;
    position: relative;
    padding-left: 16px;
}

.plugin-feature__item:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #25345c;
    border-radius: 50%;
}

.product-captcha,
.product-antispam {
    padding-top: 64px;
}

.product-captcha__item,
.product-antispam__item {
    font-size: 0;
    line-height: 240px;
    padding: 0 120px;
}

.product-captcha__item {
    position: relative;
    line-height: 280px;
}

.product-antispam__item+.product-antispam__item {
    margin-top: 20px;
}

.product-captcha__item--even {
    text-align: right;
}

.product-captcha__item--even .product-captcha__img {
    right: auto;
    left: 185px;
}

.product-antispam__item--even .product-antispam__img {
    float: left;
}

.product-captcha__title,
.product-antispam__title {
    font-size: 20px;
    color: #25345c;
    line-height: 28px;
    font-weight: bold;
}

.product-captcha__content,
.product-antispam__content {
    text-align: left;
    display: inline-block;


    width: 50%;
    vertical-align: middle;
}

.product-captcha__img {
    width: 350px;
    height: 288px;
    position: absolute;
    top: 0;
    right: 185px;
}

.product-antispam__img {
    width: 240px;
    height: 240px;
    vertical-align: middle;
    margin: 0 120px;
}

.product-captcha__desc,
.product-antispam__desc {
    font-size: 14px;
    color: #7786ab;
    line-height: 21px;
    padding-top: 16px;
}

.locale-why {
    padding-bottom: 212px;
    padding-top: 120px;
}

.locale-why__container {
    zoom: 1;
    margin-bottom: -80px;
    font-size: 0;
}

.locale-why__container:before,
.locale-why__container:after {
    content: "";
    display: table;
}

.locale-why__container:after {
    clear: both;
    overflow: hidden;
}

.locale-why__header,
.locale-why__item {
    display: inline-block;


    width: 33.3333%;
    margin-bottom: 80px;
}

.locale-why__header {
    color: #f2f5fc;
    font-size: 42px;
    line-height: 60px;
    padding-top: 60px;
    vertical-align: top;
    font-weight: bold;
}

.locale-why__icon {
    display: block;
    width: 58px;
    height: 48px;
    background-repeat: no-repeat;
}

.locale-why__icon--experience {
    background-image: url(../res/locale/why_experience.png?813806859f7833430299e8cdc77565a0);
}

.locale-why__icon--res {
    background-image: url(../res/locale/why_res.png?7ad906b350afbfc49205fc3fc30c1541);
}

.locale-why__icon--safe {
    background-image: url(../res/locale/why_safe.png?41ab7edf9179e16f1723402e83210439);
}

.locale-why__icon--oversea {
    background-image: url(../res/locale/why_oversea.png?62af998b9470c40b7f6b44bb248f445d);
}

.locale-why__icon--expert {
    background-image: url(../res/locale/why_expert.png?da889afef15368d96d20e2e5d906a0b6);
}

.locale-why__title {
    color: #f2f5fc;
    font-size: 20px;
    line-height: 28px;
    padding-top: 24px;
    font-weight: bold;
}

.locale-why__content {
    font-size: 14px;
    color: #9198ab;
    line-height: 21px;
    padding-top: 8px;
    width: 310px;
}

.locale-module--certificate {
    position: relative;
    margin: 0 auto;
    top: -92px;
    margin-bottom: -92px;
    max-width: 1320px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(41, 92, 204, 0.1);
}

.locale-certificate {
    padding: 0;
}

.locale-certificate__container {
    font-size: 0;
    border-radius: 1px;
}

.locale-certificate__item {
    display: inline-block;


    width: 20%;
    text-align: center;
    padding: 48px 0;
}

.locale-certificate__img {
    width: 89px;
    height: 88px;
}

.locale-certificate__img--cncert {
    width: 137px;
}

.locale-customer {
    padding-top: 64px;
    padding-bottom: 140px;
}

.locale-customer__container {
    zoom: 1;
    margin-bottom: -24px;
}

.locale-customer__container:before,
.locale-customer__container:after {
    content: "";
    display: table;
}

.locale-customer__container:after {
    clear: both;
    overflow: hidden;
}

.locale-customer__item {
    float: left;
    width: 16.6666%;
    height: 80px;
}

.locale-customer__img {
    height: 100%;
    width: 100%;
    margin-bottom: 24px;
}

.locale-footer__container {
    zoom: 1;
    padding-top: 30px;
    padding-bottom: 20px;
}

.locale-footer__container:before,
.locale-footer__container:after {
    content: "";
    display: table;
}

.locale-footer__container:after {
    clear: both;
    overflow: hidden;
}

.locale-footer__title,
.locale-footer__item {
    float: none;
    margin: 0 auto;
    width: fit-content;
}

.locale-footer__title {
    width: 360px;
}

.locale-footer__logo {
    display: block;
    width: 154px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 24px;
    text-indent: -9997px;
    background: url(../res/locale/logo_en.png) no-repeat;
}

.lfooter-product,
.lfooter-support,
.lfooter-about,
.lfooter-contact {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.lfooter-product__title,
.lfooter-support__title,
.lfooter-about__title,
.lfooter-contact__title,
.lfooter-follow__title {
    font-size: 14px;
    color: #c3cde6;
    line-height: 22px;
    padding-bottom: 10px;
}

.lfooter-product__item,
.lfooter-support__item,
.lfooter-about__item,
.lfooter-contact__item {
    font-size: 12px;
    color: #748399;
    line-height: 18px;
    padding-top: 9px;
}

.lfooter-product__link,
.lfooter-support__link,
.lfooter-about__link {
    color: #748399;
}

.lfooter-product__link:hover,
.lfooter-support__link:hover,
.lfooter-about__link:hover {
    color: #2284e7;
}

.lfooter-contact__label {
    padding-right: 5px;
}

.lfooter-follow__item {
    padding-top: 9px;
}

.lfooter-follow__img {
    width: 96px;
    height: 96px;
}

.i-im-4 {
    background: url(../res/locale/online_service.png) no-repeat;
}

.m-im.is-locale .item-wrapper {
    padding: 8px 0;
}

.m-im.is-locale .online-chat-item {
    width: 72px;
    padding: 10px 8px 0;
    font-weight: 700;
}

.m-im.is-locale .im-tip-wrap {
    width: 184px;
    top: 12px;
    padding-right: 20px;
}

.m-im.is-locale .im-tip-content {
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 19px rgba(141, 145, 155, 0.25);
}

.m-im.is-locale .im-tip-image {
    width: 175px;
    height: 175px;
    vertical-align: top;
}

.m-im.is-locale .im-tip-text {
    padding-top: 17px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    line-height: 18px;
    text-align: center;
    color: #666;
}

.m-im.is-locale.is-whatsApp .online-chat-item {
    height: 78px;
}

.m-im.is-locale.is-whatsApp .im-tip-wrap {
    height: auto;
    width: auto;
}

.m-im.is-locale.is-whatsApp .im-tip-content {
    white-space: nowrap;
    height: auto;
    width: auto;
}

.m-im.is-locale.is-whatsApp .im-tip-content img {
    display: block;
    margin: 20px 0;
}

.locale-module--overview .product-antispam__item {
    padding: 0;
    line-height: 314px;
}

.locale-module--overview .product-antispam__item.product-antispam__item--even .product-antispam__img {
    margin-left: 0;
    margin-right: 93px;
}

.locale-module--overview .product-antispam__content {
    width: 44%;
}

.locale-module--overview .product-antispam__img {
    width: 547px;
    height: 314px;
    margin: 0;
    margin-left: 93px;
}

.locale-module--scenarios .locale-product__content {
    padding-top: 64px;
}

.locale-module--scenarios .product-plugin .tabs_hd li+li {
    margin-left: 25px;
}

.locale-module--scenarios .product-plugin__item {
    text-align: center;
}

.locale-module--scenarios .product-plugin__img {
    width: 1000px;
    height: 500px;
}

.locale-module--benefits .locale-product__title {
    margin-bottom: 64px;
}

.locale-module--benefits .locale-why__item {
    border-radius: 8px;
    background: #f7f8fb;
    width: 25.5%;
    padding: 48px 32px;
    vertical-align: bottom;
    height: 260px;
    margin-bottom: 40px;
}

.locale-module--benefits .locale-why__item:nth-child(3n-1) {
    margin-left: 45px;
    margin-right: 45px;
}

.locale-module--benefits .locale-why__item .locale-why__title {
    color: #1a2233;
    margin: 24px 0 16px;
    padding: 0;
}

.locale-module--benefits .locale-why__item .locale-why__img {
    width: 48px;
    height: 48px;
}
