.digital{padding: 4.1667vw 0 5.2083vw;}
.digital-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.digital-list .item{width: 35.6771vw;height: 12.5vw;background: #f7f7f7;border-radius: 0.5208vw;box-sizing: border-box;padding: 2.0833vw 2.0833vw 1.5625vw;display: flex;justify-content: space-between;margin-bottom: 1.5625vw;}
.digital-list .item .pic{width: 4.1667vw;margin-right: 1.5625vw;}
.digital-list .item .box{display: flex;justify-content: space-between;flex-direction: column; width: 25vw;}
.digital-list .item .title{color: var(--c8);font-weight: 700;line-height: 1;}
.digital-list .item .txt{line-height: 1.875;color: var(--c5);margin-top: 0.8333vw;}
.digital-list .action{display: flex;}
.digital-list .action a{color: var(--ch);margin-right: 1.0417vw;}
.digital-list .action a:hover{font-weight: 700;}
.digital-list .action .wechat{position: relative;}
.digital-list .action .erify{position: absolute;left: 50%;width: 6.25vw;transform: translateX(-50%);bottom: 1.5625vw;background: var(--cw);padding: 0.5208vw;box-shadow: 0px 8px 30px 0px rgba(0, 61, 150, 0.1);z-index: 10;display: none;}
.digital-list .action .erify img{display: block;width: 100%;}


/*移动端适配*/
@media screen and (max-width: 750px) {
    .digital{padding: 1.2rem 0;}
    .digital .pro-cate{margin-top: .5rem;}
    .digital-list .item{width: 100%;height: auto;border-radius: .1rem;padding: .4rem .3rem;margin-bottom: .5rem;display: block;}
    .digital-list .item .pic{width: 1.2rem;margin-right: 0;}
    .digital-list .item .box{display: block;width: 100%;padding-top: .3rem;}
    .digital-list .item .txt{margin-top: .2rem;}
    .digital-list .action{flex-wrap: wrap;margin-top: .5rem;}
    .digital-list .action a{margin-right: .3rem;}
    .digital-list .action a:last-child{margin-right: 0;}
}