@charset "UTF-8";
/*---Public CSS---*/
html, body, div, applet, object, iframe,p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, select, textarea, img, table, th, td, article, aside, footer, header, hgroup, menu, nav,section,audio,video,a,i {
  font-weight: normal;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
  font-family: 'Poppins', sans-serif !important;
}

article, aside, footer, header, menu, nav, section,img {
  display: block
}

html {
  height:auto !important;
}

body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5!important;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.overflow-hide {
  overflow: hidden;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

button, input, select, textarea, img, .button {
  vertical-align: middle;
  outline: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer
}

input[type="text"],textarea {
  -webkit-appearance: none;
}

select {
  padding-right: 14px;
}

select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #705a39;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0
}

li {
  list-style: none
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: 0
}
body a {
  color: #000;
}
body a:hover {
  color: initial;
}
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

b {
  font-weight: 500;
}
em {
  font-style: normal
}

.bold {
  font-weight: 500
}

.show {
  display: block!important;
}

.hide {
  display: none!important;
}

.table{
  display: table;
}

.title{
  font-size: 28px;
}

.s-title{
  font-weight: 500;
}

.v-middle {
  display: table-cell;
  vertical-align: middle;
}

.fixed {
  position: fixed;
}

.no-event{
  pointer-events: none;
}

.error-tips {
  color: #D50000;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
label.error-tips {
  margin: 0;
}
textarea ~ label.error-tips {
  top: 96px;
}

.btn {
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background-color: #000000;
}
.btn:hover {
  background-color:#82ff14 !important;
  color: #000 !important;
}

.btn-border {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #000000;
  color: #333;
}
.btn-border:hover {
  background-color: #82ff14 !important;
  border-color: #82ff14 !important;
  color: #000 !important;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 16px;
  }
}

/*---transition---*/

.transition{
  transition: all .36s ease;
}
.transition1{transition:all 0.2s ease-in;}

.transition2{
  transition: all .6s ease;
}
.transition3{
  transition: all .2s ease;
}
.transition4{
  transition: all .8s ease;
}
.transition5{transition:all 1s ease-in;}
.transition6{transition:all 1s}
.transition7{transition:all 0.2s ease-out;}
.transition-sp1{
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.transition-sp2{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s}
.transition-sp3{transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s}
.transition-sp11{transition: box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


/* 超出不换行 */
.multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*---top---*/
.header-top {
  height: 20vh;
  color:#000;
  border: 12px solid #000;
}
.header-top .top-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
.header-top .warning {
  font-size: 2.083vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: auto;
}
.public-header .showlanguagebox {
  position: relative;
  height: 40px;
  padding-left: 48px;
}
.public-header .language_a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
.public-header .showlanguagebox .icon-language {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  margin: auto;
  font-weight: 600;
}
.header-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 72px;
}
.public-header {
  width: 100%;
  height: 72px;
  z-index: 999;
  background: #000;
  position: relative;
  width: 100%;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
  position: absolute;
  top: 0;
}
.header-box {
    height:100%;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.public-header .logo {
    width: 224px;
    height: 32px;
    background: url(../../images/web/logo.svg?v=1) no-repeat;
    background-size: 100%;
}
.public-header.fixed {
  position: fixed;
  top: 0;
}

.top-nav ul {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.top-nav ul li {
    font-size: 14px;
    margin-left: 24px;
    line-height: 72px;
}
@media (max-width: 1450px) {
  .top-nav ul li {
    margin-left: 0;
  }
}
.top-nav ul li a:not(.dropdown-item) {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 6px 24px;
    border-radius: 40px;
}
.top-nav ul li a:not(.dropdown-item):hover {
  background-color: #82ff14;
  color: #000;
}

.public-header .icon-menu,
.public-header .icon-close,
.public-header .icon-arrow-right,
.expand-toggle {
    display: none;
}

.googleelement {
  position: absolute;
  top:36px;
  right: 0;
  padding:12px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 9999;
  line-height: 1;
}
.googleelement a{
  display: inline !important;
  margin: 0 12px !important;
  line-height: 24px !important;
  font-weight: normal !important;
}
.top-nav .googleelement2 {
  display: none !important;
}
.showlanguagebox {
  position: relative;
  cursor: pointer;
}
.showlanguagebox .googleelement{
 display: none;
}
.showlanguagebox:hover .googleelement{
 display: block;
}
.showlanguagebox a:after {
  content: none !important;
}
.showlanguagebox .icon-arrow-down{
  display: inline-block;
  margin-left: 4px;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}

.nav-dropdown {
  width: 100%;
  max-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  top: 72px;
  z-index: 2;
  color: #333;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.06);
  overflow: auto;
}
.dropdown-items {
  max-width: 840px;
  margin: 0 auto;
  max-height: calc(100vh - 72px);
}
.product-lists {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-right: -60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.nav-product .dropdown-item {
  display: block;
  width: 20%;
  font-size: 14px;
  padding-right: 60px;
}
.dropdown-item .imgbox {
  background: rgba(248, 248, 248, 1);
  max-height: 180px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}
.dropdown-item img {
  width: 100%;
  transform: scale(0.9);
  margin: 0 auto;
  transition: all .8s ease;
  mix-blend-mode: multiply;
  max-height: inherit;
}
.dropdown-item:hover img {
  transform: scale(1);
}
.dropdown-item span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  white-space: normal;
  height: 40px;
  /* max-width: 120px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-item .pic_view {
  padding-bottom: 150%;
}
.slide-li {
  position: relative;
}
.category-wrapper {
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(0,0,0,.1);
  padding: 8px 12px;
  z-index: 2;
  display: none;
}
.category-wrapper a {
  margin: 0 !important;
  line-height: 32px !important;
  text-transform: none;
  white-space: nowrap;
  color: #000 !important;
  display: block;
}





/* footer */
.footer {
  color: #fff;
  background-color: #000;
  text-align: left;
  padding-top: 64px;
  position: relative;
  z-index: 2;
}
.footer-row {
  display: -webkit-flex;
  display: flex;
}
.footer-row .subscribe {
  width: 70%;
  margin-right: 56px;
  position: relative;
}
.footer-row .follow-us {
  width: 30%;
}
.footer-row .title {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}
.footer .input-group {
  max-width: 580px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  height: 40px;
}
.footer .input-group input {
  height: 40px;
  line-height: 40px;
  width: calc(100% - 120px);
  padding: 0 16px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
}
.footer .input-group button {
  width: 120px;
  height: 40px;
  background-color: #727272;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.footer .input-group button:hover {
  background-color: #82ff14;
  color: #000;
}
.footer .description {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.2;
}
.footer .follow-us li {
  float: left;
  margin-right: 40px;
}
.footer .follow-us a {
  width: 40px;
  line-height: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.footer .follow-us a:hover {
  color: #82ff14;
  border-color: #82ff14;
}
.footer .footer-bottom {
  margin-top: 96px;
  color: rgba(255,255,255, 0.5);
  font-size: 16px;
  padding-bottom: 80px;
}
.footer-privacybox {
  display: inline;
}
.footer-privacybox a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.footer-privacybox a:first-child {
  margin-left: 70px;
}
.footer-privacybox a:hover {
  color: #666;
}
.back-to-top {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  background-color: #82ff14;
  color: #000;
  cursor: pointer;
  font-size: 26px;
}


@media (max-width: 1200px) {
  .top-nav ul li a:not(.dropdown-item) {
    padding: 0 40px;
  }
  .top-nav ul li a:not(.dropdown-item):hover {
    background-color: #fff;
  }
  .public-header, .header-sticky {
      height: 64px;
  }
  .public-header .icon-menu,
  .public-header .icon-close,
  .public-header .icon-arrow-right,
  .expand-toggle {
      display: block;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-size: 24px;
      color: #fff;
  }
  .expand-toggle.minus .icon-plus:before {
    content: "\e91c";
  }
  .public-header .icon-arrow-right,
  .public-header .icon-plus {
    color: #000;
  }
  .public-header .icon-close {
    display: none;
  }
  .top-nav ul .nav-product {
    height: auto;
  }
  .dropdown-item .imgbox {
    display: none;
  }
  .product-lists {
    display: block;
    padding: 0;
    margin: 0;
  }
  .nav-product .dropdown-item,
  .top-nav ul li .category-wrapper a {
    width: 100%;
    padding: 0 52px;
    line-height: 48px!important;
    height: 48px;
    position: relative;
  }
  .dropdown-items {
    max-width: 100%;
  }
  .dropdown-item span {
    text-align: left;
    line-height: 48px;
  }

  .header-top .warning {
    font-size: 30px;
  }
  .top-nav {
      position: fixed;
      top: 64px;
      left: 100%;
      height: calc(100% - 64px);
      z-index: 999;
      width: 100%;
      max-width: 100%;
      background: #fff;
      border-top: 1px solid #f7f7f7;
  }
  .top-nav.in {
      left: 0;
  }
  .top-nav ul {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .top-nav ul li a {
    display: block;
    width: 100%;
    padding: 0 40px;
    color: #000 !important;
    text-align: left;
  }
  .top-nav ul li {
      margin: 0;
      line-height: 56px;
      height: 56px;
  }
  
  .public-header .logo {
      width: 168px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 40px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .nav-content {
    height: 100%;
    overflow: auto;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  
  .showlanguagebox {
    padding: 8px 0 0 8px;
  }
  .showlanguagebox .language_a,
  .public-header .showlanguagebox {
    display: none;
  }
  .top-nav .googleelement2 {
    display: block !important;
    box-shadow: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .back-to-top {
    right: 30px;
    bottom: 48px;
  }
  .nav-dropdown {
      position: initial;
      transform: none;
      overflow: initial;
      max-height: initial;
      display: none;
  }
  .category-wrapper {
    transform: translateX(0);
    -webkit-transform: translaeX(0);
    /* display: block; */
    position: static;
    border: none;
    padding: 0;
  }
  .top-nav ul li.slide-li {
    height: auto;
  }
  .nav-dropdown {
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 32px;
  }
  .footer-row .title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .footer .follow-us li {
    margin-right: 24px;
  }
  .footer-row .subscribe {
    margin-right: 42px;
  }
  .footer .footer-bottom {
    margin-top: 36px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .public-header, .header-sticky {
    height: 56px;
  }
  .top-nav {
    top: 56px;
    height: calc(100% - 56px);
  }
  .header-top .warning {
    font-size: 3.9vw;
    line-height: 1.3;
  }
  .public-header .logo {
    width: 140px;
    height: 20px;
    left: 20px;
  }
  .public-header .icon-menu, .public-header  .icon-close, .public-header  .icon-arrow-right, .expand-toggle {
    right: 20px;
  }
  .top-nav ul li a:not(.dropdown-item) {
    padding: 0 20px;
    font-size: 16px;
  }
  .nav-product .dropdown-item,
  .top-nav ul li .category-wrapper a {
    padding: 0 32px;
  }
  .public-header .nav-content i {
    font-size: 16px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-row {
    display: block;
  }
  .footer .description {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .footer-row .subscribe,
  .footer-row .follow-us {
    width: 100%;
    margin-right: 0;
  }
  .footer-row .follow-us {
    margin-top: 30px;
  }
  .footer .footer-bottom {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .footer-privacybox {
    display: block;
  }
  .footer-privacybox a:first-child {
    margin-left: 0;
  }
  .footer-row .title {
    font-size: 16px;
  }
  .footer .follow-us a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .back-to-top {
    width: 36px;
    height: 36px;
    line-height: 40px;
    right: 20px;
    bottom: 40px;
    font-size: 22px;
  }
}


/*---分页样式---*/
.page-wrap {
  margin: 16px auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .page-wrap {
    margin: 24px auto;
    overflow: hidden;
    position: relative;
  }
}
.page-inwrap {
  display: table;
  margin: 0 auto
}

.page li {
  float: left;
  margin: 0 8px;
}

.page li:last-child a, .page li:first-child a {
  font-size: 14px;
  color:#999
}

.page li:last-child {
  margin-left: 9px;
  margin-right: 0;
  font-weight: bold
}

.page li:first-child {
  margin-left: 0;
  margin-right: 9px;
  font-weight: bold
}

.page-end {
  color: #999
}

.page li a.focus {
  color: #121212;
  background: #ebebeb;
}

.page li a:hover,.page li.active a {
  color: #121212;
  background: #ebebeb;
}

.page li a {
  text-align: center;
  line-height: 36px;
  color: #888;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
}

.page li .icon-Shape:hover {
  color: #333;
}

.page li .page-end:hover {
  color: #999
}


/*---layui---*/
.kizoku-tips-success,.kizoku-tips-error,.kizoku-tips-warning{
  box-shadow: none !important;
  border: 1px solid #d9e9c9;
  border-radius: 3px !important;
  overflow: hidden !important;
  display: table !important;
  min-width: 140px !important;
}
.kizoku-tips-warning{
  border: 1px solid #FFDEAF;
  width: auto !important;
}
.kizoku-tips-success .layui-layer-content {
  background: #F4F8EE;
  color:#559900;
}


.kizoku-tips-success .layui-layer-padding,.kizoku-tips-error .layui-layer-padding{
  padding: 16px 20px 16px 55px !important;
}

.kizoku-tips-success .layui-layer-ico,.kizoku-tips-error .layui-layer-ico {
  background: none !important;
  width: 24px !important;
  height:24px !important;
  font-size: 24px !important;
}

.kizoku-tips-error {
  border: 1px solid #f1cddb;
}

.kizoku-tips-error .layui-layer-content {
  background: #fef1f1;
  color:#ea4949;
}

.kizoku-tips-error .layui-layer-content .layui-layer-ico2 {
  font-size: 24px;
}

.kizoku-tips-warning .layui-layer-content{
  background: #FDF6EC;
  color:#E6A23C;
}

.kizoku-tips-warning .layui-layer-content .layui-layer-ico3 {
  font-size: 24px;
  top:20px !important;
}
.icon-warning{
  background: none !important;
  width: 24px!important;
  height:24px!important;
  background: url(../../images/web/icon-warning.svg) no-repeat !important;
  background-size: 100% !important;
}
.layui-layer-dialog .layui-layer-content{
  word-break: normal !important;
}


.tips-loading {
  min-width: 100px !important;
  width: 100px;
  height: 80px;
  background-color: rgba(0,0,0,0.8) !important;
  border-radius: 8px !important;
}
.tips-loading .layui-layer-content {
  padding: 0 !important;
  text-align: center !important;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.tips-loading .timer-loading{
  width: 24px;
  height: 24px;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #fff;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.tips-loading .timer-loading:after, .tips-loading .timer-loading:before{
  position: absolute;
  content:"";
  background-color: #fff;
}
.tips-loading .timer-loading:after{
  width: 10px;
  height: 2px;
  top: 11px;
  left: 11px;
  -webkit-transform-origin: 1px 1px;
     -moz-transform-origin: 1px 1px;
          transform-origin: 1px 1px;
  -webkit-animation: minhand 2s linear infinite;
     -moz-animation: minhand 2s linear infinite;
          animation: minhand 2s linear infinite;
}

.tips-loading .timer-loading:before{
  width: 8px;
  height: 2px;
  top: 11px;
  left: 11px;
  -webkit-transform-origin: 1px 1px;
     -moz-transform-origin: 1px 1px;
          transform-origin: 1px 1px;
  -webkit-animation: minhand 8s linear infinite;
     -moz-animation: minhand 8s linear infinite;
          animation: minhand 8s linear infinite;
}
@-webkit-keyframes minhand{
  0%{-webkit-transform:rotate(0deg)}
  100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand{
  0%{-moz-transform:rotate(0deg)}
  100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}

/*---agelimit---*/
.agelimit {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.9);
}
.welcome-box {
  position: absolute;
  max-width: 636px;
  width: 80%;
  padding: 48px 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 15px;
}

.welcome-box .logo {
  width: 80%;
  max-width: 224px;
  margin: 0 auto 40px auto;
}
.welcome-box .welcome-icon p {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}
.welcome-box .description {
  max-width: 430px;
  margin: 0 auto;
}
.welcome-box .btn-box {
  margin: 36px auto 0;
  max-width: 430px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.welcome-box button {
  width: calc(50% - 30px);
  display: block;
}
.welcome-box .btn {
  border-radius: 24px;
}

.accept-cookies {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  background: #000;
  z-index: 999;
  transition: all 0.6s ease;
  padding: 0 20px;
}
.accept-cookies.add {
  bottom: 0;
}
.accept-cookies .center {
  max-width: 1100px;
  margin: 16px auto;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.accept-cookies p {
  width: calc(100% - 150px);
  padding-right: 20px;
}
.accept-cookies .btn-border {
  width: 150px;
  font-size: 14px;
  border: none;
}
.accept-cookies .btn-border:hover {
  background: #000;
}
.accept-cookies a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .accept-cookies .center {
    margin: 10px auto;
    display: block;
  }
  .accept-cookies p {
    width: 100%;
    padding-right: 0;
  }
  .accept-cookies .btn-border {
    display: block;
    margin: 16px auto 0;
  }
}
@media (max-width: 767px) {
  .welcome-box {
    font-size: 14px;
  }
  .welcome-box .welcome-icon p {
    font-size: 20px;
  }
  .welcome-box .logo {
    margin-bottom: 28px;
  }
  .welcome-box .btn-box {
    margin-top: 20px;
  }
  .welcome-box .btn-box {
    display: block;
  }
  .welcome-box button {
    width: 100%;
    margin-bottom: 20px;
  }
}


/*---productdetail---*/
.wapper-container {
  overflow-x: hidden;
}

/* 文字动效 */
.animation-item {
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
     -moz-transform: translateY(50px);
       -ms-transform: translateY(50px);
      transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out .3s;
  -o-transition: all .4s ease-in-out .3s;
  -moz-transition: all .4s ease-in-out .3s;
  transition: all .4s ease-in-out .3s;
}
.animation-item.animation {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     -moz-transform: translateY(0);
       -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.pic_view {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  display: block;
}
.icon-loading {
  animation: rotating 1s linear infinite;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.is-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #000;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: not-allowed;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.inner-pagebox {
  margin: 72px auto 128px;
}
.inner-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .inner-pagebox{
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .inner-pagebox{
    margin-top: 48px;
  }
  .inner-title{
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: 800;
    padding: 0 20px;
  }
}

/*---rich text---*/
.rich-text-page {
  max-width: 920px;
  padding: 0 24px;
  box-sizing: content-box;
}
.rich-text-page .inner-title {
  margin-bottom: 16px;
}
.rich-text-page .date {
  font-size: 16px;
  text-align: center;
}
.rich-text-page .rich-text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D8D8D8;
}
.rich-text-page .rich-text p,
.rich-text-page .rich-text div,
.rich-text-page .rich-text li,
.rich-text-page .rich-text i {
  font-size: 16px !important;
}
.rich-text-page img {
  max-width: 100%;
  margin: 48px 0;
}
.rich-text-page h1 {
  font-size: 24px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
.rich-text-page h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
.rich-text-page h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
.rich-text-page h4 {
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
.rich-text-page h5 {
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
.rich-text-page h6 {
  font-size: 14px !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}
@media (max-wdith: 1023px) {
  .rich-text-page .rich-text {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .rich-text-page {
    padding: 0 16px;
  }
  .rich-text-page .rich-text {
    margin-top: 20px;
    padding-top: 20px;
  }
  .rich-text-page h1 {
    font-size: 20px !important;
  }
  .rich-text-page h2 {
    font-size: 18px !important;
  }
}

