/* header */
nav {
    background: #FFF;
}

.hide {
    display:none;
}

.family-pf {
    font-family:PingFang SC;
}

.text-main {
    color:#333333;
}

.text-gray {
    color:#8C8C8C;
}

.active a {
    color: #53834F;
}

.navbar-toggler-icon i {
    font-size: 1.8rem;
}

.btn-register-sm {
    margin: 4px 0px 0px 40px;
}

nav .avatar {
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-size: contain;
}

nav .navbar-brand {
    display: block;
}
nav .navbar-brand-inverse {
    display: none;
}

.image-banner {
    max-width:1720px;
    width:100%;
}

@media (min-width: 768px) {
    /* expanded */
    .homepage nav {
        background: transparent;
        margin-top: 16px;
    }

    .homepage nav a, .homepage nav a.btn-outline-primary:hover {
        color: #FFF;
    }

    .homepage nav a.btn-outline-primary {
        border-color: #FFF;
    }

    .homepage nav .active a, .homepage nav a:hover {
        color: #53834F;
    }
    .homepage nav .navbar-brand {
        display: none;
    }
    .homepage nav .navbar-brand-inverse {
        display: block;
    }
}

@media (max-width: 768px) {
    /* collapsed */
    nav .dropdown-menu {
        background-color: inherit;
        border: none;
    }
}
.mt10 {
    margin-top:10px;
}

.with-header-border nav {
    border-bottom: 1px solid #E7E7E7;
}
.right-img {
    position: absolute;
    top: -9%;
    right: 19%;
    width: 10%;
}

.left-img {
    position: absolute;
    bottom: 0px;
    left: 14%;
    top: 35.5%;
    width: 18%;
}

/* header */
.navbar {
    padding:1rem;
}
.menu-new {
    width: 970px;
    position: absolute;
    z-index: 9999;
    list-style: none;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
    border:none;
}
/* @media (max-width: 1230px){
}

@media (max-width: 1230px){
    .menu-new {
        width: 700px;
    }
} */
ul.son li {
    padding: 0 10px;
}
.item-desc {
    padding-right: 0;
    padding-left: 10;
}

@media only screen and (max-width: 1230px) and (min-width: 760px) {
    .menu-new {
        width: 700px;
    }
    ul.son li {
        padding: 0 5px;
    }
    .item-desc {
        padding-left:20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 760px) {
    .menu-new {
        left: -200px;
    }
}

.navbar-toggler {
    padding-right:0;
}

#main-nav-bar {
    margin-left:40px;
}
.nav-item {
    margin-left:30px;
}
.item-img img {
    max-width:45px;
}

.item-desc .subtitle {
    margin-bottom:0;
}
ul.menu-new .row {
    margin-bottom:10px;
}
ul.menu-new.row .col-md-4 {
    padding-left:30px;
    padding-right:30px;
}



@media (max-width: 760px) {
    #main-nav-bar {
        margin-left:0;
    }
    .nav-item {
        margin-left:0;
    }
    ul {
        padding-inline-start: 0px;
        list-style-type:none;
        margin-inline-end: -10px;
    }
    ul .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 15px;
    }

    ul.son>li {
        border-bottom:1px solid #eeeeee;
        padding: 0;
    }
    .item-img img.arrow {
        width:12px;
    }
    .mobile .item-img img {
        max-width:50px;
    }

    .mobile ul .row {
        padding: 10px 5px;
    }

    .mobile ul .product-item {
        padding-left:15px;
        padding-right:15px;
    }

    .mobile ul .product-item .col-1 {
        max-width:14%;
    }

    .mobile ul .product-item .col-10 {
        max-width:75%;
    }

    .mobile ul .item-img img.arrow {
        width:6px;
        margin-top:8px;
    }

    .mobile .item-desc .title {
        margin-top:0px;
        margin-bottom:5px;
    }

    .mobile .mb40 {
        margin-bottom:20px;
    }
    .mobile .mt40 {
        margin-top:20px !important;
    }
}

.pr0 {
    padding-right:0;
}

a.color-757575 {
    color:#757575;
    text-decoration: none;
}
.product-item {
    padding:10px;
    border-radius: 4px
}

.product-item:hover {
    background:#f4f4f4;
}

.item-img {
    padding-left:0
}

.item-desc .title {
    color:#333333;
    margin-bottom:0;
}

.item-desc .subtitle {
    color:#8c8c8c;
}

.product-more {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
}


.nav-item a{
    color:#333333;
}

.nav-item a:hover{
    color:#53834F;
}

.nav-item a.btn-primary,
.nav-item a.btn-primary:hover {
    color:#ffffff;
    margin-top:4px;
}

/* footer */
footer {
    width: 100%;
    padding: 60px 0px 10px 0px;
    color: #B6B7BB;
    background-color: #2F3034;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #FFF;
}

footer .footer-logo {
    overflow: hidden;
    background-image: url(/static/image/logo-inverse.png);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
}

footer .footer-logo.icon {
    width: 50px;
    margin: 0 40px;
}

footer .footer-logo.text {
    width: 130px;
    background-position: -50px;
}

footer h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #FFF;
}

footer h2 {
    font-size: 1.43rem;
    color: #FFF;
}

footer ul {
    padding: 0px;
}

footer ul li {
    list-style: none;
    padding-bottom: 16px;
}

footer .contact li {
    display: inline-block;
    border-color: #B6B7BB;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

footer .contact li:hover {
    background-color: #68A463;
    color: #FFF;
}

/* section */
section {
    display: block;
    width: 100%;
}

/* 站点首页 */
.home-section-1 {
    padding: 70px 0px 0px 0px;
}

.home-section-1 .font-36 {
    padding-top: 30px;
    padding-bottom: 30px;
    color:#333333
}

.font-36 {
    font-size: 2.25rem;
}
.font-30 {
    font-size:1.875rem;
}

.font-18 {
    font-size:1.125rem;
}

.home-section-1 .font-16 {
    padding-bottom: 30px;
    color:#8C8C8C
}

.home-section-1 .buttons {
    margin-bottom: 50px;
}

.home-section-1 .buttons a {
    width: 25%;
    margin-right: 5%;
    min-width: 160px;
}

.home-section-1 .video {
    margin-bottom: 180px;
}
.home-section-1 .video > div:first-child {
    width: 60px;
    height: 60px;
    line-height: 20px;
    font-size: 1.25rem;
    border: 2px solid #FFF;
    border-radius: 60px;
    padding: 20px;
    margin-right: 10px;
    float: left;
}
.home-section-1 .video > div:last-child {
    height: 60px;
    float: left;
    opacity: 0.6;
}
.home-section-1 .video > div:last-child > div {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.home-section-1 .video .font-14 {
    color: #68A463;
}
.home-section-1 .tips > div {
    float: left;
    margin-top: 20px;
}
.home-section-1 .tips > div:first-child {
    margin-right: 100px;
}
.home-section-1 .tips img {
    height: 35px;
    margin-right: 20px;
}
.home-section-1 .tips span {
    line-height: 35px;
    color: #86B682;
}
.home-section-1 .counter {
    padding-left: 50px;
}
.home-section-1 .counter .text {
    height: 140px;
    overflow: hidden;
    margin-top: 200px;
}
.home-section-1 .counter .text h3 {
    color: #86B682;
    height: 40px;
    line-height: 40px;
}
.home-section-1 .counter .text h2 {
    padding: 0;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
}
.home-section-1 .counter .bg {
    position: relative;
    top: -240px;
    height: 0;
    width: 100%;
    overflow: visible;
}
.home-section-1 .counter .sm-text h3 {
    color: #86B682;
    height: 40px;
    line-height: 40px;
}
.home-section-1 .counter .sm-text h2 {
    padding: 0;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
}
.home-section-1 .video-figure {
    cursor:pointer;
}
@media (max-width: 768px) {
    /* collapsed */
    .home-section-1 {
        padding: 70px 0px 0px 0px;
    }
    .home-section-1 .font-36 {
        padding-top: 30px;
    }
    .home-section-1 .sm-text {
        padding-top: 70px;
        font-weight: 200;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
    }
    .home-section-1 h3 {
        color: #86B682;
    }
}

.home-section-2 {
    padding: 100px 0px 100px 0px;
}
.home-section-2 .font-24 {
    padding-bottom: 40px;
}
.home-section-2 .item {
    height: 60px;
    padding: 20px 0;
}
.home-section-2 .item > div
{
    height: 30px;
    line-height: 30px;
}
.home-section-2 .item .font-16 i {
    font-size: 1.25rem;
    line-height: 30px;
    width: 20px;
    text-align: center;
    margin-right: 40px;
}
.home-section-2 .item .font-14 {
    padding-left: 60px;
}
.home-section-2 .button {
    margin-top: 30px;
    margin-left: 60px;
}

.home-section-3 {
    padding: 100px 0px;
}
.home-section-3 .font-24 {
    padding-bottom: 20px;
}
.home-section-3 .font-14 {
    padding-bottom: 10px;
}
.home-section-3 .info-block {
    padding-top: 30px;
}
.home-section-3 .info-block>img {
    max-width: 110px;
    margin-bottom: 20px;
}
.home-section-3 .info-block>h3 {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-3 .info-block {
        flex: 0 0 27%;
    }
}

.home-section-4 {
    padding: 60px 0px;
}

.home-section-4 .info-block {
    margin-top:60px;
}

.home-section-4 .info-box {
    padding: 40PX;
    background: #FFF;
    padding-top: 40PX;
    border-radius: 8PX;
    min-height:300px;
}

.home-section-4 .info-box>img {
    width:114px;
    margin-bottom:30px;
}

.home-section-4 .font-24 {
    padding-bottom: 30px;
}
.home-section-4 .image > div {
    padding-top: 30px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-4 {
        padding: 100px 0px;
    }
    .home-section-4 .image > div:nth-child(1) {
        transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    }
    .home-section-4 .image > div:nth-child(1).active {
        transform: matrix(1.3, 0, 0, 1.3, 0, 0);
    }
    .home-section-4 .image > div:nth-child(2) {
        transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    }
    .home-section-4 .image > div:nth-child(2).active {
        transform: matrix(1.3, 0, 0, 1.3, 0, 0);
    }
}

.home-section-5, .home-section-7 {
    padding: 100px 0px;
}

.home-section-5 .info-block {
    padding: 40px;
}

.home-section-5 .info-block>img {
    width: 56px;
    margin-bottom:20px;
}

.home-section-6 {
    padding: 60px 0px;
}

.home-section-6 .info-block {
    padding-top: 40px;
}
.home-section-6 .info-block>img {
    width: 140px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-6 {
        padding: 100px 0px;
    }
    .home-section-6 .info-block {
        flex: 0 0 20%;
    }
}

.mobile-image-banner {
    display:none;
}

/* 手机适配 */
.mobile .home-section-1 {
    padding: 0px;
}

.mobile .home-section-1 .font-16 {
    font-size:1.14rem;
}
.mobile .home-section-1 .font-36 {
    font-size: 1.5rem;
    font-weight:700;
}
.mobile .font-30 {
    font-size: 1.4rem;
}
.mobile .text-summary {
    font-size:1.14rem;
}

.mobile .home-section-2,
.mobile .home-section-3,
.mobile .home-section-4,
.mobile .home-section-5,
.mobile .home-section-7 {
    padding: 60px 0px 60px 0px;
}

.mobile .home-section-3 .info-block {
    padding-top: 20px;
    text-align:center;
}

.mobile .mb30 {
    margin-bottom:20px;
}
.mobile .home-section-5 .info-block {
    padding:30px 10px;
}

.mobile .mb20 {
    margin-bottom:14px;
}
.mobile .home-section-5 .info-block>img {
    margin-bottom:14px;
}

.mobile .font22 {
    font-size: 1.2rem;
}
.mobile .mb60 {
    margin-bottom:40px;
}
.mobile .mb80{
    margin-bottom:40px;
}

.mobile .pc-image-banner {
    display:none;
}

.mobile .mobile-image-banner {
    display:block;
}

.mt40 {
    margin-top:40px !important;
}
.mb40{
    margin-bottom:40px;
}

.mb30 {
    margin-bottom:30px;
}
.mb20 {
    margin-bottom:20px;
}
.mb60 {
    margin-bottom:60px;
}
.mb80 {
    margin-bottom:80px;
}
.font22 {
    font-size:22px;
}

.border-radius-6 {
    border-radius: 6px;
}
 .input-bottom .input-shadow {
    box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
}
.border-right-radius-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.reg-email::-webkit-input-placeholder {
  color: #C2C2C2;
}
 .reg-email:-moz-placeholder {
  color:#C2C2C2;
}
 .reg-email:-ms-input-placeholder {
  color: #C2C2C2;
}
input.border-0 {
    border: 0px;
}
.home-input {
    height: 45px;
    outline: none !important;
}
.home-btn {
    height: 45px;
    border: none;
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.delay-1 {
    animation-delay: 0.4s;
}

.home_part_item img {
    margin-right:20px;
}

.home_part_item .item img.img-hover {
    display:none;
}

.home_part_item .hover img.img-hover {
    display:initial;
}

.home_part_item .hover img.img-un-hover {
    display:none;
}

.home_part_item {
    color:#8c8c8c;
    cursor: pointer;
}

.item {
    padding:20px 0;
}

.home_part_item .hover {
    background: #fff;
    border-left: 6px solid #68A463;
    color:#333333;
}
.image img {
    display:none;
}

.image img.hover {
    display:block;
}

/* 文档系列样式 */
.documentation {
    padding: 100px 0;
    padding-top: 50px;
}
.documentation .font-20 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.documentation .font-16 {
    padding-bottom: 10px;
}
.documentation .content {
    padding: 30px;
}
.documentation .content ul {
    margin: 0;
}
.documentation .content ul li {
    margin: 10px;
}
.documentation .content .menu ul li {
    margin: 0;
}
.documentation .content .menu > ul > li > a {
    display: block;
    margin: -.75rem -1.25rem;
    padding: .75rem 1.25rem;
    background-color: #68A463;
    color: #FFF;
}
.documentation .content .menu ul li ul {
    padding: 0;
    padding-top: 1.25rem;
    margin: 0 -18px;
}
.documentation .content .menu ul li ul li {
    padding: 5px 28px;
    margin: 10px 0;
    list-style: none;
}
.documentation .content .menu ul li ul li.active {
    background-color: #F5F5F5;
}
.documentation .content .menu ul li ul li.active a {
    color: #494a4a;
}


/* login */
.login-body {
    background-color: #F5F6F7;
}

.login-wrap {
    background-color: #FFF;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 0 30px 5px #e7e7e7;
}

.login-wrap-inner {
    margin: 0 auto;
    padding: 60px 0;
}

.login-wrap .form-group .error {
    color: red !important;
}

.login-wrap .form-group {
    text-align: left !important;
}

@media (max-width: 576px) {
    .login-wrap-inner {
        padding: 60px 20px;
    }
}

.login-top {
    margin-bottom: 40px;
}

.login-logo {
    margin-bottom: 20px;
}

.login-logo img {
    height: 35px;
}

.login-top-des{
  font-size: 14px;
  color: #C2C2C2;
}

.login-wrap input::-webkit-input-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input:-moz-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input::-moz-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input:-ms-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap .forget-sign {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.login-bottom {
    font-size: 1.1rem;
}

.login-wrap .input-group .btn {
    border-color: #ced4da;
    font-size: 1rem;
    color: #aaa;
    background-color: #fff;
}

.login-wrap #captchaImage {
    height: 45px;
    width: 100%;
    cursor: pointer;
}

.login-wrap .country-menu {
    max-height: 200px;
    overflow: auto;
    width: 338px;
    padding: 5px 0;
    margin-left: -2px;
}

.login-wrap .country-menu li {
    padding: 0 5px;
}

#tel-error {
    width: 100%;
}

.country-menu .country-item {
    cursor: pointer;
}

.country-menu > li:hover {
    background-color: #eee;
}


/* service */
.service-common-section-2 {
    height: 50px;
    line-height: 50px;
}

.service-common-section-2 .nav-underline {
    height: 3px;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    bottom: 1px;
}

.service-common-section-2 a:link {
    text-decoration:none;
}

.about-section-1, .about-section-2, .about-section-3 {
    padding-top: 70px;
}

.about-section-3 {
    padding-bottom: 70px;
}

.about-img-wrap {
    padding: 20px 50px 0 110px;
}

@media (max-width: 768px) {
    .about-img-wrap {
        padding: 0 20px;
    }
}

.contact-section-1 {
    margin: 70px 0;
}

.contact-section-1 .xian-div {
    background-color: #FFF;
    padding: 50px 30px;
    height: 180px;
}

.service-section {
    margin: 70px 0;
}

.container .about .wxwb {
    margin-top: 26px;
    width: 176px;
}
.container .about .col-xs-6 {
    width:50%;
}

.copyinfo {
    display:flex;
    justify-content: center;
}
.feature_report {
    height: 168px;
    width: 199px;
    display: block;
    margin: 0 auto 10px;
}

.bg-light-green {
    background:#f0f6ef !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #99cc95;
    border-color: #99cc95;
}
.btn:disabled {
    cursor: not-allowed;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* service*/

.feature-section-8 {
    padding: 100px 0;
}
.feature-section-8 .font-24 {
    padding-bottom: 20px;
}
.feature-section-8 .info-block .icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin: 20px auto;
    display: block;
}

.nav-item a.btn-outline-primary{
    border-color:#E3E3E3;
}
.nav-item a.btn-outline-primary:hover {
    color:#ffffff;
}


.price_item {
  border: 1px solid #D3E0F1;
  border-radius: 3.5px;
  /* padding-top: 30px; */
  /* padding-bottom:30px; */
  padding:30px 16px;
  margin:0 14px;
  cursor: pointer;
}

.price_common_chinese {
  height:850px;
}

.price_enterprise_chinese {
  height: 920px;
}

.price_common_english {
  min-height:1000px;
}

.price_enterprise_english {
  min-height: 1120px;
}


.price_star {
  position: absolute;
  top: -1px;
  right: 13px;
}
.price_title_text {
  font-weight: 500;
  color: #333 !important;
  font-size: 16px;
}
.price_title_message {
  min-height:34px;
  margin: 10px 20px 0 20px;
  display: block;
  font-size: 12px;
  color: #b5babc;
}
.colorWhite {
  color: #fff;
}
.price_info {
  margin-top: 23px;
  margin-bottom: 20px;
}
.price_money_symbol {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  color: #28ACF4;
}
.price_number {
  font-size: 38px;
  color:#28ACF4 ;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 500;
}
.price_slash {
  font-size: 32px;
  color: #cacecf;
  line-height: 1.2em;
  font-weight: lighter;
}
.price_slash_small {
  font-size: 16px;
  color: #cacecf;
  line-height: 1.2em;
  font-weight: lighter;
}
.price_year {
  font-size: 14px;
  color: rgb(135, 143, 146);
  line-height: 1.2em;
}
.price_hr {
  padding: 0px;
}

.price_desc_title {
  font-size: 14px;
  margin-top:20px;
  color: #B5BABC !important;
}

.price_desc_item {
  font-size: 14px;
  margin-top:10px;
  color: #878f92 !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-start-center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-between-center {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.price_desc_point {
  max-width:4px;
  min-width:4px;
  height:4px;
  background-color:#1F9CEB;
  border-radius:50%;
  margin:8px 8px 8px 2px !important;
}

.price_active {
  box-shadow : 0 6px 54px rgba(61,61,61,0.18);
}
.price_buy_div {
  margin-bottom: 30px 0;
}

.price_buy_div .btn {
  width:85%;
}

.price_buy_btn {
  min-width: 176px;
  font-size: 12px !important;
  border-radius: 3px;
  border: solid 1px #28ACF4;
  color: #ffffff;
  background-color: #28ACF4;
}
.price_trial_btn {
  min-width: 176px;
  font-size: 12px !important;
  border-radius: 3px;
  border: solid 1px #28ACF4;
  color: #28ACF4;
}
.price_buy_btn:hover {
  color: #ffffff;
  background: #28ACF4;
}
.bg-footer-dark {
}
.mtb100 {
  margin: 100px 0;
}
.mb50 {
  margin-bottom: 20px;
}

.client-subtitle {
  font-size: 14px;
  line-height: 22px;
}
.client-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
}
ul.switchTab {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.modal-body .navbar .nav.switchTab li.active a {
  background: 0 0;
  font-size: 15px;
  color: #37acf6;
  border-bottom: 2px solid #37acf6;
}
.common-custom{
  border-top: 8px solid #28ACF4;
}
.enterprise-advanced {
  border-top: 8px solid #28acf4;
}

.enterprise-professional {
  border-top: 8px solid #5656F0;
}

.enterprise-custom {
  border-top: 8px solid #6443bc;
}
.contact-us-title {
  font-size: 16px;
  margin-bottom: 55px;
  color: #4b5f6c !important;
}
.contact-us {
  height:80px;
  width:80px;
  margin-bottom:10px;
}
.img-circle {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  vertical-align:baseline;
  display:inline-block;
  margin-top:5px;
}
.img-circle-list {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  vertical-align:middle;
  display:inline-block;
}
.enterprise-name {
 display: inline-block;
 line-height: 1.75;
 margin-left: 10px;
 width: 100px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 vertical-align: text-top;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
}
.out{
 display:inline-block;
 background: #e85b72;
 color:#ffffff;
}

.advanced{
 display:inline-block;
 background: #28acf4;
 color:#ffffff;
}
.professional{
 display:inline-block;
 background: #1668d1;
 color:#ffffff;
}
.custom{
 display:inline-block;
 background: #6443bc;
 color:#ffffff;
}
.select2-results__option{
  padding:5px 20px 5px 9px;
}
.enterprise-list{
  padding: 5px 10px;
}
.btn-purple-custom{
  background-color: #fff !important;
  border-color: #6443bc !important;
  color: #6443bc !important;
}
.price-img-crown{
  width:38px;
  height:30px;
  position:absolute;
  top:-21px;
  right:22px;
  transform:rotate(1deg);
}
.price-discount{
  width:100px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}
.price-discount-description{
  position:absolute;
  top: 30px;
  left: -12px;
  width:100%;
  text-align:center;
  font-weight:800;
  transform: rotate(-45deg);
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.price-enterprise-consultants{
  width:100%;
  height:150px;
  background-color:#0e212f;
  position:relative;
}
.price-enterprise-consultants-name{
  display:inline-block;
  position:relative;
}
.price-clock{
  width:54px;
  position:absolute;
  top:-15px;
  right:-35px;
}
.price-enterprise-consultants-desc{
  font-size:18px;
  font-weight:400;
  margin-top:20px;
}
.price-tracup{
  position:absolute;
  bottom:0px;
  right:0px;
}
.price-enterprise-custom-nav {
  height:190px;
  width:calc(100% - 30px);
  position:absolute;
  top:-60px;
  background:linear-gradient(-90deg,rgba(40,172,244,1) 0%,rgba(22,104,209,1) 100%);
  box-shadow:0px 20px 40px 0px rgba(82,94,105,0.12);
  border-radius:11px;
  color:#fff !important;
  padding:0 60px;
}

.btn:focus{
  outline: none;
  box-shadow:none;
}


.btn-deepblue:hover{
  background-color: #1359B2 !important;
  border-color: #1359B2 !important;
}

.btn-common-outline{
  background-color: #fff !important;
  border-color: #28ACF4 !important;
  color: #28ACF4 !important;
}

.btn-common-outline:hover{
  background-color: #28ACF4 !important;
  border-color: #28ACF4 !important;
  color: #fff !important;
}

.btn-deepblue-outline{
  background-color: #fff !important;
  border-color: #1668D2 !important;
  color: #1668D2 !important;
}

.btn-deepblue-outline:hover{
  background-color: #1668D2 !important;
  border-color: #1668D2 !important;
  color: #fff !important;
}


/* common */
.bg-F5F8FB {
  background-color: #f5f8fb;
}
.font-26 {
  font-size: 26px;
}
.font-30 {
  font-size: 30px;
}
.color-FFFFFF {
  color: white;
}
.color-7A859E {
  color: #7A859E;
}
.color-2F354D {
  color: #2F354D;
}
.color-8C8C8C {
  color: #8C8C8C;
}
.color-B1B6C3 {
  color: #B1B6C3;
}
.color-0035EC {
  color: #5656F0;
}
.btn-self-none {
  color: #2F354D !important;
  border: 1px solid transparent;
}
.btn-self-none:hover {
  color: #5656F0 !important;
}
.btn-self-outline {
  color: #2F354D !important;
  border: 1px solid #7A859E;
}
.btn-self-outline:hover {
  border-color: #2F354D;
}
.btn-self-outline-white {
  color: #FFF !important;
  border: 1px solid #7A859E;
}
.btn-self-outline-white:hover {
  border-color: #FFF;
}
.btn-self-primary {
  background: #5656F0;
  color: white !important;
}
.btn-self-primary:hover {
  background: #4d72f2;
}
.btn-self-primary:active {
  background: #002dbd;
}
.btn-self-secondry {
  background: #E6E9F6;
  color: #5656F0 !important;
}
.btn-self-secondry:hover {
  background: #4d72f2;
  color: white !important;
}
.btn-self-secondry:active {
  background: #4d72f2;
  color: white !important;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-160 {
  margin-bottom: 160px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

/* section */
section {
  display: block;
  width: 100%;
}

/* header */
.homepage-header {
  background: white;
}
.homepage-header .header-content {
  height: 64px;
}
.homepage-header .logo {
  height: 32px;
}
.homepage-header .login {
  margin-right: 16px;
}
.homepage-header .dropdown {
  margin-left: 40px;
}
.homepage-header .products-toggle {
  display: block;
  position: relative;
  color: #2F354D;
  line-height: 32px;
  cursor: pointer;
}
.homepage-header .products-toggle:hover {
  color: #5656F0;
}
.homepage-header .dropdown-menu {
  position: fixed;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  width: 970px;
  padding: 20px;
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
  margin-top: -1px;
}
.homepage-header .products-line {
  width: 90%;
  margin-left: 5%;
  border-bottom: 1px solid #DEE2EC;
}
.homepage-header .products > div {
  padding: 0px 15px;
  margin-bottom: 10px;
}
.homepage-header .products-item {
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.homepage-header .products-item:hover {
  background: #f4f4f4;
}
.header-bars-content .products-logo,
.homepage-header .products-logo {
  width: 45px;
  height: 45px;
}
.header-bars-content .products-item > div,
.homepage-header .products-item > div {
  padding-left: 10px;
}
.homepage-header .more-product:hover {
  text-decoration: none;
  color: #5656F0;
}
.homepage-header .header-bars {
  font-size: 2em;
}
.header-bars-content {
  display: none;
  padding: 0px 15px;
}
.header-bars-content .products-item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #DEE2EC;
}
.header-bars-content .products-item:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(180deg);
  background: url(/static/imgs/homepage-listen-gray.png) 0 0 / 100% 100%;
}
.header-bars-content a {
  text-decoration: none;
}
.header-bars-content .btn {
  line-height: 24px;
}
.header-bars-content .login {

  margin: 20px 0px;
}
@media (max-width: 991px) {
  .homepage-header .dropdown-menu {
      width: 720px;
  }
}

/* banner */
.homepage-banner {
  position: relative;
  height: 756px;
  padding-top: 100px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(246,247,252,1) 0%, rgba(255,255,255,1) 100%);
}
.homepage-banner .banner-content {
  max-width: 788px;
  margin: 0 auto;
}
.homepage-banner .btn {
  padding: 8px 26px;
}
.homepage-banner .homepage-banner-bg {
  position: absolute;
  width: 1600px;
  height: auto;
  bottom: 0;
  left: 50%;
  margin-left: -800px;
}
@media (max-width: 991px) {
  .homepage-banner {
      height: 500px;
      text-align: center;
  }
}

/* feature */
.homepage-feature .feature-item {
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
}
.homepage-feature .feature-icon img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 24px;
}
.homepage-feature .feature-title {
  line-height: 40px;
}
.homepage-feature .feature-icon img.light,
.homepage-feature .feature-desc p.desc {
  display: none;
}
.homepage-feature .feature-pic {
  height: 500px;
  padding-left: 40px;
}
.homepage-feature .feature-pic img {
  max-width: 100%;
  display: none;
}
.homepage-feature .feature-pic img.active {
  display: block;
}
.homepage-feature .feature-item.active {
  background: #F6F7F9;
}
.homepage-feature .feature-item.active .feature-icon img {
  display: none;
}
.homepage-feature .feature-item.active .feature-icon img.light,
.homepage-feature .feature-item.active .feature-desc p.desc {
  display: block;
}
@media (max-width: 991px) {
  .homepage-feature .feature-item {
      background: #F6F7F9;
      margin-top: 40px;
  }
  .homepage-feature .feature-item:first-child {
      margin-top: 0px;
  }
  .homepage-feature .feature-icon img {
      display: none;
  }
  .homepage-feature .feature-icon img.light,
  .homepage-feature .feature-desc p.desc {
      display: block;
  }
}

/* special */
.homepage-special .special-title img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  margin-right: 24px;
}
.homepage-special .special-title p {
  line-height: 40px;
}
.homepage-special .special-desc p {
  position: relative;
  padding-left: 36px;
}
.homepage-special .special-desc p:before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(../images/homepage-special-right.png) 0 0 / 100% 100%;
  left: 4px;
  top: 4px;
}
.homepage-special .special-pic {
  height: 400px;
}
.homepage-special .special-pic img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .homepage-special .special-title {
      display: flex;
  }
  .homepage-special .mb-160 {
      margin-bottom: 100px;
  }
}

/* share */
.homepage-share .share-title {
  height: 200px;
  border-radius: 8px 8px 0 0;
  padding: 30px;
}
.homepage-share .share-content:nth-child(1) .share-title {
  background: url(../images/homepage-share1.png) top right / 100% 100%;
}
.homepage-share .share-content:nth-child(2) .share-title {
  background: url(../images/homepage-share2.png) top right / 100% 100%;
}
.homepage-share .share-content:nth-child(3) .share-title {
  background: url(../images/homepage-share3.png) top right / 100% 100%;
}
.homepage-share .share-title .btn{
  padding: 2px 10px;
}
.homepage-share .share-desc {
  padding: 30px 0px 30px 30px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 10px 20px 0px rgba(122, 133, 158, 0.1);
}
.homepage-share .share-desc p {
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px) {
  .homepage-share .share-content {
      margin-top: 40px;
  }
  .homepage-share .share-content:first-child {
      margin-top: 0;
  }
}

/* listen */
.homepage-listen .listen-carousel {
  position: relative;
  padding: 0 140px;
}
.homepage-listen .listen-carousel span {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 34px;
  top: 50%;
  margin-top: -32px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 20px 40px 0px rgba(122, 133, 158, 0.1);
}
.homepage-listen .listen-carousel .listen-next {
  left: auto;
  right: 34px;
}
.homepage-listen .listen-carousel span:after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  left: 26px;
  top: 50%;
  margin-top: -10px;
  background: url(/static/imgs/homepage-listen-gray.png) 0 0 / 100% 100%;
}
.homepage-listen .listen-carousel .listen-next:after {
  transform: rotate(180deg)
}
.homepage-listen .listen-carousel span:hover {
  background: #5656F0;
}
.homepage-listen .listen-carousel span:hover:after {
  transform: rotate(180deg);
  background: url(/static/imgs/homepage-listen-white.png) 0 0 / 100% 100%;
}
.homepage-listen .listen-carousel .listen-next:hover:after {
  transform: rotate(0deg)
}
.homepage-listen .listen-carousel > div {
  display: none;
}
.homepage-listen .listen-carousel > div.active {
  display: block;
}
.homepage-listen .listen-content {
  position: relative;
  height: 258px;
  padding: 60px 40px 0px;
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(122, 133, 158, 0.1);
  border-radius: 8px;
}
.homepage-listen .listen-avatar {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: -32px;
  left: 40px;
  border-radius: 50%;
}
.homepage-listen .listen-top {
  box-sizing: content-box;
  height: 122px;
  line-height: 22px;
  overflow: hidden;
  border-bottom: 1px solid #DEE2EC;
}
.homepage-listen .listen-bottom {
  height: 75px;
}
.homepage-listen .listen-bottom .star,
.homepage-listen .listen-bottom .halfstar {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/homepage-star.png) 0 0 / 100% 100%;
}
.homepage-listen .listen-bottom .halfstar {
  background: url(../images/homepage-halfstar.png) 0 0 / 100% 100%;
}
@media (max-width: 1199px) {
  .homepage-listen .listen-carousel {
      padding: 0px;
  }
  .homepage-listen .listen-carousel > div {
      display: block;
      margin-top: 80px;
  }
  .homepage-listen .listen-carousel > div:first-child {
      margin-top: 40px;
  }
  .homepage-listen .listen-carousel span {
      display: none;
  }
}

/* email */
.homepage-email .email-input {
  max-width: 500px;
  margin: 0px auto 20px;
  box-shadow: 0px 10px 30px 0px rgba(63, 70, 62, 0.1);
}
.homepage-email .email-input input {
  height: 46px;
  padding: 16px;
  border: 0px;
}
.homepage-email .email-input input::placeholder {
  color: #C2C2C2;
}
.homepage-email .email-input .btn {
  width: 62px;
  height: 46px;
}
.homepage-email .email-input img {
  width: 22px;
  height: 22px;
}

/* footer */
footer {
  width: 100%;
  padding: 60px 0px 10px 0px;
  color: #B6B7BB;
  background-color: #0F121C;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #FFF;
}
footer .footer-logo {
  overflow: hidden;
  background-image: url(/static/image/logo-inverse.png);
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 50px;
}
footer .footer-logo.icon {
  width: 50px;
  margin: 0 40px;
}
footer .footer-logo.text {
  width: 130px;
  background-position: -50px;
}
footer h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
}
footer h2 {
  font-size: 1.43rem;
  color: #FFF;
}
footer ul {
  padding: 0px;
}
footer ul li {
  list-style: none;
  padding-bottom: 16px;
}
footer .contact li {
  display: inline-block;
  border-color: #B6B7BB;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
footer .contact li:hover {
  background-color: #3790FF;
  color: #FFF;
}
.container .about .wxwb {
  margin-top: 26px;
  width: 176px;
}

.copyinfo {
  display:flex;
  justify-content: center;
}

/* login */
.login-body {
  background-color: #F5F6F7;
}
.login-wrap {
  background-color: #FFF;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 8px;
  box-shadow: 0 0 30px 5px #e7e7e7;
}
.login-wrap-inner {
  margin: 0 auto;
  padding: 60px 0;
}
.login-wrap .form-group .error {
  color: red !important;
}
.login-wrap .form-group {
  text-align: left !important;
}
@media (max-width: 576px) {
  .login-wrap-inner {
      padding: 60px 20px;
  }
}

.login-top {
  margin-bottom: 50px;
}
.login-logo {
  margin-bottom: 15px;
}
.login-logo img {
  width: 170px;
}
.login-wrap input {
  border-color: #DEE2EC;
}
.login-wrap input::-webkit-input-placeholder {
 color: #B1B6C3 !important;
 font-size: 15px !important;
}
.login-wrap input:-moz-placeholder {
 color: #B1B6C3 !important;
 font-size: 15px !important;
}
.login-wrap input::-moz-placeholder {
 color: #B1B6C3 !important;
 font-size: 15px !important;
}
.login-wrap input:-ms-placeholder {
 color: #B1B6C3 !important;
 font-size: 15px !important;
}
.login-wrap .forget-sign {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE2EC;
  margin-bottom: 30px;
}
.login-bottom {
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #DEE2EC;
  font-size: 1.1rem;
}
.login-wrap .third-login {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.login-wrap .third-login:after,
.login-wrap .third-login:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 56px;
  border-top: 1px solid #DEE2EC;
}
.login-wrap .third-login:after {
  left: auto;
  right: 0;
}
.login-wrap .input-group .btn {
  padding: 8px 12px;
}
.login-wrap #captchaImage {
  height: 45px;
  width: 100%;
  cursor: pointer;
}
.login-wrap .country-menu {
  max-height: 200px;
  overflow: auto;
  width: 338px;
  padding: 5px 0;
  margin-left: -2px;
}

.login-wrap .country-menu li {
  padding: 0 5px;
}
#tel-error {
  width: 100%;
}
.country-menu .country-item {
  cursor: pointer;
}
.country-menu > li:hover {
  background-color: #eee;
}

/* service */
.service-common-section-2 {
  height: 50px;
  line-height: 50px;
}
.service-common-section-2 .nav-underline {
  height: 3px;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  bottom: 1px;
  background: #5656F0;
}
.service-common-section-2 a:link {
  text-decoration:none;
}
.about-section-1, .about-section-2, .about-section-3 {
  padding-top: 70px;
}
.about-section-3 {
  padding-bottom: 70px;
}
.about-img-wrap {
  padding: 20px 50px 0 110px;
}
@media (max-width: 768px) {
  .about-img-wrap {
      padding: 0 20px;
  }
}
.contact-section-1 {
  margin: 70px 0;
}
.contact-section-1 .xian-div {
  background-color: #FFF;
  padding: 50px 30px;
  height: 180px;
}
.service-section {
  margin: 70px 0;
}
.email-logo {
  background: url(../image/mail.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 23px;
  height: 18px;
  background-position: center;
}
.message-logo {
  background: url(../image/message.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 23px;
  height: 20px;
  background-position: bottom;
}
.feature_report {
  height: 168px;
  width: 199px;
  display: block;
  margin: 0 auto 10px;
}
