body::before{
    clear: both;
    content: "";
    width: 100%;
    height: 70px;
    background: #F7FBFE;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.main{
    border-bottom: 1px solid #E2E7EA;
}
.main>div{
    margin-bottom: 80px;
}
.main>div:first-child{
    margin-top: 30px;
}
.main>div:last-child{
    margin-bottom: 50px;
}
.main>div .title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.main>div table{
    width: 100%;
}
.main>div table td{
    padding: 0px;
    text-align: center;
    width: 33%;
}
.main>div table tr:nth-child(1) td{
    font-size: 18px;
    color: #333333;
    height: auto;
}
.main>div table tr:nth-child(1) td i{
    width: 22px;
    height: 22px;
    background: url(/images/sales/icon.svg);
    vertical-align: -5px;
    margin-right: 6px;
}
.main>div table tr:nth-child(1) td:nth-child(2) i{
    background-position-y: -22px;
}
.main>div table tr:nth-child(1) td:nth-child(3) i{
    background-position-y: -44px;
}
.main>div table tr{
    position: relative;
}
.main>div table tr td{
    line-height: 60px;
    padding-bottom: 16px;
}
.main>div table tr:nth-child(2)::after,
.main>div table tr:nth-child(3)::after,
.main>div table tr:nth-child(4)::after{
    clear: both;
    content: "";
    width: 1200px;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
    z-index: -1;
    background: linear-gradient( 273deg, #FAEEFF 0%, rgba(250,238,255,0.3) 100%);
}
.main>div table tr:nth-child(3)::after{
    width: 1106px;
    background: linear-gradient( 270deg, #F2F2FF 0%, rgba(242,242,255,0.3) 100%);
}
.main>div table tr:nth-child(4)::after{
    width: 998px;
    background: linear-gradient( 270deg, #E9F8FF 0%, rgba(233,248,255,0.3) 100%);
}
.main>div table tr td:nth-child(1){
    font-size: 24px;
    color: #8B92AD;
    line-height: 28px;
}
.main>div table tr:nth-child(2) td:nth-child(1),
.main>div table tr:nth-child(3) td:nth-child(1),
.main>div table tr:nth-child(4) td:nth-child(1){
    font-size: 0px;
    position: relative;
}
.main>div table tr:nth-child(2) td:nth-child(1)::before,
.main>div table tr:nth-child(3) td:nth-child(1)::before,
.main>div table tr:nth-child(4) td:nth-child(1)::before{
    clear: both;
    content: "";
    width: 44px;
    height: 44px;
    background: url(/images//sales/icon1.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -8px;
}
.main>div table tr:nth-child(3) td:nth-child(1)::before{
    background-position-y: -44px;
}
.main>div table tr:nth-child(4) td:nth-child(1)::before{
    background-position-y: -88px;
}