.digital-top {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    background-image: url("/assets/home/images/app/digital_top.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.digital-mask{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
}
.digital-top-content{
    /*width: 583px;*/
}
.top-content-title{
    display: flex;
    align-items: center;
    font-size: 30px;
    height: 42px;
    color: #FFFFFF;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
}
.line-left,
.line-right
{
    position: absolute;
    width: 230px;
    border-bottom: 1px dashed #FFFFFF;
}
.line-left{
    left: 0;
}
.line-right{
    right: 0;
}
.main-title{
    color: #FBC000;
    height: 70px;
    font-size: 50px;
    line-height: 70px;
    margin: 12px 0;
}
.top-tips{
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin: 28px 0;
}
.top-button{
    width: 388px;
    height: 42px;
    background: #FBB700;
    border-radius: 31px;
    color: #212121;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    font-weight: 600;

}
.digital-middle-title{
    font-size: 40px;
    color: #1E1E1E;
    text-align: center;
    font-weight: 700;
    margin: 50px 0 40px 0;
    height: 56px;
    line-height: 56px;

}

.digital-middle-img{
    width: 1200px;
    height: 389px;
    background-image: url("/assets/home/images/app/digital_middle.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;

}
.digital-service-title{
    font-size: 40px;
    height: 56px;
    line-height: 56px;
    color: #1E1E1E;
    text-align: center;
    font-weight: 700;
    margin: 60px 0 40px 0;
}

.digital-service{
    width: 1200px;
    height: 290px;
    border: 1px solid #E6E6E6;
    margin: 0 auto;
}
.service-header{
    height: 70px;
    background: #F7F7F7;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: 26px;
    align-items: center;
    color: #1E1E1E;
}
.service-header div{
    width: 33.33%;
    text-align: center;
    position: relative;
}
.add{
    position: absolute;
    right: -10px;
}
.service-content{
    height: 220px;
    display: flex;
}
.service-content div{
    width: 33.33%;
    border-left: 1px solid #E6E6E6;
    padding: 25px 30px 0;
}
.service-content :first-child{
    border-left: none;
}
.content-title{
    color: #1E1E1E;
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
}
.content-row{
    font-size: 16px;
    text-align: left;
    margin-bottom: 4px;
}
.content-row img{
    width: 20px;
    height: 15px;
    margin-right: 6px;
}

