html, body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.xlsban-container.swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.xlsban-slide.swiper-slide {
  text-align: center;
  color:#fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.xlsban-slide.swiper-slide div:first-child {
    position: static;
    width: 100%;
    height: auto;
}
.xlsban-slide.swiper-slide div:first-child img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.xlsban_more{
    position: absolute;
    bottom:2VH;
    right:8VW;
    z-index:2;
    font-size: 1.2rem;
    color:#00afd5;
}
.xlsban_more a{
    color:#00afd5;
}
/* 探索产品 */
.xls_tswc{
    background: #eaeaea;
    padding:3VH 0;
}
.xlspro-tit{
    color:#000;
    font-size: 3rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-bottom:3VH;
}
.xlspro-container.swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-button-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23d4d4d4'%2F%3E%3C%2Fsvg%3E");
    right: 5%;
    left: auto;
}
.swiper-button-prev {
     background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23d4d4d4'%2F%3E%3C%2Fsvg%3E");
    left: 5%;
    right: auto;
}
.xlspro-slide.swiper-slide div:first-child {
    position: relative;
    height: auto;
}
.xlspro-contain{
    width: 80% !important;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.xlspro-slide:nth-child(3) .xlspro-contain{
    justify-content: flex-start;
}
.xlspro-list{
    width: 24% !important;
    background: #fff;
    padding:5VH 0;
}
.xlspro-slide:nth-child(3) .xlspro-contain .xlspro-list{
    margin-right: 1%;  
}
.xlspro-list .xlspro-img{
    width: auto !important;
    margin:auto;
    height: 20VH;
    text-align: center;
	position: relative;
}
.xlspro-contain .xlspro-list .xlspro-img:hover:after{
    content:'';
    position: absolute;
    top:-5VH;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index:88;
    width: 100%;
    height: 100%;
    padding:5VH 0 3VH;
}
.xlspro-list .xlspro-img1{
    display: block;
}
.xlspro-list.on .xlspro-img1{
    display: none;
}
.xlspro-list .xlspro-img2{
    display: none;
}
.xlspro-list.on .xlspro-img2{
    display: block;
}
.xlspro-list .xlspro-img img{
    height: 20VH;
    max-width: 100%;
    object-fit: cover;
}
.xlspro-list .xlspro-img-tit{
    font-size:1.2rem;
    color: #000;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top:9VH;
}
.xlspro-list.on .xlspro-img-tit{
    margin-top:3VH;
}
.xlspro-img-an{
    width: 80%;
    margin:auto;
    justify-content: space-between;
    align-items: center;
    margin-top:3VH;
    display: none;
	height:3VH;
}
.xlspro-img-an > div{
    width: 45% !important;
    border-radius: 3VH;
    text-align: center;
    border:1px solid #222;
    height:3VH !important;
    line-height: 3VH;
}
.xlspro-img-an > a{
    width: 45% !important;
    border-radius: 3VH;
    text-align: center;
    border:1px solid #222;
    height:3VH !important;
    line-height: 3VH;
    color: #000;
}
.xlspro-img-angm{
    cursor: pointer;
}
.xlspro-img-anlj{
    display: flex;
    justify-content: center;
    align-items: center;
}
.xlspro-img-anlj > span{
    display: block;
}
.xlspro-img-anlj > span:nth-child(2){
    margin-left:2%;
}
.xlspro-bigimgz{
    position: fixed;
    width: auto;
    height: auto;
    z-index:999999;
    top:0;
    left:0;
    display: none;
}
.xlspro-bigimgz-list{
    width: 100%;
    height: 100%;
    display: none;
}
.xlspro-bigimgz .xlspro-bigimgz-list .xlspro-bigimg{
    display: none;
}
.xlspro-bigimg{
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    width: 40%;
    max-height: 80VH;
    z-index:9999999;   
}
.xlspro-bigimg-img{
    width: 100%;
    max-height: 80VH;
    overflow-y: scroll;
}
.xlspro-bigimgz-close{
    font-size: 6rem;
    color:#000;
    top:0;
    right:2%;
    position: fixed;
    cursor:pointer;
}
.xlspro-bigimg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.xlspro-bigimg1_1{
    left:30%;
}
.xlspro-bigimg1_2{
    left:50%;
}
.xlspro-bigimg1_3{
    right:50%;
}
.xlspro-bigimg1_4{
    right:30%;
}
.xlspro-bigimg2_1{
    left:30%;
}
.xlspro-bigimg2_2{
    left:50%;
}
.xlspro-bigimg2_3{
    right:50%;
}
.xlspro-bigimg2_4{
    right:30%;
}
.xlspro-bigimg3_1{
    left:30%;
}
.xlspro-bigimg3_2{
    left:50%;
}
/* 购置咨询弹窗 */
#gmzx_tc{
  display: none;
}
.gmzx-tc{
  background: rgba(0,0,0,0.6);
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:99999999;
}
.gmzx_qx{
  cursor: pointer;
}
.gmzx-tc > div{
  position:relative;
}
.gmzx-tc > div > div{
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  width:20%;
  padding:0 3rem 3rem 3rem;
  min-width: 20rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  /* overflow-y: scroll; */
}
.dialog_head{width: 100%;overflow:hidden;cursor: move;}
.gmzx-tc > div > div > div > div{
  float:right;
  font-size: 1.6rem;
  font-weight:bold;
  /* margin-right:-1rem; */
  padding-top:0.5rem;
  width: 20%;
  text-align: right;
}
.gmzx-tc > div > div > form > div:nth-child(2){
  display: none;
}
.gmzx-tc > div > div > form > div{
  background: #f7f7f7;
  margin-top:1rem;
  padding:0 1rem;
  height:3.2rem;
  line-height: 3.2rem;
  overflow: hidden;
}
/* .gmzx-tc > div > div > form > div:nth-child(1){
  margin-top:3rem;
} */
.gmzx-tc > div > div > form > div > span:nth-child(1){
  color:#666;
}
.gmzx-tc > div > div > form > div > select{
  height:75%;
  border:none;
  background: transparent;
  max-width: 70%;
}
.gmzx-tc > div > div > form > div > input{
  width:70%;
  height:75%;
  border:none;
  background: transparent;
}
.gmzx-tc > div > div > form > div:nth-child(10){
  height:5rem;
}
.gmzx-tc > div > div > form > div > textarea{
  width:80%;
  height:75%;
  border:none;
  background: transparent;
  padding-top:0.5rem;
}
.gmzx-tc > div > div > form > div:nth-child(10) > span:nth-child(1){
  float:left;
}
.gmzx-tc > div > div > form > div > span:nth-child(3){
  color:#f00;
  float:right;
}
.gmzx-tc > div > div > form > div:last-child{
  color:#fff;
  background: #24cbdf;
  text-align: center;
}
.gmzx-tc > div > div > form > div:last-child input{
  color:#fff;
  background: #24cbdf;
  text-align: center;
  width: 100%;
}
.check{
  color:#f00;
  display: none;
}
/* 购置咨询弹窗竣事 */
/* 盈利 */
.xls_yl{
    background: #fff;
    padding:1VH 0;
}
.xlsyl-tit1{
    color:#000;
    font-size: 3rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.xlsyl-tit2{
    color:#000;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}
.xls_ylz{
    width: 80%;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:3VH;
}
.xls_ylz_list{
    width: 32%;
    border:1px solid #c7c7c7;
    position: relative;
}
.xls_ylz_list img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}
.xls_ylz_list-img{
    height: 29VW;
    overflow: hidden;
    position: relative;
}
.xls_ylz_list-img:after{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    content: '';
    transition: opacity 0.2s ease-in-out;
}
.xls_ylz_list.is_hover .xls_ylz_list-img:after{
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.xls_ylz_list-bt{
    background: #fff;
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    height: 8VW;
    z-index:12;
    transition: height 0.2s ease-in-out;
}
.xls_ylz_list.is_hover .xls_ylz_list-bt{
    height: 16VW;
    transition: height 0.2s ease-in-out;
}
.xls_ylz_list-icon{
    position: absolute;
    top:-2VW;
    left:50%;
    transform: translateX(-50%);
    width: 4VW;
    height: 4VW;
}
.xls_ylz_list-tit{
    text-align: center;
    width: 100%;
    font-size:1.2rem;
    font-weight: bold;
    color:#000;
    margin-top:4VW;
}
.xls_ylz_list-bt > a{
    display: block;
    width: auto;
    text-align: center;
    color: #000;
}
.xls_ylz_list-more{
    font-size:0.8rem;
    width: 5VW;
    text-align: center;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:2px solid #000;
    display: none;
    transition: display 0.2s ease-in-out;
    margin-top:3VW;
    padding-bottom:0.5VH;
}
.xls_ylz_list.is_hover .xls_ylz_list-more{
    display: flex;
    transition: display 0.2s ease-in-out;
}
.xls_ylz_list-more > span{
    display: block;
}
.xls_ylz_list-more > span:nth-child(2){
    margin-left:2%;
}

/* 新零售乐成案例 */
.xls_cgal-odd{
    background: #000;
}
.xls_cgal-even{
    background: #fff;
    padding-top:2VH;
}
.xls_cgal img{
    width: 100%;
    object-fit:cover;
}
/* 新零售消耗新模式 */
.xls_xf img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.xls_xf1{
    background: #000;
}
.xls_xf1 > div{
    width: 76%;
    margin:auto;
}
.xls_xf2{
    margin-top:3VH;
}
.xls_xf6{
    margin-bottom:3VH;
}
/* 新零售客户案例 */
.xls_khal{
    margin-top:4VH;
}
.xls_khal-left{
    width: 20%;
    float:left;
}
.xls_khal-lc{
    background: #4ac0d2;
    font-size: 1.2rem;
    color:#fff;
    font-size:1.2rem;
    height:3.5VH;
    line-height: 3.5VH;
    text-align: center;
    width: calc(8VW - 2rem);
    padding:0 1rem;
    border-radius:1VH;
    box-shadow: 0 0.3rem 5px rgba(0,0,0,0.5);
}
.xls_khal-lcz-list{
    font-size: 1.2rem;
    color:#000;
    padding:0 1rem;
    width: calc(8VW - 2rem);
    min-width: calc(8VW - 2rem);
    width:auto; 
    display:inline-block !important;
    border-radius:1VH;
    border:1px solid #000;
    height:3.5VH;
    line-height: 3.5VH;
    text-align: left;
    margin-top: 1rem;
    cursor:pointer;
}
.xls_khal-lcz-list.on{
    color:#24cbde;
    border:1px solid #24cbde;
}
.xls_khal-right{
    width: 80%;
    float:left;
    border:0.5rem solid #24cbde;
    box-sizing: border-box;
	margin-bottom:4VH;
}

.xls_khal-rz-list p{
    width: 98%;
    margin:auto;
    margin-bottom:1VH;
}
.xls_khal-right p img{
    width: 100%;
    object-fit: cover;
}
.xls_khal-rz-list{
    display: none;
}
.xls_khal-rz-list:nth-child(1){
    display: block;
}
.xls_khal-rz-list-tit{
    margin-top:2VH;
    font-size: 2rem;
    color:#24cbde;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    margin-bottom:3VH;
}
/* 新零售盈利 */
.xlsyl_p{
    width: 100%;
    height: auto;
}
.xlsyl_p img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 768px){
    /* 新零售banner */
    .swiper-container.xlsban-container {
        margin-top:0px !important;
    }
    /* 新零售产品 */
    .swiper-container.xlspro-container{
        margin-top:0px !important;
    }
    .xlspro-contain {
        display: block;
    }
    .xlspro-list {
        width: 90% !important;
        margin:auto;
        padding: 2VH 0;
        margin-bottom:2VH;
    }
    .xlspro-list .xlspro-img img {
        height: 30VH;
        max-width: 100%;
    }
    .xlspro-list .xlspro-img-tit {
        margin-top: 3VH;
    }
    .xlspro-bigimg {
        position: fixed;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
        width: 90%;
        max-height: 80VH;
        z-index: 9999999;
        margin-top: 2VH;
    }
    /* 新零售盈利 */
    .xls_ylz {
        width: 80%;
        display: block;
    }
    .xls_ylz_list {
        width: 100%;
        margin-bottom:3VH;
    }
    .xls_ylz_list-img {
        height: 50VH;
    }
    .xls_ylz_list-bt {
        height: 20VH;
    }
    .xls_ylz_list.is_hover .xls_ylz_list-bt{
        height: 20VH;
    }
    .xls_ylz_list-icon {
        top: -8VW;
        width: 16VW;
        height: 16VW;
    }
    .xls_ylz_list-tit {
        font-size: 1.4rem;
        margin-top: 10VW;
    }
    .xls_ylz_list-more {
        font-size: 0.8rem;
        width: 22VW;
        display: flex;
        margin-top: 3VW;
    }
    .xls_ylz_list.is_hover .xls_ylz_list-more{
        display: flex;
    }
    /* 新零售消耗新模式 */
    .xls_xf1 > div{
        width: 96%;
    }
	/* 新零售客户案例 */
    .xls_khal-left {
        width: 100%;
        float: none;
    }
    .xls_khal-lc {
        width: calc(20VW - 2rem);
    }
    .xls_khal-lcz-list {
        width: calc(20VW - 2rem);
        min-width: calc(20VW - 2rem);
        width: auto;
        display: inline-block !important;
    }
    .xls_khal-right {
        width: 100%;
        float: none;
        margin-top:3VH;
    }
}