.address-section {
    position: relative;
    padding: 155px 0 13.75vw;
    background: #fff;
}

.address-section .bg-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(32.88%);
}

.address-section .bg-pic img {
    display: block;
    width: 100%;
}

.address-section .container {
    position: relative;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    z-index: 2;
}

.address-section-l {
    width: 33.72%;
}

.address-section-l img {
    display: block;
    width: 100%;
}

.address-section-r {
    flex: 1;
    margin-left: 50px;
}

.layout-section .title,
.address-section .title {
    /* font-family: SourceHanSansSC-Bold; */
    font-weight: bold;
    color: #D62598;
    line-height: 1;
    margin-bottom: .83em;
}
.address-section .title{
    text-align:center;
    margin-bottom: 0;
}
.address-section .en img{
    display:block;
    margin:0 auto;
    max-width:76%;
}
.address-section-r .address-text {
    line-height: 1.66;
}

.address-section-r .address-text .address-item:not(:last-child) {
    margin-bottom: .7em;
}

.layout-section {
    position: relative;
    padding: 139px 0 105px;
    background-color: RGBA(250, 250, 251, 1);
    overflow: hidden;
}

.layout-section .layout-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.layout-section .layout-left {
    width: 46.88%;
}

.layout-section .layout-left img {
    display: block;
    width: 100%;
}

.layout-section .layout-rigth {
    width: 48.11%;
}

.layout-section .layout-rigth .pic-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    width: 87.39%;
}
.layout-section .layout-rigth .pic-list1{
    margin: 20px 0 auto auto;
}
.layout-section .layout-rigth .english-title {
    margin-top: 28px;
    display: block;
    width: 87.39%;
}

.layout-section .layout-rigth .english-title img {
    display: block;
    /* margin: 0 0 0 auto; */
    max-width: 100%;
}

.layout-section .icon {
    position: absolute;
    width: 45.46%;
    right: 0;
    bottom: 0;
    transform: translate(50.17%, 5.43%);
    z-index: 1;
}

.layout-section .icon img {
    display: block;
    width: 100%;
}
.store-locator {
        width: 1600px;
        margin: 40px auto 0;
        max-width: 100%;
        }

        /* 全部加上父级做样式隔离 */
        .store-locator .tab-btn-group {
            display: flex;
            gap: 16px;
            justify-content: center;
            margin-bottom: 35px;
            flex-wrap: wrap;
        }
        .store-locator .tab-btn {
            padding: 0 24px;
            border: none;
            font-weight: 400;
font-size: 22px;
color: #2D2D2D;
            line-height:50px;
            cursor: pointer;
            background: #F5F5F5;
            letter-spacing:2px;
border-radius: 25px;
        }
        .store-locator .tab-btn.active {
            background: rgba(214, 37, 152, 1);
            color: #fff;
        }
        .store-locator .store-container {
            display: none;
        }
        .store-locator .store-container.active {
            display: block;
        }
        .store-locator .store-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 34px;
        }
        .store-locator .store-card {
            background: #fff;
            padding: 30px 28px;
            border-radius: 12px;
            box-shadow: 0 0 8px #f8e6f3;
            min-height: 160px;
        }
        .store-locator .store-name {
            position: relative;
            font-size: 24px;
            color: rgba(214, 37, 152, 1);
            line-height:30px;
            font-weight: bold;
            padding-bottom: 6px;
        }
.store-locator .store-name:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width: 24px;
height: 2px;
background: #D62598;
}
        .store-locator .store-address {
           font-weight: 400;
           font-size: 22px;
           color: #343434;
           line-height: 28px;
           margin-top:12px
        }
.store-locator .empty-wrap{
    text-align:center;
    padding-top: 90px;
}
.store-locator .empty-box{
    display:inline-block;
    position: relative;
}
.store-locator .empty-box .empty-border img{
    display:block;
    margin:0 auto;
    animation: breathe 2s infinite ease-in-out;
}
@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.store-locator .empty-box .empty-text{
    position:absolute;
    font-weight: 400;
font-size: 35px;
color: #D62598;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    min-width:100%;
    white-space:nowrap;
}
@media (max-width: 1800px) {
    .address-section-r .address-text .address-item {
        font-size: 26px;
    }
}

@media (max-width:1440px) {
    .address-section-r .address-text .address-item {
        font-size: 22px;
    }
}

@media (max-width:1199px) {
    .address-section-r {
        margin-left: 0;
    }

    .address-section-l {
        display: none;
    }

    .layout-section .icon {
        width: 30%;
    }

    .address-section,
    .layout-section {
        padding: 80px 0;
    }
    .store-locator .empty-wrap{
        padding-top:35px;
    }
}

@media (max-width:1024px) {
    .address-section .en img{
        width:400px;
    }
    .store-locator{
        margin-top:30px;
    }
    .store-locator .tab-btn{
        font-size:20px;
    }
    .store-locator .empty-wrap{
        padding-top:25px;
    }
    .store-locator .empty-box .empty-text{
        font-size:30px;
    }
    .store-locator .store-name{
        font-size:22px;
    }
    .store-locator .store-address,
    .address-section-r .address-text .address-item {
        font-size: 20px;
    }

    .address-section,
    .layout-section {
        padding: 70px 0;
    }

    .layout-section .layout-rigth .english-title {
        margin-top: 30px;
    }
    .store-locator .store-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width:768px) {
    .store-locator .empty-box .empty-text{
        font-size:24px;
    }
    .address-section .en img{
        width:341px;
    }
    .store-locator {
    margin: 20px auto 0;
  }
  .store-locator .store-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .store-locator .tab-btn {
    font-size: 18px;
    padding: 0 18px;
    line-height: 44px;
  }
  .store-locator .store-name {
    font-size: 20px;
  }
  .store-locator .store-address {
    font-size: 16px;
    line-height: 24px;
  }
  .store-locator .store-card {
    padding: 20px;
  }
  .store-locator .empty-wrap {
    padding-top: 20px;
  }
    .address-section-r .address-text .address-item:not(:last-child) {
        margin-bottom: .5em;
    }

    .address-section-r .address-text .address-item {
        font-size: 18px;
    }

    .address-section,
    .layout-section {
        padding: 60px 0;
    }

    .layout-section .layout-content {
        flex-direction: column;
    }

    .layout-section .layout-left {
        width: 100%;
    }

    .layout-section .layout-rigth {
        width: 100%;
        margin-top: 30px;
    }
    .store-locator .empty-box .empty-border img{
        width:150px;
    }
}

@media (max-width:500px) {
    .store-locator .empty-box .empty-border img{
        width:120px;
    }
    .store-locator .empty-box .empty-text{
        font-size:22px;
    }
    .store-locator .tab-btn-group{
        gap:10px;
        justify-content:center;
    }
    .store-locator .tab-btn{
        letter-spacing:0;
        line-height:40px;
        font-size:16px;
        padding: 0 15px;
    }
    .address-section .en img{
        width: 230px;
    }
    .store-locator .empty-wrap {
    padding-top: 0;
  }
    .layout-section .layout-rigth .pic-list {
        margin-top: 25px;
    }

    .address-section-r .address-text .address-item {
        font-size: 16px;
    }

    .address-section,
    .layout-section {
        padding: 50px 0;
    }
}
@media (max-width:400px) {
    .store-locator .tab-btn-group{
        gap:5px;
    }
    .store-locator .tab-btn{
        font-size:14px;
        line-height:34px;
    }
}