
.fs-banner{
    align-items:center;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    height:200px;
    justify-content:center;
    width:100%
}
.fs-banner .fs-banner-title{
    color:#fff;
    font-size:32px;
    line-height:40px
}
@media screen and (max-width:768px){
    .fs-banner .fs-banner-title{
        font-size:24px;
        line-height:32px
    }
}
@keyframes slideDownIn-7d2ac186{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-7d2ac186{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
@media screen and (min-width:1024px){
    .fs-banner{
        background-image:var(--62c7af58)
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-banner{
        background-image:var(--13a38864)
    }
}
@media screen and (max-width:768px){
    .fs-banner{
        background-image:var(--49e8f787)
    }
}
.fs-why-us{
    margin:0 auto;
    max-width:1200px;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-why-us{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-why-us{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-why-us{
        width:calc(100% - 32px)
    }
}
.fs-why-us .fs-why-us-describe{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:12px;
    text-align:center
}
.fs-why-us .fs-why-us-list .fs-why-us-item{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin-top:24px;
    grid-gap:16px
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a{
    border:1px solid #e5e5e5;
    padding:36px 28px;
    transition:all .3s ease-in-out
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a:hover{
    box-shadow:0 15px 15px -10px #00000026;
    text-decoration:none
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a:hover .more .fs-button--suffix{
    text-decoration:underline
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure img{
    height:36px;
    margin:0 auto 20px;
    width:36px
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption{
    text-align:center
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption .title{
    color:#19191a;
    font-size:14px;
    line-height:22px
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption .describe{
    color:#707070;
    font-size:12px;
    line-height:20px;
    margin-top:8px
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption .more{
    justify-content:center;
    text-decoration:none
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption .more .right{
    color:#19191a;
    font-size:12px;
    line-height:1
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a figure figcaption .more:hover .right{
    text-decoration:none
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a.unClick{
    cursor:default
}
.fs-why-us .fs-why-us-list .fs-why-us-item>a.unClick:hover{
    box-shadow:none
}
@media screen and (max-width:768px){
    .fs-why-us{
        overflow:hidden;
        padding:0 0 20px
    }
    .fs-why-us .fs-why-us-list .fs-why-us-item{
        grid-template-columns:repeat(1,1fr)
    }
}
@keyframes slideDownIn-5f51cf1f{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-5f51cf1f{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-labs{
    margin:0 auto;
    max-width:1200px;
    overflow:hidden;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-labs{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-labs{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-labs{
        width:calc(100% - 32px)
    }
}
.fs-labs .fs-labs-view{
    display:flex;
    margin-top:24px
}
.fs-labs .fs-labs-view>.fs-labs-video{
    position:relative;
    width:50%
}
.fs-labs .fs-labs-view>.fs-labs-video>img{
    height:100%;
    width:100%
}
.fs-labs .fs-labs-view>.fs-labs-video .play{
    align-items:center;
    background:#19191a99;
    border-radius:3px;
    cursor:pointer;
    display:flex;
    left:50%;
    padding:8px 16px;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    transition:all .3s
}
.fs-labs .fs-labs-view>.fs-labs-video .play .iconfont{
    color:#fff;
    display:block;
    font-size:14px
}
.fs-labs .fs-labs-view>.fs-labs-video .play span{
    color:#fff;
    font-size:14px;
    line-height:22px;
    margin-left:8px
}
.fs-labs .fs-labs-view>.fs-labs-video .play:hover{
    background:#19191a
}
.fs-labs .fs-labs-view .fs-labs-view-list{
    background-color:#fff;
    display:grid;
    flex:1;
    grid-template-columns:repeat(2,1fr);
    padding:40px
}
.fs-labs .fs-labs-view .fs-labs-view-list .fs-labs-view-item{
    border-bottom:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    padding:16px
}
.fs-labs .fs-labs-view .fs-labs-view-list .fs-labs-view-item:nth-child(2n){
    border-right:none
}
.fs-labs .fs-labs-view .fs-labs-view-list .fs-labs-view-item:nth-child(n+3){
    border-bottom:none
}
.fs-labs .fs-labs-view .fs-labs-view-list .fs-labs-view-item>img{
    height:48px;
    margin:0 auto 12px;
    width:48px
}
.fs-labs .fs-labs-view .fs-labs-view-list .fs-labs-view-item>strong{
    color:#19191a;
    display:block;
    font-size:14px;
    line-height:22px;
    text-align:center
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-labs .fs-labs-view .fs-labs-video{
        max-height:276px
    }
    .fs-labs .fs-labs-view .fs-labs-view-list{
        padding:0 40px
    }
}
@media screen and (max-width:768px){
    .fs-labs .fs-labs-view{
        display:block
    }
    .fs-labs .fs-labs-view .fs-labs-video{
        display:flex;
        width:100%
    }
    .fs-labs .fs-labs-view .fs-labs-video>img{
        height:auto
    }
    .fs-labs .fs-labs-view .fs-labs-view-list{
        padding:20px 0
    }
}
@keyframes slideDownIn-643050d6{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-643050d6{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-labs-dialog.fs-dialog__content,.fs-labs-dialog.fs-dialog__contentM{
    max-width:750px;
    width:100%
}
.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header{
    padding:14px 32px
}
.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__contentM--title{
    color:#19191a;
    font-size:20px;
    font-weight:600;
    line-height:28px
}
.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-icon,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-icon,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-icon,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-icon{
    color:#707070;
    font-size:16px
}
.fs-labs-dialog.fs-dialog__content .fs-dialog__content--box,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--box,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--box,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--box{
    align-items:center;
    display:flex;
    flex:1;
    padding:0
}
@media (max-width:768px){
    .fs-labs-dialog.fs-dialog__content,.fs-labs-dialog.fs-dialog__contentM{
        background-color:#000;
        display:flex;
        flex-direction:column;
        height:100%;
        max-height:100%;
        min-width:100%
    }
    .fs-labs-dialog.fs-dialog__content .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header{
        border:none
    }
    .fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__contentM--close{
        color:#fff
    }
    .fs-labs-dialog.fs-dialog__content .fs-labs-video-view,.fs-labs-dialog.fs-dialog__contentM .fs-labs-video-view{
        margin-top:-70px
    }
}
.fs-design{
    margin:0 auto;
    max-width:1200px;
    overflow:hidden;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-design{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-design{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-design{
        width:calc(100% - 32px)
    }
}
.fs-design .fs-design-list{
    display:flex;
    margin-top:24px
}
.fs-design .fs-design-list .fs-design-item{
    width:25%
}
.fs-design .fs-design-list .fs-design-item>figure{
    align-items:center;
    display:flex;
    justify-content:center;
    position:relative
}
.fs-design .fs-design-list .fs-design-item>figure .step{
    height:68px;
    width:68px
}
.fs-design .fs-design-list .fs-design-item>figure .arrow{
    height:16px;
    position:absolute;
    right:-18px;
    top:25px;
    width:36px
}
.fs-design .fs-design-list .fs-design-item>.fs-design-description{
    color:#19191a;
    display:-webkit-box;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-top:12px;
    text-align:center;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden
}
.fs-design .fs-design-list .fs-design-item:last-child .arrow{
    display:none
}
.fs-design .containM{
    border:1px solid #e5e5e5;
    border-radius:4px;
    box-sizing:border-box;
    display:flex;
    margin-top:24px;
    padding:16px
}
.fs-design .containM .step_list{
    display:flex;
    flex-direction:column;
    gap:24px;
    justify-content:space-between
}
.fs-design .containM .step_list>li{
    width:100%
}
.fs-design .containM .step_list>li .bottom{
    display:flex;
    flex-direction:row;
    gap:12px
}
.fs-design .containM .step_list>li .bottom .num{
    align-items:center;
    border:1px solid #19191a;
    border-radius:10px;
    box-sizing:border-box;
    color:#19191a;
    display:flex;
    font-size:12px;
    font-weight:600;
    height:20px;
    justify-content:center;
    line-height:20px;
    width:20px
}
.fs-design .containM .step_list>li .bottom h3{
    color:#19191a;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    text-align:left
}
.fs-design .containM .step_list>li:last-child .top .arrow{
    display:none
}
.fs-design .fs-design-submit{
    display:block;
    margin:24px auto 0
}
@keyframes slideDownIn-a648c2bb{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-a648c2bb{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-testing{
    margin:0 auto;
    max-width:1200px;
    overflow:hidden;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-testing{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-testing{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-testing{
        width:calc(100% - 32px)
    }
}
.fs-testing>h2{
    color:#19191a;
    font-size:24px;
    line-height:32px;
    text-align:center
}
.fs-testing .fs-testing-describe{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:12px;
    text-align:center
}
.fs-testing .fs-testing-list{
    margin-top:24px
}
.fs-testing .fs-testing-list .fs-testing-item{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:16px
}
.fs-testing .fs-testing-list .fs-testing-item>a{
    background-color:#fff;
    height:100%;
    transition:all .3s ease-in-out
}
.fs-testing .fs-testing-list .fs-testing-item>a:hover{
    box-shadow:0 15px 15px -10px #00000026;
    text-decoration:none
}
.fs-testing .fs-testing-list .fs-testing-item>a:hover>figure>figcaption .more .fs-button--suffix{
    text-decoration:underline
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure{
    display:flex;
    flex-direction:column;
    height:100%
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>div{
    padding-top:56.2%;
    position:relative
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>div>img{
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption{
    display:flex;
    flex:1;
    flex-direction:column;
    justify-content:space-between;
    padding:20px 20px 28px
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption .text .title{
    color:#19191a;
    font-size:14px;
    font-weight:600;
    line-height:22px
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption .text .describe{
    color:#707070;
    font-size:12px;
    line-height:20px;
    margin-top:8px
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption .more{
    text-decoration:none
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption .more>.right{
    color:#19191a;
    font-size:12px;
    line-height:1
}
.fs-testing .fs-testing-list .fs-testing-item>a>figure>figcaption .more:hover .right{
    text-decoration:none
}
@media screen and (max-width:768px){
    .fs-testing{
        overflow:hidden;
        padding:0 0 20px
    }
    .fs-testing .fs-testing-list .fs-testing-item{
        grid-template-columns:repeat(1,1fr)
    }
}
@keyframes slideDownIn-299a2ac9{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-299a2ac9{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-products{
    margin:0 auto;
    max-width:1200px;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-products{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-products{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-products{
        width:calc(100% - 32px)
    }
}
.fs-products .fs-products-list{
    margin-top:24px
}
.fs-products .fs-products-list .fs-products-item{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-gap:16px
}
.fs-products .fs-products-list .fs-products-item>a{
    background-color:#fff;
    transition:all .3s ease-in-out
}
.fs-products .fs-products-list .fs-products-item>a>figure{
    background-color:#f7f7f7;
    display:flex;
    flex-direction:column;
    height:100%
}
.fs-products .fs-products-list .fs-products-item>a>figure>div{
    padding-top:93%;
    position:relative
}
.fs-products .fs-products-list .fs-products-item>a>figure>div>img{
    bottom:0;
    left:0;
    margin:auto;
    max-width:208px;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
.fs-products .fs-products-list .fs-products-item>a>figure>figcaption{
    background-color:#fff;
    border:1px solid #f2f2f2;
    border-top:none;
    flex:1;
    padding:20px 20px 28px
}
.fs-products .fs-products-list .fs-products-item>a>figure>figcaption .text .title{
    color:#19191a;
    font-size:14px;
    font-weight:600;
    line-height:22px
}
.fs-products .fs-products-list .fs-products-item>a>figure>figcaption .text .describe{
    color:#707070;
    font-size:12px;
    line-height:20px;
    margin-top:8px
}
.fs-products .fs-products-list .fs-products-item>a:hover{
    box-shadow:0 15px 15px -10px #00000026;
    text-decoration:none
}
.fs-products .fs-products-list .fs-products-item>a:hover>figure>figcaption .text>.title{
    text-decoration:underline
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-products .fs-products-list .fs-products-item>a>figure>div>img{
        max-width:170px
    }
}
@media screen and (max-width:768px){
    .fs-products{
        overflow:hidden;
        padding:0 0 20px
    }
    .fs-products .fs-products-list .fs-products-item{
        grid-template-columns:repeat(1,1fr)
    }
    .fs-products .fs-products-list .fs-products-item>a>figure>div{
        padding-top:35.7%
    }
    .fs-products .fs-products-list .fs-products-item>a>figure>div>img{
        max-width:200px
    }
}
@keyframes slideDownIn-01a77741{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-01a77741{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-cases{
    margin:0 auto;
    max-width:1200px;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-cases{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-cases{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-cases{
        width:calc(100% - 32px)
    }
}
.fs-cases>h2{
    color:#19191a;
    font-size:24px;
    line-height:32px;
    text-align:center
}
.fs-cases .fs-cases-describe{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:12px;
    text-align:center
}
.fs-cases .fs-cases-list{
    margin-top:24px
}
.fs-cases .fs-cases-list .fs-cases-item{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:16px
}
.fs-cases .fs-cases-list .fs-cases-item>a{
    background-color:#fff;
    height:100%;
    transition:all .3s ease-in-out
}
.fs-cases .fs-cases-list .fs-cases-item>a:hover{
    box-shadow:0 15px 15px -10px #00000026;
    text-decoration:none
}
.fs-cases .fs-cases-list .fs-cases-item>a:hover>figure>figcaption .more .fs-button--suffix{
    text-decoration:underline
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure{
    display:flex;
    flex-direction:column;
    height:100%
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>div{
    padding-top:56.4%;
    position:relative
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>div>img{
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption{
    display:flex;
    flex:1;
    flex-direction:column;
    justify-content:space-between;
    padding:20px 20px 28px
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .tags{
    align-items:center;
    color:#707070;
    display:flex;
    justify-content:flex-start
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .tags img{
    display:inline-block;
    height:16px;
    width:16px
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .tags .types{
    align-items:center;
    display:flex;
    justify-content:space-between
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .tags .types div{
    background-color:#f2f2f2;
    height:10px;
    width:1px
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .tags .types span{
    font-size:13px;
    line-height:20px;
    padding:0 8px;
    text-decoration:none;
    white-space:nowrap
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .title{
    color:#19191a;
    display:-webkit-box;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-top:16px;
    overflow:hidden
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .more{
    text-decoration:none
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .more>.right{
    color:#19191a;
    font-size:12px;
    line-height:1
}
.fs-cases .fs-cases-list .fs-cases-item>a>figure>figcaption .more:hover .right{
    text-decoration:none
}
.fs-cases .fs-cases-notes{
    border-top:1px solid #e5e5e5;
    display:flex;
    justify-content:space-between;
    margin-top:48px;
    padding-top:48px
}
.fs-cases .fs-cases-notes .punctuation{
    height:32px;
    width:32px
}
.fs-cases .fs-cases-notes>figcaption{
    flex:1;
    margin:0 80px 0 24px
}
.fs-cases .fs-cases-notes>figcaption .txt{
    color:#19191a;
    font-size:14px;
    line-height:22px
}
.fs-cases .fs-cases-notes>figcaption .by{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:36px
}
.fs-cases .fs-cases-notes .pic{
    height:72px;
    width:154px
}
@media screen and (max-width:768px){
    .fs-cases{
        overflow:hidden
    }
    .fs-cases .fs-cases-list .fs-cases-item{
        grid-template-columns:repeat(1,1fr)
    }
    .fs-cases .fs-cases-notes{
        align-items:center;
        flex-direction:column;
        margin-top:56px;
        padding-top:36px
    }
    .fs-cases .fs-cases-notes>figcaption{
        margin:12px auto 20px
    }
}
@keyframes slideDownIn-0fa0e00b{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-0fa0e00b{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-resource{
    margin:0 auto;
    max-width:1200px;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-resource{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-resource{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-resource{
        width:calc(100% - 32px)
    }
}
.fs-resource>h2{
    color:#19191a;
    font-size:24px;
    line-height:32px;
    text-align:center
}
.fs-resource .fs-resource-describe{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:12px;
    text-align:center
}
.fs-resource .fs-resource-list{
    margin-top:24px
}
.fs-resource .fs-resource-list .fs-resource-item{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:16px
}
.fs-resource .fs-resource-list .fs-resource-item>a{
    background-color:#fff;
    height:100%;
    transition:all .3s ease-in-out
}
.fs-resource .fs-resource-list .fs-resource-item>a:hover{
    box-shadow:0 15px 15px -10px #00000026;
    text-decoration:none
}
.fs-resource .fs-resource-list .fs-resource-item>a:hover>figure>figcaption .more .fs-button--suffix{
    text-decoration:underline
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure{
    display:flex;
    flex-direction:column;
    height:100%
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>div{
    padding-top:56.5%;
    position:relative
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>div>img{
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>figcaption{
    display:flex;
    flex:1;
    flex-direction:column;
    justify-content:space-between;
    padding:20px 20px 28px
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>figcaption .title{
    color:#19191a;
    display:-webkit-box;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>figcaption .more{
    text-decoration:none
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>figcaption .more>.right{
    color:#19191a;
    font-size:12px;
    line-height:1
}
.fs-resource .fs-resource-list .fs-resource-item>a>figure>figcaption .more:hover .right{
    text-decoration:none
}
.fs-resource .fs-resource-notes{
    border-top:1px solid #e5e5e5;
    display:flex;
    justify-content:space-between;
    margin-top:48px;
    padding-top:48px
}
.fs-resource .fs-resource-notes .punctuation{
    height:32px;
    width:32px
}
.fs-resource .fs-resource-notes>figcaption{
    flex:1;
    margin:0 80px 0 24px
}
.fs-resource .fs-resource-notes>figcaption .txt{
    color:#19191a;
    font-size:14px;
    line-height:22px
}
.fs-resource .fs-resource-notes>figcaption .by{
    color:#707070;
    font-size:14px;
    line-height:22px;
    margin-top:36px
}
.fs-resource .fs-resource-notes .pic{
    height:72px;
    width:154px
}
@media screen and (max-width:768px){
    .fs-resource{
        overflow:hidden
    }
    .fs-resource .fs-resource-list .fs-resource-item{
        grid-template-columns:repeat(1,1fr)
    }
    .fs-resource .fs-resource-notes{
        align-items:center;
        flex-direction:column;
        margin-top:56px;
        padding-top:36px
    }
    .fs-resource .fs-resource-notes>figcaption{
        margin:12px auto 20px
    }
}
@keyframes slideDownIn-a79b71ff{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-a79b71ff{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-service{
    background-image:url(https://img-en.fs.com/network_img_new/cate/fs-stay/web.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    width:100%
}
.fs-service .fs-service-content{
    display:flex;
    height:200px;
    margin:0 auto;
    max-width:1200px;
    overflow:hidden;
    width:84vw
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .fs-service .fs-service-content{
        width:94vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-service .fs-service-content{
        width:calc(100% - 48px)
    }
}
@media screen and (max-width:768px){
    .fs-service .fs-service-content{
        width:calc(100% - 32px)
    }
}
.fs-service .fs-service-content .fs-service-title{
    align-items:center;
    display:flex
}
.fs-service .fs-service-content .fs-service-title>p{
    border-right:1px solid #e5e5e5;
    color:#19191a;
    font-size:20px;
    font-weight:600;
    line-height:28px;
    padding-right:56px;
    width:400px
}
.fs-service .fs-service-content .fs-service-list{
    align-items:center;
    display:flex;
    flex:1
}
.fs-service .fs-service-content .fs-service-list>li{
    flex:1;
    margin-left:78.5px
}
.fs-service .fs-service-content .fs-service-list>li>figure>img{
    height:36px;
    width:36px
}
.fs-service .fs-service-content .fs-service-list>li>figure>figcaption>a{
    color:#19191a;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-top:8px
}
.fs-service .fs-service-content .fs-service-list>li>figure>figcaption>p{
    color:#707070;
    font-size:12px;
    line-height:20px;
    margin-top:8px
}
@media screen and (min-width:768px) and (max-width:1024px){
    .fs-service{
        background-image:url(https://img-en.fs.com/network_img_new/cate/fs-stay/pad.png)
    }
    .fs-service .fs-service-content{
        flex-direction:column;
        height:auto
    }
    .fs-service .fs-service-content .fs-service-title{
        text-align:center
    }
    .fs-service .fs-service-content .fs-service-title>p{
        border-bottom:1px solid #e5e5e5;
        border-right:none;
        padding:48px 0;
        width:100%
    }
    .fs-service .fs-service-content .fs-service-list{
        padding:24px 0
    }
    .fs-service .fs-service-content .fs-service-list>li{
        margin:0;
        padding:24px 28px;
        text-align:center
    }
    .fs-service .fs-service-content .fs-service-list>li>figure>img{
        margin:0 auto
    }
}
@media screen and (max-width:768px){
    .fs-service{
        background-image:url(https://img-en.fs.com/network_img_new/cate/fs-stay/m.png)
    }
    .fs-service .fs-service-content{
        flex-direction:column;
        height:auto
    }
    .fs-service .fs-service-content .fs-service-title{
        text-align:center
    }
    .fs-service .fs-service-content .fs-service-title>p{
        border-bottom:1px solid #e5e5e5;
        border-right:none;
        padding:36px 0;
        width:100%
    }
    .fs-service .fs-service-content .fs-service-list{
        align-items:flex-start;
        flex-direction:column
    }
    .fs-service .fs-service-content .fs-service-list>li{
        margin:0;
        padding:36px 28px;
        width:100%
    }
    .fs-service .fs-service-content .fs-service-list>li>figure{
        align-items:center;
        display:flex
    }
    .fs-service .fs-service-content .fs-service-list>li>figure>img{
        margin:0
    }
    .fs-service .fs-service-content .fs-service-list>li>figure>figcaption{
        margin-left:16px;
        text-align:left
    }
    .fs-service .fs-service-content .fs-service-list>li>figure>figcaption>a{
        margin-top:0
    }
}
@keyframes slideDownIn-d6f49b30{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-d6f49b30{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.detail_component.isPadding{
    padding:40px 0 48px
}
.detail_component.bg3{
    background-color:#fafafb
}
@media screen and (max-width:768px){
    .detail_component.isPadding{
        padding:36px 0
    }
}
@keyframes slideDownIn-0d5d8df1{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-0d5d8df1{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
 .swiper{
    overflow:initial
}
 .swiper-pagination{
    bottom:-20px;
    display:flex;
    justify-content:center
}
 .swiper-pagination-bullet{
    background:#707070;
    margin:0 5px;
    opacity:.4;
    transition:all .3s
}
 .swiper-pagination-bullet-active{
    background:#707070;
    border-radius:8px;
    opacity:1;
    transition:all .3s;
    width:20px
}
 .fs-button{
    justify-content:flex-start
}
 .fs-button.is-text{
    font-size:13px;
    height:auto;
    line-height:20px;
    margin-top:16px;
    padding:0
}
 .fs-button.is-text .fs-button--suffix{
    margin-right:4px
}
 .fs-button.is-text i{
    color:#19191a
}
@keyframes slideDownIn-2fee3ce1{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-2fee3ce1{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.crumbs{
    position:relative
}
.crumbs__box{
    align-items:center;
    display:flex;
    padding:20px 0
}
@media screen and (max-width:768px){
    .crumbs__box{
        align-items:center;
        display:flex;
        overflow-x:auto;
        padding:24px 16px 16px;
        white-space:nowrap
    }
    .crumbs__box::-webkit-scrollbar{
        display:none
    }
    .crumbs__box i{
        font-size:12px
    }
}
.crumbs__box .scroll_mask{
    background:linear-gradient(270deg,#fff,#fff0);
    height:100%;
    position:absolute;
    right:0;
    top:0;
    width:42px;
    z-index:1
}
.crumbs__box .scroll_mask.left{
    left:0;
    transform:rotate(180deg)
}
.crumbs__box__item{
    align-items:center;
    cursor:pointer;
    display:flex;
    text-decoration:none;
    transition:all .3s
}
.crumbs__box__item,.crumbs__box__item a{
    color:#707070;
    font-size:12px;
    line-height:20px
}
.crumbs__box__item a:hover{
    color:#19191a;
    text-decoration:none;
    transition:all .3s
}
.crumbs__box__item i{
    color:#707070;
    font-size:12px;
    margin:0 4px
}
.crumbs__box__item__last a{
    color:#19191a;
    cursor:default
}
.crumbs__box__item__last i{
    display:none
}
.crumbs__box__title{
    align-items:center;
    cursor:pointer;
    display:flex
}
.crumbs__box__title__content{
    color:#19191a;
    cursor:pointer;
    font-size:12px;
    line-height:20px
}
.crumbs__box__title i{
    color:#19191a;
    font-size:12px;
    margin:0 4px
}
.crumbs__box__title--active i{
    transform:rotateX(180deg)
}
.crumbs__box__popover{
    color:#707070;
    cursor:pointer;
    display:block;
    font-size:12px;
    line-height:20px;
    overflow:hidden;
    padding:9px 12px;
    text-decoration:none;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%
}
.crumbs__box__popover.active{
    background:#f7f7f7;
    color:#19191a
}
.crumbs__box__popover:hover{
    background-color:#f7f7f7
}
@keyframes slideDownIn-4ef88c5e{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-4ef88c5e{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.filterSelect{
    box-sizing:border-box;
    margin-right:8px
}
.filterSelect__input{
    border:1px solid #e5e5e5;
    border-radius:3px;
    color:#19191a;
    cursor:pointer;
    font-size:12px;
    line-height:20px;
    max-width:148px;
    padding:10px 16px
}
.filterSelect__input p{
    align-items:center;
    display:flex
}
.filterSelect__input span{
    display:flex;
    margin-right:8px
}
.filterSelect__input span b{
    color:#19191a;
    display:block;
    font-size:12px;
    font-weight:600;
    line-height:20px;
    max-width:80px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelect__input i{
    color:#707070;
    font-size:12px;
    line-height:1
}
.filterSelect__input .iconfont_more{
    font-size:14px;
    line-height:1
}
.filterSelect__input__active{
    border-color:#19191a
}
.filterSelect__input__active i{
    color:#19191a;
    transform:rotateX(-180deg);
    transition:all .3s ease
}
.filterSelect__input__active i.iconfont_more{
    transform:rotateX(0)
}
.filterSelect__list{
    display:grid;
    max-height:428px;
    width:428px;
    grid-column-gap:36px;
    grid-template-columns:repeat(2,calc(50% - 18px));
    padding:0 15px
}
.filterSelect__list__ones{
    grid-template-columns:repeat(1,1fr);
    width:212px;
    grid-column-gap:0
}
.filterSelect__list__specialWidth{
    width:-moz-min-content;
    width:min-content
}
.filterSelect__list__item{
    padding:0 15px
}
.filterSelect__list__item:last-of-type{
    margin-bottom:0
}
.filterSelect__list__title{
    color:#19191a;
    font-size:12px;
    font-weight:600;
    line-height:20px;
    margin:8px 0
}
.filterSelect__list__content{
    display:grid;
    grid-column-gap:36px;
    grid-template-columns:repeat(2,calc(50% - 18px));
    min-width:400px
}
.filterSelect__list__content .fs-checkbox{
    margin-right:0;
    padding:8px 0
}
.filterSelect__list__content .fs-checkbox .fs-checkbox__label{
    color:#707070;
    display:inline-block;
    font-size:12px;
    line-height:20px;
    max-width:168px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelect__list__content .fs-checkbox .fs-checkbox__icon{
    line-height:1
}
.filterSelect__list__content .fs-checkbox .fs-checkbox__icon:before{
    display:block
}
.filterSelect__list__content .fs-checkbox.is-checked .fs-checkbox__label{
    color:#19191a
}
.filterSelect__list__content .fs-checkbox.is-checked .fs-checkbox__icon,.filterSelect__list__content .fs-checkbox:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#707070
}
.filterSelect__list__content .fs-checkbox.is-disabled .fs-checkbox__label{
    color:#ccc
}
.filterSelect__list__content .fs-checkbox.is-disabled:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#e5e5e5
}
.filterSelect__list__content.content_more_ones{
    grid-template-columns:repeat(1,1fr);
    max-width:182px;
    min-width:182px;
    width:182px;
    grid-column-gap:0
}
.filterSelect__list .special{
    width:-moz-fit-content!important;
    width:fit-content!important
}
.filterSelect__list .special .fs-checkbox-box{
    width:100%!important
}
.filterSelect__list .special .fs-checkbox-box .fs-checkbox__label{
    max-width:100%!important
}
.filterSelect__list__checkbox{
    margin-right:24px
}
.filterSelect__list__checkbox:nth-child(3n){
    margin-right:0
}
.filterSelect__list li{
    align-items:center;
    color:#707070;
    cursor:pointer;
    display:inline-flex
}
.filterSelect__list li .fs-checkbox{
    margin-right:0;
    padding:8px 0
}
.filterSelect__list li .fs-checkbox .fs-checkbox-box{
    align-items:center;
    display:flex
}
.filterSelect__list li .fs-checkbox .fs-checkbox__label{
    color:#707070;
    display:inline-block;
    font-size:12px;
    line-height:20px;
    max-width:168px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelect__list li .fs-checkbox .fs-checkbox__icon{
    line-height:1
}
.filterSelect__list li .fs-checkbox .fs-checkbox__icon:before{
    display:block
}
.filterSelect__list li .fs-checkbox.is-checked .fs-checkbox__label{
    color:#19191a
}
.filterSelect__list li .fs-checkbox.is-checked .fs-checkbox__icon,.filterSelect__list li .fs-checkbox:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#707070
}
.filterSelect__list li .fs-checkbox.is-disabled .fs-checkbox__label{
    color:#ccc
}
.filterSelect__list li .fs-checkbox.is-disabled:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#e5e5e5
}
.filterSelect i{
    font-size:12px
}
.filterSelect .iconfont_down{
    font-size:16px
}
.filterSelect .fs-tooltip__popper{
    padding:8px 16px
}
.filterSelectActive .fs-tooltip .filterSelect__input{
    border:1px solid #19191a;
    border-radius:999px;
    box-sizing:border-box
}
@keyframes slideDownIn-e6ca40d7{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-e6ca40d7{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.filterSelectType__input{
    align-items:center;
    background:#fff;
    border:1px solid #e5e5e5;
    color:#19191a;
    cursor:pointer;
    display:flex;
    font-size:14px;
    height:40px;
    justify-content:space-between;
    max-width:160px;
    padding:10px 16px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    width:100%
}
.filterSelectType__input__sortBy{
    display:none
}
.filterSelectType__input__sortByPc{
    display:block
}
@media screen and (max-width:768px){
    .filterSelectType__input__sortByPc{
        display:none
    }
}
.filterSelectType__input__sortByCheck{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
@media screen and (max-width:768px){
    .filterSelectType__input{
        border:none;
        font-size:12px;
        height:18px;
        line-height:20px;
        max-width:100%;
        padding:0
    }
    .filterSelectType__input i{
        font-size:12px
    }
    .filterSelectType__input__sortBy{
        display:block;
        margin-right:3px
    }
}
.filterSelectType__input__content{
    align-items:center;
    color:#19191a;
    display:flex;
    font-size:12px;
    font-weight:600;
    line-height:20px;
    margin-right:8px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelectType__input i{
    color:#707070;
    font-size:16px;
    line-height:1
}
.filterSelectType__input__list{
    border:1px solid #e5e5e5;
    border-radius:8px;
    display:flex;
    flex-direction:column;
    max-width:214px;
    padding:7px 0
}
.filterSelectType__input__list .fs-radio{
    font-size:12px;
    line-height:20px;
    margin-right:0;
    padding:8px 15px
}
.filterSelectType__input__list .fs-radio:hover{
    background-color:#f7f7f7
}
.filterSelectType__input__list .fs-radio:hover .fs-radio__icon{
    color:#707070
}
.filterSelectType__input__list .fs-radio .fs-radio__label{
    color:#707070;
    font-size:12px;
    line-height:20px;
    max-width:168px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelectType__input__list .fs-radio .fs-radio__icon{
    line-height:1
}
.filterSelectType__input__list .fs-radio .fs-radio__icon:before{
    display:block
}
.filterSelectType__input__list .fs-radio.is-checked .fs-radio__icon{
    color:#707070
}
.filterSelectType__input__list .fs-radio.is-checked .fs-radio__label{
    color:#19191a
}
.filterSelectType__input__active{
    border:1px solid #19191a
}
@media screen and (max-width:768px){
    .filterSelectType__input__active{
        border:none
    }
}
.filterSelectType__input__active i{
    color:#19191a;
    transform:rotateX(180deg);
    transition:all .3s ease
}
 .fs-tooltip__popper{
    background-color:#19191a
}
@keyframes slideDownIn-7c293721{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-7c293721{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.filterSelectMenu{
    display:flex;
    justify-content:space-between;
    margin:20px auto;
    max-width:1420px;
    width:84vw
}
@media (max-width:1200px){
    .filterSelectMenu{
        width:94vw
    }
}
@media (min-width:768px) and (max-width:1024px){
    .filterSelectMenu{
        width:94vw
    }
}
.filterSelectMenu.noNarrow{
    display:flex;
    justify-content:flex-end
}
.filterSelectMenu__list{
    align-items:center;
    display:flex
}
.filterSelectMenu__list .filterSelect__input{
    border-radius:999px;
    display:flex;
    height:40px
}
.filterSelectMenu__clear{
    align-items:center;
    color:#707070;
    cursor:pointer;
    display:flex;
    font-size:12px;
    line-height:20px
}
.filterSelectMenu__clear span{
    white-space:nowrap
}
.filterSelectMenu__clear span:hover{
    text-decoration:underline
}
.filterSelectMenu__clear i{
    color:#707070;
    margin-left:4px;
    transform:scale(.5)
}
.filterSelectMenu__type{
    align-items:center;
    display:flex
}
.filterSelectMenu__type .com_switch{
    align-items:center;
    display:flex;
    margin-right:20px
}
.filterSelectMenu__type .com_switch .title{
    color:#707070;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    margin-right:8px
}
.filterSelectMenu__type .com_switch .content{
    background-color:#e5e5e5;
    border-radius:999px;
    cursor:pointer;
    height:24px;
    padding:2px;
    position:relative;
    transition:all .2s;
    width:44px
}
.filterSelectMenu__type .com_switch .content .btn{
    align-items:center;
    background-color:#fff;
    border-radius:50%;
    display:flex;
    height:20px;
    justify-content:center;
    left:2px;
    position:absolute;
    top:2px;
    transition:all .2s;
    width:20px
}
.filterSelectMenu__type .com_switch .content .btn .iconfont{
    color:#707070;
    display:block;
    font-size:12px;
    line-height:1;
    opacity:0;
    transition:all .2s
}
.filterSelectMenu__type .com_switch .content.isOpen{
    background-color:#707070
}
.filterSelectMenu__type .com_switch .content.isOpen .btn{
    left:22px
}
.filterSelectMenu__type .com_switch .content.isOpen .btn .iconfont{
    opacity:1
}
.filterSelectMenu__type__total{
    box-sizing:content-box;
    color:#707070;
    font-size:12px;
    line-height:20px;
    margin-right:20px;
    white-space:nowrap
}
.filterSelectMenu__type .filterSelectType__input{
    border-radius:999px
}
.filterSelectMenu__type .fs-input{
    margin-right:20px;
    max-width:148px
}
.filterSelectMenu__type .fs-input .fs-input__inner{
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.filterSelectMenu__type .fs-input .fs-input__inner::-moz-placeholder{
    color:#19191a
}
.filterSelectMenu__type .fs-input .fs-input__inner::placeholder{
    color:#19191a
}
.filterSelectMenu__type__display{
    align-items:center;
    display:flex;
    margin-left:20px
}
.filterSelectMenu__type__display i{
    border-radius:3px;
    color:#707070;
    cursor:pointer;
    display:inline-block;
    font-size:20px;
    height:32px;
    line-height:32px;
    text-align:center;
    width:32px
}
.filterSelectMenu__type__display i:hover{
    background:#0000000a;
    color:#19191a
}
.filterSelectMenu__type__display--active{
    color:#19191a!important
}
.comparisonNav{
    padding:10px 0
}
@keyframes slideDownIn-affa191e{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-affa191e{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.brandColor{
    position:relative
}
.brand{
    display:flex;
    margin-bottom:12px;
    text-align:center
}
.brand i,.brand span{
    border:1px solid #eee;
    border-radius:4px;
    box-sizing:border-box;
    color:#19191a;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    line-height:20px;
    margin-right:4px;
    padding:1px 8px;
    text-align:center;
    white-space:nowrap
}
.brand i.active,.brand span.active{
    background:#f2f2f2;
    border:1px solid #19191a;
    cursor:default
}
.brand i.iHover,.brand span.iHover{
    background-color:#f2f2f2
}
.brand i:hover,.brand span:hover{
    background:#f2f2f2
}
.brand i.blue,.brand span.blue{
    color:#0060bf
}
.brand .visible{
    visibility:initial
}
.brand i{
    background-color:#fff;
    font-style:normal;
    margin-right:0;
    visibility:hidden
}
.colorAssemble{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:3px;
    min-height:35px;
    text-align:center
}
.colorAssemble span{
    border:1px solid #eee;
    border-radius:4px;
    box-sizing:border-box;
    color:#19191a;
    cursor:pointer;
    display:inline-block;
    height:22px;
    margin-bottom:4px;
    margin-right:4px;
    padding:4px;
    text-align:center;
    width:22px
}
.colorAssemble span.active{
    background:#f2f2f2;
    border:1px solid #19191a;
    cursor:default
}
.colorAssemble span:hover{
    background:#f2f2f2
}
.colorAssemble span:last-child:hover{
    border-color:#fafafb
}
.colorAssemble span.visible{
    visibility:initial
}
.colorAssemble span>i{
    border-radius:2px;
    display:block;
    height:100%;
    width:100%
}
.colorAssemble span>i.WB{
    border:1px solid #e5e5e5
}
.colorAssemble .num{
    border:1px solid #eee;
    border-radius:4px;
    box-sizing:border-box;
    color:#19191a;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    font-style:normal;
    height:22px;
    line-height:20px;
    margin-bottom:4px;
    min-width:22px;
    padding:1px 2px;
    text-align:center;
    visibility:hidden
}
.colorAssemble .num.iHover{
    background:#f2f2f2
}
.colorAssemble .num.active{
    border:1px solid #19191a
}
.colorAssemble .num.visible{
    visibility:initial
}
.colorAssemble .num:hover{
    background:#f2f2f2
}
.colorAssemble .noDisplay{
    display:none
}
.colorAssemble .showNum{
    visibility:inherit
}
.poper{
    left:-12px;
    position:absolute;
    right:0;
    top:22px;
    width:calc(100% + 24px);
    z-index:11
}
.poper .poper_bg{
    background:#fff;
    border-radius:4px;
    box-shadow:0 4px 12px #0000001a;
    margin-top:4px;
    padding:12px 0 8px 12px
}
.poper .poper_list{
    display:flex;
    flex-wrap:wrap;
    max-height:84px;
    overflow:auto;
    padding-right:8px
}
.poper .poper_list .poper_item{
    border:1px solid #eee;
    border-radius:4px;
    color:#19191a;
    cursor:pointer;
    font-size:12px;
    line-height:20px;
    margin-bottom:4px;
    margin-right:4px;
    padding:1px 8px
}
.poper .poper_list .poper_item:hover{
    background:#f2f2f2
}
.poper .poper_list .poper_item.active{
    background:#f2f2f2;
    border:1px solid #19191a;
    cursor:default
}
.poper .poper_list .poper_item.blue{
    color:#0060bf
}
.poper .poper_list .poper_item.color{
    height:22px;
    padding:4px;
    width:22px
}
.poper .poper_list .poper_item.color i{
    display:block;
    height:100%;
    width:100%
}
.poper .poper_list .poper_item.color i.WB{
    border:1px solid #e5e5e5
}
@keyframes slideDownIn-59c0d945{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-59c0d945{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.grid__img{
    margin:0 auto 12px;
    position:relative
}
.grid__img img{
    cursor:pointer;
    display:block;
    /*height:180px;*/
    margin:0 auto;
    width:180px
}
.grid__img__cart{
    display:none
}
.grid__img__cart.round{
    background-color:#fff;
    border-radius:50%;
    bottom:1px;
    box-shadow:0 4px 12px #0000001a;
    color:#19191a;
    cursor:pointer;
    height:40px;
    line-height:40px;
    position:absolute;
    right:0;
    text-align:center;
    transition:all .3s;
    width:40px;
    z-index:1
}
.grid__img__cart.round:hover{
    background:#19191a0a
}
.grid__img__cart i{
    color:#19191a;
    display:block;
    font-size:16px;
    line-height:1
}
.grid__title{
    display:-webkit-box;
    font-size:14px;
    font-style:normal;
    font-weight:600;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:#19191a;
    cursor:pointer;
    line-height:22px;
    margin-bottom:8px;
    overflow:hidden
}
.grid_desc{
    box-sizing: border-box;
    cursor: auto;
    display: -webkit-box;
    font-size: 12px;
    height: 36px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    color: #707070;
    line-height: 18px;
}
.grid__title:hover{
    text-decoration:underline
}
.grid .fs-checkbox{
    height:auto;
    margin:0;
    position:absolute;
    right:10px;
    top:10px
}
.grid .fs-checkbox .fs-checkbox-box .fs-checkbox__icon{
    font-size:20px;
    line-height:1
}
.grid .fs-checkbox .fs-checkbox-box .fs-checkbox__label{
    display:none
}
.grid .fs-checkbox .is-checked .fs-checkbox-box .fs-checkbox__icon,.grid .fs-checkbox:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#707070
}
.grid__label{
    box-sizing:border-box;
    cursor:auto;
    display:-webkit-box;
    font-size:12px;
    height:18px;
    line-height:20px;
    margin-bottom:12px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    color:#707070;
    line-height:18px
}
.grid__label .fs-divider{
    border-color:#ccc;
    height:10px;
    margin:0 4px
}
.grid__label .fs-divider:last-child{
    display:none
}
.grid__highlight{
    margin-bottom:12px
}
.grid__highlight>div{
    margin-bottom:4px;
    padding-left:12px;
    position:relative
}
.grid__highlight>div>i{
    background:#707070;
    border-radius:50%;
    display:block;
    height:4px;
    left:0;
    position:absolute;
    top:7px;
    width:4px
}
.grid__highlight>div>span{
    color:#4b4b4d;
    display:block;
    font-size:12px;
    line-height:20px;
    word-break:break-word
}
.grid__highlight>div:last-child{
    margin-bottom:0
}
.grid__price{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:12px
}
.grid__price__normal,.grid__price__tax{
    color:#19191a;
    font-size:16px;
    font-weight:600;
    line-height:24px
}
.grid__price .box__tax__popper{
    margin-left:4px
}
.grid__inventory{
    margin-bottom:12px
}
.grid__inventory span{
    color:#707070;
    display:block;
    font-size:12px;
    line-height:20px;
    margin-bottom:4px;
    word-break:break-word
}
.grid__inventory span:last-child{
    margin-bottom:0
}
.grid__solidReview{
    align-items:center;
    display:flex;
    font-size:12px;
    line-height:20px
}
.grid__solidReview a{
    color:#707070
}
.grid__solidReview__solid span:first-of-type{
    color:#a65300
}
.grid__solidReview s{
    border-right:1px solid #e5e5e5;
    height:10px;
    margin:0 8px
}
.grid__solidReview__review span:first-of-type{
    color:#0060bf
}
.grid__solidReview__review:hover,.grid__solidReview__solid:hover{
    cursor:pointer;
    text-decoration:underline
}
@keyframes slideDownIn-1dbf0bff{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-1dbf0bff{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.list{
    display:flex
}
.list__left{
    width:180px
}
@media (max-width:960px){
    .list__left{
        width:120px
    }
}
.list__left .brandColor{
    margin-top:8px
}
.list__left .brandColor .brand{
    margin-bottom:0
}
.list__left img{
    display:block;
    height:100%;
    margin:0 auto;
    width:100%
}
.list__left .fs-checkbox{
    height:20px;
    left:180px;
    margin:0;
    position:absolute;
    top:10px
}
.list__left .fs-checkbox .fs-checkbox-box .fs-checkbox__icon{
    font-size:20px;
    line-height:1
}
.list__left .fs-checkbox .fs-checkbox-box .fs-checkbox__label{
    display:none
}
.list__left .fs-checkbox .is-checked .fs-checkbox-box .fs-checkbox__icon,.list__left .fs-checkbox:hover .fs-checkbox-box .fs-checkbox__icon{
    color:#707070
}
.list__right{
    display:flex;
    flex:1;
    justify-content:space-between
}
.list__right__container{
    box-sizing:border-box;
    padding:0 20px 0 40px;
    width:60%
}
.list__right__title{
    color:#19191a;
    display:-webkit-box;
    font-size:14px;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    cursor:pointer;
    font-weight:600;
    line-height:22px;
    margin-bottom:12px;
    max-height:66px;
    max-width:550px;
    overflow:hidden
}
.list__right__title a{
    color:#19191a;
    outline:0;
    text-decoration:none
}
.list__right__title a:hover{
    text-decoration:underline
}
.list__right__title span{
    color:#707070;
    font-size:13px;
    font-weight:400;
    margin-left:10px
}
.list__right__label{
    color:#707070;
    cursor:default;
    display:-webkit-box;
    font-size:12px;
    line-height:20px;
    margin-bottom:8px;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.list__right__txt{
    align-items:center;
    display:flex;
    margin-bottom:4px
}
.list__right__txt span{
    color:#707070;
    font-size:12px;
    line-height:20px;
    padding-left:8px;
    position:relative
}
.list__right__txt span a{
    color:#19191a
}
.list__right__txt span a:hover{
    text-decoration:underline
}
.list__right__txt i{
    background:#707070;
    border-radius:50%;
    display:inline-block;
    height:4px;
    width:4px
}
.list__right__opearation{
    align-items:flex-end;
    display:flex;
    flex-direction:column
}
.list__right__price{
    align-items:center;
    display:flex;
    margin-bottom:12px;
    text-align:right
}
.list__right__price__normal,.list__right__price__tax{
    color:#19191a;
    font-size:16px;
    font-weight:600;
    line-height:24px
}
.list__right__price .box__tax__popper{
    margin-left:4px
}
.list__right__inventory{
    margin-bottom:12px;
    text-align:right
}
.list__right__inventory span{
    color:#707070;
    display:block;
    font-size:12px;
    line-height:20px;
    margin-bottom:8px;
    word-break:break-word
}
.list__right__inventory span:last-child{
    margin-bottom:0
}
.list__right__solidReview{
    align-items:center;
    color:#707070;
    display:flex;
    font-size:12px;
    line-height:20px
}
.list__right__solidReview__solid :first-child{
    color:#a65300
}
.list__right__solidReview s{
    border-right:1px solid #e5e5e5;
    height:10px;
    margin:0 6px
}
.list__right__solidReview__review :first-child{
    color:#0060bf
}
.list__right__solidReview__review:hover,.list__right__solidReview__solid:hover{
    cursor:pointer;
    text-decoration:underline
}
.list__right__cart{
    align-items:center;
    background-color:#fff;
    border-radius:43px;
    box-shadow:0 4px 12px #0000001a;
    cursor:pointer;
    display:flex;
    margin-top:12px;
    padding:11px 16px;
    transition:all .3s
}
.list__right__cart i{
    color:#19191a;
    font-size:16px;
    line-height:1;
    margin-right:8px
}
.list__right__cart>span{
    color:#19191a;
    font-size:12px;
    line-height:20px
}
.list__right__cart:hover{
    background-color:#0000000a
}
@keyframes slideDownIn-ff46bbed{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-ff46bbed{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.category{
    margin:0 auto;
    max-width:1200px;
    width:84vw
}
@media (max-width:1024px){
    .category{
        width:calc(100% - 48px)
    }
}
.category__title{
    color:#19191a;
    font-size:24px;
    font-weight:600;
    line-height:32px;
    margin-bottom: 20px;
}
.category__title__mb20{
    margin-bottom:20px
}
.category__banner{
    height:90px
}
.category__banner .swiper{
    height:100%
}
.category__banner .swiper:hover .swiper-button-next,.category__banner .swiper:hover .swiper-button-prev{
    background-color:#0003;
    opacity:1
}
.category__banner .swiper:hover .swiper-button-next:hover,.category__banner .swiper:hover .swiper-button-prev:hover{
    background-color:#0006
}
.category__banner__item{
    height:100%;
    position:relative;
    width:100%
}
.category__banner__item img{
    border-radius:8px;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.category__banner__container{
    margin-left:32.5%;
    padding-top:20px;
    position:absolute
}
.category__banner__title{
    color:#19191a;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    margin-bottom:8px;
    text-align:left
}
.category__banner__title .fs-button{
    display:none
}
.category__banner .swiper-button-next,.category__banner .swiper-button-prev{
    background-color:#0003;
    border-radius:9999px;
    height:20px;
    margin-top:0;
    opacity:0;
    position:absolute;
    text-align:center;
    top:50%;
    transform:translateY(-50%);
    width:20px
}
.category__banner .swiper-button-next:after,.category__banner .swiper-button-prev:after{
    color:#fff;
    display:inline-block;
    font-size:12px;
    height:12px;
    width:12px
}
.category__banner .swiper-button-prev{
    left:32px
}
.category__banner .swiper-button-prev:after{
    content:"îœ‚";
    font-family:iconfont
}
.category__banner .swiper-button-next{
    right:32px
}
.category__banner .swiper-button-next:after{
    content:"îœƒ";
    font-family:iconfont
}
.category__banner__more{
    transition:opacity .6s ease-in-out .4s
}
.category__banner__more i{
    color:#19191a;
    font-size:12px;
    line-height:1
}
.category__banner__more .fs-button--suffix>span{
    color:#19191a;
    display:block;
    font-size:13px;
    line-height:20px
}
.category__banner .swiper-slide .to-right{
    opacity:0;
    transform:translate(-40px);
    transition:transform .6s ease-in-out,opacity .6s ease-in-out
}
.category__banner .swiper-slide .to-left{
    opacity:0;
    transform:translate(40px);
    transition:transform .6s ease-in-out,opacity .6s ease-in-out
}
.category__banner .swiper-slide .category__banner__more{
    opacity:0
}
.category__banner .swiper-slide-active .category__banner__title{
    opacity:1;
    transform:translate(0);
    transition:transform .6s ease-in-out,opacity .6s ease-in-out
}
.category__banner .swiper-slide-active .category__banner__more{
    opacity:1;
    transform:translate(0)
}
.category__banner .fs-button{
    height:20px;
    padding:0;
    text-decoration:none
}
.category__banner .fs-button:hover span{
    text-decoration:underline
}
.category__filter{
    align-items:center;
    display:flex
}
.category__filter__secondary{
    margin-right:8px
}
.category__filter__secondary .filterSelectType__input{
    border-radius:999px
}
.category .comparison_nav_bg.sticky{
    background-color:#fff;
    box-shadow:0 3px 6px -2px #0000001a;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:10
}
.category .comparison_nav_bg.sticky .comparison_nav{
    border-top:none;
    margin:0 auto;
    max-width:1200px
}
.category .comparison_nav{
    align-items:center;
    border-top:1px solid #e5e5e5;
    display:flex;
    height:80px;
    justify-content:space-between;
    padding:10px 0
}
.category .comparison_nav .total{
    color:#19191a;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    margin-right:40px
}
.category .comparison_nav .list{
    display:flex;
    flex:1;
    grid-gap:20px
}
.category .comparison_nav .list .item{
    height:60px;
    width:60px
}
.category .comparison_nav .list .item>img{
    display:block;
    height:100%;
    width:100%
}
.category .comparison_nav .option{
    align-items:center;
    display:flex;
    margin-left:40px
}
.category .comparison_nav .option .fs-button{
    font-size:12px;
    font-weight:600;
    height:40px;
    line-height:20px
}
.category .comparison_nav .option .fs-button>span{
    align-items:center;
    display:flex
}
.category .comparison_nav .option .fs-button>span>img{
    margin-right:4px
}
.category .comparison_nav .option .iconfont{
    border-radius:3px;
    color:#707070;
    cursor:pointer;
    font-size:16px;
    line-height:1;
    margin-left:20px;
    padding:6px
}
.category .comparison_nav .option .iconfont:hover{
    background:#19191a0a;
    color:#19191a
}
.category__grid,.category__list{
    border-top:1px solid #eee;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    position:relative
}
.category__grid:after,.category__list:after{
    background-color:#fff;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    position:absolute;
    width:100%;
    z-index:1
}
.container__scroll {
    align-items: center;
    display: flex;
    overflow: auto;
    width: 100%;
}
.container__content {
    display: flex;
}
.container__scroll__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 12px;
    padding: 8px 12px;
    width: 120px;
    /*margin-bottom: 20px;*/
}
.container__content .active {
    background: #f6f6f8;
    border-radius: 8px;
}

.container__scroll__item .img{
    height: 38px;
    mix-blend-mode: multiply;
    width: 38px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}
.container__scroll__item .img img{
    width: 100%;
    display: block;
}
.container__scroll__item span {
    color: #19191a;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    max-width: 120px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) and (max-width:1024px){
    .category__grid,.category__list{
        grid-template-columns:repeat(3,1fr)
    }
}
.category__grid__item,.category__list__item{
    border-bottom:1px solid #eee;
    overflow:hidden;
    padding:20px 10px 24px;
    position:relative
}
.category__grid__item:hover,.category__list__item:hover{
    box-shadow:0 2px 8px #0000001a
}
.category__grid__item:hover .grid__img__cart,.category__list__item:hover .grid__img__cart{
    align-items:center;
    border-color:transparent;
    color:#19191a;
    display:flex;
    justify-content:center
}
.category__list{
    display:flex;
    flex-direction:column
}
.category__list__item{
    overflow:visible;
    padding:20px
}
.category__noProducts{
    background:#fff;
    margin:20px auto;
    padding:40px 48px
}
.category__noProducts>div{
    text-align:center
}
.category__noProducts__tit{
    color:#19191a;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    margin-bottom:8px
}
.category__noProducts__msg{
    color:#4b4b4d;
    font-size:14px;
    line-height:22px
}
.category__pagination{
    margin:20px auto 36px
}
.category__paginationPadding{
    padding-bottom:36px
}
.category__paginationPadding:after{
    bottom:36px
}
@keyframes slideDownIn-27bb4b50{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-27bb4b50{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.mFilterSelectMenu__head i{
    font-size:20px
}
.mFilterSelectMenu__category .fs-radio .fs-radio-box .fs-radio__icon{
    line-height:1
}
.mFilterSelectMenu__category .fs-radio .fs-radio-box .fs-radio__icon:before{
    display:block
}
.mFilterSelectMenu__category .fs-radio .fs-radio-box .fs-radio__label,.mFilterSelectMenu__category .fs-radio.is-checked .fs-radio__icon{
    color:#707070
}
.mFilterSelectMenu__category .fs-radio.is-checked .fs-radio__label{
    color:#19191a
}
.mFilterSelectMenu__narrow{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:24px
}
.mFilterSelectMenu__narrow .fs-checkbox{
    font-size:14px;
    height:auto;
    line-height:22px;
    margin-right:0;
    padding:8px 0;
    width:100%
}
.mFilterSelectMenu__narrow .fs-checkbox .fs-checkbox-box{
    width:100%
}
.mFilterSelectMenu__narrow .fs-checkbox .fs-checkbox-box .fs-checkbox__label{
    color:#707070;
    font-size:14px;
    line-height:22px;
    max-width:147px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mFilterSelectMenu__narrow .fs-checkbox .fs-checkbox-box .fs-checkbox__icon{
    line-height:1
}
.mFilterSelectMenu__narrow .fs-checkbox .fs-checkbox-box .fs-checkbox__icon:before{
    display:block
}
.mFilterSelectMenu__narrow .fs-checkbox.is-checked .fs-checkbox__icon{
    color:#707070
}
.mFilterSelectMenu__narrow .fs-checkbox.is-checked .fs-checkbox__label{
    color:#19191a
}
.mFilterSelectMenu__narrow .fs-checkbox.is-disabled .fs-checkbox__label{
    color:#ccc
}
.mFilterSelectMenu__narrow .special{
    width:-moz-fit-content!important;
    width:fit-content!important
}
.mFilterSelectMenu__narrow .special .fs-checkbox-box{
    width:100%!important
}
.mFilterSelectMenu__narrow .special .fs-checkbox-box .fs-checkbox__label{
    max-width:100%!important
}
.mFilterSelectMenu__list__item{
    margin-top:24px
}
.mFilterSelectMenu__list__title{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:12px
}
.mFilterSelectMenu__list__content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:24px
}
.mFilterSelectMenu__list__content .fs-checkbox{
    font-size:14px;
    height:auto;
    line-height:22px;
    margin-right:0;
    padding:8px 0;
    width:100%
}
.mFilterSelectMenu__list__content .fs-checkbox .fs-checkbox-box{
    width:100%
}
.mFilterSelectMenu__list__content .fs-checkbox .fs-checkbox-box .fs-checkbox__label{
    color:#707070;
    font-size:14px;
    line-height:22px;
    max-width:147px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mFilterSelectMenu__list__content .fs-checkbox .fs-checkbox-box .fs-checkbox__icon{
    line-height:1
}
.mFilterSelectMenu__list__content .fs-checkbox .fs-checkbox-box .fs-checkbox__icon:before{
    display:block
}
.mFilterSelectMenu__list__content .fs-checkbox.is-checked .fs-checkbox__icon{
    color:#707070
}
.mFilterSelectMenu__list__content .fs-checkbox.is-checked .fs-checkbox__label{
    color:#19191a
}
.mFilterSelectMenu__list__content .fs-checkbox.is-disabled .fs-checkbox__label{
    color:#ccc
}
.mFilterSelectMenu__list__content .special{
    width:-moz-fit-content!important;
    width:fit-content!important
}
.mFilterSelectMenu__list__content .special .fs-checkbox-box{
    width:100%!important
}
.mFilterSelectMenu__list__content .special .fs-checkbox-box .fs-checkbox__label{
    max-width:100%!important
}
.mFilterSelectMenu__footer{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-gap:16px
}
 .fs-radio{
    width:100%
}
 .fs-radio .fs-radio-box{
    height:100%;
    width:100%
}
@keyframes slideDownIn-c62dd500{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-c62dd500{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
@keyframes slideDownIn{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.fs-dialog .mFilterSelect.fs-dialog__contentM{
    border-radius:8px 8px 0 0
}
.mFilterSelectMenu__head{
    align-items:center;
    border-radius:3px;
    display:flex;
    justify-content:space-between;
    margin:0 16px 16px;
    padding:0 3px
}
.mFilterSelectMenu__head span{
    color:#19191a;
    font-size:20px;
    font-weight:600;
    line-height:28px
}
.mFilterSelectMenu__head i{
    color:#19191a;
    font-size:12px;
    line-height:1;
    margin-left:8px;
    transition:all .3s
}
.mFilterSelectMenu__head .active{
    transform:rotateX(-180deg)
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch{
    align-items:center;
    display:flex
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .title{
    color:#707070;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    margin-right:8px
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content{
    background-color:#e5e5e5;
    border-radius:999px;
    cursor:pointer;
    height:24px;
    padding:2px;
    position:relative;
    transition:all .2s;
    width:44px
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content .btn{
    align-items:center;
    background-color:#fff;
    border-radius:50%;
    display:flex;
    height:20px;
    justify-content:center;
    left:2px;
    position:absolute;
    top:2px;
    transition:all .2s;
    width:20px
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content .btn .iconfont{
    color:#707070;
    display:block;
    font-size:12px;
    line-height:1;
    margin-left:0;
    opacity:0;
    transition:all .2s
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content.isOpen{
    background-color:#707070
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content.isOpen .btn{
    left:22px
}
.mFilterSelectMenu__head .mFilterSelectMenu__head__switch .content.isOpen .btn .iconfont{
    opacity:1
}
.mFilterSelectMenu__list{
    align-items:center;
    display:flex;
    justify-content:space-between;
    padding:0 16px 16px
}
.mFilterSelectMenu__list__left{
    display:flex;
    flex:1;
    grid-gap:4px;
    height:40px;
    margin-right:8px
}
.mFilterSelectMenu__list .list__left__item{
    align-items:center;
    border:1px solid #e5e5e5;
    border-radius:999px;
    display:flex;
    font-size:12px;
    line-height:20px;
    overflow:hidden;
    padding:10px 16px
}
.mFilterSelectMenu__list .list__left__item.isLine{
    border-color:#19191a
}
.mFilterSelectMenu__list .list__left__item span{
    color:#19191a;
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mFilterSelectMenu__list .list__left__item span.isAct{
    color:#19191a
}
.mFilterSelectMenu__list .list__left__item i{
    color:#707070;
    display:none;
    font-size:12px;
    margin-left:4px
}
.mFilterSelectMenu__list .list__left__item.active i{
    color:#19191a;
    font-weight:600;
    transform:rotateX(-180deg);
    transition:all .3s
}
.mFilterSelectMenu__list .list__left__item.comparison_btn{
    align-items:center;
    display:flex;
    margin-left:auto;
    margin-right:0
}
.mFilterSelectMenu__list .list__left__item.comparison_btn.disabled{
    cursor:no-drop;
    opacity:.3
}
.mFilterSelectMenu__list .list__left__item>img{
    display:block;
    height:16px;
    margin-right:4px;
    width:16px
}
.mFilterSelectMenu__list__right{
    background-color:#f7f7f7;
    border:1px solid #e5e5e5;
    border-radius:4px;
    color:#19191a;
    flex-shrink:0;
    padding:10px
}
.mFilterSelectMenu__list__right i{
    color:#19191a;
    display:block;
    font-size:18px;
    line-height:1
}
.mFilterSelectMenu__list__right span{
    display:none
}
.mFilterSelectMenu__list__right.isAct{
    border-color:#19191a
}
.mFilterSelectMenu__list__right.isAct i{
    color:#19191a
}
.mFilterSelectMenu__banner{
    margin:0 16px 16px;
    position:relative
}
.mFilterSelectMenu__banner>a>img{
    border-radius:999px;
    width:100%
}
.mFilterSelectMenu__banner .txt{
    align-items:center;
    display:flex;
    height:66.67%;
    position:absolute;
    right:12px;
    top:12px;
    width:78.426%
}
.mFilterSelectMenu__banner .txt .title{
    color:#19191a;
    display:-webkit-box;
    font-size:12px;
    font-weight:600;
    line-height:20px;
    margin-right:12px;
    overflow:hidden;
    text-overflow:ellipsis;
    width:79.443%;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
}
.mFilterSelectMenu__banner .txt .btn{
    align-items:center;
    background-color:#fff;
    border-radius:50%;
    box-shadow:0 4px 12px #0000001a;
    display:flex;
    height:100%;
    justify-content:center;
    width:16.023%
}
.mFilterSelectMenu__banner .txt .btn>span{
    color:#19191a;
    font-size:14px;
    line-height:22px
}
.mFilterSelectMenu__switch{
    align-items:center;
    display:flex;
    height:60px;
    justify-content:space-between;
    padding:0 16px 16px
}
.mFilterSelectMenu__switch .total{
    color:#19191a;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    margin-right:20px
}
.mFilterSelectMenu__switch .list{
    display:flex;
    flex:1;
    grid-gap:8px
}
.mFilterSelectMenu__switch .list .item{
    height:60px;
    width:60px
}
.mFilterSelectMenu__switch .list .item>img{
    display:block;
    height:100%;
    width:100%
}
.mFilterSelectMenu__switch .option{
    align-items:center;
    display:flex
}
.mFilterSelectMenu__switch .option .iconfont{
    border-radius:3px;
    color:#707070;
    cursor:pointer;
    font-size:16px;
    line-height:1;
    margin-left:8px;
    padding:6px
}
.mFilterSelectMenu__switch .option .iconfont:hover{
    background:#19191a0a;
    color:#19191a
}
.mFilterSelectMenu__result{
    align-items:center;
    border-top:1px solid #eee;
    display:flex;
    justify-content:space-between;
    padding:16px 16px 0
}
.mFilterSelectMenu__result__total{
    color:#707070;
    font-size:12px;
    line-height:20px
}
@keyframes slideDownIn-8484ad9f{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-8484ad9f{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.mCategory__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    margin:16px 16px 0;
    position:relative
}
.mCategory__grid:after{
    background-color:#fff;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    position:absolute;
    width:100%;
    z-index:1
}
.mCategory__grid__item{
    border-bottom:1px solid #e5e5e5;
    border-top:none;
    overflow:hidden;
    padding:12px 12px 16px;
    position:relative
}
.mCategory__grid__item:hover{
    border-color:transparent;
    box-shadow:0 2px 8px #0000001a
}
.mCategory__noProducts{
    background:#fff;
    margin:20px auto;
    padding:40px 48px
}
.mCategory__noProducts>div{
    text-align:center
}
.mCategory__noProducts__tit{
    color:#19191a;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    margin-bottom:8px
}
.mCategory__noProducts__msg{
    color:#4b4b4d;
    font-size:14px;
    line-height:22px
}
.mCategory__pagination{
    margin:20px auto 36px
}
.grid{
    position: relative;
}
 .grid__img{
     height:  180px;
    margin-bottom:12px;
    display: grid;
    place-items: center;
}
 .grid__img img{
    /*height:100%!important;*/
    max-width:180px;
    width:100%!important
}
 .grid__img .grid__img__cart{
    align-items:center;
    color:#19191a;
    display:flex;
    height:36px;
    justify-content:center;
    right:0;
    width:36px;
}
.grid_hot{
    color: #f56300;
    background-color:#FFEBDD;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 4px;
    user-select: none;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}
.grid_hot span{
    align-items: center;
    display: inline-flex;
}
@keyframes slideDownIn-0749e3b9{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-0749e3b9{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
@keyframes slideDownIn-9107162f{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-9107162f{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.pcCategory{
    display:block;
    margin-bottom: 40px;
}
@media screen and (max-width:768px){
    .pcCategory{
        display:none
    }
}
.mCategory{
    display:none
}
@media (max-width:767px){
    .mCategory{
        display:block
    }
}
@keyframes slideDownIn-4c383640{
    0%{
        display:block;
        opacity:0;
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        transform:translateY(4px)
    }
}
@keyframes slideUpOut-4c383640{
    0%{
        height:100%
    }
    to{
        display:none;
        height:0
    }
}
.category_wrap[data-v-4c383640]{
    min-height:600px
}
