.welfare-top{
    display: block;
    width: 100%;
}
.welfare-top img{
    width: 100%;
}
.welfare-title{
    width: 100%;
    font-size: 0.36rem;
    color: #323232;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0.24rem 0.32rem;
}
.welfare-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.32rem 0.91rem 0.32rem;
    width: 100%;
    overflow: hidden;
}
.welfare-item {
    /* margin-right: 0.24rem; */
    float: left;
    display: block;
    margin-bottom: .32rem;
    width: 47%;
    overflow: hidden;  
    background: #FFF;
    border-radius: 0.08rem;
}
.welfare-item:nth-child(2n){
    margin-right: 0;
}
.welfare-item img {
    width: 100%;
}
.welfare-item1 {
    display: block;
    position: relative;
    margin-bottom: .32rem;
    width: 100%;
    height:1.8rem;
}
.welfare-item1 img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}
.welfare-name{
    box-sizing: border-box;
    padding: 0.16rem 0.24rem 0 0.24rem;
    width: 100%;
    font-size: 0.32rem;
    font-weight: 600;
    color: #000000;
}
.welfare-text {
    box-sizing: border-box;
    padding: 0.08rem 0.24rem 0.24rem 0.24rem;
    width: 100%;
    font-size: .24rem;
    color: #909090;
}
.welfare-app{
    padding-bottom: 0.96rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.welfare-app a{
    float: left;
    color: #0089FF;
}
.welfare-app span{
    float: left;
}