body {
    margin: 0;
}

#img_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
}

.store_img {
    width: 100%;
    height: auto;
}

#footer {
    background-color: rgb(1, 2, 3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
}

#footer div {
    padding: 0px 10px;
}

.side-contact {
    width: 118px;
    height: auto;
    position: fixed;
    right: 1%;
    top: 40%;
    cursor: pointer;
}

.side-contact-wechat {
    width: 118px;
    height: 42px;
    background-image: url(../images/wechat.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 20px;
}

.side-contact-tel {
    width: 118px;
    height: 42px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-box {
    width: 240px;
    height: 280px;
    z-index: 2;
    position: fixed;
    top: 40%;
    left: calc((100% - 240px)/2);
    background-color: #fff;
}

.shop-name {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 30px 30px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-tip {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.shop-wechat-code {
    width: 154px;
    height: 154px;
    display: block;
    margin: 10px auto 25px;
}

.shop-exit {
    position: absolute;
    background: url(../images/exit.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    right: -37px;
    cursor: pointer;
    top: 0px;
}