@charset "UTF-8";
[class^='pagination'] {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}

:root {
  --base: 1920;
  --max-width: 1440px;
  --max-bottom: 5.2vw;
  --max-mid-bottom: 4.1vw;
  --max-small-bottom: 8vw;
  --max-last-bottom: 3vw;
  --progress-width: 6.25vw;
  --default-color: #f8f8f8;
}

html {
  font-size: calc(10 / var(--base) * 100vw);
}
/* home page */
.video-floor {
  width: 100%;
  height: calc(100vh - 56px);
  max-height: 920px;
}
.video-floor video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  font-family: 'icomoon' !important;
  color: #fff;
  font-size: 16px;
  outline: none;
  opacity: 0;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(240, 240, 240, 0.5);
  text-align: center;
  line-height: 48px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '\e90d';
  font-size: 24px;
  font-weight: 700;
}

.swiper-button-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

@media (max-width: 1024px) {
  .floor-video-card {
    padding: 8px;
  }
  .swiper-homeproduct.swiper-homeproduct {
    margin-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .swiper-homeproduct.swiper-homeproduct {
    padding-bottom: 32px;
  }
  .home-floor-product li p {
    padding: 0 8px;
  }
  .home-floor .des {
    margin-bottom: 28px;
    padding: 0 56px;
  }
  .home-floor-product li {
    padding: 0 4px;
  }

  .home-floor-product li b {
    margin-top: 20px;
    font-size: 20px;
  }
  .home-floor .title {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .video-floor {
    max-height: 600px;
  }
  .home-floor-ertifications ul {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --base: 414;
  }
  .home-floor {
    height: auto;
    padding: 40px 0 16px;
  }
  .swiper-homeproduct {
    padding-bottom: 48px;
  }
  .home-floor-made {
    padding-bottom: 80px;
  }
  .home-floor-made .title,
  .home-floor-reason .title {
    margin-bottom: 40px !important;
  }
  .home-floor-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-floor-made li {
    padding: 0 24px;
  }
  .home-floor-reason {
    padding-bottom: 0;
  }
  .home-floor-made li img {
    margin-bottom: 20px;
    max-width: 144px;
  }
  .page-home .banner-descript {
    bottom: 78px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--max-width);
  }
  .home-floor-swiper .swiper-pagination {
    bottom: 78px;
    width: calc(100% - 40px);
  }

  .banner-descript .banner-descript_title {
    font-size: 3.2rem;
  }

  .banner-descript .banner-descript_btn {
    font-size: 12px;
  }
  .page-home .home-floor-joy {
    height: 280px;
  }
  .page-home .joy_content .joy_title {
    font-size: 19px;
    padding-bottom: 8px;
  }
  .page-home .joy_content .joy_des {
    width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }
  .page-home .home-floor-farstar {
    height: 516px;
  }
  .farstar_title {
    font-size: 19px;
    padding-bottom: 7px;
    padding-top: 35px;
  }
  .farstar_des {
    padding: 0 20px;
    font-size: 16px;
  }
  .gird-deac-box {
    font-size: 18px;
  }
  .gird-title {
    font-size: 13px;
    line-height: 1.1;
  }
  .home-page_title {
    font-size: 30px;
  }
  .explore_btn_box .swiper-button-prev,
  .explore_btn_box .swiper-button-next {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .home-floor-swiper {
    margin-bottom: 56px;
  }
  .home-wapper-container {
    padding-bottom: var(--max-bottom);
  }
  .home-wapper-container {
    padding-bottom: var(--max-bottom);
  }
  .explore_title {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .home-floor-made,
  .home-floor-reason {
    padding-bottom: 16px;
    padding-top: 20px;
  }
  .home-floor-made li img {
    margin-bottom: 16px;
    max-width: 120px;
  }
  .home-floor-made .title {
    margin-bottom: 24px !important;
  }
  .home-floor-made li p {
    font-size: 14px;
  }
  .home-floor-reason .title {
    margin-bottom: 20px !important;
  }
  .home-floor-made li {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .video-floor {
    max-height: 270px;
  }
  .swiper-homeproduct.swiper-homeproduct {
    margin-top: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .home-floor {
    padding: 24px 0 16px;
  }
  .home-floor2 .mobile,
  .home-floor-reason .mobile {
    display: block;
  }
  .home-floor2 .pc,
  .home-floor-reason .pc {
    display: none;
  }
  .home-floor .title {
    font-size: 24px;
    padding: 0 16px;
    line-height: 1;
  }
  .home-floor-product li {
    width: 50%;
  }
  .home-floor-product li b {
    font-size: 16px;
  }
  .page-home .banner-pc {
    display: none !important;
  }
  .page-home .banner-mobile {
    display: block !important;
  }
  .home-floor3 {
    height: 500px;
    min-height: 500px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .home-floor-video li {
    width: 100% !important;
    padding: 0 !important;
    height: 50vw;
  }
  .home-floor-video li:first-child {
    height: 100vw;
    margin-bottom: 16px;
  }
  .home-floor-video li:first-child:after {
    content: none;
  }
  .page-home .swiper-explore {
    width: calc(100% - 20px);
  }
  .home-floor .des {
    padding: 0 16px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .page-home .joy_content .joy_des {
    width: 260px;
  }
  .home-floor-swiper {
    margin-bottom: 56px;
  }
  .page-home .home-floor-farstar {
    height: 280px;
  }
  .home-grid-container .home-grid-container {
    position: relative;
  }
  .home-wapper-container {
    padding: 0 20px;
    padding-bottom: var(--max-bottom);
  }
  .home-floor-farstar_box {
    padding: 0;
    padding-bottom: var(--max-small-bottom);
  }
  .home-grid-box {
    padding-top: var(--max-last-bottom);
  }
  .home-grid-box_pc {
    display: none;
  }
  .home-grid-box_mobile {
    display: block;
  }
  .home-grid-container-mobile {
    width: 100%;
    display: flex;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
  }
  .grid-itme-mobile {
    width: calc(50% - 4px);
    overflow: hidden;
  }
  .home-grid-item .home-grid-item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-grid-item {
    background-color: #fff;
    position: relative;
    margin-bottom: 7px;
  }
  .home-gird-mobile-left .home-grid-item:nth-child(1) {
    padding-top: 75%;
  }
  .home-gird-mobile-left .home-grid-item:nth-child(2),
  .home-gird-mobile-right .home-grid-item:nth-child(2) {
    padding-top: 125%;
  }
  .home-gird-mobile-left .home-grid-item:nth-child(2) img,
  .home-gird-mobile-right .home-grid-item:nth-child(2) img {
    height: 68%;
  }
  .home-gird-mobile-right .home-grid-item:nth-child(1) {
    padding-top: 150%;
  }
  .home-gird-mobile-left .home-grid-item:nth-child(3) {
    padding-top: 75%;
  }
  .home-product_content {
    padding-top: 2vw;
    flex-wrap: wrap;
  }
  .product_content_box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product_content_a {
    padding-top: 62%;
  }
  .product_content_title {
    padding-top: 9px;
    padding-bottom: 20px;
  }
  .product_content_title {
    height: 17px;
  }
  .home-gird-mobile-right .home-grid-item:nth-child(1) .gird-deac-box {
    padding: 1vw 2vw;
    height: auto;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(68, 68, 68, 0) 0%, #000000 100%);
    display: -webkit-box; /* 将容器作为弹性伸缩盒子显示 */
    -webkit-line-clamp: 1; /* 显示两行文本 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .home-gird-mobile-right .home-grid-item:nth-child(1) .gird-title {
    color: #fff;
  }
  .explore_title {
    height: 20px;
    margin-bottom: 20px;
  }
  .gird-title {
    -webkit-line-clamp: 2;
    height: auto;
    max-height: 40px;
  }
  .banner-descript .banner-descript_btn {
    padding: 4px 8px;
  }
}

/*---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);
}

@media (max-width: 768px) {
  .home-floor-swiper {
    height: calc(100vh - 80px);
    margin-bottom: 7px;
  }
  .floor-video-card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    max-height: 98px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .explore_btn_box .swiper-button-prev,
  .explore_btn_box .swiper-button-next {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .gird-desc {
    font-size: 12px;
  }
}

/* products list */
.page-products .page-title {
  margin-bottom: 48px;
}
.page-products .category-nav {
  margin-bottom: 20px;
}
.products-box {
  font-size: 0;
}
.products-box li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 16px 18px 0;
  margin-top: 20px;
}
.products-box li:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.products-box .product-name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.products-box li img {
  width: 100%;
  margin-bottom: 16px;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .page-products .category-nav {
    margin-bottom: 0;
  }
  .products-box {
    margin: 0 -20px;
  }
  .products-box li {
    width: 50%;
    padding: 16px 9px 0;
  }
  .page-products .page-title {
    margin-bottom: 24px;
  }
  .home-page_title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-products .page-title {
    margin-bottom: 24px;
  }
  .home-page_title {
    font-size: 24px;
  }
  .products-box {
    margin: 0 -16px;
  }
  .products-box li img {
    padding: 0 8px;
  }
  .products-box li {
    padding: 16px 4px 0;
    margin-top: 0;
  }
}
/*---unsubscribe---*/
.unsubscribe {
  text-align: center;
  display: table;
  margin: 40px auto 96px auto;
}

.unsubscribe .title {
  font-size: 36px;
  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);
  }
}

/* security */
.security-code {
  max-width: 408px;
  width: 100%;
  margin: 60px auto 0;
}
.security-code .btn {
  margin-top: 24px;
}
.authentication-steps {
  background-color: #f8f8f8;
  padding: 7px 0 20px;
  text-align: center;
  font-size: 0;
  margin-top: 32px;
}
.authentication-steps li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
  font-size: 14px;
  margin-top: 13px;
}
.authentication-steps li:last-child {
  margin-right: 0;
}
.authentication-steps li.arrow {
  width: 30px;
  height: 20px;
  background: url(/static/images/web/arrow.svg) no-repeat;
  background-size: 100%;
  margin-top: 70px;
}
.authentication-steps .step {
  font-weight: bold;
  font-size: 18px;
}
.authentication-steps img {
  width: 180px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .authentication-steps {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .authentication-steps {
    margin-left: -16px;
    margin-right: -16px;
  }
  .authentication-steps li {
    width: 150px;
    margin-right: 8px;
  }
  .authentication-steps li img {
    width: 100%;
  }
  .authentication-steps p {
    font-size: 12px;
  }
  .authentication-steps .step {
    font-size: 16px;
    height: auto;
  }
  .security-code {
    margin-top: 40px;
  }
}
@media (max-width: 320px) {
  .authentication-steps li:last-child {
    margin-right: 38px;
  }
}

.wholesale-banner {
  background: url(/static/images/web/wholesaler_banner.jpg);
}
.wholesale-box .formstyle li:not(.s-title) {
  width: calc(50% - 12px);
  float: left;
}
.wholesale-box .formstyle li.mr24 {
  margin-right: 24px;
}

.faq-banner {
  background: url(/static/images/web/faq_banner.jpg);
}
@media (max-width: 767px) {
  .wholesale-box .formstyle li:not(.s-title) {
    width: 100%;
  }
}

/* download */

.inner-subtitle {
  text-align: center;
}
.downloads-wrapper {
  max-width: 1400px;
  margin: 8px auto 0;
  padding: 0 24px;
}
.downloads-wrapper .products-list {
  margin-right: -40px;
}
.downloads-wrapper .products-item {
  float: left;
  width: 25%;
  padding-right: 40px;
  margin-top: 40px;
}
.downloads-wrapper .content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.downloads-wrapper .img-box {
  height: 256px;
  background: rgba(0, 0, 0, 0.02);
  padding: 16px 0;
  text-align: center;
}
.downloads-wrapper img {
  height: 100%;
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.downloads-wrapper .downloads-item {
  padding: 0 20px;
}
.downloads-wrapper .downloads-item li {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 48px;
}
.downloads-wrapper .downloads-item li:last-child {
  box-shadow: none;
}
.downloads-wrapper .downloads-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.downloads-wrapper .downloads-item a:not(.disabled):hover {
  color: #fd9251;
}
.downloads-wrapper .downloads-item a.disabled {
  color: #999;
  cursor: default;
}
.downloads-wrapper .downloads-item i {
  float: right;
  line-height: 48px;
  font-size: 20px;
}
@media (max-width: 1279px) {
  .downloads-wrapper .products-item {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .downloads-wrapper .img-box {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .downloads-wrapper .products-item {
    width: 100%;
    padding-right: 0;
    margin-top: 24px;
  }
  .downloads-wrapper .products-list {
    margin-right: 0;
  }
}
