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: 34vw;
  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: 30px;
  height: 45px;
}
.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: 15px;
  height: 15px;
  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: 350px;
  height: 120px;
  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: 30px;
  font-weight: bold;
  font-family:MicrosoftYaHei-Bold;
}
.scan_code_ai .scan_code_aitxt2{
  color: #09487C;
  font-size: 22px;
  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:3px;
  font-size:15px;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  margin:15px auto 0;
}

.scan_code_flex .consultation-qr{
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: -30px;
}

.scan_code_flex .consultation-qr .consultation-qr-icons{
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #FFF;
  position: absolute;
  left: -20px;
  top: 40px;
}
.scan_code_flex .consultation-qr img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
/*扫一扫弹窗*/
.sweepcode_layer{
  width: 450px;
  padding: 20px 0;
  background-color: #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}
.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: 150px;
  height: 150px;
  margin-left: 30px;
}
.sweepcode_layer_btn{
  width: 200px;
  height: 50px;
  background:rgba(189,34,40,1);
  border-radius:6px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  cursor: pointer;
  margin: 20px auto 0;
}

/*什么是易小店*/
.what_is{
  height: 340px;
  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_title{
  text-align: center;
  font-size: 26px;
  color: #FFF;
}
.what_title .what_txt{
  border-bottom: 4px solid #FFF;
  padding-bottom: 4px;
}
.what_is .what_content{
  font-size: 16px;
  line-height: 24px;
  margin-top: 60px;
}

/*易小店智能名片*/
.intelligence_card{
  background-color: #333948;
  padding: 50px 0;
}
.card_introduce{
  text-align: center;
  color:#FFFFFF;
  font-size: 16px;
  margin-top: 40px;
}
.card_introduce .ft_color{
  color: #BD2228;
}
.block_flex{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
  -webkit-justify-content: center;
}
.card_block{
  width: 170px;
  height: 180px;
  background-color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}
.card_block:hover{
  background-color: #BD2228;
  color: #FFF;
}
.block_active{
  background-color: #BD2228;
  color: #FFF;
}
.card_block .diamond{
  width: 76px;
  margin:12px 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: 14px;
  margin-top: 6px;
}

/*打通线上线下场景*/
.online_offline{
  padding: 40px 0;
  background-color: #000620;
  color: #FFFFFF;
}
.online_offline_flex{
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 60px;
}
.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: 60px;
}
.on_off_box img{
  display: block;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-right: 10px;
}
.on_off_box .box_txt1{
  font-size: 20px;
  font-weight: bold;
}
.on_off_box .box_txt2{
  font-size: 16px;
  margin-top: 10px;
}
.on_off_center{
  width: 200px;
}
.on_off_center:hover{
  box-shadow: 0 0 20px #FFF;
  border-radius: 20px;
  background-color: #FFF;
  cursor: pointer;
}
.on_off_center img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

/*易小店*/
.probootstrap-flex{
  margin-top: 120px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.pro-flex-item{
  width:160px;
  height:42px;
  border-radius:30px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  cursor: pointer;
}
.pro-flex-item.bg-color1:hover{
  box-shadow: 0 0 15px #196FCF !important;
}
.pro-flex-item.bg-color2:hover{
  box-shadow: 0 0 15px #22D0A2 !important;
}
.pro-flex-item.bg-color3:hover{
  box-shadow: 0 0 15px #DD902B !important;
}
.pro-flex-item.bg-color4:hover{
  box-shadow: 0 0 15px #1BA5E4 !important;
}
.pro-flex-item.bg-color5:hover{
  box-shadow: 0 0 15px #5EB926 !important;
}
.pro-flex-item.bg-color6:hover{
  box-shadow: 0 0 15px #DC4C2A !important;
}
.pro-flex-item.bg-color1{
  background-color: #196FCF;
  margin-left: 80px;
  margin-bottom: 140px;
}
.pro-flex-item.bg-color2{
  background-color: #22D0A2;
  margin-bottom: 140px;
}
.pro-flex-item.bg-color3{
  background-color: #DD902B;
  margin-left: 80px;
}
.pro-flex-item.bg-color4{
  background-color: #1BA5E4;
  margin-right: 80px;
  margin-bottom: 140px;
}
.pro-flex-item.bg-color5{
  background-color: #5EB926;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: 0;
}
.pro-flex-item.bg-color6{
  background-color: #DC4C2A;
  margin-right: 80px;
}
.pro-flex-item img{
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 6px;
}
.probootstrap-flexn2{
  width: 240px;
  position: relative;
  height: 210px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.probootstrap-flexn2 img{
  display: block;
}
.probootstrap-flexn2 .bgimg1{
  width: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 1;
}
.probootstrap-flexn2 .bgimg2{
  width: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}
.probootstrap-flexn2 .bgimg3{
  width: 190px;
  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: 160px;
  height: 160px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/*一站式名片小程序*/
.one-stop{
  padding: 50px 0;
  background-color: #333948;
}
.one-stop-content{
  margin-top: 50px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.one-stop-content img{
  width: 165px;
  height: 94px;
  display: block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-right: 15px;
}
.one-stop-content img:last-child{
  margin-right: 0;
}
/*传统VS智能*/
.tradition-vs-intelligence{
  padding: 80px 0;
  background-color: #000620;
  color: #FFF;
}
.trvsin-flex{
  margin-top: 60px;
  justify-content: center;
  -webkit-justify-content: center;
}
.trvsin-flex .tradition{
  width: 280px;
  flex-shrink: 0;
}
.trvsin-flex .trvsin-flex-title{
  text-align: center;
  font-size: 22px;
  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: 140px;
}
.tradition .trvsin-flex-box:nth-of-type(1),.tradition .trvsin-flex-box:nth-last-of-type(2){
  margin-bottom: 30px;
}
.trvsin-flex-n1{
  font-size: 16px;
}
.trvsin-flex-box-img{
  width: 18px;
  height: 20px;
  margin-right: 6px;
}
.trvsin-flex-msg{
  width: 110px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
.trvsin-bgimg{
  width: 120px;
}
.trvsin-bgimg img{
  width: 100%;
  display: block;
}
.intelligence{
  width: 320px;
}
.intelligence .trvsin-flex-box{
  width: 160px;
}
.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: 700px;
  position: relative;
  height: 388px;
  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: 14px;
  font-weight: bold;
}
.pain_spot_label.label_n1{
  top: 25px;
  left: 50%;
  margin-left: -56px;
}
.pain_spot_label.label_n2{
  top: 76px;
  left: 150px;
}
.pain_spot_label.label_n3{
  top: 190px;
  left: 80px;
}
.pain_spot_label.label_n4{
  bottom: 56px;
  left: 26px;
}
.pain_spot_label.label_n5{
  top: 76px;
  right: 166px;
}
.pain_spot_label.label_n6{
  top: 190px;
  right: 96px;
}
.pain_spot_label.label_n7{
  bottom: 56px;
  right: 26px;
}

/*我们的优势*/
.advantage{
  padding: 50px 0;
  background-color: #000620;
}
.advantage_wrap{
  width: 730px;
  margin:50px auto 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.advantage_item{
  width: 350px;
  height: 110px;
  background-color: #FFF;
  border-radius: 6px;
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.advantage_item .advantage_box_bgimg{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-left: 30px;
  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: 20px;
  height: 33px;
  position: absolute;
  top: -4px;
  left: 10px;
  color: #FFF;
  font-size: 14px;
}
.advantage_item_sort img{
  width: 100%;
  height: 100%;
}
.advantage_item_sort>span{
  position: absolute;
  width: 20px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  left: 0;
  top: 0;
}
.advantage_item .advantage_content{
  font-size: 14px;
  margin-right: 30px;
  line-height: 24px;
}

/*核心场景*/
.core_scenario{
    height: 400px;
    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: 40px;
}
.core_scenario .scenario_wrap{
    text-align: center;
    margin-top: 50px;
    color: #FFF;
}
.core_scenario .scenario_content{
    margin-top: 20px;
}
.core_scenario .scenario_content .scenario_title{
    font-size: 18px;
    font-weight: bold;
}
.core_scenario .scenario_content .scenario_msg{
    font-size: 12px;
    margin-top: 8px;
    line-height: 22px;
}

/*这些行业都在使用*/
.use_industry{
    padding: 40px 0 0;
    background-color: #333948;
    margin-top: -2px;
}
.industry-lists{
    width: 720px;
    margin: 40px auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.industry-lists .industry-lists-box{
    width: 170px;
    height: 170px;
    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;
}
.industry-lists-box .industry-lists-name{
    width: 90px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    border: 1px dashed #FFF;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/*合作伙伴*/
.cooperative-partner{
    padding: 40px 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: 50px auto 0;
    width: 730px;
}
.cooperative-lists-box{
    width: calc(20% - 8px);
    width: -webkit-calc(20% - 8px);
    height: 94px;
    margin-bottom: 15px;
    margin-right: 8px
}
.cooperative-lists-box .cooperative-lists-img{
    width: 100%;
    height: 100%;
    display: block;
}

/*合作伙伴移入显示*/
.cooperative_wrap{
  width: 280px;
  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: 10px;
  text-align: center;
}
.cooperative_wrap .cooperative_cover{
  width: 80px;
}
.cooperative_wrap .cooperative_intro{
  font-size: 14px;
  line-height:22px;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.cooperative_wrap .cooperative_qrcode{
  width: 120px;
  height: 120px;
}
.cooperative_wrap .cooperative_qrtxt{
  font-size:14px;
  margin-top: 10px;
}

/*立即咨询体验易小店AI名片*/
.consultation{
    height: 100px;
    background-color: #BD2228;
}
.consultation-flex{
    justify-content: center;
    -webkit-justify-content: center;
  height: 100px;
}
.consultation-flex .consultation-txt{
    color: #FFF;
  font-size: 18px;
}
.consultation-flex .consultation-btn{
  width: 120px;
  height: 40px;
  border:2px solid rgba(255,255,255,1);
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 100px;
}
.consultation-flex .consultation-qr{
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  right: 18%;
}
.consultation-flex .consultation-qr .consultation-qr-icons{
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #FFF;
  position: absolute;
  left: -20px;
  top: 40px;
}
.consultation-flex .consultation-qr img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}