.lbanner_text {
    display: none;
}

.down_main {
    justify-content: space-between;
    flex-wrap: wrap;
}

.down_div {
    width: calc((100% - 6px) / 2);
    margin-right: 6px;
    position: relative;
    margin-bottom: 10px;
}

.down_div .imgBox {
    padding-bottom: 52.6%;
}

.down_main .down_div:nth-child(2n) {
    margin-right: 0;
}

.look_a {
    width: 549px;
    height: 41px;
    background: #ffffff75;
    line-height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #470125;
    text-align: center;
    padding: 0 10px;
}

.down_a {
    width: 114px;
    height: 28px;
    border: 1px solid #FFFFFF;
    line-height: 27px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    padding: 0 20px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

@media only screen and (max-width: 950px) {
    .down_div{
        width: 100%;
        margin-right: 0;
    }
}