/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/common.css ***!
  \****************************************************************************************************************/
@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;
}
.input-group input{
  border-radius: 0;
}
:root {
  --max-width: 1440px;
  --footter-size:14px;
  --footer-color: rgba(255, 255, 255, 0.6);
  --heder-bg-color: #000;
  --heder-color: #fff;
}
article,
aside,
footer,
header,
menu,
nav,
section,
img {
  display: block;
}

html {
  font-size: 100%;
  height: auto !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* .visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
} */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
}

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;
}
.underline {
  text-decoration: underline;
}
li {
  list-style: none;
}
.fold-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

a:hover {
  color: #333;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

em {
  font-style: normal;
}

b,
.bold {
  font-weight: bold;
}

.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 {
  color: #fff;
  position: relative;
  display: inline-block;
  height: 40px;
  border: none;
  /* padding: 0 72px; */
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  background-color: #333;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  /* -webkit-tap-highlight-color:initial; */
}

.btn::before {
  position: absolute;
  background-color: #000;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .btn:not([disabled])::before {
    -webkit-transition: -webkit-transform 0.45s
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .btn:not([disabled]):hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .btn:not([disabled]):hover {
    color: #fff;
    background-color: #333;
  }
}

.btn-border {
  background: #fff;
  height: 40px;
  line-height: 40px;
  border: 1px solid #73c416;
  color: #73c416;
  text-transform: uppercase;
}
.btn-border:hover {
  color: #73c416;
}
.wrapper,
.min-wrapper {
  max-width: 920px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.min-wrapper {
  max-width: 960px;
}
.main-content {
  padding-top: 56px;
  padding-bottom: 180px;
}
.page-title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 600;
}
.page-desc {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-content {
    padding-top: 36px;
    padding-bottom: 72px;
  }
  .inner-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrapper,
  .min-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title {
    font-size: 26px;
  }
}
.form .input-group {
  position: relative;
  height: 48px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding-top: 14px;
}
.form .textarea {
  height: 160px;
}
.form select {
  -webkit-appearance: none;
}
.form .icon-arrow-down {
  position: absolute;
  top: 16px;
  right: 16px;
}
.form textarea {
  padding-top: 20px;
}
.form .placeholder {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #999;
  z-index: 1;
}
.form .focus .placeholder {
  top: 5px;
  font-size: 12px;
}
.form .btn {
  display: block;
  width: 100%;
  line-height: 48px;
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}
.form .form-item {
  margin-bottom: 16px;
}

/*---transition---*/

.transition {
  transition: all 0.36s ease;
}

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

.transition2 {
  transition: all 0.6s ease;
}

.transition3 {
  transition: all 0.2s ease;
}
.transition4 {
  transition: all 0.8s ease;
}
.transition-sp1 {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.transition5 {
  transition: all 0.2s ease-out;
}
.transition6 {
  transition: all 1.8s ease-out;
}
/* color */
.green {
  color: #008866;
}

/* 超出不换行 */
.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-warning {
  height: 48px;
  line-height: 48px;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.public-header {
  width: 100%;
  height: 72px;
  z-index: 999;
  background: #000;
  color: #fff;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  padding: 0 40px;
}
.virtual-dom {
  position: fixed;
  height: 84px;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}
.public-header.fixed {
  position: sticky;
  padding-top: 32px;
  top: -12px;
  height: auto !important;
  z-index: 90000000000000000;
}
.header-box {
  display: table;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.public-header .logo {
  position: absolute;
  left: 40px;
  top: 0;
  width: 116px;
  height: 36px;
  margin-top: 20px;
}

.public-header.fixed .logo {
  width: 100px;
  height: 31px;
  margin-top: 23px;
}
.public-header.fixed .header-box {
  margin-top: -14px;
}
.public-header.fixed .showlanguagebox {
  top: 24px;
}
.public-header.fixed .top-nav .nav-product-a {
  line-height: 48px!important;
  color: var(--heder-color);
}
.public-header.fixed .nav-dropdown {
  top: 66px;
  padding-top: 0;
}
.public-header.fixed .top-nav > ul > li > a:not(.category):after {
  bottom: 0px;
}
.logo {
  display: block;
  background: url(/static/dist/assets/logo_header_eca89e.svg) no-repeat;
  background-size: 100% 100%;
}

.top-nav {
  display: block;
  height: 100%;
  color: #fff;
}

.top-nav .top-nav-ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-nav .top-nav-ul .slide-li {
  color: #fff;
  font-size: 15px;
  /* position: relative; */
}
.top-nav .top-nav-ul .slide-li .nav-icon {
  display: none;
}
.top-nav .top-nav-ul .slide-li .nav-product-a {
  position: relative;
  display: block;
  margin: 0 24px;
  line-height: 72px;
  color: #fff;
}
.top-nav .top-nav-ul .slide-li .nav-product-a:after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 35%;
  width: 0;
  text-align: center;
  height: 15px;
  color:#fff;
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: url(/static/dist/assets/smile_aa711a.svg) no-repeat;
  transition: all 0.3s;
}

.top-nav .top-nav-ul .slide-li .nav-product-a:hover:after,
.top-nav .top-nav-ul .slide-li .nav-product-a.active:after {
  width: 30px;
}

.showlanguagebox {
  min-width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 16px;
  font-size: 24px;
  cursor: pointer;
}
.goog-te-gadget-simple {
  padding: 4px 12px !important;
  min-width: 120px;
  line-height: 20px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.goog-te-gadget-simple img,
.goog-te-gadget-simple span {
  display: inline-block;
}
.goog-te-menu-value img {
  display: none;
}
.goog-te-menu-value span:nth-of-type(2) {
  display: none;
}
.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;
}
.mobile-back {
  display: none;
}
.nav-dropdown {
  font-size: 0;
  max-height: 0;
  width: 100%;
  background: #000000;
  left: 0;
  position: absolute;
  overflow: hidden;
  top: 72px;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  box-shadow: 0 0 4px 0 #333;
}
.nav-dropdown .dropdown-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-item-title {
  font-size: 14px;
  margin: 4px 8px 0 8px;
  max-width: 100px;
}
.nav-dropdown .dropdown-box.dropdown-wrap {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.dropdown-menu {
  color: #ffffff;
  font-size: 13px;
  min-width: 180px;
  padding: 40px 0;
}
.dropdown-menu .menu-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown-menu .dropdown-product p, .dropdown-menu .dropdown-product i {
  font-weight: bold;
}
.dropdown-menu .menu-li.is-active p {
  text-decoration: underline;
}
.dropdown-lists {
  display: none;
  overflow-x: auto;
  padding: 40px 40px 40px 30px;
}
.dropdown-lists.is-active {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.dropdown-lists .dropdown-list {
  margin: 0 10px;
  width: 150px;
  text-align: center;
}
.dropdown-lists .dropdown-list img {
  width: 150px;
  height: 150px;
  display: block;
  /* margin: 0 auto 10px; */
}
.dropdown-lists .dropdown-listname {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dropdown-items {
  position: relative;
  background: #000;
  /* margin-top: 12px; */
  vertical-align: top;
}
.dropdown-items:after {
  content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background: #999;
    transition: all .4s ease;
}

.dropdown-items:hover:after {
  width: 30px;
}
.dropdown-item {
  font-size: 14px;
  display: inline-block !important;
  margin: 6px 20px !important;
  line-height: 20px !important;
  vertical-align: top;
  color: #fff;
}

.dropdown-lists .dropdown-list .imgbox {
  overflow: hidden;
  
}
.dropdown-lists .dropdown-list  img {
  transition: all .2s ease;
}

.dropdown-list:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.c-underline {
  position: relative;
}
.c-underline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #666;
  transition: all .4s ease;
}
.dropdown-list:hover .c-underline:after {
  width: 50%;
}
.dropdown-list:hover .dropdown-listname {
  color: #999;
}
.nav-product .dropdown-item {
  margin: 8px !important;
}
.nav-product .dropdown-items {
  background: transparent;
  padding: 0 16px;
}
.dropdown-menu .menu-li p {
  transition: all .2s ease;
}

.dropdown-menu .menu-li:hover p {
  color: #999;
}
.dropdown-menu .menu-li.is-active:hover p {
  color: #fff;
}
.dropdown-item span {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  white-space: normal;
}
.category-wrapper {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #f4f4f4;
  padding: 8px 24px;
  z-index: 2;
  display: none;
}
.category-wrapper a {
  margin: 0 !important;
  line-height: 32px !important;
  text-transform: none;
  white-space: nowrap;
}
.mobile-icons {
  display: none;
}
.mobile-languagebox {
  display: none;
}



@media (max-width: 1150px) {
  .top-nav > ul > li a {
    margin: 0 12px;
  }
}

@media (max-width: 1024px) {
  .mobile-languagebox {
    margin-left: 16px;
  }
  .showlanguagebox{
    display: none;
  }
  .mobile-languagebox{
    display: block;
    position: static;
  }
  .showlanguagebox .googleelement {
    border: 0 !important;
    margin-top: 2px;
    margin-bottom: 12px;
    margin-left: 4px;
    display: block;
  }
  .showlanguagebox .googleelement a {
    line-height: 20px !important;
    display: inline;
  }
  .mobile-languagebox > span {
    line-height: 24px;
    color: #333;
    margin-left: -32px;
  }
  .header-box {
    padding: 0 20px;
  }
  .public-header,
  .virtual-dom,
  .public-header.fixed {
    height: 56px !important;
  }
  .public-header.fixed {
    padding: 0;
    top: 0;
  }
  .category-wrapper {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translaeX(0);
  }
  .mobile-icons {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
  }

  .mobile-back {
    display: block;
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
  }

  .top-nav {
    position: fixed;
    top: 108px;
    left: 100%;
    height: calc(100% - 56px);
    z-index: 999;
    width: 100%;
    background: var(--heder-bg-color);
    border-top: 1px solid #333;
    bottom: 0;
    padding-bottom: 48px;
    overflow-y: scroll;
  }
  .top-nav.in {
    left: 0;
  }
  .top-nav .slide-li {
    line-height: 48px;
    height: 48px;
    border-bottom: 1px solid #333;
  }
  .dropdown-lists .dropdown-list {
    line-height: unset;
    margin: 0 10px;
    color: #fff;
  }
  .top-nav .top-nav-ul .slide-li .nav-icon {
    display: block;
    color: #aaa;
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
  }
  .top-nav .top-nav-ul {
    display: block;
  }
  .top-nav .top-nav-ul .slide-li.is-toggle .nav-icon{
    transform: rotate(270deg);
  }
  .top-nav .top-nav-ul .slide-li .nav-product-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
  }
  .dropdown-items {
    background: transparent;
    margin-top: 0;
    width: 100%;
  }
  .nav-dropdown .dropdown-box {
    padding-top: 0!important;
    padding-bottom: 0!important;
    flex-direction: column;
  }
  .dropdown-lists .dropdown-listname {
    font-size: 12px;
  }
  .public-header .logo,
  .public-header.fixed .logo {
    position: absolute;
    top: 8px;
    left: 36px;
    width: 97px;
    height: 42px;
    margin: 0 0 8px 0;
  }
  .header-warning {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 20px;
  }
  .category-wrapper {
    display: block;
    position: static;
    border: none;
    padding: 0;
  }
  .top-nav .top-nav-ul .category-wrapper a {
    font-weight: normal;
    height: 48px;
    line-height: 48px !important;
    padding: 0 20px 0 36px;
    color: #666;
  }
  .nav-dropdown {
    width: 100%;
    position: static;
    padding: 0;
    max-height: 0;
    background: #222;
    transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  }
  .top-nav .top-nav-ul .slide-li .nav-product-a:hover:after,
  .top-nav .top-nav-ul .slide-li .nav-product-a.active:after {
    width: 0;
  }
  .slide-li.is-toggle .nav-dropdown {
    max-height: 900px;
  }
  .nav-dropdown img {
    display: none;
  }
  .dropdown-item span {
    text-align: left;
    line-height: 48px;
    padding-left: 24px;
    color: #fff;
    font-size: 12px;
  }
  .dropdown-menu .menu-li {
    margin-bottom: 0;
    line-height: 36px;
  }
  
  .dropdown-lists.is-active {
    padding: 40px 40px 40px 0;
  }
  .top-nav>ul>li.slide-li{
    height: auto;
  }
  .slide-li .dropdown-item {
    display: block !important;
    line-height: 48px;
    margin: 0 !important;
    border-top: 1px solid #333;
  }
  .dropdown-item-title {
    display: none;
  }
  .dropdown-wrap {
    padding-left: 24px;
    overflow: hidden;
    flex-direction: row!important;
  }
  .dropdown-menu {
    font-size: 12px;
    min-width: 160px;
    padding: 12px 0;
  }
  .dropdown-lists .dropdown-list {
    width: 100px;
  }
  .dropdown-lists .dropdown-list img {
    width: 100px;
    height: 100px;
  }
  .dropdown-menu .icon-arrow-right {
    display: none;
  }
  .showlanguagebox {
    height: 80px;
    padding-top: 15px;
    text-align: left;
  }
  .footer-nav{
    flex-wrap: wrap !important;
  }
  .footer-nav li {
    margin-bottom: 15px;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .footer-nav li:nth-child(1),
  .footer-nav li:nth-child(2) {
    height: 35px;
    overflow: hidden;
    border-bottom: 0.5px solid #707070;
    transition: all .3s;
  }
  .fold-icon {
    display: block;
  }
  .footer-bottom {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-box {
    padding: 0 16px;
  }
  .public-header,
  .virtual-dom,
  .public-header.fixed {
    height: 56px;
  }
  .public-header .logo,
  .public-header.fixed .logo {
    width: 100px;
    height: 41px;
    top: 9px;
    left: 20px;
    margin-top: 0;
  }
  .mobile-back {
    left: 10px;
  }
  .mobile-icons {
    font-size: 24px;
  }
  .footer-content a {
    font-size: var(--footter-size);
    height: 30px;
    line-height: 30px;
  }
}

/*---footer---*/
.footer {
  background: #222222;
  color: #f0f0f0;
  padding: 32px 0 20px 0;
}
.footer-nav_title-head{
  position: relative;
  z-index: 3;
  color:#fff;
  cursor: pointer;
  font-size: var(--footter-size);
}
.footer-nav_title{
  font-size: var(--footter-size);
}
.footer-nav_title_top {
  margin-top: 16px;
  margin-bottom: 8px;
}
.footer-nav{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer-content {
  max-width: var(--max-width);
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer-nav li {
  position: relative;
}
.footer-nav li:first-of-type {
  overflow: hidden;
  padding-right: 15px;
}

.footer-nav li:first-of-type a{
  overflow: hidden;
  display: -webkit-box; /* 将容器作为弹性伸缩盒子显示 */
  -webkit-line-clamp: 1; /* 显示两行文本 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.footer-nav li:nth-child(3) {
  padding: 0 24px;
}
.footer-content a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.footer-content a:hover{
  color: #fff;
}
.footer-content a:last-of-type{
  margin-bottom: 5px;
}
.follow-us a {
  display: inline-block;
  margin-right: 24px;
  text-align: center;
  vertical-align: top;
}
.follow-us a:last-child {
  margin-right: 0;
}
.follow-us a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}
.follow-us a i:hover {
  color: #fff;
}
.footer-nav li:nth-child(3) {
  width: 40%;
}
.footer-nav li:nth-child(1),
.footer-nav li:nth-child(2) {
  width: 15%;
  line-height: 26px;
}
.footer-nav li:nth-child(4) {
  width: 30%;
}
.footer .desc {
  font-size: var(--footter-size);
  margin-bottom: 16px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom {
  margin: 0 auto;
  margin-top: 32px;
  padding: 0 40px;
  max-width: var(--max-width);
}
.footer-bottom .clearfix{
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .explanation {
  width: 67%;
  float: left;
  padding-right: 8%;
}
.footer-bottom .footer-row {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color:var(--footer-color);
}
.footer-row_bottom-box p{
  padding-right: 10px;
  margin-bottom: 15px;
}
.footer-row_bottom{
  text-align: left;
  margin-bottom: 15px;
}
.footer-row_bottom a{
  color: var(--footer-color);
}
.footer-row_bottom a:hover{
  color: #fff;
}

.footer-row a {
  font-size: var(--footter-size);
  display: inline-block;
}

.footer-row .input-group {
  height: 40px;
  width: 100%;
}
.footer-row .input-group input {
  float: left;
  width: calc(100% - 97px);
  max-width: 336px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 14px;
  box-sizing: border-box;
  font-size: var(--footter-size);
}
.footer-row .input-group button {
  width: 97px;
  float: left;
  height: 100%;
  /* background: #000; */
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.footer-row a {
  display: inline-block;
  line-height: 20px;
}
.footer-row span {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .footer-content {
    padding: 0 16px;
  }
}

/*---分页样式---*/
.page-wrap {
  margin: 48px 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,
.page li a:hover,
.page li.active a {
  color: #73c416;
}

.page li a {
  text-align: center;
  line-height: 36px;
  color: #333;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  font-weight: bold;
  font-size: 16px;
}

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

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

/*---videobox---*/
.video-wrapper .iframe-box {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
  margin-top: 5vh;
}
.video-wrapper .icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}

.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}
/*---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(/static/dist/assets/icon-warning_d416d3.svg) no-repeat !important;
  background-size: 100% !important;
}
.layui-layer-dialog .layui-layer-content {
  word-break: normal !important;
}

.alert-style .layui-layer-title {
  visibility: hidden;
}
.alert-style .layui-layer-btn0 {
  background: #d84b30 !important;
  border-radius: 3px;
  border-color: #d84b30 !important;
}
.alert-style .layui-layer-btn1 {
  background: #d8d8d8;
  border-radius: 3px;
  margin-left: 19px;
}
.alert-style .layui-layer-btn {
  text-align: right !important;
  padding: 3px 34px;
}
.alert-style .layui-layer-btn a {
  height: 32px;
  line-height: 32px;
}
.alert-style .layui-layer-content {
  padding: 10px 36px !important;
  text-align: left !important;
  height: 96px !important;
}
.alert-style .layui-layer-title {
  height: 30px;
  line-height: 30px;
}
.alert-style {
  height: 185px;
}
.alert-style .layui-layer-btn a {
  min-width: 100px;
  text-align: center;
}
.alert-style .layui-layer-ico {
  background: url(/static/dist/assets/closed_ddc0e2.svg) no-repeat !important;
}
.alert-style .layui-layer-content a {
  color: #d84b30;
  text-decoration: underline;
}

/*---agelimit---*/
.mask {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.welcome-box {
  position: absolute;
  max-width: 624px;
  width: 90%;
  padding: 36px 64px 32px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.welcome-box .logo {
  float: none;
  width: 167px;
  height: 68px;
  font-size: 30px;
  margin: 0 auto 56px auto;
  background: url(/static/dist/assets/logo_black_4b4328.svg) no-repeat;
  background-size: 100%;
}
.welcome-icon b {
  font-weight: 700;
}
.welcome-box .welcome-icon p {
  font-size: 32px;
  margin-bottom: 36px;
  line-height: 36px;
  font-weight: bold;
}
.welcome-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 56px;
}
.welcome-box button {
  float: left;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  width: calc(50% - 8px);
  height: 48px;
}
.welcome-box .btn-green {
  background: #73c416;
  margin-right: 16px;
}
.welcome-box .btn-green:hover {
  background: #73c416 !important;
}
.welcome-box .btn-green:before {
  content: none;
}
.welcome-box .btn-green-border {
  background: rgba(115, 196, 22, 0.2);
  color: #73c416;
  border: 1px solid #73c416;
}

.welcome-box a {
  text-decoration: underline;
}
.agelimit-bottom {
  position: fixed;
  bottom: -170px;
  left: 0;
  right: 0;
  background: #121212;
  height: 80px;
  z-index: 99999;
  animation-delay: 2s;
  text-align: center;
  -webkit-animation-delay: 2s;
}

.agelimit-bottom {
  position: fixed;
  bottom: -120px;
  left: 0;
  right: 0;
  background: #121212;
  height: 80px;
  z-index: 99999;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.agelimit-bottom.add {
  bottom: 0;
}

.agelimit-bottom p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 170px);
}

.agelimit-bottom p a {
  text-decoration: underline;
  color: #fff;
}

.agelimit-bottom .btn-border {
  display: inline-block;
  width: 156px;
}

.agelimit-bottom .center {
  max-width: 1100px;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .text-editbox,
  .centerbox {
    width: 100% !important;
  }
  .agelimit-bottom {
    height: auto;
  }

  .agelimit-bottom .center {
    margin: 10px auto;
  }

  .agelimit-bottom p {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .agelimit-bottom .btn-border {
    display: block;
    width: 156px;
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .fold-icon {
    display: block;
  }
  .welcome-box {
    padding: 24px !important;
  }
  .welcome-box .logo {
    width: 140px;
    height: 58px;
    margin: 0 auto 32px auto;
  }
  .welcome-box .welcome-icon p,
  .welcome-box p {
    margin-bottom: 32px;
  }
  .welcome-box .welcome-icon p {
    font-size: 28px;
  }
  .welcome-box button {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .alert-style {
    width: 80% !important;
    height: auto !important;
  }
  .alert-style .layui-layer-content {
    height: auto !important;
  }
  .alert-style .layui-layer-btn {
    padding: 3px 16px 16px;
  }
  .alert-style .layui-layer-content {
    padding: 10px 16px !important;
  }
  .footer-nav{
    flex-wrap: wrap;
  }
  .footer-nav li {
    width: 100%;
  }
  .footer-nav li:nth-child(3) {
    padding: 0;
  }
  .footer-row .input-group{
    max-width: 400px;
  }
  .footer-row .input-group input{
    font-size: var(--footter-size);
  }
}
/*---productdetail---*/
.wapper-container {
  overflow-x: hidden;
}

/*---text-editbox---*/
.textbox {
  margin: 48px auto 96px auto;
  max-width: 1024px;
}
.textbox .inner-title {
  margin-bottom: 20px;
}
.textbox .date {
  text-align: center;
}
.text-editbox {
  width: 1024px;
  text-align: center;
  margin: 32px auto;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.02);
  padding: 40px 40px 80px 40px;
}
.centerbox {
  width: 800px;
  margin: 0 auto;
}
.text-editbox img {
  margin: 36px auto;
  display: block;
}
.text-editbox img:first-child {
  margin-top: 0;
}
.text-editbox b,
.text-editbox h3 {
  text-align: center;
  margin-top: 32px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 20px;
  font-size: 18px;
  text-align: left;
}

.text-editbox b:first-child,
.text-editbox h3:first-child {
  margin-top: 0px;
}
.text-editbox p {
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}

.text-editbox p b {
  margin: 0;
  text-align: center;
  display: inline;
  font-size: 16px;
}
@media (max-width: 767px) {
  .textbox .inner-title {
    margin-bottom: 16px;
  }
  .text-editbox {
    padding: 20px 20px 40px 20px;
    margin: 24px auto;
  }

  .text-editbox b,
  .text-editbox h3 {
    font-size: 16px;
  }
}

/*---table-style---*/
.table-style-1 {
  margin-top: 32px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  font-size: 18px;
  width: 100%;
}
.table-style-1 td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.table-style-1 td:first-child {
  text-align: left;
}
.table-style-1 td:nth-child(3) a {
  text-decoration: underline;
}
.table-style-1 thead td,
.table-style-1 tbody:first-child td {
  height: 44px;
  background: #f0f0f0;
  color: #666;
}
.table-style-1 tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  background: #fff;
}
.table-style-1 tbody td p span {
  text-decoration: underline;
}
.table-style-1 tbody td p {
  margin-bottom: 24px;
}
.table-style-1 tbody td li {
  list-style-type: disc;
  margin-left: 16px;
}

.table-style-2 {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.table-style-2 td {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  height: 44px;
  padding: 0 16px;
}

.table-style-2 thead td,
.table-style-2 tbody:first-child td {
  font-weight: 700;
}
.table-style-2 thead tr td:last-child,
.table-style-2 tbody:first-child tr td:last-child {
  background: #000;
  color: #fff;
}

.table-style-2 tr td:first-child {
  text-align: right;
}
.table-style-2 tr td:last-child {
  text-align: left;
  background: #cf3339;
  color: #fff;
}

.headershow {
  top: 0px;
}

@media (max-width: 420px) {
  .table-style-1 td {
    padding: 8px !important;
  }

  .text-editbox img {
    max-width: 400px;
    width: 100%;
  }
}
.category-nav {
  overflow: auto;
}
.category-nav ul {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.category-nav li {
  display: inline-block;
  margin-right: 48px;
  padding: 6px 16px;
  border-radius: 21px;
  text-align: center;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  font-size: 16px;
}
.category-nav li:last-child {
  margin-right: 0;
}
.category-nav li:last-child {
  margin-right: none;
}
.category-nav li.active {
  border-color: #f10017;
  background: rgba(241, 0, 23, 0.06);
}
.category-nav li.active a {
  color: #f10017;
}
@media (max-width: 1024px) {
  .category-nav {
    margin-right: -20px;
    margin-left: -20px;
  }
  .category-nav ul {
    padding: 0 20px;
  }
  .table-style-1 {
    line-height: 1.2;
  }
  .footer-nav li{
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-content {
    padding: 0 20px;
  }
  .footer-nav li {
    margin-bottom: 15px;
    width: 100% !important;
  }
  .footer-nav li:nth-child(1),
  .footer-nav li:nth-child(2) {
    padding-right: 0;
    height: 35px;
    overflow: hidden;
    border-bottom: 0.5px solid #707070;
    transition: all .3s;
  }
  .footer-nav_title-active{
    height: auto !important;
  }
  .footer-nav li:nth-child(3) {
    padding-bottom: 15px;
    border-bottom: 0.5px solid #707070;
  }
  .footer-bottom{
    padding: 0 20px;
    margin-top: 0px;
  }
  .footer-bottom .explanation,
  .footer-bottom .footer-row {
    float: none;
    width: 100%;
  }
  .footer-bottom .explanation {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-nav {
    margin-right: -16px;
    margin-left: -16px;
  }
  .category-nav ul {
    padding: 0 16px;
  }
  .category-nav li {
    margin-right: 20px;
    font-size: 14px;
  }
}

/* 文字动效 */
.animation-item {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.animation-item.animation {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

/*---transition---*/
/* .transition2{transition:all .36s ease;}
.transition3{transition:all 0.4s ease-in;}
.transition4{transition:all 0.2s}
.transition5{transition:all 1s ease-in;}
.transition6{transition:all 1s}
.transition-sp1{transition: all 0.6s 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;} */

.inputgroup {
  position: relative;
}
.inputgroup:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  z-index: 0;
}
.inputgroup.inputgroup-textarea::after {
  height: 160px;
}
.inputgroup-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  position: relative;
}
.inputgroup-flex a {
  color: #999999;
  text-decoration: underline;
}
.inputgroup-flex label.error-tips {
  position: absolute;
  bottom: -16px;
}
.formstyle input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 23px;
  cursor: pointer;
}
.formstyle {
  margin: 0 auto;
}
.formstyle li {
  margin-bottom: 24px;
}
.formstyle input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  padding-left: 16px;
  position: relative;
  padding-top: 16px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.formstyle select {
  position: relative;
  -webkit-appearance: none;
  padding-left: 16px;
  border: 1px solid #e6e6e6;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  padding-top: 16px;
  border-radius: 2px;
}

.formstyle .s-tips {
  top: 14px;
  position: absolute;
  z-index: 1;
  color: #999;
  left: 16px;
}

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

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

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

.formstyle textarea {
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 160px;
  line-height: 24px;
  border-radius: 2px;
  padding-left: 16px;
  padding-top: 16px;
  resize: vertical;
  background: transparent;
}
.btn-submit {
  display: table;
  margin: 50px auto 0 auto;
  width: 160px;
}

.formstyle .s-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.inner-title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 36px;
}

.icon-play {
  width: 40px;
  height: 40px;
  background: url(/static/dist/assets/play_599b01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.7;
}
.icon-youtube-new {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/dist/assets/youtube_4d4c70.svg) no-repeat;
  background-size: 100%;
  margin: 2px 0 0 1px;
}
.goog-te-menu-frame {
  z-index: 99999999999 !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-homeproduct .swiper-button-disabled {
  display: none;
}

@media (max-width: 828px), (orientation:portrait) {
  .formstyle li {
    margin-bottom: 16px;
  }
  .inputgroup-flex {
    padding: 0;
  }
  .formstyle input[type='checkbox'] {
    margin-right: 10px;
  }
}
