.header {
  background: transparent !important;
}
.header.on {
  background: rgba(255, 255, 255, 0.8) !important;
}
.header.pro_on {
  background: #fff !important;
}

.products1 {
  height: 42.7083333333vw;
  position: relative;
  z-index: 1;
}
.products1 .bg {
  width: 100%;
  height: 100%;
}
.products1 .bg .bgSwiper {
  width: 100%;
  height: 100%;
}
.products1 .bg .bgSwiper .swiper-pagination {
  bottom: 45px;
  position: absolute;
  z-index: 5;
}
.products1 .bg .bgSwiper .swiper-pagination span {
  width: 100px;
  height: 2px;
  background: #E8E8E8;
  margin: 0 10px 0 0 !important;
  transition: .6s ease;
}
.products1 .bg .bgSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2EA148;
}
.products1 .bg .bgSwiper .swiper-pagination span:last-child {
  margin: 0 !important;
}
.products1 .bg .bgSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products1 .bg .bgSwiper .swiper-slide .common_bg {
  opacity: 0;
  transition: 1s;
}
.products1 .bg .bgSwiper .swiper-slide.swiper-slide-active .common_bg {
  opacity: 1;
}
.products1 .bg .bgSwiper .swiper-slide.swiper-slide-active .wrap {
  transition: opacity 1s,transform 1s 1s;
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}
.products1 .bg .bgSwiper .swiper-slide .wrap {
  width: 1600px;
  position: relative;
  margin: auto;
  top: 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity .3s,transform .6s .3s;
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message {
  width: 548px;
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message .p1 {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 26px;
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message .p2 {
  color: #1A1A1A;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  /* 177.778% */
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message .more {
  width: fit-content;
  padding: 0 24px;
  height: 48px;
  border-radius: 48px;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 46px 0 0 0;
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message .more p {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.products1 .bg .bgSwiper .swiper-slide .wrap .message .more svg {
  width: 14px;
  height: 13px;
}

.products2 {
  padding: 0 0 195px;
}
.products2 .wrap {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.products2 .wrap .side {
  width: 324px;
  height: fit-content;
  border-radius: 14px;
  background: #F8F8F8;
  padding: 27px 12px 15px 12px;
  position: sticky;
  top: 110px;
  margin: 80px 0 0 0;
}
.products2 .wrap .side .headline {
  margin: 0 0 30px 30px;
  color: #1A1A1A;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.products2 .wrap .side .flex .item.on .show {
  background: #2EA148;
}
.products2 .wrap .side .flex .item.on .show .icon img {
  filter: brightness(0) invert(1);
}
.products2 .wrap .side .flex .item.on .show p {
  color: #fff;
}
.products2 .wrap .side .flex .item:not(:last-child) {
  margin: 0 0 7px;
}
.products2 .wrap .side .flex .item .show {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  cursor: pointer;
  transition: .6s ease;
}
.products2 .wrap .side .flex .item .show .icon {
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products2 .wrap .side .flex .item .show .icon img {
  object-fit: contain;
  transition: .6s ease;
}
.products2 .wrap .side .flex .item .show p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.products2 .wrap .side .flex .item .hide {
  display: none;
  overflow: hidden;
}
.products2 .wrap .side .flex .item .hide > div {
  margin: 8px 0 8px 94px;
}
.products2 .wrap .side .flex .item .hide > div a {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
  display: block;
  transition: .6s ease;
}
.products2 .wrap .side .flex .item .hide > div a:hover {
  color: var(--color);
  font-weight: bold;
}
.products2 .wrap .r {
  width: 1186px;
}
.products2 .wrap .r .screening {
  /*position: sticky;*/
  /*top: 30px;*/
  z-index: 5;
  background: #fff;
  padding: 80px 0 0 0;
  position: relative;
}
.products2 .wrap .r .screening .emptied {
  height: 38px;
  width: fit-content;
  padding: 0 19px;
  border-radius: 19.5px;
  border: 1px solid #2EA148;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 0;
  top: 80px;
}
.products2 .wrap .r .screening .small_title {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 18px;
}
.products2 .wrap .r .screening .flex {
  border-bottom: 1px solid #E9E9E9;
  padding: 0 0 33px;
  position: relative;
}
.products2 .wrap .r .screening .flex .select {
  position: absolute;
  right: 0;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.products2 .wrap .r .screening .flex .select .list {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.products2 .wrap .r .screening .flex .select .list.on .icon {
  filter: unset;
}
.products2 .wrap .r .screening .flex .select .list .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(2) grayscale(1);
  transition: .6s ease;
}
.products2 .wrap .r .screening .flex .select .list .icon img {
  object-fit: contain;
}
.products2 .wrap .r .screening .flex .select .list p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products2 .wrap .r .screening .flex .flex_list {
  display: flex;
  gap: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.products2 .wrap .r .screening .flex .flex_list span {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: 115px;
  display: block;
}
.products2 .wrap .r .screening .flex .flex_list .dis {
  display: flex;
  gap: 10px 14px;
  width: 80%;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.products2 .wrap .r .screening .flex .flex_list .dis .list {
  color: #969696;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .3s ease;
}
.products2 .wrap .r .screening .flex .flex_list .dis .list.on, .products2 .wrap .r .screening .flex .flex_list .dis .list:hover {
  color: var(--color);
}
.products2 .wrap .r .content {
  margin: 58px 0 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 0;
}
.products2 .wrap .r .content.on {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 27px;
}
.products2 .wrap .r .content.on .item .joke {
  flex-direction: column;
  padding: 60px 30px 40px 30px;
}
.products2 .wrap .r .content.on .item .joke:hover .text .common_more.hover p {
  color: var(--color);
}
.products2 .wrap .r .content.on .item .joke .images {
  margin: auto;
}
.products2 .wrap .r .content.on .item .joke .text {
  width: 322px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.products2 .wrap .r .content.on .item .joke .text .p1 {
  margin: 0;
}
.products2 .wrap .r .content.on .item .joke .text .p2 {
  display: none;
}
.products2 .wrap .r .content.on .item .joke .text .common_more.hover {
  width: fit-content;
  height: auto;
  border: 1px solid transparent !important;
  background: transparent !important;
  display: none;
}
.products2 .wrap .r .content.on .item .joke .text .common_more.hover .iconfont {
  display: none;
}
.products2 .wrap .r .content.on .item .joke .text .common_more.hover p {
  font-size: 16px;
}
.products2 .wrap .r .content .item {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products2 .wrap .r .content .item .joke {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  display: flex;
  background: #FFF;
  justify-content: space-between;
  padding: 65px 62px 65px 114px;
}
.products2 .wrap .r .content .item .joke:hover:after {
  border: 1px solid #2EA148;
}
.products2 .wrap .r .content .item .joke:hover .images img {
  transform: scale(1.05);
}
.products2 .wrap .r .content .item .joke:hover .text .p1 {
  color: var(--color);
}
.products2 .wrap .r .content .item .joke:hover .text .common_more.hover {
  background: var(--color);
  border: 1px solid var(--color);
}
.products2 .wrap .r .content .item .joke:hover .text .common_more.hover p, .products2 .wrap .r .content .item .joke:hover .text .common_more.hover .iconfont {
  color: #fff;
}
.products2 .wrap .r .content .item .joke:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  transition: .6s ease;
}
.products2 .wrap .r .content .item .joke .images {
  width: 280px;
  height: 211px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products2 .wrap .r .content .item .joke .images img {
  object-fit: contain;
  transition: 1s;
}
.products2 .wrap .r .content .item .joke .text {
  width: 666px;
}
.products2 .wrap .r .content .item .joke .text .p1 {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 22px;
  transition: .6s color ease;
}
.products2 .wrap .r .content .item .joke .text .p2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 48px;
}
.products2 .wrap .r .content .item .joke .text .common_more.hover {
  border: 1px solid #D0D0D0;
  background: transparent;
  transition: .6s ease;
}
.products2 .wrap .r .content .item .joke .text .common_more.hover p, .products2 .wrap .r .content .item .joke .text .common_more.hover .iconfont {
  color: #D0D0D0;
  transition: .6s color ease;
}

@media screen and (max-width: 1919px) {
  .products1 .bg .bgSwiper .swiper-pagination{
    bottom: 2.34375vw;
  }
  .products1 .bg .bgSwiper .swiper-pagination span{
    width: 5.2083333333vw;
    height: 0.1041666667vw;
    margin: 0px 0.5208333333vw 0px 0px !important;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap{
    width: 83.3333333333vw;
    top: 1.5625vw;
    transform: translateY(1.0416666667vw);
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message{
    width: 28.5416666667vw;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .p1{
    font-size: 2.1875vw;
    margin: 0px 0px 1.3541666667vw;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .p2{
    font-size: 0.9375vw;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more{
    padding: 0px 1.25vw;
    height: 2.5vw;
    border-radius: 2.5vw;
    gap: 0.46875vw;
    margin: 2.3958333333vw 0px 0px;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more p{
    font-size: 0.8333333333vw;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more svg{
    width: 0.7291666667vw;
    height: 0.6770833333vw;
  }
  .products2{
    padding: 0px 0px 10.15625vw;
  }
  .products2 .wrap{
    width: 83.3333333333vw;
  }
  .products2 .wrap .side{
    width: 16.875vw;
    border-radius: 0.7291666667vw;
    padding: 1.40625vw 0.625vw 0.78125vw;
    top: 5.7291666667vw;
    margin: 4.1666666667vw 0px 0px;
  }
  .products2 .wrap .side .headline{
    margin: 0px 0px 1.5625vw 1.5625vw;
    font-size: 1.5625vw;
  }
  .products2 .wrap .side .flex .item:not(:last-child){
    margin: 0px 0px 0.3645833333vw;
  }
  .products2 .wrap .side .flex .item .show{
    height: 3.6458333333vw;
    border-radius: 0.4166666667vw;
    gap: 1.0416666667vw;
    padding: 0px 1.5625vw;
  }
  .products2 .wrap .side .flex .item .show .icon{
    width: 2.34375vw;
    height: 2.5vw;
  }
  .products2 .wrap .side .flex .item .show p{
    font-size: 0.9375vw;
  }
  .products2 .wrap .side .flex .item .hide > div{
    margin: 0.4166666667vw 0px 0.4166666667vw 4.8958333333vw;
  }
  .products2 .wrap .side .flex .item .hide > div a{
    font-size: 0.9375vw;
  }
  .products2 .wrap .r{
    width: 61.7708333333vw;
  }
  .products2 .wrap .r .screening{
    padding: 4.1666666667vw 0px 0px;
  }
  .products2 .wrap .r .screening .emptied{
    height: 1.9791666667vw;
    padding: 0px 0.9895833333vw;
    border-radius: 1.015625vw;
    font-size: 0.7291666667vw;
    top: 4.1666666667vw;
  }
  .products2 .wrap .r .screening .small_title{
    font-size: 1.0416666667vw;
    margin: 0px 0px 0.9375vw;
  }
  .products2 .wrap .r .screening .flex{
    padding: 0px 0px 1.71875vw;
  }
  .products2 .wrap .r .screening .flex .select{
    bottom: 0.6770833333vw;
    gap: 1.3020833333vw;
  }
  .products2 .wrap .r .screening .flex .select .list{
    gap: 0.3125vw;
  }
  .products2 .wrap .r .screening .flex .select .list .icon{
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .products2 .wrap .r .screening .flex .select .list p{
    font-size: 0.625vw;
  }
  .products2 .wrap .r .screening .flex .flex_list{
    gap: 2.3958333333vw;
    padding: 0px 0px 0.78125vw;
    margin: 0px 0px 0.78125vw;
  }
  .products2 .wrap .r .screening .flex .flex_list span{
    font-size: 0.8333333333vw;
    width: 5.9895833333vw;
  }
  .products2 .wrap .r .screening .flex .flex_list .dis{
    gap: 0.5208333333vw 0.72916666vw;
  }
  .products2 .wrap .r .screening .flex .flex_list .dis .list{
    font-size: 0.8333333333vw;
  }
  .products2 .wrap .r .content{
    margin: 3.0208333333vw 0px 2.6041666667vw;
    gap: 1.5625vw 0px;
  }
  .products2 .wrap .r .content.on{
    gap: 1.5625vw 1.40625vw;
  }
  .products2 .wrap .r .content.on .item .joke{
    padding: 3.125vw 1.5625vw 2.0833333333vw;
  }
  .products2 .wrap .r .content.on .item .joke .text{
    width: 16.7708333333vw;
    margin: 2.6041666667vw 0px 0px;
  }
  .products2 .wrap .r .content.on .item .joke .text .common_more.hover p{
    font-size: 0.8333333333vw;
  }
  .products2 .wrap .r .content .item{
    border-radius: 0.7291666667vw;
  }
  .products2 .wrap .r .content .item .joke{
    padding: 3.3854166667vw 3.2291666667vw 3.3854166667vw 5.9375vw;
  }
  .products2 .wrap .r .content .item .joke .images{
    width: 14.5833333333vw;
    height: 10.9895833333vw;
  }
  .products2 .wrap .r .content .item .joke .text{
    width: 34.6875vw;
  }
  .products2 .wrap .r .content .item .joke .text .p1{
    font-size: 1.0416666667vw;
    margin: 0px 0px 1.1458333333vw;
  }
  .products2 .wrap .r .content .item .joke .text .p2{
    font-size: 0.8333333333vw;
    margin: 0px 0px 2.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .products1{
    height: auto;
    margin: 60px 0 0 0;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap{
    width: 90%;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .p1{
    font-size: 18px;
    margin: 0 0 15px;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .p2{
    font-size: 13px;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message{
    width: 100%;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more{
    height: 38px;
    padding: 0 15px;
    gap: 7px;
    border-radius: 30px;
    margin: 25px 0 0 0;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more p{
    font-size: 13px;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap .message .more svg{
    width: 12px;
    height: 12px;
  }
  .products1 .bg .bgSwiper .swiper-pagination{
    bottom: 10px;
  }
  .products1 .bg .bgSwiper .swiper-pagination span{
    width: 40px;
    height: 2px;
    margin: 0 10px 0 0!important;
    border-radius: 0!important;
  }
  .products1 .bg .bgSwiper .swiper-pagination span:last-child{
    margin: 0!important;
  }
  .products2 .wrap{
    width: 90%;
    flex-direction: column;
  }
  .products2 .wrap .side{
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    top: 0;
    position: relative;
    margin: 20px 0 0 0;
  }
  .products2 .wrap .side .headline{
    margin: 0 0 10px;
    font-size: 16px;
  }
  .products2 .wrap .side .flex .item .show{
    height: 45px;
    border-radius: 4px;
    padding: 0 10px;
    gap: 10px;
  }
  .products2 .wrap .side .flex .item:not(:last-child){
    margin: 0 0 5px;
  }
  .products2 .wrap .side .flex .item .show .icon{
    width: 25px;
    height: 25px;
  }
  .products2 .wrap .side .flex .item .show p{
    font-size: 14px;
  }
  .products2 .wrap .side .flex .item .hide > div{
    margin: 10px 0 10px 20px;
  }
  .products2 .wrap .side .flex .item .hide > div a{
    font-size: 13px;
  }
  .products2 .wrap .r{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .products2 .wrap .r .screening .small_title{
    font-size: 18px;
    margin: 0 0 22px;
  }
  .products2 .wrap .r .screening .emptied{
    width: fit-content;
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 30px;
  }
  .products2 .wrap .r .screening .flex .flex_list span{
    font-size: 12px;
    width: 27%;
  }
  .products2 .wrap .r .screening .flex .flex_list .dis{
    gap: 8px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .products2 .wrap .r .screening .flex .flex_list{
    gap: 15px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .products2 .wrap .r .screening .flex .select{
    bottom: 15px;
    gap: 10px;
  }
  .products2 .wrap .r .screening .flex .select .list .icon{
    width: 14px;
    height: 14px;
  }
  .products2 .wrap .r .screening .flex .select .list p{
    font-size: 12px;
  }
  .products2 .wrap .r .screening .flex{
    padding: 0 0 30px;
  }
  .products2 .wrap .r .screening .flex .select .list{
    gap: 10px;
  }
  .products2 .wrap .r .screening .flex .flex_list .dis .list{
    font-size: 12px;

  }
  .products2 .wrap .r .content.on{
    gap: 15px;
    grid-template-columns: repeat(2,1fr);
  }
  .products2 .wrap .r .content{
    margin: 30px 0 35px 0;
  }

  .products2 .wrap .r .content.on .item .joke{
    padding: 20px 10px;
  }
  .products2 .wrap .r .content .item .joke .images{
    width: 100%;
    height: 80px;
  }
  .products2 .wrap .r .content.on .item .joke .text{
    width: 100%;
    margin: 15px 0 0 0;
  }
  .products2 .wrap .r .content.on .item .joke .text .p1{
    font-size: 11px;
    text-align: center;

  }
  .products2 .wrap .r .content .item .joke{
    padding: 25px 10px;
    gap: 15px;
  }
  .products2 .wrap .r .content .item .joke .images{
    width: 50%;
  }
  .products2 .wrap .r .content .item .joke .text .p1{
    text-align: left;
    font-size: 14px;
  }
  .products2 .wrap .r .content .item .joke .text {
    width: 62%;
  }
  .products2 .wrap .r .content .item .joke{
    justify-content: unset;
  }
  .products2 .wrap .r .content .item{
    border-radius: 10px;
  }
  .products2 .wrap .r .content{
    gap: 15px 0;
  }
  .products2 .wrap .r .content .item .joke .text .common_more{
    height: 32px;
    padding: 0 10px;
    gap: 4px;
    border-radius: 7px;
  }
  .products2 .wrap .r .content .item .joke .text .common_more p{
    font-size: 12px;
  }
  .products1 .bg .bgSwiper .swiper-slide .common_bg{
    display: none;
  }
  .products1 .bg .bgSwiper .swiper-slide .common_bg.sj_common_bg{
    display: block!important;
    position: relative;
  }
  .products1 .bg .bgSwiper .swiper-slide{
    align-items: unset;
  }
  .products1 .bg .bgSwiper .swiper-slide .wrap{
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 55px 5%;
  }
}
