body {
  background: #e5eaef;
  line-height: 28px;
  font-size: 15px;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  color: #333333;
}
.flexbox{
  display: flex;
  display: -webkit-flex;
}
.flexboxCent{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
p{
  margin: 0;
}
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #85C8DD;
}
a:hover, a:focus, a:active {
  color: #71bfd7;
  text-decoration: none;
}
.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

/*banner*/
.swiper-container {
    position: relative;
    width: 100%;
    height: 25.6vw;
    margin-top: 89px;
}
.swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-wrapper {
    height: 100% !important;
}
.swiper-container .swiper-slide{
    height: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    display: none;
    width: 2.08333vw;
    height: 3.125vw;
}
.swiper-container .swiper-button-prev > img,
.swiper-container .swiper-button-next > img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -1.5625vw;
    left: 0;
}
.swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -1.5625vw;
    right: 0;
}
.swiper-container:hover .swiper-button-prev {
    display: block;
}
.swiper-container:hover .swiper-button-next {
    display: block;
}
.swiper-pagination span {
    width: 0.729vw;
    height: 0.729vw;
    background: #bd2228;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.52%;
}

/*banner扫码体验*/
.scan_code{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 200;
}
.scan_code_ai{
  width: 500px;
  height: 180px;
  background: rgba(255,255,255,0.7);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.scan_code_ai .scan_code_aitxt1{
  color: #055BA1;
  font-size: 44px;
  font-weight: bold;
  font-family:MicrosoftYaHei-Bold;
}
.scan_code_ai .scan_code_aitxt2{
  color: #09487C;
  font-size: 28px;
  margin-top: 20px;
}
.scan_code_flex{
  position: relative;
}
.scan_code .scan_code_btn{
  width:120px;
  height:40px;
  background:rgba(189,34,40,1);
  border-radius:6px;
  font-size:18px;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  margin:10px auto 0;
}
.scan_code_flex .consultation-qr{
  width: 120px;
  height: 120px;
  position: absolute;
  right: 10%;
  top: -50px;
}
.scan_code_flex .consultation-qr .consultation-qr-icons{
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #FFF;
  position: absolute;
  left: -30px;
  top: 50px;
}
.scan_code_flex .consultation-qr img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 1500px){
    .scan_code_ai{
        width: 698px;
        height: 240px;
    }
    .scan_code_ai .scan_code_aitxt1{
        font-size: 47px;
    }
    .scan_code_ai .scan_code_aitxt2{
        color: #09487C;
        font-size: 33px;
        margin-top: 40px;
    }
    .scan_code .scan_code_btn{
        width:180px;
        height:60px;
        font-size:24px;
        line-height: 60px;
        margin:20px auto 0;
    }
    .scan_code_flex .consultation-qr{
        width: 150px;
        height: 150px;
        position: absolute;
        right: 12%;
        top: -50px;
    }
    .scan_code_flex .consultation-qr .consultation-qr-icons{
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-right-color: #FFF;
        position: absolute;
        left: -40px;
        top: 60px;
    }
}

/*扫一扫弹窗*/
.sweepcode_layer{
  width: 560px;
  padding: 30px 0;
  background-color: #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 29999999;
}
.sweepcode_layer_flex{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sweepcode_layer_flexleft p{
  color: #000;
  font-size: 24px;
}
.sweepcode_layer_flexleft_p2{
  margin-top: 20px;
}
.sweepcode_layer_flex img{
  width: 240px;
  height: 240px;
  margin-left: 40px;
}
.sweepcode_layer_btn{
  width: 270px;
  height: 60px;
  background:rgba(189,34,40,1);
  border-radius:6px;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  cursor: pointer;
  margin: 20px auto 0;
}
/*什么是易小店*/
.what_is{
  /*padding: 130px 0;*/
  height: 500px;
  color: #FFF;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: url("../img/index_bg2.png");
  background-size: 100% 100%;
  position: relative;
}
.what_is .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.what_title{
  text-align: center;
  font-size: 34px;
  color: #FFF;
}
.what_title .what_txt{
  border-bottom: 4px solid #FFF;
  padding-bottom: 4px;
}
.what_is .what_content{
  font-size: 16px;
  line-height: 30px;
  margin-top: 90px;
}


/*易小店智能名片*/
.intelligence_card{
  background-color: #333948;
  padding: 80px 0;
}
.card_introduce{
  text-align: center;
  color:#FFFFFF;
  font-size: 24px;
  margin-top: 50px;
}
.card_introduce .ft_color{
  color: #BD2228;
}
.block_flex{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
  -webkit-justify-content: center;
}
.card_block{
  width: 245px;
  height: 261px;
  background-color: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
.card_block:hover{
  background-color: #BD2228;
  color: #FFF;
}
.block_active{
  background-color: #BD2228;
  color: #FFF;
}
.card_block .diamond{
  width: 113px;
  margin:20px auto;
}
.card_block .diamond > img{
  width: 100%;
}
.card_block .img1{
  display: block;
}
.card_block .img2{
  display: none;
}
.card_block:hover .img1{
  display: none;
}
.card_block:hover .img2{
  display: block;
}
.card_block .block_txt{
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .intelligence_card{
    padding: 20px 0;
  }
  .card_introduce{
    font-size: 12px;
    margin-top: 20px;
  }
  .block_flex{
    margin-top: 10px;
    justify-content: space-between;
    padding: 0 10px;
  }
  .card_block{
    width: 150px;
    height: 160px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .card_block .diamond{
    width: 60px;
    margin:10px auto;
  }
  .card_block .block_txt{
    font-size: 14px;
  }
}

/*打通线上线下场景*/
.online_offline{
  padding: 70px 0;
  background-color: #000620;
  color: #FFFFFF;
}
.online_offline_flex{
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 90px;
}
.online_offline_flex .on_off_box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.on_off_box:nth-of-type(1),.on_off_box:nth-last-of-type(2){
  margin-bottom: 90px;
}
.on_off_box img{
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 15px;
}
.on_off_box .box_txt1{
  font-size: 30px;
  font-weight: bold;
}
.on_off_box .box_txt2{
  font-size: 24px;
  margin-top: 10px;
}
.on_off_center{
  width: 312px;
}
.on_off_center:hover{
  box-shadow: 0 0 30px #FFF;
  border-radius: 20px;
  background-color: #FFF;
  cursor: pointer;
}
.on_off_center img{
  width: 100%;
  display: block;
  border-radius: 20px;
}

/*易小店*/
.probootstrap-flex{
  margin-top: 180px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pro-flex-item{
  width:230px;
  height:60px;
  border-radius:30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  cursor: pointer;
}
.pro-flex-item.bg-color1{
  background-color: #196FCF;
  margin-left: 115px;
  margin-bottom: 200px;
}
.pro-flex-item.bg-color1:hover{
  box-shadow: 0 0 20px #196FCF !important;
}
.pro-flex-item.bg-color2:hover{
  box-shadow: 0 0 20px #22D0A2 !important;
}
.pro-flex-item.bg-color3:hover{
  box-shadow: 0 0 20px #DD902B !important;
}
.pro-flex-item.bg-color4:hover{
  box-shadow: 0 0 20px #1BA5E4 !important;
}
.pro-flex-item.bg-color5:hover{
  box-shadow: 0 0 20px #5EB926 !important;
}
.pro-flex-item.bg-color6:hover{
  box-shadow: 0 0 20px #DC4C2A !important;
}
.pro-flex-item.bg-color2{
  background-color: #22D0A2;
  margin-bottom: 200px;
}
.pro-flex-item.bg-color3{
  background-color: #DD902B;
  margin-left: 115px;
}
.pro-flex-item.bg-color4{
  background-color: #1BA5E4;
  margin-right: 115px;
  margin-bottom: 200px;
}
.pro-flex-item.bg-color5{
  background-color: #5EB926;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: 0;
}
.pro-flex-item.bg-color6{
  background-color: #DC4C2A;
  margin-right: 115px;
}
.pro-flex-item img{
  width: 34px;
  height: 34px;
}
.probootstrap-flexn2{
  width: 400px;
  position: relative;
  height: 350px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.probootstrap-flexn2 img{
  display: block;
}
.probootstrap-flexn2 .bgimg1{
  width: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 1;
}
.probootstrap-flexn2 .bgimg2{
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}
.probootstrap-flexn2 .bgimg3{
  width: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}
.probootstrap-flexn2 .bgimg4{
  position: absolute;
  z-index: 3;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/*一站式名片小程序*/
.one-stop{
  padding: 80px 0;
  background-color: #333948;
}
.one-stop-content{
  margin-top: 70px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.one-stop-content img{
  width: 260px;
  height: 148px;
  display: block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
/*传统VS智能*/
.animate_trvsin-bgimg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 50%;
  margin-left: -180px;
  animation: trvsin_animates 1s linear;
  -webkit-animation: trvsin_animates 1s linear;
  -moz-animation: trvsin_animates 1s linear;
  z-index: 2;
  display: none;
}
@keyframes trvsin_animates {
  0%{
    top: -300px;
  }
  100%{
    top: 50%;
  }
}
@-webkit-keyframes trvsin_animates {
  0%{
    top: -300px;
  }
  100%{
    top: 50%;
  }
}
@-moz-keyframes trvsin_animates {
  0%{
    top: -300px;
  }
  100%{
    top: 50%;
  }
}
.tradition-vs-intelligence{
  padding: 100px 0;
  background-color: #000620;
  color: #FFF;
}
.trvsin-flex{
  margin-top: 90px;
  position: relative;
}
.trvsin-flex .tradition{
  width: 400px;
  flex-shrink: 0;
}
.trvsin-flex .trvsin-flex-title{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.tradition-vs-intelligence-wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.trvsin-flex-box{
  width: 200px;
}
.tradition .trvsin-flex-box:nth-of-type(1),.tradition .trvsin-flex-box:nth-last-of-type(2){
  margin-bottom: 40px;
}
.trvsin-flex-n1{
  font-size: 18px;
}
.trvsin-flex-box-img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.trvsin-flex-msg{
  width: 140px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 32px;
}
.trvsin-bgimg{
  width: 230px;
}
.trvsin-bgimg img{
  width: 100%;
  display: block;
}
.intelligence{
  width: 460px;
  margin-left: auto;
  margin-right: 0;
}
.intelligence .trvsin-flex-box{
  width: 220px;
}
.intelligence .trvsin-flex-box:nth-of-type(1),.intelligence .trvsin-flex-box:nth-last-of-type(2){
  margin-bottom: 20px;
}

/*痛点*/
.pain_spot{
  padding: 40px 0;
  background-color: #333948;
}
.pain_spot_branch{
  width: 900px;
  position: relative;
  height: 498px;
  margin:40px auto 0;
}
.pain_spot_branch .pain_spot_bgimg{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pain_spot_label{
  position: absolute;
  width: 100px;
  text-align: center;
  z-index: 2;
  color: #BD2228;
  font-size: 18px;
  font-weight: bold;
}
.pain_spot_label.label_n1{
  top: 35px;
  left: 50%;
  margin-left: -60px;
}
.pain_spot_label.label_n2{
  top: 102px;
  left: 210px;
}
.pain_spot_label.label_n3{
  top: 250px;
  left: 120px;
}
.pain_spot_label.label_n4{
  bottom: 76px;
  left: 48px;
}
.pain_spot_label.label_n5{
  top: 102px;
  right: 230px;
}
.pain_spot_label.label_n6{
  top: 250px;
  right: 140px;
}
.pain_spot_label.label_n7{
  bottom: 76px;
  right: 48px;
}

/*我们的优势*/
.advantage{
  padding: 90px 0;
  background-color: #000620;
}
.advantage_wrap{
  margin-top: 70px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.advantage_item{
  width: 540px;
  height: 170px;
  background-color: #FFF;
  border-radius: 6px;
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 28px;
}
.advantage_item .advantage_box_bgimg{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-left: 46px;
  margin-right: 20px;
}
.advantage_item .bg_img1{
  display: block;
}
.advantage_item .bg_img2{
  display: none;
}
.advantage_item:hover .bg_img1{
  display: none;
}
.advantage_item:hover .bg_img2{
  display: block;
}
.advantage_item .advantage_item_sort{
  width: 36px;
  height: 60px;
  position: absolute;
  top: -6px;
  left: 15px;
  color: #FFF;
  font-size: 18px;
}
.advantage_item_sort img{
  width: 100%;
  height: 100%;
}
.advantage_item_sort>span{
  position: absolute;
  width: 36px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  left: 0;
  top: 0;
}
.advantage_item .advantage_content{
  font-size: 16px;
  margin-right: 30px;
  margin-top: -10px;
  line-height: 35px;
}

/*核心场景*/
.core_scenario{
    height: 595px;
    position: relative;
}
.core_scenario_bgimg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}
.core_scenario .container{
    padding-top: 80px;
}
.core_scenario .scenario_wrap{
    text-align: center;
    margin-top: 60px;
    color: #FFF;
}
.core_scenario .scenario_content{
    margin-top: 50px;
}
.core_scenario .scenario_content .scenario_title{
    font-size: 24px;
    font-weight: bold;
}
.core_scenario .scenario_content .scenario_msg{
    font-size: 14px;
    margin-top: 15px;
}

/*这些行业都在使用*/
.use_industry{
    padding: 60px 0;
    background-color: #333948;
    margin-top: -2px;
}
.industry-lists{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 70px;
}
.industry-lists .industry-lists-box{
    width: 270px;
    height: 270px;
    position: relative;
    margin-bottom: 15px;
}
.industry-lists-box .industry-lists-img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}
.industry-lists-box .industry-lists-name{
    width: 130px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    border: 1px dashed #FFF;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/*合作伙伴*/
.cooperative-partner{
    padding: 60px 0;
    background-color: #000620;
    position: relative;
}
.cooperative-lists{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* justify-content: space-between;
    -webkit-justify-content: space-between; */
    margin-top: 70px;
}
.cooperative-lists-box{
    width: calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    height: 115px;
    margin-bottom: 15px;
    margin-right: 30px;
    cursor: pointer;
}
.cooperative-lists-box .cooperative-lists-img{
    width: 100%;
    height: 100%;
    display: block;
}

/*合作伙伴移入显示*/
.cooperative_wrap{
  width: 390px;
  box-shadow:-3px 3px 17px 4px rgba(189,34,40,0.56);
  border-radius:4px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
  padding: 20px;
  text-align: center;
}
.cooperative_wrap .cooperative_cover{
  width: 110px;
}
.cooperative_wrap .cooperative_intro{
  font-size: 16px;
  line-height:30px;
  margin-top: 20px;
  text-align: left;
    margin-bottom: 20px;
}
.cooperative_wrap .cooperative_qrcode{
  width: 160px;
  height: 160px;
}
.cooperative_wrap .cooperative_qrtxt{
  font-size:14px;
  margin-top: 10px;
}

/*立即咨询体验易小店AI名片*/
.consultation{
    height: 160px;
    background-color: #BD2228;
}
.consultation-flex{
    justify-content: center;
    -webkit-justify-content: center;
    height: 160px;
}
.consultation-flex .consultation-txt{
    color: #FFF;
    font-size: 24px;
}
.consultation-flex .consultation-btn{
  width: 180px;
  height: 60px;
  border:2px solid rgba(255,255,255,1);
  border-radius:6px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #FFF;
  margin-left: 40px;
    margin-right: 160px;
}
.consultation-flex .consultation-qr{
  width: 140px;
  height: 140px;
  position: absolute;
  right:20%;
  top:0;
  /*margin-left: 20px;*/
}
.consultation-flex .consultation-qr .consultation-qr-icons{
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #FFF;
  position: absolute;
  left: -40px;
  top: 60px;
}
.consultation-flex .consultation-qr img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}