/* rangeslider */
.rangeslider,
.rangeslider__fill {
  display: block;
  height: 4px;
  width: 100%;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  /* background: #00ff00; */
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle:after {
  /* content: ""; */
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.rangeslider {
  background-image: linear-gradient(to right, #fdb957, #fde92d, #fff6dd, #cdf1fe, #87d6fe, #5cc4fe);
}

.slider_ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.slider_li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background-size: cover;
  height: 100%;
}

.slider_li img {
  width: 100%;
  display: block;
}

.slider_li.active {
  opacity: 1;
  z-index: 9990;
}

#examples output {
  opacity: 0;
}

.slider_content {
  position: relative;
  width: 100%;
}

.slider_bgImg img {
  width: 100%;
}

.slider_navBlock {
  position: relative;
  padding: 40px 10%;
  background: #000;
}

.slider_block {
  position: relative;
  width: 100%;
}

.slider_navInner {
  position: relative;
  padding: 20px 10%;
  background: rgba(19, 19, 19, 0.8);
  padding-top: 25px;
  border-radius: 12px;
}

/* rangeslider */

.prod-nav .ban-swiper6 li {
  width: 100%;
}

.sw6_next {
  position: absolute;
  right: -70px;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #999;
  padding-top: 2px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: -22px;
  border-radius: 200px;
  padding: 6px 4px 3px 5px;
}

.sw6_prev {
  position: absolute;
  left: -70px;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #999;
  padding-top: 2px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: -22px;
  padding: 6px 4px 3px 5px;
  border-radius: 200px;
}

.sw6_next img,
.sw6_prev img {
  width: 30px;
  padding: 5px;
}

@media screen and (max-width: 769px) {
  .swiper-container.ban-swiper6.swiper-container-horizontal {
    width: 84%;
    float: left;
    overflow: visible;
  }
  .sw6_next {
    right: 0;
    width: 25px;
    z-index: 90;
    top: 0;
    height: 100%;
    background: url() no-repeat center;
    background-size: 30px;
    padding: 0;
    margin-top: 0;
  }

  .sw6_prev {
    left: 0;
    width: 25px;
    z-index: 90;
    height: 25px;
    top: 0;
    height: 100%;
    background: url() no-repeat center;
    background-size: 30px;
    padding: 0;
    margin-top: 0;
  }

  .sw6_next img,
  .sw6_prev img {
    padding: 0;
    display: none;
  }

}

.pr_content {
  position: relative;
  width: 100%;
}

.pr_contentInner {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: auto;
}

.pr_content img {
  display: block;
}

.navmodel {
  display: none;
}

.sw_block {
  position: relative;
  width: 100%;
}

.sw_content {
  position: relative;
  width: 100%;
  background: #000;
}

.sw_bgImg img {
  width: 100%;
}

.sw_ulBl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  height: 100%;
}

.sw_liBl:nth-child(1) {
  z-index: 10;
}

.sw_liBl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sw_nav {
  background: #0a0a0a;
  position: relative;
  padding: 30px 10% 60px;
}

.sw_li {
  position: relative;
  float: left;
  width: 33.3%;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  padding: 10px 0 12px 0;
}

.sw_li.active {
  opacity: 1;
}

.sw_li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  border-top: 1px solid #fff;
  transition: all 0.6s;
}

.sw_li.active:after {
  width: 100%;
  left: 0%;
}

.sw_ul {
  position: relative;
  width: 100%;
}

#examples {
  touch-action: none;
}

.fixed_Top {
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  z-index: 90;
  color: #fff;
}

.pr_contentInner {
  background: #0a0a0a;
}

.video_block {
  padding: 40px 0;
}

.video_block video {
  width: 100%;
}

.video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.video_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.video_img.active {
  opacity: 1;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -13px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: url();
}

.rangeslider:after {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 0px;
  width: 100%;
  height: 30px;
}

.pr_block {
  position: relative;
  width: 100%;
}

.video_parent .sw_liBl {
  display: block;
}

#projectfrom .contact-content .left-item,
#projectfrom .contact-content .right-item,
#projectfrom .contact-content .ui-input,
#projectfrom .contact-content .slc-box,
#projectfrom .contact-content .ui-select {
  height: 32px;
}

#projectfrom .contact-content .ui-input.ui-code {
  height: 40px;
  line-height: 40px;
}

#project-open {
  width: 46px;
  height: 46px;
  position: fixed;
  right: 10px;
  top: 45%;
  border-radius: 50%;
  z-index: 1000;
  margin-top: 60px;
  display: none;
}

#project-open a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #cdb695;
  font-size: 14px
}

#project-open a p {
  display: block;
  width: 20px;
  height: 46px;
  line-height: 46px;
  padding: 0px 0px;
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius: 23px;
  background: #232323;
  overflow: hidden;
  transition: all 0.35s
}

#project-open a span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #232323;
  border-radius: 50%;
  overflow: hidden
}

#project-open a i {
  display: block;
  height: 100%;
  width: 100%;
  background: url(/cdn/cdn-aqara/cdn/website/mainland/static/lodash-4.17.15/p_ico.png) no-repeat center;
  background-size: 24px;
}

#project-open a:hover p {
  width: 102px;
  padding: 0px 18px
}

#project-open a:hover span {
  background-color: #232323
}

@media screen and (max-width:980px) {
  #project-open {
    width: 36px;
    height: 36px;
    position: fixed;
    right: 10px;
    top: 40%;
    border-radius: 50%;
    z-index: 1000;
    opacity: 0.8
  }

  #project-open a p {
    display: none
  }

  #project-open a span,
  #project-open a:hover span {
    background: rgba(0, 0, 0, .5)
  }
}

@media screen and (min-width: 1200px) {
  div#project-open {
    right: 50%;
    margin-right: -442px;
    margin-top: -0px;
  }
}
.pr_contentInner video {
  width: 100%;
}
.sw_nav:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0a0a0a;
}

.sw_nav {
  position: relative;
  z-index: 92;
}

.video_img img {
  width: 100%;
}

.pr_contentInner.bg_2 {
  background: #f6f6f6;
}

.pr86_swiper {
  position: relative;
  width: 91%;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

.pr86_bg img {
  width: 100%;
}

.pr86_ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}

.pr86_li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pr86_navUl {
  position: absolute;
  bottom: 15px;
  left: 10%;
  width: 80%;
  text-align: center;
  z-index: 90;
}

.pr86_navUl span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background: #707070;
  margin:0 2px;
}

.pr86_navUl span.active {
  background: #fff;
}

.video_autoPlay {
  position: relative;
  width: 100%;
}
.pr86_bg {
  background: #000;
}

.pr86_prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 90;
  width: 40px;
  margin-top: -18px;
}

.pr86_next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 90;
  width: 40px;
  margin-top: -18px;
}

.lc-step ul {
  min-width: 740px;
}
@media screen and (max-width: 980px){
  .lc-step ul,
  .tale-layer .text {
    min-width: 0px;
  }  
}

.video-popup .videoMain {
  height: 90%;
}

