*{ margin: 0;padding: 0; }
img { border-style: none; }
a,a:hover,a:active,a:link,a:visited {text-decoration: none; cursor: pointer; background-color: transparent;}
/*因为100%=16px，1px=6.25%，所以10px=62.5%, 这时的1rem=10px，所以12px=1.2rem。px与rem的转换通过10就可以得来，*/
html{font-size:62.5%;}
body{margin: 0; font-size: 14px; font-size:1.4rem;}
div, button, span, input {font-family: MicrosoftYaHei;}
input {border: 0; background: transparent;}
input:focus {  outline: none;  }
/*在谷歌下移除input[number]的上下箭头*/
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
/*在firefox下移除input[number]的上下箭头*/
input[type="number"]{-moz-appearance:textfield;}

#qianyi-home {
    width: 100%;
    max-width: 1920rem;
    margin:0 auto;
}
.first {
    /* background: url("../image/background.png") no-repeat center; */
    height: 680px;
    width: 100%;
    position: relative;
}

.first .register-wrap {
    width: 58rem;
    height: 7rem;
    border-radius: 4rem;
    background: #ffffff;
    position: absolute;
    bottom: 9.6rem;
    /*left: 36rem;*/
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.first .register-wrap-wrap {
    width: 100%;
    width: var(--minWidth);
    margin: 0 auto;
}
.first .register-wrap input {
    width: 35rem;
    height: 35rem;
    font-size: 2.4rem;
    color: #7587A6;
    margin-left: 3rem;
    font-family: PingFangSC-Regular;
    text-shadow: .1rem .1rem .1rem rgba(0,0,0,0.20);
}
.first .register-wrap input::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 2.4rem;
    color: #7587A6;
    text-shadow: .1rem .1rem .1rem rgba(0,0,0,0.20);
}
#register {
    cursor: pointer;
    background-image: linear-gradient(-39deg, #FFA200 0%, #FFE900 100%);
    border-radius: 30px;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #333A47;
    font-weight: bold;
    padding: 1.3rem 2.7rem;
    margin-right: 0.5rem;
}
.nav {
    width: 100%;
    height: 8rem;
    /*background: #0769c4;*/
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    -ms-flex-align: center;
        align-items: center;
    transition: background 0.3s;
}
.nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
}
.nav-wrap .account {
    -ms-flex:1;
        flex:1;
    text-align: right;
}
.nav-wrap .account button {
  margin-right:15px;
}
.nav-wrap .account-login,.nav-wrap .account-register {
    background: #FFFFFF;
    border-radius: 2px;
    padding: .8rem 2.4rem;
    cursor: pointer;
    font-weight: bold;
}
.nav-wrap .account-register {
    margin-left: 1.5rem;
    background-image: linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);
}
.menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
}
.menu-item {
    -ms-flex: none;
        flex: none;
    margin-right: 50px;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 42px;
    cursor: pointer;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.menu-item:hover {
  position: relative;
    color: #2D68FF;
}
.menu-item:hover::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 100%;
  height: 2px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: #2D68FF;
}
.menu-item:hover a {
  color: #fff;
}
/*二级菜单*/
#product {
    position: relative;
}
#product-menu {
    width: 16rem;
    text-align: left;
    background: white;
    color: #000;

    position: absolute;
    top: 8rem;
    -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    /* border-radius: .4rem; */
    -o-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15);
}
.product-menu-item {
    padding: 16px;
    text-align: center;
}
.product-menu-item a {
    font-size: 1.6rem;
    color: #000000;
}
#product-menu {
    display: none;
}
.product-menu-item:hover {
  background: #2D68FF;
  color: #fff;
}

.product-menu-item:hover a {
    font-weight: bold;
    color: #fff;
}


/*菜单常规*/
.nav-logo {
  width: 128px;
  height: 40px;
  margin-right: 60px;
  background-image: url(/static/image/base-logo3.svg);
  background-size: 100% auto;
}
.nav-active .nav-logo,
#nav-wrap:hover .nav-logo {
  background-image: url(/static/image/base-logo-blue3.svg);
}

/* 菜单滚动*/
.nav-active {
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.02);
}
.nav-active .menu-item, .nav-active .account-phone {
    color: #000000;
}

.nav-active .menu-item:hover {
    color: #2D68FF;
    font-weight: 700;
}
/* hover */
#nav-wrap:hover {
  background: #ffffff;
    color: #000000;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.02);
}
#nav-wrap:hover .menu-item, #nav-wrap:hover .account-phone {
  color: #000000;
}

#nav-wrap:hover .menu-item:hover {
  color: #2D68FF;
  font-weight: 700;
}
/*logo*/
#logo {
    height: 3.5rem;
    margin-right: 2rem;
}
#logo-black {
    height: 3.5rem;
    margin-right: 2rem;
    display: none;
}
#toERP {
    display: none;
}
.account {
    display: inline;
    color: #ffffff;
}
.account-login {
    width: 8rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: .2rem;
    border: none;
    font-size: 1.6rem;
    color: #3289FF;
}
.ui-button-primary:hover {
    opacity: 0.6;
}
.account-login:hover, .account-register:hover {
    opacity: 0.8;
}

.account-phone {
    margin-right: 4.2rem;
}
.account-register {
    width: 10.4rem;
    height: 4rem;
    background-image: linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);
    border-radius: .2rem;
    border: none;
    font-size: 1.6rem;
    color: #333A47;
    letter-spacing: 0;
}
/*内容*/
.section, .section-3, .section-4, .nav-wrap, .home-footer-top, .home-footer-bottom {
     width: 100%;
    width: var(--minWidth);
    margin: 0 auto;
}
.section-title {
    text-align: center;
}
.section-title > h1 {
    margin-top: 0;
    padding-top: 6rem;
    margin-bottom: 1rem;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #333A47;
    letter-spacing: -0.34px;
}
.section-title .sub-title {
    font-family: PingFangSC-Regular;
    font-size: 1.6rem;
    color: #7587A6;
}
.section .more {
    font-family: PingFangSC-Regular;
    font-size: 3rem;
    color: #7587A6;
    display: -ms-flexbox;
    display: flex;
    margin: 6.2rem 0 10rem 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.section-content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.section-image-wrap-type {
    width: 67%;
}
.section-image-platform {
    background: url("../image/platform-all.png") no-repeat center;
    height: 32.4rem;
    /*width: 80rem;*/
    width: 100%;
}
.section-image-warehouse {
    background: url("../image/warehouse-all.png") no-repeat center;
    height: 32.4rem;
    width: 100%;
}
.section-image-logistic {
    background: url("../image/logistics-all.png") no-repeat center;
    height: 32.4rem;
    width: 100%;
}
.grayBg {
    background: #F8F9FB;
}
.emphasis-wrap {
    font-size: 2.5rem;
    /*border-bottom: .4rem solid;*/
    /*border-image: -webkit-linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);*/
    /*border-image: -moz-linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);*/
    /*border-image: -o-linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);*/
    /*border-image: linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);*/
}
.emphasis-wrap h2 {
    margin-bottom: 0;

}
.emphasis-text {
    font-size: 5.4rem;
}
.emphasis-hr {
    width: 26.1rem;
    height: .8rem;
    position: relative;
    top: -1.3rem;
    z-index: -1;
    background-image: linear-gradient(-38deg, #FFA200 0%, #FFE900 100%);
}
.emphasis-bigger { width: 29.1rem; }
.emphasis-biggest { width: 32.1rem; }
/*业务效率*/
.seller-text {
    background: #ffffff;
    height: 39.6rem;
    width: 38.7rem;
    position: relative;
    border-radius: 1.1rem;
    border: .1rem solid #eeeeee;
}
h2.seller-title {
    font-family: PingFangSC-Semibold;
    font-size: 2.4rem;
    color: #222222;
    position: absolute;
    top: 2.1rem;
    left: 2.8rem;
}
.extra-padding {
    padding-bottom: 10rem;
}
.seller-sub-title {
    font-family: PingFangSC-Regular;
    font-size: 1.6rem;
    color: #999999;
    position: absolute;
    bottom: 3rem;
    left: 2.8rem;
}

/*客户*/
.map-bg {
    background: url("../image/map-bg.png");
    height: 84.7rem;
    width: 100%;
}
.map {
    background: url("../image/map.png") no-repeat center;
    height: 39.6rem;
    width: 100%;
    margin: 6rem 0;
}
/*评价*/
.section-4 {
    padding-bottom: 10.3rem;
}
.customer {
    width: 37rem;
}
.customer > h2 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 2.8rem 0;
}
.customer .company img {
    height: 100%;
    width: 100%;
}
.quote-title {
    position: relative;
    color: #7587A6;
    font-size: 1.5rem;
}
.quote {
    height: 1.7rem;
    width: 1.8rem;
}
/*核心功能*/
.text-icon {
    display: -ms-flexbox;
    display: flex;
}
.text-icon .icon {
    height: 3.4rem;
    width: 3.4rem;
}
.text-desc {
    margin-left: 1.8rem;
}
.text-desc > h2 {
    margin: 0 0 1rem 0;
    font-size: 2.2rem;
    /*字体渐变，webkit内核独有的方法*/
    background-image: -webkit-linear-gradient(#0089FF, #00BFFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#0089FF, #00BFFE);
}
.text-desc > div {
    font-size: 1.6rem;
    color: #6ECCFF;
    margin-bottom: 1.6rem;
}
.text-desc > h4 {
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    color: #7587A6;
    line-height: 2.4rem;
}
.text-btn {
    margin-top: 2rem;
    margin-bottom: 10rem;
    text-align: center;
}
/*保障*/
.section-5 {
    margin-top: 5rem;
    position: relative;
    padding-bottom: 10rem;
}
.section-5 .car {
    width: 59rem;
    height: 32rem;
    display: inline;
}
.section-5 .text-erp {
    display: inline;
    position: absolute;
    background: #ffffff;
    padding-top: 1.4rem;
    padding-left: 4.2rem;
    left: 50.1rem;
    top: 10.5rem;
    width: 58.2rem;
}
.section-5 .text-erp > div {
    width: 44.6rem;
    padding-bottom: 1.2rem;
    color: #7587A6;
}
/*预约线上演示*/
.server-wrap {
    background: #FBFCFF;
    border: .1rem solid #C2C2C2;
    border-radius: .4rem;
    padding: 4rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 6.03rem;
}
.server-wrap .server-hr {
    height: 33rem;
    width: .02rem;
    background: #C2C2C2;
}
.server-main {
    text-align: center;
}
.server-main img.server-wechat {
    width: 17.4rem;
    height: 17.4rem;
}
.server-main .server-title {
    font-size: 2.4rem;
    color: #333A47;
    margin: 0;
}
.server-main .server-sub-title {
    margin: 1.6rem 0 5.7rem 0;
    font-family: PingFangSC-Regular;
    font-size: 1.6rem;
    color: #7587A6;
}
.demo-form-item {
    width: 30.5rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.8rem;
}
.demo-form-item > img {
    margin-right: 1.5rem;
}
/*.demo-form-item input:before {*/
/*    content: '24';*/
/*    display: inline-block;*/
/*    height: 25px;*/
/*    width: 20px;*/
/*    background-size: 100% 100%;*/
/*    background-image: url("../image/username.png");*/
/*}*/
/*.demo-form-item input#telephone:before {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 25px;*/
/*    width: 20px;*/
/*    background-size: 100% 100%;*/
/*    background-image: url("../image/telephone.png");*/
/*}*/
.demo-form-item input{
    background: transparent;
    border: 0;
    border-bottom: .1rem solid #C2C2C2;;
    width: 25rem;
    font-size: 1.8rem;
}
.demo-form-item input:focus {
    border-bottom: .1rem solid #0089FF;
    outline: none;
}
.ui-button-primary {
    background: #0089FF;
    border-radius: 4px;
    padding: 1.4rem 10.4rem;
    cursor: pointer;
    color: #ffffff;
    width: fit-content;
}

/*banner*/
.banner {
    cursor: pointer;
    width: 100%;
    height: 19.9rem;
    background: url("../image/banner.png") no-repeat center;
}
/*footer*/
.home-footer {
    min-height: 23.5rem;
    background-color: #293B61;
    /*background-image: url(../image/footer.png);*/
    /*background-position-x: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto 100%;*/
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
    padding: 4rem 0;
    color: #FFFFFF;
}
.home-footer-top{
    position: relative;
    overflow: auto;
}
.home-footer-right {
  margin-top: 30px;
    float: right;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.home-footer-right-item {
    display: inline-block;
    padding: 0 2rem;
}
.home-footer-right-item:last-child {
    padding-right: 0;
}
.home-footer-right-item-img {
    height: 11rem;
    width: 11rem;
    margin-bottom: 8px;
}
.home-footer-right-item-img > p {
    margin-top: 1rem;
    text-align: center;
}
.home-footer-left {
    float: left;
}
.home-footer-left > h2{
    color: #fff;
    margin: 0;
}
.home-footer-left-hr{
    width: 3rem;
    border-bottom: .1rem solid #818181;
    margin: 2rem 0;
}
.home-footer-link {
    width: 350px;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
}
.home-footer-link-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.home-footer-link-item{
    color: #fff;
    margin-right: 1rem;
    text-decoration: underline !important;
}

.home-footer-hr{
    width: 100%;
    width: var(--minWidth);
    margin: .5rem auto 0;
    border: 0;
    border-top: .1rem solid #686868;
}
.home-footer-bottom{
    text-align: center;
    margin-top: 4.65rem;
    color: #ffffff;
    font-size: 1.4rem;
}
.home-footer-bottom .footer-copyright > p {
    margin-bottom: 0;
}
.home-footer-bottom .footer-copyright > p > a{
    color: #ffffff;
}
.home-footer-bottom .footer-copyright > p img{
    vertical-align: bottom;
}
.copyright-bottom {
    margin-top: .7rem;
}
.footer-logo-text {
    margin-top: 1.05rem;
}
.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.home-footer-icon{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.home-footer-concat{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    font-family: PingFangSC-Regular;
    color: #ffffff;
    /*margin-top: 1.5rem;*/
    letter-spacing: 0;
}
.home-footer-concat .flex-center {
    margin-bottom: 1.5rem;
}
.home-footer-concat > div {
    -ms-flex: 1;
        flex: 1;
}
.home-footer-bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.footer-logo {
    height: 3rem;
    width: 5.9rem;
}
.vertical-hr {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    display: inline-block;
    width: 2rem;
    margin: 1.5rem 1rem;
}
/*svg icon 图标*/
.icon-svg {
    height: 1.6rem;
    width: 1.5rem;
    margin-right: .4rem;
    position: relative;
}
.phone-svg {
    top: .3rem;
}
/*右侧的客服联系方式*/
.home-concat {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.06);
    border-radius: .4rem;
    cursor: pointer;
}
.home-concat-item {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem;
}
.home-concat-item img {
    height: 3rem;
    width: 3rem;
}
.home-concat-fixed {
    position: absolute;
    top: 30%;
    right: 8.8rem;
    /*display: flex;*/
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem;
    background-color: #fff;
    border-radius: .4rem;
    display: none;
    box-shadow: 0 1rem 3rem 0 rgba(0,0,0,0.10);
}
.home-concat-fixed:after{
    content: '';
    border-left: 2rem solid #fff;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -1.9rem;
    margin-top: -2rem;
}
.home-concat-fixed img{
    height: 12rem;
    width: 12rem;
}
.home-concat-fixed-wechat {
    top: 12%;
}
.home-concat-fixed-tel {
  top: 0%;
}
.mgb-middle {
  margin-bottom: 10px;
}
.home-concat-wechat,.home-concat-email a {
    white-space: nowrap;
}
.home-concat-wechat,.home-concat-email h1 {
    /*width: 100%;*/
    /*text-align: left;*/
}
.home-concat-wechat:hover .home-concat-fixed, .home-concat-email:hover .home-concat-fixed{
    display: -ms-flexbox;
    display: flex;
}
.mr-100 {margin-right: 10rem;}
.mr-30 {margin-right: 3rem;}
/*弹出层*/
.popup {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    background: rgba(0,0,0,0.6);
}
.popup.active {
    display: block;
}
.popup-content {
    position: relative;
    top: 30%;
    width: 33rem;
    padding: 2rem;
    border-radius:.6rem;
    background: #fff;
    text-align: right;
    margin:0 auto;
    margin-top:5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;

}
.popup-content-width .popup-content {
    width: 50rem;
}
#popupConfirm {
    width: 4rem;
    height: 2.6rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    -ms-flex-pack: center;
        justify-content: center;
}
.popup-content h3 {
    text-align:center;
    margin: 0;
}
.popup-content p {
    text-align:left;
    font-size: 2rem;
    /*border-bottom: .1rem solid #aaa;*/
    /*line-height:6rem;*/
    /*margin: 2rem -2rem;*/
    padding: 0 2rem;
}

/*回到顶部*/
#back_top div{
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}
#back_top{
    height: 3.8rem;
    width: 3.8rem;
    border-radius: .3rem;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 10rem;
    bottom: 5rem;
}


.swiper-container {
  height: 680px;
  width: 100%;
  position: relative;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-banner1 {
    width: 100%;
    height: 100%;
    background: url(/static/image/banner_1.png) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-position: center 0;
  }

.swiper-banner1-content {
    width: 100%;
    margin: 0 auto;
}


.swiper-banner1-content h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 58px;
  color: #FFFFFF;
  letter-spacing: 2.9px;
  line-height: 81px;
  text-shadow: 2px 2px 1px #005EBB;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 50px;
}
.divider-sub {
  width: 101px;
  height: 3px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(41,63,95,0.67);
}
.banner-1-content-desc {
  margin-top: 33px;
  font-family: MicrosoftYaHei;
  font-size: 36px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 32px;
  text-shadow: 0 1px 3px rgba(0,84,127,0.85);
  font-weight: 400;
}

.swiper-banner2 {
  width: 100%;
  height: 100%;
  background: url(/static/image/banner-2.jpg) no-repeat;
  background-position: center center;
  cursor: pointer;
}


.banner-view-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  background: #285CE4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.banner-view-item.text-color-primary {
  color: #742E00;
}
.banner-view-item {
  box-sizing: border-box;
  padding: 40px;
  width: 50%;
  height: 300px;
  color: #fff;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.banner-view-goods {
  background: #FFD60B url(/static/image/home-banner1.png) no-repeat;
  background-position: right center;
}
.banner-view-order {
  background: #4227D2 url(/static/image/home-banner2.png) no-repeat;
  background-position: right center;
}

.banner-view-data {
  background: #2D68FF url(/static/image/home-banner3.png) no-repeat;
  background-position: left center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.banner-view-claim {
  background: #EA6800 url(/static/image/home-banner4.png) no-repeat;
  background-position: left center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.banner-view-item_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 81px;
  font-weight: 700;
  width: 330px;
  text-align: left;
}
.banner-view-item_desc {
  width: 330px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  letter-spacing: -0.39px;
  line-height: 32px;
  font-weight: 300;
}



.why-desc {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 40px;
  font-size: 30px;
  color: #292F3D;
  font-weight: 400;
  text-align: center;
}
.erp-question-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 70px;

}
.question-title-bg {
  font-size: 56px;
  text-transform:uppercase;
  color: #efefef;
  height: 70px;
  text-align: center;
  opacity: 0.8;
}
.question-title {
  font-size: 36px;
  color: #292f3d;
  letter-spacing: 0.4px;
  font-weight: 700;
  position: relative;
  top: -30px;


}
.question-title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  -ms-transform: scaleX(1.2);
      transform: scaleX(1.2);
  -ms-transform-origin: center;
      transform-origin: center;
  height: 24px;
  background-image: linear-gradient(
      90deg,
      rgba(238, 238, 238, 0.11) 0%,
      rgba(45, 104, 255, 0.37) 50%,
      rgba(255, 255, 255, 0) 100%
  );
}

.version-tabs-item {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  width: 350px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(239,239,239,1);
}
.version-tabs-item.active {
  /* background-image: linear-gradient(-43deg, #340BE8 0%, #3289FF 100%); */
  background-color: #2D68FF;
  box-shadow: 0px 6px 16px 0px rgba(193,196,211,1);
}
.version-tabs-item.active  .version-index,
.version-tabs-item.active  .version-title,
.version-tabs-item.active  .version-title-text {
  color: #fff;
}
.version-tabs-item.active::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -18px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color:#2D68FF;
}
.version-index {
  margin-right: 20px;
  width: 42px;
  height: 46px;
  font-family: MicrosoftYaHei;
  font-size: 38px;
  color: rgba(41,47,61,0.25);
  letter-spacing: 0.42px;
  font-weight: 500;
}
.version-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: rgba(41,47,61,0.50);
  letter-spacing: 0.18px;
  font-weight: 400;
}
.version-title-text {
  margin-bottom: 8px;
  font-family: MicrosoftYaHei;
  font-size: 21px;
  color: #292F3D;
  letter-spacing: 0.23px;
  font-weight: 400;
}

.page-content {
   width: 100%;
  margin: 0 auto;
}

/*tabs-contents*/

.introduce-item {
  height: 420px;
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 70px 0 50px;
}
.introduce-item.active {
  display: -ms-flexbox;
  display: flex;
}
.introduce-item-info {
  width: 45%;

}
.introduce-item-info_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #2D68FF;
  letter-spacing: -0.56px;
  font-weight: 700;
}
.introduce-item-info_item {
  position: relative;
  padding-left: 24px;
  margin: 24px 0;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: rgba(41,47,61,0.85);
  letter-spacing: -0.33px;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;

}
.introduce-item-info_item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2D68FF;
}
.introduce-item-info_control {
  margin-top: 50px;

}
.introduce-item-info_control button {
  cursor: pointer;
  width: 141px;
  height: 48px;
  background: #39C881;
  border-radius: 2px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.33px;
  text-align: center;
  font-weight: 400;
  border:none;
}


.introduce-item-img img {
  width: 100%;
  height: 100%;
}
button,
button:focus,
button:active,
button:hover {
  cursor: pointer;
  outline: none;
}
button.btn-noborderd,
button.btn-noborderd:focus,
button.btn-noborderd:active,
button.btn-noborderd:hover {
  border:none;
}

/*工具介绍*/
.controls-contianer {
  width: 100%;
  height: 866px;
  margin-bottom: 160px;

  background: url(/static/image/c-bg0.png) no-repeat;
  background-position: center;
}
.controls-inner {
  padding-top: 100px;
  color: #fff;
}
.controls-title {
  margin-bottom: 70px;
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: -0.56px;
  font-weight: 400;
  text-align: center;
}
.controls-title-2 {
  margin: 120px 0 50px;
}
.controls-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.controls-item {
  position: relative;
  cursor: pointer;
  width: 370px;
  height: 258px;
  box-shadow: 2px 3px 13px 0px rgba(123,125,131,0.13);

}
.controls-item-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

}
.controls-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transform-origin: center center;
      transform-origin: center center;
  background: #fff;
}
.controls-item:hover .controls-item-try {
  visibility: visible;
}
.controls-item:hover::before {
  -ms-transform: scaleY(1.2);
      transform: scaleY(1.2);
}
.controls-item-inner img {
  width: 72px;
  height: 72px;
}
.controls-item-title {
  margin-top: 28px;
  margin-bottom: 10px;
  line-height: 27px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 21px;
  color: #363A5E;
  letter-spacing: -0.39px;
  text-align: center;
  font-weight: 700;
}
.controls-item-desc {
  width: 236px;
  height: 22px;
  opacity: 0.7;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #292F3D;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.controls-item-try{
  margin-top: 12px;
  visibility: hidden;
}
.controls-item-try a{

  color: #2D68FF;
}

.controls-icon-text {
  width: 704px;
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: -0.56px;
  font-weight: 400;
}

.controls-intro {
  position: relative;
  padding: 75px 0;
  /* transform: translateY(80px); */
}
.controls-intro::before {
  content: url(/static/image/yh-left.png);
  width: 38px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.controls-intro::after {
  content: url(/static/image/yh-right.png);
  width: 38px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.controls-intro-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #363A5E;
}
.controls-intro-item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 170px;
  height: 170px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 2px 3px 13px 0px rgba(75,112,207,0.13);
  font-size: 21px;
  letter-spacing: -0.39px;
  font-weight: 700;
}
.controls-intro-item:hover {
  color: #2D68FF;
  border-color: currentColor;
}

/*核心功能*/
.core-power-contianer {
  position: relative;
  margin-top: 80px;
  overflow: hidden;

}
.core-power-item-1 .page-content {
  background: url(/static/image/core-bg0.png) no-repeat;
  background-position: 0 0;
}
.core-power-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 500px;
}
.core-power-item:nth-child(even) {
  background-color:  rgba(15,121,255, 0.08);
}
.core-power-item:nth-child(even) .flex-center {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.core-power-item .page-content {
  height: 100%;
}
.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.core-power-info_item {
  position: relative;
  padding-left: 24px;
  margin: 24px 0;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: rgba(41,47,61,0.85);
  letter-spacing: -0.33px;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}
.core-power-info_item:first-child {
  margin-top: 0;
}
.core-power-info_item_title {
  font-size: 22px;
  color: #0F66FF;
  line-height: 36px;
  font-weight: 700;
}

.core-power-info_item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2D68FF;
}
.core-power-try {
  padding-left: 24px;
}
.core-power-try a {
  color: #2D68FF;
}
.core-power-info_item_img {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: rgba(15,102,255, 0.5);
  font-weight: 400;
}
.core-power-info_item_img img {
  margin-bottom: 30px;
}
.core-power-item-3 .page-content {
  background-image: url(/static/image/core-bg3-0.png);
  background-repeat: no-repeat;
  background-position: right 90px;
}

/* 合作伙伴 */
.header-total {
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #292F3D;
  letter-spacing: -0.56px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}
.header-total strong {
  font-size: 48px;
  color: #0F66FF;
  letter-spacing: -0.56px;
  line-height: 64px;
  font-weight: 700;
}
.grid-list {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 21px;
}
.grid-item {
  width: 20%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;


  color: #292F3D;
  letter-spacing: 0.31px;
  font-weight: 400;
}
.grid-item .img-amazon-word-style{
  color: #0f66ff;
  font-weight: bold;
  font-size: 35px;
  font-family: Helvetica;
}

.grid-item:hover {
  box-shadow: 0px 0px 5px 5px rgba(146, 145, 145, 0.13);
}

/*客户评价*/

.scp-carousel-wrap {
  position: relative;
  padding-top: 220px;
}

.swiper-container-2 {
  box-sizing: border-box;
  padding-top: 100px;
  /* height: 60rem; */
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.spc-carousel {
  position: absolute;
  top: 0;
  z-index: 2;
   width: 100%;
  background: #fff;
}
.swiper-container-2 {
  position: relative;
}
.swiper-container-2 .swiper-wrapper {
  height: auto;

}
.swiper-pagination-2 {
  text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: #cccccc;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #3289FF;
}

.swiper-container-2 .swiper-slide {
  position: relative;
  width: 200px;
  height: 345px;
  font-size: 18px;
  background: #fff;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: 300ms;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  background: #F7F8FC;
  border: 1px solid #E0E2E8;
  box-shadow: 0px 3px 11px 0px rgba(214,214,214,0.5);
}
.swiper-container-2 .swiper-slide img {
  display: none;
}
.swiper-container-2  img {
  position: relative;
  top: -40px;
  width: 330px;
  height: 360px;
  margin-left: 30px;
  border: 4px solid #fff;
  box-shadow: 0px 3px 11px 0px rgba(214,214,214, 0.2);
}
.swiper-container-2 .swiper-slide .customer-commit-info {
  padding-left: 30px;
  padding-right: 40px;
  text-align: left;
  color: rgba(41,47,61);
  padding-top: 30px;
}
.customer-commit-content {
  line-height: 27px;
  font-size: 16px;
}
.swiper-container-2 .swiper-slide .customer-commit-content {
  opacity: 0.5;
}
.swiper-container-2 .swiper-slide .customer-type {
  opacity: 1;
}
.swiper-container-2 .swiper-slide .customer-name {
  opacity: 0.6;
}
.swiper-container-2 .swiper-slide-active,.swiper-slide-duplicate-active{
  -ms-transform: scale(1);
      transform: scale(1);
}
.swiper-container-2 .swiper-slide-active .customer-name {
  opacity: 1;
}
.swiper-container-2 .swiper-slide-active .customer-commit-content {
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
}
.swiper-container-2 .swiper-slide-active {
  margin-left: -210px !important;
  margin-right: -150px !important;
  width: 750px !important;
  background: #161930;
  box-shadow: 0px 4px 16px 0px rgba(110,110,110,0.5);
  color:#fff;
  z-index: 22;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 27px;
  font-weight: 400;
  border:none;
}
.swiper-container-2 .swiper-slide-active img {
  display: inline-block;
}
.swiper-container-2 .swiper-slide-active .customer-commit-info {
  padding-right: 60px;
  color: #fff;
}
.swiper-container-2 .swiper-slide-active  .customer-type {
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 0.42px;
  text-shadow: 0 0 5px rgba(0,9,127,0.27);
  font-weight: 700;
  display: inline-block;
}
.swiper-container-2 .swiper-slide-active .customer-commit-info .customer-type::after {
  color: #fff;
  top: -36px;
}
.customer-type {
  display: inline-block;
  position: relative;
  height: 50px;
  font-family: MicrosoftYaHei-Bold;
  letter-spacing: 0.42px;
  font-size: 25px;
  color: #292F3D;
  letter-spacing: 0.28px;
  font-weight: 400;
}
.customer-commit-info-1 .customer-type::after {
  content: '01';
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0.22;
  font-family: DIN-Regular;
  font-size: 50px;
  color: rgba(41,47,61,0.50);
  letter-spacing: 0.56px;
  font-weight: 400;
}
.customer-commit-info-2 .customer-type::after {
  content: '02';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.22;
  font-family: DIN-Regular;
  font-size: 50px;
  color: rgba(41,47,61,0.50);
  letter-spacing: 0.56px;
  font-weight: 400;
}
.customer-commit-info-3 .customer-type::after {
  content: '03';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.22;
  font-family: DIN-Regular;
  font-size: 50px;
  color: rgba(41,47,61,0.50);
  letter-spacing: 0.56px;
  font-weight: 400;
}
.customer-name {
  position: relative;
  margin: 20px 0 20px;
  height: 27px;
  font-family: MicrosoftYaHei;
  font-size: 21px;
  letter-spacing: 0.23px;
  font-weight: 400;
}

.swiper-prev-area {
  position: absolute;
  left: 0;
  top: 120px;
  width: 215px;
  height: 310px;
  z-index: 999;
}
.swiper-next-area {
  position: absolute;
  right: 0;
  top: 120px;
  width: 205px;
  height: 310px;
  z-index: 999;
}



/*页脚*/
.new-home-footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 1138px;
  padding-top: 428px;
  background: url(/static/image/footer-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.new-home-footer_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0.44px;
  text-align: center;
  font-weight: 700;
}
.new-home-footer_desc {
  margin-top: 20px;
  opacity: 0.8;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.27px;
  text-align: center;
  font-weight: 400;
}
.new-home-footer_apply {
  margin-top: 50px;
  text-align: center;
}
.new-home-footer_apply button {
  width: 127px;
  height: 48px;
  background: #2D68FF;
  border-radius: 2px;
font-family: MicrosoftYaHei-Bold;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 1.12px;
line-height: 25px;
font-weight: 700;
}
.new-home-footer .page-content {
  position: relative;
  height: 100%;
}
.new-home-footer_bottom {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.line-item {
  opacity: .8;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
}
.line-item img {
  position: relative;
  top: 2px;
}

.btn-default {
  box-sizing: border-box;
  width: 108px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CED4D9;
  border-radius: 2px;
  font-size: 16px;
  color: #292F3D;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  color: rgba(41, 47, 61, 0.8)
}
.btn-default:hover {
  color: rgba(41, 47, 61, 1)
}

.btn-green,
.btn-green:hover {
  border: none;
  background: #39C881;
  color: #fff;
}

.home-footer-hr{
   width: 100%;
  margin: 5px auto 0;
  border: 0;
  border-top: 1px solid #686868;
}
.home-footer-bottom{
  text-align: center;
  padding-top: 5px;
  color: #fff;
  margin-top: 4px;
  font-size: 12px;
}
.home-footer-bottom>p{
  margin-bottom: 0;
}
.home-footer-bottom>p>a{
  color: #fff !important;
}
.home-footer-bottom img{
  vertical-align: bottom;
}
.footer-beian {
  width: 100%;
  position: absolute;
  bottom: 16px;
  margin: 0 auto;
}
.online-btn {
  text-align: center;
  margin-top: -9px;
}

.online-btn >a {
  color: black !important;
}

.online-btn >a >img {
  width: 4rem;
  height: 4rem;
  margin-bottom: -10px;
}

.home-footer-left > h2.privacy-policy {
  cursor: pointer;
  margin-bottom: -20px;
}
#phone-menu{
  display: none;
}
.scp-carousel-wrap-phone{
  display: none;
}

/* 1200 */
 @media screen and (min-width:1200px){
  .swiper-banner1-content{
    width: 1200px;
    padding-top: 160px;
  }
  .version-tabs{
    width: 1200px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page-content{
    width: 1200px;
  }
 }
 /* 300-600 */
 @media screen and (min-width:300px) and (max-width:600px){
    /* first */
    .first{
      height: 400px;
    }
    .swiper-banner1-content {
      padding: 120px 20px 20px 20px;
      margin: 0px;
    }
    .swiper-banner1-content h2 {
      font-family: MicrosoftYaHei-Bold;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 2.9px;
      line-height: 41px;
      text-shadow: 2px 2px 1px #005EBB;
      font-weight: 700;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .divider-sub{
      height: 2px;
    }
    .banner-1-content-desc {
      margin-top: 33px;
      font-size: 16px;
      line-height: 16px;
    }
    .swiper-container{
       height:400px ;
    }
    .banner-view-container{
      padding-top: 60px;
    }
    .swiper-banner1 {
      background: url(/static/image/phone-bg-01.png) no-repeat;
      background-size: 100% 100%;
    }
    .banner-view-item {
      height: 170px;
      color: #fff;
    }
    .banner-view-item_title {
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 41px;
      width: 100%;
      text-align: left;
    }
    .banner-view-item_desc {
      display: none;
    }
    #nav-wrap:hover {
      background: #0769c4;
      color: #000000;
      box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.02);
    }
    .nav{
      height: 6rem;
      background: #0769c4;
    }
    .nav-wrap{
      background: #0769c4;
      width: 100%;
      width: 52px;
      height: 32px;
      background-image: url(/static/image/base-logo3.svg);
      background-size: 100% auto;
      margin-left: 20px;
    }
    .nav-logo {
      display: none;
    }
    .nav-active .nav-logo,
    #nav-wrap:hover .nav-logo {
       background-image: url(/static/image/base-logo3.svg);
    }
    .menu-wrap{
      display: none;
    }
    .slicknav_menuicon{
          width: 14px;
          height: 13px;
          position: fixed;
          top:25px;
          right: 5px;
    }
    .account{
      display: none;
    }
    .slicknav_icon-bar{
        width: 14px;
        height: 2px;
        background-color: #fff;
        float: left;
        margin-bottom: 3px;
        display: inline;
    }
    #phone-menu{
      display: block;
    }
    #phone-menu-dropdown{
      width: 120px;
      background: #fff;
      padding: 0 10px;
      border-radius: 4px;
      position: absolute;
      margin-top: 20px;
      right: 5px;
      border: 1px solid #ccc;
      box-shadow: #ccc 0px 0px 2px ;
      max-height: 500px;
    }
    #product-wrap-phone>img{
      margin-left: 20px;
    }
    .displayNone{
      display: none;
    }
    .displayBlock{
      display: block;
    }
    #phone-product-menu{
      padding: 10px;
      position: absolute;
      width: 100px;
      right: 150px;
      top:0px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: #ccc 0px 0px 2px ;
      z-index: 99;
    }
    .phone-product-menu-item{
      line-height: 28px;
    }
    .phone-product-menu-item>a{
      color: #007aff;
    }
    #phone-menu-dropdown>.btn-default{
      margin: 5px;
      width: 100px;
      height: 30px;
      line-height: 20px;
      font-size: 12px;
    }
    ul,li{
      list-style: none;
      clear: both;
    }
    .banner-view-goods,.banner-view-order,.banner-view-data,.banner-view-claim {
      background-size: 100% 100%;
    }
    /* main */
    .erp-question-title{
      margin-top: 10px;
    }
    .question-title-bg{
      font-size: 26px;
      height: 50px;
    }
    .question-title{
      font-size: 18px;
    }
    .question-title:after{
      height: 14px;
      bottom: 5px;
    }
    .why-desc{
      margin-top: 10px;
      margin-bottom:10px;
      font-size: 18px;
    }
    .version-index{
      display: none;
    }

    .version-tabs{
      display: -ms-flexbox;
      display: flex;
    }
    .version-tabs-item{
      width: 30%;
      margin: 0 5px;
      padding: 10px;
    }
    .introduce-item,.core-power-item{
      margin: 20px 0 ;
      padding: 0 10px;
      height: 100%;
    }
    .introduce-item.active{
      display: block;
    }
    .introduce-item-info,.core-power-info{
      width: 100%;
    }
    .introduce-item-info_title,.core-power-info_item_title{
      font-size: 18px;
    }
    .introduce-item-info_item,.core-power-info_item{
      font-size: 14px;
      letter-spacing:0px;
      padding-left: 12px;
      margin: 12px 0;
    }
    .introduce-item-info_control{
      margin-top: -10px;
      text-align: center;
      margin-bottom: 10px;
    }
    .introduce-item-info_control button{
      width: 100px;
      height: 38px;
      font-size: 14px;
    }
    /* 核心功能 */
    .core-power-contianer{
      margin-top: 20px;
    }
    .flex-center{
      display: block;
    }
    .core-power-try{
      font-size: 16px;
      text-align: center;
    }
    .btn-noborderd{
      border:1px solid #2d68ff;
      padding: 5px;
      border-radius: 4px;
    }
    .core-power-info_item_img>.img-title{
      font-size: 16px;
    }
    .core-power-info_item_img>img{
      margin-bottom: 10px;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      margin-top: 10px;
    }
    /* 工具部分- */
    .controls-inner{
      padding-top: 10px;
    }
    .page-content {
      width: 100%;
      margin: 0;
    }
    .controls-title{
      font-size: 14px;
      height: 20px;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .controls-list{
      display: block;
    }
    .controls-item{
      width: 60%;
      margin: 5px auto;
      height: 170px;
    }
    .controls-item-inner img{
      width: 42px;
      height: 42px;
    }
    .controls-item-title{
      margin-top: 10px;
    }
    .controls-item-try {
      visibility: visible;
    }
    .controls-item:hover .controls-item-try {
      visibility: visible;
    }
    .controls-item:hover::before {
      -ms-transform:none;
          transform:none
    }
    .controls-title-2{
      margin: 10px 0;
      font-weight: 600;
    }
    .controls-contianer{
      margin-bottom: 20px;
      height: 100%;
    }
    .controls-intro{
      padding: 40px 0;
    }
    .controls-intro::before{
      content: '';
      background:url(/static/image/yh-left.png) ;
      width: 16px;
      height: 16px;
      display: block;
      background-size: cover;
    }
    .controls-intro::after{
      content: '';
      background:url(/static/image/yh-right.png) ;
      width: 16px;
      height: 16px;
      display: block;
      background-size: cover;
    }
    .controls-intro-list{
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .controls-intro-item{
      height: 60px;
      font-size: 16px;
      width: 120px;
    }

    .friends{
      padding: 0 10px;
    }
    .header-total{
      margin: 0;
      font-size: 18px;
      line-height:44px;
      height: 44px;
      margin-bottom: 10px;
    }
    .header-total strong{
      font-size: 24px;
    }
    .grid-item{
      width: 33%;
      height: 60px;
      font-size: 14px;
    }
    .grid-item>img{
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
    }
    .scp-carousel-wrap{
      display: none;
    }
    .scp-carousel-wrap-phone{
      display: block;
    }
    .page-content-item{
      margin:10px;
      background:#161930 ;
      color: #fff;
    }
    .page-content-item-title{
      font-size: 16px;
      text-align: center;
    }
    .page-content-item-company{
      text-align: center;
    }
    .page-content-item-image{
      margin: 10px auto;
      width: 300px;
      height: 300px;
    }
    .page-content-item-image>img{
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;

    }
    .page-content-item-info{
      padding: 10px;
    }
    /* footer */
    .new-home-footer{
      margin: 20px 10px;
      height: 800px;
      padding-top: 10px;
      width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .new-home-footer_title{
      font-size: 20px;
    }
    .new-home-footer_desc{
      font-size: 16px;
    }
    .new-home-footer_apply{
      margin:10px ;
    }
    .new-home-footer_apply>.btn-noborderd{
      width: 100px;
      height: 32px;
      font-size: 16px;
      font-weight: 500;
    }
     .mr-100{
      margin-right: 0px;
     }
    .home-footer-left{
      padding-left: 20px;
    }
    .home-footer-right{
      width: 100%;
    }
    .home-footer-bottom{
      padding: 0 5px;
    }

    .home-footer-left-hr{
      width: 3rem;
      margin: 2rem;
      border-bottom:0.1rem solid #FFF
    }
    #back_top{
      right: 1rem;
      bottom: 0rem;
    }
    .home-concat{
      z-index: 1;
    }
 }
