.share_banner{
    height: 360px;
    background-color: #3860f4;
    color: #ffffff;
}
.share_banner b{
    display: inline-block;
    font-size: 48px;
    padding-top: 100px;
}
.share_banner p{
    font-size: 24px;
    margin-top: 30px;
}
.share_banner p>span{
    font-size: 36px;
    color: #ffc045;
}
.share_banner img{
    position: absolute;
    right: 0;
    top: 30px;
}
.share_section1 li{
    float: left;
    position: relative;
    width: calc(33.33% - 24px);
    margin: -75px 36px 0 0;
    height: 150px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #eceff6;
    padding: 30px 0 0 106px;
}
.share_section1 li:last-child{
    margin-right: 0;
}
.share_section1 li img{
    position: absolute;
    left: 30px;
    top: 48px;
}
.share_section1 li b{
    font-size: 24px;
}
.share_section1 li p{
    margin: 20px 0;
}
.share_section1 li a{
    color: #3860f4;
}
.share_section2 li{
    position: relative;
    float: left;
    width: calc(33.33% - 24px);
    margin-right: 36px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #ebeffc 100%),
    linear-gradient(90deg,
            #5f87f8 0%,
            #3860f4 100%);
    background-blend-mode: normal,
    normal;
    box-shadow: 2px 4px 10px 0px
    #ebeffc;
    border-radius: 4px;
    overflow: hidden;
    padding: 50px 50px 100px 50px;
}
.share_section2 li:before{
    content: '';
    position: absolute;
    background: url("../img/step_ng.png");
    height: 172px;
    width: 462px;
    top: 0;
    left: 80px;
}
.share_section2 li:last-child{
    margin-right: 0;
}
.share_section2 li>img{
    margin-bottom: 80px;
}
.share_section2 li>.p1{
    font-size: 30px;
    font-weight: bold;
    color: #3860f4;
    margin-bottom: 60px;
}
.share_section2 li>.p1>span{
    font-size: 48px;
}
.share_section2 li>.p2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.share_section2 li>.p3{
    font-size: 18px;
}
.share_section3 li{
    position: relative;
    float: left;
    width: calc(33.33% - 24px);
    margin-right: 36px;
    height: 180px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #ebeffc 100%),
    linear-gradient(90deg,
            #5f87f8 0%,
            #3860f4 100%);
    background-blend-mode: normal,
    normal;
    box-shadow: 2px 4px 10px 0px
    #ebeffc;
    border-radius: 4px;
    padding: 40px 30px;
}
.share_section3 li:last-child{
    margin-right: 0;
}
.share_section3 li img{
    position: absolute;
    left: 34px;
    top: 27px;
}
.share_section3 li b{
    padding-left: 80px;
    font-size: 20px;
}
.share_section3 li p{
    margin-top: 36px;
    color: rgba(55, 69, 103, 0.8);
    line-height: 30px;
}
.share_section4 p{
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}