p{
    margin-bottom: 0;
}
button{
    border: 0;
    background: none;
}
.customer_case{

}
.customer_case .banner{
    background: url("/static/pc/image/customer/详情banner.png") no-repeat;
    background-size: cover;
    height: 256px;
    /*padding-bottom: 30px;*/
    border-top: 1px solid transparent;
    background-position: center 0;
}
.customer_case .banner .header{
    padding: 0 50px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.customer_case .banner .header h1{
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 56px;
}
.customer_case .banner .header p{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-top: 14px;
}
.customer_case .banner .header .button{
    margin-top: 18px;
}
.customer_case .banner .header .button a{
    display: inline-block;
    width: 120px;
    height: 36px;
    text-decoration: none;
    background: #FF4F00;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_case .nav-box{
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    padding: 0 10px;
}
.customer_case .nav-box .nav{
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    background: #FFFFFF;
}
.customer_case .summarize{
    width: 1200px;
    /*height: 200px;*/
    /*background: skyblue;*/
    padding: 0 10px;
    margin: 0 auto;
    border-top: 1px solid transparent;
    padding-bottom: 60px;
}
.customer_case .summarize h1{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 60px;
}
.customer_case .summarize .summarize_content1{
    display: flex;
    justify-content: space-between;
    /*background: #0dcaf0;*/
    margin-top: 40px;
}
.customer_case .summarize .summarize_content1 .sum_cont1-img{
    width: 300px;
    height: 220px;
    background: #F7F8FA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer_case .summarize .summarize_content1 .sum_cont1-img img{
    width: 100%;
    height: 120px;
}
.customer_case .summarize .summarize_content1 .sum_right-cont{
    width: 860px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.customer_case .summarize .summarize_content1 .sum_right-cont dd{
    font-size: 16px;
    line-height: 28px;
}
.customer_case .summarize .summarize_content1 .sum_right-cont dt{
    font-size: 16px;
    line-height: 28px;
}
.customer_case .summarize .summarize_content1 .sum_right-cont p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}
.customer_case .summarize .summarize_content1 .sum_right-cont p:last-child{
    margin-bottom: 0;
}
.customer_case .summarize .summarize_content2{
    /*height: 200px;*/
    display: flex;
    justify-content: space-between;
    background: #F7F8FA;
    /*background: #0dcaf0;*/
    margin-top: 40px;
    padding: 20px 64px 20px 30px;
    position: relative;
    border-radius: 6px;
}
.customer_case .summarize .summarize_content2 .sum_cont2-img{
    width: 120px;
    height: 120px;
    /*background: red;*/
    border-radius: 50%;
    overflow: hidden;
}
.customer_case .summarize .summarize_content2 .sum_cont2-img img{
    width: 120px;
    height: 120px;
}
.customer_case .summarize .summarize_content2  .sum_right-cont2{
    width: 902px;
}
.customer_case .summarize .summarize_content2  .sum_right-cont2 p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-bottom: 40px;
}
.customer_case .summarize .summarize_content2 .sum_message{
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.customer_case .summarize .summarize_content2 .sum_message h4{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}
.customer_case .summarize .summarize_content2 .sum_message p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 15px;
}
.customer_case .summarize .summarize_content2 .up-comma{
    position: absolute;
    top: 20px;
    left: 170px;
}
.customer_case .summarize .summarize_content2 .below-comma{
    position: absolute;
    bottom: 61px;
    right: 20px;
}
.customer_case .summarize .summarize_content3{
    width: 1180px;
    /*height: 162px;*/
    background: #F7F8FA;
    border-radius: 6px;
    margin-top: 20px;
    border-top: 1px solid transparent;
    padding-bottom: 20px;
}
.customer_case .summarize .summarize_content3 h1{
    font-size: 20px;
    font-family: Helvetica;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.customer_case .summarize .summarize_content3 .cont3-content{
    padding: 0 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 16px;
}
.customer_case .summarize .summarize_content3 .cont3-content p{
    margin-top: 10px;
    margin-bottom: 0;
}
.customer_case .summarize .summarize_content3 .cont3-content p a{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4F00;
    line-height: 20px;
    text-decoration: none;
}
.customer_case .performance{
    /*height: 460px;*/
    background: #F7F8FA;
    border-top: 1px solid transparent;
    padding-bottom: 60px;
}
.customer_case .performance h1{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    margin-top: 60px;
    text-align: center;
}
.customer_case .performance-box{
    width: 1200px;
    /*height: 300px;*/
    /*background: skyblue;*/
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.customer_case .performance-box .box_left{
    /*width: 570px;*/
    width: 100%;
    margin-right: 15px;
    font-size: 16px;
    line-height: 28px;
}
.customer_case .performance-box .box_left p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}
.customer_case .performance-box .box_left p:last-child{
    margin-bottom: 0;
}
.customer_case .performance-box .box_left div{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 30px;
}
.customer_case .performance-box .box_right{
    width: 590px;
    margin-left: 15px;
}
.customer_case .performance-box .box_right img{
    width: 590px;
    height: 250px;
}
/*解决方案*/
.customer_case .scheme{
    border-top: 1px solid transparent;
    padding-bottom: 60px;
}
.customer_case .scheme h1{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 60px;
}
.customer_case .scheme .scheme-box{
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 60px;
}
.customer_case .scheme .scheme-box .box-img{

}
.customer_case .scheme .scheme-box .box-img img{
    width: 1180px;
    height: 190px;
}

.customer_case .scheme .scheme-box .box-flow{
    width: 1180px;
    margin-top: 60px;
    padding-top: 15px;
    overflow: hidden;
    position: relative;
}
.customer_case .scheme .scheme-box .box-flow .xian{
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0.2) 0%, #EBEBEB 50%, rgba(216, 216, 216, 0.2) 100%);
}
.customer_case .scheme .scheme-box .box-flow .flow-cont_box{
    width: 1180px;
    display: flex;
    justify-content: space-around;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont_box2{
    width: 1180px;
    display: flex;
    justify-content: space-around;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont_box::-webkit-scrollbar { width:5px; height: 0px}
.customer_case .scheme .scheme-box .box-flow .flow-cont_box::-webkit-scrollbar-track { background:#f2f2f2; }
.customer_case .scheme .scheme-box .box-flow .flow-cont_box::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }
.customer_case .scheme .scheme-box .box-flow .flow-cont_box::-webkit-scrollbar-thumb:active { background:rgba(0,0,0,0.2); }
.customer_case .scheme .scheme-box .box-flow .flow-cont_box .flow-cont{
    width: 200px;
    margin-left: 30px;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont_box .flow-cont:last-child{
    margin-right: 30px;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content{
    width: 200px;
    height: 114px;
    background: #F7F8FA;
    padding: 20px 16px 0 16px;
    position: relative;
    margin-top: 30px;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content div{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content .scroll{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 10px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 10px;
}
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content .scroll::-webkit-scrollbar { width:0px;}
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content .scroll::-webkit-scrollbar-track { background:#f2f2f2; }
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content .scroll::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content .scroll::-webkit-scrollbar-thumb:active { background:rgba(0,0,0,0.2); }
.customer_case .scheme .scheme-box .box-flow .flow-cont .cont-content img{
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%,0);
}
.customer_case .scheme .scheme-box .box-flow .img img{
    display: none;
    cursor: pointer;
}
/*左右箭头定位样式*/
#left{
    position: absolute;
    top: 50%;
    left: 0px;
}
#right{
    position: absolute;
    top: 50%;
    right: 0px;
}
/*圆形图片定位样式*/
#yuan1{
    width: 16px;
    height: 16px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
}