
.sortbox ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.auto-img{
	width: 100%;
	display: block;
}
.phone-sort{
    width: 25%;
    height: 30px;
    line-height: 30px;
    border-radius:20px;
    position: fixed;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 3px .5px  rgba(25, 25, 26, 0.699) ;
    line-height: 30px; 
    z-index: 999991;
}
.sortbox{
    cursor: pointer;
}
.listfnc li:hover{
	color: #289de9;
}
.i_class{
    display: inline-block;
    border-left: 4px solid #289de9;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0px;
    margin-right: -8px; 
    transform: translateX(-10px);
}


.goods-box{
   margin-top: -10px;
}
.goods-box .xl_title{
	font-size: 14px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 10px;
    text-align: left;
    position: sticky;
    position: -webkit-sticky;
    top: 38px;
    z-index: 10;
}
.xl_title .category_sort{
	color: #6e6e6e;
}

.phone-sort i{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #ccc;
}
#words-navi-aid-thumb-size{
    letter-spacing: 0px;
    padding: 0;
    margin: 0 10px;
    text-align: center;
    /* text-align: left; */
}   
.img-change{
    margin:auto;
    float: right;
    width: 50%;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.img-change img{
    vertical-align: text-top;
}
.sortbox{
    text-align:center;
    width: 50%;
    position: relative;
    float: right;
}
.sortbox li{
    position: relative;
}
.listfnc{
    width: 100% !important;
    text-align: center;
    position: absolute;
    display: none;
    width: 50%;
    background: #fff;
	color: #4b4b4b;
    box-shadow: 0 0px 1px #00000098;
    border-radius: 10px 10px 10px 0;
    z-index: -1;
}
 
.c_active{
    color: #000;
	font-weight: 600;
}
.phone-class{
    position: relative;
}

.listfnc li{
    width: 100%;
    border-bottom: .5px solid #ccc;
}
.listfnc li:last-child{
    border:0;
}
.price_type{
	display: none;
}
.catalog_thumbnails_summary_div{
	margin-bottom: 18px;
}

#new_neo_page_header, #new_filter_div, #back-to-top, .phone-sort{
	display: none;
}

.new_view_all{
	display: none;
}

@media screen and (max-width:768px){
    .phone-sort{
        width: 75%;
        height: 30px;
        line-height: 30px;
        border-radius:20px;
        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(255, 255, 255);
        box-shadow: 0 1px 3px .5px  rgba(25, 25, 26, 0.699) ;
        line-height: 30px; 
        z-index: 20;
    }
    .i_class{
        display: inline-block;
        border-left: 4px solid #000000;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        height: 0px;
        margin-right: 0px; 
        transform: translateX(0px);
    }
    #words-navi-aid-thumb-size{
        margin: 0 1px !important;
       
    }
    .img-change img{
        margin-right: 1px !important;
    }
		
	.paginationjs {
		line-height: 1.6;
		font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
		font-size: 14px;
		box-sizing: initial;
		display: flex;
		justify-content: center;
		margin-top: 4%;
	}

	.paginationjs:after {
		display: table;
		content: " ";
		clear: both
	}

	.paginationjs .paginationjs-pages ul {
		float: left;
		margin: 0;
		padding: 0
	}

	.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
		/* float: left; */
		margin-left: 10px;
		font-size: 14px
	}

	.paginationjs .paginationjs-pages li {
		float: left;
		border: 1px solid #aaa;
		border-right: none;
		list-style: none
	}

	.paginationjs .paginationjs-pages li>a {
		min-width: 30px;
		height: 28px;
		line-height: 28px;
		display: block;
		background: #fff;
		font-size: 14px;
		color: #333;
		text-decoration: none;
		text-align: center
	}


	.paginationjs .paginationjs-pages li>a:hover {
		background: #eee
	}

	.paginationjs .paginationjs-pages li.active {
		border: none
	}

	.paginationjs .paginationjs-pages li.active>a {
		height: 30px;
		line-height: 30px;
		background: #aaa;
		color: #fff
	}

	.paginationjs .paginationjs-pages li.disabled>a {
		opacity: .3
	}

	.paginationjs .paginationjs-pages li.disabled>a:hover {
		background: 0 0
	}

	.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
		border-radius: 3px 0 0 3px
	}

	.paginationjs .paginationjs-pages li:last-child {
		border-right: 1px solid #aaa;
		border-radius: 0 3px 3px 0
	}

	.paginationjs .paginationjs-pages li:last-child>a {
		border-radius: 0 3px 3px 0
	}

	.paginationjs .paginationjs-go-input>input[type=text] {
		width: 30px;
		height: 28px;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #aaa;
		padding: 0;
		font-size: 14px;
		text-align: center;
		vertical-align: baseline;
		outline: 0;
		box-shadow: none;
		box-sizing: initial
	}

	.paginationjs .paginationjs-go-button>input[type=button] {
		min-width: 40px;
		height: 30px;
		line-height: 28px;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #aaa;
		text-align: center;
		padding: 0 8px;
		font-size: 14px;
		vertical-align: baseline;
		outline: 0;
		box-shadow: none;
		color: #333;
		cursor: pointer;
		vertical-align: middle\9
	}
	.topDistance{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
		border-color: #289de9
	}

	.paginationjs .paginationjs-go-button>input[type=button]:hover {
		background-color: #f8f8f8
	}

	.paginationjs .paginationjs-nav {
		height: 30px;
		line-height: 30px
	}

	.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
		margin-left: 5px\9
	}

	.paginationjs.paginationjs-small {
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-pages li>a {
		min-width: 26px;
		height: 24px;
		line-height: 24px;
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-pages li.active>a {
		height: 26px;
		line-height: 26px
	}

	.paginationjs.paginationjs-small .paginationjs-go-input {
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text] {
		width: 26px;
		height: 24px;
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-go-button {
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button] {
		min-width: 30px;
		height: 26px;
		line-height: 24px;
		padding: 0 6px;
		font-size: 12px
	}

	.paginationjs.paginationjs-small .paginationjs-nav {
		height: 26px;
		line-height: 26px;
		font-size: 12px
	}

	.paginationjs.paginationjs-big {
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-pages li>a {
		min-width: 36px;
		height: 34px;
		line-height: 34px;
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-pages li.active>a {
		height: 36px;
		line-height: 36px
	}

	.paginationjs.paginationjs-big .paginationjs-go-input {
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
		width: 36px;
		height: 34px;
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-go-button {
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button] {
		min-width: 50px;
		height: 36px;
		line-height: 34px;
		padding: 0 12px;
		font-size: 16px
	}

	.paginationjs.paginationjs-big .paginationjs-nav {
		height: 36px;
		line-height: 36px;
		font-size: 16px
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a {
		color: #289de9
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover {
		background: #e9f4fc
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
		background: #289de9;
		color: #fff
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover {
		background: 0 0
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button] {
		background: #289de9;
		border-color: #289de9;
		color: #fff
	}

	.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
		border-color: #449d44
	}

	.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover {
		background-color: #3ca5ea
	}

	.paginationjs.paginationjs-theme-green .paginationjs-pages li>a {
		color: #449d44
	}

	.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover {
		background: #ebf4eb
	}

	.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a {
		background: #449d44;
		color: #fff
	}

	.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover {
		background: 0 0
	}

	.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button] {
		background: #449d44;
		border-color: #449d44;
		color: #fff
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
		border-color: #ec971f
	}

	.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover {
		background-color: #55a555
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a {
		color: #ec971f
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover {
		background: #fdf5e9
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a {
		background: #ec971f;
		color: #fff
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover {
		background: 0 0
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button] {
		background: #ec971f;
		border-color: #ec971f;
		color: #fff
	}

	.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
		border-color: #c9302c
	}

	.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover {
		background-color: #eea135
	}

	.paginationjs.paginationjs-theme-red .paginationjs-pages li>a {
		color: #c9302c
	}

	.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover {
		background: #faeaea
	}

	.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a {
		background: #c9302c;
		color: #fff
	}

	.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover {
		background: 0 0
	}

	.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button] {
		background: #c9302c;
		border-color: #c9302c;
		color: #fff
	}

	.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover {
		background-color: #ce4541
	}

	.paginationjs .paginationjs-pages li.paginationjs-next {
		border-right: 1px solid #aaa;
	}

	.paginationjs .paginationjs-go-input>input[type=text] {
		line-height: 28px\9;
		vertical-align: middle\9
	}

	.paginationjs.paginationjs-big .paginationjs-pages li>a {
		line-height: 36px\9
	}

	.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
		height: 36px\9;
		line-height: 36px\9
	}
}

@media (max-width: 599px) and (min-width: 10px){
	#new_neo_page_header, #new_filter_div, #back-to-top, .phone-sort{
		display: block;
	}
    .catalog_thumbnail_divs_wrapper>.thumbnail_product_div, .goods-box .thumbnail_product_div {
		min-width: 48% !important;
	}
	.new-layout-small .catalog_thumbnail_divs_wrapper>.thumbnail_product_div, .new-layout-small .goods-box .thumbnail_product_div{
		min-width: 33% !important;
	}
    .catalog_plist_summary_bottom_imgs_div {
        margin: 5px 0;
    }
    
	.catalog_plist_summary_expand_button_div .catalog_summary_show_button{
		background-color: rgb(150 150 150);
		height: 25px;
		line-height: 25px;
	}
 
	.show_now_left_img{
		width: 7px;
		display: inline-block;
		animation: showNowAnimate1 1s linear 0s infinite alternate;
	}
	.show_now_right_img{
	  width: 7px;
	  display: inline-block;
	  animation: showNowAnimate2 1s linear 0s infinite alternate;
	}
	.hide_now_left_img{
	  width: 7px;
	  display: inline-block;
	  transform: rotateZ(180deg);
    }
    .catalog_thumbnails_summary_div_toggled{
        background: #fff;
    }
    .catalog_thumbnails_summary_div_toggled{
        margin-left: 2px;
    }
    
	.catalog_thumbnail_divs_wrapper{
		margin-top: 18px !important;
		position: relative;
	}
	@keyframes showNowAnimate1{
	   0%{
		  transform: translateX(0)
	   }
	   50%{
		  transform: translateX(8px)
	   }
	}
	@keyframes showNowAnimate2{
	  0%{
		 transform: translateX(0)
	  }
	  50%{
		 transform: translateX(-8px)
	  }
	}
	@keyframes hideNowAnimate{
	  0%{
		  transform: translateY(-3px);
	   }
	   50%{
		  transform: translateY(3px)
	   }
	}
   
}


 
.translateyShow{
    animation: translateyShow .6s linear;
}
@keyframes translateyShow{
    0%{ 
        transform: translateY(-30px);
        opacity: .7;
    }
    
    50%{
        transform: translateY(18px);
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
 
@keyframes translateyHide{
    0%{ 
        transform: translateY(0);
        opacity: .8;
    }
    100%{
        transform: translateY(-45px);
        opacity: 1;
    }
    
} 


/* 2023 new */
@media (max-width: 599px) and (min-width: 10px){
    .catalog_plist_summary_expand_button_div > .catalog_summary_show_button:nth-child(2){
		background: rgb(153, 153, 153) !important;
        color:#fff !important;
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 1;
		
    }

    .catalog_thumbnails_outer_div{
        position: relative;
    }
	
    .new-layout-small .catalog_thumbnail_divs_wrapper>.thumbnail_product_div, .new-layout-small .goods-box .thumbnail_product_div{
		min-width: 33% !important;
	}

	.mySwiper-box{ 
		font-size: 14px;  
		text-align: center;
		color: #646464;
		border: 1px solid #e0e0e0;
		border-left: 0;
		border-right: 0; 
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 22; 
		background: #f3f3f3;
		opacity: 0; 
		transition: all 1s;
	}
	
	.mySwiper-box .swiper-button-next{
		right: 0;
		background: #f3f3f3;
    	height: 38px;
	}
	.mySwiper-box .swiper-button-prev{
		left: 0;
		background: #f3f3f3;
    	height: 38px;
	}
	.mySwiper-box .swiper-button-next:after{
		content: '';
		background: url(/images/newsort/jt1.png);
		width: 23px;
		background-repeat: no-repeat;
		background-position: 0px 10px;
		height: 100%;
		right: 0;
	}
	.mySwiper-box .swiper-button-next.swiper-button-disabled, .mySwiper-box .swiper-button-prev.swiper-button-disabled{
		opacity: 0;
	}
	.mslbox{
		width: 100%;
		height: 4px;
		background: #e2e2e2;
		position: absolute; 
		bottom: 0px;
		/* opacity: 0; */
	}
	.mySwiper-box .swiper-button-prev:after{
		content: '';
		background: url(/images/newsort/jt2.png);
		width: 23px;
		background-repeat: no-repeat;
		background-position: 0px 10px;
		height: 100%; 
	}
	.mySwiper-box .swiper{ 
		padding-bottom: 2px;
	}
	.mySwiper-box .swiper-wrapper{
		height: 40px;
		line-height: 40px;
	}
	.mySwiper-box .swiper-slide{ 
		border-right: 1px solid #ccc;
	} 
	.mySwiper-box .swiper-slide:last-child{
		border-right: 0;
	}
	.swiper-slide-active2 {
		color: #000;
		font-weight: 600;
	} 
	.filter-result-box2{
		position: relative;
		z-index: 22;
		display: flex;
		justify-content: space-between;
		padding: 10px 15px;
		background-color: #fff;
		margin-left: -2px;
		font-size: 13px;
		color: #646464; 
		display: none;
	}
	.filter_catalog_list{
		position: absolute;
		width: 100%;
		right: 0;
		top: 43px;
		background: #FFF;
		text-align: left !important;
		padding: 0;
		border: 1px solid #ccc;
		border-top: 0;
		border-radius: 0px 0px 10px 10px;
		z-index: 2;
		display: none;
		font-size: 12px;
		margin: 0;
	}
	.filter_catalog_list>li{
		list-style: none;
		margin: 12px 15px;
		border-bottom: 1px solid #dedede;
    	padding-bottom: 6px;
		font-size: 12px;
	}
	.filter_catalog_list>li:last-child{
		/* margin: 13px 15px; */
		border-bottom: 0;
    	margin-bottom: 5px;
	}
	.new_layout_icon{
		margin-right: -3px;
	} 

	#new_filter_div{
		margin-bottom: 0px;
		position: sticky;
		position: -webkit-sticky;
		top: 37px;
		background-color: #fff;
		z-index: 101;
	}
	.neo_page_inner .neo_page_big_header{
		display: none;
	}
	
	#back-to-top{
		position: fixed;
		right: 15px;
		bottom: 60px;
		z-index: 10;
		display: none;
	}
	#back-to-top>img{
		box-shadow: 1px 1px 3px 1px #7e7e7e;
		border-radius: 50%;
		padding: 5px;
		background: #fff;
	}
	.filter-result-box{
		font-size: 14px;
		text-align: left;
		padding: 8px 15px;
		color: #646464;
		border: 1px solid #ebebeb;
		border-left: 0;
		border-right: 0;
		background: #f5f5f5;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 22;
	}
	.filter-result-box>div:first-child{
		width: 70%;
	}
	.filter-result-box>div:last-child{
		min-width: 48px;
		margin-left: 10px;
	}
	.result-text{
		padding: 10px 15px 0 15px;
		color: #cb0d0d;
		text-align: left;
	}
	.reset-filter{
		display: none;
	}
	  
	.onfilter_active{
		color: #000;
		font-weight: 600;
	}
	.catalog_page_left_pane .french-title.catalog-plist-french-titles-showhide{
		display: none;
	}
	.filter_bg{
		background: #00000078;
		position: absolute;
		left: 0;
		right: 0;
		top: 242px;
		bottom: 0;
		z-index: 100;
	}
	.new_layout_icon img{
		transform: translateY(1px);
	}

 
	.mySwiper-box .swiper-wrapper{
		transition: all .2s linear;  
	}
	.thumbnail_product_div .product_img_plus_sign_top_div .shop-zoom-thumb1-div>img{
		height: 112px;
	}
	/* @keyframes hint {
		0%{
			transform:translateX(50%);
		} 
		100%{
			transform:translateX(0px)
		}
	} */

	/* 6/13 */
	.catalog_thumbnails_summary_div .catalog_plist_summary_expand_button_div{
		display: none;
	}
	.catalog_thumbnails_outer_div .mobile_slideable {
		display: block !important;
	}
	
	.catalog_thumbnails_outer_div .catalog_thumbnails_summary_div{
		box-shadow: none;
		border-color: #BBBBBB;
	}
	.new_view_all{
		width: 130px;
		text-align: center;
		margin:  5px auto 10px auto;
		font-size: 14px;
		padding: 5px;
		border: 1px solid #a0a0a0;
		letter-spacing: 1px;
		border-radius: 20px;
		display: block;
	} 
	.new_view_all>span{
		font-size: 12px;
		color: #AAAAAA;
		letter-spacing: 0;
	}

	.mySwiper_line{
		position: absolute;
		bottom: -2px;
		left:  0px;
		width: 100%;
		height: 4px;
		background: #1d1d1d;
		z-index: 1;
		transition: all .3s linear; 
		border-radius: 30px;
	}
 
	.catalog_thumbnails_outer_div .catalog_thumbnails_summary_div{
		position: sticky;
		position: -webkit-sticky;
		top:0;
		z-index: 2;
		background-color: #fff;
		
	} 
}

 