/* .beforeDate {
    text-align: center;
    margin: 30px 0;
} */
.mo{
    display: none;
}
.pc{
    display: block;
}
.mo{
    display: none;
}
.zhuanshuguanjiafuwu{
    display: flex;
}
img{
    max-width:fit-content;
    width: 100%;
}
.oncomming{
    text-align: center;
    margin: 30px auto;
}
.texthide{
    opacity: 0;
}
.textlink:hover{
    text-decoration: underline;
    color: #1428a0;
}
.shadow{   
    box-shadow: 2px 0 10px rgba(61, 73, 84, 0.2);
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
}
.broderRadius{
    border-radius: 20px;
}
.ss_samsung p{
    margin-bottom: 0;
}
h2,h3{
    font-family: samsung_sharp_sansbold !important;
    font-weight: bold;
}
.font-samsungBold{
    font-family: samsung_sharp_sansbold;
}
.font-samsung{
    font-family: samsung_sharp_sans_regularRg;
}
.font-samsungmed{
    font-family:samsung_sharp_sansmedium
}
.page-content{
    max-width: 1920px;
    margin: 0 auto;
    font-size: 18px;
}
.page-section{
    position: relative;
    width: 100%;
/*    max-width: 1440px;*/
    margin: 0 auto;
}
.page-wrapper{
    max-width: 1320px;
    margin: 0 auto;
}
.main-title{
    text-align: center;
    font-size: 45px;
    padding: 100px 0 60px 0;
    font-weight: bold;
}
.card-container{
    display: flex;    
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
}
.card-item{
    position: relative;
    align-self: center;    
}
.graybg{
    background-color: #f4f4f4;
}
.whitebg{
    background-color: #fff;
}
#page-kv.swiper-container{
    max-width:100%;
}


/**标题文字**/
h3.sub-title{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.hashline{
    position: relative;
    text-align: center;
}
.hashline span{
    position: relative;
    z-index: 6;
    background-color: #fff;
    padding: 0 10px;
}
.hashline:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
}



/**预约通道**/
.pre-book{
    padding-top: 80px;
    padding-bottom: 30px;
}
.pre-book .card-left{
    width: 280px;
}
.pre-book .card-right{
    width: 970px;
}
.pre-book .card-item{
    align-self:flex-start;
}
.pre-book .items-box{
    padding-top: 40px;
}
.pre-book .items-pic{
    text-align: center;
    background-color: #f4f4f4;
    border-radius:36px;
    max-width: 200px;
    margin: 0 auto;
    padding: 22px 0;
}

.pro-image{
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 20px;
}
.pro-title{
    font-size: 32px;
}
.pro-selector{
    margin-top: 40px;
}
.pro-selector ul{
    display: flex;
    gap: 60px;    
}
.pro-selector li{
    text-align: center;
}
.pro-selector li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.pro-selector li p{
    font-weight: bold;
    margin-top: 20px;    
}
.colors-silvery{
    background-color: #7f7f7e;
}
.colors-pink{
    background-color: #f0dbe1;
}
.colors-blue{
    background-color: #485167;
}
.colors-blue2{
    background-color: #bcd5ea;
}
.colors-yellow{
    background-color: #f8e59a;
}
.colors-green{
    background-color: #a5dfd3;
}
.colors-silvery2{
    background-color: #b3ab9e;
}
.colors-gray{
    background-color: #7f7f7e;
}
.colors-white{
    background-color: #c8caca;
}
.colors-silvery3{
    background-color: #bdc0bf;
}
.colors-green3{
    background-color: #6e6d63;
}
.colors-white2{
    background-color: #f0eae0;
}
.colors-white3{
    background-color: #f5f7f6;
}
.colors-silvery4{
    background-color: #75787b;
}


.top.shoplist{
    margin-top: 60px;
    padding-bottom: 40px;
}
.top.shoplist .page-wrapper{
    padding: 0;
    background-image: none;
}
.top.shoplist .card-container{
    gap:0;
}
.top.shoplist .card-item{
    align-self:flex-start;
}
.top.shoplist .card-item.w1{
    flex-basis: 280px;
    text-align: center;
}
.top.shoplist .card-item.w1 .items-box{
    width: 200px;
    margin: 0 auto;
}
.top.shoplist .card-item.w2{
    flex-basis: 970px;   
}
.top.shoplist .card-item.w2 .card-container{
     justify-content: center;
    gap:217px;
}
.top.shoplist .items-box{
    background-color: transparent !important;
}
.top.shoplist h3{
    position: relative;
    margin-bottom: 28px;;
}
.top.shoplist h3:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left:0;
    top:50%;
}
.top.shoplist h3 span{
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.products{
    background: url(../images/bg-shadow.png) repeat-x #fff;
}
.products .pro-text-wrapper{
    padding-top: 20px;
}
#product .card-container{
    padding-left: 40px;
    gap:75px;
    height: 445px;
}
#product .card-item{
    align-self: flex-start;
}
#product .card-item:first-child{
    width: 740px;
}
#product .card-item:last-child{
    width: 465px;
    height: 100%;
}
.pro-line{
    position: relative;
    border-top:dashed 1px #000;
    margin: 40px 0 30px 0;
}
.pro-line::before,.pro-line::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    top:-4px;
}
.pro-line::before{
    left:0;
}
.pro-line::after{
    right: 0;    
}
.pro-parameters{
    line-height: 1.8;
    font-size: 20px;
}
.pro-parameters,.pro-selector,.pro-title{
    padding-left: 25px;
}
.pro-price{
    font-size: 26px;
    position: absolute;
    left:845px;
    bottom: 18px;
}
.pro-price strong{
    font-size: 56px;
    line-height: 60px;
    vertical-align: -4px;
    font-family: samsung_sharp_sansbold;
}
.pro-price span{
    display: block;
    float:left;
    margin-right: 60px;
    margin-top: 20px;
}
.swiper-container{
    overflow: hidden;
}
.pro-tab{
    margin-bottom: 40px;    
}
.pro-tab ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;    
}
.pro-tab li{
    min-width: 200px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color:#7c7c7c;
    cursor: pointer;
}
.pro-tab li.active{
    position: relative;
    font-size: 24px;
    color:#000;
}
.pro-tab li.active:after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    left:0;
    bottom: -20px;
}

#pro-nav{    
    margin-bottom: 40px;    
}
#pro-nav .swiper-wrapper{
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
    justify-content: center;
    min-height: auto;
    padding-left: 20px;
}
#pro-nav .swiper-slide {
    width: auto;
    font-size: 17px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-family: samsung_sharp_sans_regularRg !important;
    margin-right: 70px;
}
#pro-nav .swiper-slide.swiper-slide-active{
    font-size:24px;
    color:#000;
    font-family: samsung_sharp_sansbold !important;
}
/* #pro-nav .swiper-slide:after{
    content: "";
    width: 80%;
    height: 4px;
    background-color: #000;
    position: absolute;
    left:10%;
    bottom: -20px;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition: transform .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .2s cubic-bezier(0.4,0,0.2,1);
    border-radius: 3px;
}
#pro-nav .swiper-slide.swiper-slide-active:after{
    transform: scaleX(1);
} */
#pro-nav .swiper-slide span{
    position: relative;
    display: inline-block;
}
#pro-nav .swiper-slide span:after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    left:0;
    bottom: -20px;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition: transform .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .2s cubic-bezier(0.4,0,0.2,1);
    border-radius: 3px;
}
#pro-nav .swiper-slide.swiper-slide-active span:after{
    transform: scaleX(1);
}
.interests{
    margin-top: 90px;
    padding-bottom: 60px;
}
.interests .page-wrapper{
    padding: 45px 40px;
}
p.interests-text{
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
    color:#fff;
    line-height: 1.4;
}
.interests .card-container{
    flex-wrap: wrap;
    gap: 40px;
}
.interests-box{
    flex-basis:  calc((100% - 40px) / 2);
}
.interests-others .main-title span{
    display: block;
    font-size: 30px;
}
.interests-others .card-container{
    flex-wrap: wrap;
    gap: 30px;
}
.tips{
    text-align: center;
    font-size: 12px;
}
.flow .page-wrapper{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
.shoplist{
    padding-bottom: 60px;
}
.shoplist .page-wrapper{
    padding: 30px 40px 20px 40px;
    background: url(../images/pc/shoplist-bg-pc.png) no-repeat #fff;
    background-position: 280px top;
    background-size: 25px;
}
.shoplist h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.shoplist .card-item{
    border-radius: 20px;
}
.shoplist .card-item.bg:after{
    content: "";
    position: absolute;
    top:0;
    right:-90px;
    background: url(../images/pc/shoplist-bg-pc.png) no-repeat;
    width: 50px;
    height: 100%;
}
.shoplist .items-box{
    text-align: center;
}
.shoplist .bg1{
    background-color: #f7f7f7;
}
.shoplist .bg2{
    background-color: #f5f7fe;
}
.shoplist .bg3{
    background-color: #f7f5f2;
}
.shoplist .bg4{
    background-color: #fef6f3;
}
.shoplist .bg5{
    background-color: #f6f0f5;
}
.shoplist a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color:#000;
    border-bottom: 1px solid #000;
    margin-top: 30px;
    font-weight: bold;
}
.shoplist a .swiper-button-next{
    color:#000;
    right:-10px;
}
.shoplist a .swiper-button-next:after{
    font-size: 12px;
}
.shoplist a{
    border-bottom: none;
    padding-right: 0;
}
.shoplist .card-item figure.shoplist-cta{
    width: 75px;
    margin: 15px auto 0 auto;
}
.storelist{
    background: url(../images/pc/storelistbg-pc.jpg) repeat-x #f5f7fe;
    padding: 120px 0 90px 0;
}
.storelist .card-container{
    justify-content: center;
    gap: 120px;
    margin-bottom: 45px;
}
.storelist .card-item h3{
    font-size: 40px;
    margin-bottom: 35px;
}
.storelist .card-item:last-child{
    width: 600px;
}
.storelist .card-item .txtlist{
    margin-left: 20px;
}
.storelist .card-item .txtlist li{
    list-style: disc;
    line-height: 30px;
}
.cta{
    margin-top: 30px;
}
.cta a{
    display: inline-block;
    position: relative;
    background-color: #000;
    color:#fff;
    width: 250px;
    height: 46px;
    line-height: 46px;
    border-radius: 24px;
    text-align: center;
    font-size: 15px;
}
.cta a:first-child{
    margin-right: 20px;
}
.cta a .swiper-button-next{
    color:#fff;
    right:25px;
    top:24px;
}
.cta a .swiper-button-next:after{
    font-size: 12px;
}
.storelist-box{
    padding:25px 40px 30px 50px;
}
.storelist-box h3{
    font-size: 24px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 45px;
    font-weight: bold;
}
.storelist-wrapper{
    overflow-y: auto;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
}
.storelist-wrapper dl{
    width: 49%;
    margin-bottom: 30px;
    color:#505050;
}
.storelist-wrapper dl:nth-last-of-type(-n+2){
    margin-bottom: 0;
}
.storelist-wrapper dl dt.n1{
    padding-left: 25px;
    background: url(/campaign/event/psg/common/images/adressiocn.png) no-repeat;
    background-size: 16px auto;
    background-position: 0 4px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
.storelist-wrapper dl dt:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.storelist-wrapper dl dd{
    font-size: 15px;
    line-height: 24px;
    padding-left:25px;
}
.storelist-wrapper dl dd span{
    font-size: 12px;
    color:#fff;
    padding:4px 10px;
}
.storelist-wrapper dl dd .aci{
    background-color: #000000;
}
.storelist-wrapper dl dd .ati{
    background-color: #515151;
}
.page-search{
    padding-top: 0;
}


/* 弹框 */
.popup{
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.popcon{    
    display: none;
    position: relative;
}
.erwma{
    display: none;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.erwma .ewmclose{   
    position: absolute;
    right: -40px;
    top: -40px;
}
.erwma .ewmclose img{
    max-width: 30px;
}
.storelist-search{
    padding-left: 20px;
    padding-right: 20px;
}
.search-list.city{
    width: 20%;
}
.search-list.region{
    width: 22%;
}
.search-list.proType{
    width: 25%;
}
.search-list.btn{
    width: 9%;
}
.shoplist.top .card-item .card-container{
    justify-content: center;
    gap:217px;
}
.storelist-list dl dd.aci-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.storelist-list dl dd.aci-list .aci{
    margin: 0 5px 5px 0;
    background-color: #484848;
    font-size: 9px;
    line-height: 1;
}
.products .page-wrapper{
    max-width: 1440px;
}
.interests{
    background: url("../images/pc/bg-interests.jpg") no-repeat;
    background-size: 100% 100%;
}
.interests-box{
    background: url("../images/pc/bg-interests.gif") no-repeat;
    background-size: 100% 100%;
    padding: 60px 48px;
    max-width:1300px;
    margin: 0 auto;
}
.shoplist h4{
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.shoplist a{
    display:table;
    padding: 10px 26px 11px 26px;
    margin: 0 auto;
}
.shoplist a span{
    background-color: transparent;
    color:#000;
    border: 0;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.shoplist a span .icon{
    width: 14px;
    height: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px){
    img{
        width: 100%;
    }
    .broderRadius{
        border-radius: 1.388888vw;
    }
    .page-content{
        font-size: 1.1111104vw;
    }
    .page-section{
        width: 100%;
    }
    .page-wrapper{
        max-width: 1320px;
        width: 94.666666%;
    }
    .main-title{
        font-size: 3.125vw;
        padding: 7vw 0 4.2vw 0;
    }
    .interests-box{
        padding: 4.2vw 3.4vw;
        max-width: 1320px;
        width: 94.666666%;
    }
    .card-container{
        padding: 0;
    }
    #product .card-container{
        padding-left: 2.777776vw;
        height: 30.902758vw;
        gap:unset;
    }
    .products .pro-text-wrapper{
        padding-top: 1.333333vw;
    }
    #product .card-item:first-child{
        width: 51.388856vw;
    }
    #product .card-item:last-child{
        width: 32.291646vw;
    }
    .pro-image{
        width:49.305524vw;
        padding: 1.388888vw;
    }
    .pro-line{
        margin:2.077776vw 0;
    }
    .pro-line::after{
        right: 5px;    
    }
    .pro-text-wrapper{
        width: 32.638868vw;
    }
    .pro-parameters {
        line-height: 2;
        font-size: 1.388888vw;
    }
    .pro-parameters,.pro-selector,.pro-title{
        padding-left: 1.73611vw;
    }
    .pro-price{
        font-size: 1.6666656vw;
        bottom: 1.041666vw;
        left: 1.73611vw;
    }
    .pro-price strong{
        font-size: 3.7499976vw;
        line-height: 4.166664vw;
    }
    .pro-title{
        font-size: 2.2222208vw;
    }
    .pro-selector{
        margin-top: 2.777776vw;
    }
    .pro-selector ul{
        gap: 4.166664vw;    
    }
    .pro-selector li span{
        width: 2.083332vw;
        height: 2.083332vw;
        border-radius: 1.1vw;
    }
    .pro-selector li p{
        margin-top: 1.388888vw;
    }
    .pro-tab{
        margin-bottom: 2.777776vw;    
    }
    .pro-tab ul{
        gap: 1.388888vw;
        padding-bottom: 1.388888vw;   
    }
    .pro-tab li{
        min-width: 13.88888vw;
        font-size: 1.2499992vw;
        line-height: 1.388888vw;
    }
    .pro-tab li.active{
        font-size: 1.6666656vw;
    }
    .pro-tab li.active:after{
        bottom: -1.388888vw;
    }
    #pro-nav{        
        margin-bottom: 2.777776vw;
        padding-bottom: 1.388888vw;
    }
    #pro-nav .swiper-wrapper{
        padding-left: 1.4vw;
        padding-bottom: 1.4vw;
    }
    #pro-nav .swiper-slide.swiper-slide-active{
        font-size: 1.5666656vw;
    }
    #pro-nav .swiper-slide{
        font-size: 1.2499992vw;
        line-height: 2.083332vw;
        height: 2.083332vw;
        margin-right: 3vw;
    }    
    #pro-nav .swiper-slide span:after{
        bottom: -1.4vw;
    }
    .interests{
        margin-top: 6.249996vw;
        padding-bottom: 4.166664vw;
    }
    .interests .page-wrapper{
        padding: 3.124998vw 2.777776vw;
    }
    p.interests-text{        
        margin-bottom: 2.777776vw;
        font-size: 1.25vw;
    }
    .interests .card-container{
        flex-wrap: wrap;
        gap: 2.777776vw;
    }
    .interests-box{
        flex-basis:  calc((100% - 2.777776vw) / 2);
    }
    .interests-others .main-title span{
        font-size: 2.083332vw;
    }
    .interests-others .card-container{
        gap: 2.083332vw;
    }
    .shoplist{
        padding-bottom: 6.249996vw;
    }
    .flow .page-wrapper{
        padding: 3.47222vw 3.124998vw;
    }
    .shoplist .page-wrapper{
        padding: 2.083332vw 2.777776vw 1.388888vw 2.777776vw;
        background-position: 19.744432vw top;
        background-size: 1.73611vw;
    }
    .shoplist h3 {
        font-size: 2.083332vw;
        margin-bottom: 1.388888vw;
    }
    .top.shoplist .card-item.w2 .card-container{
        gap:15.2vw;
    }
    .shoplist .card-item figure.shoplist-cta{
        width: 5.2083vw;
        margin: 1.04166vw auto 0 auto;
    }
    .shoplist .card-item figure{
        width: 13.88888vw;
        margin: 0 auto;
    }
    .shoplist .card-item.w2 figure{
        width: 18.2vw;
    }
    .shoplist .card-item figure.w4{
        width: 16.666656vw;
    }
    .shoplist .card-item figure.w5{
        width: 15.972212vw;
    }
    .shoplist .card-item figure.shoplist-cta{
        width: 5.20833vw;
    }
    .storelist{
        padding: 8.333328vw 0 6.249996vw 0;
    }
    .storelist .card-container {
        gap: 8.333328vw;
        margin-bottom: 3.124998vw;
    }
    .cta{
        margin-top: 2.083332vw;
    }
    .cta a {        
        width: 17.3611vw;
        height: 3.1944424vw;
        line-height: 3.1944424vw;
        border-radius: 2vw;
    }
    .cta a:first-child{
        margin-right: 1.388888vw;
    }
    .storelist-box h3 {
        font-size: 1.6666656vw;
        padding-bottom: 1.1111104vw;
        padding-left: 1.388888vw;
        margin-bottom: 3.1944424vw;
    }
    .top.shoplist{
        margin-top: 4.166664vw;
        padding-bottom: 2.777776vw;
    }
    .top.shoplist .card-item.w1{
        flex-basis: 19.444432vw;
    }
    .top.shoplist .card-item.w2{
        flex-basis: 67.361068vw;
    }    
    .top.shoplist h3 span{
        padding: 0 1.388888vw;
    }
    .top .tips{
        padding-top: 0;
    }
    .top.shoplist .card-item.w1 .items-box{
        width: 13.88888vw;
    }
    .top.shoplist .card-item.w2 .card-item:nth-child(1){
        margin-right: 3.7499976vw;
    }
    .top.shoplist .card-item.w2 .card-item:nth-child(2){
        margin-right: 2.3611096vw;
    }
    .top.shoplist .card-item.w2 .card-item:nth-child(3){
        margin-right: 2.583332vw;
    }
    .top.shoplist .card-item figure.w5{
        width: auto;
    }
    .search-list{
        font-size: 1.2vw;
    }
    .search-btn{
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .shoplist h4{
        margin-top: 1.75vw;
        font-size: 1.26vw;
    }
    .shoplist a{
        padding: 0.7vw 1.82vw 0.75vw 1.82vw;
    }
    .shoplist a span{       
        font-size: 1vw;
    }
    .shoplist a span .icon{
        width: 1vw;
        height: 1vw;
    }
    .pro-price{
        font-size: 1.8vw;
        left:59vw;
        bottom: 1.3vw;
    }
    .pro-price strong{
        font-size: 3.9vw;
        line-height:4.2vw;
    }
    .pro-price span{
        margin-right: 4.2vw;
        margin-top: 1.4vw;;
    }
}


@media only screen and (max-width: 767px){
    img{
        width: 100%;
    }
    .mo{
        display: block;
    }
    .pc{
        display: none;
    }
    .broderRadius{
        border-radius: 3.9999vw;
    }
    .page-section{
        width: 100%;
        font-size: 2.933326vw;
    }
    .page-wrapper{
        width: 100%;
        padding: 0 2.6666666vw;
    }
    .main-title{
        padding: 13.333333vw 0 6.6666665vw 0;
        font-size: 7.3999998vw;
        line-height: 7.9999998vw;
    }
    .card-container{
        flex-wrap: wrap;
        gap:3.199992vw;
    }

    .products .page-wrapper{
        padding: 0;
    }
    .products #pro-nav-mo::-webkit-scrollbar{
        display:none;
    }
    #product .card-item:last-child{
        width: 100%;
        height: 68.66658vw;
    }    
    .pro-tab{
        margin-bottom: 5.333332vw;    
    }
    .pro-tab ul{
        gap: 2.666666vw;
        padding-bottom: 2.666666vw;
        border-width: 4px;
    }
    .pro-tab li{
        min-width: 26.66666vw;
        font-size: 2.3999994vw;
        line-height: 2.666666vw;
    }
    .pro-tab li.active{
        font-size: 3.1999992vw;
    }
    .pro-tab li.active:after{
        bottom: -3.666666vw;
    }
    #product .card-container{
        padding-left:20px;
    }
    #pro-nav{
        font-size: 3.9733324vw;
        margin-bottom: 5.333332vw;
        padding-bottom: 2.666666vw;
        border-bottom: 2px solid #b2b2b2;
    }
    #pro-nav .tr{
        transform: translateX(-126.3px);
        overflow: hidden;
    }
    #pro-nav .swiper-wrapper{
       /* width: 96%; */
       margin: 0 auto;
    }
    #pro-nav .swiper-slide {
        width: auto;
        margin-right: 20px;
        padding-bottom: 2.666666vw;
    }
    #pro-nav .swiper-slide:first-child{
        margin-left: 2.666666vw;
    }
    #pro-nav .swiper-slide:last-child{
        margin-right: 0;
    }
    #pro-nav .swiper-slide.swiper-slide-active{
        font-size: 4.6333322vw;
    }
    #pro-nav .swiper-slide.swiper-slide-active:after{
        width: 100%;
        left:0;
        height: 2px;
        border-radius: 1px;        
        bottom: -2.666666vw;
    }
    #product .swiper-slide {
        width: 96%;
        height: 128.733179vw;
    }
    #product.swiper-container{
        padding-right: 20px;
    }
    .products .card-item{
        width: 100%;
    }
    #product .card-container{
        gap: 0;
        height: unset;
    }
    .products{
        background-image: none;
        border-top: none;
    }
    .products .pro-line.mo{
        margin: 0 3.33325vw;
    }
    .pro-text-wrapper .pro-line{
        display: none;
    }
    .pro-image{
        padding: 2.666666vw 2.666666vw ;
        border-radius: 2vw;
    }
    .products .pro-text-wrapper{
        padding-top: 6.6665vw;
    }
    .pro-text-wrapper{
        padding:0 3.866666vw;
    }
    
    .pro-text-wrapper{
        width: auto;
    }
    .pro-title{
        font-size: 5.73319vw;
    }
    .pro-selector {
        margin-top: 5.3332vw;
    }
    .pro-selector ul{
        gap:10.6664vw
    }
    .pro-selector li span{
        width:5.86652vw;
        height: 5.86652vw;
        border-radius: 3vw;
    }
    .pro-selector li p{
        margin-top: 2.6666vw;
        font-size: 3.33325vw;
    }
    .pro-parameters{
        line-height: 1.6;
        padding-left: 0;
        margin-top: 5.0332vw;
        font-size: 3.73324vw;
    }
    .pro-parameters, .pro-selector, .pro-title{
        padding-left: 0;
    } 
    .pro-price{
        font-size: 3.7vw;
        left:10vw;
        right:10vw;
        bottom: 0;
    }
    .pro-price strong{
        font-size: 7.5vw;
        line-height:9vw;
        vertical-align: -0.7vw;
    }
    .pro-price span{
        margin-right: 5.3vw;
        margin-top: 2.7vw;;
    }
    .flow,.shoplist{
        padding: 0 3.33325vw;
    }
    .interests{
        margin-top: 11.9999997vw;
        padding-bottom: 13.333333vw;
    }
    .interests .page-wrapper{
        padding: 0 3.33325vw;
    }
    .interests-box{
        text-align: center;
        background-color: #fff;
        padding: 0 3.33325vw 6.6665vw 3.33325vw;
        border-radius: 2.6666vw;
    }
    p.interests-text{
        margin-bottom: 6.6665vw;
        line-height: 1.3;
        font-size: 2.933326vw;
    }
    .interests .card-container{
        flex-wrap: wrap;
        gap: 6.66665vw;
    }
    .interests-box{
        margin-bottom: 2.6666vw;
        flex-basis: 100%;
    }
    .interests-box:last-child{
        margin-bottom: 0;
    }
    .interests-box h3{
        font-size: 4.53322vw;
        padding-bottom: 2.6666vw;
    }
    .interests-box h3 span{
        display: none;
    }
    .interests-box h3, .interests-box p{
        padding-left: 0;
    }
    .interests-box .card-container{
        flex-wrap: wrap;
    }
    .interests .line{
        display: none;
    }
    .interests .page-wrapper{
        background-color: transparent;
        border-radius: 0;
    }
    .interests-others{
        text-align: center;
        background-color: #fff;
    }
    .interests-others .page-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .interests-others .main-title span{
        font-size: 3.99999vw;
    }
    .interests-others h3{
        font-size: 4.53322vw;
        padding-bottom: 3.99999vw;
        font-weight: bold;
    }
    .interests{
        background: url("../images/mo/bg-interests.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 0 4.3vw 13.3vw 4.3vw;
    }
    .interests-box{
        background: url("../images/mo/bg-interests.png") no-repeat;
        background-size: 100% 100%;
        padding: 6.7vw 3vw;
    }
    .shoplist{
        padding-bottom: 15.9996vw;
    }
    .shoplist .page-wrapper{
        background-image: none;
        padding: 4.53322vw 2.6666vw;
    }
    .shoplist .mo{
        text-align: left;
    }
    .shoplist .mo h3{
        font-size: 3.9999vw;
        margin-bottom: 2.666666vw;
        text-align: left;
    }
    .shoplist h3{
        font-size: 4.26656vw;
        margin-bottom:3.33325vw;
    }    
    .shoplist a.pc{
        display: none;
    }
    .shoplist a{
        display: block;
        font-size: 3.29992vw;
        margin-top: 0;
        border-bottom: none;
        padding-right: 0;
    }
    .shoplist .card-item.moWidth{
        width: 100%;
        background: url(../images/mo/shoplist-bg-mo.png) no-repeat;
        background-position: bottom;
        background-size: 50.6654vw auto;
        padding-bottom: 3vw;
    }
    .items-box a figure{
        width: 15.9996vw;
        margin: 0 auto;
    }
    .items-box.bg1 figure:first-child{
        position: absolute;
        left:11.9997vw;
        top:3.9999vw;
        width: 15.9996vw;
    }
    .shoplist a .swiper-button-next:after{
        font-size: 2.222222vw;
    }
    .shoplist a .swiper-button-next{
        right: -1.333333vw;
    }
    .shoplist .card-item .card-container{
        gap: 3.33325vw;
        border: 1px solid #ededed;
        border-radius: 3.9999vw;
        padding: 1.333333vw;
    }
    .shoplist .card-item .card-container:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 3.4vw;
        left:0;
        bottom: -3.53vw;        
        background: url(../images/mo/shoplist-bg-mo.png) no-repeat;
        background-size: 50.6654vw auto;
        background-position: center top;
    }
    .shoplist .card-item .card-item{
        flex-basis: calc((100% - 3.33325vw) / 2);
    }
    .shoplist .card-item.w1 figure.shoplist-cta{
        margin: 2.666666vw 0 0 0;
        width: 15.99996vw;
        margin-left: 38.83245vw;
    }
    .shoplist .card-item figure.shoplist-cta{
        margin-top: 2.666666vw;
        width: 15.99996vw;;
    }
    .shoplist .card-item figure.shoplist-tit{
        width: 15.99996vw;
        margin-left: 38.83245vw;
    }
    .items-box.bg1{
        padding: 5.99985vw 0;
    }
    .items-box.bg1 .mo figure{
        position:static;
        margin: 0;
    }    
    .top.shoplist{
        margin-top: 5.2vw;
        padding-bottom: 8.3vw;
        padding-left: 6.7vw;
        padding-right: 6.7vw;
    }
    .top.shoplist .card-item.moWidth{
        background-image: none;
        padding-bottom: 0;
    }
    .top.shoplist .card-item.w1{
        flex-basis: 100%;
        position: relative;
    }
    .top.shoplist .card-item.w2 h3{
        margin: 5.20833vw 0;
        padding-bottom: 1.333333vw;    
    }
    .top.shoplist .card-item.w2 h3:after{
        display: block;
        top:104%;
        background-color: #d8d8d8;
        height: 2px;
    }    
    .top.shoplist .card-item.w2 h3 span:after{
        content: "";
        position: absolute;
        left:0;
        right: 0;
        bottom: -2.5vw;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #000;
    }
    .top.shoplist .card-item.w2 .card-item{
        margin-right: 0 !important;
        flex-basis: 100%;
    }
    .top.shoplist .card-item.w1 .items-box{
        width: auto;
    }
    .top.shoplist .card-item.w2{
        flex-basis: 100%;
    }
    .top.shoplist .card-item.w2 .card-container{
        border: none;
        padding: 0;
        gap:2.7vw;
    }
    .top.shoplist .card-item .card-container::after{
        display: none;
    }
    .shoplist .shoplist-text{
        position: absolute;
        left:37vw;
        top:6vw;
    }
    .shoplist h4{
        margin-top: 0;
        font-size: 4vw;
        text-align: left;
    }
    .shoplist a{
        padding: 0;
        margin-top: 2.5vw;        
    }
    .shoplist a span{
        font-size: 3.2vw;
    }
    .shoplist a span .icon{
        width: 3.2vw;
        height: 3.2vw;
        margin-left: 1vw;
        margin-top: 0.5vw;
    }
    .shoplist .w2 .shoplist-text{
        top:8vw;
        left:53vw;
    }
    .detailed-mo-nav{
        padding-left: 3vw;
        padding-right: 3vw;
    }
    
    .storelist{
        padding: 15.9996vw 0 10.6664vw 0;
        background-image: none;
    }
    .storelist .card-container{
        gap:7.9998vw;
        margin-bottom: 9.99975vw;
    }
    .storelist .card-item h3{
        font-size: 5.3332vw;
        margin-bottom: 6.6665vw;
        text-align: center;
    }
    .storelist .pro-selector ul{
        justify-content: center;
    }
    .storelist .card-item .txtlist{
        padding-bottom: 6.6665vw;
        margin-left: 12.99975vw;        
    }
    .storelist .card-item .txtlist li{
        font-size:3.1992vw;
        line-height: 1.8;
    }

    .cta{
        margin-top: 0;
        text-align: center;
    }
    .cta a{
        position: relative;
        width: 40.6656vw;
        height: 8.79978vw;
        line-height:8.79978vw;
        font-size: 3.19992vw;
        padding-left: 3.5vw;
        text-align: left;
        box-sizing: border-box;
    }
    .cta a:first-child{
        margin-right: 2.666666vw;
    }
    .cta a .swiper-button-next{
        height: auto;
        right: 1.39989vw;
        top: 96%;
    }
    .storelist-box{
        padding: 5.99985vw 3.9999vw;
    }
    .storelist-box h3{
        font-size: 3.9999vw;
        padding-bottom: 2.666666vw;
        padding-left: 1.33333vw;
        margin-bottom: 5.3332vw;
    }
    .storelist-wrapper{
        height: 53.032vw;
        padding-right: 4vw;
    }
    .storelist-wrapper dl{
        width: 100%;
        margin-bottom: 5.99985vw;
    }
    .storelist-wrapper dl dt.n1{
        font-size: 3.76658vw;
        line-height: 1.4;
    }
    .storelist-wrapper dl dt.n1{
        padding-left: 4.666666vw;
        background-size: 3.9999vw auto;
        background-position:0 2px;
    }
    .storelist-wrapper dl dd{
        padding-left: 4.666666vw;
        font-size: 3.19992vw;
        line-height: 1.6;
    }

    

    /**导航**/    
    #pro-nav-mo{
        overflow: auto;
        scrollbar-width: none;
        transition: all 1s;        
        margin-bottom: 5.333332vw;        
    }
    #pro-nav-mo .swiper-wrapper1{        
        display: flex;
        white-space: nowrap; 
        scrollbar-width: none;
        transition: all 1s;
        padding: 0 20px;
        border-bottom: 4px solid #b2b2b2;  
    }
    #pro-nav-mo .swiper-wrapper1 .swiper-slide1{
        width: auto;
        margin-right: 20px;
        padding-bottom: 2.666666vw;
        font-size: 3.9733324vw;
        text-align: center;
        cursor: pointer;
        font-family: samsung_sharp_sans_regularRg !important;
        display: inline-block;
        position: relative;
      }
      #pro-nav-mo .swiper-wrapper1 .swiper-slide1:last-child{
        margin-right: 0;
      }
      #pro-nav-mo .swiper-wrapper1 .swiper-slide1.active{
        color: #000;
        font-size: 4.83322vw;
        font-family: samsung_sharp_sansbold !important;
      }
      #pro-nav-mo .active:after{
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: #000;
        position: absolute;
        bottom: -4px;
        border-radius: 2px;
      }
      .tips{
        font-size: 2.7vw;
      }
    .main-title figure{
        width: 44.5vw;
        margin: 0 auto;
    }
    .search-list, .search-list:first-child, .search-list.actives, .search-list.city, .search-list.region,.search-list.proType{
        width: 100%;
    }
    .search-list.btn{
        width: 78%;
    }
    .storelist-list .swiper-slide{
        padding: 0 3px;
    }
    .channels-wrapper .card-item.graybg.radius .card-item a{
        width: 32vw;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    a.shoplistlink, .shoplistlink{
        width: 80px;
    }
}
@media only screen and (max-width: 412px){
     .detailed-mo-nav{
        position: relative;
        font-size: 3.5vw;
    }
    .detailed-mo-nav .plus{
        position: absolute;
        float:none;
        right:3vw;
        top:0;
    }
}
@media only screen and (max-width: 360px){
    .detailed-nav ul li.active{
        font-size: 14px;
    }
    .detailed-nav ul li{
        font-size: 12px;
    }
    .detailed-con{
        font-size: 12px;
        line-height: 20px;
    }
    .interests-box p .mo{
        display: none;
    }
    .pro-selector ul{
        gap: 6.6664vw;
    }
    #product .swiper-slide{
        height: 128vw;
    }
   
    
}
