/******************************** 首页 start ********************************/
a{
    color: #000;
}
.title-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.new-text{
    font-size: 16px;
    line-height: 32px;
}
.new-link{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}
.cmp-title h2{
    font-size: 28px;
    line-height: 34px;
}
.cmp-container--body > .cmp-container, 
.cmp-container--body > .switch-container{
    margin: 0 80px;
}
/* 开屏视频 */
.splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10100;
}
.splash-video{ 
    width: 100vw;
    height: 100vh;
    /* background-image: url(../images/1219_卡西欧_横版_无bt交付背景.mp4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.splash-video > video{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.splash-btn{
    position: absolute;
    z-index: 1011;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
/* 第二屏轮播 */
.projects-grid{
    position: relative;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    position: relative;
}
.swiper-slide-text{
    position: absolute;
    bottom: 150px;
    /* left: 50px; */
    left: auto;
    z-index: 2;
    margin-left: 16px;
}
.swiper-slide-text-type{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
}
.swiper-slide-text-sku{
    font-size: 32px;
    line-height: 22px;
    margin-bottom: 32px;
    font-family: 'PingFang SC';
}
.swiper-slide-text-link{
    width: 240px;
    height: 40px;
    background: #000;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
}
.swiper-slide-text-change{
    font-size: 24px;
    /* line-height: 23px; */
    text-align: center;
    cursor: pointer;
}
.swiper-slide-active .swiper-slide-text-change{
    font-size: 40px;
    /* line-height: 37px; */
    font-weight: 700;
}
.mySwiper2 {
    width: 100%;
    height: 620px;
    background-image: url(/casio-static/images/img-index-1.png);
    background-size: 100% 100%;
}
.mySwiper2.watches{
    background-image: url(/casio-static/images/img-index-1.png);
}
.mySwiper1 {
    max-width: 30%;
    height: 150px;
    box-sizing: border-box;
    position: absolute;
    bottom: 150px;
    right: 0;
    padding: 7px 40px 7px 0;
    z-index: 2;
    margin-right: 16px;
}
.mySwiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper1 .swiper-slide-active {
    opacity: 1;
    font-size: 28px;
    line-height: 32px;
}
.mySwiper1 .swiper-slide.swiper-slide-prev .swiper-slide-text-change,
.mySwiper1 .swiper-slide.swiper-slide-next .swiper-slide-text-change{
    position: relative;
}
.mySwiper1 .swiper-slide.swiper-slide-prev .swiper-slide-text-change::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1;
}
.mySwiper1 .swiper-slide.swiper-slide-next .swiper-slide-text-change::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1;
}
.mySwiper1 .swiper-pagination{
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #000000;
}
.swiper-button-prev{
    width: 16px;
    height: 16px;
    background-image: url(/etc.clientlibs/casio/clientlibs/clientlib-site/resources/images/header/icon_arrow_left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-button-next{
    width: 16px;
    height: 16px;
    background-image: url(/etc.clientlibs/casio/clientlibs/clientlib-site/resources/images/header/icon_arrow_right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: '';
}
.mySwiper1 .swiper-button-prev{
    top: -4px;
    right: 4px;
    left: auto;
    bottom: auto;
    margin-top: 0;
    transform: rotate(90deg);
}
.mySwiper1 .swiper-button-next{
    bottom: -4px;
    right: 4px;
    left: auto;
    top: auto;
    transform: rotate(90deg);
}
.mySwiper2 .swiper-slide-img{
    height: 100%;
    position: relative;
}
.mySwiper2 .swiper-slide-img::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(/casio-static/images/img-index-after.png);
    background-size: 100% 100%;
    z-index: 1;
    display: none;
}
.mySwiper2 .swiper-slide-img .swiper-slide-img-bg{
    display: none;
}
.mySwiper2 .swiper-slide-img-cover{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 350px; */
    /* max-height: 350px; */
    height: auto;
    width: auto;
    z-index: 2;
}
/* 为我推荐 */
.container-recommend{
    padding: 116px 0 60px;
}
.cmp-title-swiper{
    width: 375px;
    height: 54px;
    position: relative;
}
.mySwiper3{
    height: 100%;
    position: relative;
}
.cmp-title-swiper{
    position: relative;
}
.cmp-title-swiper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
}
.cmp-title-swiper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
}
.swiper-slide-title-type{
    font-size: 18px;
    line-height: 22px;
    /* font-weight: 700; */
    text-align: center;
    cursor: pointer;
    padding: 0 16px;
    white-space: nowrap;
}
.mySwiper3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    padding: 14px 0;
}
.mySwiper3 .swiper-slide.swiper-slide-active{
    opacity: 1;
    position: relative;
}
.mySwiper3 .swiper-slide.swiper-slide-active .swiper-slide-title-type{
    font-weight: 700;
}
.mySwiper3 .swiper-slide.swiper-slide-active::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/casio-static/images/icon-arrow-left.svg);
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.mySwiper3 .swiper-slide.swiper-slide-active::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/casio-static/images/icon-arrow-left.svg);
    background-size: 100% 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%) rotate(-90deg);
}
/* content-list */
.new-content-list-items{
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
}
.new-content-list-item{
    max-width: calc((100% - 120px) / 4);
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}
.new-content-list-item a{
    color: #000;
    text-decoration: none;
    position: relative;
    display: block;
}
.new-content-list-title{
    text-decoration: none;
}
.new-content-list-cover{
    position: relative;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}
.new-content-list-cover::before{ 
    content: "";
    width: 100px;
    height: 112px;
    background: #000000;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
}
.new-content-list-cover::after{ 
    content: "";
    width: 100px;
    height: 112px;
    background: #000000;
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
}
.new-content-list-cover > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    display: block;
    position: relative;
    z-index: 1;
}
.new-content-list-cover-mask{
    background: rgba(0, 0, 0, 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s ease;
}
.new-content-list-logo > img{
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 120px;
    display: block;
}
.new-content-list-desc{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgb(255 255 255 / 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.new-content-list-title{
    font-size: 16px;
    margin-bottom: 8px; 
    font-weight: 600;
}
.new-content-list-p{
    font-size: 14px;
    line-height: 22px; 
    color: rgb(0 0 0 / 100%); 
    max-height: calc(100% - 40px);
    overflow-y: auto;
    flex: 1;
}
p.new-content-list-p::-webkit-scrollbar-thumb {
    background: rgb(0 0 0 / 40%);
}
.new-content-list-link{
    /* position: absolute; */
    /* bottom: 26px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* z-index: 2; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.new-content-list-link > p{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}
.new-content-list-link > a{
    display: block;
    text-align: center;
}
.new-content-list-link img{
    width: 28px;
    height: 28px;
}
.new-content-list-item.is-hover .new-content-list-cover-mask{
    opacity: 0;
}
.new-content-list.service{
    margin-bottom: 40px;
}
/* 为我推荐 */
.new-content-list.recommend{
    margin-top: 40px;
}
.new-content-list.recommend .new-content-list-item:hover .new-content-list-title{
    color: #185EDC;
}
.new-content-list.recommend .new-content-list-item:hover .new-content-list-cover::before,
.new-content-list.recommend .new-content-list-item:hover .new-content-list-cover::after{
    background: #185EDC;
}
.new-content-list.recommend .new-content-list-item:nth-child(1){
    transform: translateY(0);
}
.new-content-list.recommend .new-content-list-item:nth-child(2){
    transform: translateY(20px);
}
.new-content-list.recommend .new-content-list-item:nth-child(3){
    transform: translateY(-20px);
}
.new-content-list.recommend .new-content-list-item:nth-child(4){
    transform: translateY(20px);
}
.new-content-list.recommend .new-content-list-item:hover {
    transform: scale(1.1);
}
/* 故事空间 */
.container-story{
    padding: 120px 0 65px;
}
.new-content-list.story{
    margin-top: 40px;
}
.new-content-list.story .new-content-list-items{
    gap: 14px;
}
.new-content-list.story .new-content-list-item{
    max-width: calc((100% - 52px) / 4);
}
.new-content-list.story .new-content-list-cover::before,
.new-content-list.story .new-content-list-cover::after{
    display: none;
}
.new-content-list.story .new-content-list-item:nth-child(1){
    /* transform: translateY(-52px); */
    margin-top: -52px;
}
.new-content-list.story .new-content-list-item:nth-child(2){
    /* transform: translateY(30px); */
    /* margin-top: 30px; */
    margin-top: 6px;
}
.new-content-list.story .new-content-list-item:nth-child(3){
    /* transform: translateY(0); */
    margin-top: 0;
}
.new-content-list.story .new-content-list-item:nth-child(4){
    /* transform: translateY(-52px); */
    margin-top: -52px;
}
.new-content-list.story .new-content-list-item:hover{
    transform: scale(1.05)!important;
    z-index: 3;
}
.new-content-list.story .new-content-list-item:hover .new-content-list-title{
    color: #000;
}
.new-content-list.story .new-content-list-cover > img{
    /* height: 325px; */
    object-fit: cover;
}
.new-content-list.story .new-content-list-item:hover .new-content-list-desc{
    opacity: 1;
}
/* 尊享服务 */
.container-service{
    padding: 120px 0 90px;
}
.new-content-list.service .new-content-list-item{
    max-width: calc((100% - 80px) / 3);
}
.new-content-list.service .new-content-list-item .new-content-list-cover{
    overflow: hidden;
}
.new-content-list.service .new-content-list-cover::before,
.new-content-list.service .new-content-list-cover::after{
    display: none;
}
.new-content-list.service .new-content-list-item:hover .new-content-list-cover img{
    transform: scale(1.1);
}
/* 关于 CASIO 卡西欧 */
.cmp-text-bg{
    background-image: url(/casio-static/images/bg-index-about.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
/* 新品推荐 */
.swiper-button-prev, .swiper-button-next{ 
    margin-top: 0;
}   
.content-panel-list-recommended{
    position: relative;
    padding-bottom: 40px;
}
.content-panel-list-recommended .swiper-button-next{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
}
.content-panel-list-recommended .swiper-button-prev{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 40px;
    height: 40px;
}
.content-panel-list-recommended .swiper-pagination{
    display: flex;
}
.content-panel-list-recommended .swiper-pagination .swiper-pagination-bullet{
    flex: 1;
    display: block;
    width: auto;
    height: 2px;
    border-radius: 0;
    margin: 0;
}
/* 热门推荐 */
.content-panel-list-hot{
    position: relative;
    padding-bottom: 40px;
}
.content-panel-list-hot .swiper-button-next{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
}
.content-panel-list-hot .swiper-button-prev{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 40px;
    height: 40px;
}
.content-panel-list-hot .swiper-pagination{
    display: flex;
}
.content-panel-list-hot .swiper-pagination .swiper-pagination-bullet{
    flex: 1;
    display: block;
    width: auto;
    height: 2px;
    border-radius: 0;
    margin: 0;
}
.container-about{
    padding-bottom: 80px;
}
/* 新版为我推荐 */
.cmp-title-swiper{
    width: 375px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.recommend-switch-container{
    display: flex;
    overflow-x: auto;
}
.recommend-switch-item{
    position: relative;
}
.recommend-switch-item.active::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/casio-static/images/icon-arrow-left.svg);
    background-size: 100% 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%) rotate(-90deg);
}
.recommend-switch-item.active::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/casio-static/images/icon-arrow-left.svg);
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
/******************************** 首页 end ********************************/



/******************************** 产品系列 start ********************************/
/* banner */
.container-banner{
    padding: 72px 0 139px;
    background-image: url(/casio-static/images/bg-list-banner.png);
    background-size: cover;
    background-position: bottom center;
}
.new-content-list.banner .new-content-list-item:nth-child(1){
    transform: translateY(94px);
}
.new-content-list.banner .new-content-list-item:nth-child(2){
    transform: translateY(-30px);
}
.new-content-list.banner .new-content-list-item:nth-child(3){
    transform: translateY(94px);
}
.new-content-list.banner .new-content-list-item:nth-child(4){
    transform: translateY(-30px);
}
/* 搜索 */
.product-filter-search{
    padding: 80px 0 26px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
    /* position: sticky;
    top: 0;
    z-index: 998;
    background: #FFF; */
}
.product-filter{
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}
.product-filter-text,
.product-quantity-text{
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px;
}
.product-search{
    flex: 1;
}
.product-search-input-box{
    position: relative;
    padding: 14px 16px;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    height: 48px;
}
.product-search-input{
    width: 100%;
    border: none;
    background: transparent;
}
.product-search-input:focus{
    outline: none;
}
/* 品牌菜单 */
.cmp-brand_menu{
    font-size: 14px;
    line-height: 19px;
}
.cmp-brand_menu__wrapper{
    border: none;
}
.cmp-brand_menu__wrapper.is-fixed{
    top: 60px;
    width: 100%;
    z-index: 998;
}
.cmp-brand_menu__wrapper.is-fixed.is-slide{
    top: 60px;
}
.cmp-brand_menu .cmp-brand_menu__itemwrap{
    box-sizing: border-box;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
}
.cmp-brand_menu .cmp-brand_menu__itemwrap.is-active{
    padding-right: 20px;
}
.cmp-brand_menu .cmp-brand_menu__items .cmp-brand_menu__item{
    margin: 0;
}
.cmp-brand_menu .right:after{
    right: 0;
}
.cmp-brand_menu .cmp-brand_menu__items .cmp-brand_menu__item.is-current a.cmp-brand_menu__txt:before{
    height: 2px;
    bottom: -3px;
    width: 100%;
    left: 0;
}
/* 商品列表 big */
.product-panel-swiper,
.mySwiper4,
.product-panel-swiper-cover{
    height: 100%;
}
.product-panel-swiper-cover img{
    object-fit: cover;
}
.mySwiper4 .swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF;
}
.product-panel-swiper-text{
    position: absolute;
    background: #FFFFFF;
    padding: 20px 40px;
    top: 36px;
    left: 50px;
    width: calc(100% - 50px - 54px);
    height: calc(100% - 36px - 54px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-panel-swiper-type{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    color: #9A9A9A;
}
.product-panel-swiper-sku{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;
    font-weight: 500;
}
.product-panel-swiper-desc{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.6);
}
.product-panel-swiper-btn{
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #ffffff!important;
    display: block;
    text-align: center;
    background: #000000;
    text-decoration: none;
}
/* 商品列表-左侧筛选 */
.cmp-product_panel_list .product-filter-container.cmp-product_panel_list__wrapper--desktop{
    margin-top: 0;
    top: 134px;
}
.cmp-product_panel_list .product-filter-container.cmp-product_panel_list__wrapper--desktop .cmp-filter-sort .cmp-filter-sort__inner{
    height: calc(100vh - 134px - 32px);
    margin-top: 12px;
}
.filter-sort-close{
    height: 32px;
    border-bottom: 1px solid #F1F1F1;
    font-size: 12px;
    line-height: 32px;
    color: #ADADAD;
    cursor: pointer;
}
/* 商品列表-右侧列表 */
.product-panel-list-new .cmp-product_panel_list__frame{
    margin-top: 0!important;
    margin-bottom: 80px!important;
    overflow: visible!important;
}
.product_panel_list__items-new{
    margin-left: 0!important;
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}
.product-panel-list-new.is-open .product_panel_list__items-new {
    grid-template-columns: repeat(3, 1fr);
}
.product_panel_list__item-new{
    position: relative;
    width: 100%!important;
}
.simplebar-content .product_panel_list__item-new{
    width: 282px!important;
}
.product_panel_list__items-new .product_panel_list__item-new{
    padding-left: 20px!important;
}
.product_panel_list__item-new.big{
    grid-row: span 1;
    grid-column: span 2;
}
.product_panel_list__item-new a{
    text-decoration: none;
    color: inherit;
}
.product_panel_thumb{
    background: #EFEFEF;
    position: relative;
}
.product_panel_tag{
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background: #000000;
    padding: 2px 6px;
}
.product_panel_thumb_img{
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_panel_thumb_img > img{ 
    width: 100%;
    height: 100%;
    display: block;
}
.product_panel-default .product_panel_thumb_img > img{
    max-width: 75%;
    max-height: 75%;
    width: auto;
    height: auto;
}
.product_panel_info{
    padding: 19px 16px;
    position: relative;
}
.product_panel_info-main{
    position: relative;
}
.product_panel_title{
    font-size: 10px;
    line-height: 14px;
    color: #9A9A9A;
    margin-bottom: 4px;
}
.product_panel_code{
    font-size: 14px;
    line-height: 16px;
    color: #191919;
    margin-bottom: 25px;
}
.product_panel_price{
    display: flex;
    align-items: center;
}
.product_panel_price-label{
    font-size: 14px;
    line-height: 16px;
    color: #191919;
}
.product_panel-hover .product_panel_price-label{
    font-size: 18px;
    line-height: 21px;
}
.product_panel_recommend{
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 16px;
    padding-bottom: 4px;
}
.product_panel_recommend > img{ 
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    margin-right: 4px;
    object-fit: contain;
}
.product_panel_icon-addcart{
    border: 1px solid #000000;
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_panel_icon-addcart.black{
    background: #000000;
}
.product_panel_btn-addcart{
    /* width: 100%; */
    /* max-width: 235px; */
    height: 40px;
    background: #000000;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 15px;
}
.product_panel_icon-fav{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    width: 20px;
    height: 20px;
}
.product_panel-hover{
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 20px);
    background: #FFF;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
.product_panel_list__item-new:hover .product_panel-hover{ 
    display: block;
}

/* 更多服务 */
.new-icon-list{
    margin-bottom: 40px;
    padding: 24px 0;
    background-image: url(/casio-static/images/bg-service-list.png);
    background-size: 100% 100%;
}
.new-icon-list-items{
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
}
.new-icon-list-item a{
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.new-icon-list-cover{
    margin-bottom: 24px;
}
/******************************** 产品系列 end ********************************/



/******************************** 产品详情 start ********************************/
.wrap-1280{
    max-width: 1280px;
    margin: 0 auto;
}
/* .product-container .cmp-container--body > .switch-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
} */
.container-product{
    padding: 65px 0 52px;
    background-size: cover;
    background-position: bottom center;
}
.container-product.container-product-1{
    background-image: url(/casio-static/images/bg-product-1.png);
}
.container-product.container-product-2{
    background-image: url(/casio-static/images/bg-product-2.png);
}
.container-product.container-product-3{
    background-image: url(/casio-static/images/bg-product-3.png);
}
.container-product.container-product-4{
    background-image: url(/casio-static/images/bg-product-4.png);
}
.container-product.container-product-5{
    background-image: url(/casio-static/images/bg-product-5.png);
}
.container-product.container-product-6{
    background-image: url(/casio-static/images/bg-product-6.png);
}
.container-product.container-product-7{
    background-image: url(/casio-static/images/bg-product-7.png);
}
.container-product.container-product-8{
    background-image: url(/casio-static/images/bg-product-8.png);
}
.container-product.container-product-9{
    background-image: url(/casio-static/images/bg-product-9.png);
}
.container-product.container-product-1-high{
    background-image: url(/casio-static/images/bg-product-1-high.png);
}
.container-product.container-product-2-high{
    background-image: url(/casio-static/images/bg-product-2-high.png);
}
.container-product.container-product-3-high{
    background-image: url(/casio-static/images/bg-product-3-high.png);
}
.container-product.container-product-4-high{
    background-image: url(/casio-static/images/bg-product-4-high.png);
}
.container-product.container-product-5-high{
    background-image: url(/casio-static/images/bg-product-5-high.png);
}
.container-product.container-product-6-high{
    background-image: url(/casio-static/images/bg-product-6-high.png);
}
.container-product.container-product-7-high{
    background-image: url(/casio-static/images/bg-product-7-high.png);
}
.container-product.container-product-8-high{
    background-image: url(/casio-static/images/bg-product-8-high.png);
}
.container-product.container-product-9-high{
    background-image: url(/casio-static/images/bg-product-9-high.png);
}
.product-info{
    display: flex;
    /* align-items: center; */
    align-items: end;
    justify-content: space-between;
}
.product-info-left{
    width: 35%;
}
.product-info-center{
    width: 30%;
}
.product-info-right{
    width: 35%;
    text-align: right;
}
.product-info-subttl{
    font-size: 18px;
    margin-bottom: .2em;
    line-height: normal;
}
.product-info-series{
    font-size: 18px;
    margin-bottom: .41667em;
    line-height: normal;
}
.product-info-a{
    width: 100%;
    max-width: 240px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.product-info-a.black{
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 400;
}
.product-info-desc{
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    max-height: 128px;
    overflow-y: auto;
    padding-right: 4px;
    max-width: 400px;
}
.product-info-desc::-webkit-scrollbar{
    width: 5px;
    background-color: rgba(0,0,0,50%);
    border-radius: 20px;
}
.product-info-desc::-webkit-scrollbar-thumb{
    background-color: #FFF;
    border-radius: 20px;
}
.product-info-img{
    text-align: center;
}
.product-info-img > img{
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    margin-left: -20px;
}
.product-info-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: end;
    margin-bottom: 12px;
    min-height: auto;
}
.product-info-tag{
    font-size: 10px;
    line-height: 12px;
    padding: 2px 6px;
    border: 1px solid #000000;
}
.product-info-title{
    margin-bottom: 8px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.product-info-price{
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
}
.product-info-images{
    margin-top: 70px;
}
.product-info-images > ul{
    display: flex;
    gap: 10px;
    overflow: auto hidden;
    padding-bottom: 4px;
    max-width: 350px;
}
.product-info-image,
.product-info-image-sp{
    cursor: pointer;
    background: rgb(255 255 255 / 50%);
    aspect-ratio: 1/1;
}
.product-info-image img,
.product-info-image-sp img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.product-info-link{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-info-others{
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
    margin-top: 0;
}
.product-info-others > ul{
    display: flex;
    gap: 10px;
    overflow: auto hidden;
    padding-bottom: 4px;
    max-width: 350px;
}
.product-info-other{
    padding: 6px;
    box-sizing: border-box;
    cursor: pointer;
    background: rgb(255 255 255 / 50%);
}
.product-info-other img{
    aspect-ratio: 1/1;
}
.product-info-other.active{
    border: 1px solid #000000;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}
.mySwiper5{
    max-width: 350px;
    margin: 0;
}
.mySwiper6{
    max-width: 300px;
    margin: 0;
}
/* .mySwiper6 .swiper-wrapper{
    justify-content: space-around;
} */
.mySwiper5 .swiper-slide img{ 
    object-fit: cover;
}
.mySwiper6 .swiper-slide img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.mySwiper5 .swiper-button-next,
.mySwiper5 .swiper-button-prev,
.mySwiper6 .swiper-button-next,
.mySwiper6 .swiper-button-prev{ 
    height: 100%;
    top: 0;
    width: 43px;
}
.mySwiper5 .swiper-button-next.swiper-button-disabled, 
.mySwiper5 .swiper-button-prev.swiper-button-disabled,
.mySwiper6 .swiper-button-next.swiper-button-disabled, 
.mySwiper6 .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.mySwiper5 .swiper-button-next,
.mySwiper6 .swiper-button-next{
    right: 0px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(102,102,0102,1));
}
.mySwiper5 .swiper-button-prev,
.mySwiper6 .swiper-button-prev{
    left: 0px;
    background-image: linear-gradient(90deg, rgba(102,102,102,1), rgba(0,0,0,0));
}
.mySwiper5 .swiper-button-next::after,
.mySwiper6 .swiper-button-next::after{
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-image: url(/casio-static/images/icon-arrow-right-white2.svg);
    background-size: 100% 100%;
    margin-left: 12px;
}
.mySwiper5 .swiper-button-prev::after,
.mySwiper6 .swiper-button-prev::after{
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-image: url(/casio-static/images/icon-arrow-left-white.svg);
    background-size: 100% 100%;
    margin-right: 12px;
}
.product-info-tips{
    margin-top: 13px;
}
.product-info-tips > p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
}
/* tab切换 */
.container-tab{
    padding: 40px 0;
}
.product-tabs{
    margin-bottom: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: sticky;
    top: 106px;
    z-index: 100;
    background: #FFF;
}
.product-tab-text,
.product-tab-link > a{
    color: #999;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    cursor: pointer;
}
.product-tab-text.is-active{
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.product-tab-content{
    padding: 0 60px;
}
.product-tab-content .productfeaturexf>*,
.product-tab-content .p-product_detail-section{
    margin: 0;
}
.detail-feature-new{
    justify-content: flex-start;
}
.detail-feature-new .detail-feature-new-item{
    width: 25%!important;
    background: #FFFFFF;
    padding: 20px;
}
.detail-feature-new .detail-feature-new-item .detail-feature-new-img{
    max-width: 100px;
}
.detail-feature-new .detail-feature-new-item .detail-feature-new-desc{
    font-weight: 400;
    font-size: 15px;
}
/* 探索更多 */
.container-explore{
    padding: 60px 0 40px;
    background-size: cover;
    background-position: center center;
}
/* .container-explore.container-product-1{
    background-image: url(/casio-static/images/bg-more-1.png);
}
.container-explore.container-product-2{
    background-image: url(/casio-static/images/bg-more-2.png);
}
.container-explore.container-product-3{
    background-image: url(/casio-static/images/bg-more-3.png);
}
.container-explore.container-product-4{
    background-image: url(/casio-static/images/bg-more-4.png);
}
.container-explore.container-product-5{
    background-image: url(/casio-static/images/bg-more-5.png);
}
.container-explore.container-product-6{
    background-image: url(/casio-static/images/bg-more-6.png);
}
.container-explore.container-product-7{
    background-image: url(/casio-static/images/bg-more-7.png);
}
.container-explore.container-product-8{
    background-image: url(/casio-static/images/bg-more-8.png);
}
.container-explore.container-product-9{
    background-image: url(/casio-static/images/bg-more-9.png);
}
.container-explore.container-product-1-high{
    background-image: url(/casio-static/images/bg-more-1-high.png);
}
.container-explore.container-product-2-high{
    background-image: url(/casio-static/images/bg-more-2-high.png);
}
.container-explore.container-product-3-high{
    background-image: url(/casio-static/images/bg-more-3-high.png);
}
.container-explore.container-product-4-high{
    background-image: url(/casio-static/images/bg-more-4-high.png);
}
.container-explore.container-product-5-high{
    background-image: url(/casio-static/images/bg-more-5-high.png);
}
.container-explore.container-product-6-high{
    background-image: url(/casio-static/images/bg-more-6-high.png);
}
.container-explore.container-explore-7-high{
    background-image: url(/casio-static/images/bg-more-7-high.png);
}
.container-explore.container-product-8-high{
    background-image: url(/casio-static/images/bg-more-8-high.png);
}
.container-explore.container-product-9-high{
    background-image: url(/casio-static/images/bg-more-9-high.png);
} */
.explore-more{
    margin-top: 60px;
}
/* 猜你喜欢 */
.container-like{
    padding-top: 60px;
}
.product-like{
    position: relative;
}
.product-like .swiper-button-next{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
}
.product-like .swiper-button-prev{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 40px;
    height: 40px;
}
/* 更多服务 */
.container-product-service{
    margin-bottom: 80px;
    margin-top: 40px;
}
/* 多角度放大框 */
.p-product_detail__modal__wrap{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
}
.p-product_detail__modal__wrap.is-show{
    display: flex;
}
.cmp-product_detail__modal__swiper-main{
    width: 80%;
    height: 480px;
    max-width: 1120px;
    max-height: 480px;
    position: relative;
}
.cmp-product_detail__modal__swiper .swiper-wrapper{
    align-items: end;
    transition: all 0.4s;
}
.cmp-product_detail__modal__swiper .swiper-slide{
    background: #f7f8fa;
    aspect-ratio: 1 / 1;
    /* width: 240px!important; */
}
.cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-active{
    width: 44%!important;
    /* width: 480px!important; */
}
.cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-prev,
.cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-next{
    width: 22%!important;
    /* width: 240px!important; */
}
/* 产品性能对比 */
.cmp-comparison-list__title{
    text-align: center;
}
/* 电子辞典书籍切换 */
.contents-tab__heading h2{
    text-align: center;
}
.product__tabs .tabs__links{
    justify-content: center;
}
.product__tabs .tabs__contents-item__card{
    margin: 0 auto;
}
/*AEM 产品详情样式 */
.p-product_detail-hero, .p-product_detail-react-hero,
.p-product_detail-feature-txt, .p-product_detail-react-feature-txt{
    padding-left: 0;
    padding-right: 0;
}
.p-product_detail-feature-txt, .p-product_detail-react-feature-txt{
    max-height: 120px;
    overflow-y: auto;
}
.p-product_detail-feature-txt p, .p-product_detail-react-feature-txt p{
    white-space: normal;
}
.p-product_detail-label-comb .p-product_detail-label{
    background-color: transparent;
}
/* 移动端底部固定按钮 */
.sp-fixed-btn{
    position: fixed !important;
    bottom: 0 !important;
    z-index: 10 !important;
    left: 0 !important;
    display: none !important;
    align-items: center;
    width: 100%;
    height: 72px;
    background: #000000;
}
.sp-fixed-btn.show{
    display: flex !important;
}
.sp-fixed-btn > a{
    font-size: 16px;
    color: #ffffff;
    display: block;
    flex: 1;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.sp-fixed-btn > a:first-child{
    border-left: none;
}
/******************************** 产品详情 end ********************************/



/******************************** 响应式 start ********************************/
/* 平板端 (< 1024px) */
@media (max-width: 1024px) {
    .cmp-container--body > .cmp-container,
    .cmp-container--body > .switch-container {
        margin: 0 16px !important;
        padding: 0 !important;
    }

    /* 产品详情页 - Banner部分 */
    .container-product {
        padding: 40px 0 30px;
    }
    .product-info {
        flex-direction: column;
        gap: 30px;
    }
    .product-info-left {
        width: 100%;
        text-align: left;
        order: 1;
    }
    .product-info-center {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .product-info-right {
        width: 100%;
        text-align: left;
        order: 3;
    }
    .product-info-img > img {
        max-width: 280px;
        max-height: 280px;
    }
    .product-info-subttl {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 16px;
    }
    .product-info-series {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .product-info-desc {
        max-width: 100%;
    }
    .product-info-images,
    .product-info-images > ul {
        max-width: 100%;
    }
    .product-info-tags {
        justify-content: flex-start;
    }
    .product-info-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .product-info-price {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .product-info-others {
        justify-content: flex-start;
    }
    .product-info-others > ul {
        max-width: 100%;
    }
    .mySwiper5, .mySwiper6 {
        max-width: 100%;
    }
    .new-icon-list-items {
        display: flex;
        gap: 16px;
        flex-wrap: nowrap;
    }
    .new-icon-list-item {
        flex: 1;
        min-width: 0;
    }
    .new-icon-list-cover {
        margin-bottom: 12px;
    }
    .new-icon-list-cover img {
        width: 34px;
        height: 34px;
    }
    .new-icon-list-link p {
        font-size: 11px;
        line-height: 13px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
    .container-tab {
        padding: 40px 0;
    }
    .product-tabs {
        display: flex;
        gap: 8px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .product-tab-text {
        font-size: 14px;
        padding: 10px 16px;
    }
    .product-tab-link a {
        font-size: 14px;
        padding: 10px 16px;
    }
    .container-explore {
        padding: 40px 0 30px;
    }
    .explore-more{
        margin-top: 40px!important;
    }
    .new-content-list.more .new-content-list-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .new-content-list.more .new-content-list-item {
        width: 100%;
    }
    .container-like {
        padding-top: 40px;
    }
}

/* 手机端 */
@media (max-width: 768px) {
    .cmp-container--body > .cmp-container,
    .cmp-container--body > .switch-container {
        margin: 0 16px;
    }
    /* 首页 start */
    .section.hero.pc{
        display: none;
    }
    .swiper-banner-sp .swiper-slide{
        aspect-ratio: 1 / 1;
    }
    .swiper-banner-sp .cmp-image__link{
        width: 100%;
        height: 100%;
        display: block;
    }
    .swiper-banner-sp .swiper-slide img{
        aspect-ratio: 1 / 1;
        height: auto !important;
    }
    .swiper-banner-sp .swiper-pagination .swiper-pagination-bullet{
        background-color: transparent;
        border: 1px solid rgb(255, 255, 255);
        opacity: 1;
    }
    .swiper-banner-sp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #FFF;
        border: 1px solid rgb(255, 255, 255);
        opacity: 1;
    }
    .swiper-banner-sp .swiper-button-prev,
    .swiper-banner-sp .swiper-button-next{
        bottom: 9px;
        top: auto;
        width: 10px;
        height: 20px;
        z-index: 20;
    }
    .swiper-banner-sp .swiper-button-next{
        background-image: url(/casio-static/images/icon-arrow-right-white2.svg);
    }
    .swiper-banner-sp .swiper-button-prev{
        background-image: url(/casio-static/images/icon-arrow-left-white.svg);
    }
    .mySwiper2{
        height: 600px;
        padding-bottom: 40px;
    }
    .mySwiper2 .swiper-slide-img-cover{
        max-width: 350px;
        max-height: 350px;
    }
    .mySwiper2 .swiper-slide-img::after{
        height: 70%;
    }
    .mySwiper1{
        max-width: none;
        height: auto;
        position: static;
        padding: 0 16px 48px;
    }
    .mySwiper1 .swiper-pagination{
        height: auto;
        flex-direction: row;
        justify-content: center;
    }
    .mySwiper1 .swiper-button-next{
        transform: rotate(0deg);
        width: 24px;
        height: 24px;
        bottom: 1px;
        z-index: 20;
    }
    .mySwiper1 .swiper-button-prev{
        transform: rotate(0deg);
        width: 24px;
        height: 24px;
        bottom: 1px;
        top: auto;
        left: 0;
        z-index: 20;
    }
    .swiper-slide-text-type, .swiper-slide-text-sku{
        display: none;
    }
    .swiper-slide-text{
        width: calc(100% - 16px - 16px);
        left: 0;
        bottom: 0;
    }
    .swiper-slide-text .swiper-slide-text-link{
        width: 100%;
        height: 56px;
    }
    .container-recommend {
        padding: 116px 0 40px;
    }
    .container-recommend .title-flex{
        flex-direction: column;
        gap: 17px;
    }
    .container-recommend .switch-container {
        margin: 0;
    }
    .cmp-recommend-swiper{
        padding-bottom: 60px;
    }
    .cmp-recommend-swiper .swiper-wrapper{
        align-items: center;
    }
    .cmp-recommend-swiper .swiper-slide-prev,
    .cmp-recommend-swiper .swiper-slide-next{ 
        transform: scale(0.9);
        transition: all 0.3s;
    }
    .cmp-recommend-swiper .swiper-button-next,
    .cmp-recommend-swiper .swiper-button-prev{
        width: 24px;
        height: 24px;
        bottom: 10px;
        z-index: 20;
        top: auto;
    }
    .simplebar-content .product_panel_list__item-new{
        width: 200px!important;
    }
    .cmp-product_panel_list{
        min-height: auto;
    }
    .cmp-product_panel_list .simplebar-placeholder{
        height: 400px!important;
    }
    .container-story {
        padding: 60px 0 40px;
    }
    .new-content-list-desc{
        position: static;
        opacity: 1;
        width: auto;
        height: auto;
    }
    .new-content-list-title{
        font-size: 18px;
        margin-bottom: 16px;
        text-align: center;
    }
    .new-content-list-p{
        font-size: 14px;
        text-align: center;
        line-height: 22px;
    }
    .container-story .switch-container {
        margin: 0;
    }
    .cmp-story-swiper .swiper-slide-prev .new-content-list-desc,
    .cmp-story-swiper .swiper-slide-next .new-content-list-desc{
        display: none;
    }
    .cmp-story-swiper .swiper-slide-prev .new-content-list-cover{
        transform: skewY(-11deg) scale(0.8);
        transition: all 0.5s;
    }
    .cmp-story-swiper .swiper-slide-next .new-content-list-cover{
        transform: skewY(11deg) scale(0.8);
        transition: all 0.5s;
    }
    .container-service {
        padding: 80px 0 20px;
    }
    .cmp-title h2 {
        font-size: 24px;
        line-height: 21px;
    }
    .new-content-list.service .new-content-list-items {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .new-content-list.service .new-content-list-item{
        max-width: 100%;
    }
    .new-content-list.service .new-content-list-item,
    .new-content-list.service .new-content-list-item a  {
        width: 100%;
        /* height: 80px; */
        display: block;
    }
    .new-content-list.service .new-content-list-link{
        padding: 0;
    }
    .new-content-list.service .new-content-list-link p {
        font-size: 12px;
    }
    .new-content-list.service .new-content-list-link img{
        width: 14px;
        height: 14px;
    }
    .new-content-list.service .new-content-list-cover {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
    }
    .new-content-list.service .new-content-list-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .new-content-list.service .new-content-list-link {
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px;
        padding: 12px 0px 24px;
    }
    .new-content-list.service .new-content-list-link p {
        font-size: 16px;
    }
    .cmp-text-bg{
        padding: 25px 0 ;
    }
    .container-about{
        padding-bottom: 60px;
    }
    .new-text {
        font-size: 14px;
        line-height: 24px;
    }
    /* 首页 end */

    /* 系列列表页 start */
    .container-banner .switch-container{
        margin: 0;
    }
    .container-banner {
        padding: 72px 0 60px;
    }
    .product-filter-search{
        padding: 0 16px 0;
        margin-top: 40px;
        margin-bottom: 24px;
        gap: 8px;
        position: sticky;
        top: 0!important;
        z-index: 995;
        background: #FFF;
        width: calc(100% + 16px + 16px)!important;
        margin-left: -16px;
    }
    .brand-menu{
        position: sticky;
        top: 48px!important;
        z-index: 996;
    }
    .product-search-input-box{
        border-radius: 24px;
    }
    .cmp-brand_menu__items{
        gap: 16px;
    }
    .cmp-brand_menu__item {
        display: flex;
    }
    .cmp-brand_menu__item img{
        display: block;
    }
    .cmp-brand_menu .left,
    .cmp-brand_menu .right{
        display: block;
    }
    .product-filter{
        margin-right: 8px;
    }
    .filter-sort-close{
        border-bottom: none;
    }
    .cmp-filter-sort .cmp-filter-sort__inner{
        width: 100%;
        right: 0;
    }
    .cmp-product_panel_list .product-filter-container.cmp-product_panel_list__wrapper--desktop{
        display: none;
    }
    .cmp-product_panel_list .product-filter-container.cmp-product_panel_list__wrapper--desktop .cmp-filter-sort .cmp-filter-sort__inner{
        height: 100vh;
        overflow-y: auto;
        margin-top: 0;
    }
    .cmp-product_panel_list .cmp-filter-sort .cmp-filter-sort__ttl{
        right: 0;
        width: 100%;
        border-bottom: none;
    }
    .icon-casio-icon_menu_close:before{
        content: '';
        width: 30px;
        height: 30px;
        display: block;
    }
    .cmp-product_panel_list .cmp-product_panel_list__list{
        margin-top: 20px;
    }
    .product-panel-list-new{
        margin: 0;
    }
    .product_panel_list__items-new{
        grid-template-columns: repeat(2, 1fr);
    }
    .product-panel-list-new .cmp-product_panel_list__frame{
        margin-bottom: 40px!important;
    }
    .product_panel_list__items-new .product_panel_list__item-new{
        padding: 0 4px 0 4px!important;
        min-height: auto!important;
        margin-bottom: 10px !important;
    }
    .product_panel-hover{
        left: 8px;
        width: calc(100% - 16px);
    }
    .product_panel_list__item-new.big{
        /* min-height: 343px !important; */
        grid-row: auto;
    }
    .product-panel-swiper-text{
        display: none;
        padding: 20px 20px;
        top: 30px;
        left: 30px;
        width: calc(100% - 30px - 30px);
        height: calc(100% - 30px - 30px);
    }
    .new-icon-list-items{
        gap: 8px;
    }
    .new-icon-list-item{
        flex: none;
    }
    .product_panel-default{
        background: #EFEFEF80;
    }
    .product_panel_info{
        padding: 10px;
    }
    .product_panel_icon-addcart{
        width: 24px;
        height: 24px;
        right: 10px;
        bottom: 10px;
    }
    /* 系列列表页 end */

    /* 产品详情页 */
    /* .container-product {
        padding: 80px 0 0;
    } */
    .mySwiper6 .swiper-wrapper {
        justify-content: flex-start;
    }
    .product-info {
        flex-direction: column;
        gap: 24px;
    }
    .product-info-left {
        width: 100%;
        text-align: left;
        order: 1;
    }
    .product-info-center {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .product-info-right {
        width: 100%;
        text-align: left;
        order: 3;
    }
    .product-info-subttl {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        text-align: center;
    }
    .product-info-series {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    .product-info-img{
        margin: 32px 0;
    }
    .product-info-img > img {
        max-width: 100%;
        max-height: 100%;
    }
    .product-info-tags {
        justify-content: center;
        margin-bottom: 16px;
    }
    .product-info-tag {
        font-size: 10px;
        line-height: 12px;
        padding: 2px 4px;
    }
    .product-info-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
        text-align: center;
    }
    .product-info-price {
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 32px;
        text-align: center;
    }
    .product-info-others {
        justify-content: flex-start;
        margin-bottom: 20px;
        /* max-width: 280px; */
        margin: 0 auto 40px;
    }
    .product-info-other img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .product-info-others > ul {
        max-width: 100%;
        gap: 8px;
    }
    .product-info-other {
        padding: 4px;
    }
    .product-info-desc {
        font-size: 14px;
        line-height: 22px;
        max-height: none;
        max-width: 100%;
    }
    .product-info-images {
        margin-top: 40px;
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .product-info-image,
    .product-info-image-sp{
        width: calc((100% - 10px) / 2);
    }
    .product-info-image img,
    .product-info-image-sp img{
        display: block;
    }
    .product-info-link {
        align-items: stretch;
        width: 100%;
    }
    .product-info-link > div {
        max-width: 100%!important;
        flex-direction: column;
        gap: 12px;
    }
    .product-info-a {
        max-width: 100%;
        height: 48px;
        font-size: 14px;
    }
    .product-info-link .product-info-a {
        width: 100%;
        max-width: none!important;
        line-height: 46px;
    }
    .product-info-tips{
        margin-top: 48px;
    }
    .product-info-tips > p {
        font-size: 14px;
        line-height: normal;
    }
    .mySwiper5, .mySwiper6 {
        max-width: 100%;
    }
    .container-product-service {
        padding: 30px 0;
    }
    .container-product-service .new-icon-list{
        margin-bottom: 0;
    }
    .new-icon-list-items {
        display: flex;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .new-icon-list-item {
        min-width: 0;
        text-align: center;
    }
    .new-icon-list-cover {
        margin-bottom: 8px;
        display: flex;
        justify-content: center;
    }
    .new-icon-list-link p {
        font-size: 12px;
        line-height: 12px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
    .container-tab {
        padding: 0;
    }
    .product-tabs {
        display: flex;
        gap: 6px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .product-tab-text {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 12px;
    }
    .product-tab-link {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }
    .product-tab-link a {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 12px;
    }
    .cmp-product_tab__item{
        border-top: 1px solid #000000;
        padding: 24px 0;
    }
    .cmp-product_tab__item > a{
        color: #000000;
        text-decoration: none;
    }
    .cmp-product_tab__title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 18px;
    }
    .cmp-product_tab__icon > img{
        display: block;
    }
    .p-product_detail-section{
        margin-top: 0;
    }
    .detail-feature-new .detail-feature-new-item{
        width: 50%!important;
    }
    .p-product_detail-feature-link-list .p-product_detail-feature-link-list__itm .p-product_detail-feature-link-list__itm_wrap{
        flex-direction: column;
    }
    .p-product_detail-spec-accordion .p-product_detail-spec-accordion__item{
        border-top: none;
    }
    .p-product_detail-spec{
        padding: 0;
    }
    .p-product_detail-spec-accordion .p-product_detail-spec-accordion__panel-item{
        width: 100%;
    }
    /* 多角度图片轮播弹框 */
    .cmp-product_detail__modal__swiper-main{
        width: 90%;
        height: 400px;
    }
    .cmp-product_detail__modal__swiper{
        padding-bottom: 50px;
    }
    .cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-active{
        width: 100%!important;
    }
    .cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-prev,
    .cmp-product_detail__modal__swiper .swiper-slide.swiper-slide-next{
        width: 100%!important;
    }
    .cmp-product_detail__modal__swiper .swiper-button-prev,
    .cmp-product_detail__modal__swiper .swiper-button-next{
        top: auto;
        bottom: 13px;
    }
    /* 产品性能对比 */
    .cmp-container--insets-1 > .switch-container   {
        padding: 0;
    }
    /* 电子辞典书籍切换 */
    .contents-tab__heading h2{
        text-align: center;
    }
    .product__tabs .tabs__links{
        justify-content: flex-start;
    }
}

@media (min-width: 768px){
    .cmp-product_panel_list .product-filter-container.cmp-product_panel_list__wrapper--desktop{
        display: none;
    }
    .cmp-brand_menu .cmp-brand_menu__items {
        width: auto;
        gap: 24px;
        margin: 0 auto;
    }
}
@media (min-width: 1920px) {
    .product_panel_list__item-new{
        max-width: none!important;
    }
    .product_panel_list__items-new{
        grid-template-columns: repeat(5, 1fr);
    }
    .product-panel-list-new.is-open .product_panel_list__items-new {
        grid-template-columns: repeat(4, 1fr);
    }
}

/******************************** 响应式 end ********************************/