/* 区块1 */
.shop-section1-container{
    width: 100%;
    padding-top: 14.375rem;
    padding-bottom: 10rem;
}
.shop-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.shop-section1-container-left{
    flex: 1;
    padding-right: 21.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section1-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section1-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 100;
}
.shop-section1-contact-method-list{
    width: 100%;
    padding-top: 3.75rem;
}
.shop-section1-contact-method{
    width: 100%;
    padding: 1.875rem 0;
    border-bottom: #cbcbcb solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}
a.shop-section1-contact-method:hover{
    color: #fe791d;
}
.shop-section1-contact-method-title{
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 100;
}
.shop-section1-contact-method-value{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    padding-top: 0.625rem;
    color: #878787;
}
.shop-section1-container-right{
    width: 43rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section1-poster{
    width: 43rem;
    height: 46.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.875rem;
    overflow: hidden;
}
.shop-section1-poster-img{
    width: 43rem;
    height: 46.25rem;
    object-fit: cover;
}
/* 社交媒体 */
.shop-section1-social-media-container{
    padding-top: 8.75rem;
}
.shop-section1-social-media-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section1-social-media-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.shop-section1-social-media-list{
    width: 100%;
    padding-top: 3.125rem;
}
.shop-section1-social-media-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 24.0625rem);
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    margin-bottom: 1.125rem;
}
.shop-section1-social-media-group:last-of-type{
    margin-bottom: 0;
}
.shop-section1-social-media{
    width: calc(100% - 0.125rem - 3.125rem);
    height: calc(24.0625rem - 5rem);
    padding: 2.5rem 1.5625rem;
    border: #e7e7e7 solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
}
.shop-section1-social-media-qrcode{
    width: 11.875rem;
    height: 11.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.shop-section1-social-media-qrcode-img{
    width: 9.375rem;
    height: 9.375rem;
    object-fit: contain;
}
.shop-section1-social-media-title{
    width: 100%;
    text-align: center;
    padding-top: 0.625rem;
    font-size: 1rem;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #878787;
    line-height: 1.5;
}

/* 区块2 */
.shop-section2-container{
    width: 100%;
    padding: 7.5rem 0;
    background: #e1e2e2;
}
.shop-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.shop-section2-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.shop-section2-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.shop-section2-container-header-description{
    width: 100%;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 100;
}
.shop-section2-shop-list{
    width: 100%;
    padding-top: 5rem;
}
.shop-section2-shop-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 27.375rem);
    grid-column-gap: 0.5625rem;
    grid-row-gap: 0.5625rem;
    margin-bottom: 0.5625rem;
}
.shop-section2-shop-group:last-of-type{
    margin-bottom: 0;
}
.shop-section2-shop{
    width: calc(100% - 5.625rem);
    height: calc(27.375rem - 6.25rem);
    padding: 3.125rem 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0.625rem;
    overflow: hidden;
}
.shop-section2-shop-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-section2-shop-header-item{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
}
.shop-section2-shop-poster{
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 3.125rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.shop-section2-shop-poster-img{
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
}
.shop-section2-shop-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop-section2-shop-title{
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    font-weight: bold;
}
.shop-section2-shop-address{
    width: 100%;
    padding-top: 0.625rem;
    text-align: center;
    font-size: 1.125rem;
}