@import url('animate.css');

* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 100px;
}

body {
    background: #fff;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC, 'Microsoft Yahei', Tahoma, Arial, STHeiti, sans-serif, '宋体'; */
    font-family: 'Monospaced Number', 'Chinese Quote', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #131313;
}

p {
    text-align: left;
    font-weight: 400;
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

a {
    /* -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
    text-decoration: none;
    color: #141414;
}

.list-style-disc {
    margin-top: 20px;
}

.list-style-disc li {
    list-style: disc !important;
}

img {
    /*    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;*/
    display: inline-block;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

/*loader*/
.container {
    margin: 0 auto;
    max-width: 1280px;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999999;
    opacity: 1;
    text-align: center;
}

.loading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    text-indent: -9999em;
}

a:focus,
a:hover {
    text-decoration: none;
}

#loader .progress {
    height: 2px;
    margin-top: 20px;
}

.loader .position-center-center {
    width: 100%;
    margin: 0 auto;
}

.loader .progress .indeterminate {
    background: #f34580;
}

#loader p {
    font-style: italic;
    margin-top: 20px;
}

.glyphicon-menu-hamburger:before {
    color: #fff;
    display: none;
}

/*..... BACK TO TOP ......*/

.ownmenu {
    padding: 0;
    margin: 0;
    float: right;
}

.ownmenu li {
    display: inline-block;
    float: left;
}

.ownmenu a {
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    z-index: 10;
}

.ownmenu .dropdown li .dropdown {
    left: 100%;
    top: inherit;
    background: #272727;
}

.header nav .ownmenu .dropdown .indicator {
    display: block;
    left: 0px;
    margin-left: 0px;
}

.ownmenu .dropdown li a {
    width: auto;
    padding: 12px 24px 12px;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ownmenu .dropdown li .dropdown.left {
    left: auto;
    right: 100%;
}

.ownmenu > li.right {
    float: right;
}

.ownmenu > li.right > .megamenu,
.ownmenu > li.right > .megamenu.half-width,
.ownmenu > li.right > .dropdown {
    right: 0;
}

.ownmenu > li.jsright.last > .megamenu,
.ownmenu > li.jsright.last > .megamenu.half-width,
.ownmenu > li.jsright.last > .dropdown {
    right: 0;
}

.ownmenu > li > a > i {
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.ownmenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
}

.ownmenu > li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left;
}

.ownmenu > li.showhide span.icon {
    float: right;
}

.ownmenu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}

.carousel li {
    margin-right: 5px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.relative {
    position: relative;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.btn {
    margin-right: 10px;
    background: #3ea3ff;
    text-transform: none;
    padding: 12px 65px;
    font-weight: 500;
    color: #fff;
    position: relative;
    overflow: hidden;
    line-height: normal;
    height: auto;
}

.btn-white {
    background: #fff;
    color: #fff;
}

.btn-white:hover {
    background: #fff !important;
    color: #3ea3ff;
}

.btn-blue {
    background: #3ea3ff;
    color: #fff;
}

.btn-blue:hover {
    background: #fff;
    color: #3ea3ff;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none !important;
    border: none !important;
}

/*=======================================================
      .header
========================================================*/

.header {
    /* display: inline-block; */
    position: relative;
    width: 100%;
    height: 66px;
    z-index: 999;
    background: #000;
    margin-top: 0px;
    box-shadow: 0px 2px 8px 0px rgba(2, 21, 41, 0.1);
}

.header .container {
    width: 1280px;
    padding: 0;
}

.header .logo {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 9999;
}
/* .litter-header .logo {
    margin: 17px 0 0;
} */
.header .logo img {
    width: 150px;
    height: auto;
}
/* .udesk-litter-header .logo {
    margin: 20px 0 0;
}
.udesk-litter-header .logo img {
    height: auto;
    width: auto;
} */
.sg-header .logo img,
.wf-header .logo img {
    height: 45px;
    width: auto;
}
.header .contactInfor {
    float: right;
}

.header .contactInfor .telphone {
    float: left;
    margin: 19px 58px 0 0;
    /* padding: 0px 0px 0px 49px; */
    /* background: url(../../images/index/telphonepc.png) no-repeat 16px center;
    background-size: 22px; */
}

/* .header .contactInfor .telphone p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
} */
.header nav {
    float: left;
    position: relative;
    z-index: 999;
    min-height: 50px;
    box-shadow: none;
    color: #fff;
    width: 70%;
    height: 66px;
    line-height: 66px;
}
.header nav li a {
    padding: 20px 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.header nav li .feature-dropdown-list a {
    padding: 20px 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
.litter-header nav li > a {
    padding: 20px 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.header nav .ownmenu {
    margin-top: 3px;
}

.header nav .ownmenu li {
    position: relative;
    padding: 0 32px;
}
.litter-header nav .ownmenu li {
    padding: 0 20px;
}
.litter-header.gm-header nav .ownmenu li {
    padding: 0 8px;
}
.litter-header nav {
    width: 107%;
}
.litter-header.gm-header nav {
    width: 107%;
}
.sg-header nav {
    width: 56%;
}
.wf-header nav {
    width: 55%;
}
.udesk-litter-header nav {
    width: 93%;
}
.udesk-litter-header nav .ownmenu li {
    padding: 0 15px;
}
.litter-header nav li a {
    color: rgba(255, 255, 255, 0.45);
}
.litter-header nav li a:hover {
    color: #fff;
}
/* .header nav li a:hover {
  color: #4676fa;
} */

.header nav li.active a {
    /* color: #52a0e1 !important; */
    color: #fff;
    border-color: transparent;
}

/*导航下划线*/
.header nav li .downline:after {
    width: 100%;
}

.header nav li.active a:after {
    width: 100%;
}

.header nav .dropdown li.active a:after {
    width: 0;
}

.header nav li a:hover:after {
    width: 100%;
}
.header-v2.litter-header nav li.productdp a {
    white-space: nowrap;
}
.header-v2.litter-header nav li.productdp a:hover {
    color: #1A6EFF;
}

.litter-header nav li a:after {
    display: block;
    position: relative;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #1A6EFF 0%, #3491FF 100%);
    border-radius: 24px;
    content: '';
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header nav li li a:hover:after {
    width: 100%;
    color: #4676fa !important;
}
.header .ownmenu .industry .dropdown li a:after {
    bottom: 16px;
}
.header .ownmenu .industry .dropdown li a:hover:after {
    background: #4676fa;
}
.header nav li li a:hover {
    color: #4676fa !important;
}

.header .ownmenu li.active .dropdown a:after {
    opacity: 0;
}

.header .ownmenu li.active .dropdown a:hover:after {
    opacity: 1;
}

/* .header nav li .dropdown a:after {
    height: 0px;
    bottom: -1px;
} */

.header nav li .megamenu a:after {
    height: 1px;
    bottom: -1px;
}

/* .header .ownmenu a:hover {
    color: #4676fa !important;
} */
.header .ownmenu .dropdown li a h5 {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0 0;
}

.header .ownmenu .industry .dropdown li a h5,
.header .ownmenu .aboutus .dropdown li a h5 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin: 16px 0;
    padding: 0;
}

.header .ownmenu .applyfa .dropdown li a h5 {
    font-size: 14px;
}

.header .ownmenu .applyfa .dropdown .profunc .procont a h5 {
    background: none;
    padding: 0;
}

.header .ownmenu .dropdown li.feature-page a {
    width: auto;
    padding-top: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
}
.header .ownmenu .dropdown li.feature-page a.slide-down {
    width: 100%;
}
.header .ownmenu .dropdown .feature-wfo {
    background: url(../images/index/triangle.png) no-repeat 120px 19px;
    background-size: 15px;
}

.header .ownmenu .dropdown .feature-wfo:hover {
    background: url(../images/index/trianglehover.png) no-repeat 120px 19px;
    background-size: 15px;
}
.header .ownmenu .dropdown .hover-gm-item {
    background: url(../images/index/triangle.png) no-repeat 150px 19px;
    background-size: 15px;
}

.header .ownmenu .dropdown .hover-gm-item.downline {
    background: url(../images/index/trianglehover.png) no-repeat 150px 19px;
    background-size: 15px;
}
.header .ownmenu .dropdown .hover-gm-item.gm-nlp {
    background: url(../images/index/triangle.png) no-repeat 205px 19px;
    background-size: 15px;
}
.header .ownmenu .dropdown .hover-gm-item.gm-nlp.downline {
    background: url(../images/index/trianglehover.png) no-repeat 205px 19px;
    background-size: 15px;
}

.header .ownmenu .dropdown .feature-wfo-list {
    display: none;
    padding-left: 8px;
}
.header .ownmenu .dropdown div.feature-wfo-list a {
    color: rgba(0, 0, 0, 0.65);
}
.header .ownmenu .dropdown li a:hover {
    color: #1f74fe !important;
}
/* .header .ownmenu .dropdown li.feature-page a:hover {
    border-bottom: 1px solid #1f74fe;
} */

.header .ownmenu .dropdown li a:hover h5 {
    color: #1f74fe;
}

.header .dropdown li:hover {
    background: none;
}

.header nav .ownmenu .indicator {
    margin-left: 5px;
    display: none;
}

/*手机端导航*/

.sticky-wrapper .sticky {
    width: 100%;
    z-index: 99;
}

.navlist {
    width: 100%;
    z-index: 99;
    background: url(../images/index/headbg.png) repeat;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.is-sticky .sticky {
    background: url(../images/index/headbg.png) repeat;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 2px 8px 0px rgba(2, 21, 41, 0.1);
}

.ownmenu .dropdown {
    top: 62px;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.ownmenu > li > .megamenu {
    top: 63px;
}

.header .is-sticky .sticky nav li a {
    padding-bottom: 13px;
}

/* .header .is-sticky .sticky nav li a:after {
  bottom: -6px;
} */

.redBtn {
    background: #fe5b5f !important;
}

.blueBtn {
    background: #3da4fe !important;
}

.writeBtn {
    background: #fff !important;
    color: #324672;
    letter-spacing: 2.4px;
}

.any-help {
    color: #fff;
    padding: 7px 18px;
    text-transform: none;
    font-weight: 500;
    margin-top: 17px;
}

.uZhuce {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 13px;
    padding: 8px 18px;
}

.uZhuce:hover {
    color: #3f90f2;
    background-color: #fff;
}

.uZhuce:active {
    color: #3f90f2;
    background-color: #fff;
}

.uLogin {
    display: inline-block;
    color: #fff;
    margin-top: 13px;
    margin-left: 16px;
    background: #176de6;
    padding: 9px 16px;
}

.uLogin:hover {
    background: #3f90f2;
    color: #fff;
}

.uLogin:active {
    background: #0a4fbf;
    color: #fff;
}

.blueBtn:hover {
    background: #4ac1fe !important;
    color: #fff !important;
}

.redBtn:hover {
    background: #ff7d84 !important;
    color: #fff !important;
}

.blueDbtn {
    background: #0066ff !important;
}

.blueDbtn:hover {
    background: #008bff !important;
    color: #fff !important;
}

.sub-banner {
    text-align: center;
    height: 400px;
}

/* .sub-banner h1 {
  font-size: 46px;
  color: #fff;
  text-transform: none;
  font-weight: 800;
  letter-spacing: 3px;
} */

.text-right {
    text-align: right;
}

.bg-parallax {
    background-position: left center;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
}
.crumbs {
    color: #666 !important;
    font-size: 14px !important;
    padding: 20px 0;
}

p.crumbs {
    margin: 15px 0;
}

.solution-cont p.crumbs {
    padding: 0 15px;
}
.conclusion .recommend,
.leftcont .recommend {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    background: #e5e5e5;
    padding: 15px;
}

.conclusion .recommend a,
.leftcont .recommend a {
    color: #333;
}

.conclusion .recommend a:hover,
.leftcont .recommend a:hover {
    color: #028fff;
}
.changebig img {
    cursor: pointer;
}
.crumbs span {
    display: inline-block;
}

.crumbs .location {
    margin-right: 7px;
}

.crumbs b {
    font-weight: normal;
}
.crumbs span img {
    width: 8px;
    height: 8px;
    margin: 0 8px 3px !important;
}

.crumbs a {
    color: #666;
    font-size: 14px;
}

.crumbs a:hover {
    color: #028fff;
}
/* 客户案例下载 */
#clientCode {
    width: 65%;
}
#clientName,
#clientPhone {
    width: 100%;
}
#sendCode {
    width: 34%;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    background: #3ea3ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
#down_load {
    border: none;
}
.input-tips {
    display: none;
    position: absolute;
    right: 30px;
    color: red;
}

.input-tips-name {
    bottom: 160px;
}
.input-tips-iphone {
    bottom: 92px;
}
.input-tips-code {
    bottom: 24px;
    right: 176px;
}
.leftcont .topImg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.background img,
.problem img,
.solve img,
.conclusion img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding-bottom: 38px;
    display: block;
}
input {
    box-sizing: inherit !important;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none !important;
}

/*=======================================================
      FOOTER
========================================================*/
footer {
    background: #060c14;
}

footer .footer-title {
    background: #3ea3ff;
    margin-bottom: 25px;
}

footer .honor {
    margin: 80px auto 52px;
}

footer .udesk-honor {
    display: inline-block;
    text-align: center;
    width: 13%;
    margin-right: 3%;
}

footer .udesk-honor img {
    width: 136px;
}

footer .honor-kexin {
    width: 11.8%;
}

footer .access {
    width: 13%;
}

footer .honor-tmt {
    width: 17%;
    margin-right: 0;
}

footer .udesk-honor p {
    color: #fff;
    opacity: 0.45;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 24px 0;
}

footer .honor-kexin,
footer .honor-kexin p,
footer .honor-kexin img {
    position: relative;
}

footer .honor-kexin img {
    top: 6px;
}

footer .honor-kexin p {
    top: 14px;
}

footer .honor-kexin p {
    line-height: 14px;
}

footer .footline {
    border-top: 1px solid #2e363d;
    margin: 0 0 56px;
}

footer .weibo {
    height: 20px;
    width: 20px;
    background: url(../images/foot/weibo.png) no-repeat bottom;
    display: inline-block;
}

footer .weibo:hover {
    background: url(../images/foot/weiboh.png) no-repeat bottom;
}

footer .email {
    height: 20px;
    width: 17px;
    background: url(../images/foot/email.png) no-repeat bottom;
    display: inline-block;
}

footer .email:hover {
    background: url(../images/foot/emailh.png) no-repeat bottom;
}

footer .interactive {
    position: relative;
    margin: 10px 0;
    height: 48px;
    line-height: 48px;
}

footer .kexinyun,
footer .logo-link {
    float: left;
}
footer .right-txt {
    padding-left: 120px;
}
footer .kexinyun img {
    float: left;
    width: 35px;
    margin-right: 8px;
}

footer .kexinyun p {
    float: left;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    opacity: 0.5;
    margin: 2px 0 0;
}

footer .logo-link .weixinimg {
    display: none;
    position: absolute;
    top: -96px;
    right: 74px;
    width: 100px;
}

footer .logo-link a {
    display: inline-block;
    margin-left: 17px;
}

footer .qq {
    background: url(../images/foot/qq.png) no-repeat;
}

footer .qq:hover {
    background: url(../images/foot/qqh.png) no-repeat;
}

footer .phone {
    width: 16px;
    height: 16px;
    background: url(../images/foot/phone.png) no-repeat;
}

footer .phone:hover {
    background: url(../images/foot/phoneh.png) no-repeat;
}

footer .weixin {
    width: 20px;
    height: 16px;
    background: url(../images/foot/weixin.png) no-repeat;
}

footer .weixin:hover {
    background: url(../images/foot/weixinh.png) no-repeat;
}

footer .ftcontainer {
    padding: 60px 0 0;
}

footer .ftcontainer .row {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    padding: 0 0 40px;
}
footer .footright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footright .footer-addres {
    margin-left: 8px;
}
footer .ftcontainer .row .footlinks {
    overflow: hidden;
    float: right;
    padding: 0;
}

footer .ftcontainer .row .footlinks .footpagelinks {
    float: left;
}
footer .links .footpanter {
    width: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 8px 0 0;
}
footer .footindustry ul {
    float: left;
    margin-right: 20px;
}
footer .footindustry ul.links2 {
    margin-right: 0;
}
footer .aboutus {
    /* padding-right: 68px; */
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .ftcontainer .row .footlinks .col-xs-4 {
    margin-right: 5%;
}

footer .ftcontainer .row .footlinks .col-xs-3 {
    margin-right: 11%;
}

footer .ftcontainer .row .footlinks .aboutus {
    margin-right: 0;
}

footer .ftcontainer .row .footlogo {
    display: block;
    height: 32px;
    width: auto;
    margin-bottom: 64px;
}

footer .footcontact {
    float: left;
    max-width: 351px;
    padding: 0;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .zixun {
    overflow: hidden;
    display: flex;
}
footer .zixun div {
    flex: 1;
}

footer .pre-sale,
footer .after-sale {
    padding: 0;
}

footer .pre-sale p,
footer .after-sale p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.8;
    margin-bottom: 2px;
    text-align: start;
}

footer .bokeerm {
    padding: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 24px;
    margin-bottom: 40px;
}
footer .link-us {
    position: relative;
    bottom: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}
footer .bokeerm img {
    float: left;
    width: 66px;
}

footer .bokeerm .bokeermtxt {
    float: left;
    margin: 8px 0 8px 12px;
}

footer .pre-sale a,
footer .after-sale a {
    font-size: 18px;
    color: #f28d00;
}

/*footer .after-sale a{
    background: url('../images/foot/emailh.png') no-repeat;
}*/

footer .bokeerm h6 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 4px;
    padding: 0;
}

footer .bokeerm p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}

footer h6 {
    text-transform: none;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 24px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
}

footer h6 a {
    color: #555;
}

footer h6 a:link {
    color: #555;
}

footer h6 a:active {
    color: #555;
}

footer h6 a:visited {
    color: #555;
}

footer .links li {
    padding-bottom: 8px;
}

footer .blog .links li {
    padding-bottom: 11px;
}

footer .blog .links .blogcolor {
    color: #1194f6;
}

footer .links a {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.8;
}

footer .links a:hover {
    color: #fff;
}

footer .blog .links a:hover {
    color: #1194f6;
    text-decoration: underline !important;
}

footer .rights {
    max-width: 716px;
    text-align: center;
    margin: 0 auto 31px;
    padding-top: 16px;
}

footer .rights .beian {
    color: #999;
    cursor: pointer;
}

footer .rights p {
    text-align: left;
    color: #fff;
    opacity: 0.3;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 19px;
}

footer .rights .sitemaplink {
    padding-left: 6px;
    color: #1194f6;
}
footer .mobile_app {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 185px;
    display: block;
    padding: 8px 0 0;
}
footer .frist {
    padding: 72px 0;
    background: url(../images/foot/footbanner.png) no-repeat;
    background-size: 100%;
}
footer .frist h2 {
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 56px;
}
footer .frist img {
    width: 100%;
}

footer .heading-block .footer-litter-title {
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0 48px;
    text-align: center;
    color: #fff;
}

footer .frist .submit-footer {
    margin-top: 0.24rem;
}

#wrap .register-form input {
    border: 1px solid #e1e1e1;
    width: 466px;
    height: 50px;
    text-align: center;
    margin-top: 40px;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
}

footer .frist input {
    width: 440px;
    height: 40px;
    /* text-align: center; */
    padding-left: 18px;
    font-size: 14px;
    vertical-align: top;
    margin: 0;
    color: #fff;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(255, 255, 255, 1);
}

/* WebKit browsers */
footer .frist input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Mozilla Firefox 4 to 18 */
footer .frist input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-size: 14px;
}

/* Mozilla Firefox 19+ */
footer .frist input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-size: 14px;
}

/* Internet Explorer 10+ */
footer .frist input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* footer .frist input:focus {
  outline: none !important;
  border: 1px solid #e1e1e1 !important;
} */

footer .frist a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    display: inline-block;
    color: #176de6;
    background: #fff;
    margin-left: -3px;
    border-radius: 0px 4px 4px 0px;
}

footer .frist b {
    font-weight: normal;
    color: #2f78f2;
}

.frist .tip,
.frist .tip2 {
    display: none;
    color: red;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -1.3rem;
}

.p-ie8 {
    display: none;
}

.col-md-8 ul li {
    display: none;
}

.col-md-8 ol {
    position: absolute;
    right: 50%;
    margin-right: -18px;
    bottom: -25px;
}

.col-md-8 ol li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.col-md-8 ol .current {
    background: #3ea3ff;
}

.padding-top {
    padding-top: 50px;
}

.dot {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 14px;
    width: 14px;
    background: #3ea3ff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px;
}

.cost-h4 {
    font-size: 22px;
}

.indeximg img {
    margin: 0 auto;
}

/* .header nav #callCenter:hover:after {
  width: 0;
} */

.header nav .ownmenu .callCenter-menu li {
    padding: 0;
    width: 100%;
    clear: both;
}

.header nav .ownmenu .callCenter-menu li.cem {
    margin-top: 25px;
}

.header nav .ownmenu .callCenter-menu li.cc {
    margin-top: 54px;
}

.header nav .ownmenu .feature .callCenter-menu .li {
    margin: 0;
    width: 50%;
}

.header nav .ownmenu .feature .callCenter-menu li a:after {
    background-color: #4676fa;
}

#baidu-6:after {
    height: 0;
}

.header nav .ownmenu .callCenter-menu li a {
    padding: 0;
}

.header nav .ownmenu .applyfa .callCenter-menu li a {
    padding: 10px 0;
}

.header nav .ownmenu .applyfa .callCenter-menu li a h5 {
    margin: 0;
}

.ownmenu .industry .dropdown {
    width: 560px;
    left: -230px;
    padding: 32px 48px;
    box-shadow: 0px 4px 12px 0px rgba(10, 19, 33, 0.25);
}

.ownmenu .industry .dropdown ul {
    width: 28%;
    margin-right: 8%;
    float: left;
}

.ownmenu .industry .dropdown ul.last-ul {
    margin: 0;
}

.ownmenu .service .dropdown {
    width: 208px;
    left: -31px;
}

.ownmenu .service .dropdown ul {
    width: 100%;
    margin-right: 0;
}

.ownmenu .aboutus .dropdown {
    width: 448px;
    left: -146px;
}

.ownmenu .aboutus .dropdown ul {
    width: 47%;
    margin-right: 0;
}

.ownmenu .aboutus .dropdown ul.last-ul {
    width: 53%;
}

/*产品模块导航更新170928*/

/* .header .ownmenu li.feature:hover > a,
.header .ownmenu li.documentdp:hover > a,
.header .ownmenu li.blogdp:hover > a {
  color: #0092ff;
} */

.header .ownmenu li.applyfa .dropdown {
    width: 508px;
    padding: 24px 30px;
}

.header .ownmenu li.feature .dropdown {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 66px !important;
    height: auto;
    padding: 16px 0;
    box-shadow: 0px 2px 8px 0px rgba(2, 21, 41, 0.1);
}

.header .ownmenu li.feature .dropdown .feature-dropdown-list {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

.header .ownmenu li.feature .dropdown .mobile a h5 {
    background: url('../images/index/nav_mobile.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .servicegonav a h5 {
    background: url('../images/index/nav_servicego.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .cemlink a h5 {
    background: url('../images/index/nav_cem.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .ccpaas a h5 {
    background: url('../images/index/nav_paas.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .ferobot a h5 {
    background: url('../images/index/robotcall.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .intercall a h5 {
    background: url('../images/index/nav_intercall.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .wfo a h5 {
    background: url('../images/index/nav_wfo.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .taes a h5 {
    background: url('../images/index/nav_taes.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .schedule a h5 {
    background: url('../images/index/nav_schedule.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .bi a h5 {
    background: url('../images/index/nav_bi.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .km a h5 {
    background: url('../images/index/nav_km.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.feature .dropdown .check a h5 {
    background: url('../images/index/nav_check.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .touristhotel a h5 {
    background: url('../images/apply/touristhotel.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .health a h5 {
    background: url('../images/apply/health.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .chainstore a h5 {
    background: url('../images/apply/chainstore.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .o2o a h5 {
    background: url('../images/apply/o2o.png') no-repeat 0 center;
    background-size: 18px;
}

.header .ownmenu li.applyfa .dropdown .restaurant a h5 {
    background: url('../images/apply/restaurant.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .eliminator a h5 {
    background: url('../images/apply/eliminat.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.applyfa .dropdown .finance a h5 {
    background: url('../images/apply/finance.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .zhibo a h5 {
    background: url('../images/index/nav_zhibo.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .kfschool a h5 {
    background: url('../images/index/nav_kfschool.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .boke a h5 {
    background: url('../images/index/nav_boke.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .introduce a h5 {
    background: url('../images/index/nav_introduce.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .news a h5 {
    background: url('../images/index/nav_new.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .infor a h5 {
    background: url('../images/index/nav_infor.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .jion a h5 {
    background: url('../images/index/nav_jion.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li .dropdown .tel a h5 {
    background: url('../images/index/nav_tel.png') no-repeat;
    background-size: 15px;
}

.header .ownmenu li.industry .dropdown li {
    padding-left: 32px;
}

.header .ownmenu li.industry .dropdown .li01 {
    background: url('../images/common/nav-2-1.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li02 {
    background: url('../images/common/nav-2-2.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li03 {
    background: url('../images/common/nav-2-3.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li04 {
    background: url('../images/common/nav-2-4.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.industry .dropdown .li04-1 {
    background: url('../images/common/nav-1-4-1.png') no-repeat left center;
    background-size: 20px;
}

.header .ownmenu li.industry .dropdown .li05 {
    background: url('../images/common/nav-2-5.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li06 {
    background: url('../images/common/nav-2-6.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li07 {
    background: url('../images/common/nav-2-7.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li08 {
    background: url('../images/common/nav-2-8.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li09 {
    background: url('../images/common/nav-2-9.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li10 {
    background: url('../images/common/nav-2-10.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li11 {
    background: url('../images/common/nav-2-11.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li.industry .dropdown .li12 {
    background: url('../images/common/nav-2-12.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.service .dropdown .li01 {
    background: url('../images/common/nav-3-1.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.service .dropdown .li02 {
    background: url('../images/common/nav-3-2.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.service .dropdown .li03 {
    background: url('../images/common/nav-3-3.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.service .dropdown .li04 {
    background: url('../images/common/nav-3-4.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.service .dropdown .li05 {
    background: url('../images/common/nav-3-5.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li01 {
    background: url('../images/common/nav-4-1.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li02 {
    background: url('../images/common/nav-4-2.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li03 {
    background: url('../images/common/nav-4-3.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li04 {
    background: url('../images/common/nav-4-4.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li05 {
    background: url('../images/common/nav-4-5.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li06 {
    background: url('../images/common/nav-boke.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li07 {
    background: url('../images/common/nav-4-7.png') no-repeat left center;
    background-size: 24px;
}
.header .ownmenu li.aboutus .dropdown .li08 {
    background: url('../images/common/nav-4-8.png') no-repeat left center;
    background-size: 24px;
}

.header .ownmenu li .dropdown li p {
    font-size: 12px;
    color: #000;
    opacity: 0.45;
    line-height: 40px;
    margin: 0;
}

.header .ownmenu li.feature .dropdown li p {
    line-height: 16px;
    padding-left: 32px;
}

.header .ownmenu li .dropdown .protitle p {
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.header .ownmenu li.feature .dropdown ul {
    width: 250px;
    padding: 16px;
    float: left;
    margin-right: 17px;
}
.header .ownmenu li.feature .dropdown ul:last-child {
    width: 210px;
    margin: 0;
    padding-left: 38px;
}
.header .ownmenu li.feature .dropdown ul:hover {
    background: rgba(31, 116, 254, 0.05);
}

#baidu-6 {
    position: absolute;
    right: 74px;
    bottom: 24px;
    padding: 3px 39px;
    font-size: 12px;
    color: #fff;
    background: #0092ff;
    box-shadow: 0 2px 4px 0 rgba(9, 4, 108, 0.2);
    border-radius: 100px;
}

.udeskim {
    display: block;
}

#imcall .mobIm,
#imcall .ipMob {
    text-align: center;
}

#imcall .imMob,
#imcall .ipMob {
    display: none;
}

.udesk-contack {
    position: fixed;
    right: 0px;
    width: 66px;
    text-align: center;
    z-index: 9999999999;
}

.udesk-contack .mobImpc {
    background: #176de6;
    padding: 16px 5px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.udesk-contack .mobImpc p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
    line-height: 24px;
}

.udesk-contack .mobImpc img {
    width: 26px;
    height: 26px;
}

.udesk-contack .useOn {
    display: block;
    text-align: center;
    border-top: 1px solid #99d3ff;
    border-bottom: none;
    background: #fe5b5f;
}

.udesk-contack #yuyue {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
}

/* 二维码 */
/* .udesk-contack #weifengzixun.saoma,
.weifengsaoma {
    display: none;
} */
.udesk-contack #weifengzixun {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
}
.udesk-contack #weifengzixun.saoma {
    position: relative;
    z-index: 1;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.weifengsaoma {
    width: 180px;
    height: 180px;
    position: absolute;
    left: -200px;
    top: 120px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    border-radius: 4px;
    padding: 10px;
    display: none;
}
.udesk-contack .weifengsaoma img {
    width: 100%;
    height: 100%;
}
.udesk-contack .weifengsaoma .sanjiao {
    position: absolute;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    border-image: initial;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

/* 
.udesk-contack #weifengzixun {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
}

.udesk-contack #weifengzixun {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
}

.udesk-contack .weifengsaoma img {
    width: 100%;
    height: 100%;
}
.udesk-contack .weifengsaoma .sanjiao {
    position: absolute;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(238, 238, 238);
    border-image: initial;
    top: 50%;
    margin-top: 17px;
    right: -10px;
} */
.udesk-contack .lookOn {
    display: block;
    text-align: center;
}

.udesk-contack #lookOn img {
    display: block;
    width: 98px;
    margin: 5px 22px 8px 20px;
}

.udesk-contack #lookOn span {
    display: block;
    color: #333;
}

#useOn,
#lookOn {
    display: none;
}

#useOn {
    position: absolute;
    right: 76px;
    bottom: 0px;
    padding: 33px 10px;
    width: 120px;
    text-align: center;
    background-color: rgba(90, 90, 90, 0.86);
    color: #fff;
    font-size: 16px;
}

#useOn b {
    position: absolute;
    width: 10px;
    right: -10px;
    bottom: 38px;
    border-top: 5px solid transparent;
    border-left: 5px solid rgba(90, 90, 90, 0.86);
    border-bottom: 5px solid transparent;
}

.callNum {
    text-align: center;
}

#callnum,
#callnum2 {
    display: none;
    width: 290px;
}

#callnum {
    position: absolute;
    right: 118px;
    top: 86px;
    padding: 0 20px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
#callnum .call-box {
    display: flex;
    align-items: center;
    width: 300px;
    height: 78px;
    background: #fff;
    padding: 14px 0 ;
    box-shadow: rgb(238, 238, 238) 1px 1px 8px;
}
.ico-sanjiao {
    position: absolute;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(238, 238, 238);
    border-image: initial;
    top: 50%;
    margin-top: -11px;
    right: -40px;
}

.ico-sanjiao b {
    position: absolute;
    border-width: 8px 0px 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    margin-top: -8px;
    right: 2px;
}

#callnum a {
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    height: 34px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

#callnum .hot-phone {
    width: 40px;
    height: 40px;
    margin: 0 12px;
}

#callnum p {
    color: #176de6;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}

#callnum span {
    font-size: 13px;
    color: #333;
    margin-right: 12px;
}

#callnum2 {
    position: absolute;
    z-index: 1;
    right: 26px;
    top: 32px;
    padding: 5px 8px;
    text-align: center;
    background-color: rgb(91, 177, 255);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

#callnum2 img {
    width: auto;
    margin: 0;
}

#callnum2 a {
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    height: 34px;
    float: right;
    cursor: pointer;
}

/*访客ID*/

.visitor {
    padding: 17px 13px;
    background: #176de6;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.visitor p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.visitor a {
    display: none;
}

#submit-btn:link,
#submit-btn:visited,
#submit-btn:hover,
#submit-btn:active {
    background: #176de6;
    color: #fff;
}

#sendCode {
    width: 34%;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    background: #176de6;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.btn-primary {
    background: #176de6;
}
.btn-primary:hover {
    background: #176de6;
}
.modal-footer {
    text-align: center;
}

.solveClose {
    position: relative;
    right: -44px;
    top: -18px;
}

.solveClose img {
    width: 12px;
}

.solveOpen {
    position: fixed;
    bottom: 0;
    background: rgba(48, 48, 54, 0.95);
    width: 34px;
    height: 70px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    padding: 2px 3px 0 0;
    display: none;
}

.solveOpen p {
    text-align: right;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.solve-ie {
    display: none;
}
.tank,
.tanContent {
    display: none;
}

.freeSample {
    position: fixed;
    bottom: 0px;
    background: black;
    width: 100%;
    height: 68px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    padding: 0 240px;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.freeSampleContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.freeSampleClose {
    position: absolute;
    right: 25px;
}

.freeSampleClose img {
    width: 14px;
}

.freeSampleTitle {
    width: 112px;
    height: 40px;
    background: #1A6EFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.freeSampleTitle:hover {
    width: 112px;
    height: 40px;
    background: #1A6EFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

/* 英文网站样式 */
.hide_en-us {
    display: none !important;
}
.header_en-us nav {
    width: auto;
    margin-left: 132px;
}
.header_en-us nav .ownmenu li {
    padding: 0 18px;
}
.header_en-us .contactInfor .telphone {
    margin: 19px 28px 0 0;
}
/* .ownmenu .partner-en-us .dropdown {
    padding: 32px 20px;
}
.ownmenu .partner-en-us .dropdown ul {
    width: 57%;
}
.ownmenu .partner-en-us .dropdown ul.last-ul {
    width: 43%;
} */
.font-size-14-en-us {
    font-size: 14px !important;
}
.font-size-18-en-us {
    font-size: 18px !important;
}
.font-size-28-en-us {
    font-size: 28px !important;
}
.font-size-36-en-us {
    font-size: 36px !important;
}
.show-en-us {
    display: inline-block;
}
.show-zh-cn {
    display: none;
}
footer .frist input.iphone2_en-us {
    width: 550px;
}
footer .frist a.register2_en-us {
    width: 135px;
}
footer .links .footpanter_en-us {
    width: 136px;
}
footer .rights_en-us p {
    font-size: 10px;
}
footer .rights_en-us .right-txt {
    padding-left: 219px;
}
footer .bokeerm .bokeermtxt_en-us h6 {
    font-size: 12px;
}
footer .bokeerm .bokeermtxt_en-us p {
    font-size: 10px;
}
footer .bokeerm_en-us {
    padding: 0;
}
footer .rights_en-us {
    max-width: 960px;
}
footer .footcontact_en-us {
    max-width: 292px;
}
.float-none-en-us {
    float: none !important;
    margin: 0 auto !important;
    width: 400px !important;
    padding: 0 !important;
}
.display-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
div.bg-color-white {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #176de6;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

div.bg-color-white a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #176de6;
    line-height: 22px;
}

.bgWhite:hover {
    background-color: #176de6;
}

.bgWhite:hover a {
    color: #fff;
}

div.bg-color-blue {
    background: #176de6;
    border: 1px solid #176de6;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

div.bg-color-blue a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

.bgBlue:hover {
    background-color: #fff;
}

.bgBlue:hover a {
    color: #176de6;
}
.feature-hover-gm-list {
    padding-left: 15px;
    display: none;
}

/*=======================================================
      .header v2
========================================================*/
.header-v2 {
    height: 80px;
    background: #fff;
    box-shadow: none;
    z-index: 1000000004;
    scrollbar-width: none;
}

.litter-header {
    height: 64px;
    position: absolute;
    top: 80px;
    background: linear-gradient(180deg, #F0F2F7 0%, #F2F4FA 100%);
    z-index: 99999999999;
    display: none;
}
.litter-header .container-v2 {
    overflow-x: hidden;
    /* display: none; */
}
.litter-header .container-v2 nav {
    height: 64px;
    overflow-x: auto;
    margin-left: 54px;
    width: 100%;
}
.litter-header .container-v2 nav ul {
    width: 100%;
}
.litter-header .is-sticky .container-v2 nav {
    height: 80px;
}
.litter-header nav ul.ownmenu {
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
}
.litter-header .is-sticky nav ul.ownmenu {
    height: 100%;
    display: flex;
    align-items: center;
}
.litter-header .is-sticky .sticky nav li a {
    padding: 0;
}
.litter-header .is-sticky nav .ownmenu {
    margin-top: 0;
}
.header-v2 ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.header-v2 ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px #8898b3;
    background: #8898b3;
}
.header-v2 ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.header-v2 .container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
.header-v2 nav .ownmenu {
    margin-top: 0;
    float: none;
}

.header-v2 .logo {
    position: static;
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    /* margin-right: 80px; */
}
.header-v2 .logo a {
    display: flex;
}
.litter-header li.productdp {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-v2.litter-header nav li.productdp > a {
    padding: 0;
    margin: 0;
}
.header-v2 nav li.productdp > a {
    padding: 28px 0px 26px;
    color: rgba(0, 0, 0, 0.85);
    margin: 0 -2px;
}
.header-v2 .sticky-wrapper .sticky {
    background: #fff;
    display: flex;
    justify-content: center;
}
.header-v2.litter-header .sticky-wrapper .sticky {
    background: linear-gradient(180deg, #F0F2F7 0%, #F2F4FA 100%);
}
/* .header-v2 .container-v2 {
    margin: 0 120px;
} */
.uZhuce-v2 {
    border: 1px solid #1a6eff;
    color: #1a6eff;
    font-size: 14px;
    line-height: 22px;
    border-radius: 2px;
    padding: 7px 24px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03);
    margin-top: 0;
}
.uLogin-v2 {
    font-size: 14px;
    line-height: 22px;
    background: #1a6eff;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    color: #ffffff;
    padding: 7px 24px;
    margin-top: 0;
    margin-left: 12px;
}
.header-v2 nav {
    height: 80px;
    line-height: 80px;
}
.container-v2 {
    display: flex;
    align-items: center;
    max-width: unset;
    width: 100%;
}
.container-v2 nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.container-v2 .contactInfor {
    margin-right: 0;
}
.header-v2 .ownmenu li.feature .dropdown {
    top: 80px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    display: none;
    height: auto;
    max-height: calc(100vh - 80px - 15%);
    padding: 0;
    /* overflow-y: hidden; */
}
.header-v2 .ownmenu li.feature #caseMatrix {
    height: 100%;
}
#solutionMatrix {
    height: 100%;
}
.header-v2-dropdown-mask {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    transition: all 0.2s;
    /* z-index: 10000; */
}
.dropdown-highlight-border {
    height: 3px;
    margin-top: 77px;
    border-radius: 24px;
}
.product-matrix {
    padding: 20px 120px 20px;
    display: flex;
    height: 100%;
}
.business-line {
    display: flex;
    width: 100%;
}
.business-line .right ol {
    height: 100%;
}
.business-line .right ol li.active {
    height: 100%;
}
@media screen and (max-height: 715px) {
    .business-line .left {
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        min-width: 200px;
        height: calc(100vh - 80px - 15% - 96px);
    }
}
.business-line .left {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    min-width: 200px;
}
.business-line .left ol {
    height: 100%;
    overflow: auto;
}
.business-line .right {
    flex: 1;
}
.business-line-item {
    display: flex;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all 0.2s linear;
    padding-right: 40px;
}

.business-line-item-icon {
    margin-right: 16px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ownmenu .dropdown .business-line-detail-self .business-line-detail-item {
    width: 33%;
    cursor: pointer;
}
.active .business-line-detail-self.business-line-detail {
    justify-content: start;
}
.business-line-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
li.active .business-line-item-title {
    color: #1a6eff;
}

.business-line-item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
    color: rgba(0, 0, 0, 0.45);
    padding-bottom: 7px;
}
li.active .business-line-item-desc {
    color: #1a6eff;
}

/* .business-line-item-content {
    flex: 1;
} */

.business-line-item-highlight {
    height: 2px;
    background: #fff;
    border-radius: 24px;
}
li.active .business-line-item-highlight {
    background: linear-gradient(90deg, #1a6eff 0%, #3491ff 100%);
}
.active .business-line-detail {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    height: 100%;
}
.business-line-detail {
    display: none;
    flex-wrap: wrap;
    flex: 1;
    /* position: absolute; */
    top: 48px;
    left: 318px;
    max-height: calc(100vh - 80px - 15% - 96px);
    overflow-y: auto;
    right: 72px;
}
.ownmenu .dropdown .case-list-item-detail .business-line-detail-item,
.ownmenu .dropdown .solution-list-item-detail .business-line-detail-item,
.ownmenu .dropdown .solution-list-item-detail.common .business-line-detail-item,
.ownmenu .dropdown .business-line-detail-self .business-line-detail-item {
    /* width: 33%; */
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 24px;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ownmenu .dropdown .solution-list-item-detail .business-line-detail-item {
    height: 124px;
}
.ownmenu .dropdown .case-list-item-detail .business-line-detail-item {
    width: 33%;
}
.business-line-detail-item-top {
    flex: 1;
}
.business-line-detail-item-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.business-line-detail-item-desc {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.45);
}

.business-line-detail-item-more {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.25);
    /* cursor: pointer; */
}
.ownmenu .dropdown .case-list-item-detail .business-line-detail-item:hover .business-line-detail-item-more,
.ownmenu .dropdown .solution-list-item-detail .business-line-detail-item:hover .business-line-detail-item-more,
.ownmenu .dropdown .business-line-detail-self .business-line-detail-item:hover .business-line-detail-item-more {
    color: #1a6eff;
}

.solution-list-item {
    cursor: pointer;
    margin-bottom: 24px;
    padding-right: 0;
}
.solution-list-item-title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
}
.solution-list-item-highlight {
    height: 2px;
    background: #fff;
    border-radius: 24px;
}
.active .solution-list-item-highlight {
    background: linear-gradient(90deg, #1a6eff 0%, #3491ff 100%);
}
.active .case-list-item-highlight {
    background: linear-gradient(90deg, #1a6eff 0%, #3491ff 100%);
}
.solution-list-item-detail {
    display: none;
    flex-wrap: wrap;
    flex: 1;
    /* position: absolute;
    top: 48px;
    left: 318px; */
    /* height: calc(100vh - 80px - 15% - 96px); */
    height: 100%;
    overflow-y: auto;
    /* right: 72px; */
}
.solution-list-item-detail-item {
    height: 124px;
    width: 33%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 24px;
    /* height: 102px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}
.solution-list-item-detail-item a {
    cursor: pointer;
}
.solution-list-item-detail-item a:hover .business-line-detail-item-title.clickable {
    color: #1a6eff !important;
}
.ownmenu .dropdown li a.solution-list-item-detail-item-children-item-link {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.business-line-detail-item-children {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 16px;
}
.solution-list-item-detail-item-children-item {
    margin-top: 12px;
    width: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.solution-list-item-detail-item-children {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

.solution-matrix {
    padding: 20px 120px 20px;
}
.solution-list {
    /* padding-right: 104px; */
    overflow: hidden;
}
.solution-list .right ol li.active {
}
.business-line-detail-item-title.clickable {
    cursor: pointer;
}
.business-line-detail-item-title.clickable span {
    margin-right: 8px;
}
.business-line-detail-item-title.clickable:hover {
    color: #1a6eff !important;
}
.business-line-detail-item-title.clickable:hover .icon {
    color: #1a6eff !important;
}
.ownmenu .dropdown .solution-list-item-detail.business-line-detail.common a {
    width: 33%;
    cursor: pointer;
}
.solution-list-item-detail-item-children-item-link {
    padding: 0 !important;
    margin: 0 !important;
}
.solution-list-item-detail-item-children-item:hover .solution-list-item-detail-item-children-item-icon {
    background-color: #1a6eff;
}
.solution-list-item-detail-item-children-item:hover .solution-list-item-detail-item-children-item-link {
    color: #1a6eff !important;
}
.solution-list-item-detail-item-children-item-icon {
    margin-right: 8px;
    height: 6px;
    width: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.success-cases .left {
    width: 200px;
    height: auto;
}
.case-list-item-content {
    margin-bottom: 22px;
}
.case-list-item-title {
    margin-bottom: 8px;
}
.case-list-item-highlight {
    height: 2px;
    background: #fff;
    border-radius: 24px;
}
.header nav .ownmenu .callCenter-menu .success-cases .left .case-list-trigger-item {
    display: flex;
}
.case-list-trigger-item {
    cursor: pointer;
}
.active .business-line-detail.case-list-item-detail {
    justify-content: flex-start;
}
.case-list-item-detail-top {
    flex: 1;
}
.case-list-item-detail .business-line-detail-item {
    cursor: pointer;
    width: 33%;
}
.case-list-item-detail .business-line-detail-item:hover .business-line-detail-item-more {
    color: #1a6eff;
}
/* .case-list-item-detail {
    width: calc(100vw - 203px - 120px - 20px);
} */

.about-matrix {
    padding: 20px 96px 20px;
    width: 100%;
    flex-direction: column;
}
.about-matrix-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 40px;
    margin-left: 24px;
}
.about-matrix-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 24px;
}
.about-matrix-content > a {
    display: block;
    width: 25%;
    padding: 0 !important;
}
.about-matrix-content-item {
    /* width: 25%; */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 102px;
    margin-bottom: 40px;
    cursor: pointer;
}
.about-matrix-content-item:hover .about-matrix-content-item-more {
    color: #1a6eff !important;
}
.about-matrix-content-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 4px;
}
.about-matrix-content-item-desc {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}
.about-matrix-content-item-more {
    font-size: 14px !important;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 0.25) !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*=======================================================
    轮播图 v2
========================================================*/

.carousel-control {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}
.carousel-control:hover {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/*=======================================================
    footer v2
========================================================*/

footer .logo-link-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .youlinks {
    display: none;
}

footer .logo-link-wrap .logo-link {
    position: relative;
}
footer .logo-link-wrap .logo-link .weixinimg {
    right: 0;
}
footer .pre-sale {
    margin-right: 28px;
}
footer .ftcontainer .row .footlinks {
    display: flex;
    padding-left: 40px;
    justify-content: space-between;
}
footer .ftcontainer .row {
    display: flex;
}
footer .ftcontainer .row .footlinks {
    flex: 1;
}
footer .logo-link a {
    margin-left: 20px;
}
footer .ftcontainer .row .footlinks .footfeature {
    min-width: 230px;
    width: max-content;
    padding-left: 0 !important;
    flex: 1;
    margin-right: 20px;
}
/* footer .footpagelinks {
    flex: 1;
    flex-wrap: nowrap;
} */
.footpagelinks.footindustry {
    /* margin-left: 50px; */
    flex: 1;
    width: auto !important;
}
.footpagelinks .links {
    width: max-content;
}
.footpagelinks.footfeature .links {
    width: 100%;
}

.footpagelinks .links > li {
    cursor: pointer;
}
.footpagelinks .links > li a {
    color: rgba(255, 255, 255, 0.65);
}
.footpagelinks .links > li:hover a {
    color: rgba(255, 255, 255, 0.8);
}

/*=======================================================
    iconfont
========================================================*/
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*=======================================================
    imcall sdk v2
========================================================*/

.udesk_btn_chat {
    min-width: 308px !important;
    max-width: 320px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0px 1px 8px rgba(0, 61, 165, 0.1) !important;
    backdrop-filter: blur(3px) !important;
    border: none !important;
}
.udesk_btn_chat img {
   width: 30px !important;
   height: 28px !important;
   left: 19px !important;
   top: 19px !important;
}
.udesk_btn_chat b {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 0.85) !important;
    margin-bottom: 4px;
    border-color: transparent transparent transparent rgba(255,255,255,0.9) !important;
}
.udesk_btn_chat b b {
    display: none !important;
}
.udesk_btn_chat div {
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: justify !important;
    color: rgba(0, 0, 0, 0.65) !important;
}
#udesk_panel {
    top: 60px !important;
}

#imcall {
    border-radius: 4px;
    /* overflow: hidden; */
    background: #ffffff;
    box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.45);
    right: 16px;
    z-index: 9999;
    filter: drop-shadow(0px 1px 8px rgba(0, 61, 165, 0.1));
}
.udesk-contack .mobImpc {
    background: #ffffff;
    padding: 18px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.udesk-contack #weifengzixun.saoma {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.udesk-contack .mobImpc p {
    font-size: 12px;
    line-height: 17px;
    color: #1a6eff;
}
#imcall .visitor {
    display: none;
}
@media (min-width: 1920px) {
    .product-matrix {
        padding: 48px 240px;
    }
}
@media (max-width: 1919px) and (min-width: 1440px) {
    .product-matrix {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media (min-width: 1920px) {
    .business-line {
        max-width: 1440px;
        margin: 0 auto;
    }
    .about-matrix-title {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .about-matrix-content {
        max-width: 1484px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-right: 20px;
    }
}
@media (max-width: 1300px) {
    .header .container {
        margin: 0;
    }
}
@media (max-width: 1450px) {
    .header-v2 .logo {
        margin-right: 0;
    }
}
@media (max-width: 1366px) {
    /* .header-v2 .logo {
        display: none;
    } */
    .header nav .ownmenu li {
        padding: 0 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container-v2 #callCenter {
        margin: 0 14px;
    }
}
@media screen and  (max-width: 1040px) {
    .header-v2 .logo img {
        width: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .header-v2 .logo {
        position: static !important;
    }


    .header .container {
        padding: 0 80px;
    }
    .ownmenu .dropdown .case-list-item-detail .business-line-detail-item,
    .ownmenu .dropdown .business-line-detail-self .business-line-detail-item {
        width: 50%;
    }
    .ownmenu .dropdown .solution-list-item-detail.business-line-detail.common a {
        width: 50%;
    }
    .case-list-item-detail .business-line-detail-item {
        width: 50%;
    }
    .solution-list-item-detail-item {
        width: 50%;
    }
    .about-matrix-content > a {
        width: 33%;
    }
}
@media screen and (max-width: 1065px) {
    .solution-list-item-detail-item-children-item {
        width: 100%;
    }
    .ownmenu .dropdown .solution-list-item-detail .business-line-detail-item {
        min-height: 124px;
        height: unset;
    }
}
@media (min-width: 1920px) {
    .header-v2 .container-v2 {
        /* margin-left: 240px; */
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
    }
}
/* test */
/* .aaaa .callCenter-menu.dropdown {
    display: block !important;
} */
