/*公用类的样式*/
*,
li,
ul,
dl,
dt,
dd,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
li,
ol,
ul,
dl,
dt,
dd {
  list-style: none;
  list-style-type: none;
}
a,
h1,
img,
p {
  border: 0;
}
cite,
em,
i {
  font-style: normal;
}
input:focus {
  outline: none;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
} /*鼠标悬停时*/
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '\20';
}
.mt10 {
  margin-top: 0.1rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.blue {
  color: #00b9ef;
}
.gray {
  color: #9b9b9b;
}
.red {
  color: red;
}
.oran {
  color: #ff7b1a;
}
.bg-w {
  background: #fff;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.none {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mid {
  float: left;
}
.ta-r {
  text-align: right;
}
.pd10 {
  padding: 0.1rem;
}
.pt39 {
  padding-top: 39px;
}
input[type='text'],
input[type='password'],
input[type='button'] {
  -webkit-appearance: none;
}
html.with-statusbar-overlay body {
  padding-top: 0px;
}
body {
  font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', u9ed1u4f53, Arial, sans-serif;
  font-size: 0.14rem;
}
.spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto;
  width: 70px;
  height: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.spinner > div {
  width: 19px;
  height: 19px;
  background-color: #3cbaff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.appTop {
  background: #fff;
  padding: 0.12rem;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0rem;
  flex-wrap: nowrap;
}
.appTop a {
  display: block;
  width: 100%;
  height: 100%;
}
.appTop .logo {
  width: 1.1rem;
  height: 0.32rem;
  float: left;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/logo.png') no-repeat center;
  background-size: cover;
}
.appTop .appTopRight {
  float: right;
  display: flex;
}
.appTop .appTopRight #user {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/user.png') no-repeat center;
  background-size: cover;
}
.appTop .appTopRight #userLogined {
  width: 0.24rem;
  height: 0.24rem;
}
.appTop .appTopRight #nav {
  width: 0.24rem;
  height: 0.24rem;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/menu.png') no-repeat center;
  background-size: cover;
}

.navCon {
  font-size: 0.14rem;
  position: fixed;
  z-index: 9093;
  color: #222;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  width: 91%;
  margin-right: -91%;
  transition: 0.6s;
  overflow-y: scroll;
  height: 100%;
  visibility: hidden;
}
.navCon.navActive {
  visibility: visible;
  margin-right: 0px;
  transition: 0.6s;
}
.navCon .hotProduct {
  border-top: 1px solid #e6e6e6;
  margin-top: 0.1rem;
}
.navCon .hotProduct a {
  width: 1.32rem;
  height: 0.64rem;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  margin: 0.2rem 0 0 0.2rem;
  text-indent: 0;
}
.navCon .hotProduct a:nth-child(1) {
  background: url('https://cdn.jdy.com/mjdy/images_new/index/acc_bg.png') no-repeat center;
  background-size: cover;
}
.navCon .hotProduct a:nth-child(2) {
  background: url('https://cdn.jdy.com/mjdy/images_new/index/scm_bg.png') no-repeat center;
  background-size: cover;
  line-height: 0.64rem;
}
.navCon .hotProduct a:nth-child(3) {
  background: url('https://cdn.jdy.com/mjdy/images_new/index/sale_bg.png') no-repeat center;
  background-size: cover;
  line-height: 0.64rem;
}
.navCon .hotProduct a:nth-child(4) {
  background: url('https://cdn.jdy.com/mjdy/images_new/index/jdy_bg.png') no-repeat center;
  background-size: cover;
  padding-top: 0.1rem;
}
.navCon ul {
  list-style: none;
  cursor: pointer;
}
.navCon ul > li {
  min-width: 140px;
  position: relative;
  padding: 0.1rem 0;
  text-indent: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}
.navCon ul > li > a {
  display: block;
  font-size: 0.14rem;
  color: #212121;
}
.navCon ul > li > a span {
  margin-right: 0.1rem;
}
.navCon ul > li span.indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 19px 22px 0 0;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/pull.png') no-repeat;
  background-size: cover;
  transition: 1s;
}
.navCon ul > li .collapsed span.indicator {
  transform: rotate(180deg);
  transition: 1s;
}
.navCon ul > li > ul {
  display: none;
}
.navCon li.liProduct {
  padding-bottom: 0;
}
.navCon li.liProduct p {
  padding-bottom: 0.1rem;
}
.navCon #proSubNav li {
  background: #f6f8fa;
  border-bottom: none;
}
.navCon #proSubNav {
  padding-left: 0.1rem;
  border-top: 1px solid #e6e6e6;
}
.navCon .haveBorder {
  border-top: 1px solid #e6e6e6;
}
.navReg {
  margin: 0.2rem;
  background: #00ccc5;
  border-radius: 2px;
}
.navReg a {
  font-size: 0.16rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
  text-align: center;
}
.nav-mask {
  display: block;
  position: fixed;
  top: -50%;
  left: -50%;
  z-index: 9092;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  display: none;
}
.navCon #J_menuClose {
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.2rem;
  display: block;
  float: right;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/close.png') no-repeat center;
  background-size: cover;
}

.appBottom {
  background: #1b2653;
  padding: 0 0.16rem;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.76);
}
.appBottom div.appTel {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 0.2rem;
}
.appBottom div.appTel p {
  margin-top: 0.2rem;
}
.appBottom div.appTel p a {
  font-size: 0.16rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  display: block;
  border-radius: 2px;
}
.appBottom div.appTel p:nth-child(1) a {
  background: #00ccc5;
  border: #00ccc5 1px solid;
}
.appBottom div.appTel p:nth-child(2) a {
  border: #fff 1px solid;
}
.appBottom dl {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 0.2rem 0;
}
.appBottom dl dt {
  font-size: 0.16rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.appBottom dl dd {
  margin-top: 0.1rem;
  line-height: 0.22rem;
}
.appBottom dl dd a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.76);
  margin-right: 0.05rem;
}
.appBottom dl.attention dd {
  display: flex;
  flex-wrap: wrap;
}
.appBottom dl.attention dd a {
  width: 49%;
  margin-top: 0.06rem;
  margin-right: 0;
}
.appBottom dl.attention dd a:nth-child(even) {
  text-align: right;
}
.appBottom dl.moreCon dd a {
  font-size: 0.12rem;
}
.appBottom ul {
  padding: 0.2rem 0;
}
.appBottom ul li {
  text-align: center;
}
.appBottom dl.moreCon dt a {
  color: #fff;
  display: block;
  position: relative;
}
.appBottom dl.moreCon dt span.indicator {
  position: absolute;
  top: 3px;
  right: 10px;
  padding: 19px 22px 0 0;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/pull.png') no-repeat;
  background-size: cover;
  transition: 1s;
}
.appBottom dl.moreCon dt .collapsed span.indicator {
  transform: rotate(180deg);
  transition: 1s;
}
.appBottom dl.moreCon dd a {
  margin-right: 0.01rem;
}
.mobile-fw-box .icon-kf-bg {
  background: #00ccc5 url('https://cdn.jdy.com/mjdy/images_new/index/kf.png') no-repeat center;
  background-size: 26px;
}
.ewmCon {
  width: 201px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  text-align: center;
  z-index: 9093;
}
.ewmCon img {
  width: 200px;
}
.ewmCon p {
  color: #fff;
  margin-top: 11px;
}
.appContact {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9090;
  left: 0;
  bottom: 0;
  width: 100%;
}
.appContact a {
  width: 50%;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  float: left;
  background: #3bb0fe;
}
.appContact a:nth-child(1) {
  background: #3bb0fe;
}
.appContact a:nth-child(2) {
  background: #00ccc5;
}

#cardTab {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
#cardTab a {
  width: 50%;
  height: 0.43rem;
  text-align: center;
  font-size: 0.14rem;
  color: #232323;
  display: block;
  float: left;
}
#cardTab a i {
  display: block;
  width: 100%;
}
#cardTab a:nth-child(1) i {
  background: url(../images/share/card.png) center no-repeat;
  height: 0.18rem;
  margin-top: 0.05rem;
  background-size: 15%;
}
#cardTab a.active {
  color: #22ad16;
}
#cardTab a:nth-child(1) i.active {
  background: url(../images/share/card_active.png) center no-repeat;
  background-size: 15%;
}
#cardTab a:nth-child(2) i {
  background: url(../images/share/home.png) center no-repeat;
  height: 0.21rem;
  margin-top: 0.03rem;
  background-size: 12%;
}
#cardTab a:nth-child(2) i.active {
  background: url(../images/share/home_active.png) center no-repeat;
  background-size: 12%;
}

/* new_common */
/* .nav-body{position: absolute;left: 4rem;z-index:99;height:100%;background-color: #ffffff;} */
.nav-body {
  position: fixed;
  z-index: 99;
  height: 100%;
  background-color: #ffffff;
  top: 0.56rem;
}
#nav_menuClose {
  width: 0.23rem;
  height: 0.23rem;
  display: none;
  float: right;
  background: url('https://cdn.jdy.com/mjdy/images_new/index/close.png') no-repeat center;
  background-size: cover;
}
#nav-show {
  width: 0.24rem;
  height: 0.24rem;
  background: url(https://cdn.jdy.com/mjdy/images_new/index/menu.png) no-repeat center;
  background-size: cover;
}
.appTop .appTopRight {
  float: right;
  display: flex;
  padding-top: 0.05rem;
}

.mlogo {
  width: 1.92rem;
  height: 0.32rem;
  float: left;
  background-image: url(/m/assets/newmobile/images/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-content {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  border-top: solid 0.01rem #e6e6e6;
}
.nav-content-left {
  width: 1.12rem;
  background-color: #f6f8fa;
}
.nav-content-left > ul > .nav-li-active {
  border-left: solid 0.02rem #2386ee;
  background-color: #ffffff;
}
.nav-content-left > ul > .nav-li-active a {
  color: #2386ee;
  font-weight: 800;
}
.nav-content-left ul li {
  width: 1.12rem;
  height: 0.48rem;
  padding: 0.14rem 0.14rem 0.16rem 0.16rem;
  cursor: pointer;
}
.nav-content-left ul li a {
  font-size: 0.14rem;
  color: #212121;
  height: 0.2rem;
  line-height: 0.2rem;
  display: block;
}
.nav-content-right {
  width: 2.63rem;
  background-color: #ffffff;
  height: 8rem;
}
.nav-content-right > .nav-right-box > ul > li:first-child {
  padding: 0.14rem 0.14rem 0.12rem 0rem;
  border-bottom: solid 0rem #ffffff;
}
.nav-content-right > .nav-right-box > ul > li:first-child p {
  font-size: 0.14rem;
  color: #212121;
  height: 0.2rem;
  line-height: 0.2rem;
  display: block;
  font-weight: 800;
}
.nav-content-right > .nav-right-box > ul {
  padding-left: 0.14rem;
  padding-right: 0.16rem;
}
.nav-content-right > .nav-right-box > ul > li {
  border-bottom: solid 0.01rem #e6e6e6;
}
.nav-content-right > .nav-right-box > ul > li .nav-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0.14rem 0.16rem 0rem;
  height: 0.43rem;
}
.nav-content-right > .nav-right-box > ul > li .nav-detail {
  display: none;
}
.nav-content-right > .nav-right-box > ul > li .nav-detail > ul > li {
  padding: 0.1rem 0.14rem 0.1rem 0rem;
}
.nav-content-right > .nav-right-box > ul > li .nav-detail > ul > li p {
  width: 100%;
}
.nav-content-right > .nav-right-box > ul > li p {
  font-size: 0.14rem;
  color: #212121;
  height: 0.18rem;
  line-height: 0.18rem;
}
.nav-right-box {
  display: none;
}
#nav-solution ul li:not(:first-child),
#nav-grow ul li:not(:first-child),
#nav-about ul li:not(:first-child) {
  display: none;
}
#nav-solution ul li:first-child p,
#nav-grow ul li:first-child p,
#nav-about ul li:first-child p {
  background: url(https://cdn.jdy.com/jdy/newmobile/images/products/stellar/arrow-down.png) no-repeat right center;
  background-size: 23px;
}
#nav-solution ul.sel li,
#nav-grow ul.sel li,
#nav-about ul.sel li {
  display: block;
}
#nav-solution ul.sel li:first-child p,
#nav-grow ul.sel li:first-child p,
#nav-about ul.sel li:first-child p {
  background: url(https://cdn.jdy.com/jdy/newmobile/images/products/stellar/arrow-up.png) no-repeat right center;
  background-size: 23px;
}
#nav-top-trial {
  display: block;
  width: 0.76rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
  border-radius: 0.02rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
  margin-right: 0.16rem;
}
#nav-top-trial a {
  color: #ffffff;
  font-size: 0.12rem;
}
.nav-bar {
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav-bar p,
.nav-li p {
  font-size: 0.13rem;
  height: 0.18rem;
  color: #212121;
  font-weight: 400;
}
/* .nav-icon::before{content:"<div></div>";width:0.2rem;height:0.2rem;background-size: 100%; background: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro2.png) center no-repeat;} */
.nav-icon {
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  margin-right: 0.05rem;
}
.nav-icon-jxc {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro1.png);
}
.nav-icon-csgl {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro2.png);
}
.nav-icon-lsgl {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro3.png);
}
.nav-icon-fybx {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro4.png);
}
.nav-icon-dhsc {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/pro5.png);
}
.nav-icon-lb {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/r1.png);
}
.nav-icon-cw {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/r2.png);
}
.nav-icon-xs {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/r3.png);
}
.nav-icon-dc {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/r4.png);
}
.nav-icon-cg {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/r5.png);
}
.nav-icon-sp {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/re1.png);
}
.nav-icon-3c {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/re2.png);
}
.nav-icon-kj {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/re3.png);
}
.nav-icon-jj {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/re4.png);
}
.nav-icon-wm {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/re5.png);
}
.nav-icon-webversion {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/zswyb_m.png);
}
.nav-icon-file {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/file.png);
}
.nav-icon-filew {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/filew.png);
}
.nav-icon-wz {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/wz.png);
}
.nav-icon-video {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/video.png);
}
.nav-icon-report {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/zsbg_m.png);
}
.nav-icon-miniprogram {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/zsxcx_m.png);
}
.nav-icon-wine {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz2.png);
}
.nav-icon-pharmaceutical {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz3.png);
}
.nav-icon-fresh {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz1.png);
}
.nav-icon-cloth {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz4.png);
}
.nav-icon-print {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz5.png);
}
.nav-icon-stream {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz9.png);
}
.nav-icon-applications {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz7.png);
}
.nav-icon-wmf {
  background-image: url(https://cdn.jdy.com/jdy/new/images/index/ic/dz6.png);
}
.nav-about-intro {
  background: url(https://cdn.jdy.com/jdy/new/images/index/ic/intro1.png) no-repeat left center;
  background-size: 0.2rem;
  text-indent: 0.23rem;
}
.nav-about-brand {
  background: url(https://cdn.jdy.com/jdy/new/images/index/ic/intro2.png) no-repeat left center;
  background-size: 0.2rem;
  text-indent: 0.23rem;
}
.nac-more {
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.01rem solid #999;
  border-right: 0.01rem solid #999;
  transform: rotate(45deg);
  position: absolute;
  right: 0.22rem;
}
.show-more {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}
#nav-left-grow {
  position: relative;
}
#nav-left-grow img {
  width: 0.27rem;
  height: 0.12rem;
  position: absolute;
  right: 0.16rem;
  top: 0.06rem;
}
.footer-body {
  background-color: #1d2b42;
}

.footer-body > ul {
  padding: 0.12rem 0.16rem 0.32rem 0.16rem;
}
.footer-body > ul > li {
  margin-top: 0.24rem;
}
.footer-body > ul > li > p {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.24rem;
}
.footer-body > ul > li > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-body > ul > li > ul > li {
  margin-top: 0.08rem;
}
.footer-body > ul > li > ul a,
.footer-body > ul > li > ul p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.22rem;
}
.footer-body > ul > li:nth-child(3) > ul {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.footer-body > ul > li:last-child > ul {
  display: block;
}
.footer-body > ul > li:last-child > ul p {
  text-align: center;
}
.footer-botter-line {
  border: solid 0.01rem rgba(255, 255, 255, 0.2);
}
.fot-message-icon {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(https://cdn.jdy.com/jdy/images/footer/mesage_ico.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left 3px;
}
.fot-phone-icon {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(https://cdn.jdy.com/jdy/images/footer/tel_ico.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer-AppContact > a:first-child {
  background-color: #ffffff;
  border: solid 0.01rem #2386ee;
}
.footer-AppContact > a:last-child {
  background-color: #2386ee;
  color: #ffffff;
}
.footer-AppContact > a > div {
  margin-right: 0.08rem;
}
.f-b-zb {
  font-weight: 300 !important;
}
.footer-AppContact > a {
  display: flex;
  width: 1.64rem;
  color: #2386ee;
  font-size: 0.14rem;
  border-radius: 0.02rem;
  justify-content: center;
  align-items: center;
}
.footer-AppContact {
  display: flex;
  justify-content: space-around;
  justify-items: baseline;
  width: 100%;
  height: 0.56rem;
  padding: 0.12rem 0.16rem;
  position: fixed;
  z-index: 9999;
  background-color: #ffff;
  bottom: 0rem;
}

.st-img-salerUlt {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-saler.png') no-repeat center;
}
.st-img-financeUlt {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-finance.png') no-repeat center;
}
.st-img-salerPro {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-saler.png') no-repeat center;
}
.st-img-financePro {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-finance.png') no-repeat center;
}
.st-img-finance {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-finance.png') no-repeat center;
}
.st-img-saler {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-saler.png') no-repeat center;
}
.st-img-ykj {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-ykj.png') no-repeat center;
}
.st-img-yjxc,
.st-img-yjxczn {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-yjxc.png') no-repeat center;
}
.st-img-yxc {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-yxc.png') no-repeat center;
}
.dt-img1 {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-finance.png') no-repeat center;
}
.dt-img2 {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-yjxc.png') no-repeat center;
}
.dt-img3 {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-saler.png') no-repeat center;
}
.dt-img4 {
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trial-ykj.png') no-repeat center;
}
.show-trial {
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  display: none;
}
.st-bk {
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #7f7f7f;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
}
.st-dt {
  width: 3.35rem;
  border-radius: 0.04rem;
  background-color: #ffffff;
  margin: auto;
  padding-bottom: 0.3rem;
}
.st-dt > p:nth-child(2) {
  color: #212121;
  font-weight: bolder;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  margin-top: 0.24rem;
}
.st-dt > p:nth-child(3) {
  color: #666666;
  font-size: 0.12rem;
  line-height: 0.16rem;
  text-align: center;
}
.st-dt > p:nth-child(3) > a {
  color: #3987ed;
  font-size: 0.12rem;
  line-height: 0.16rem;
  text-decoration: underline;
}
.st-dt-footer > p {
  color: #fd9c20;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.16rem;
  text-align: center;
}
.st-dt-body {
  padding: 0.24rem 0.26rem 0rem 0.26rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.st-dt-box {
  box-shadow: 0rem 0.08rem 0.19rem 0rem rgba(203, 207, 215, 0.5);
  border-radius: 0.01rem;
  width: 1.36rem;
  height: 1.32rem;
  margin-bottom: 0.12rem;
}
.st-dt-box-item {
  display: flex;
  flex-direction: column;
  padding-top: 0.1rem;
}
.st-dt-b-flag {
  background-size: 100% !important;
  margin: auto;
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-tag.png') no-repeat center;
  text-align: center;
  position: relative;
  left: 0.4rem;
}
.st-dt-flag {
  width: 0.63rem;
  height: 0.18rem;
}
.st-dt-b-flag p {
  font-size: 0.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.14rem;
}
.st-dt-box-item > p {
  text-align: center;
  color: #212121;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: bolder;
  padding: 0 0.1rem;
}
.st-dt-footer {
  display: flex;
  justify-content: flex-start;
  padding-left: 0.26rem;
  padding-right: 0.26rem;
}
.st-dt-box-dt-img {
  width: 0.76rem;
  height: 0.76rem;
  background-size: 100% !important;
  margin: auto;
}
.st-dt-operate-icon {
  display: inline-block;
  width: 0.12rem;
  height: 0.02rem;
  background: #999;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  float: right;
  margin: 0.2rem 0.2rem 0rem 0rem;
}
.st-dt-operate-icon::after {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.02rem;
  background: #999;
  -webkit-transform: rotate(-90deg);
}
.st-dt-footer-icon {
  width: 0.12rem;
  height: 0.12rem;
  background-size: 100% !important;
  margin: auto;
  background: url('https://cdn.jdy.com/jdy/newmobile/images/trail-footer-icon.png') no-repeat center;
}
.mobile-pop-mark {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

#mobile-pop {
  position: relative;
  width: 90%;
  border-radius: 6px;
  background-color: #fff;
}

.mobile-pop-header {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.mobile-pop-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
}

.mobile-pop-body {
  padding: 0 20px 20px;
}

.mobile-pop-button {
  font-size: 15px;
  height: 70px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #212121;
}

.mobile-pop-button-title {
  font-weight: bold;
}

.mobile-pop-button-desc {
  font-weight: normal;
  font-size: 12px;
  color: gold;
}

.mobile-pop-button-sub {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.zhezhao {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 99991;
  display: none;
  top: 0;
  left: 0;
}
.consultcon {
  position: fixed;
  left: 0;
  z-index: 99992;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  display: none;
}
.consulttit {
  height: 9%;
  min-height: 51px;
  background: #2486ef;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  align-items: center;
}
.kfgirl {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.kfgirl img {
  width: 46px;
  height: auto;

  margin-right: 9px;
}
.kfdownarrow img {
  width: 29px;
  height: auto;
}
.kfiframe {
  border: none;
  height: 91%;
  width: 100%;
}
.proexpModalBg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 99991;
  display: none;
  top: 0;
  left: 0;
}
.tipexpModal {
  width: 329px;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.tipexpTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 23px;
  border-bottom: #e6e6e6 1px solid;
}
.tipexpTit img {
  cursor: pointer;
}
.tipexpTit span {
  font-size: 19px;
  color: #212121;
}
.tipexpCon ul li {
  padding: 23px;
  font-size: 16px;
  color: #666;
  line-height: 23px;
}
.tipexpCon ul li:last-child {
  padding-top: 3px;
}
.tipexpCon ul li span {
  color: #2386ee;
}
.tipexpBtn {
  border-top: #e6e6e6 1px solid;
  background: #f2f2f2;
  padding: 10px 23px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tipexpBtn p {
  cursor: pointer;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  margin-left: 11px;
  margin-bottom: 0.1px;
}
.tipexpBtn p:nth-child(1) {
  background: #2386ee;
  color: #fff;
  border: 1px solid #2386ee;
}
.tipexpBtn p:nth-child(2) {
  background: #fff;
  color: #212121;
  border: 1px solid #ccc;
}
