/* 首页样式 */

.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

/* 最上面 */

.site-nav {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}

.site-nav a:hover {
  color: #fd6b20;
}

.nav-line {
  color: #ddd;
  margin: 0 10px;
}

/* 最上面 */

/* 导航栏 */

.header {
  position: relative;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.header .logo {
  /* margin: 5px 0; */
}

.header .logo img {
  display: block;
  height: 49px;
  width: 120px;
  margin-top: 11px;
}

.header .nav .nav-item {
  float: left;
  padding: 0 14px;
}

.header .nav .nav-item .nav-link {
  display: block;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #333;
}

.header .nav .nav-item .nav-link .iconfont {
  margin-left: 4px;
  /* font-size: 18px; */
  font-weight: 700;
}

.header .sub-nav {
  padding: 30px 0;
  overflow: hidden;
}

.header .nav .nav-item .nav-link:hover {
  color: #ff7159;
}

.header .nav .nav-item:hover .sub-nav-wrap {
  display: block;
}

.header .nav .nav-item .sub-nav-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  /* height: 0; */
  overflow: hidden;
  transition: all .3s;
  display: none;
}

.header .nav-product .sub-nav .fll {
  height: 280px;
  padding: 0 10px;
  border-left: 1px solid #eee;
}

.header .sub-nav .sub-nav-mall {
  width: 572px;
  padding: 0;
  border: none !important;
}

.header .sub-nav .sub-nav-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.header .sub-nav ul {
  margin-top: 15px;
}

.header .nav-product .sub-nav li {
  width: 240px;
  margin-right: 30px;
  height: 60px;
}

.header .nav-product .sub-nav li .iconfont, .header .nav-solution .sub-nav li .iconfont {
  position: absolute;
  top: 17px;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #7db1ff;
  border-radius: 4px;
}

.header .nav-product .sub-nav li a, .header .nav-solution .sub-nav li a {
  position: relative;
  display: block;
  padding: 14px 10px 13px 0;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.header .sub-nav li {
  float: left;
  line-height: 1.4;
}

.header .nav-product .sub-nav li h3, .header .nav-product .sub-nav li p, .header .nav-solution .sub-nav li h3, .header .nav-solution .sub-nav li p {
  padding-left: 50px;
}

.header .sub-nav li h3 {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 50px;
}

.header .sub-nav li h3:hover {
  color: #ff7159;
}

.header .sub-nav li p {
  padding-top: 6px;
  font-size: 12px;
  line-height: 1;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .nav-product .sub-nav .sub-nav-yxd {
  width: 240px;
}

.header .nav-product .sub-nav .sub-nav-rest {
  width: 236px;
  padding-right: 0;
  border-top: none !important;
}

.header .sub-nav-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  filter: alpha(opacity=0);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.07), 0 2px 5px rgba(0, 0, 0, 0.07);
  transition: all .3s;
}

.header .sub-nav-other {
  height: 60px;
  border-top: 1px solid #e8e8e8;
}

.header .nav-contact {
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}

.header .sub-nav-other li {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  line-height: 30px;
  width: auto!important;
  margin: 0!important;
}

.header .sub-nav-other li a:hover {
  color: #ff7159;
}

.header .service .sub-nav li {
  width: 245px;
  padding: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.header .sub-nav-wrap .nav-contact .dividing-line {
  padding: 0 15px;
}

.header .sub-nav-wrap li:nth-child(1) .iconfont {
  background: #5ecafd;
}

.header .sub-nav-wrap li:nth-child(2) .iconfont {
  background: #46d5c7;
}

.header .sub-nav-wrap li:nth-child(3) .iconfont {
  background: #fdc162;
}

.header .sub-nav-wrap li:nth-child(4) .iconfont {
  background: #c67efa;
}

.header .sub-nav-wrap li:nth-child(5) .iconfont {
  background: #f89772;
}

.header .sub-nav-wrap li:nth-child(6) .iconfont {
  background: #5cc2fc;
}

.header .sub-nav-wrap li:nth-child(7) .iconfont {
  background: #46d5c7;
}

.header .sub-nav-wrap li:nth-child(8) .iconfont {
  background: #fe9805;
}

.header .nav-user {
  padding: 20px 0 0 15px !important;
}

.header .service .sub-nav li .icon {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.header .sub-nav li .text h3 {
  padding-left: 0 !important;
}

.btn {
  display: inline-block;
  height: 30px;
  min-width: 80px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 2px;
  user-select: none;
}

.header .nav-user .btn {
  min-width: 48px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #40a9ff;
  background: #fff;
  border-color: #40a9ff;
  transition: all .2s;
}

.header .nav-user .btn:hover {
  color: #fff!important;
  background: #69c0ff!important;
}

.header .nav-user .btn-register {
  margin-left: 10px;
  color: #fff;
  background: #40a9ff;
}

.header .nav .demo-f:hover .demo {
  display: block;
}

.demo-f {
  position: relative!important;
}

.demo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* padding-top: 3px; */
  z-index: 100;
  transition: all .3s;
  display: none;
}

.demo .jiao {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #40a9ff;
}

.demo .demo-c {
  /* width: 800px; */
  height: 620px;
  text-align: center;
  background: #fff;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid#40a9ff;
  padding: 0 25px;
}

.demo .demo-c .demo-title {
  font-size: 18px;
  color: #000000;
  margin: 25px;
  font-weight: bold;
}

.demo .demo-c .demo-tab {
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}

.demo .demo-c .demo-tab .tab-item {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 8px;
  cursor: pointer;
}

.demo .demo-c .demo-tab .tab-item.active {
  color: #40a9ff;
  border-bottom: 2px solid #40a9ff;
}

.demo .demo-c .demo-table {
  display: inline-block;
  width: 100%;
  transition: 0.5s all;
}

.demo .demo-c .demo-table .table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: center;
}

.demo .demo-c .demo-table.table2 {
  margin-left: 100px;
}

.demo .demo-c .demo-table .table a {
  cursor: pointer;
}

.demo .demo-c .demo-table .table th {
  color: #888888;
  border: 1px solid #eaeefb;
}

.demo .demo-c .demo-table .table td {
  border: 1px solid #eaeefb;
}

.demo .demo-c .demo-table .table th, .demo .demo-c .demo-table .table td {
  padding: 10px 15px;
}

.demo .demo-c .ercode-list {
  padding-top: 5px;
  width: 100%;
  text-align: center;
}

.demo .demo-c .ercode-list li {
  float: left;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 15%;
  margin: 0 22px;
}

.demo .demo-c .ercode-list li:first-child {
  margin-left: 0;
}

.demo .demo-c .ercode-list li:hover img {
  transform: scale(1.2);
}

.demo .demo-c .ercode-list li:hover p {
  color: #f44;
  margin-top: 10px;
}

.demo .demo-c .ercode-list li img {
  width: 105px;
  height: 105px;
  transition: 0.3s all;
}

.demo .demo-c .ercode-list li {}

.demo .demo-c .ercode-list li p {
  transition: 0.3s all;
}

.demo .demo-c .contact {
  cursor: pointer;
}

.demo .demo-c .contact:hover {
  color: #f44;
}

/* 导航栏 */

/* 轮播图 */

.swiper-container {
  position: relative;
  height: 500px;
  text-align: center;
  /*margin-top: 103px;*/
  margin-top: 73px;
}

.banner-img {
  width: 100%;
  height: 500px;
  color: #fff;
  overflow: hidden;
  text-align: left;
}
.banner-img img{
  background-repeat: no-repeat;
  background-position:center center;
}

.banner-img h2 {
  padding-top: 90px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
}

.banner-img p {
  font-size: 18px;
  line-height: 36px;
}

.banner-img .btn1 {
  display: block;
  width: 155px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  background: #f37f49;
  border-radius: 4px;
  text-align: center;
  margin-top: 30px;
}

.banner-img ul li i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}

.banner-img ul li {
  font-size: 20px;
  margin-bottom: 20px;
}

.banner2 ul li img {
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

.swiper-pagination-custom {
  bottom: 115px;
  left: 0;
  width: 100%;
  height: 20px;
  text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/

.swiper-pagination-customs {
  width: 30px;
  height: 5px;
  display: inline-block;
  background: #fff;
  opacity: .33;
  margin: 0 5px;
  transition: all .3s;
  cursor: pointer;
}

/*自定义分页器激活时的样式表现*/

.swiper-pagination-customs-active {
  opacity: 1;
  background: #ffae00;
}

/* 轮播图 */

/* 热门产品 */

.hot-product {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  background: #666;
  background: rgba(0, 0, 0, .1);
}

.hot-product a {
  position: relative;
  float: left;
  height: 50px;
  padding: 25px 0 25px 81px;
  line-height: 25px;
  /* cursor: pointer; */
  width: 16%;
}

.hot-product h3 {
  font-size: 18px;
  color: #fff;
}

.hot-product p {
  font-size: 14px;
  color: #fff;
}

.hot-product .iconfont {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 55px;
  line-height: 1;
  color: #fff;
}

/* 热门产品 */

/* 推荐商品 */

.recommend-product {
  padding: 70px 0;
}

.recommend-product .item {
  position: relative;
  float: left;
  width: 252px;
  height: 380px;
  margin-left: 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 12px 0 43px rgba(76, 76, 76, .14);
}

.m-l-0 {
  margin-left: 0 !important;
}

.recommend-product .item li i {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 12px;
}

.recommend-product .item1 h2, .recommend-product .item1 li i, .recommend-product .item1 .btn {
  background: #299cf8;
  background: linear-gradient(to right, #40cce7, #299cf8);
}

.recommend-product .item h2 {
  height: 75px;
  padding-top: 15px;
  font-size: 20px;
  color: #fff;
}

.recommend-product .item .icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: -34px auto 20px;
  line-height: 68px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 12px 0 43px rgba(76, 76, 76, .14);
}

.recommend-product .item1 h3 {
  color: #299df8;
}

.recommend-product .item h3 {
  padding-bottom: 15px;
  font-size: 18px;
}

.recommend-product .item li {
  position: relative;
  /* width: 230px; */
  padding-left: 12px;
  margin: 0 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: left;
}

.recommend-product .item .btn {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 120px;
  height: 38px;
  padding: 0;
  margin-left: -60px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  overflow: hidden;
  border: none;
  border-radius: 6px;
}

.recommend-product .item2 h2, .recommend-product .item2 li i, .recommend-product .item2 .btn {
  background: #3cd3ad;
  background: linear-gradient(to right, #40cce7, #3cd3ad);
}

.recommend-product .item2 h3 {
  color: #3cd3ad;
}

.recommend-product .item3 h2, .recommend-product .item3 li i, .recommend-product .item3 .btn {
  background: #eb3349;
  background: linear-gradient(to right, #f45c43, #eb3349);
}

.recommend-product .item3 h3 {
  color: #eb3349;
}

.recommend-product .item4 h2, .recommend-product .item4 li i, .recommend-product .item4 .btn {
  background: #eb3349;
  background: linear-gradient(to right, #ff7e7e, #ffae00);
}

.recommend-product .item4 h3 {
  color: #eb3349;
}

.recommend-product .item .icon .iconfont {
  font-size: 30px;
  /* -webkit-text-fill-color: transparent; */
}

.recommend-product .item1 .iconfont {
  color: #299cf8;
  /* font-size: 30px; */
  /* background-image: linear-gradient(to right, #40cce7 100%, #299cf8 100%); */
}

.recommend-product .item2 .iconfont {
  font-size: 40px;
  color: #3cd3ad;
  /* background-image: linear-gradient(to right, #40cce7 100%, #3cd3ad 100%); */
}

.recommend-product .item3 .iconfont {
  /* font-size: 40px; */
  color: #eb3349;
  /* background-image: linear-gradient(to right, #f45c43 100%, #eb3349 100%); */
}

.recommend-product .item4 .iconfont {
  /* font-size: 40px; */
  color: #ffae00;
  /* background-image: linear-gradient(to right, #f45c43 100%, #eb3349 100%); */
}

/* 推荐商品 */

/* 行业解决方案 */

.solution-wrap {
  background: url(../images/solution-bg.jpg) no-repeat center top;
}

.solution[data-bg='bg5'] {
  background: url(../images/solution-bg5.jpg) no-repeat center top;
}

.solution {
  padding: 55px 0;
}

.solution-tab {
  width: 150px;
  padding: 0 35px 0 0;
  border-right: 2px solid #5c6069;
}

.solution-tab .active {
  background: #40a9ff;
}

.solution .solution-tab li {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: background .2s;
}

.solution-tab li:first-child {
  margin-top: 10px;
}

.solution-content {
  width: 850px;
  padding: 0;
}

.hide {
  display: none;
}

.solution-content .solution-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
  overflow: hidden;
}

.solution-content .solution-title .btn {
  float: right;
  width: 150px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #40a9ff;
  border: none;
  border-radius: 0;
}

.solution-content .solution-desc {
  height: 90px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.solution-content .solution-icon {
  padding-top: 30px;
  overflow: hidden;
}

.solution-content .solution-icon li {
  float: left;
  width: 12.5%;
  color: #fff;
  text-align: center;
}

.solution-content .solution-icon li .iconfont {
  display: block;
  font-size: 42px;
  line-height: 90px;
}

.solution-content .solution-icon li span {
  display: block;
  font-size: 14px;
}

.solution-content .solution-case {
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px dashed #eee;
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.solution-content .solution-case li {
  float: left;
  width: 150px;
  height: 60px;
  margin-left: 25px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}

.solution-content .solution-case li img {
  display: block;
  width: 120px;
  margin: -28px auto 0;
}

/* 行业解决档案 */

/* 新零售电商生态系统与服务提供商 */

.container {
  padding-top: 60px;
  margin: 0 auto;
}

.container .title {
  max-width: 1210px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.container .desc {
  max-width: 1210px;
  /* padding-bottom: 50px; */
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
}

.prodcut-wrap {
  padding-top: 60px;
  margin: 0 auto;
}

.prodcut-wrap .title {
  max-width: 1210px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.prodcut-wrap .desc {
  max-width: 1210px;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
}

.prodcut-wrap .tab {
  padding: 30px 0 45px;
  text-align: center;
}

.prodcut-wrap .tab li {
  position: relative;
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border-radius: 30px;
  transition: all .3s;
}

.prodcut-wrap .tab li.active {
  color: #fff;
  background: #40a9ff;
}

.prodcut-wrap .tab li:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  display: block;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #40a9ff;
  opacity: 0;
  transition: all .3s;
}

.prodcut-wrap .tab li.active:after {
  bottom: -16px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.prodcut-wrap .product-list {
  height: 460px;
  padding-top: 20px;
}

.prodcut-wrap .product-list .item {
  position: relative;
  float: left;
  width: 235px;
  padding-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  border-right: none;
  box-sizing: border-box;
  transition: width .3s ease-in, margin-top .3s ease-in;
}

.prodcut-wrap .product-list .product-title {
  height: 140px;
  padding: 20px 0 15px;
  text-align: center;
  overflow: hidden;
  background: #f5f6f7;
}

.prodcut-wrap .product-list .product-title .iconfont {
  font-size: 50px;
  line-height: 1.5;
  color: #40a9ff;
}

.prodcut-wrap .product-list .product-title h3 {
  font-weight: bold;
  font-size: 19px;
  color: #333;
}

.prodcut-wrap .product-list .product-title p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.prodcut-wrap .product-list .product-content {
  margin: 20px 30px;
  padding: 35px 0 20px;
}

.prodcut-wrap .product-list .product-content h3 {
  line-height: 32px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.prodcut-wrap .product-list .product-content p {
  position: relative;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 12px;
  line-height: 2;
  color: #333;
  white-space: nowrap;
}

.prodcut-wrap .product-list .product-content p:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
}

.prodcut-wrap .product-list .btn-wrap {
  position: relative;
  height: 40px;
  padding: 20px 0 0 45px;
  margin-bottom: 10px;
  overflow: hidden;
}

.prodcut-wrap .product-list .btn {
  float: left;
  width: 130px;
  height: 38px;
  padding: 0;
  font-size: 14px;
  line-height: 38px;
  color: #40a9ff;
  cursor: pointer;
  background: #fff;
  border-color: #40a9ff;
  border-radius: 0;
  transition: all .3s;
}

.prodcut-wrap .product-list .btn:hover {
  color: #fff !important;
  background: #40a9ff;
}

.prodcut-wrap .product-list .btn:nth-child(2) {
  margin-left: 20px;
}

.prodcut-wrap .product-list .item:last-child {
  border-right: 1px solid #eee;
}

.prodcut-wrap .product-list .item.active {
  width: 380px;
  margin-top: 0;
  border: 1px solid #40a9ff;
}

.prodcut-wrap .product-list .item.active .product-title {
  background: #40a9ff;
}

.prodcut-wrap .product-list .item.active .product-title {
  background: #40a9ff;
}

.prodcut-wrap .product-list .item.active .product-title .iconfont, .prodcut-wrap .product-list .item.active .product-title h3, .prodcut-wrap .product-list .item.active .product-title p {
  color: #fff;
}

.prodcut-wrap .product-list .item.active .product-title .iconfont, .prodcut-wrap .product-list .item.active .product-title h3, .prodcut-wrap .product-list .item.active .product-title p {
  color: #fff;
}

/* 新零售电商生态系统与服务提供商 */

/* 案例 */

.case {
  padding-top: 80px;
  padding-bottom: 10px;
}

.case .case-list {
  padding: 30px 0 40px;
}

.case .case-list li {
  position: relative;
  float: left;
  width: 150px;
  height: 90px;
  margin: 0 16px;
  overflow: hidden;
}

.case .case-list li img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -65px;
}

.case .btn {
  display: block;
  width: 144px;
  height: 38px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 38px;
  color: #488aff;
  background: transparent;
  border: 1px solid #488aff;
  border-radius: 4px;
  transition: all .2s;
}

.case .btn:hover {
  color: #fff !important;
  background: #40a9ff;
}

.case .al-list {
  padding: 30px 0 40px;
}

.case .al-list li {
  position: relative;
  float: left;
  width: 230px;
  height: 450px;
  margin: 10px 10px;
  overflow: hidden;
}

.case .al-list li img{
  height:100%;
  background-size: cover;
  border-radius: 25px;
}

/* 案例 */

/* 关于我们 */

/* 关于我们 */

.about {
  margin: 40px 0;
}

.about .title {
  margin-bottom: 50px;
}

.about .about-c {
  width: 100%;
  min-height: 450px;
  background: url(../images/about-banner.png) no-repeat center top;
}

.about .about-c .about-cont {
  position: relative;
  min-height: 450px;
}

.about .about-c .about-title {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}

.about .about-c .about-desc {
  color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 60px;
  left: 20px;
  width: 95%;
}

.about .about-c .about-detail {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 50px;
  color: #fff;
}

.about-detail .detail-l .detail-item {
  float: left;
  width: 150px;
  text-align: center;
  margin: 0 30px;
}

.about-detail .detail-l .detail-item i {
  font-size: 50px;
}

.about-detail .detail-l .detail-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

.about-detail .detail-l .detail-item p {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  margin-top: 8px;
}

.about .btn {
  display: block;
  width: 144px;
  height: 38px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 38px;
  color: #488aff;
  background: transparent;
  border: 1px solid #488aff;
  border-radius: 4px;
  transition: all .2s;
  margin-top: 40px;
}

.about .btn:hover {
  color: #fff !important;
  background: #40a9ff;
}

/* 合伙人 */

.m-b-5 {
  margin-bottom: 5px !important;
}

.partner {
  padding-top: 60px;
  margin: 0 auto;
}

.partner .title {
  max-width: 1210px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.partner .desc {
  max-width: 1210px;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
}

/* 商学院 */

.news {
  padding: 50px 0 0;
}

.news .news-item {
  float: left;
  width: 335px;
  margin-left: 47px;
  overflow: hidden;
}

.news .news-item h2 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}

.news .news-item h2 a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 30px;
}

.news .news-item h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #40a9ff;
}

.news .news-item .img {
  position: relative;
  display: block;
  height: 192px;
  padding-bottom: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.news .news-item .img img {
  width: 100%;
  transition: all .5s;
}

.news .news-item .img img:hover {
  transform: scale(1.2);
}

.news2 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.news2 .news-item h3 {
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.news .news-item h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news2 .news-item h3:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #aaa;
  border-radius: 50%;
}

.news .news-item h3:hover {
  text-decoration: underline;
}

/* 商学院 */

/* 合作伙伴 */

.cooperative-partner {
  padding: 60px 0;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.cooperative-partner li {
  float: left;
  width: 160px;
  height: 70px;
  margin: 0 0 30px 28px;
}

.cooperative-partner li img {
  width: 160px;
  height: 70px;
}

.cooperative-partner .partner-img {
  width: 100%;
}

/* 合作伙伴 */

/* 注册体验 */

.register-bottom {
  padding: 50px 0 45px;
  text-align: center;
  background: #40a9ff;
}

.register-bottom .title {
  line-height: 40px;
  color: #fff;
}

.register-bottom form {
  width: 454px;
  margin: 20px auto 0;
}

.register-bottom form .register-phone {
  width: 290px;
  height: 46px;
  padding: 0 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px 0 0 4px;
}

.register-bottom .btn {
  display: block;
  width: 130px;
  height: 46px;
  padding: 0;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  vertical-align: middle;
  background: #40a9ff;
  border: 1px solid #fff;
  border-radius: 0 4px 4px 0;
  transition: all .3s;
}

/* 注册体验 */

/* 底部 */

.site-footer {
  font-size: 14px;
  line-height: 1.8;
  color: #a8aaba;
  background: #32333b;
}

.site-footer .footer-article {
  padding: 30px 0 20px;
  overflow: hidden;
}

.site-footer .contact {
  float: left;
  width: 280px;
}

.site-footer .contact dt {
  width: 90px;
}

.site-footer .contact .iconfont {
  font-size: 60px;
  line-height: .9;
  color: #fff;
}

.site-footer .contact .text {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.site-footer .contact .tel {
  padding: 3px 0 15px;
  font-size: 20px;
  color: #fff;
}

.site-footer .contact a {
  display: block;
  width: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #9b9ea0;
  text-align: center;
  border: 1px solid #9b9ea0;
  border-radius: 4px;
}

.site-footer .contact a:hover {
  color: #fff;
}

.site-footer .col-article {
  float: left;
  width: 171px;
}

.site-footer .col-article dt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #d7d8d9;
}

.site-footer .col-article dd {
  margin-bottom: 8px;
  overflow: hidden;
}

.site-footer .col-article dd a {
  font-size: 12px;
  color: #9b9ea0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.site-footer .col-article dd a:hover {
  color: #ff7159;
}

.site-footer .wx {
  float: left;
  width: 135px;
  margin-right: 0;
}

.site-footer .wx dt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #d7d8d9;
}

.site-footer .wx dd {
  margin-bottom: 15px;
}

.site-footer .wx dd img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 5px 0;
  border-radius: 2px;
}

.footer-links {
  padding: 10px 0;
  border-top: 1px solid #41424c;
  border-bottom: 1px solid #41424c;
}

.footer-links p {
  font-size: 14px;
  color: #a8aaba;
}

.footer-links a {
  margin-right: 20px;
  font-size: 12px;
  color: #a8aaba;
}

.footer-info .info-text {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
 
.footer-info p,.footer-info  a{
  color: #fff;
}

.footer-info .info-text .copyright {
  padding-top: 5px;
}

.footer-info .other {
  padding: 10px 0;
  text-align: center;

}

.footer-info .other a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.site-footer a {
  color: #a8aaba;
}

.site-footer a:hover {
  color: #ff7159;
}

.footer-info .info-text em {
  padding: 0 8px;
}

/* 底部 */

/* 右侧 */

.sidebar {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 999;
  width: 60px;
}

.sidebar ul li {
  margin-top: 15px;
}

.sidebar ul li a {
  display: block;
  width: 60px;
  height: 32px;
  padding: 14px 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #488aff;
  background: linear-gradient(#669dff, #4085ff);
  border-radius: 50%;
}

.sidebar ul .sidebar-top a {
  width: 58px;
  height: 58px;
  padding: 0;
  line-height: 58px;
  background: #eee;
  border: 1px solid #e0e0e0;
}

.sidebar ul .sidebar-top .iconfont {
  font-size: 32px;
  color: #bbb;
  text-align: center;
}

/* 右侧 */

/* 首页样式 */

/* 产品中心 */

/* banner */

.focus-img {
  width: 100%;
  height: 388px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(to right, #144ecf, #2b8dfb);
  margin-top: 72px;
}

.xcx-img {
  width: 100%;
  height: 388px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(to right, #40A9FF, #2b8dfb);
  margin-top: 72px;
}

.focus-img .title {
  padding: 105px 0 0;
  font-size: 44px;
}

.focus-img p {
  /* padding: 10px 0 35px; */
  font-size: 16px;
  line-height: 30px;
}

.focus-img .btn {
  display: block;
  width: 138px;
  height: 38px;
  padding: 0;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all .2s;
}

.focus-img img {
  margin-top: 35px;
}

/* banner */

/* 多商家多门店一体化品牌商城 */

.m-auto {
  margin: 0 auto;
}

.module1, .module4, .module5 {
  text-align: center;
}

/* 多商家多门店一体化品牌商城 */

/* 全渠道多终端覆盖，统一数据独立展现 */

.bg-gray {
  background: #f6fbfc;
}

.module1, .module2, .module3, .module4, .module5, .module6, .module7, .module13 {
  padding: 75px 0 80px;
}

.module2 ul li {
  width: 183px;
}

.module2 ul li .iconfont {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  font-size: 40px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.module2 ul li p {
  font-size: 16px;
  color: #333;
}

.container li {
  float: left;
  line-height: 24px;
  text-align: center;
}

.kefu-icons .iconfont {
  margin: 0 10px;
}

/* 全渠道多终端覆盖，统一数据独立展现 */

/* 多种业务场景模式 */

.module3 ul li {
  width: 310px;
  padding: 30px 0 30px;
  margin-left: 82px;
  border: 1px solid #eee;
  border-radius: 23px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.module3 ul li h3 {
  padding-bottom: 15px;
  font-size: 26px;
  color: #333;
}

.module3 ul li p {
  height: 135px;
  padding: 0 30px;
  font-size: 16px;
  color: #666;
}

.module3 ul li img {
  margin: 0 auto;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

/* 多种业务场景模式 */

/* 总店统一管控，提高门店管理效率 */

/* 总店统一管控，提高门店管理效率 */

/* 分店精细运营，打造个性化门店线上商城 */

/* 分店精细运营，打造个性化门店线上商城 */

/* 商品通 */

.container .float-text {
  width: 400px;
  padding-top: 110px;
}

.container .float-text .title {
  text-align: left;
  margin-bottom: 15px;
}

.container .float-text .sub-title {
  padding-bottom: 13px;
  font-size: 20px;
  color: #148aef;
}

.container .float-text .desc {
  width: 100%;
  padding-bottom: 25px;
  font-size: 16px;
  text-align: left;
}

/* 商品通 */

/* 适用场景 */

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.module13 li {
  width: 340px;
  margin-left: 40px;
}

/* 适用场景 */

/* 合作伙伴 */

.case-list .title {
  margin-bottom: 20px;
}

.p-t-40 {
  padding-top: 40px !important;
}

.case-list li {
  width: 180px;
  height: 70px;
  margin: 0 0 35px 33px;
  overflow: hidden;
}

.case-list .case-img, .case .case-img {
  width: 100%;
}

.case-list li {
  float: left;
  width: 160px;
  height: 70px;
  margin: 0 0 30px 28px;
}

.case-list ul li img {
  width: 160px;
  height: 70px;
}

.case-list .btn {
  display: block;
  width: 166px;
  height: 40px;
  padding: 0;
  margin: 30px auto 60px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background: #148aef;
  border: none;
  border-radius: 6px;
}

/* 合作伙伴 */

/* 底部 */

.w1210 {
  width: 1210px;
  margin: 0 auto;
}

.site-footer-68mall {
  font-size: 14px;
  line-height: 1.8;
  background: #282828;
}

.site-footer-68mall .footer-article {
  padding: 30px 0 20px;
  overflow: hidden;
}

.site-footer-68mall .col-article {
  float: left;
  width: 200px;
  margin-right: 40px;
}

.site-footer-68mall .col-article dt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #d7d8d9;
}

.site-footer-68mall .col-article dd {
  margin-bottom: 8px;
  overflow: hidden;
}

.site-footer-68mall .col-article dd a {
  font-size: 12px;
  color: #9b9ea0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.site-footer-68mall .col-article dd a:hover {
  color: #ff7159;
}

.site-footer-68mall .contact dd, .site-footer-68mall .contact dd a {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #ccc;
}

.site-footer-68mall .contact dd i {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #e8373d;
  text-align: center;
  border: 1px solid #414141;
  border-radius: 4px;
}

.site-footer-68mall .contact dd img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 5px 0;
  border-radius: 2px;
}

/* 底部 */

/* 右侧 */

.sidebar-detail {
  position: fixed;
  top: 540px;
  right: 0;
  z-index: 102;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 20px #ccc;
  padding: 10px 8px 7px;
}

.sidebar-detail ul li a img, .sidebar-kf button img {
  width: 50px;
  height: 50px;
  transition: transform .3s;
}

.sidebar-detail ul li a img:hover {
  transform: scale(1.1);
}

.sidebar-kf button {
  border: none;
  background-color: #fff;
  cursor: pointer;
}

/* 右侧 */

/* 产品中心 */

/* 解决方案 */

/* banner */

.focus-img1 {
  width: 100%;
  height: 400px;
  color: #fff;
  overflow: hidden;
  background: url(../images/focus-bg.jpg) no-repeat center center;
}

.focus {
  height: 100%;
  position: relative;
}

.focus-img1 .btn1 {
  display: block;
  width: 138px;
  height: 38px;
  padding: 0;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  color: #25296e;
  background: #fff;
  border: none;
  border-radius: 2px;
  transition: all .2s;
  text-align: center;
}

.focus-img1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* banner */

/* 社交电商 */

.module1 .item {
  float: left;
  width: 273px;
  padding: 30px 20px;
  margin-left: 80px;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(126, 126, 126, .14);
}

.module1 .item h3 {
  font-size: 18px;
  color: #333;
}

.module1 .item h3 span {
  color: #4677ff;
}

.module1 .item p {
  height: 130px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.module1 .item ul {
  width: 260px;
  margin: 0 auto;
}

.module1 .item li {
  margin-left: 24px;
}

.module1 .item li em {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}

.module1 .item .icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-image: url(../images/module1.1.png);
  background-repeat: no-repeat;
}

.module1 .item .icon1 {
  background-position: 0 0;
}

.module1 .item .icon2 {
  background-position: -70px 0;
}

.module1 .item .icon3 {
  background-position: -140px 0;
}

.module1 .item .icon4 {
  background-position: -210px 0;
}

.module1 .item .icon5 {
  background-position: -280px 0;
}

.module1 .item .icon6 {
  background-position: -350px 0;
}

.module1 .item .icon7 {
  background-position: -420px 0;
}

.module1 .item .icon8 {
  background-position: -490px 0;
}

.module1 .item .icon9 {
  background-position: -560px 0;
}

/* 社交电商 */

/* 新顾客 */

.container li p {
  padding-top: 10px;
  font-size: 14px;
  color: #666;
}

.container li h3 {
  color: #333;
  font-size: 16px;
}

.bg-gray4 {
  background: #f8fbff;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.so-module2 ul li {
  width: 167px;
  padding: 0 18px;
  margin-bottom: 40px;
  margin-left: 95px;
}

.so-module2 ul li .iconfont {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  font-size: 45px;
  line-height: 80px;
  color: #fff;
  border-radius: 12px;
}

.so-module2 ul li h3 {
  font-size: 18px;
}

.so-module2 ul li p {
  padding-top: 5px;
  font-size: 14px;
}

/* 新顾客 */

/* 老顾客 */

.so-module3, .so-module6 {
  padding: 25px 0;
  background: #0f0759;
}

.c-white {
  color: #fff !important;
}

.so-module3 .desc, .so-module6 .desc {
  padding-bottom: 0;
}

.carousel {
  width: 406px;
  margin: 0 auto;
}

/* 老顾客 */

/* vip */

.swiper-container2 {
  width: 406px;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-slide .name {
  font-size: 18px;
  line-height: 3;
  color: #333;
}

/* vip */

/* 会员积分 */

.p-t-25 {
  padding-top: 25px !important;
}

.container .float-text .desc {
  width: 100%;
  padding-bottom: 25px;
  font-size: 16px;
  text-align: left;
}

.module5 .tab {
  width: 305px;
  overflow: hidden;
  border-radius: 8px;
}

.module5 .tab li {
  float: none;
  height: 52px;
  padding: 9px 0 9px 28px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  background: #f5f5f5;
  border-top: 1px solid #e2e2e2;
}

.module5 .tab li.first {
  border-top: 0;
}

.module5 .tab li h3 {
  font-size: 16px;
  color: #4677ff;
}

.module5 .tab li p {
  padding-top: 0;
  font-size: 12px;
  color: #4677ff;
}

.module5 .tab li.active {
  background: #4677ff;
}

.module5 .tab li.active h3, .module5 .tab li.active p {
  color: #fff;
}

/* 会员积分 */

/* 消费者行为分析 */

.module6-1 .module6-img, .module6-2 .module6-img {
  width: 495px;
}

.module6-1 .module6-img img, .module6-2 .module6-img img {
  width: 495px;
  border-radius: 8px;
  box-shadow: 0 0 22px rgba(0, 0, 0, .1);
}

.module6-text {
  width: 480px;
  padding-top: 5px;
}

.module6-text h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
}

.module6-text p {
  margin-bottom: 25px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
}

.module6-tab span {
  float: left;
  width: 98px;
  height: 30px;
  margin: 24px 0 0 24px;
  line-height: 30px;
  color: #aaa;
  text-align: center;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: 12px;
}

.container1 {
  padding: 70px 0;
  margin: 0 auto;
}

.module6-tab span.active {
  color: #fff;
  background: #4677ff;
  border-color: #4677ff;
}

/* 消费者行为分析 */

/* 智能语音播报 */

.container1 li {
  float: left;
  line-height: 24px;
  text-align: center;
}

.container1 .title {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}

.container1 .desc {
  width: 900px;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

.so-module7 {
  width: 550px;
  height: 419px;
  margin: 0 auto;
}

.so-module7 ul {
  padding-top: 40px;
}

.so-module7 li {
  float: none;
  margin: 0 0 22px 38px;
}

.so-module7 li h3 {
  font-size: 12px;
  line-height: 1;
  color: #666;
  text-indent: 18px;
  text-align: left;
}

.so-module7 .voice-box {
  position: relative;
  padding-right: 10px;
}

.so-module7 .voice {
  width: 169px;
  height: 47px;
  cursor: pointer;
  background: url(../images/module7-voice-bg.png) no-repeat 0 0;
}

.so-module7 .voice-box .voice-icon {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/module7-voice.png) no-repeat -48px 0;
}

.so-module7 .voice-box .dot {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 7px;
  height: 7px;
  background: #f16264;
  border-radius: 50%;
}

/* 智能语音播报 */

/* 营销 */

.so-module9 {
  padding: 50px 0;
  background: #0f0759;
}

.so-module9 .btn {
  display: block;
  width: 138px;
  height: 42px;
  padding: 0;
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  color: #25296e;
  background: #fff;
  border: none;
  border-radius: 2px;
}

/* 营销 */

/* 解决方案 */

/* 客户案例页面 */

/* 轮播图 */

/* .case-focus{
    position: relative;
  } */

.swiper-container1 {
  position: relative;
  height: 400px;
  text-align: center;
  margin-top: 103px;
  overflow: hidden;
}

.case-focus .flr {
  position: absolute;
  top: 0;
  right: 25%;
  width: 435px;
  padding: 25px 24px;
  margin: 55px 0 0 0;
  background: #fff;
}

.case-focus .title {
  overflow: hidden;
}

.case-focus .title h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.case-focus .title h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.case-focus .flr p {
  height: 105px;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.case-focus .flr .used span {
  display: inline-block;
  padding-right: 30px;
  font-size: 13px;
  line-height: 30px;
  color: #666;
  vertical-align: top;
}

.case-focus .flr .used span .iconfont {
  margin-right: 4px;
  font-size: 18px;
  color: #80838e;
  vertical-align: top;
}

/* 轮播图 */

/* 客户案例 */

.case-wrap {
  background: #f4f4f4;
}

.p-t-30 {
  padding-top: 30px;
}

.filter-product {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.filter-product li {
  float: left;
  width: 20%;
  text-align: center;
}

.filter-product li span {
  display: block;
  font-size: 16px;
}

.filter-product li a {
  display: block;
  padding: 10px 0;
  color: #666;
}

.filter-product li.active a {
  color: #488aff;
}

.filter-product li .iconfont {
  display: block;
  font-size: 28px;
}

.filter-wrap {
  margin: 15px auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.case-list {
  margin-top: 30px;
}

.case-group {
  width: 1118px;
}

.case-group .case-item {
  position: relative;
  float: left;
  width: 261px;
  margin: 0 18px 18px 0;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.case-group .case-item .case-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 50px;
  height: 50px;
  background: url(../images/case-icon1.png) no-repeat 0 0;
}

.case-group .case-item .case-img {
  width: 120px;
  height: 120px;
  margin: 30px auto;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 50%;
}

.case-group .case-item .case-img img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.case-group .case-item .case-text {
  padding: 0 10px 10px;
}

.case-group .case-item .case-name {
  height: 27px;
  padding: 20px 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.case-group .case-item .case-desc {
  height: 55px;
  padding-top: 0;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.case-group .case-item p {
  font-size: 12px;
  height: 20px;
  margin-bottom: 5px;
  color: #666;
  overflow: hidden;
}

.case-group .case-item .use-product span {
  color: #488aff;
}

.case-group .case-item .use-mode .iconfont {
  margin-right: 4px;
  line-height: 1;
  vertical-align: middle;
}

.case-group .case-item .use-mode span {
  padding-right: 5px;
}

.case-group .case-item .address {
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.case-group .case-item .type {
  padding: 0 4px;
  line-height: 18px;
  border: 1px solid #ddd;
}

.case-list .other-info {
  width: 100%;
  position: absolute;
  bottom: -398px;
  left: 0;
  z-index: 10;
  height: 398px;
  background: rgba(255, 255, 255, .95);
}

.case-item:hover .other-info {
  top: 0 !important;
  transition: all 0.5s;
}

.case-list .other-info1 .qrcode-tab {
  display: none;
}

.case-list .other-info .qrcode-tab {
  position: absolute;
  top: 55px;
  left: 29px;
  width: 198px;
  border: 1px solid #488aff;
  border-radius: 3px;
}

.case-list .other-info .qrcode-tab li {
  float: left;
  width: 66px;
}

.case-list .other-info .qrcode-tab li span {
  display: block;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.case-list .other-info .qrcode-tab li.active span {
  color: #fff;
  background: #488aff;
}

.case-list .other-info1 .qrcode-list {
  top: 85px;
}

.case-list .other-info .qrcode-list {
  position: absolute;
  top: 100px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.case-list .other-info .case-btn {
  position: absolute;
  bottom: 40px;
  left: 70px;
  display: block;
  width: 120px;
  height: 36px;
  padding: 0;
  margin: 60px auto 0;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #488aff;
  border: none;
  border-radius: 3px;
}

.page-box {
  padding-bottom: 18px;
  text-align: center;
}

.page {
  display: inline-block;
  padding: 20px 0;
  overflow: hidden;
}

.page-num .num {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  font-size: 14px;
  line-height: 35px;
  color: #666;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.page-num .prev {
  margin-right: 6px;
  margin-left: 0;
}

.page-num .prev, .page-num .next {
  width: 70px;
  font-size: 12px;
}

.page-wrap .total {
  float: left;
  margin-left: 10px;
  line-height: 37px;
  color: #999;
}

.page-num .current {
  background: #40a9ff !important;
  border: 1px solid #40a9ff !important;
}

.page-num .current a {
  color: #fff !important;
}

.pagination li:hover {
  background: #40a9ff !important;
  border: 1px solid #40a9ff !important;
}

.pagination li:hover a {
  color: #fff !important;
}

/* 客户案例 */

/* 客户案例页面 */

/* 文章列表页面 */

.help-wrap {
  padding: 30px 0;
  min-height: 500px;
  margin-top: 103px;
}

.menu {
  width: 220px;
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}

.menu h2 a {
  display: block;
  padding: 15px;
  font-size: 18px;
  color: #333;
}

.menu .menu-list li {
  line-height: 38px;
}

.menu .menu-list li a {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu .menu-list li ul {
  display: none;
}

.menu .menu-list .menu-list2 a {
  padding-left: 35px;
  color: #888;
}

.menu .menu-list li .menu-name .iconfont {
  font-size: 25px;
  float: right;
  color: #d3d3d3;
  transition: all .2s;
}

.menu .menu-list .menu-list3 .iconfont {
  margin-right: 10px;
  font-size: 12px;
  color: #e0e0e0;
}

.menu .menu-list li a.active {
  background: #eee;
}

.menuActive {
  background: #eee;
}

.help-content {
  width: 940px;
  padding-left: 29px;
  margin-left: -2px;
  border-left: 1px solid #e5e5e5;
}

.breadcrumbs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumbs a {
  font-size: 14px;
  color: #666;
}

.breadcrumbs a:hover {
  color: #239af8;
}

.breadcrumbs span {
  padding: 0 3px;
  font-size: 14px;
  font-family: 'simsun';
  color: #999;
}

.article-list li {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.article-list li h3 {
  height: 32px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list li .article-tip span {
  line-height: 27px;
  color: #999;
}

.article-list li .article-tip .view-num {
  width: 80px;
  margin-left: 20px;
}

.article-list li .article-tip .iconfont {
  margin-right: 5px;
  font-size: 18px;
  color: #ccc;
  vertical-align: middle;
}

.article-list li .article-cover {
  /* width: 50px;
  height: 50px; */

  width: 260px;
  height: 147px;


  vertical-align: top;
  margin-right: 10px;
}

/* 文章列表页面 */

/* 文章详情页面 */

.article-container {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  min-height: 500px;
}

.article-container .article-title {
  margin: 10px 0 20px 0;
  font-size: 24px;
  color: #333;
}

.article-container .article-time {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}

.article-container img {
  max-width: 750px;
}

.change-page {
  margin-top: 50px;
}

.change-page .pre, .change-page .next {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
  cursor: pointer;
}

.change-page .pre:hover, .change-page .next:hover {
  color: #e8373d;
}

/* 文章详情页面 */

/* 关于我们 */

.about-banner {
  background: url(../images/about-bgi.jpg) no-repeat center center;
  height: 436px!important;
}

.about-banner h2 {
  text-align: center;
  margin-top: 60px;
}

.about-banner .en {
  color: #FFFFFF;
  font-size: 16px;
  opacity: 0.5;
  letter-spacing: 10px;
  text-align: center;
}

.hot-product .hot-item {
  position: relative;
  float: left;
  height: 50px;
  padding: 25px 0 25px 81px;
  line-height: 25px;
  cursor: pointer;
  width: 17%;
}

.company-intro {
  background: #F5F5FA;
  padding: 100px 0;
}

.company-intro .left {
  width: 60%;
  padding: 20px 74px 0 40px;
  box-sizing: border-box;
  float: left;
}

.company-intro .left .name {
  font-weight: 700;
  color: #000;
}

.company-intro .left .intro {
  color: #888888;
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
  text-indent: 2em;
}

.company-intro .right {
  float: left;
  width: 40%;
}

.company-intro .right img {
  width: 100%;
  height: 360px;
}

.about-service img {
  width: 100%;
  margin-top: 40px;
}

.map-c {
  height: 400px;
  margin: 40px 0;
}

.map-c .map {
  width: 65%;
  height: 100%;
  float: left;
}

.map-c .contact {
  float: right;
  width: 30%;
  height: 100%;
  margin-left: 30px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 15px 1px rgba(66, 71, 75, 0.15);
  border-radius: 3px;
  padding: 30px;
  box-sizing: border-box;
}

.map-c .contact .name {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

.map-c .contact .c-item {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.map-c .contact .c-item i {
  background: url(../images/location.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.map-c .contact .item1 i {
  background-position: 0 3px;
}

.map-c .contact .item2 i {
  background-position: -20px 0;
}

.map-c .contact .item3 i {
  background-position: -45px 0;
}

.map-c .contact .cooperation {
  color: #fff;
  background: #40a9ff;
  width: 140px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: 30px;
  transition: all .2s;
  cursor: pointer;
}

.map-c .contact .cooperation:hover {
  color: #fff!important;
  background: #69c0ff!important;
}

.certificate {
  background: #F5F5FA;
  padding-bottom: 80px;
}

.certificate .certificate-title {
  margin-bottom: 70px;
}

.certificate-c {
  text-align: center;
}

.certificate-c .c-title {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 80px;
}

.certificate-c .c-title span {
  display: inline-block;
  padding: 0 20px;
  background: #F5F5FA;
  position: relative;
  z-index: 2;
}

.certificate-c .c-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  left: 0;
  top: 50%;
}

.honor {
  padding: 80px 0;
}

.honor .c-title span {
  background: #fff;
}

.certificate-c img {
  width: 100%;
}

.honor-img {
  width: 363px!important
}

/* 关于我们 */

/* 信息弹出框 */

.info {
  width: 500px;
  height: 420px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 15px 1px rgba(66, 71, 75, 0.15);
  border-radius: 3px;
  padding: 30px;
  box-sizing: border-box;
}

.info .del {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.info .info-title {
  text-align: center;
  font-size: 22px;
  color: #333;
}

.info .del img {
  width: 100%;
  height: 100%;
}

.info .info-c .info-item {
  margin-top: 30px;
}

.info .info-c .info-item label {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 20px;
}

.info .info-c .info-item input {
  height: 30px;
  line-height: 30px;
  width: 70%;
  border: none;
  border-radius: 4px;
  border: 1px solid #c8cccf;
  padding: 5px;
}

.info .msg {
  color: #999;
  margin-top: 10px;
  margin-left: 110px;
}

.info .submit {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  background: #40a9ff;
  transition: all .2s;
  cursor: pointer;
}

.info-sure {
  width: 260px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 15px 1px rgba(66, 71, 75, 0.15);
  border-radius: 3px;
}

.info-sure .del {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.info-sure .info-h {
  height: 42px;
  line-height: 42px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}

.info-sure .info-title {
  font-size: 14px;
  color: #333;
}

.info-sure .del img {
  width: 100%;
  height: 100%;
}

.info-sure .info-content {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
}

.info-sure .submit1 {
  margin-top: 30px;
}

.info-sure .submit1 .sub-btn {
  width: 50px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 2px;
  color: #fff;
  background: #40a9ff;
  transition: all .2s;
  cursor: pointer;
  margin: auto;
}

/* 信息弹出框 */

.hot {
  width: 15px;
}

.auth-banner {
  width: 100%;
  height: 388px;
  color: #fff;
  overflow: hidden;
  background: url(../images/au-banner.png);
  margin-top: 72px;
  text-align: center;
  position: relative;
}

.auth-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-c p {
  margin-top: 30px;
}

.search {
  background-color: #eee;
  padding: 50px 0;
}

.search .search-c {
  background-color: #FFF;
  min-height: 375px;
  padding: 30px 0;
  box-sizing: border-box;
}

.search .search-c .search-input {
  width: 70%;
  margin: auto;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 0 20px #ccc;
  border-radius: 5px;
}

.search .search-c .search-input input {
  width: 83%;
  height: 100%;
  float: left;
  border: none;
  background-color: #fff;
  padding: 0 13px;
  font-size: 14px;
  color: #666;
  outline: none;
}
.search .search-c .search-input button {
  width: 12%;
  height: 100%;
  float: left;
  border: none;
  font-size: 14px;
  background-color:#40a9ff;
  color: #fff;
  cursor: pointer;
}
.search .search-c .search-input button:hover {
  color: #fff!important;
  background: #69c0ff!important;
}

.search-table .table{
  width: 70%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: center;
  margin: 30px auto;
}
.search-table th {
  color: #888888;
  border: 1px solid #eaeefb;
}

.search-table td {
  border: 1px solid #eaeefb;
}

.search-table th, .search-table td {
  padding: 10px 15px;
}
.search-table td a{
  background-color: #f44;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
}
/* 授权 */

/* 页面banner */
.bg-cover{
  color: #333;
  background: transparent;
}
.bg-cover .btn{
  color: #333;
  border: 1px solid #333;
}
.b2c-banner{
  background: url(../images/banner/b2c.png) center no-repeat;
}
.lang-banner{
  background: url(../images/banner/lang.png) center no-repeat;
}
.fenxiao-banner{
  background: url(../images/banner/fenxiao.png) center no-repeat;
}

.xiaochengxu-banner{
  background: url(https://img.xyud.vip/static/uploads/images/2021/11/29/163818111861a4a8fe8de0b.png) center no-repeat;
}

.store-banner{
  background: url(../images/banner/store.png) center no-repeat;
}

.shequ-banner{
  background: url(../images/banner/shetuan.png) center no-repeat;
}

.kuajing-banner{
  background: url(../images/banner/kuajing.png) center no-repeat;
}

.weipaike-banner{
  background: url(../images/banner/weipaike.png) center no-repeat;
}

.kefu-banner{
  background: url(../images/banner/kefu.png) center no-repeat;
}

/* 下载页面 */
.download-bot{
  margin-top: 20px;
}
.download-bot .title{
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.download-bot p{
  font-size:16px;
  color: #666;
  margin-bottom: 5px;
}
.download-bot .download-btns{
  margin-top: 20px;
}
.download-btns a {
  padding: 5px 20px;
  font-size: 16px;
  border: 1px solid #40a9ff;
  border-radius: 6px;
  margin: 0 10px;
  color: #40a9ff;
  text-decoration: none;
  background-color: transparent;
}
.download-btns a:hover{
  color: #fff!important;
    background-color: #69c0ff!important;
}
.download-btns a:first-child {
  color: #fff;
  background-color: #40a9ff;
}
.download-cont{
  padding: 30px 0;
}
.download-cont .title{
  font-size: 22px;
  margin-bottom: 20px;
}
.download-cont p{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}
.download-desc img{
  vertical-align: middle;
}
.download-desc a{
  border: 1px solid #40a9ff;
  padding:0 10px;
  border-radius:3px;
  color:  #40a9ff;
}
.download-desc a:hover{
  color: #fff!important;
  background-color: #69c0ff!important;
}



.qrcode {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  width: 146px;
  height: 355px;
  z-index: 99;
  cursor: pointer;
}
.qrcode .img {
  width: 143px;
  height: 457px;
}

.qrcode .kefu {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
}