
/* 主要内容 */
.main{
    background-color: #F2F5FA;
}
.customsContent{
    padding: 98px 0;
    display: flex;
    flex-direction: column;
    gap: 76px;
}
.customsContent li{
    width: 100%;
    /* height: 398px; */
    background-color: #fff;
    border-radius: 10px;
    padding: 28px 40px 32px 40px;
   display: flex;
   justify-content: space-between;
   gap: 20px;

}
.customsContent li img{
    filter:drop-shadow(0 0 10px rgba(0,0,0,0.2))
}
.descriptionWord{
    width: 725px;
}
.descriptionWord h3{
    font-size: 36px;
    line-height: 42px;
}
.descriptionWord p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 20px 0 14px 0;
}
.descriptionWord .knowBtn{
    width: 120px;
    height: 44px;
    background-color: #1664FF;
    color: #fff;
    border-radius: 5px;
    
    cursor: pointer;
}
/* .imgs01{
    position: absolute;
    right: 0;
    top: 0;
}
.imgs02{
    position: absolute;
    left: 0;
    top: 0;
} */