 .one {
    width: 100%;
    height: 200px;
    display: block;
}
.main .two[data-v-f91836e9] {
    padding-top: 22px;
    padding-bottom: 50px;
    background-color: #f6f8fc;
    min-height: calc(100vh - 266px);
}
.banxin1300 {

    margin: 0 auto;
}
.main .two .banxin1300 .list{
    display: grid;
    grid-template-columns: repeat(4,300px);
    justify-content: space-between;
    row-gap: 33px;
    grid-template-columns: auto auto auto;
}

.main .two .banxin1300 .list .item[data-v-f91836e9] {
    padding: 10px 30px 0;
    background-color: #fff;
    width: 300px;
    height: 300px;
    transition: all .3s ease-in-out;
}
.main .two .banxin1300 .list .item .logo[data-v-f91836e9] {
    width: 305px;
    height: 240px;
}
.main .two .banxin1300 .list .item .title[data-v-f91836e9] {
    text-align: center;
    font-size: 18px;
    color: #222;
    margin-bottom: 14px;
}
.main .two .banxin1300 .list .item .logo img[data-v-f91836e9] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}