@charset "UTF-8";
/*---banner---*/
main {
  padding-top: 70px;
}

@media (max-width:768px) {
  main {
    padding-top: 56px;
  }
}
/*---banner---*/
.banner-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 85vh;
  max-height: 800px;
}

.banner-wrapper ul>li {
  width: 100%;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-wrapper ul li img {
  width: 100%;
}

.swiper-banner{
  height:100%;
}
.swiper-slide {
  float: left;
}

.banner-wrapper:hover .arrow-left,.banner-wrapper:hover .arrow-right, 
.floor-wrapper:hover .arrow-left, .floor-wrapper:hover .arrow-right {
  display: block
}

.arrow-left,.arrow-right {
  opacity: 0.5;
  position: absolute;
  z-index: 99;
  font-size: 2em;
  padding: 14px 10px;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  background: #000;
}

.arrow-left,.arrow-right {
  display: none;
  cursor: pointer;
  color: #999;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 24px;
  background-color: rgba(102,102,102,0.5);
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -24px;
}

.banner-wrapper:hover .arrow-left,.banner-wrapper:hover .arrow-right {
  display: block
}

.arrow-left {
  left: 30px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg)
}

.arrow-right {
  right: 30px
}

.arrow-left:before,.arrow-left:after,.arrow-right:before,.arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: rgba(255,255,255,0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 15px;
  top: 50%;
  margin-top: -6px;
}

.arrow-left:after,.arrow-right:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 6px
}
[class^="pagination"] {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 99
}

.inner-pagebox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 60px auto 0;
}
.contact-tips {
  margin-top: 32px!important;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e6e6e6;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}

.swiper-active-switch {
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, .3);
}
.floor-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}
.floor-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.floor-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media (max-width:1400px) {
  .banner-wrapper ul>li {
    background-size: 110%;
  }
}
@media (max-width:1200px) {
  .banner-wrapper ul>li {
    background-size: 130%;
  }
}
@media (max-width:1024px) {
  .floor-wrapper:hover .arrow-left, .floor-wrapper:hover .arrow-right {
    display: none;
  }
  .banner-wrapper {
    height:70vh;
    max-height: 500px;
  }
  .offsetimg{
    background-position: top right !important;
  }
}
@media (max-width:767px) {
  .banner-wrapper ul>li {
    background-size: 240%;
  }
}
@media (max-width:420px) {
  .arrow-left,.arrow-right{
    display: none !important;
  }
}
/*---Home---*/
.floor-wrapper {
  overflow: hidden;
}
.banner-swiper-container li {
  height: calc(100vh - 56px);
  position: relative;
  cursor: pointer;
}
.banner-swiper-container li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top center !important;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
}
.floor-wrapper .swiper-button-next, .floor-wrapper .swiper-button-prev {
  z-index: 120;
}
.home-floor{
  width: 100%;
}
.brand-floor {
	background-image:url(/static/images/back_images.jpg);
   color: #fff;
}
.community-floor {
  background: #111;
  color: #fff;
}
.verify-product-container {
  background: #000;
  padding: 124px 0 120px;
}
.verify-product-container .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.brand-story-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-60%);
}
.coverfloor .wrapper {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 24px;
}
.products-floor .wrapper {
  max-width: 1672px;
  box-sizing: content-box;
}
.coverfloor h2, .verify-product-container h2 {
  padding-bottom: 24px;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #d8d8d8;
}
.community-floor {
  height: 110vh!important;
}
.community-floor h2 {
  padding-bottom: 16px!important;
} 
.community-floor p.des {
  padding-bottom: 36px!important;
}
.coverfloor p.des, .verify-product-container p.des{
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  padding-bottom: 72px;
  color: #fff;
}
.verify-product-container p.des {
  padding-bottom: 68px;
}
.verify-product-container .input-group {
  max-width: 532px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.verify-product-container .input-group button {
  background: #CF3339;
  border-radius: 2px;
  height: 48px;
  min-width: 120px;
}
.verify-product-container .input-group input {
  margin-right: 12px;
  background: #fff;
  border-radius: 2px;
  height: 48px;
}
.verify-product-container label.error-tips {
  position: absolute;
  top: 48px;
  left: 0;
} 
/* .verify-product-container .error-tips {
  position: absolute;
  top: 48px;
  left: 0;
} */
.story-lists {
  overflow: hidden;
}
.story-lists ul {
  margin-right: -24px;
}

.pic_view {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.pic_view img {
  vertical-align: middle;
  display: inline-block!important;
  width: 100%;
}
.story-item {
  background: #000;
  position: relative;
  /* height: 404px; */
}
.story-lists li {
  width: calc(100% / 3);
  max-width: 428px;
  float: left;
  padding-right: 24px;
}
.pic_view:after {
  content: "";
  width: 0;
  display: inline-block;
  padding-top: 100%;
  vertical-align: middle;
}
.story-item p {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 48px;
  text-align: center;
  white-space: initial;
  line-height: 1;
}
.story-cons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.learn-more {
  display: block;
  width: 126px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
.learn-more:hover {
  color: #fff;
  text-decoration: underline;
}
.videofloor{
  overflow: hidden;
  position: relative;
}
.videofloor video{
  width: 100%;
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  height:100%;
  object-fit:cover;
}
.community-floor-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-52%);
}
.tab-box > ul {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: -1px;
}
.tab-box>ul li {
  display: inline-block;
  height: 42px;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #999;
  font-size: 20px;
  line-height: 22px;
  color: #999;
  min-width: 112px;
  text-align: center;
  margin-right: 8px;
  padding: 9px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tab-box>ul li:hover {
  color: #fff;
  border: 2px solid #fff;
}
.tab-box > ul li.active {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
  font-weight: bold;
}
.community-floor-container .tab-cons {
  display: none
}
.community-floor-container .tab-cons.active {
  display: block;
}
.video-lists {
  overflow-x: auto;
}
.tab-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .coverfloor p.des, .verify-product-container p.des {
    padding-bottom: 52px;
  }
}
@media (max-width:1024px) {
  .brand-floor , .community-floor,.products-floor{
    height: auto!important;
    padding: 48px 0 36px;
  }
  .products-floor h2 {
    padding-top: 0 !important;
    padding-bottom: 36px !important;
  }
  .brand-story-container {
    position: initial;
    transform: none;
  }
  .videofloor, .videofloor video {
    max-height: 600px;
  }
}
@media (max-width: 768px) {
  .story-lists ul {
    font-size: 0;
    white-space: nowrap;
    padding-left: 24px;
  }
  .story-lists li {
    font-size: 16px;
    display: inline-block;
    width: calc(100% / 2.2);
    max-width: 300px;
    float: initial;
  }
  .story-item p {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .learn-more {
    font-size: 13px;
    width: 100px;
    height: 32px;
    line-height: 32px;
  }
  .tab-content {
    margin: 0 -24px;
  }
  .tab-box>ul li {
    font-size: 20px;
    min-width: 100px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .story-item p {
    margin-bottom: 20px;
    min-height: 36px;
  }
  .coverfloor .wrapper {
    padding: 0 16px;
  }
  .story-lists ul {
    margin-right: -6px;
  }
  .story-lists ul {
    padding-left: 16px;
  }
  .story-lists li {
    font-size: 16px;
    display: inline-block;
    width: calc(100% / 2.5);
    max-width: 300px;
    float: initial;
    padding-right: 6px;
  }
  .homepage .videofloor video {
    position: initial;
    transform: none;
  }
  .homepage .videofloor,.homepage .videofloor video{
    max-height: initial!important;
    height: initial!important;
  }
  .videofloor,.videofloor video{
    max-height: 420px;
  }
  .tab-content {
    margin: 0 -16px;
  }
}
@media (max-width:375px) {
  .videofloor,.videofloor video{
    max-height: 270px;
  }
}
@media (max-width:320px) {
  .videofloor,.videofloor video{
    max-height: 230px;
  }
}
.coverfloor{
  height: 120vh;
  position: -webkit-sticky;
  position: sticky;
  top:0;
  width: 100%;
  background-position: top center;
}

.coverfloor-1 {
  height: calc(100vh - 56px)
}
.coverfloor-1:before {
  z-index: 0!important;
}
.coverfloor-8{
  height:100vh;
}
.coverfloor:before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  transition: background .5s ease;
  z-index: 0;
}
.coverfloor.masker:before{
  background: rgba(0,0,0,.6);
  z-index: 99;
}
.floor-title {
  color:#fff;
  font-size: 60px;
  line-height: 1;
}
.floor-des,.floor-des-2 {
  color:#fff;
  font-size: 26px;
  line-height: 1;
}
.center-box{
  width: 1010px;
  margin:0 auto;
  height:100%;
  position: relative;
  display: table;
  z-index: 2;
}
.products-floor {
  background: #111;
}
.products-floor ul{
  margin-right: -24px;
}
.products-floor:before {
  content: none;
}
.products-floor h2{
  padding-top: 124px;
  padding-bottom: 72px;
}
.products-floor li{
  width: 25%;
  padding-right: 24px;
  float: left;
}
.products-floor li div{
  width: 100%;
  max-width: 428px;
  overflow: hidden;
}
.products-floor li div img{
  max-width: 100%;
}
.products-floor li:last-child{
  margin: 0;
}
.transition-sp1 {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.products-floor li p{
  text-align: center;
  color:#fff;
  margin-top: 20px;
  font-size: 24px;
}
.products-floor li p span{
  display: block;
  font-size: 16px;
}
.products-floor .zoomimg:hover img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 768px) {
  .products-floor h2{
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .products-floor .products-floor-content {
    margin: 0 -24px;
    overflow-x: auto;
    padding-left: 24px;
  }
  .products-floor ul{
    white-space: nowrap;
    margin-right: -12px;
    font-size: 0;
  }
  .products-floor li{
    width: calc(100% / 2.5);
    max-width: 300px;
    padding-right: 12px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .products-floor li p{
    font-size: 16px;
    white-space: normal;
  }
  .products-floor li p span{
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .products-floor li {
    padding-right: 8px;
  }
  .products-floor .products-floor-content {
    margin: 0 -16px;
    padding-left: 8px;
  }
  .products-floor ul {
    margin-right: -8px;
  }
}
/* .coverfloor-bgbox{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  right: 0;
  height:100vh;
  background-position: center center;
} */
/* .coverfloor-bg-1{
  background:url(../../images/products/geekbar/cover-bg-1.jpg) no-repeat center center;
}
.coverfloor-1-logo{
  display: block;
  margin:40vh auto 0 auto;
  max-width: 100%;
}
.coverfloor-1 .floor-title {
  float: left;
  font-size: 30px;
  font-weight: 900;
  margin-top: 32px;
  margin-left:45px;
  text-transform:uppercase;
}
.coverfloor-1 .floor-des {
  float: right;
  margin-top: 32px;
  margin-right:45px;
} */
.coverfloor-4:before {
  z-index: 0;
}
@media (max-width:1024px) {
  .coverfloor {
    position: relative;
  }
  .videofloor {
  }
  .brand-floor , .community-floor{
    height: auto;
    padding: 48px 0 36px;
  }
  .brand-story-container, .community-floor-container{
    position: initial;
    transform: none;
  }
  .coverfloor-1, .floor-wrapper {
    max-height: 600px;
  }
  .coverfloor-1 {
    height: auto;
  }
  .floor-wrapper, .banner-swiper-container,  .banner-swiper-container li{
    height: 600px;
    max-height: 600px;
  }
}
@media (max-width: 768px) {
  .story-lists {
    overflow-x: auto;
    margin: 0 -24px;
  }
  .community-floor {
    height: auto!important;
  }
  .floor-wrapper, .banner-swiper-container, .banner-swiper-container li  {
    height: 480px;
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .floor-wrapper, .banner-swiper-container, .banner-swiper-container li  {
    height: 450px;
    max-height: 450px;
  }
  .story-lists {
    margin: 0 -16px;
  }
}
/* @media screen and (max-height:700px) {
  .coverfloor-bg-4 {
    background-size: 1400px;
  }
  .coverfloor-4 .floor-title {
    margin-top: 12vh;
    margin-left:210px;
  }

  .coverfloor-4 .floor-des {
    margin-top: 16px;
    margin-left:210px;
  }
} */
@media (max-width: 320px) {
  .floor-wrapper, .banner-swiper-container, .banner-swiper-container li  {
    height: 380px;
    max-height: 380px;
  }
}
/* .icon-shield{
  width: 64px;
  height:90px;
  background:url(../../images/products/geekbar/icon-shield.svg) no-repeat top center;
  background-size: 100%;
  margin:0 auto 24px auto;
} */
/* .coverfloor-7 .floor-title{
  font-weight: 900;
  margin-left:84px;
}
.floor-7-box{
  width: 840px;
  height:400px;
  display: table;
  line-height: 1;
  margin:32px auto;
  text-align: center;
}
.floor-7-box [class^='card-']{
  width: 33.3333%;
  display: table-cell;
  color: #fff;
  vertical-align: top;
  padding:72px 40px;
} */
@media screen and (max-height:700px) {
  /* .coverfloor-bg-7 {
    background-size: 1500px;
  }
  .coverfloor-7 .floor-title {
    margin-top: 16vh;
    margin-left:180px;
  }
  .floor-7-box{
    transform: scale(0.8);
  } */

}
/* .wave{
  font-size: 72px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.describe{
  font-size: 22px;
  margin-bottom: 16px;
}
.card-2 .describe {
  margin-bottom: 42px;
}
.describe-sm{
  font-size: 16px;
  margin-bottom: 16px;
}
.describe-xs{
  color:#7D7D7D;
  font-size: 12px;
} */
/* .progressbar{
  text-align: left;
  font-size: 12px;
  margin-bottom: 12px;
}
.progressbar div{
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  width:120px;
  height:18px;
  background: #fff;
  position: relative;
}
.progressbar div.other{
  width:60px;
}
.progressbar div em{
  display: block;
  position: absolute;
  right: 0;
  top:0;
  bottom:0;
  background: #fd7b25;
}

.circular{
  width: 108px;
  height:108px;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto 24px auto
} */

@media screen and (max-width:1024px) {
  .center-box {
    width: 100%;
    padding: 0 64px
  }
  /* .coverfloor-1-logo{
    width: 100%;
    max-width: 700px;
  }
  .coverfloor-1 .floor-title{
    float:none;
    margin-left:0;
    text-align: center;
  }
  .coverfloor-1 .floor-des{
    float:none;
    text-align: center;
    margin-right:0;
    margin-top:16px;
  }
  .coverfloor-4 .floor-title{
    margin-top: 12vh;
  }
  .coverfloor-4 .floor-title,.coverfloor-4 .floor-des {
    margin-left:44px;
  }

  .coverfloor-7{
    background-position: center -32%;
    overflow: hidden;
  }
  .coverfloor-7 .floor-title{
    margin-top: 20vh;
    margin-left:28px;
  } */
}
@media screen and (max-height:1366px) {
  /*.coverfloor{*/
    /*background-size: 120% 50% !important;*/
    /*background-position: top center !important;*/
  /*}*/
  /*.coverfloor-8 {*/
    /*background-size: 120% 100% !important;*/
  /*}*/
  /*.coverfloor-4-p {*/
    /*max-width: 800px;*/
  /*}*/
}
@media screen and (max-width:768px) {
  /* .coverfloor-3 .floor-title{
    margin-left:300px;
  }
  .coverfloor-3 .floor-des{
    margin-left:300px;
  }
  .numbertitle{
    font-size: 60px;
  }
  .numbertitle span{
    display: block;
    font-size: 12px;
    text-align: right;
  }
  .wave{
    font-size: 24px;
  }
  .describe{
    font-size: 14px;
  }
  .card-1 > div{
    display: inline-block;
    vertical-align: middle;
  }
  .card-2 .numbertitle{
    display: inline-block;
  }
  .card-2 .describe{
    max-width: calc(100% - 130px);
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .card-3 {
    text-align: left;
  }
  .card-3 .describe{
    margin-top: 1.2vh;
    font-size: 16px;
  }
  .card-3 .describe-sm{
  }
  .progressbar div{
    width: 40%;
    height: 14px;
  }

  .icon-shield{
    float: left;
    margin-right: 32px;
  } */
}
@media screen and (max-width:420px) {
  .center-box {
    width: 100%;
    padding: 0 45px
  }
  /* .iconfloor{
    padding: 16px 0;
    font-size: 10px;
  }
  .iconfloor ul{
    width: 100%;
  }
  .iconfloor ul li{
    padding: 0;
    text-align: center;
  }
  .iconfloor ul li span{
    font-size: 12px;
  }
  .coverfloor-bgbox{
    background-size: 130% !important;
  } */
  /* .coverfloor-bg-1{
    background:url(../../images/products/geekbar/mobile-cover-bg-1.jpg);
    text-align: center;
  }
  .coverfloor-1 .floor-title{
    font-size: 18px;
  }
  .coverfloor-1 .floor-des{
    font-size: 14px;
    max-width: 160px;
    margin: 16px auto;
  }
  .coverfloor-bg-2{
    background:url(../../images/products/geekbar/mobile-cover-bg-2.jpg) top center;
  }
  .coverfloor-2 .floor-title{
    font-size: 32px;
    margin-top:16vh;
  }
  .coverfloor-2 .floor-des{
    font-size: 16px;
    margin-top:16px;
  }
  .coverfloor-bg-3{
    background:url(../../images/products/geekbar/mobile-cover-bg-3.jpg);
  }
  .coverfloor-3 .floor-title{
    font-size: 32px;
    margin-top:16vh;
    margin-left:0;
  }
  .coverfloor-3 .floor-des{
    font-size: 16px;
    margin-left:0;
  }
  .coverfloor-4{
    background-image: linear-gradient(180deg, #292929 30%, #121212 30%);
  }

  .coverfloor-bg-4{
    background-size: 100% !important;
  }
  .coverfloor-4 .floor-title{
    font-size: 32px;
    margin-top: 13vh !important;
    margin-left: -14px !important;
  }
  .coverfloor-4 .floor-des{
    font-size: 16px;
    margin-top:16px;
    margin-left: -14px !important;
  }

 .coverfloor-bg-5{
    background:url(../../images/products/geekbar/mobile-cover-bg-5.jpg) no-repeat top center;
  }
  .coverfloor-5 .floor-title{
    font-size: 32px;
    margin-top:40vh;
  }
  .coverfloor-5 .floor-des{
    font-size: 16px;
    max-width: 160px;
    margin:16px auto 0 auto;
  }
  .coverfloor-bg-6{
    background:url(../../images/products/geekbar/mobile-cover-bg-6.jpg) no-repeat top center;
  }
  .coverfloor-6 .floor-title{
    font-size: 32px;
    margin-top:75vh;
  }
  .coverfloor-6 .floor-des{
    font-size: 16px;
    margin-left:0;
  }

  .coverfloor-7 .floor-title{
    font-size: 32px;
    margin-top:12vh !important;
    margin-left:0 !important;
  }
  .coverfloor-bg-7{
    background: none;
  }
  .floor-7-box{
    transform: scale(1);
    margin:24px auto;
  }
  .floor-7-box [class^='card-']{
    width: 100%;
    padding:0 24px;
    height:22vh;
    display: block;
    max-height: 156px;
  }
  .progressbar div{
    width: 60%;
  }
  .progressbar div.other{
    width: 30%;
  }
  .describe-xs{
    text-align: left;
  }
  .icon-shield{
    float: left;
    margin-right: 24px;
  }
  .coverfloor-bg-8{
    background:url(../../images/products/geekbar/mobile-cover-bg-8.jpg) no-repeat top center;
    background-size: 100% 100% !important;
  }
  .coverfloor-8 .floor-title{
    font-size: 32px;
    margin-top:16vh;
    margin-left:0;
  }
  .coverfloor-8 .floor-des{
    font-size: 16px;
    margin-left:0;
  }
  .coverfloor-8 .floor-des-2{
    font-size: 16px;
    margin-top:40vh;
    float: none;
  }  */
}

@media screen and (max-width:375px) {
  .floor-7-box .card-1{
    padding-right: 24px !important;

  }
  .floor-7-box .card-2{
    padding-top: 3vh !important;
  }
  .floor-7-box .card-3{
    text-align: left;
  }
  .card-2 .describe{
    font-size: 14px;
    max-width: calc(100% - 110px);
  }
  .floor-7-box [class^='card-'] {
    padding: 0 18px 0 24px
  }
  .numbertitle{
    font-size: 48px;
    margin-bottom: 10px;
  }
  .describe{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .describe-sm{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .icon-shield{
    width: 48px;
    margin-right: 16px;
  }
}
@media screen and (max-width:320px) {
  .center-box {
    width: 100%;
    padding: 0 20px
  }
  /* .coverfloor-4 .floor-title{
    margin-top: 11vh;
    margin-left:4px;
  }
  .coverfloor-4 .floor-des{
    margin-left: 4px;
  }
  .floor-7-box .card-2{
    padding-top: 2vh !important;
  } */
}
@media screen and (max-height:1500px) {
  /* .coverfloor-bgbox{
    background-size:100% 100%;
  } */
  /* .coverfloor-4 .floor-title{
    margin-left: -32px;
    margin-top: 24vh;
  }
  .coverfloor-4 .floor-des{
    margin-left: -32px;
  }
  .coverfloor-7 .floor-title{
    margin-top: 28vh;
    margin-left:-44px;
    margin-bottom: 6.5vh;
  }
  .floor-7-box{
    transform: scale(1.3);
  } */
}

@media screen and (max-height:1080px) {
  /* .coverfloor-bgbox{
    background-size:1920px;
  } */
  /* .coverfloor-4 .floor-title{
    margin-top: 14vh;
    margin-left:100px;
    margin-bottom:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:100px;
  }
  .coverfloor-7 .floor-title{
    margin-top:22vh;
    margin-left:90px;
    margin-bottom:0;
  }
  .floor-7-box{
    transform: scale(1);
  } */
}
@media screen and (max-height:800px) {
  /* .coverfloor-4 .floor-title{
    margin-top: 10vh;
    margin-left:100px;
    margin-bottom:0;
  }
  .coverfloor-7 .floor-title{
    margin-top:14vh;
    margin-left:90px;
    margin-bottom:0;
  } */
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  /* .coverfloor-4 .floor-title{
    margin-top: 10vh;
    margin-left:48px;
    margin-bottom:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:48px;
  }
  .coverfloor-7 .floor-title{
    margin-top:16vh;
    margin-left:32px;
    margin-bottom:0;
  } */
}
@media only screen and (min-height : 1200px) and (max-height : 1500px) {
  /* .coverfloor-bgbox{
    background-size: 220%;
  } */
  /* .coverfloor-4 .floor-title{
    margin-top: 24vh;
    margin-left:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:0;
  }
  .coverfloor-7 .floor-title{
    margin-top:30vh;
    margin-left:0;
    margin-bottom:0;
  }
  .floor-7-box{
    transform: scale(1.2);
  } */
}
  /*---productfloor---*/
.home-productbox>div:nth-child(odd) {
  background: #f8f8f8;
}

.product-floor {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
}

.home-productbox>div:nth-child(odd) .rows{
  float: right;
}

.home-productbox>div:nth-child(odd) .rows img{
  margin:0 auto;
}

.product-floor .rows{
  width: 50%;
  float: left;
  padding: 0 20px;
}

.product-floor .title{
  margin-bottom: 24px;
}

.product-floor .des{
  line-height: 24px;
}

.product-floor .img{
  width: 100%;
  mix-blend-mode: multiply;
  max-width: 560px;
}

.product-floor .btn{
  margin-top: 40px;
  width: 180px;
}

@media (max-width:1023px) {
  .home-productbox .frame-adaption {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-floor {
    padding: 40px 0 80px 0;
  }

  .product-floor .rows{
    width: 100%;
    padding: 0;
    float: none !important;
  }

  .product-floor .autopadding{
    padding: 0 20px;
  }

  .product-floor .img{
    margin: 0 auto 40px auto !important;
  }

  .autopadding{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

}

@media (max-width:768px) {
  .product-floor {
    padding: 30px 0 60px 0;
  }

  .product-floor .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .product-floor .rows{
    width: 100%;
  }

  .product-floor .img{
    margin: 0 auto 30px auto;
  }

  .product-floor .btn{
    margin-top: 30px;
  }
}

/*---videofloor---*/
.home-videobox{
  padding: 80px 0 96px 0;
  background: #F7F7F7;
  text-align: center;
}

.home-videobox .title{
  margin-bottom: 58px;
  text-transform: Uppercase;
}
.video-box {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */

  display: -webkit-flex; /* 新版本语法: Chrome 21+ */

  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.video-floor{
  max-width: 1200px;
  margin: 0 auto;
}
.video-content {
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
}
.video-show {
  display: none;
  position: relative;
}
.video-show.active {
  display: block;
}
.video-show .video-img {
  display: block;
  width: 100%;
  height: 568px;
  border: 1px solid #fff;
  background-size: cover;
  border-radius: 0px 3px 3px 3px;
  position: relative;
}
.video-show .video-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, .2);
  z-index: 2;
}
.video-show .title {
  position: absolute;
  bottom: 0;
  bottom: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: 72px;
  background: rgba(0,0,0,.7);
  padding: 10px 16px;
  text-align: right;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
}
.video-show .title-author {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.video-items {
  padding-left: 20px;
  width: 260px;
  overflow-y: hidden;
}
.video-items li {
  margin-bottom: 12px;
}
.video-items li:last-child {
  margin-bottom: 0;
}
.video-items .video-pic {
  display: block;
  width: 100%;
  height: 104px;
  border: 1px solid #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: relative;
  transition: border .1s ease;
}
.video-items .video-pic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index:2;
}
.video-items .active .video-pic {
  border: 1px solid #fff;
}
.video-floor li{
  width: 33.33333%;
  padding: 0 20px;
  float: left;
  position: relative;
}

.video-floor li a{
  display: block;
  position: relative;
  overflow: hidden;
}

.video-floor li a:before{
  position: absolute;
  content: '';
  background: rgba(0,0,0,.3);
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-floor .title {
  position: absolute;
  /* height: 76px; */
  padding: 10px 0;
  font-size: 26px;
  line-height: 32px;
}
.video-floor .title-author {
  font-weight: bold;
  color: #D8D8D8;
  line-height: 20px;
  font-size: 16px;
}
.video-floor li:last-child {
  margin:0;
}

.video-floor li img{
  width: 100%;
  transform: scale(1, 1)
}

.video-floor li a:hover img{
  transform: scale(1.1, 1.1)
}

.video-floor li p{
  margin-top: 20px;
}

.play {
  position: absolute;
  font-size: 14px;
  z-index: 2;
  background-size: 100%;
  border: 6px solid rgba(255,255,255,.6);
  width: 76px;
  height: 76px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.play .icon-triangle{
  color: rgba(255,255,255,.8);
  display: block;
  margin-top: 22px;
  text-align: center;
  font-size: 32px;
}

.home-videobox .btn-row{
  text-align: center;
  margin-top: 64px;
}

.home-videobox .btn-row .btn{
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .coverfloor h2, .verify-product-container h2 {
    font-size: 36px;
  }
}
@media (max-width:1023px) {
  .video-floor {
    margin-left: -10px;
    margin-right: -10px;
  }

  .video-floor li {
    padding: 0 10px;
  }
  .video-show .title {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .coverfloor:before {
    display: none;
  }
  .home-videobox {
    padding: 60px 0;
  }

  .home-videobox .title {
    margin-bottom: 30px;
  }

  .video-floor li {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-videobox .btn-row{
    margin-top: 40px;
  }
  .video-box {
    display: block;
  }
  .video-items {
    padding-left: 0;
    white-space: nowrap;
    margin-top: 12px;
    width: 100%;
    font-size: 0;
  }
  .video-items li {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 4px;
    vertical-align: top;
    width: calc(100% / 3.5);
  }
  .video-show .video-img {
    height: 437px;
    border-radius: initial;
  }
  .video-items .video-pic {
    height: 104px;
  }
  .video-items .video-pic {
    border-radius: initial;
  }
  .tab-box>ul li {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    min-width: 88px;
  }
}
@media (max-width: 767px) {
  .icon-plays {
    transform: translate(-50%, -50%) scale(0.75);
  }
  .video-items li {
    width: calc(100% / 2.5);
    margin-bottom: 0;
  }
  .video-items .video-pic {
    height: 66px;
  }
  .video-show .title {
    font-size: 16px;
    line-height: 1.2;
    height: 52px;
  }
  .title-cons {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
  }
  .video-show .title-author {
    font-size: 13px;
  }
  .video-show .video-img {
    height: 213px;
  }
  .tab-box>ul li {
    height: 32px;
    line-height: 14px;
    min-width: 76px;
    margin-right: 4px;
  }
  .video-items {
    margin-top: 4px;
  }
  .coverfloor h2, .verify-product-container h2 {
    font-size: 24px;
  }
  .coverfloor p.des, .verify-product-container p.des {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0!important;
    margin-bottom: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .verify-product-container p.des {
    padding-bottom: 32px;
  }
  .brand-floor, .community-floor, .verify-product-container,.products-floor{
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .verify-product-container .input-group {
    display: block;
  }
  .verify-product-container .input-group button {
    float: none;
    margin: 0 auto;
    padding: 0 26px;
    display: block;
    margin-top: 16px;
    height: 42px;
  }
  .verify-product-container .input-group input {
    float: initial;
    width: 100%;
    height: 42px;
  }
}
/*---indfloor---*/
.home-indbox {
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.home-indbox:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,.45);
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ind-floor{
  position: relative;
  top: calc(50% - 120px);
  text-align: center;
  width: 720px;
  margin: 0 auto;
  color: #fff;
}

.home-indbox .title {
  margin-bottom: 20px;
  text-transform: Uppercase;
}

.home-indbox .des p {
  margin-bottom: 20px;
}

@media (max-width:1199px) {
  .home-indbox {
    height: 600px;
  }
}

@media (max-width:768px) {
  .home-indbox {
    height: 440px;
  }

  .home-indbox .title {
    font-size: 20px;
  }

  .ind-floor {
    width: 100%;
  }
}

/*---signup---*/
.home-signup{
  text-align: center;
  padding: 80px 0;
}

.home-signup .title {
  margin-bottom: 16px;
  text-transform: Uppercase;
}

.home-signup {
  margin-bottom: 20px;
}

.input-email {
  width: 480px;
  margin:32px auto 0 auto;
  position: relative;
}

.input-email .icon-close{
  position: absolute;
  right: 0;
  top: 10px;
  color: #ccc;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.input-email input{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 40px;
  padding-right: 20px;
}

.home-signup .btn{
  margin: 20px auto 0 auto;
  width: 180px;
}

@media (max-width:768px) {
  .home-signup {
    padding: 60px 0;
    margin-bottom: 0;
  }

  .home-signup .title {
    font-size: 20px;
  }

  .input-email {
    width: 100%;
  }
}
/*---products-box---*/
.products {
  border-bottom: 1px solid #E6E6E6
}
.products-box {
  background: #f9f9f9;
}

.product-notall .pro-classify {
  display: none;
}

.product-notall .pro-card .pro-name {
  padding-top: 24px;
}

.product-notall .pro-btn {
  bottom: 10px;
}

.products-box {
  max-width: 1672px;
  margin: 0 auto;
  margin-bottom: 96px;
  overflow: hidden;
}

.product-box {
  margin: 0 auto 48px auto;
  margin-right: -24px;
  font-size: 0;
}

.product-box .pro-btn {
  bottom: 10px;
}

@media (max-width:767px) {
  .products-box {
    margin-bottom: 60px;
  }
}
/*---nav---*/
.nav {
  margin-bottom:20px;
  padding-top:20px;
  line-height: 48px;
  text-align: center;
}

.nav li {
  margin-right: 160px;
  display: inline;
}

.nav li:last-child {
  margin: 0;
}

.nav li .focus {
  color: #333
}

.nav li em {
  padding: 0 32px;
  font-size: 12px;
}

.nav li a {
  color: #858585;
  position: relative;
}

.nav li a:hover {
  color: #121212;
}

.nav li a:after{
  position: absolute;
  content: '';
  bottom: -12px;
  left: -12px;
  right: -12px;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-bottom: 3px solid #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.nav li a:hover:after,.nav li a.focus:after {
  font-weight: 500;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.products{
  background: #fafafa;
}
.cardbox {
  padding-right: 24px;
  margin-bottom: 24px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.cardbox:hover .pro-card {
  box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 3%), 0px 24px 30px 0px rgb(0 0 0 / 4%);
}
.product-box .pro-card {
  float: left;
  text-align: center;
  width: 100%;
}
.pd-card {
  background: #fff;
  padding: 12px 12px 20px 12px;
}
.pro-card .pro-name {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.pro-card .pro-des {
  font-size: 14px;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.product-box .pro-card .pro-img img{
  max-width: 418px;
  max-height: 418px;
  margin: 0 auto ;
  mix-blend-mode: multiply;
}
.pro-card .pagination{
  position: static;
  padding: 20px 0 16px;
}
.swiper-card  {
  overflow: hidden;
}
.pro-card .swiper-pagination-switch{
  width: 16px;
  height: 3px;
  background: #eaeaea;
  border-radius: 0;
  border: 0;
  margin: 0 4px;
}
.pro-card .swiper-visible-switch {
  background: #333;
}
.pro-card li,.pro-card ul{
  height:auto!important;;
}

@media (max-width:1919px) {
  .products-box .pro-card .pro-img img{
    width: 100%;
  }

  .products-nav li {
    margin-right: 80px;
  }
}


@media (max-width:1023px) {
  .products-box {
    margin-left: 0;
    margin-right: 0;
  }

  .cardbox {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .product-box {
    margin-right: -10px;
  }

  .products-nav li {
    margin-right: 40px;
  }
  .pro-card .pro-name {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .products-box.frame-adaption {
    padding-left:0 !important;
    padding-right: 0 !important;
  }

  .products-nav li {
    margin-right: 20px;
  }
}
@media (max-width: 420px) {
  .cardbox {
    width: 50%;
  }
  .pro-card .pro-name {
    font-size: 14px;
  }
  .pro-card .pro-des {
    font-size: 12px;
  }
  .pd-card {
    padding: 4px;
  }
}
/*---news---*/
.news-box{
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.news-title{
  font-size: 28px;
  color: #121212;
  text-align: center;
  margin: 40px 0;
}

.news-list {
  margin-left: -20px;
  margin-right:-20px;
}

.news-list .news-card {
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  margin-bottom: 48px;
}

.news-list .news-card img{
  width: 100%;
  margin-bottom: 20px;
}

.news-card .s-title {
  font-size: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.news-card .des {
  font-size: 13px;
  color: #777;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 57px;
}

.news-card .btn {
  width: 120px;
}

@media (max-width:1023px) {
  .news-list {
    margin-left: -10px;
    margin-right:-10px;
  }

  .news-list .news-card {
    padding: 0 10px;
  }
}

@media (max-width:768px) {
  .news-box{
    padding-bottom: 20px;
  }
  .news-list {
    margin-left: 0;
    margin-right: 0;
  }

  .news-list .news-card {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .news-list .news-card img{
    margin-bottom: 16px;
  }

  .news-title{
    font-size: 20px;
    margin: 30px 0;
  }
}

/*---newsdetail---*/

.newsbanner{
  width: 100%;
  position: relative;
  height: 360px;
  background-position: center 40% !important;
}

.newsbanner:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
}

.newsdetail-title{
  position: absolute;
  left: 50%;
  margin-left: -552px;
  bottom: 48px;
  width: 1104px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.newsdetail-box {
  max-width: 1104px;
  margin: 0 auto;
}

.newsdetail-date{
  margin: 32px 0;
  color: #888888;
}

.newsdetail-des{
  margin-bottom: 96px;
}

.newsdetail-des p{
  margin-bottom: 24px;
  line-height: 26px;
}

.newsdetail-des img{
  margin: 40px 0;
  max-width: 100%;
}

.newsdetail-des li{
  list-style-type: disc;
  margin-left: 20px;
  line-height: 26px;
}

@media (max-width:1024px) {
  .newsbanner {
    height: 280px;
  }

  .newsdetail-title{
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
  }
}

@media (max-width:767px) {
  .newsbanner {
    height: 200px;
    background-size: 110% !important;
  }

  .newsdetail-title{
    font-size: 24px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    font-weight: 400;
    bottom: 30px;
  }

  .newsdetail-date{
    margin: 20px 0;
    color: #888888;
  }

  .newsdetail-des p{
    margin-bottom: 20px;
  }

  .newsdetail-des img{
    margin: 30px 0;
  }

  .newsdetail-des{
    margin-bottom: 60px;
  }
}

/*---reseller---*/
.reseller {
  background: #fafafa;
  padding-bottom: 42px;
}

.reseller-nav li {
  margin-right: 160px;
}

.sliding-floor {
  display: none;
}

.sliding-floor.activefloor{
  display: block;
}

.sliding-floor-header {
  width: 100%;
  text-align: center;
  margin: 30px auto;
}

.sliding-floor-header li {
  padding: 6px 20px;
  display: block;
  border-radius: 20px;
  display: inline-block;
  border:1px solid #e5e5e5;
  margin: 0 8px;
  cursor: pointer;
}

.sliding-floor-header.fixed{
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  margin:0;
  padding: 8px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
}

.sliding-floor-header.fixed li{
  margin-bottom: 0;
}

.sliding-floor-body {
  max-width: 1160px;
  margin: 0 auto;
}

.sliding-floor-body ul{
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}

.sliding-floor-body li{
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
}

.sliding-floor-body li a{
  display: block;
}

.countryfloor-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.countryfloor-title i{
  margin-right: 8px;
}

.country-card {
  max-width: 360px;
  margin-bottom: 48px;
  font-size: 13px;
}

.country-card .des {
  color: #666;
  word-break: break-all;
}

.country-card .img{
  width: 100%;
  height: 100px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin-bottom: 16px;
}

.country-card .img img{
  margin:0 auto;
  max-height: 100%;
  max-width: 100%;
}

.country-card .name{
  margin-bottom: 10px;
  color:#121212;
  font-size: 14px;
}

@media (max-width:1023px) {
  .sliding-floor-body ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  .sliding-floor-body li {
    padding: 0 10px;
  }
}

@media (max-width:767px) {
  .reseller {
    padding-bottom: 40px;
  }

  .reseller-nav {
    padding-top:0;
    margin-bottom: 0;
  }

  .reseller-nav li {
    margin-right: 40px;
  }

  .sliding-floor-header {
    white-space: nowrap;
    text-align: left;
    margin:0;
    padding: 20px 0;
    overflow-x: auto;
    width: calc(100% + 20px);
  }

  .sliding-floor-header ul li{
    margin:0 4px;
  }

  .sliding-floor-header ul li:first-child{
    margin-left: 0;
  }

  .sliding-floor-body li {
    width: 100%;
  }

  .country-card {
    max-width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
  }

  .country-card .img {
    border: none;
    height: auto;
  }

  .country-card img {
    width: auto;
    margin: 0 auto;
  }

  .sliding-floor-header.fixed {
    left: 0;
    top: 56px;
    padding: 8px 0 8px 20px;
    width: 100%;
  }
}

/*---contact---*/
.innerresize-box {
  max-width: 1024px;
  margin: 0 auto;
}

.innerresize-box .s-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.innerresize-des {
  max-width: 800px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 48px auto;
}

.innerresize-body {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.innerresize-body p {
  margin-bottom: 20px;
}

.innerresize-body .green:hover {
  color: #008866;
  text-decoration: underline;
}

.innerresize-body > div {
  display: table;
  margin:0 auto;
  width: 480px;
  vertical-align: top;
}

.innerresize-l ul {
  width: 100%;
}

.innerresize-l ul li {
  margin-bottom: 16px;
  position: relative;
}
.innerresize-l ul li:last-child{
  margin:0
}
.inputgroup {
  position: relative;
}
.inputgroup:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height:48px;
  background: #fff;
  z-index: 0;
}
.clear-security {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
  padding: 10px;
}
.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  padding-left: 16px;
}

.innerresize-l ul select {
  -webkit-appearance:none;
  padding-left:20px;
  border: 1px solid #e5e5e5;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
}

input.error-tips,select.error-tips,textarea.error-tips {
  border: 1px solid #c92828 !important;
  margin-top:0;
}

/*input.error-tips ~ .s-tips {*/
  /*top:2px !important;*/
  /*font-size: 12px;*/
/*}*/

.innerresize-l ul textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 96px;
  line-height: 24px;
  border-radius: 2px;
  padding-left: 20px;
  resize: vertical;
}

.innerresize-l .searchable-select-holder {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  color: #757575;
  padding:0 0 0 16px;
  box-shadow: none;
}

.innerresize-l .searchable-select-dropdown{
  top: 47px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #757575;
}

.innerresize-l .searchable-select-input{
  height: 36px;
  line-height: 36px;
}

.innerresize-l .searchable-select-item{
  padding:8px;
  transition:none;
}

.innerresize-l .btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  margin: 24px auto 0 auto;
}

.innerresize-l .inline-btngroup .inputgroup{
  width: calc(100% - 120px);
  float: left;
}
.innerresize-l .inline-btngroup input{
  width: 100%;
  border-right: 0;
}

.innerresize-l .inline-btngroup .btn, .security-btns{
  float: left;
  margin-top:0;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.tips-form li{
  position: relative;
}

.tips-form li .s-tips{
  top:14px;
  position: absolute;
  z-index: 3;
  color:#999;
  left:16px;
  pointer-events: none;
}

.tips-form li.focus .s-tips{
  top: 2px;
  z-index:3;
  font-size: 12px;
}

.tips-form .icon-arrow-down {
  position: absolute;
  right: 12px;
  top:16px;
  color:#ccc;
  z-index: 2;
}


.tips-form li input,.tips-form li select,.tips-form li textarea{
  position: relative;
  z-index: 2;
  padding-top: 12px;
  border:1px solid #ccc;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
}

.innerresize-r {
  padding-left: 30px;
}

.innerresize-r ul {
  float: right;
  max-width: 400px;
  display: table;
}

.innerresize-r ul li {
  margin-bottom: 48px;
}

.innerresize-r ul li:last-child {
  margin-bottom: 0;
}

.innerresize-r .s-title {
  margin-bottom: 16px;
}

.inner-title{
  font-size: 32px;
  text-align: center;
  margin-bottom: 56px;
}
.inner-title-2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width:1023px) {
  .innerresize-r {
    max-width: calc(100% - 400px);
  }

  .innerresize-r ul{
    max-width: 100%;
  }
}

@media (max-width:767px) {
  .inner-pagebox{
    margin-top: 40px;
  }
  .inner-title{
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 32px;
  }

  .innerresize-body > div {
    display: block;
    padding: 0
  }

  .innerresize-l{
    border-right: 0;
  }

  .innerresize-l ul{
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    float: none;
  }
  /* .innerresize-l .inline-btngroup .btn{
    float: none;
    margin-top: 24px;
  } */

  .innerresize-r {
    padding-top: 48px !important;
  }
  .innerresize-des{
    margin-bottom: 32px;
  }
  .innerresize-r ul{
    float: none;
    max-width: 100%;
    margin-bottom: -20px;
  }

  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
}
@media (max-width:420px) {
  .innerresize-body > div {
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
  .innerresize-l .inline-btngroup input{
    border: 1px solid #ccc;
  }
  /* .innerresize-l .inline-btngroup .btn{
    margin:24px auto 0 auto
  } */

}
/*---Privacy---*/
.privacy {
  margin: 32px auto 96px auto;
  max-width: 1024px;
}

.privacy .title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
}

.privacy-body {
  margin-top: 32px;
  padding: 40px;
  background: #fafafa;
}

.privacy-body h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy-body p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 24px;
}

@media (max-width:768px) {
  .privacy-body {
    padding: 20px;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .privacy-body h1{
    font-size: 16px;
  }
}

/*---unsubscribe---*/
.unsubscribe {
  text-align: center;
  display: table;
  margin:40px auto 96px auto;
}

.unsubscribe .title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 32px;
}

.unsubscribe .des {
  font-size: 14px;
  margin-bottom: 48px;
}
.unsubscribe-iconbox {
  display: table;
  width: 100%;
}
.unsubscribe-iconbox li{
  display: table-cell;
  width: 33.33333%;
  text-align: center;
}

.unsubscribe-iconbox i{
  font-size: 48px;
  color:#121212;
}

.unsubscribe-iconbox p{
  margin-top: 20px;
}

.unsubscribe-select {
  font-size: 18px;
  margin-top: 48px;
}

.unsubscribe-btngroup {
  display: table;
  margin:0 auto;
}

.unsubscribe-btngroup [class^='btn']{
  display: block;
  width: 160px;
  margin-top: 32px;
  float: left;
}

.unsubscribe-btngroup a:first-child {
  margin-right: 20px;
}

@media (max-width:768px) {
  .unsubscribe .title {
    font-size: 24px;
    font-weight: 400;
  }
}

@media (max-width:380px) {
  .unsubscribe-btngroup {
    display: block;
  }
  .unsubscribe-btngroup [class^='btn']{
    width:calc(50% - 10px);
  }
}

/*---404page---*/
.nofind {
  display: table;
  margin: 120px auto 140px auto;
  text-align: center;
}

.nofind img{
  margin: 0 auto 40px auto;
}

.nofind p{
  margin-bottom: 16px;
}

.nofind .btn{
  width: 160px;
  margin-top: 24px;
}

/*--- verify Product ---*/
.tips-box {
  font-size: 14px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  margin: 0 auto;
  margin-top: 40px!important;
  max-width: 480px;
}
.tips-box [class^=icon-] {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
}
.tips-box .msg {
  display: block;
  line-height: 1.7;
  text-align: center;
}
.tips-box .icon-error {
  color: #ea4949;
}
.tips-box .icon-check {
  color: #4e9a1e;
}
.security-btns {
  margin-left: -2px;
  position: relative;
}
@media (max-width: 767px) {
  .security-btns {
    width: 120px;
    float: none;
    margin: 24px auto 0 auto;
  }
}
/* download */

.downloads-wrapper {
  max-width: 1672px;
  margin: 0 auto;
}
.downloads-wrapper .products-list {
  margin-right: -24px;
}
.downloads-wrapper .products-item {
  float: left;
  width: 25%;
  padding-right: 24px;
  margin-bottom: 24px;
}
.downloads-wrapper .products-item:hover .content {
  box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 3%), 0px 24px 30px 0px rgb(0 0 0 / 4%);
}
.downloads-wrapper .products-item-name {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 12px 0 7px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.downloads-wrapper .content {
  background: #fff;
  padding: 12px 12px 8px 12px;
}
.downloads-wrapper img {
  max-width: 418px;
  max-height: 418px;
  width: 100%;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.downloads-wrapper .downloads-item {
  padding: 0 12px;
}
.downloads-wrapper .downloads-item li {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 48px;
  padding: 0 4px;
}
.downloads-wrapper .downloads-item li:last-child {
  box-shadow: none;
}
.downloads-wrapper .downloads-item a {
  width: 100%;
  display: block;
  font-size: 16px;
}
.downloads-wrapper .downloads-item a:not(.disabled):hover {
  color: #0084D4;
}
.downloads-wrapper .downloads-item a.disabled {
  color: #D8D8D8;
  cursor: default;
}
.downloads-wrapper .downloads-item i {
  float: right;
  line-height: 48px;
}

@media (max-width: 1023px) {
  .downloads-wrapper .products-item {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .downloads-wrapper .products-list {
    margin-right: -10px;
  }
  .downloads-wrapper .products-item-name {
    font-size: 18px;
  }
  .downloads-wrapper .downloads-item a {
    font-size: 14px;
  }
  .downloads-wrapper .downloads-item,
  .downloads-wrapper .products-item-name {
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .downloads-wrapper .products-item {
    width: 50%;
  }
  .downloads-wrapper .content {
    padding: 4px;
  }
  .downloads-wrapper .products-item-name {
    font-size: 15px;
  }
}
