
.showroom_title{
    width: calc(129px + 40rem);
    margin: auto;
    margin-top: calc(3px + 2rem);
}

.showroom_title p{
font-family: OPPOSans-M;
font-weight: normal;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(2px + 1.5rem);
}

.showroom_box{
    width: 100%;
    padding: calc(25px + 5rem) 0;
    background: #F7F7F7;
    margin-top: calc(13px + 4rem);
}

.showroom{
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(17px + 2rem);
}

.showroom_card{
    width: 48.5714%;
}

.showroom_pic{
    width: 100%;
    height: calc(50px + 20rem);
    overflow: hidden;
}

.showroom_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.showroom_card:hover .showroom_pic img{
    transform: scale(1.1);
}

.showroom_card p{
font-family: OPPOSans-M;
font-weight: normal;
font-size: calc(10px + 0.5rem);
color: #333333;
line-height: 1;
text-align: center;
margin-top: calc(7px + 1.5rem);
}