/* 行业痛点 */
#product .pain .painList{
    display: flex;
    justify-content: space-around;
    padding: 50px 100px;
}
#product .pain .painli{
    width: 400px;
}
#product .pain .painImg{
    width: 93px;
    height: 93px;
    margin: 30px auto;
    background-color: rgba(52, 112, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 93px;
}
#product .pain .painImg:hover{
    cursor: pointer;
    background-color: rgb(52, 112, 255);
}
#product .pain .painImg>img{
    width: 65px;
}
#product .pain .paintext{
    width: 71%;
    margin: 20px auto;
    text-align: center;
}
#product .pain .painTitle{
    font-size: 20px;
    font-weight: 700;
    color: black;
}
#product .pain .painSpan{
    font-size: 16px;
    font-weight: 400;
    color: rgb(81, 81, 81);
    line-height: 26px;
}
/* 智慧物流 */
#product .wisdom{
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: space-around;
    background-color: rgba(217, 224, 236, 0.2);
}
#product .wisdomLi{
    width: 490px;
    height: 320px;
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.5s;
}
#product .wisdomLi:hover{
    transform: scale(1.1);
    background-color: rgb(52, 112, 255);
    color: #fff !important;
}
#product .wisdomLi:hover .wisdomTitle{
    color: #fff !important;
}
#product .wisdomLi:hover .wisdomSpan{
    color: #fff !important;
}
#product .wisdomLi .wisdomTitle{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 46px;
}
#product .wisdomLi .wisdomSpan{
    width: 428px;
    margin: 41px auto 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgb(128, 128, 128);
    line-height: 26px;
}
#product .advantage .advantageBody{
    height: 575px;
    width: 100%;
    background: url('../images/product/advantage.png') no-repeat;
    background-size: cover;
    position: relative;
}
#product .advantage .advantageText{
    position: absolute;
    width: 1689px;
    height: 459px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 0.2px rgb(128, 128, 128);
    border-radius: 20px;
    display: flex;
}
#product .advantage .advantageText>div{
    width: 50%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
#product .advantage .advanSpan1{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
#product .advantage .advanSpan2{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(2, 2, 2, 0.4);
}
#product .case .caseBody{
    width: 100%;

}
#product .case .casetop{
    height: 857px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#product .case .casetop>video{
    height: 751px;
}
#product .case .introduce{
    width: 584px;
    height: 857px;
    background-color: rgb(52, 112, 255);
}
#product .case .introduceh1{
    font-size: 48px;
    font-weight: 700;
    margin:  110px 0 0 70px;
    color: #fff;
    position: relative;
}
#product .case .introduceh1::after{
    content: '';
    width: 441px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#product .case .introduceh2{
    font-size: 24px;
    font-weight: 700;
    margin:  100px 0 0 70px;
    color: #fff;
}
#product .case .introduceh3{
    width: 395px;
    font-size: 20px;
    font-weight: 400;
    margin:  50px 0 0 70px;
    color: #fff;
    line-height: 2;
}
#product .case .caseImg{
    display: block;
    width: 60%;
    margin: 60px auto 110px;
}


