.store-list-page .main-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 76px;
    text-align: center;
}
.store-list-page .section1 {
    border-top: 1px solid #D6D9D9;
    margin-bottom: 90px;
}
.store-list-page .section1 .title {
    margin-top: 24px;
    margin-bottom: 39px;
}
.store-list-page .section1 .con {
    display: flex;
    align-items: center;
    background: #F4F5F7;
}
.store-list-page .section1 .left img {
    max-width: 611px;
}
.store-list-page .section1 .right {
    padding: 86px 80px 60px 86px;
}
.store-list-page .section1 .right .title {
    font-size: 16px;
    margin: 0;
}
.store-list-page .section1 .right .title span {
    display: block;
    margin-bottom: 10px;
}
.store-list-page .section1 .right .sub-title {
    margin-top: 21px;
    font-size: 14px;
    margin-bottom: 0;
    height: 142px;
    line-height: 24px;
}
.store-list-page .section1 .right .qr-code {
    width: 163px;
    margin-top: 50px;
}
.store-list-page .section1 .right .qr-code span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.store-list-page .section1 .right .qr-code span + span {
    margin-bottom: 0;
}
.store-list-page .section1 .right .qr-code .content {
    width: 163px;
    border: 1px solid #D8D8D8;
    padding: 7px;
    margin-bottom: 20px;
}
.store-list-page .section1 .right .qr-code .content img {
    width: 149px;
}
.store-list-page .section2 {
    padding-bottom: 110px;
    margin-bottom: 0;
}
.store-list-page .section2 .right,
.store-list-page .section3 .right {
    padding-top: 118px;
}
.store-list-page .section2 .right .title,
.store-list-page .section3 .right .title {
    /*height: 49px;*/
    font-size: 24px;
}
.store-list-page .section2 .right .sub-title,
.store-list-page .section3 .right .sub-title {
    font-size: 24px;
    margin-top: 29px;
    height: auto;
}
.store-list-page .section2 .right ul.address,
.store-list-page .section3 .right ul.address {
    margin-top: 5px;
    padding: 0;
    margin-bottom: 68px;
}
.store-list-page .section2 .right ul.address li,
.store-list-page .section3 .right ul.address li {
    line-height: 25px;
    font-size: 16px;
}
.store-list-page .section2 .right .map,
.store-list-page .section3 .right .map {
    width: 140px;
    height: 30px;
    border: 1px solid #8C9292;
    display: block;
    text-align: center;
    line-height: 28px;
}
.store-list-page .section3 {
    border: 0;
    margin-bottom: 205px;
}
@media screen and (max-width: 767px) {
    .store-list-page .main-title {
        margin-top: 1.5px;
        font-size: 17px;
        margin-bottom: 40.5px;
    }
    .store-list-page .section1 {
        margin-bottom: 31px;
    }
    .store-list-page .section1 .title {
        margin: 15px 0;
    }
    .store-list-page .section1 .con {
        display: block;
    }
    .store-list-page .section1 .left img {
        max-width: 100%;
    }
    .store-list-page .section1 .right {
       padding: 25px 15px 38px;
    }
    .store-list-page .section1 .right .sub-title {
        height: auto;
        margin-bottom: 43px;
    }
    .store-list-page .section1 .right .qr-code {
        width: 100%;
        margin-top: 43px;
    }
    .store-list-page .section1 .right .qr-code .content {
        margin: 0 auto;
        margin-bottom: 9px;
    }

    .store-list-page .section2 .right .title, 
    .store-list-page .section3 .right .title {
        height: auto;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .store-list-page .section2 .right ul.address li, 
    .store-list-page .section3 .right ul.address li {
        font-size: 14px;
    }

    .store-list-page .section2 .right .sub-title,
    .store-list-page .section3 .right .sub-title {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .store-list-page .section2 .right ul.address, 
    .store-list-page .section3 .right ul.address {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .store-list-page .section2 .right,
    .store-list-page .section3 .right {
       padding: 25px 15px 62px;
    }
    .store-list-page .section2 {
        padding-bottom: 29px;
    }
    .store-list-page .section3 {
        margin-bottom: 53.5px;
    }
}