/* 客户案例 */
.section-header h3{ font-size: 24px; font-weight: bold; color: #1c1d1f; }
.section-header p{ font-size: 14px; color: #626266; }
.tab-menu{ z-index: 1; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 40px; border-bottom: 1px solid rgba(207, 212, 232, .4); }
.tab-menu .active::after { height: 4px; bottom: -1px; }
.tab-menu { text-align: center; line-height: 60px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap;justify-content: center; }
.tab-menu .tab-menu-item { display: inline-block; cursor: pointer; width: 100%; text-align: center; font-size: 16px; position: relative;    max-width: 80px;margin: 0 50px; }
.tab-menu .tab-menu-item::after {position: absolute;bottom: 0;left: 0;content: '';width: 0;height: 3px;background-color: #2981ff;-webkit-transition: all .3s;transition: all .3s;}
.tab-menu .active::after { content: ''; display: block; width: 100%; height: 3px; background-color: #2981ff; }
.tab-content .active { display: block; }
.tab-content>div { display: none; }
.user-list{ display: flex; flex-flow: row wrap; box-sizing: border-box; margin: -20px -10px; }
.user-set{ height: auto; padding: 20px 10px; display: block; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.33333%; -webkit-box-flex: 0; box-sizing: border-box; }
.user-item-box{ height: 100%; background-color: #fff; position: relative; border: 4px solid #fff; box-sizing: border-box; min-height: 255px; padding: 7px 25px;transition: all .3s ease-in-out; }
.user-item-box::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/customers/hover_bg.png) no-repeat; background-position: top right; background-size: auto; opacity: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
/* 样式修改 */
.user-item-box::before{background-size: cover;}

.user-set:hover .user-item-box::before{opacity: 1;}
.user-set:hover .user-item-box{box-shadow: 0px 10px 27px 0px rgba(210, 211, 215, 0.26);}

.user-item{ position: relative; z-index: 1; }
.user-item-name{ display: flex; align-items: flex-end; position: relative; top: -20px; }
.user-item-name img{ margin-right: 14px; position: relative; top: -10px; transition: all .3s; height: 74px;width: 74px;}
.user-set:hover .user-item-name img{ top: 0; }
.user-item-name h3{ font-size: 18px; color: #1c1d1f; }
.user-item-data{ padding: 0px 13px 0 18px; line-height: 25px; color: #626266; }
.user-item-data p{
    overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space: normal;
}
.user-item .see-more{
        padding: 0px 18px;
        font-size: 14px;
        color: #2670e8;
        display: flex;
        align-items: center;
        margin-top: 14px;
}
.user-item .see-more i{ font-size: 10px;position: relative;left: 0;opacity: 0;transition: all .3s;}
.section-a1 li:hover .user-item .see-more i{opacity: 1;left: 6px;}

/* 用户推荐视频 */
.section-a2{padding-bottom: 115px;}
.user-box{ overflow: hidden; }
.swiper-user-icon{position: relative;margin-bottom: 15px;}
.swiper-user-icon img{ position: relative; z-index: 1;width: 100px; }
.swiper-user-icon::before{ content: url(/images/new_kkidc/customers/user_bg.png); position: absolute; left: 0; bottom: 1px; transition: all .3s; }
.swiper-user-icon::after{ content: url(/images/new_kkidc/customers/icon_play.png); position: absolute; left: 35px; bottom: 40px; z-index: 2; opacity: 0; transition: all .3s; }
.user-box{ background: url(/images/new_kkidc/customers/custom_bg.png) no-repeat; background-position: bottom right; padding-bottom: 80px; }
.user-box .swiper-center{ display: flex; flex-direction: column; justify-content: center; align-items: center; }
.user-box h3{ font-size: 18px; color: #181818; margin-bottom: 10px; }
.user-box p{ font-size: 14px; color: #626266; }
.swiper-slide:hover .swiper-user-icon::before{ content: url(/images/new_kkidc/customers/user_hover_bg.png); }
.swiper-slide:hover .swiper-user-icon::after{ opacity: 1; }
.swiper-slide.playVideo{ overflow: hidden; }


/* .user-box .swiper-slide{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start;width: auto !important; }
.swiper-wrapper{
    transition-timing-function:linear !important;
-webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.user-box .swiper-center{text-align: center;line-height: 1;} */

/* 用户案例详情 */
.detail-box{ padding: 25px 0 80px; }
.item-detail{ padding: 40px; display: flex; margin-bottom: 20px; background: url(/images/new_kkidc/customers/details_bg.png) no-repeat; background-position: bottom right; background-color: #fff; }
.item-detail .item-icon{ min-width: 277px; height: 168px; border: 1px solid #edeef2; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column;position: relative; }
.item-icon.playVideo::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    opacity: 0;
}
.item-icon.playVideo::after{
    content: url(/images/play_icon.png);
    position: absolute;
    border: none;
    left: 50%;
    top: 50%;
        -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}
.item-icon.playVideo:hover::before,.item-icon.playVideo:hover::after{
    opacity: 1;
}
.item-detail .item-icon p{ font-weight: bold; font-size: 18px; color: #1c1d1f; margin-top: 20px;text-align: center; }
.item-introduce{ margin-left: 40px; }
.item-introduce p{ margin: 15px 0 22px; line-height: 26px; font-size: 14px; color: #626266; }
.item-plan{ padding: 40px 40px 53px;}
.item-plan-list:not(:last-child){margin-bottom: 50px;}
.item-plan-list h3{ position: relative; font-size: 18px; color: #1c1d1f; padding-left: 16px; margin-bottom: 15px; }
.item-plan-list h3::before{ content: ""; position: absolute; width: 4px; height: 16px; left: 0; top: 5px; background-color: #2981ff; }
.item-plan-list p{ line-height: 26px; color: #626266; }
.tag-top{ line-height: 50px; }
.tag-top span{ font-size: 14px; color: #93939a; transition: all .3s;}
.tag-top a:hover span{color: #2981ff;}
.tag-top .tag-title{ color: #323235; }
.user-p{ position: relative; line-height: 40px; padding: 0 40px; }
.user-p-data{position: relative;z-index: 1;color: #fff;display: flex;font-weight: bold;}
.user-p-data .user-p-tip{min-width: 70px;}
.user-p-data ul{display: flex;flex-flow: row wrap;}
.user-p-data ul li{margin-right: 20px;justify-content: center;
    display: flex;
    align-items: center;}
.user-p::before{ content: ""; position: absolute; width: 100%; height: 100%; left: 9px; top: 0; clip-path: polygon(15px 0%, 100% 0, 100% 100%, 0% 100%); background-image: linear-gradient(90deg, rgba(41, 129, 255, 1), rgba(41, 129, 255, 0)); }
.user-p::after{ content: ""; position: absolute; width: 7px; height: 100%; left: 3px; top: 0; transform: skewX(-20deg); background-color: #2981ff; /* clip-path: polygon(0px 0px, 8px 65px, 192px 65px, 184px 0px); */ }
.swiper-slide-m-li{display: none;}


/* 补充样式 */
.banner-info h2{
  font-size: 28px;
}
.customer-banner .banner-info>p{
  margin: 13px 0 0;
}
.user-p-data .list-paddingleft-2 p{
  color: #fff;
}


@media screen and (min-width: 1024px) {
.user-p-data ul p{
    margin: 0 5px 0 0;
    line-height: 1;
}
.user-p-data ul p a{
    font-size: 14px;
    color: #fff;
}
}
@media screen and (max-width: 1023px) {
    .item-icon.playVideo::after,.item-icon.playVideo::before{
        opacity: 1;
    }
  .user-p-data .user-p-tip{
    margin-top: auto;
    margin-bottom: auto;
  }
  .item-introduce p{
    margin-top: auto;
    margin-bottom: auto;
    /* color: #FFFFFF; */
  }
  .item-introduce .user-p-data p{
    color: #FFFFFF;
  }
  .item-introduce .user-p-data a{
    color: #FFFFFF;
  }
  .item-introduce .user-p-data span{
    color: #FFFFFF;
  }
  .item-plan-list h3::before{
    height: 41px;
    top: 12px;
  }
  .swiper-slide-li {
    display: none;
  }
  /* 客户案例 */
  .swiper-slide-m-li{
    display: block;
    background: url(/images/new_kkidc/customers/m-customer-banner.png)
  }
  .tab-menu .tab-menu-item{
    flex:none;
  }
  .tab-menu::-webkit-scrollbar {
    display: none; /*隐藏滚动条*/
  }
  .user-item-box{
    background: url(/images/new_kkidc/customers/m-hover_bg.png);
    background-size: 100% 100%;
  }
  .user-item-box::before{
    background-size: 0;
  }
  .section-a2{
    background-color: #f5f7fa;
    padding-bottom: 0;
  }
  .tag-top span{
    font-size: 14px;
    line-height: 23px;
  }
  .item-introduce{
    margin-left: 0;
  }
  .user-p-data .user-p-tip{
    padding: 0 10px;
  }
  .user-p-data{
    height: 35px;
    min-width: 75px;
  }
  .item-introduce p{
    font-size: 16px;
    line-height: 26px;
  }
  .item-introduce{
    line-height: 27px;
  }
  .item-plan-list h3{
    font-size: 18px;
    line-height: 26px;
  }
  .item-plan-list h3::before{
    height: 17px;
    top: 4px;
  }
  /* 案例首页 */
  .banner.h200{
    height: 170px;
  }
  .banner .swiper-slide{
    background-size: 100% 100%;
  }
  .tab-content{
    padding: 23px 17px;
  }
  .user-item-name h3{
    font-size: 18px;
    padding-bottom: 5px;
  }
  .user-item-data{
    font-size: 14px;
    line-height: 23px;
  }
  .section-body span{
    font-size: 14px;
    line-height: 23px;
  }
  .user-item .user-item-name{
    top: -14px;
  }
  .item-detail .item-icon{
    width: 277px;
    height: 168px;
  }
  .item-introduce .text-only{
    font-size: 14px;
    line-height: 23px;
    color: #626266;
  }
  .item-plan-list h3{
    font-size: 16px;
    line-height: 23px;
  }
  .item-plan-list h3::before{
    height: 15px;
    top: 4px;
  }
  .item-plan-list p{
    font-size: 14px;
    line-height: 23px;
    letter-spacing:1px;
    text-align: justify;
  }
  .item-detail .item-icon p{
    font-size: 18px;
  }
  /* 案例首页 */
  .banner.h200{
    height: 150px;
  }
  .banner .swiper-slide{
    background-size: cover;
  }
  .section-header h3{
    font-size: 18px;
  }
  .section-header p{
    font-size: 13px;
    text-align: center;
    padding: 6px 0 12px;
    letter-spacing: -0.3px;
    color: #323235;
    white-space: nowrap;
  }
  .tab-menu{
    justify-content: flex-start;
    overflow-x: scroll;
    margin-bottom: 27px;
  }
  .tab-content{
    padding: 23px 11px;
  }
  .section-a1 li img{
    top: -7px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .user-item-name h3{
    font-size: 16px;
    padding-bottom: 5px;
  }
  .user-item-data{
    font-size: 12px;
    line-height: 20px;
  }
  .section-body span{
    font-size: 12px;
    line-height: 20px;
  }
  .user-item .user-item-name{
    top: -5px;
  }
  .user-set:hover .user-item-name img{
    top: -10px;
  }
  .tag-top span{
    font-size: 12px;
    line-height: 20px;
  }
  .item-detail .item-icon{
    width: 100%;
    height: 146px;
  }
  .item-introduce{
    font-size: 14px;
    line-height: 23px;
    margin-left: 0;
  }
  .user-p-data .user-p-tip {
    font-size: 14px;
    line-height: 23px;
    min-width: 75px;
  }
  .item-introduce p{
    font-size: 14px;
    line-height: 23px;
    padding: 7px 0;
  }
  .item-introduce .user-p-data p{

    padding: 5px 0;
  }
  .user-p{
    line-height: 33px;
    padding: 0px 33px;
    margin-top: 4px;
  }
  .user-p::after{
    left: 7px;
  }
  .user-p::before{
    left: 13px;
    clip-path: polygon(13px 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .detail-box {
    padding: 0;
    width: 100%;
  }
  .item-plan{
    padding: 15px 15px 35px 15px;
  }
  .tag-top{
    padding: 0 15px;
    line-height: 46px;
    background: #FFF;
  }
  .item-detail{
    padding: 0 15px 38px;
    display: block;
    margin-bottom: 11px;
    background: #fff;
  }
  .tag-top .tag-title{
    color: #323235;
  }
  .section {
    padding: 38px 0 40px;
  }
  .banner-info>h2 {
    font-size: 21px;
  }
  .banner-info{
    margin-left: -4px;
  }
  .user-set{
    padding: 0;
  }
  .user-item-data{
    padding: 0;
  }
  .user-item-box{
    min-height: auto;
    text-align: justify;
    padding: 0 9px 12px 11px;
    border: 5px solid #fff;
  }
  .section-body li:not(:last-child){
    margin-bottom: 25px;
  }
  .item-plan-list:not(:last-child){
    margin-bottom: 20px;
  }
  .item-plan-list h3{
    margin-bottom: 11px;
  }
  .tab-menu .m-tab-first{
    margin: 0 19px 0 15px;
    font-weight: 500;
  }
  .section-body span{
    font-size: 12px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    white-space: normal
  }
  .user-item-data p{
    font-size: 12px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    white-space: normal;
    line-height: 20px;
  }

    .user-item .see-more{ padding: 0; font-size: 12px; color: #2670e8; display: flex; align-items: center; margin-top: 13px; }
    .user-item .see-more i{ font-size: 10px;position: relative;left: 0;opacity: 0;transition: all .3s;}
.section-a1 li:hover .user-item .see-more i{opacity: 1;left: 6px;}
  .tab-menu{
    margin-left: -14px;
    width: 110%;
  }
  .tab-menu .active{
    font-weight: bold;
  }
  .tab-menu .tab-menu-item{
    padding-bottom: 13px;
    max-width: 62px;
    width: 62px;
    font-size: 15px !important;
    margin: 0 22px 0 15px;
  }
  .tab-menu .tab-menu-item:not(:last-child){
    margin: 0 15px;
  }

  .section-a2 .user-box{
    background: rgba(0, 0, 0, 0);
    padding-bottom: 30px;
  }
  .section-a2 .user-box p{
    font-size: 12px;
    color: #626266;
    font-weight: normal;
    text-align: center;
  }
  .swiper-slide.playVideo {
    width: 120px !important;
    margin-right: 2px !important;
}
  .swiper-user-icon::before{
    content: url(/images/new_kkidc/customers/m-user_bg.png);
    left: 0px;
    bottom: -1px;
   }
   .swiper-user-icon img{
     height: 71px;
     width: auto;
   }
  .swiper-slide:hover .swiper-user-icon::before{
    content: '';
  }
  .user-box h3{
    font-size: 14px;
    margin-bottom:9px;
  }
  .user-box p {
    font-size: 12px;
  }
  .user-p-data ul{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .user-p-data ul li{
    flex: none;
  }
  .user-p-data ul::-webkit-scrollbar {
    display: none;
  }
  .banner-info > p{
    height: auto;
    margin-top: 10px;
    color: #626266;
  }
  .swiper-user-icon::after{
    left: 7px;
    bottom: 17px;
  }
  .tab-menu .tab-menu-item.active{
    color: #1C1D1F;
  }
  .section-a2 .w1400{
    width: 100%;
    background: url(/images/new_kkidc/customers/m-custom_bg.png) no-repeat;
    background-size: cover;
    background-color: #f5f7fa;
  }

}