html {
    background-color: #252525;
}

.shop {
    width: 1200px;
    text-align: center;
    font-size: 0px;
    margin: 0 auto;
    margin-top: 70px;
}

.shop ul li {
    position: relative;
    display: inline-block;
    width: 540px;
    margin-bottom: 60px;
    overflow: hidden;
    cursor: pointer;
}

.shop ul li:nth-child(2n) {
    margin-left: 120px;
}

.shop ul li img {
    width: 100%;
    height: 315px;
}

#shop_text {
    position: absolute;
    bottom: 0px;
    background-color: #00000088;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: left;
}

#shop_text p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}

#shop_text p:nth-child(2),
#shop_text p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
}