@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: 50px;
  background: url('../images/logo1.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: 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;
  }
}
.home-swiper-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.home-swiper-banner .swiper-pagination-bullet-active {
  background: #0047f5;
}
.home-swiper-banner .swiper-button-prev,
.home-swiper-banner .swiper-button-next {
  opacity: 0.2;
  transition: 1s;
}
.home-swiper-banner:hover .swiper-button-prev,
.home-swiper-banner:hover .swiper-button-next {
  opacity: 1;
}
.banner {
  width: 100%;
  height: 836px;
  background: no-repeat center top;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .banner {
    background-size: 100% auto;
  }
}
.banner-1 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-1.8e268a1d.jpg);
}
@media screen and (max-width: 600px) {
  .banner-1 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-1-m.bc18bbfc.jpg);
  }
}
.banner-2 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-2.bee014f0.jpg);
}
@media screen and (max-width: 600px) {
  .banner-2 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-2-m.b51421dd.jpg);
  }
}
.banner-3 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-3.c1b4ef49.jpg);
}
@media screen and (max-width: 600px) {
  .banner-3 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-3-m.586e0747.jpg);
  }
}
.banner-4 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-4.964129a0.jpg);
}
@media screen and (max-width: 600px) {
  .banner-4 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-4-m.1f1ca667.jpg);
  }
}
.banner-5 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-5.edc3eed9.jpg);
}
@media screen and (max-width: 600px) {
  .banner-5 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-5-m.4135142c.jpg);
  }
}
.banner-6 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-6.4d9ade4c.jpg);
}
@media screen and (max-width: 600px) {
  .banner-6 {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-6-m.25e196e9.jpg);
  }
}
.banner-title {
  padding-top: 260px;
  font-size: 28px;
}
.banner-description {
  font-size: 40px;
}
.banner-toolbars {
  padding-top: 40px;
}
.banner-toolbars button {
  width: 180px;
  height: 44px;
  font-size: 18px;
  border-radius: 8px;
}
.banner-primary {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding-top: 206px;
}
.banner-primary-introduction {
  font-size: 35px;
}
.banner-primary-introduction span:nth-child(2) {
  font-size: 50px;
}
.banner-primary-cooperation {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-cooperation.1451e728.png);
  width: 600px;
  height: 58px;
  margin-top: 28px;
}
.banner-primary-toolbars {
  padding-top: 160px;
}
.banner-primary-btn {
  background: none;
  border: 1px solid #fff;
  margin-left: 10px;
}
.banner-primary-btn a {
  color: #fff;
}
.banner-primary-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
}
.mobile-banner-button {
  background: #fff;
  padding: 20px 10px;
}
.mobile-banner-button button {
  line-height: 42px;
}
.home-products {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-products > div {
  width: 1368px;
  margin: 0 auto;
}
.home-products h3,
.home-products h4 {
  font-size: 38px;
  font-weight: normal;
}
.home-products h4 {
  font-weight: 800;
  padding-bottom: 40px;
}
.home-products-list > div {
  height: 503px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding: 90px 0 0 120px;
  color: #fff;
  text-align: left;
}
.home-products-list dt {
  background-repeat: no-repeat;
  padding-top: 100px;
  font-size: 36px;
  padding-bottom: 20px;
}
.home-products-list dd {
  font-size: 22px;
  padding-bottom: 40px;
}
.home-products-list dd.home-products-item-more a {
  color: #fff;
  font-size: 16px;
}
.home-products-list dd.home-products-item-more a:hover {
  color: #0047f5;
}
.home-products .home-products-item-right {
  padding-left: 950px;
}
.home-products .home-products-item-black {
  color: #323232;
}
.home-products .home-products-item-black dd a {
  color: #0047f5;
}
.home-products .home-products-item-black dd a:hover {
  color: #323232;
}
.home-products .home-products-retail {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-retail-banner.949e7edb.jpg);
}
.home-products .home-products-retail dt {
  background-image: url('../images/logo1.png');
}
@media screen and (max-width: 600px) {
  .home-products .home-products-retail {
    background-image: url('../images/fengbao.png');
  }
}
.home-products .home-products-nikefu {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-nikefu-banner.5051dab6.jpg);
}
.home-products .home-products-nikefu dt {
  background-image: url('../images/niukefu.png');
}
@media screen and (max-width: 600px) {
  .home-products .home-products-nikefu {
    background-image: url('../images/yun.png');
  }
}
.home-products .home-products-mp {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-mp-banner.4b48d511.jpg);
}
.home-products .home-products-mp dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-mp-logo.596205bc.png);
}
@media screen and (max-width: 600px) {
  .home-products .home-products-mp {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/products-mp-logo.56d43552.png);
  }
}
.home-products .home-products-school {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-school-banner.6f745a2b.jpg);
}
.home-products .home-products-school dt {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/home-products-school-logo.3002a12a.png);
}
@media screen and (max-width: 600px) {
  .home-products .home-products-school {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/products-school-logo.f7d4ec62.png);
  }
}
.home-achievement {
  background: #fff;
  padding-bottom: 50px;
}
.home-achievement > div {
  width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .home-achievement > div {
    width: 1780px;
  }
}
.home-achievement-title {
  padding-top: 50px;
  font-size: 30px;
  padding-bottom: 430px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/achievement-logos.a2d30ad6.png) no-repeat bottom center;
}
.home-achievement-more {
  padding-top: 50px;
}
.home-achievement-more a {
  font-size: 18px;
}
.home-360c {
  background: #f5f6f6;
  padding-bottom: 80px;
}
.home-360c h4 {
  font-size: 35px;
  font-weight: normal;
  color: #323232;
  padding: 80px;
}
.home-360c-list {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  overflow: hidden;
}
.home-360c-list dl {
  float: left;
  width: 330px;
  height: 350px;
  background: #fff no-repeat center 100px;
  color: #808080;
  margin-left: 50px;
}
.home-360c-list dl dt {
  padding-top: 40px;
  font-size: 28px;
  height: 230px;
}
.home-360c-list dl dd {
  padding-top: 25px;
  font-size: 18px;
}
.home-360c-list dl:first-of-type {
  margin-left: 0;
}
.home-360c .home-360c-vip {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/360c-vip-icon.883e8943.png);
}
.home-360c .home-360c-service {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/360c-service-icon.13d8d3a7.png);
}
.home-360c .home-360c-aftersales {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/360c-aftersales-icon.982c432a.png);
}
.home-360c button {
  width: 400px;
  height: 44px;
  font-size: 18px;
  border-radius: 0px;
}
.home-honor {
  background: #f5f6f6;
  padding-bottom: 80px;
}
.home-honor h4 {
  font-size: 35px;
  font-weight: normal;
  color: #323232;
  padding: 80px;
}
.home-honor-list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.home-honor-list li {
  float: left;
  margin-right: 80px;
  width: 150px;
  height: 350px;
  background: url(https://asset.51zan.com/retail-official-web/production_master/img/honor.02f36992.png) no-repeat;
  background-size: 100% auto;
  list-style: none;
  padding-top: 260px;
  font-size: 16px;
}
.home-honor-list-item2 {
  width: 290px!important;
  margin-right: 0px !important;
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/honor-2.c82c94b3.png) !important;
}
.home-honor-list-item3 {
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/honor-3.e3c87461.png) !important;
}
.home-honor-list-item4 {
  width: 260px!important;
  background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/honor-4.26647bce.png) !important;
}
@media screen and (max-width: 600px) {
  .header {
    position: relative;
    margin-left: 0;
    width: auto;
  }
  .banner {
    height: 450px;
    background-size: auto 100%;
  }
  .banner-title {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .banner-description {
    font-size: 26px;
  }
  .banner-primary {
    text-align: center;
    padding-top: 76px;
  }
  .banner-primary-introduction {
    font-size: 22px;
    margin-top: 24px;
  }
  .banner-primary-introduction span:nth-child(2) {
    font-size: 26px;
  }
  .banner-primary-introduction span:nth-child(1) {
    display: block;
  }
  .banner-primary-cooperation {
    background-size: 100% auto;
    width: 316px;
    height: 30px;
    margin: 24px auto 0;
  }
  .banner-primary-toolbars {
    text-align: left;
    padding-top: 46px;
  }
  .banner-primary-btn {
    margin-left: 34px;
    width: 86px !important;
    height: 26px !important;
    line-height: 26px;
    font-size: 12px !important;
  }
  .banner-plugin-app {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/banner-m.c3fad101.jpg);
  }
  .banner-plugin-app-title {
    text-align: center;
    padding-top: 76px;
  }
  .banner-plugin-app-title h1 {
    background: url(https://asset.51zan.com/retail-official-web/production_master/img/logo-m.94aeba0c.png) no-repeat center;
    width: 46px;
    height: 46px;
    margin-right: 8px;
    background-size: 100% auto;
    display: inline-block;
  }
  .banner-plugin-app-title span {
    font-size: 24px;
    line-height: 46px;
    vertical-align: top;
  }
  .banner-plugin-app .banner-description {
    margin-top: 24px;
  }
  .banner-plugin-app .banner-primary-toolbars {
    text-align: center;
  }
  .banner-plugin-app .banner-primary-toolbars .banner-primary-btn {
    margin-left: 0;
  }
  .banner-plugin-app-introduction {
    font-size: 16px;
    margin: 24px;
  }
  .home-products > div,
  .home-achievement > div {
    width: 100%;
  }
  .home-products {
    background: #f5f5f5;
    padding-bottom: 10%;
  }
  .home-products h3,
  .home-products h4 {
    font-weight: normal;
  }
  .home-products h3 {
    font-size: 22px;
    padding: 0 10%;
  }
  .home-products h4 {
    padding-top: 15px;
    font-size: 16px;
  }
  .home-products-list {
    padding: 0 5%;
  }
  .home-products-list > div {
    border-radius: 3px;
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 10px;
    height: auto;
    background-color: #fff;
    background-position: 7% center !important;
    background-size: auto 60px !important;
    padding: 15px 0 15px 30% !important;
    border: 1px solid #0047f5;
    text-align: left;
  }
  .home-products-list > div dt {
    background: none;
    padding: 0;
    height: auto;
    line-height: 1.5;
    color: #323232;
    font-size: 20px;
    padding-bottom: 10px;
    background: none !important;
  }
  .home-products-list > div dd {
    padding: 0;
    color: #646464;
    font-size: 16px !important;
    height: auto;
    padding-bottom: 0;
  }
  .home-products-list > div dd span {
    display: inline;
    margin-right: -5px;
  }
  .home-achievement {
    padding: 0 10%;
    padding-bottom: 50px;
    background: #f4f5f5;
    position: relative;
  }
  .home-achievement-title {
    background-image: url(https://asset.51zan.com/retail-official-web/production_master/img/achievement-logos-m.19175f5d.png);
    background-size: 100% auto;
    padding: 50px 0 450px 0;
  }
  .home-achievement-title p {
    max-width: 300px;
    margin: 0 auto;
  }
  .home-achievement-more {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .home-360c {
    background: #fff;
    padding: 5%;
    padding-top: 0;
  }
  .home-360c h4 {
    padding: 5% 0;
    font-size: 22px;
  }
  .home-360c button {
    display: none;
  }
  .home-360c-list {
    display: block;
    width: auto;
    margin-bottom: 0;
    background: #f4f5f5;
    padding: 5%;
  }
  .home-360c-list dl {
    width: auto;
    height: auto;
    float: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    margin: 0;
    padding: 10% 5%;
    text-align: left;
    background-position: center right 10%;
    background-size: auto 60%;
  }
  .home-360c-list dl dt {
    height: auto;
    font-size: 20px;
    padding-top: 0;
    font-weight: 800;
  }
  .home-360c-list dl dd {
    padding-top: 5%;
    font-size: 16px;
  }
  .home-360c-list dl:last-of-type {
    border-bottom: none;
  }
  .home-honor {
    background: #f5f5f5;
    padding: 25px;
    padding-top: 0;
  }
  .home-honor h4 {
    padding: 25px;
    font-size: 22px;
  }
  .home-honor-list {
    width: 100%;
    float: none;
    border: 1px solid #d8d9dd;
    border-width: 1px 0 0 1px;
  }
  .home-honor-list li {
    background-color: #fff;
    border: 1px solid #d8d9dd;
    border-width: 0 1px 1px 0;
    margin-left: 0;
    margin-right: 0;
    width: 50% !important;
    background-size: 70%;
    background-position: center 25px;
    height: 280px;
    padding-top: 200px;
    font-size: 16px;
  }
  .home-honor-list-item1 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 340px) {
  .home-achievement-data dl {
    padding: 15px 8px;
  }
  .home-achievement-data dl dt {
    margin-top: 50px;
    font-size: 14px;
  }
  .home-achievement-data dl dd {
    margin-top: -80px;
    font-size: 12px;
  }
}
