.store_detail .section1 .store {
    position: relative;
}
.store_detail .section1 .store .box {
    width: 430px;
    height: 265px;
}
.store_detail .section1 .store .box a.detail {
    color: #666;
}
@media screen and (max-width: 1024px) {
    .store_detail .section1 .store .pic img {
        height: 400px;
        object-fit: cover;
    }
    .store_detail .section1 .store .text {
        width: 80%;
    }
    .store_detail .section1 .store .box {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
}