html {
  box-sizing: border-box;

}

body {
  line-height: 1.48573;
  font-size: .373333rem;
  font-family:"sy-c","sy-x","sy";
/*   font-variation-settings: 'wght'550; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 320px;
  color: #000;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
overflow: hidden;

}


@font-face {
  font-family: 'sy-c';
  font-weight: 600;
  font-display: swap;
  src: url("../font/SourceHanSansCN-Bold.ttf");
}
@font-face {
  font-family: 'sy-x';
  font-weight: 100;
  font-display: swap;
  src: url("../font/SourceHanSansCN-Light.ttf");
}
@font-face {
  font-family: 'sy';
  font-weight: 500;
  font-display: swap;
  src: url("../font/SourceHanSansCN-Regular.ttf");
}

.jk_middle .desc{
  font-family:"sy-c","sy-x","sy";
  font-weight: 100;
}







.jk_tips.jk_top {
  transform: translateY(48px);
  position: relative;

  height: 48px;

}

.jk_tips {
  transform: translateY(0px);
  transition: all 0.5s ease;
  height: 0;
}

body.jk_top.tip-leaving {
  margin-top: 0px !important;
  transition: all 0.5s ease;
}
.jk_topic{
  overflow-y: scroll;
}
.jk_topic{
  overflow-y: scroll;
}

li {
  display: list-item;
  text-align: match-parent;
}



a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  position: relative;
  min-height: 100%;
  height: 100%;
  /* transform: translateY(0px); */
  transition: all .5s ease;
  min-width: 1200px;

}


div {
  display: block;
}

.btn-cancel {

  font-size: 24px;
  border-radius: 50%;
  padding: 10px 16px;
  position: absolute;
  right: 0px;
  top: 60px;
  height: 48px;
  z-index: 30;

  width: auto;

  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, .65);
  white-space: nowrap;
  text-align: center;
  transition: all .3s ease;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;

}

svg:not(:root) {
  overflow: hidden;
}

.btn-cancel:hover {
  background: rgba(0, 0, 0, .04);
  border-radius: 50%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.icon {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}


button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background-color: transparent;
  overflow: visible;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
}

.jk.block {
  display: block !important;
}

.clickToTop {
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  z-index: 999;
  cursor: pointer;
  width: 140px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px #f39d00 solid;
  color: #f39d00;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  transition: all .5s ease;
}

.clickToTop:hover {
  color: #fff;
  background-image: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
  box-shadow: rgba(255, 203, 0, 0.2) 0px 9px 13px 0px;
}

.clickToTop.active {
  display: flex;
  opacity: 1;
}

.top_text {
  font-size: 14px;
  font-weight: 600;
}

.topImg,
.top_text {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: left;
}

.topImg {
  width: 80px;
  height: 40px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
  bottom: 3px;
}

.topImg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}


.transparent {
  background: 0 0 !important;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 88px;
}

.transparent.active {
  background: #fff !important;
  box-shadow: 0 3px 6px #dedddc24;
  position: fixed;
}





.jk_menu_row_box.nav-up-selected {
  height: auto;
}





.transparent.active .jk_menu_row .title {
  color: #e99816;


}

.row_box_text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  line-height: 1.5em;
  font-size: 20px;
  padding: 15px 20px;
  text-indent: 28px;

}

.row_box_text,
.row_box_text_desc {
  text-align: left;
  margin: 0px auto;
  max-width: 1200px;
}

.row_box_text_desc {
  position: relative;
  line-height: 32px;
  font-size: 18px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-bottom: 15px;
  text-indent: 28px;

}

#jk_header .bannerhide {
  background: #F5F5F5 !important;
}

#jk_header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  line-height: 100px;
  background: 0 0;
  transition: all .5s;
}


.container,
.jk_middle {
  width: 100%;
  min-width: 320px;
  /* padding: 0 15px; */
  box-sizing: border-box;
  margin: 0 auto;
}

.jk_middle {
  margin-top: 0px;
}

.jk_middle .title {
  font-size: 56px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  font-weight: 600;
  /* color: rgb(248 151 45); */
  color: rgb(68, 68, 68);
  background-image: linear-gradient(to right, rgb(255, 234, 0) 0%, rgb(255, 114, 0) 33%, rgb(68, 68, 68) 66%);
  background-size: 300% 100%;
  text-align: left;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* background-position: 100% 0; */
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.jk_middle .desc {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.85);
  top: 20px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-indent: 28px;
  background: #f5f5f5;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.jk_middle_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jk_middle_list ul li.jk_middle_grid {
  position: relative;
  overflow: hidden;
  float: left;
  cursor: pointer;
  text-decoration: none;
  width: 290px;
  height: 400px;
  display: block;
  margin: 0px 5px;
  background: #F5F5F5;
  border-radius: 15px;
  border: 4px rgb(248 151 45) solid;
}

.jk_middle_list ul li.jk_middle_grid .grid_img {
  max-width: 100%;

  transition: all .6s ease;
  display: inline-block;
  vertical-align: middle;
}

.jk_middle_list ul li.jk_middle_grid .grid_img.active {
  margin-top: 10px;
}

.jk_middle_list ul li.jk_middle_grid .grid_div {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grid_icon.gj {
  width: 250px;
  height: 250px;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  top: -60px;

}

.grid_icon {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateX(-70px);
}

.header-end {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, .65);
  /* background: rgba(232,232,237,.4); */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;
}
.header-end.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-start 80ms;

}
.jk_menu_row_box {
  position: absolute;
top: 88px;
  min-width: 1200px;
  width: 100%;
  z-index: 30;
  background: #fff;
display: none;
  justify-content: center;
  box-shadow: 0 1px 0 #f5f5f5;


}

.jk_menu_row_box.active {

}

.jk_menu_row_box:nth-child(2),
.jk_menu_row_box:nth-child(3) {
  position: fixed;

}
.animated{
 
}

.jk_menu_row_box:nth-last-child(1),
.jk_menu_row_box:nth-child(1) {
  position: absoute;
  overflow: hidden;
  height: 0; 



}
.detail-list{
  opacity: 0;
  transform: translateY(-20px);
  transition: all .25s cubic-bezier(0.4,0.8,0.74,1);
}
.detail-list.active{
  opacity: 1;
  transform: translateY(0px);
  transition: all .25s cubic-bezier(0.4,0.8,0.74,1);
}
.jk_menu_row_box:nth-last-child(1).nav-up-selected,
.jk_menu_row_box:nth-child(1).nav-up-selected {
  position: absolute;
height: auto; 
  overflow-y: auto;


}




.jk_menu_row_box ul {
  padding: 8px 64px 24px;
  display: flex;
  padding: 33px 64px 24px;
  justify-content: center;
  box-shadow: 0 1px 0 #f5f5f5;
}




.jk_middle_list ul li.jk_middle_grid .text_box {
  padding: 0 48px;
  position: absolute;
  bottom: 80px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}


.jk_middle_con {
  padding: 30px 15px 15px 15px;

}

#jk_head .header-main,
.jk_middle_con {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}

.jk_logo {
  width: 140px;
  height: 60px;
  position: absolute;
  top: 15px;
  /* transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
  left: 0;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}

.jk_logo img {
  width: 100%;
  height: 100%;
}

.jk {
  display: none;
}


#jk_head .jk_menu {
  position: relative;
  height: 100%;
  padding-left: 394px;
  left: 140px;
  list-style: none;
  box-sizing: border-box;
}

.jk_menu:after,
.jk_menu:before {
  display: table;
  content: "";
}

.jk_menu_row:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: rgb(248 151 45);
  transition: all .3s ease;
  border-radius: 15px;
  transform-origin: center center;
}


.jk_menu_row.actives::after,
.jk_menu_row:hover:after {
  opacity: 1;
  bottom: 0;
}

.jk_menu_row:hover:nth-last-child(1)::after {
  opacity: 0;
}

.jk_menu_row:nth-last-child(1) {
  width: 0%;
  transition: all .3s ease;

}


.jk_menu_row {
  position: relative;
  float: left;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;

}

.jk_menu.active .title {
  color: #000;
}

.jk_menu_row .title {
  color: #fff;
  display: inline-flex;
  padding: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: all .5s ease;
}

.jk_menu_row.visibility .title {
  color: rgb(248 151 45);
}

.bg {

  background-color: #27b067;
  position: relative;
  width: 100%;
  z-index: 10;
  margin: 0px auto;
  min-width: 1200px;
}

.bg,
.banner,
.bg .banner-one {
  min-height: 800px;
}

.banner,
.banner-one,.banner-two {
  position: absolute;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  z-index: 400;
  /* margin: 0px auto; */
  /* overflow: hidden; */
  display: block;
  top: 0;
  left: 0;

}

.banner {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center;
  background-size: auto 800px;
  background-color: #ededed;
}

.banner-one {
  background: url(../images/banner-one.png);
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center;
  background-size: auto 800px;
  background-color: #ededed;
}

.banner-two {
  background: url(../images/app.png);
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center;
  background-size: auto 800px;
  background-color: #f9812f;
}

.banner-text {
  position: relative;
  top: 90px;
  display: inline-flex;
  justify-content: center;
  z-index: 400;

}

.banner-text .banner-slogan {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  opacity: 0;
  transform: translateY(-60px);
  background: #f39d00;
  padding: 15px 30px 15px;
  border-radius: 88rem;
  border: 1px #fff solid;
}

.swiper-one .swiper-slide.swiper-slide-active .banner-text .banner-slogan {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity .6s linear .2s, transform .6s cubic-bezier(0.215, 0.610, 0.355, 1);
}


.img-one,
.img-two,
.img-three {
  width: 100%;
  min-height: 690px;
  margin: 0px auto;
  position: relative;
}


.img-desc {
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #000;
  font-size: 16px;
  max-width: 800px;
  position: absolute;
  bottom: 30px;
  /* height: 600vh; */
  width: 1;
  /* left: 50%; */
  /* margin-left: -391px; */
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;

}

.img-desc.show {
  bottom: 130px;
}

.img-desc.desc {
  bottom: 30px;
}


.img-one {
  background: url('../images/pic17.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -30%;
  background-position: top;

}

.img-two {
  background: url('../images/pic18.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 10%;
}

.img-three {
  background: url('../images/pic19.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 10%;
}

.jk_foot {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.55);
  display: block;
}

.jk_foot .main {
  padding-top: 48px;
  flex-direction: column;
  display: flex;
  position: relative;
  box-sizing: border-box;
}

.contact-bar::after,
.contact::after {
  background-color: #dcdcdc;
}

.contact::after {
  bottom: auto;
  top: 0;
}

.contact-bar::after {

  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
}

.contact {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.contact-us-btn {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  left: 160px;
}

.down-icon {
  flex-shrink: 0;
  position: relative;
  top: -5px;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  margin-bottom: -7px;
  /* padding-top: 0px; */
  padding-bottom: 10px;
}

/* 自适应 */
.contact-text {
  color: rgba(0, 0, 0, 0.95);
  position: relative;
  padding-right: 3px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
}



.bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}

.bottom .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ft-body-3 {
  font-size: 12px;
  line-height: 20px;
}

.bottom .links li {
  margin-right: 24px;
}

.bottom .links li.rights {
  position: absolute;
  right: 0px;
  margin-right: 0px;
  /* right: 0px; */
  /* margin-right: 0px; */
  /* margin-left: 180px; */
  /* margin-right: 0px; */
  /* left: 50%; */
}

.bottom a {
  color: rgba(0, 0, 0, 0.55);
  transition: all .3s ease;
}

.bottom a:hover {

  color: rgb(248 151 45);
}


/*功能模块*/
.live-chat-pop.show .live-chat-wrap {
  z-index: 2;
  top: -8px;
  opacity: 1;
}

.live-chat-pop .live-chat-wrap {
  color: rgba(0, 0, 0, 0.55);
  position: absolute;
  z-index: -1;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  width: 360px;
  opacity: 0;
  transition: all .36s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.live-chat-pop .live-chat-wrap .group-list {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

.group-item {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: match-parent;
}

.item-box {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 16px 54px;
  box-sizing: border-box;
  cursor: pointer;
}

.before-icon,
.end-icon {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 16px;
  z-index: 1;
}

.live-chat-pop .live-chat-wrap .group-list .group-item .item-wx_img {
  padding-left: 56px;
  width: 200px;
  cursor: auto;
}

.live-chat-pop .live-chat-wrap .group-list .group-item .item-wx_img img {
  width: 100%;
}

.phone-number {
  border-bottom: 0px solid;
}

.ft-body-2-1 {
  font-size: 16px;
  line-height: 24px;
}

.contact-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-left: 60px;
}

.contact-bottom .social {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}

.contact-bottom .social li {
  display: flex;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.contact-bottom .social li a.link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url('../images/public.svg');
  background-size: contain;

}

.contact-bottom .social li a.link.wt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url('../images/wentifankui.svg');
  background-size: contain;

}



.contact-bottom .social span,.contact-bottom .social p{
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;padding: 4px 30px 0px 0px;
}

.contact-bottom .social .qrcode {
  display: none;
  box-sizing: border-box;
  background-color: #25b067;
  position: absolute;
  right: calc(100% - 130px);
  top: 50%;
  transform: translateY(-120%);
  padding: 11px 11px 11px 22px;
  min-width: 270px;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-radius: 12px;

}

.contact-bottom .social .qrcode.show {
  display: flex;
}

.contact-bottom .social .qrcode .txt {
  box-sizing: border-box;
  padding-right: 4px;
  max-width: 170px;
  color: rgba(255, 255, 255, 0.55);
}

.contact-bottom .social .qrcode .txt h4 {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.95);
  flex-shrink: 0;
}

.ft-body-3-1 {
  font-size: 14px;
  line-height: 22px;
}

.txt .ft-body-3 {
  font-size: 12px;
  line-height: 20px;
}

.contact-bottom .social .qrcode img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}

.row_box_text {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}

.detail-list {
  min-width: 1200px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  margin: 0px auto;
  width: 100%;

}

.detail-list .detail-list-con {
  padding: 48px 48px 56px;
  width: 1200px;
  position: relative;
  margin: 0px auto;
}

.detail-list .detail-list-con .detail-list-content .detail-list-title {
  color: rgba(0, 0, 0, .85);
  font-size: 28px;
  line-height: 48px;
  cursor: pointer;
  font-weight: 600 !important;
  margin-bottom: 32px;
  text-align: left;

}

.detail-list .detail-list-con .detail-list-content .toggle {
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #f0f1f2;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 16px 8px;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.detail-list .detail-list-con .detail-list-content .toggle:hover {
  transition: all .3s ease;
  color: rgb(248 151 45);
}

.detail-list-content .detail-toggle .content,
.detail-list-content .toggle {
  line-height: 24px;
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}


.detail-list-content .detail-toggle .content {
  font-weight: 400;
  font-size: 14px;
}

.detail-list-content .faq-toggle {
  -moz-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
}

.detail-list-content {
  text-decoration: none;
}

.detail-list-content .faq-icon {
  display: flex;
  margin-left: 16px;
}

.detail-list-content .toggle .icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
  transition: all .3s;
  transform: rotate(-180deg);
  margin-top: 4px;
}

.detail-list-content .collapsed .icon {
  transform: rotate(0deg);
}

.detail-list-content .detail-toggle .faq-wrapper {
  padding: 16px;
  color: rgba(0, 0, 0, .65);
}

.banner-slide {
  width: 100%;
  min-height: 800px;
  position: relative;
  margin: 0px auto;

}

.jk_tips_bg {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  position: absolute;
  top: -48px;
  left: 0;
}

.jk_tips_container {
  position: absolute;
  top: -48px;
  left: 0;
  min-width: 1230px;
  width: 100%;
  height: 48px;
  background-color: #FAFAFA;
  color: #000000;
  will-change: transform;
  text-rendering: optimizelegibility;
  animation-name: shutter-in-top;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes shutter-in-top {
  0% {
    transform: translateY(-48px);
    background-color: #ea9e2a;
    color: #ea9e2a;
  }

  40% {
    transform: translateY(0px);
    background-color: #FAFAFA;
    color: #ea9e2a;
  }

  60% {
    transform: translateY(0px);
    background-color: #ea9e2a;
    color: #ffffff;
  }

  100% {
    transform: translateY(0px);
    background-color: #FAFAFA;
    color: #000000;
  }
}

.jk_wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.jk_tips_container.active .jk_tips_title {
  color: #000000;
}

.jk_tips_title {
  font-size: 14px;
  letter-spacing: -0.28px;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.jk_tips_container .jk_tips_link {
  color: #0070d5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTR2MTRIMHoiLz48cGF0aCBpZD0iYiIgZD0iTTAgMGgxNHYxNEgweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxnIGZpbGw9IiMwMDcwRDUiPjxwYXRoIGQ9Ik01LjM0MiAxMS4zNzVhLjg3Ny44NzcgMCAwIDEgMC0xLjIzOUw4LjQ3MyA3bC0zLjEzLTMuMTM2YS44NzcuODc3IDAgMCAxIDAtMS4yMzlMOS40IDYuNjljLjE3MS4xNzEuMTcxLjQ0OSAwIC42MmwtNC4wNTkgNC4wNjV6Ii8+PC9nPjwvZz48L3N2Zz4=);
}

.jk_tips_link {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.28px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right center;
  padding-right: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4pqZ77iP5Zu+5qCHLWljb248L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLimpnvuI/lm77moIctaWNvbiI+CiAgICAgICAgICAgIDxnIGlkPSLlrrnlmagtY29udGFpbmVyIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPHVzZSBpZD0i5aGr5YWFLWZpbGxlZCIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IuaPj+i+uS1ib3JkZXIiPjwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0i5Zu+5qCHLWljb24iIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMzQyMTM4MTksMTEuMzc1IEM1LjAwMDUzNzI3LDExLjAzMjg3NjcgNS4wMDA1MzcyNywxMC40NzgxODUyIDUuMzQyMTM4MTksMTAuMTM2MDYxOSBMOC40NzM0MTE3Nyw3IEw1LjM0MjEzODE5LDMuODYzOTM4MDUgQzUuMDAwNTM3MjcsMy41MjE4MTQ3NiA1LjAwMDUzNzI3LDIuOTY3MTIzMyA1LjM0MjEzODE5LDIuNjI1IEw5LjQwMTE5NjUzLDYuNjkwMjY1NDkgQzkuNTcxOTk2OTksNi44NjEzMjcxMyA5LjU3MTk5Njk5LDcuMTM4NjcyODcgOS40MDExOTY1Myw3LjMwOTczNDUxIEw1LjM0MjEzODE5LDExLjM3NSBaIiBpZD0i6Lev5b6EIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);

}

.jk_tips_close {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 16px;
  opacity: 0;
  cursor: pointer;
  will-change: opacity;
  transition: opacity 1s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4pqZ77iP5Zu+5qCHLWljb24tY2xvc2U8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgPHBhdGggZD0iTTgsNy4yOTMwMDE0OSBMMTMuMDg2MDAzLDIuMjA2OTk4NTEgQzEzLjQ3NjQ2NzUsMS44MTY1MzQwMSAxNC4xMDk1MzU1LDEuODE2NTM0MDEgMTQuNSwyLjIwNjk5ODUxIEw4LjcwNjk5ODUxLDggTDEzLjc5MzAwMTUsMTMuMDg2MDAzIEMxNC4xODM0NjYsMTMuNDc2NDY3NSAxNC4xODM0NjYsMTQuMTA5NTM1NSAxMy43OTMwMDE1LDE0LjUgTDgsOC43MDY5OTg1MSBMMi45MTM5OTcwMiwxMy43OTMwMDE1IEMyLjUyMzUzMjUyLDE0LjE4MzQ2NiAxLjg5MDQ2NDQ5LDE0LjE4MzQ2NiAxLjUsMTMuNzkzMDAxNSBMNy4yOTMwMDE0OSw4IEwyLjIwNjk5ODUxLDIuOTEzOTk3MDIgQzEuODE2NTM0MDEsMi41MjM1MzI1MiAxLjgxNjUzNDAxLDEuODkwNDY0NDkgMi4yMDY5OTg1MSwxLjUgTDgsNy4yOTMwMDE0OSBaIiBpZD0icGF0aC01Ij48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLimpnvuI/lm77moIctaWNvbi1jbG9zZSI+CiAgICAgICAgICAgIDxnIGlkPSLlrrnlmagtY29udGFpbmVyIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPHVzZSBpZD0i5aGr5YWFLWZpbGxlZCIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IuaPj+i+uS1ib3JkZXIiPjwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0i5oyJ6ZKuLWJ1dHRvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yODU3MTQsIDIuMjg1NzE0KSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i4pqZ77iP5a655ZmoLWNvbnRhaW5lciI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuNzE0Mjg1NzEsMCBDOC44NzAxOTg1NywtNS43OTczMTc4N2UtMTYgMTEuNDI4NTcxNCwyLjU1ODM3Mjg2IDExLjQyODU3MTQsNS43MTQyODU3MSBDMTEuNDI4NTcxNCw4Ljg3MDE5ODU3IDguODcwMTk4NTcsMTEuNDI4NTcxNCA1LjcxNDI4NTcxLDExLjQyODU3MTQgQzIuNTU4MzcyODYsMTEuNDI4NTcxNCAzLjg2NDg3ODU4ZS0xNiw4Ljg3MDE5ODU3IDAsNS43MTQyODU3MSBDLTMuODY0ODc4NThlLTE2LDIuNTU4MzcyODYgMi41NTgzNzI4Niw1Ljc5NzMxNzg3ZS0xNiA1LjcxNDI4NTcxLDAgWiIgaWQ9IuWhq+WFhS1maWxsZWQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS43MTQyODU3MSwwIEM4Ljg3MDE5ODU3LC01Ljc5NzMxNzg3ZS0xNiAxMS40Mjg1NzE0LDIuNTU4MzcyODYgMTEuNDI4NTcxNCw1LjcxNDI4NTcxIEMxMS40Mjg1NzE0LDguODcwMTk4NTcgOC44NzAxOTg1NywxMS40Mjg1NzE0IDUuNzE0Mjg1NzEsMTEuNDI4NTcxNCBDMi41NTgzNzI4NiwxMS40Mjg1NzE0IDMuODY0ODc4NThlLTE2LDguODcwMTk4NTcgMCw1LjcxNDI4NTcxIEMtMy44NjQ4Nzg1OGUtMTYsMi41NTgzNzI4NiAyLjU1ODM3Mjg2LDUuNzk3MzE3ODdlLTE2IDUuNzE0Mjg1NzEsMCBaIiBpZD0i5o+P6L65LWJvcmRlciI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjg1NzE0LCAtMi4yODU3MTQpIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuODUiIGZpbGw9IiMwMDAwMDAiIHhsaW5rOmhyZWY9IiNwYXRoLTUiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.jk_tips_container .jk_tips_close {
  opacity: 1;
}

.swiper-five {
  display: none;
}






.apple-retail {
  position: relative;
  margin: 30px 0;
}

.swiper-slide {
  text-align: center;
  padding: 0 calc((100vw - 600px) * 0.02);
  width: 600px;
}



.swiper-one .swiper-slide {
  padding: 0px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.inner figure {
  width: 100%;
  height: 100%;
}

.inner figure img {
  width: 100%;
  opacity: 0.25;
  transition: all .36s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.swiper-slide-active figure img {
  opacity: 1;

}

.gallery-item-desc {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: rgba(57, 57, 57, 0.65);
  padding-top: 30px;
  left: 50%;
  margin-left: -60px;
  padding-bottom: 60px;
  opacity: 0;
  transition-duration: 1.2s;
  z-index: 99;
}

.init .gallery-item-desc {
  opacity: 1;
}

.gallery-item-desc h3 {
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: 0.009em;
  color: #111;
  font-size: 20px;
}

.gallery-item-desc p {
  margin-top: 1em;
  color: #333;
  font-size: 15px;
}

.swiper-slide-prev .gallery-item-desc {
  transform: translateX(-70px);
}

.swiper-slide-next .gallery-item-desc {
  transform: translateX(70px);
}

.swiper-slide-active .gallery-item-desc {
  opacity: 1;
  transform: translateX(0);
}

.swiper-slide-active .grid_icon {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .main {
    max-width: 1312px;
    margin: auto;
  }

  .jk_foot,
  .main {
    padding: 0 64px;
  }

  .contact-bar::after {
    width: calc(100% - 128px);
    left: 64px;
  }

  .bottom .links li.rights {
    right: 0px;
    margin-right: 0px;


  }
}

@media screen and (max-width: 1599px) {
  .container {
    width: 1200px;
  }

}

@media only screen and (min-width: 1200px) {

  .card_pic {
    height: calc(100% - 48px);
  }



  .header_title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
  }

}


@media screen and (min-width: 767px) {
  .jk_mobile_head {
    display: none;
  }

  .footer-mobile {
    display: none;
  }

  .container {
    width: 1200px;
    padding: 0 38px;
  }

  .jk_menu_row {
    width: 16.66667%;
  }

  #jk_head.transparent .header-container {
    height: 88px;
  }

  .header_title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
  }

  #jk_head .header-container {
    position: relative;
    transition: all .5s;
  }

  .main,
  .bottom {
    max-width: 1200px;

  }
  .main{
    margin: auto;
  }

  .detail {
    position: relative;
    width: 100%;
    min-height: 800px;
    /* scroll-snap-type: x mandatory;
      overflow-x: scroll; */
    overflow-y: hidden;
    display: flex;
    overscroll-behavior-x: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-four {
    width: 100%;
  }
  



}

@media only screen and (max-width: 1068px) {
  .swiper-slide {
    padding: 0 calc((100vw - 576px) * 0.15);
    width: 576px;
  }

  .gallery-item-desc {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 735px) {
   ::-webkit-scrollbar {
  display: none !important;
  scrollbar-width: none !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
} 

  .swiper-slide-active figure img {
    opacity: 1;

  }

  .swiper-slide-active .gallery-item-desc {
    opacity: 1;
    transform: translateX(0);
  }

  .swiper-slide {
    /*        transform: scale(0.9); */
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0 0;
    min-width: 272px;
    transition: all .36s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  }

  .swiper-slide-active {
    transform: scale(1);
  }

  .gallery-item-desc {
    padding-top: 26px;
    width: 90%;
  }
  .jk_middle .title {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 60px;}
    .jk_middle .desc {
      font-size: 18px;}
   
}

.swiper-one .swiper-button-prev,
.swiper-one .swiper-button-next {
  width: 50px;
  height: 100px;
  top: 40%;
  background-color: rgba(245, 245, 245, 0.67);
  background-size: 15px 15px;

  transition: all 0.5s;
  outline: none;
  opacity: 0;
}

.swiper-one .swiper-button-prev {
  border-radius: 0px 60px 60px 0px;
  left: 0px;

}

.swiper-one .swiper-button-next {
  right: 0px;
  border-radius: 60px 0px 0px 60px;
}


.swiper-two .swiper-button-next,
.swiper-two .swiper-button-prev,
.swiper-four .swiper-button-next,
.swiper-four .swiper-button-prev {
  top: 40%;
  background-color: #fff;
  background-size: 15px 15px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  transition: all 0.5s;
  outline: none;
  opacity: 0;
}


.swiper-one .swiper-button-next.swiper-button-disabled,
.swiper-one .swiper-button-prev.swiper-button-disabled,

.swiper-two .swiper-button-next.swiper-button-disabled,
.swiper-two .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-one.mouse-hover .swiper-button-next,
.swiper-one.mouse-hover .swiper-button-prev {
  opacity: 1;
  border: 0px;
}

.swiper-two.mouse-hover .swiper-button-next,
.swiper-two.mouse-hover .swiper-button-prev {
  opacity: 1;
  border: 0px;
}

/*border: 1px solid rgb(23 23 23 / 65%);*/
.swiper-four .swiper-button-next,
.swiper-four .swiper-button-prev {
  opacity: 1;
  border: 1px solid #ffa900;
}

.swiper-one .swiper-button-next:hover,
.swiper-one .swiper-button-prev:hover {
  background-color: #ea9e2a;
}

.swiper-four .swiper-button-next:hover,
.swiper-four .swiper-button-prev:hover {
  background-color: #ffbf00;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-four.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-four.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0.25;
}

.swiper-four-container {
  max-width: 1504px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  margin: 0px auto;
  min-height: 100px;
}

.swiper-four .swiper-button-next {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  /* right: 300px; */
  left: 50%;
  margin-left: 10px;
}

.swiper-four .swiper-button-prev {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  left: 50%;
  margin-left: -60px;
}


@media screen and (max-width: 767px) {
  .InterestsCard__card_title p{
    font-size: 20px!important;
  }

  body,
  html {
    position: relative;
    width: 100%;
    height: auto;


  }

  .swiper-one .swiper-button-next,
  .swiper-one .swiper-button-prev {
    display: none;
  }



  .transparent {
    display: none;
  }

  .banner,
  .banner-one ,.banner-two{
    display: none;
  }

  .bg .banner-mobile {
    position: absolute;
    width: 100%;
    background: url("../images/WEIXIN.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    cursor: auto;
    z-index: 99;
  }

  .bg .banner-mobile.active {
    position: absolute;
    width: 100%;
    background: url("../images/WEIXIN_one.png");

    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  /*  background: url(../images/app.jpg);*/
  .bg .banner-one-mobile{
    position: absolute;
    width: 100%;
    background: url("../images/app.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  .swiper-one .swiper-slide,
  .bg,
  .banner-mobile ,.banner-one-mobile{
    min-height: 680px;
  }

  .banner-slide {

    min-height: 500px;
  }

  body.jk_mobile {
    min-width: 320px;
    position: relative;
    margin: 0px auto;
    padding-top: 0px;
  }

  .jk_mobile_head.on {
    margin-top: 0px !important;
  }

  .jk_mobile_head {
    position: fixed;
    /* margin-top: 48px; */
    transition: all .5s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    letter-spacing: -.02em;
    background-color: #fff;
    display: block;

  }

  .jk_mobile_head.active {
    margin-top: 0px;
  }

  .jk_mobile_head.active,
  nav.jk_mobile_head.header-closed {

    background-color: transparent;
  }

  .jk_mobile_head_container {
    letter-spacing: -.02em;
  }

  nav.jk_mobile_head.header-open .navbar-content {
    background-color: #fff;
    height: auto;
  }

  nav.jk_mobile_head.header-open .navbar-content.active {
    overflow-y: auto;
  }


  body nav.jk_mobile_head.active .jk_mobile_head_container {
    height: 55px;

  }

  body nav.jk_mobile_head.active {
    background-color: #fff;
  }

  .jk_mobile_head.header-open {
    height: 100%;
  }

  .jk_mobile_head.header-closed {
    height: auto;
  }

  .jk_mobile.active {
    overflow: hidden;
  }

  .nav-show-one.show {
    overflow-y: scroll;
  }

  nav.jk_mobile_head .navbar-header {
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: none;
    padding-right: calc(50% - 22.5px);
    position: relative;
    z-index: 2;
    float: none;
  }

  nav.jk_mobile_head .navbar-header .navbar-control {
    padding: 13px 16px;
    cursor: pointer;


  }

  nav.jk_mobile_head.header-closed .navbar-header .navbar-control .control-icon {
    display: block;
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/gengduo-2.svg");
  }

  nav.jk_mobile_head.header-open .navbar-header .navbar-control .control-icon,
  nav.jk_mobile_head.active .navbar-header .navbar-control .control-icon {
    display: block;
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/gengduo.svg");
  }


  nav.jk_mobile_head .navbar-header .navbar-logo {
    width: 90px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
  }

  nav.jk_mobile_head.header-closed .navbar-header .navbar-logo .navbar-jk-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/jk_logo_white.svg");
  }

  nav.jk_mobile_head.header-open .navbar-header .navbar-logo .navbar-jk-icon,
  nav.jk_mobile_head.active .navbar-header .navbar-logo .navbar-jk-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/jk_logo.png");
  }

  nav.jk_mobile_head.header-open .navbar-header .navbar-control .control-icon {
    display: block;
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/guanbi.svg");
  }

  nav.jk_mobile_head .navbar-content {
    transition: all .25s ease;
    position: relative;
    z-index: 9;
    background-color: #fff;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .gallery-item-desc {
    max-width: 100%;
    padding-left: 110px;

    font-size: 14px;

    letter-spacing: -0.05em;


  }

  .contact-us-btn,
  .contact-bottom,
  .contact-bar,
  .bottom {
    display: none;
  }



  .footer-top-link {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333;
  }

  a.footer-top-link span {
    opacity: .8;
    display: inline-block;
    vertical-align: middle;


  }

  .contact-bar::after,
  .contact::after {
    background-color: transparent;
  }

  .jk_foot .main {
    display: none;
  }

  .footer-topic {
    padding: 15px 0px;
    margin: 0px 24px 15px 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: #fc9d45;
    border-radius: 10px;
    color: rgb(255, 255, 255);
  }

  .footer-wapper {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
    letter-spacing: -.02em;
    cursor: pointer;
  }

  .footer-mobile-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.03em;

  }

  .bottom-mobile {
    position: relative;
    box-sizing: border-box;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-mobile .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .ft-body-3 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
  }

  .bottom-mobile .links li {
    position: relative;
    margin: 0px auto;
    letter-spacing: 0.01px;

  }

  .bottom-mobile .links li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 1px;
    height: 8px;
    z-index: 1;
    background: rgb(252, 157, 69);
  }

  .bottom-mobile .links li:nth-last-child(1):after {

    width: 0px;
    height: 0px;
  }



  .footer-mobile .live-chat {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .36s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  }

  .footer-mobile .live-chat.show {
    opacity: 1;
    z-index: 999;
    height: 100vh;
  }

  .footer-mobile .live-chat .live-chat-container {
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .36s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  }

  .footer-mobile .live-chat.show .live-chat-container {
    top: auto;
    max-height: 75vh;
    z-index: 2;
    opacity: 1;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 24px 24px 0 0;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item:first-child {
    padding-top: 16px;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item:last-child {
    padding-bottom: 106px;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item .footer-item-box {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 56px;
    padding: 16px 56px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item .sub-list {
    padding: 0 16px 8px 56px;

  }

  .footer-mobile .live-chat.show .live-chat-container .footer-group-list .footer-group-item .footer-item-box .footer-img {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 16px;
    z-index: 1;
  }

  .lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
    border-radius: 5px;
  }

  .item-img {
    padding-left: 56px;
    width: 240px;
    cursor: auto;
  }

  .item-img img {
    width: 100%;
  }

  .ft-body-2-1 {
    text-align: left;
    color: #000;
  }

  .navbar-content-box {
    position: relative;
    background: #fff;
    height: calc(100vh - 50px);


  }

  .navbar-content-box.active {
    overflow-y: scroll;
   
  }

  .second-nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.95);
    transform: translateY(-16px);
    opacity: 0;
    transition: all .3s ease;
    will-change: transform;
    font-family: 'jk';
  }

  .jk_mobile_head.header-open .second-nav-title {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }


  .second-nav-title i {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
  }

  .second-nav-title i::before {
    transform: translate(-50%, -50%) !important;
  }

  .second-nav-title i::before,
  .second-nav-title i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.6px;
    transform: translate(-50%, -50%) rotate(90deg);
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
    transition: opacity .1s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  }

  .inner-text {

    font-size: 4vw;
    line-height: 7vw;
    text-align: left;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 15px;
    letter-spacing: -0.02em;
  }

  .inner-text.show {
    background: #fff;
  }

  .second-nav li.show .second-nav-swiper {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease;
    height: auto;

  }

  .nav-show-one.actives {
    height: auto;

  }

  .second-nav-swiper {
    opacity: 0;
    transform: translateY(-16px);
    transition: all .3s ease;
    /*0.3s渐变特效*/
    height: 0px;
  }

  .second-nav li.show i::after {
    opacity: 0;
    transition: opacity .1s cubic-bezier(0.48, 0.04, 0.52, 0.96);
    /*渐变特效*/
  }

  .second-nav li.show .second-nav-title {
    background: #f7f7f7;
    /*背景颜色*/
  }

  .second-nav li {
    position: relative;
    width: 100%;
    height: auto;

  }

  .detail-list .detail-list-con {
    width: 100%;
    padding: 15px;
  }

  .detail-list {
    min-width: 320px;

  }
  .detail-list.active{
    opacity: 1;
    transform: translateY(0px);
    transition: all .25s cubic-bezier(0.4,0.8,0.74,1);
  
  }

  .detail,
  .detail-middle {
    display: none;
  }





  .banner-mobile ,.banner-one-mobile{
    display: block !important;
  }

  .detail-list-content .toggle .icon {
    display: none;
  }

  .detail-list {
    cursor: not-allowed;
    pointer-events: none;
  }

  .bg {
    background-color: #ededed;
    position: relative;
    width: 100%;
    z-index: 99;
    margin: 0px auto;
    min-width: 320px;
    overflow-x: hidden;
  }



  .apple-retail {
    display: none;
  }

  .slide-container {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b7b7b7;
  }

  .apple-retail-mobile {
    height: 480px;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
  }

  .swiper-five.swiper-container {
    height: 480px;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
  }

  .contents-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 24px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-five .content {
    position: relative;
    height: 400px;
  }

  .swiper-five .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .swiper-five .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 60px;
    margin: 11px 4px;
    position: relative;
    overflow: hidden;
  }

  .swiper-five .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }

  .topic-text {
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0 auto;
  }

  .slide-content .text-desc {
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0 auto;
    transition: all .3s ease;
    visibility: hidden;
  }

  .slide-content .animation-text .text,
  .slide-content .text-desc {
    opacity: 0;
    transform: translateY(100%);
  }

  .slide-content.active .animation-text .text,
  .slide-content.active .text-desc {
    opacity: 1;
    transform: translateY(0);
  }

  .slide-content.active .text-desc {
    transition: all .6s ease;
    transition-duration: 1.2s;
    visibility: visible;
  }


  .slide-content.active .animation-text .text.topic-text {
    transition: all .6s ease;
  }

  .slide-content .grid_icon {

    position: relative;
    width: 150px;
    height: 150px;
    bottom: 0px;
    /* left: 0px; */
    margin: 0px auto;
    top: 20px;
    opacity: 0;
    /*   transition-duration: 1.2s; */
    transform: translateY(40px);

    transition: all .3s ease;
    visibility: hidden;

  }

  .slide-content.active .grid_icon {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    transition: all .6s ease .3s;
  }

  .swiper-five {
    display: block;
  }

  .jk_wrapper,
  .jk_tips_container {
    min-width: 320px;
    width: 100%;
  }

  .jk_tips_title {
    text-align: left;
    font-size: 12px;
  }

  .jk_wrapper {
    padding: 4px 15px;
  }

  .qrcode {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    padding: 0px auto;
    /* margin-top: 400px; */
    margin-left: -70px;
    margin-top: 60px;
    top: 50%;
    /* border-radius: 30px;*/
  }

  .qrcode .lazyloaded {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .cardscroller {
    margin-top: 0px;
    margin-bottom: 32px;
  }


}

.cardscroller {
  background-color: #f0f1f2;
}

.cardscroller-cardlist {
  padding-bottom: 32px;
  padding-top: 8px;
  margin-top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.cardscroller-cardlist [data-cards-item] {
  --col-gap: 8px;
  --visible-cols: 1;
  --col-hint: 0.154168;
  --padding-left: 24px;
  --total-gap: calc(var(--col-gap) * (var(--visible-cols)));
  --full-width: calc(100vw - var(--scrollbar-width, 0%));
  --col-size: calc((var(--full-width) - var(--total-gap) - var(--padding-left)) / (var(--visible-cols) + var(--col-hint)));
  --last-col-size: calc(var(--col-size) + var(--padding-left));
  -ms-scroll-snap-coordinate: left;
  scroll-snap-coordinate: left;
  scroll-snap-align: start;
  margin: 0 calc(var(--col-gap)/ 2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--col-size);
  flex: 0 0 var(--col-size);
}

.InterestsCard__card {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.cardscroller-cardlist [data-cards-item]:first-child {
  margin-left: 0;
}

.cardscroller-cardlist [data-cards-item] [data-cards-item-con] {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(var(--padding-left));
  transform: translateX(var(--padding-left));
}

.cardscroller-cardlist [data-cards-item] [data-cards-item-content] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

.InterestsCard__card .InterestsCard__card-sub-item:first-child {
  margin-top: 0;
}

.InterestsCard__card-sub-item {
  border-radius: 6px;
}

.InterestsCard__card .InterestsCard__card-sub-item {
  position: relative;
  overflow: hidden;
  padding: 8px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 1;
}

.InterestsCard__card .InterestsCard__card-sub-item figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.InterestsCard__card>button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
}

body figure {
  margin: 0;
}

.InterestsCard__card .InterestsCard__card-sub-item figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.InterestsCard__card .InterestsCard__card-sub-item {
  border-radius: 6px;
}

.InterestsCard__card .InterestsCard__card-sub-item:last-child {
  margin-top: var(--col-gap);
}

.InterestsCard__card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
}

.InterestsCard__card_title p {
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: pre-line;
  font-weight: 600;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}





@media (min-width: 767px) {
  .cardlist-height[data-cards-item] {
    --visible-cols: 3;
    --col-size: calc((var(--full-width) - (var(--visible-cols) - 1) * var(--col-gap) - var(--padding-left) * 2) / var(--visible-cols));
  }

  .cardscroller-cardlist [data-cards-item] {
    --col-gap: 16px;
    --visible-cols: 2;
    --col-hint: 0.5;
    --padding-left: 32px;
  }

  .InterestsCard__card {
    height: 320px;
  }

  .InterestsCard__card .InterestsCard__card-sub-item {
    padding: 16px 24px;
  }

  .InterestsCard__card_title {
    padding: 16px 24px;
  }

  .InterestsCard__card_title p {
    font-size: 24px;
    line-height: 40px;
  }
}


@media (min-width: 1200px) {
  .cardscroller-cardlist [data-cards-item] {
    --col-gap: 16px;
    --visible-cols: 3;
    --padding-left: calc((var(--full-width) - 1200px) / 2);
    --col-size: calc((1200px - (var(--visible-cols) - 1) * var(--col-gap)) / var(--visible-cols));
  }

  .InterestsCard__card_title {
    padding: 16px 32px;
    height: 48px;
  }

  .InterestsCard__card {
    height: 400px;
  }

  .InterestsCard__card>button:hover {
      -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
      box-shadow:0 8px 16px rgba(0, 0, 0, .1)
  }

  .InterestsCard__card>button:hover figure {
      -webkit-transform: scale(1.05);
      transform:scale(1.05)
  }
}


@media (min-width: 1504px) {
  [class*=InterestsCard__card] {
    height: 550px;
  }


  [class*=cardscroller-cardlist] [data-cards-item]:nth-last-child(3):first-child,
  [class*=cardscroller-cardlist] [data-cards-item]:nth-last-child(3):first-child~div,
  [class*=cardscroller-cardlist] [data-cards-scroller-item] {
    --col-size: calc((1440px - (var(--visible-cols) - 1)*var(--col-gap))/var(--visible-cols));
  }

  [class*=cardscroller-cardlist] [data-cards-item] {
    --padding-left: calc((var(--full-width) - 1440px)/2);
    --col-size: calc((1292px - (var(--visible-cols) - 1)*var(--col-gap))/var(--visible-cols));
  }
}


.footer-jk-top{
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGQUFEMTc7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTg5LjgsMTUwLjNjLTIuMSwwLTQuMS0wLjgtNS42LTIuM2wtODIuMi04MmMtMS4zLTEuMy0zLjQtMS4zLTQuNiwwbC04Mi4yLDgyYy0zLjEsMy4xLTguMSwzLjEtMTEuMiwwCglDMSwxNDUsMSwxNDAsNCwxMzdjMCwwLDAsMCwwLDBsODIuMi04MmM3LjQtNy40LDE5LjUtNy40LDI2LjksMGw4Mi4yLDgyYzMuMSwzLDMuMSw4LDAsMTEuMUMxOTMuOSwxNDkuNSwxOTEuOSwxNTAuNCwxODkuOCwxNTAuMwoJTDE4OS44LDE1MC4zeiIvPgo8L3N2Zz4K');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



@media not all and (any-pointer: fine),
(hover:none),
(max-width:767px) {
  .CardsScroller-cardlist {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
  }
}