@media screen and (min-width: 1920px) {
  body .auto-bg-size {
    background-size: 100% auto;
  }
}
button,
.btn {
  background: #0047f5;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  border: 2px solid #0047f5;
}
button:hover,
.btn:hover {
  border-color: #2967ff;
  background: #2967ff;
}
button:active,
.btn:active {
  border-color: #0040dc;
  background: #0040dc;
  outline: none;
}
.btn-special {
  border-color: #fb7330 !important;
  color: #fb7330 !important;
  background-color: transparent !important;
}
.btn-special:hover {
  color: #fff !important;
  border-color: #fb7330 !important;
  background-color: #fb7330 !important;
}
.btn-special:active {
  color: #fff !important;
  border-color: #fb6217 !important;
  background: #fb6217 !important;
}
.btn-auto {
  width: 100%;
}
.link {
  color: #323232;
  text-decoration: none;
}
.link:hover {
  color: #0047f5;
}
.link-primary {
  color: #0047f5;
}
.link-primary:hover {
  color: #323232;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 14px/1.5 PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  background: #f5f6f6;
  color: #323232;
  min-width: 1320px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #0047f5;
}
.hide {
  display: none !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-area {
  height: 80px;
  width: 1100px;
  margin: 0 auto;
}
.header-logo {
  margin-top: 15px;
  float: left;
  width: 200px;
  height: 54px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/logo@2x.52c3e1b2.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  line-height: 200px;
}
.header-logo a {
  display: block;
}
.header-51zan {
  float: left;
  height: 100%;
  line-height: 80px;
  font-size: 16px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/top-51zan-w.7a26bb40.png) no-repeat center right 15px;
  background-size: auto 30px;
  padding-right: 80px;
  padding-left: 15px;
  margin-left: 20px;
  color: #fff;
}
.header-51zan em {
  display: none;
}
.header-navs {
  float: left;
  padding-top: 15px;
  margin-left: 100px;
  margin-top: 15px;
}
.header-navs ul {
  float: left;
}
.header-navs ul li {
  float: left;
  padding: 0 15px;
  padding-bottom: 27px;
}
.header-navs a {
  color: #fff;
  font-size: 14px;
}
.header-navs a:hover {
  color: #0047f5;
}
.header-buttons {
  float: right;
  padding-top: 10px;
  margin-top: 15px;
}
.header-buttons button {
  margin-left: 10px;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  border: 1px solid #fff;
}
.header-fix {
  border-bottom: 1px solid #ccc;
}
.header-fix .header-content {
  background: #fff;
}
.header-fix a {
  color: #323232;
}
.header-fix .header-logo {
  background-image: url('../images/logo2.png');
  background-size: 100% auto;
}
.header-fix .header-51zan {
  color: #323232;
  background-color: #ebecec;
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/top-51zan.4008c959.png);
}
.header-fix .header-navs-current {
  border-bottom: 2px solid #0047f5;
}
.header-fix .header-navs-current a {
  color: #0047f5;
}
.header-fix .header-buttons button {
  color: #0047f5;
  background-color: #fff;
  border-color: #0047f5;
}
.header-fix .header-buttons button:hover {
  background-color: #0047f5;
  color: #fff;
}
.header-fix .header-buttons-landing {
  float: right;
  padding-top: 10px;
  margin-top: 15px;
}
.header-fix .header-buttons-landing button {
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 0;
}
.header-step {
  background: rgba(190, 192, 191, 0.8);
}
.header-step ul {
  /* display: block; */
  display: flex;
  justify-content: space-around;
  padding: 20px;
  overflow: hidden;
  margin: 0 auto;
  width: 900px;
  opacity: 1;
}
.header-step ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  width: 180px;
  height: 120px;
  border: 1px solid #d8d9dd;
  background: no-repeat center 15px #fff;
  background-size: 50px auto;
}
.header-step ul li:hover {
  border-color: #0047f5;
}
.header-step ul li a {
  color: #000;
  display: block;
  height: 100%;
  font-size: 14px;
  padding-top: 80px;
}
.header-step-products-retail {
  background-image: url('../images/fengbao.png') !important;
}
.header-step-products-nikefu {
  background-image: url('../images/yun.png') !important;
}
.header-step-products-mp {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/products-mp-logo.56d43552.png) !important;
}
.header-step-products-nikefu-app {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/products-niukefu-app-logo.7a1516d1.png) !important;
}
/* footer */
.footer {
  background-color: #2c2f45;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .area {
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-about {
  text-align: left;
  float: right;
  width: 100px;
  margin-right: 106px;
  font-size: 12px;
  line-height: 2;
  color: #fff;
}
.footer-about h5 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
  color: #acacb2;
}
.footer-about em {
  display: none;
  width: 10px;
  height: 2px;
  overflow: hidden;
  background-color: #979797;
}
.footer-about a {
  color: #fff;
}
.footer-logo {
  background: url('../images/logo1.png') no-repeat;
  float: left;
  width: 229px;
  padding-top: 80px;
  margin-right: 80px;
  text-align: justify;
  font-size: 28px;
}
.footer-logo:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.footer-qrcode {
  float: left;
  width: 90px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/huzan-qr.14560dbe.png) no-repeat;
  background-size: 100% auto;
  padding-top: 100px;
}
.copyright {
  background: #212436;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
}
.copyright p {
  color: #323232;
}
.copyright p a {
  color: #317ee7;
}
.copyright p a:hover {
  color: #fb5651;
}
.copyright-gongwangbean {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/beian-gongwang-icon.d0289dc0.png) no-repeat 0 center;
  padding-left: 26px;
}
.copyright-dizizhizhao {
  display: inline-block;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/dianzizhizhao_gov.53ce85ba.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  line-height: 200px;
  vertical-align: middle;
}
.home-contact {
  background: #ffffff;
  padding: 80px 0;
}
.home-contact > div {
  margin: 0 auto;
  width: 800px;
  overflow: hidden;
}
.home-contact-tel,
.home-contact-wexin {
  float: left;
  width: 300px;
  color: #787878;
}
.home-contact-tel h5,
.home-contact-wexin h5 {
  font-size: 28px;
  color: #323232;
}
.home-contact-tel {
  margin-right: 160px;
}
.home-contact-tel a {
  margin: 0 auto;
  display: block;
  width: 220px;
  height: 160px;
  font-size: 30px;
  color: #0047f5;
  padding-top: 110px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/contact-tel-bg.cb430b5e.png) no-repeat center 20px;
}
.home-contact-wexin-qr {
  width: 220px;
  height: 160px;
  margin: 0 auto;
  line-height: 160px;
}
.home-contact-wexin-qr > img {
  display: inline-block;
  vertical-align: middle;
}
.system-toolars {
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index: 50;
}
.system-toolars dl {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  position: relative;
}
.system-toolars dl dt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 200px;
  cursor: pointer;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-gotop.79aaba19.png) no-repeat;
}
.system-toolars dl dd {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
}
.system-toolars dl:hover dd {
  display: block;
}
.system-toolars-tel dd {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-tel-detail.1ef253f7.png) no-repeat;
  width: 209px;
  height: 105px;
  overflow: hidden;
  line-height: 400px;
  top: -20px !important;
}
.system-toolars-weixin dd {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-weixin-detail.069b775f.png) no-repeat;
  width: 209px;
  height: 259px;
  top: -100px !important;
}
.system-toolars .system-toolars-gotop dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-gotop.79aaba19.png);
}
.system-toolars .system-toolars-gotop:hover dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-gotop-h.b0a9e91c.png);
}
.system-toolars .system-toolars-weixin dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-weixin.3c61c260.png);
}
.system-toolars .system-toolars-weixin:hover dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-weixin-h.be1c1247.png);
}
.system-toolars .system-toolars-tel dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-tel.0e911407.png);
}
.system-toolars .system-toolars-tel:hover dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/system-toolars-tel-h.d6ef4e27.png);
}
.show-m {
  display: none;
}
.mobile-system-toolbars-fixed {
  position: fixed;
}
.mobile-system-toolbars {
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d8d9dd;
  background: #fff;
}
.mobile-system-toolbars ul {
  display: flex;
}
.mobile-system-toolbars ul li {
  flex-grow: 1;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-right: 1px solid #d8d9dd;
}
.mobile-system-toolbars ul li a {
  font-size: 16px;
  color: #0047f5;
}
.mobile-system-toolbars-gotop {
  width: 80px;
  flex-grow: 0 !important;
  line-height: 300px !important;
  border-right: none;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/mobile-system-toolars-gotop.bf2ed00a.png) no-repeat center;
  background-size: auto 50%;
}
@media screen and (max-width: 600px) {
  .header {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .header-area {
    width: auto;
    height: 60px;
    padding-top: 0;
  }
  .header-logo {
    margin-top: 0;
    margin-left: 20px;
    height: 100%;
    /* background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/logo-blue.18e8f8d5.png) !important; */
    background-size: auto 36px !important;
    background-position: left center;
  }
  .header .header-navs-current {
    border: none !important;
  }
  .header-navs {
    margin-top: 0;
    margin-left: 0;
    float: right;
    width: 60px;
    height: 60px;
    padding-top: 0;
    background: url(https://asset.51zan.com/retail-official-web/production_master/img/top-nav-m-unexpand.8eb0a177.png) no-repeat center center;
    background-size: 24px auto;
  }
  .header-navs-expand {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/top-nav-m-expand.95c0a75d.png);
    background-size: 24px auto;
  }
  .header-navs-expand ul {
    display: block !important;
  }
  .header-navs ul {
    display: none;
    position: absolute;
    border-top: 1px solid #d8d9dd;
    border-bottom: 1px solid #d8d9dd;
    background: #fff;
    top: 60px;
    right: 0;
    width: 100%;
    padding-left: 60px;
    padding: 15px 0;
    text-align: left;
  }
  .header-navs ul li {
    float: none;
    display: block;
    padding: 0 30px;
  }
  .header-navs ul li:hover {
    background: #e5ecfe;
  }
  .header-navs ul li:hover a {
    color: #0047f5;
  }
  .header-navs ul li a {
    display: block;
    color: #323232;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #d8d9dd;
  }
  .header-buttons {
    display: none;
  }
  .hidden-m {
    display: none !important;
  }
  .show-m {
    display: inherit !important;
  }
  body {
    min-width: auto;
  }
  .home-contact > div {
    width: auto;
  }
  .home-contact-tel {
    display: none;
  }
  .home-contact-wexin {
    float: none;
    width: auto;
  }
  .home-contact-wexin h5,
  .home-contact-wexin span {
    font-weight: normal;
    color: #323232;
    font-size: 18px;
  }
  .home-contact-wexin h5 {
    font-size: 22px;
  }
  .footer {
    padding: 15px 0 0 26px;
    overflow: visible;
    height: 130px;
  }
  .footer .area {
    width: auto;
  }
  .footer-logo {
    font-size: 20px;
    font-weight: normal;
    margin-right: 0;
    /* width: 180px; */
      width: 100%;
    letter-spacing: 10px;
    background-position: center top;
    text-align: center;
    padding-top: 60px;
    background-size: auto 48px;
  }
  .footer-qrcode {
    float: right;
    margin-top: 30px;
    margin-right: 24px;
  }
  .footer-about {
    display: none;
  }
  .copyright {
    background: #2c2f45;
    padding: 0 150px 26px 26px;
    height: auto;
    line-height: 1.5;
    text-align: left;
  }
  .header,
  .footer {
    margin: 0;
  }
}
@media screen and (max-width: 340px) {
  .footer-qrcode {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
  }
}
.wrapper {
  width: 100%;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
.primary-color {
  color: #0047f5;
}
h1 {
  font-size: 40px;
  font-weight: normal;
}
h2 {
  font-size: 32px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
  font-weight: normal;
}
.primary-bg-color {
  background-color: #fff;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.pd-t-lg {
  padding-top: 24px;
}
.pd-t-xs {
  padding-top: 12px;
}
.pd-t-md {
  padding-top: 20px;
}
.mg-t-lg {
  margin-top: 24px;
}
button {
  border: none;
  background: none;
}
.btn {
  background-color: #0047f5;
  width: 170px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}
.plugin-service-title {
  margin-bottom: 54px;
}
.plugin-service-list {
  overflow: hidden;
}
.plugin-service-list li {
  float: left;
  width: 25%;
}
.plugin-service-list li i {
  height: 87px;
  display: block;
  width: 162px;
  height: 162px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
}
.plugin-service-list li .service-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-servic-1.8ab24e26.png) no-repeat center;
}
.plugin-service-list li .service-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-servic-2.ad388e79.png) no-repeat center;
}
.plugin-service-list li .service-3 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-servic-3.45b74040.png) no-repeat center;
}
.plugin-service-list li .service-4 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-servic-4.ef465c81.png) no-repeat center;
}
.plugin-service-list li > div {
  margin: 54px 0;
  color: #b4b4b4;
  font-size: 22px;
}
.plugin-service-prompt {
  margin: 26px 0 88px;
  color: #2180ff;
}
.service {
  background-color: #f5f6f6;
  padding: 50px 0;
}
.banner {
  width: 100%;
  height: 430px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-banner.d8e730f6.jpg) no-repeat center 0;
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 1920px) {
  .banner {
    background-size: 100% auto;
  }
}
.banner-content {
  color: #fff;
  padding-top: 52px;
}
.banner-logo {
  background: url('../images/logo1.png') no-repeat center;
  width: 200px;
  height: 60px;
}
.banner-btn {
  margin-top: 52px;
}
.plugin-introduce-title {
  padding-top: 56px;
}
.plugin-introduce {
  padding: 72px 0 88px;
  overflow: hidden;
}
.plugin-introduce li {
  width: 48%;
  color: #787878;
  font-size: 22px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 24px 0;
  border: 20px solid #f5f6f6;
  background: #fff;
  margin-bottom: 30px;
  margin-left: 1%;
}
.plugin-introduce li:nth-child(2n) {
  float: right;
  margin-right: 1%;
}
.plugin-introduce li > div {
  width: 50%;
  float: left;
}
.plugin-introduce li > div h4 {
  font-size: 22px;
  margin-top: 12px;
}
.plugin-introduce li i {
  width: 50%;
  height: 87px;
  display: block;
  float: left;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
}
.plugin-introduce li .icon-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-introduce-1.1fa30cfc.png) no-repeat center;
}
.plugin-introduce li .icon-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-introduce-2.b5cece27.png) no-repeat center;
}
.plugin-introduce li .icon-3 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-introduce-3.b973ec3e.png) no-repeat center;
}
.plugin-introduce li .icon-4 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-introduce-4.e559f922.png) no-repeat center;
}
.plugin-content li {
  height: 579px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  margin-top: 68px;
}
.plugin-content li:first-child {
  margin-top: 0;
}
.plugin-content li.content-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-1.3d1c603d.jpg) no-repeat center 0;
}
@media screen and (min-width: 1920px) {
  .plugin-content li.content-1 {
    background-size: 100% auto;
  }
}
.plugin-content li.content-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-2.52ee51d2.jpg) no-repeat center 0;
}
@media screen and (min-width: 1920px) {
  .plugin-content li.content-2 {
    background-size: 100% auto;
  }
}
.plugin-content li.content-3 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-3.e93fbb7e.jpg) no-repeat center 0;
}
@media screen and (min-width: 1920px) {
  .plugin-content li.content-3 {
    background-size: 100% auto;
  }
}
.plugin-content li.content-4 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-4.07fff370.jpg) no-repeat center 0;
}
@media screen and (min-width: 1920px) {
  .plugin-content li.content-4 {
    background-size: 100% auto;
  }
}
.plugin-content li h4 {
  text-align: left;
}
.plugin-content li .content {
  overflow: hidden;
}
.plugin-content li .content h2 {
  font-size: 30px;
}
.plugin-content li .content-info {
  text-align: left;
}
.plugin-content li .content-info button {
  margin-top: 158px;
}
.plugin-content li .content-tab {
  overflow: hidden;
  margin-top: 90px;
}
.plugin-content li .content-tab span {
  cursor: pointer;
  float: left;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.plugin-content li .content-tab span.active {
  background: #fff;
  color: #2180ff;
}
.plugin-content li .content-tab span:hover {
  background: rgba(55, 68, 110, 0.85);
  border: 1px solid #fff;
}
.plugin-content li .content-tab-auto span {
  width: 192px;
  height: 46px;
  line-height: 46px;
}
.plugin-content li .content-tab-data span {
  width: 110px;
}
.plugin-content li .content-tab-data span:first-child {
  width: 152px;
}
.plugin-content li .content-tab-data span:nth-child(1),
.plugin-content li .content-tab-data span:nth-child(2) {
  border-right: none;
}
.plugin-content li .content-tab-recommend span {
  width: 110px;
}
.plugin-content li .content-tab-recommend span:last-child {
  width: 166px;
}
.plugin-content li .content-tab-recommend span:nth-child(1){
  border-right: none;
}
.plugin-content li .content .wd-info-management {
  width: 418px;
  padding: 102px 24px 0 0;
}
.plugin-content li .content .wd-info-auto {
  width: 386px;
  padding-top: 124px;
}
.plugin-content li .content .wd-info-data {
  width: 386px;
  padding-top: 116px;
}
.plugin-content li .content .wd-info-recommend {
  width: 390px;
  padding-top: 126px;
}
.plugin-content li .content .wd-img-management {
  width: 682px;
}
.plugin-content li .content .wd-img-auto {
  width: 714px;
}
.plugin-content li .content .wd-img-data {
  width: 714px;
}
.plugin-content li .content .wd-img-recommend {
  width: 710px;
}
.plugin-content li .content .content-img > div {
  display: none;
}
.plugin-content li .content .content-img-management {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-management.48a954b8.png) no-repeat center;
  height: 343px;
  margin-top: 102px;
}
.plugin-content li .content .content-img-auto {
  margin-top: 64px;
}
.plugin-content li .content .content-img-auto.img-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-automated-1.215efbbf.png) no-repeat center right 94px;
  height: 389px;
}
.plugin-content li .content .content-img-auto.img-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-automated-2.fd31cfc7.png) no-repeat center right 220px;
  height: 343px;
}
.plugin-content li .content .content-img-data {
  margin-top: 106px;
}
.plugin-content li .content .content-img-data.img-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-data.5976a82f.png) no-repeat center;
  height: 369px;
}
.plugin-content li .content .content-img-data.img-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-data-2.ef5ce85e.png) no-repeat center;
  height: 369px;
}
.plugin-content li .content .content-img-data.img-3 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-data-3.80de9441.png) no-repeat center;
  height: 369px;
}
.plugin-content li .content .content-img-recommend {
  margin-top: 106px;
}
.plugin-content li .content .content-img-recommend.img-1 + h5 {
  margin-left: 68px;
}
.plugin-content li .content .content-img-recommend.img-2 + h5 {
  margin-left: 88px;
}
.plugin-content li .content .content-img-recommend.img-3 + h5 {
  margin-left: 78px;
}
.plugin-content li .content .content-img-recommend.img-1 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend.ada24327.png) no-repeat center right 174px;
  height: 343px;
}
.plugin-content li .content .content-img-recommend.img-2 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend-2.fc2a51d4.png) no-repeat center right 174px;
  height: 343px;
}
.plugin-content li .content .content-img-recommend.img-3 {
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend-3.413e41f4.png) no-repeat center right 174px;
  height: 343px;
}
.plugin-content li .content .content-img .show {
  display: block;
}
@media screen and (max-width: 600px) {
#header-step{
    display: block !important;
  }
  .header-step ul{
    width: 100%;
    padding: 20px 0;
  }
  .header-step ul li{
    width: 47%;
    margin-right: 0;
  }
  .header-step ul li:last-child{
    border-color:#0047f5
  }
  .banner{
    margin-top: 0;
    height: 280px;
    background-size: cover;
  }
  .banner .banner-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 25px;
  }
  h5{
    font-size: 14px;
  }
  .plugin-introduce-title{
    padding-top: 34px;
  }
  .plugin-introduce{
    padding: 36px 0;
  }
  .plugin-introduce li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 10px;
    padding: 10px 0;
  }
  .plugin-introduce li div h2{
    font-size: 22px;
  }
  .plugin-introduce li div h3{
    font-size: 20px;
  }
  .plugin-introduce li > i{
    width: auto;
  }
  .plugin-introduce li > div{
    width: 100%;
    margin-top: 10px;
  }
  .plugin-introduce li > div h4{
    margin-top: 6px;
  }
  .plugin-content li{
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .plugin-content li .content .wd-info-management{
    width:100%;
    padding: 20px 0;
    text-align: center;
  }
  .plugin-content li h4{
    text-align: center;
  }
  .plugin-content li.content-2{
    background-size: cover;
  }
  .plugin-content li .content-info button{
    margin-top: 0px;
  }
  .plugin-content li .content .wd-img-management{
    width: 100%;
    margin-top: 30px;
    background-size: 100%;
    height: 210px;
  }
  .plugin-content li .content .wd-img-auto{
    width: 100%;
  }
  .plugin-content li .content .content-img-auto.img-1{
    background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-automated-1.215efbbf.png) no-repeat;
    background-size: 100%;
    height: 240px;
    margin-top: 30px;
  }
  .plugin-content li .content .content-img-auto.img-2{
    background: url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-automated-2.fd31cfc7.png) no-repeat;
    background-size: 100%;
    height:270px;

  }
  .plugin-content li .content .wd-info-auto{
    padding-top: 10px;
    text-align: center;
  }
  .plugin-content li .content .wd-info-auto{
    width: 100%;
    padding-bottom: 20px;
  }
  .plugin-content li .content-tab-auto span{
    width: 48%;
    margin-left: 1%;
  }
  .plugin-content li .content-tab{
    margin-top: 40px;

  }
  .plugin-content li .content .content-img-auto{
    margin-top: 35px;
  }
  .plugin-content li .content .wd-info-data{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .plugin-content li.content-4{
    background-size: cover;
  }
  .plugin-content li .content .wd-img-data{
    width: 100%;
  }
  .plugin-content li .content .content-img-data{
    margin-top: 12px;
  }
  .plugin-content li.content-3{
    background-size: cover;
    padding-bottom: 10px;
  }
  .plugin-content li .content .wd-img-recommend{
    width: 100%;
  }
  .plugin-content li .content .content-img-recommend.img-1{
    background:url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend.ada24327.png) no-repeat ;
    background-size: 100%;
    height: 264px;
  }
  .plugin-content li .content .content-img-recommend{
    margin-top: 30px;
  }
  .plugin-content li .content .content-img-recommend.img-1 + h5{
    margin-left: 0;
    text-align: center;
  }
  .plugin-content li .content .wd-info-recommend{
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .plugin-content li.content-4 .content-tab{
    display: flex;
    margin: 10px auto;
    margin-bottom: 10px;
  }
  .plugin-content li .content .content-img-recommend.img-2 + h5,.plugin-content li .content .content-img-recommend.img-3 + h5{
    margin-left: 0;
  }
  .plugin-content li .content .content-img-recommend.img-2{
    background:url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend-2.fc2a51d4.png) no-repeat;
    background-size: 100%;
    height: 288px;
  }
  .pd-t-md{
    margin-top: 4px;
    width: 96%;
    margin: 0 auto;
  }
.plugin-content li .content .content-img-recommend.img-3{
    background:url(https://asset.51zan.com/retail-official-web/production_master/img/product-plugin-content-recommend-3.413e41f4.png) no-repeat;
    background-size: 100%;
    height: 288px;
  }
  .plugin-content li .content-tab-recommend span{
    width: auto;
    flex-grow: 1;
  }
  .plugin-service-list li{
    width: 50%;
  }
  .plugin-service-list li i{
    width: 100px;
    height: 100px;
  }
  .plugin-service-list li > div{
    margin: 22px 0;
    font-size: 18px;
  }
  .plugin-service-prompt{
    margin: 26px 0;
  }
}
