/* 原七鱼弹框 */
#YSF-BTN-HOLDER{
    display: none!important;
}
/* 面包屑上间距 */
.cmp-breadcrumb{
    margin-top: 24px;
}
/* 锚点偏移 - 距离顶部120px */
[id^="anker_"] {
    scroll-margin-top: 120px;
}
/******************************** 通用 start ********************************/
.pc{
    display: block;
}
.sp{
    display: none;
}
/* 滚动条 */
div::-webkit-scrollbar,
ul::-webkit-scrollbar,
p::-webkit-scrollbar{ 
    width: 2px;
    height: 4px;
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb {
    background: #DCDCDC;
}
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
p::-webkit-scrollbar-track {
    background: transparent;
}
/* 分页 */
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.pagination > a{
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
}
.pagination > span.active{ 
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    font-size: 14px;
    line-height: 30px;
    color: rgb(0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
}
/******************************** 通用 end ********************************/



/******************************** 头部 start ********************************/
/* 右侧工具 */
.right-tool{
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 40px;
    height: 240px;
    /* background: #F0F0F0; */
    z-index: 990;
    transition: all 0.5s;
}
.right-tool.is-open{
    right: 0;
}
.right-tool-toggle{
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 16px;
    height: 40px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.right-tool-toggle::after{
    content: "";
    position: absolute;
    top: 14px;
    left: 1px;
    width: 14px;
    height: 14px;
    background: url('/casio-static/images/icon-arrow-right-black.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
}
.right-tool-items{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #F0F0F0;
}
.right-tool-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding-left: 5px;
}
.right-tool-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-tool-content > img{
    width: 18px;
}
.right-tool-content > p{
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
    display: none;
}
.right-tool-item:hover{
    background-color: #f7f8fa;
}
.right-tool:hover{
    height: 240px;
    width: 60px;
    right: 0;
}
.right-tool:hover .right-tool-content > p{
    display: block;
}
.right-tool:hover .right-tool-toggle::after{
    transform: rotate(0deg);
}
/* 顶部公告 */
/* body.page{
    margin: 60px 0 0!important;
} */
body.disabled-scrollbar{
    position: relative;
    overflow: hidden;
    top: 0;
}
.cmp-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100% !important;
    margin: 0 !important;
}
.cmp-header .cmp-header-ad{
    display: none;
}
.cmp-header.is-inside{
    top: 0;
}
.cmp-header.is-outside{
    transform: translateY(0);
    -webkit-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
}
.cmp-header-main{
    height: 60px;
    padding: 0 40px;
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 1000;
}
.cmp-header-gonggao{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 990;
    height: auto;
    justify-content: space-between;
    background-color: #000000;
    padding: 0 43px;
    height: 24px;
    justify-content: space-between;
    display: flex;
}
.cmp-header-gonggao.cmp-header-utility .cmp-header-utility-item{
    /* max-width: 30%; */
    height: 100%;
    display: flex;
    align-items: center;
}
.cmp-header-gonggao.cmp-header-utility .cmp-header-utility-item p,
.cmp-header-gonggao.cmp-header-utility .cmp-header-utility-item a{
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmp-header-gonggao.cmp-header-utility .cmp-header-utility-item a{
    padding-right: 18px;
    position: relative;
}
.cmp-header-gonggao.cmp-header-utility .cmp-header-utility-item a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url('/casio-static/images/icon-arrow-right-white.svg') no-repeat center center;
    background-size: contain;
}
.cmp-header-gonggao .cmp-header-utility-close .icon-casio-icon_menu_close{
    font-size: 10px;
    cursor: pointer;
    color: #FFFFFF;
}
.cmp-header-gonggao .cmp-header-utility-close .icon-casio-icon_menu_close:before{
    background-image: none;
}
/* 顶部导航 */
.header-pc{
    display: block;
}
.header-sp{
    display: none;
}
#visual-header-new .cmp-header-navigation{
    margin: 0 24px 0 0;
    flex: none;
    width: 32%;
    display: block;
}
#visual-header-new .cmp-header-navigation__items{
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}
#visual-header-new .cmp-header-navigation__item.is-current > a{
    font-weight: bold;
}
#visual-header-new .cmp-header-navigation__item:first-child {
    padding-left: 0;
}
#visual-header-new .cmp-header-utility,
#visual-header-new .cmp-header-utility__items{
    height: 100%;
    gap: 20px;
}
#visual-header-new .cmp-header-utility__item.cmp-header-account--login .cmp-header-utility-sub__items{
    bottom: 0;
}
#visual-header-new .cmp-header-utility__item.icon-cart-gshock,
#visual-header-new .cmp-header-utility__item.cmp-header-account--login{
    margin-left: 0;
}
#visual-header-new .cmp-header-account--login:hover .cmp-header-utility-sub__items,
#visual-header-new .cmp-header-utility-sub:hover .cmp-header-utility-sub__items{
    display: block;
    opacity: 1;
}

#visual-header-new .cmp-header-utility-sub.is-sub-fade .cmp-header-utility-sub__items {
    display: block;
    opacity: 1;
}
#visual-header-new .cmp-header-utility {
    overflow: visible;
}

#visual-header-new .cmp-header-utility-sub {
    position: relative;
    z-index: 9999!important;
}

#visual-header-new .cmp-header-utility-sub__items {
    z-index: 9999;
    bottom: auto;
    top: 100%;
    transform: translateY(0);
}
#visual-header-new.cmp-header .cmp-header-utility__item a,
#visual-header-new .cmp-header-utility-sub__trigger{
    display: flex;
    gap: 2px;
    align-items: center;
}
#visual-header-new.cmp-header .cmp-header-utility__item .icon-text{
    font-size: 14px;
    white-space: nowrap;
    max-width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#visual-header-new .cmp-header-navigation__item{
    font-size: 14px;
    font-size: 9pt;
    /* line-height: 1.5; */
}
#visual-header-new .mf_search_form input[type=search]{
    font-size: 14px;
    text-align: right;
    padding: 0;
}
#visual-header-new .mf_search_form button{
    background-image: url('/casio-static/images/icon-search.svg');
    width: 17px;
    height: 17px;
}
#visual-header-new .cmp-header-utility__item a:hover{
    text-decoration: none;
}
.cmp-header-utility__item #cartQuantity{
    width: 15px;
    height: 15px;
    top: -6px;
    right: -6px;
}
/* g-shock 黑色导航 */
.cmp-header--gshock .cmp-header-main{
    background: #000;
}
.cmp-header--gshock .mf_search_form{
    background: #000;
    border-bottom: 1px solid #FFF;
}
.cmp-header--gshock #visual-header-new .mf_search_form button{
    background-image: url(/casio-static/images/icon-search-white.svg);
}


/* 二级菜单 */
.cmp-header-childer-menu{
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 84px!important;
    height: calc(-84px + 100vh)!important;
    display: none;
}
.cmp-header-childer-menu .cmp-header-vertical-menu-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100dvh;
    background-color: transparent;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1), margin 0s linear 0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1), margin 0s linear 0s;
}
.cmp-header-navigation__item.is-current .cmp-header-vertical-menu-overlay {
    background-image: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(213 213 213 / 80%));
}
.cmp-header-navigation__item.is-current > .cmp-header-childer-menu{ 
    display: block;
}
.cmp-header-nav-level2{
    min-height: 400px;
    height: 80vh;
    background: rgb(255 255 255 / 80%);
    padding: 30px 40px 20px;
}
.cmp-header-nav-level2-main{
    position: relative;
    height: 100%;
}
.cmp-header-nav-level2-content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
}
.cmp-header-nav-level2-left{
    /* width: 24%; */
    width: 35%;
}
.header-menu-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.header-menu-title .menu-title,
.header-menu-title .explore-all{
    font-size: 14px;
    font-size: clamp(14px, 1.0938vw, 16px);
    font-weight: 500;
    color: #000;
    display: flex;
    line-height: 16px;
}
.header-menu-title .explore-all{
    font-size: clamp(12px, 0.9375vw, 14px);
}
.cmp-header-nav-level2-main .header-menu-title{
    width: 100%;
}
.header-level2-list{
    /* height: 313px; */
    height: calc(80vh - 50px - 32px);
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.header-level2-list > li{
    font-size: 12px;
    font-size: clamp(12px, 0.9375vw, 14px);
    line-height: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
    cursor: pointer;
}
.cmp-header-vertical-menu__sub-item a{
    background: url(/clientlib-site/resources/images/header/icon_arrow_left.svg) no-repeat 100%;
}
.header-level2-list > li span:nth-child(1){
    width: 200px;
    display: inline-block;
    margin-left: 0;
}
.cmp-header-nav-level2-main.is-open > .header-menu-title,
.cmp-header-nav-level2-main.is-open .header-level2-list > li > span,
.cmp-header-nav-level2-main.is-open .header-level2-list > li > img{
    opacity: 0;
}
.cmp-header-nav-level2-main.is-open .header-level2-list::-webkit-scrollbar{
    width: 0;
}
.cmp-header-nav-level2-right{
    width: 42%;
}
.header-level2-content{
    display: flex;
    gap: 16px;
}
.header-level2-content-left,
.header-level2-content-right{ 
    width: 240px;
    position: relative;
}
.featured-img{
    width: 240px;
    height: 245px;
}
.featured-img > img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-text,
.qrcode-text{
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #FFF;
}
.qrcode-img{
    width: 160px;
    margin: 0 auto;
}
.qrcode-img > img{
    width: 100%;
    mix-blend-mode: multiply;
}
.cmp-header-nav-level3-main{
    position: absolute;
    top: 0;
    z-index: 2;
    min-height: 100%;
    display: none;
    width: 100%;
}
.cmp-header-nav-level3-main .header-menu-title{
    position: static;
    width: 100%;
    background: #FFF;
    z-index: 1;
}
.header-level3-list{
    /* height: 313px; */
    overflow: hidden auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-right: 12px;
    height: calc(80vh - 50px - 32px);
}
.header-level3-list > li{ 
    /* width: calc((100% - 20px) / 3); */
    width: 33.33%;
    padding-right: 50px;
    padding-bottom: 40px;
}
.header-level3-list > li img{
    width: 100%;
}
.header-level3-list > li a{
    /* font-size: 10px; */
    /* color: #636363; */
    font-size: clamp(10px, 0.7813vw, 12px);
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000;
    font-size: 9pt;
    font-weight: 700;
}
.header-level3-list > li a p{
    margin-top: 5px;
}
.cmp-header-nav-level3-back{
    cursor: pointer;
}
.header-level3-list.other{
    flex-direction: column;
    padding-top: 15px;
}
.header-level3-list.other > li{
    width: 100%;
}
.header-level3-list.other > li a{
    font-size: 14px;
    color: #000000;
    text-align: left;
}
/* 顶部搜索 */
.cmp-header-utility__item__search{
    border-bottom: none;
    justify-content: end;
    background-color: transparent;
}
.mf_search_form{
    background: #F0F0F0;
    padding: 0px 10px 0 16px;
    width: 80%;
    max-width: 200px;
}
/******************************** 头部 end ********************************/



/******************************** footer start ********************************/
.cmp-footer{
    padding-top: 40px;
    padding-bottom: 48px;
}
.cmp-container--insets-2>.switch-container{
    padding: 0;
}
.cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item .cmp-footer-nav__ttl{
    margin-bottom: 24px;
    line-height: 17px;
}
.cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item ul li{
    line-height: 17px;
}
.cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item ul li a{
    color: #4E4E4E;
}
.cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item ul li.flex{
    display: flex;
}
.cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item ul li.small a{
    font-size: 8px;
}
.footer-sjmt-pc{
    display: block;
}
.footer-sjmt-sp{ 
    display: none;
}
/******************************** footer end ********************************/



/******************************** 响应式 start ********************************/
@media (min-width: 1024px){
    #visual-header-new .cmp-header-head{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}
@media (max-width: 995px){
    /* header start */
    html{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    body.page {
        margin-top: 0 !important;
        padding-top: 44px!important;
    }
    .header-pc{
        display: none;
    }
    .header-sp{
        display: block;
    }
    .sp-header-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 44px;
        background: #fff;
        padding: 10px 16px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    #sp-search-input::-webkit-search-cancel-button,
    #sp-search-input::-webkit-search-decoration,
    #sp-search-input::-webkit-search-results-button,
    #sp-search-input::-webkit-search-results-decoration {
        display: none;
    }
    #sp-search-input[type="search"]::-ms-clear,
    #sp-search-input[type="text"]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
    #sp-search-input::-moz-search-clear-button {
        display: none;
    }
    .sp-menu-modal input[type="search"]::-webkit-search-cancel-button,
    .sp-menu-modal input[type="search"]::-webkit-search-decoration,
    .sp-menu-modal input[type="search"]::-webkit-search-results-button,
    .sp-menu-modal input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }
    .sp-menu-modal input[type="search"]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
    .sp-menu-modal input[type="search"]::-moz-search-clear-button {
        display: none;
    }
    .sp-menu-modal__item:last-child{
        border-bottom: none!important;
    }
    .sp-header-logo{
        background: transparent;
        height: auto;
        width: auto !important;
    }
    .cmp-header--gshock .sp-header-bar,
    .cmp-header--gshock .cmp-header{
        background-color: #000!important;
    }
    .sp-header-bar .icon-black{
        display: inline-block;
    }
    .sp-header-bar .icon-white {
        display: none;
    }
    .cmp-header--gshock .sp-header-bar .icon-black {
        display: none;
    }
    .cmp-header--gshock .sp-header-bar .icon-white {
        display: inline-block;
    }
    .sp-header-bar #cartQuantitySp {
        display: none;
        pointer-events: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        line-height: 0;
        width: 20px;
        height: 20px;
        background-color: #000;
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: 2px;
        right: -3px;
    }
    .sp-header-bar #cartQuantitySp {
        width: 15px;
        height: 15px;
        top: -6px;
        right: -6px;
    }
    .cmp-header--gshock .sp-header-bar #cartQuantitySp {
        background-color: #fff;
        color: #000;
    }
    /* header end */
}
@media (max-width: 768px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
@media (max-width: 767px){
    /* 右侧操作栏 */
    .right-tool{
        width: 30px;
        right: 0;
        height: 160px;
    }
    .right-tool:hover{
        width: 46px;
    }
    .right-tool-content > img{
        width: 13px;
    }
    /* footer start */
    .cmp-footer{
        background-color: #F8F8F8;
        padding: 0;
    }
    .cmp-footer .cmp-footer-main{
        padding: 10px 16px;
    }
    .cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item{
        border-top: 0;
        border-bottom: 1px solid #e4e4e4;
    }
    .cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item:last-child{
        border-bottom: 1px solid #e4e4e4;
    }
    .cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item .cmp-footer-nav__ttl{
        margin-bottom: 0;
        padding: 20px 0;
    }
    .cmp-footer .cmp-footer-main .cmp-footer-nav .cmp-footer-nav__primary .cmp-footer-nav__category-item .cmp-footer-nav__ttl:after{
        content: "";
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(225deg);
        position: absolute;
        top: 50%;
        right: 2.91545vw;
        margin-top: -8px;
    }
    .footer-new .aem-Grid.aem-Grid--4.aem-Grid--default--4.aem-Grid--phone--10 {
        display: flex;
        justify-content: space-between;
        padding: 3px 0;
        align-items: center;
    }
    .footer-new .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--2{
        margin-left: 0;
    }
    .footer-sjmt-pc{
        display: none;
    }
    .footer-sjmt-sp{ 
        display: block;
    }
    /* footer end */
}
/******************************** 响应式 end ********************************/
