@media screen and (max-width: 767px) {
  .product-cate.wrapper,.content-blog.wrapper,.imgtxt-list.wrapper,.image-slide-list.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .content-blog .prev-btn,
  .content-blog .next-btn,.image-slide-list .prev-btn,
  .image-slide-list .next-btn{
    height: initial;
    width: initial;
    opacity: 1;
    background-color: initial;
    font-size: 16px;
  }
}
/* image slide */
.home-image-slide .prev-btn,
.home-image-slide .next-btn{
    display: none;
}
.home-image-slide {
  --swiper-pagination-bullet-inactive-color: #656565;
  --swiper-bullet-active-color: #FFFFFF;
  --swiper-pagination-bullet-horizontal-gap: 6.5px;

}
@media screen and (max-width: 767px){
  .home-image-slide{
    --swiper-pagination-bullet-inactive-color:#A4A4A4;
    --swiper-bullet-active-color:#FFFFFF;
    --swiper-pagination-bullet-horizontal-gap:6.5px;
    --swiper-pagination-bullet-height:10px;
    --swiper-pagination-bullet-width:10px;

  }
}
/* product cate */
.product-cate .list-more-button{
  position: absolute;
  right: var(--side-padding);
  top: 1px;
  margin: 0;
  font-weight: 700;
}
.product-cate .product-list-btn{
  padding: 0;
}
@media screen and (max-width: 767px){
  .product-cate.wrapper{
    padding-bottom: var(--section-space);
  }
  .product-cate .section-title{
    padding-left: var(--side-padding);
  }
  .product-cate .product-list{
    flex-wrap: nowrap;
  }
  .product-cate .swiper-slide{
    height: auto;
  }
  .product-cate .product-list-btn{
    height: fit-content;
    line-height: 22px;
    font-weight: 400;
  }
  
}
/* blog */
.content-blog{
  --content-blog-title-bottom: 16px;
  --content-blog-body-padding: 0 12px
}
.content-blog-cover{
  --img-background:rgba(0,0,0,.5) var(--bg-img-url) no-repeat center;
}
.content-blog-item{
  position: relative;
}
.content-blog-body{
  position: absolute;
  bottom: 20px;
}
.content-blog-time{
  margin-bottom: 16px;
  color: #fff;
  text-decoration: underline;
}
.content-blog-title{
  color: #fff;
}
.content-blog-read{
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.content-blog-item:hover .content-blog-read{
  color: #000;
}
@media screen and (max-width: 767px) {
  .content-blog {
    --content-blog-title-bottom: 8px;
    --content-blog-body-padding: 0 16px;
    --content-blog-title-size: 14px;
  }
  .content-blog-time{
    margin-bottom: 8px;
    line-height: 22px;
  }
  .content-blog .prev-btn,
  .content-blog .next-btn{
    display: block;
  }
  .content-blog .swiper-pagination{
    display: none;
  }
  .content-blog .swiper{
    padding-bottom: 0;
  }
}
/* imgtxt list */
.imgtxt-list-top{
  position: relative;
}
.imgtxt-list-content{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX( -50%);
  width: 100%;
  padding: 0 105px;
}
.imgtxt-list-image{
  margin-bottom: 0;
}
.imgtxt-list-title{
  margin: 0;
  padding-bottom: 56px;
}
.imgtxt-list-text{
  margin-bottom: 0;
  line-height: 24px;
}
@media screen and (max-width: 1400px) {
  .imgtxt-list-content {
    padding: 0 50px;
  }
  .imgtxt-list-title {
    padding-bottom: 30px;
    font-size: 20px;
  }

}
@media screen and (max-width: 1400px) {
  .imgtxt-list-content{
    top:50px;
  }
}
@media screen and (max-width: 1200px) {
  .imgtxt-list-content{
    padding: 0 40px;
  }
  .imgtxt-list-title{
    padding-bottom: 20px;
    font-size: 20px;
  }
  .imgtxt-list-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px){
  .imgtxt-list-item:not(:last-child){
    margin-bottom: 0;
  }
  .imgtxt-list-content {
    top:50%;
    padding: 0 16px;
    transform: translate(-50% , -50%);
  }
  .imgtxt-list-title{
    text-align: center;
    padding-bottom: 24px;
  }
  .imgtxt-list-text{
    -webkit-line-clamp: 12;
  }
}
/* image slide list */
@media screen and (max-width: 767px){
  .image-slide-list .swiper-pagination{
    display: none;
  }
  .image-slide-list .swiper{
    padding-bottom: 0;
  }
}
/* function email */
.function-email{
  margin: auto;
  padding: 0 var(--side-padding) var(--section-space);
  max-width: var(--max-width);
  --function-email-title-bottom:16px;
  --function-email-subtitle-bottom: 0;
  --function-email-input-padding:0 60px 0 0;
  --function-email-m-title-size:16px;
}

.function-email-body{
  position: initial;
  transform: none;
  max-width:100%;
  align-items: flex-start;
}
.function-email-subs{
  position: relative;
  width: 100%;
  height: initial;
  margin-bottom: 15px;
}
.function-email-subs input{
  flex: 1;
  height: 64px;
  border-bottom:1px solid var(--theme-font-color);
  border-radius: 0;
}
.function-email-subs input:focus{
  border: 0;
  border-bottom: 1px solid var(--theme-font-color);
}
.function-email-subs input::-webkit-input-placeholder{
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-font-color-sub);
}
.function-email-subtitle{
  order: 2;
}
.function-email-subs button{
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
  height: initial;
  font-size: 39px;
}
.func-email-success{
  position: initial;
  transform: initial;
}
@media screen and (max-width: 1200px){
 .function-email-body {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .function-email-body{
    padding: 0;
  }
  .function-email{
    --function-email-title-bottom:12px;
  }
  .function-email-subs{
    margin-bottom: 12px;
  }
  .function-email-subs input{
    height: 48px;
  }
  .function-email-subs input::-webkit-input-placeholder{
    font-size: 20px;
  }
  .function-email-subs button{
    top: 6px;
    font-size: 30px;
  }
}
/* sneakers_singleimgtxt_sm */
.sneakers-singleimgtxt{
  align-items:initial;
}
.sneakers-singleimgtxt .imgtxt-single-text{
    align-items: center;
}
.sneakers-singleimgtxt .content-title{
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
.sneakers-singleimgtxt .rich-text{
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-font-color);
  text-align: center;
}
.sneakers-singleimgtxt-social{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -16px;
}
.sneakers-singleimgtxt-social .iconfont{
  font-size: 32px;
  line-height: initial;
  margin-bottom: 10px;
}
.sneakers-singleimgtxt-social .iconfont:not(:last-child){
  margin-right: 16px;
}
@media screen and (max-width: 1200px){
  .sneakers-singleimgtxt .content-title{
    margin-bottom: 16px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .sneakers-singleimgtxt .content-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sneakers-singleimgtxt .rich-text{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .sneakers-singleimgtxt-social .iconfont{
    font-size: 24px;
  }
}
@media screen and (max-width: 767px){
  .sneakers-singleimgtxt-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .sneakers-singleimgtxt{
    flex-direction: column-reverse;
  }
  .sneakers-singleimgtxt .content-title{
    font-size:24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .sneakers-singleimgtxt .rich-text{
    margin-bottom: 20px;
   
  }
  .sneakers-singleimgtxt-social .iconfont {
    font-size: 32px;
  }
  .sneakers-singleimgtxt .imgtxt-single-text{
    padding: 34px 16px 24px;
  }
  .sneakers-singleimgtxt  .imgtxt-single-image{
    margin: 0;
  }
}