/* image_slide */
.home-image-slide  .prev-btn,
.home-image-slide  .next-btn{
  font-size: 38px;
  --home-image-slide-btb-display:block;
}
/* text_rich */
[data-section-type="text_rich"]{
  margin-top: calc(-1 * var(--section-space));
  margin-bottom: var(--section-space);
}
.home-rich-text{
  background-color: var(--main-color);
}
.home-rich-text .wrapper{
  --wrapper-side-padding:113px;
  --theme-font-color:#fff;
  --max-width:1139px;
}
.home-rich-text .rich-text{
  position: relative;
  padding: 40px 80px 30px;
  border: 10px solid #fff;
  border-radius: 50px;
}
.text-rich-dog{
  position: absolute;
  top: -100px;
  left: 7%;
  width: 153px;
  height: 140px;
  padding: 14px;
  background: #000;
}
@media screen and (max-width: 1100px){
  .home-rich-text .wrapper {
    --wrapper-side-padding: 60px;
    --side-padding:33px;
  }
  .home-rich-text .rich-text{
    padding:30px 25px;
    border-width: 5px;
    border-radius:20px;
    font-size: 14px;
    line-height: 22px;
  }
  .text-rich-dog{
    top: -41px;
    left: 10%;
    width: 60px;
    height: 55px;
    padding: 8px;
  }
}
.imgtxt-list-content{
  display: flex;
  align-items: flex-start;
}
.imgtxt-list-title{
  white-space: nowrap;
  padding-right: 47px;
  line-height: 40px;
}
.imgtxt-list-body{
--imgtxt-list-image-margin-bottom:20px;
--imgtxt-list-title-margin-bottom:0;
}
[data-section-type="imgtxt_list"] .imgtxt-list-header {
  line-height:var(--imgtxt-list-header-height, 32px);
}
/* imgtxt-list-a */
.imgtxt-lista-body{
  --imgtxt-list-title-weight: 400;
  --imgtxt-list-image-margin-bottom:14px;
  padding: 0 170px;
}
.imgtxt-lista-header{
  --section-title-bottom:40px;
}
.imgtxt-lista-title{
  margin-bottom: 56px;
}
.imgtxt-lista-content{
  margin-bottom: 56px;
}
.imgtxt-lista-btn{
  display: flex;
  flex-direction: row-reverse;
}
.imgtxt-lista-btn::before{
  font-size: 12px;
  padding-left: 14px;
}
.imgtxt-lista-item{
  --v-space:180px;
}
.imgtxt-list-image{
  --img-background:initial;
}
@media screen and (min-width: 1200px){
  [data-section-type="imgtxt_list_a"] {
    margin-bottom: calc(120px - var(--section-space));
  }
}
@media screen and (max-width: 1100px){
  [data-section-type="imgtxt_list"]{
    --section-title-size:24px;
    --imgtxt-list-header-height: 24px;
    --section-space-bottom:0;
  }
  .imgtxt-list-title{
    font-size: 30px;
    padding-right:37px;
  }
  .imgtxt-list-text{
    font-size: 16px;
  }
  .imgtxt-lista-header {
    --section-title-bottom: 20px;
  }
  .imgtxt-lista-content{
    margin-bottom: 29px;
  }
  .imgtxt-lista-btn::before{
    padding-left:6px;
  }
  .imgtxt-lista-body{
    padding: 0 ;
    --imgtxt-list-image-margin-bottom:10px;
  }
  .imgtxt-lista-title {
    margin-bottom: 29px;
  }
  .imgtxt-lista-item {
    --v-space: 60px;
  }
}
@media screen and (max-width: 767px){
  [data-section-type="imgtxt_list_a"]{
    margin-bottom:20px;
  }
  .imgtxt-lista-body{
    --imgtxt-list-body-wrap:nowrap;
  }
  .imgtxt-lista-item{
    margin: 0;
  }
  [data-section-type="imgtxt_list_a"] .imgtxt-list-top{
    max-width: 230px;
  }
  .imgtxt-lista .prev-btn{
    font-size: 30px;
    margin-left: -10px;
  }
  .imgtxt-lista .next-btn{
    font-size: 30px;
    margin-right: -10px;
  }
 .imgtxt-lista-item .imgtxt-lista-btn{
    font-size: 14px;
  }
}
/* imgtxt_single */
[data-section-type="imgtxt_single"]{
  background-color: #F8F8F8;
}
[data-section-type="imgtxt_single"] .wrapper{
  padding-top: 43px;
}
[data-section-type="imgtxt_single"] .rich-text img{
  height: 59px;
}
[data-section-type="imgtxt_single"] img:not(:last-child){
  padding-right: 106px;
}
.imgtxt-single {
  --imgtxt-single-title-bottom:12px;
}
.imgtxt-single .content-title{
  line-height:var(--imgtxt-single-content-title-height, 68px) ;
}
.imgtxt-single .button::after {
  content: "\e7d4";
  font-family: 'iconfont';
  display: inline-block;
  font-size: 12px;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  [data-section-type="imgtxt_single"] .wrapper{
    padding-top: 37px;
  }
  .imgtxt-single .button::after{
    padding-left: 6px;
    display: inline-block;
  }
}
/* imgtxt-single-b */
[data-section-type="imgtxt_single_b"] .section-wrapper{
  padding-top:calc(var(--section-space) - 20px); 
}

.imgtxt-single-text .rich-text {
  line-height: 24px;
}

.imgtxt-single-b {
  padding: 0 170px;
 
}
[data-section-type="imgtxt_single_c"] .content-title {
  width: 100%;
}
@media screen and (min-width: 768px){
  .imgtxt-single {
    --imgtxt-single-img-ratio: 0.41;
    --imgtxt-single-text-bottom: 40px;
    --imgtxt-single-image-width: 40%;
    --imgtxt-single-text-width: 60%;
    --imgtxt-single-body-slide-padding: 0 0 0 10px;
    --imgtxt-single-align-items: flex-start;
    --imgtxt-single-body-align: flex-end;
    --imgtxt-single-text-align: right;
  }

  .imgtxt-single-b {
    --imgtxt-single-img-ratio: 0.38;
    --imgtxt-single-image-width: 38%;
    --imgtxt-single-text-width: 62%;
    --imgtxt-single-title-bottom: 40px;
    --imgtxt-single-text-bottom: 48px;
    --imgtxt-single-body-slide-padding: 0 0 0 20px;
    
  }

  .imgtxt-single-b.reverse {
    --imgtxt-single-body-slide-padding: 0 20px 0 0;
    --imgtxt-single-body-align: flex-start;
    --imgtxt-single-text-align: left;
  }
  .imgtxt-single-c {
    
    --imgtxt-single-image-width:49%;
    --imgtxt-single-text-width:51%;
    --imgtxt-single-align-items:center;
    --imgtxt-single-body-align:center;
    --imgtxt-single-text-align:left;
  }
}
@media screen and (min-width: 1200px) {
  .imgtxt-single {
    --imgtxt-single-body-slide-padding: 0 170px 0 158px;
  }

  .imgtxt-single-b {
    --imgtxt-single-body-slide-padding: 0 0 0 90px;
  }

  .imgtxt-single-b.reverse {
    --imgtxt-single-body-slide-padding: 0 90px 0 0;
  }
  .imgtxt-single-c{
    --imgtxt-single-body-slide-padding: 0 80px 0 190px;
  }
}
@media screen and (max-width: 1000px){
  .imgtxt-single-b {
    padding: 0 var(--side-padding);
  }
  .imgtxt-single {
    --imgtxt-single-text-width:100%;
    --imgtxt-single-text-align:center;
    --imgtxt-single-body-align:center;
    --imgtxt-single-content-title-height:38px
  }
  [data-section-type="imgtxt_single"] img:not(:last-child){
    padding-right:50px;
  }
  .imgtxt-single-c{
  --section-title-size:20px;
  --imgtxt-single-body-slide-padding: 20px 30px 0;
  }
}
@media screen and (max-width: 767px){
  .imgtxt-single {
    --imgtxt-single-image-width: 92%;
    --imgtxt-single-text-bottom:30px;
    --imgtxt-single-body-slide-padding:20px 0 0;
    
  }
  .imgtxt-single-c {
    --imgtxt-single-body-slide-padding: 20px 0 0 30px;
    --imgtxt-single-image-width: 100%;
    --imgtxt-single-text-bottom:10px;
    --imgtxt-single-text-align:left;
    --imgtxt-single-title-width:100%;
    --imgtxt-single-content-title-height:24px;
  }
  [data-section-type="imgtxt_single"] .rich-text img{
    height: 55px;
  }
  .imgtxt-single-text .rich-text{
    display: initial;
  }
  .imgtxt-single-text .content-title{
    width:var(--imgtxt-single-title-width, 83%);
  }
  .imgtxt-single-b{
    padding:0;
  }
  
}
/* image_slide_list */
[data-section-type="image_slide_list"]{
      background-color: #F8F8F8;
}
@media screen and (min-width: 1200px){
[data-section-type="image_slide_list"] {
    padding: 78px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .imglist-slide-swiper{
    width: 92%;
  }
  .imglist-slide-box{
    --arrow-btn-width:'initial';
    --next-btn-right:-10px;
    --prev-btn-left:-10px;
  }
  .image-slide-list .iconfont{
    --image-slide-list-navigation-display:block;
    font-size: 30px;
  }
  
  [data-section-type="image_slide_list"] {
    padding:  0;
  }
}
/* .image list */
@media screen and (max-width: 767px){
  .image-list {
      --image-list-wrap: nowrap;
    }
.image-list .image-item {
    margin: 0;
  }
  .pure-images{
    --next-btn-right:-4px;
    --prev-btn-left:-4px;
    --section-space-bottom:var(--section-space);
  }
  .swiper-image-list{
    width: 92%;
  }
  .pure-images .iconfont{
    --prev-next-btn-top:calc(50% - var(--section-space) / 2);
    font-size: 30px;
    --arrow-btn-width:'initial';
  }
}

/* rich-textb */
.home-rich-textb{
  text-align: center;
}
.rich-textb{
  max-width: 960px ;
  margin: auto;
}

/* video */
@media screen and (min-width: 1100px){
  .video-single-content{
      --video-single-txt-size: 40px;
      --video-single-txt-play-height: 80px;
      --video-single-txt-play-width: 80px;
      --video-single-txt-play-size: 40px;
  }
}
.video-single-content{
  max-height: 844px;
  --video-single-iframe-aspect: 16/9;
  --video-single-txt-left:50%;
  --video-single-txt-bottom:50%;
}
/* .video-single-content iframe{
  padding-bottom: 100%;
} */
.video-single-play .video-single-txt{
  transform: translate(-50%, 50%);
}

/* lispoo_imgtxt */
.lispoo-product-imgtxt{
  --lispoo-prodimgtxt-img-aspect:0.4;
  --section-wrapper-padding:75px var(--side-padding) 200px;
  margin-bottom: var(--section-space);
}
[data-section-type="lispoo_imgtxt"]{
  background-color: var(--main-color);
}
.lispoo-prodimgtxt-header{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
}
.lispoo-prodimgtxt-subtitle{
  margin-bottom: 105px;
  font-size: 24px;
  text-align: center;
}
.lispoo-prodimgtxt-main{
  display: flex;
}
.lispoo-prodimgtxt-img{
  width: 40%;
}
.lispoo-prodimgtxt-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 70px;
}
.lispoo-prodimgtxt-title{
  font-size: 32px;
  margin-bottom: 10px;
}
.lispoo-prodimgtxt-text{
  color: #fff;
}
.lispoo-prodimgtxt-main .iconfont{
  --arrow-btn-color:#FFF;
  --arrow-btn-width: 'initial';
  font-size: 30px;
  --prev-btn-left:-20px;
  --next-btn-right:-20px;
}
.lispoo-prodimgtxt-item:not(:last-child){
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
  .lispoo-product-imgtxt{
    --section-wrapper-padding:46px var(--side-padding) 30px;
  }
  .lispoo-prodimgtxt-header{
    font-size: 30px;
    line-height: 30px;
  }
  .lispoo-prodimgtxt-subtitle{
    margin-bottom: 39px;
    font-size: 14px;
  }
  .lispoo-prodimgtxt-title{
    font-size: 20px;
    line-height: 24px;
  }
  .lispoo-prodimgtxt-block{
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px){
  .lispoo-product-imgtxt {
    --lispoo-prodimgtxt-img-aspect: 1;
  }
  .lispoo-prodimgtxt-main{
    flex-direction: column;
    align-items: center;
    width: 93%;
    margin: auto;
  }
  .lispoo-prodimgtxt-img{
    width: 100%;
    margin-bottom: 45px;
  }
  .lispoo-prodimgtxt-item{
    text-align: center;
  }
  .lispoo-prodimgtxt-item:not(:last-child) {
    margin-bottom: 0;
  }
  .lispoo-prodimgtxt-block{
    flex-direction: row;
    justify-content:initial;
    padding: 0;
  }
  .lispoo-prodimgtxt-swiper{
    width: 100%;
  }
}
/* video text */
[data-section-type="video_text"]{
  background-color: var(--main-color);
}
[data-section-type="video_text"]+:not([data-section-type="video_text"]){
  margin-top: var(--section-space);
}
.video-text{
  --video-text-body-width: 51%;
  --video-text-item-width: 49%;
  --video-text-txt-left:50%;
  --video-text-txt-bottom:50%;
  --video-text-item-iframe: 16/9;
  --section-wrapper-padding:50px var(--side-padding);
}
.video-text-txt{
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px){
  .video-text {
    --video-text-content-flex-direction:column-reverse;
    --section-wrapper-padding: 48px var(--side-padding);
  }
  [data-section-type="video_text"]+[data-section-type="video_text"]{
    margin-top:-48px;
  }
}
@media screen and (min-width: 767px){
  .imgtxt-lista-btn::before,.product-list .button.iconfont::before {
    line-height: 47px;
  }
  .imgtxt-single .button::after {
    line-height: 47px;
  }
}