/*!****************************************************************************************************************!*\
  !*** 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;
  font-family: "Nunito Sans", sans-serif !important;
}

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

html {
  height: auto !important;
}

body {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.3 !important;
  background-color: #000;
  width: 100%;
  height: 100%;
  color: #87878B;
  -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;
  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;
}

/* 消除自动填充表单的样式 */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-text-fill-color: #fff;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0
}

li {
  list-style: none
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0
}

.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;
}

.swiper-slide {
  float: left;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  z-index: 9;
  cursor: pointer;
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

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

.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);
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  background-color: #F1F1F2 !important;
  border-radius: 100% !important;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}

.swiper-pagination-bullet-active {
  background-color: #87878B !important;
}

.swiper-pagination-progressbar {
  height: 5px !important;
  background-color: transparent !important;
  position: relative;
}

.swiper-pagination-progressbar:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: -1;
}

:root {
  --theme-color: #fff;
  --left-gap: 80px;
  --border-radius: 3.125vw;
}

.btn {
  min-width: 172px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: var(--theme-color);
  border-radius: 6px;
  color: #000;
  display: inline-block;
  font-weight: 400;
  border: 1px solid #fff;
}

/* .btn:hover {
  background-color: #F1922E;
  color: #fff;
} */

.btn-border {
  min-width: 172px;
  line-height: 40px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #87878B;
  color: #87878B;
  display: inline-block;
  font-weight: 400;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .btn-border:hover {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #333 !important;
  }
}

@media (max-width: 767px) {

  .btn,
  .btn-border {
    min-width: 128px;
    line-height: 34px;
    font-size: 16px;
  }
}

.wrapper {
  max-width: 72.9%;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}

@media (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    padding: 0 30px;
  }
}

/*---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: 80px;
  background: #000;
  color: #fff;
}

.header-top .top-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}

.header-top .warning {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #000;
}

.public-header {
  position: relative;
}
.public-header:after, .public-header:before {
  content: '';
  width: var(--border-radius);
  height: var(--border-radius);
  position: absolute;
  bottom: calc(-1* var(--border-radius));
}
.public-header:before {
  left: 0;
  background: url(/static/dist/assets/header_mask_left_a9c1ba.svg) no-repeat;
  background-size: 100%;
}
.public-header:after {
  right: 0;
  background: url(/static/dist/assets/header_mask_right_46da91.svg) no-repeat;
  background-size: 100%;
}

.public-header .header-content {
  height: 70px;
  padding: 0 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.public-header .logo img {
  width: 140px;
}
.public-header .header-nav {
  transition: all 0.5s;
}
.public-header .header-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.public-header .header-nav li {
  padding: 0 40px;
}

.public-header .header-nav li a {
  font-size: 16px;
  color: #B4B4B4;
}

.public-header .header-nav li a:hover {
  color: var(--theme-color);
}

.showlanguagebox {
  position: relative;
  height: 40px;
  width: 140px;
}

.language_a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  float: right;
}

.showlanguagebox .icon-language {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  margin: auto;
}

.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-gadget-simple img,
.goog-te-gadget-simple span {
  display: inline-block;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.public-header .toggle-menu {
  display: none;
}

/* footer */
.footer {
  background: #121112;
  color: #FFFFFF;
  text-align: left;
  padding: 9.375vw 0 6.25vw;
  font-size: 16px;
  margin-top: calc(-1 * var(--border-radius));
}

.footer .subscribe {
  position: relative;
  max-width: 600px;
}

.footer .title {
  color: #87878B;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer .input-group input {
  height: 50px;
  line-height: 50px;
  width: calc(100% - 180px);
  padding: 0 12px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #B4B4B4;
  border-right: 0;
  background-color: #121112;
  color: #fff;
  border-radius: 0;
}

.footer .input-group button {
  width: 180px;
  height: 50px;
  background-color: var(--theme-color);
  line-height: 50px;
  color: #000;
}

.footer-nav {
  margin: 60px 0 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-nav ul.nav-items {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer-nav li {
  margin-right: 84px;
}

.footer-nav a {
  color: #B4B4B4;
}

.footer-nav a:hover {
  color: var(--theme-color);
}

.follow-us-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* padding-bottom: 6.25vw; */
}
.follow-us-wrapper .title {
  font-size: 2.5vw;
  font-weight: 400;
  margin-right: 4.167vw;
}
.follow-us-wrapper ul {
  display: -webkit-flex;
  display: flex;
}
.follow-us-wrapper ul li {
  margin-right: 1.563vw; 
}
.follow-us-wrapper ul li:last-child {
  margin-right: 0;
}
.follow-us-wrapper ul a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #6E6E6E;
  color: #6E6E6E;
  font-size: 20px;
}
.follow-us-wrapper ul a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.footer .footer-bottom {
  padding-top: 30px;
  color: #707070;
  border-top: 1px solid #B4B4B4;
}
.footer .footer-bottom .description {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .description div {
  width: 48.57%;
}
.footer .footer-bottom .description .last {
  margin-top: 20px;
}

.copyright {
  margin-bottom: 30px;
}

.copyright ul {
  display: inline-block;
  vertical-align: middle;
}

.copyright ul li {
  float: left;
  margin-right: 32px;
  position: relative;
}

.footer-bottom .copyright li:nth-child(-n+2):after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #707070;
}

.copyright li a {
  color: #707070;
}

.copyright li a:hover {
  color: #fff;
}

.copyright .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.back-top-wrapper {
  margin-top: 60px;
  font-size: 14px;
}

.back-top-wrapper .content {
  width: 48px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.back-top-wrapper .content img {
  width: 100%;
  margin-bottom: 20px;
}

.round-floor {
  border-radius: var(--border-radius);
}
.main-content .floor-container {
  position: relative;
}
.main-content .floor-container .floor-title {
  font-size: 5vw;
  line-height: 1.3;
  padding-top: 6.25vw;
  padding-left: var(--left-gap);
  color: #fff;
}

/* how to use */
.how-to-use {
  padding-bottom: 8.4375vw;
}
.how-to-use .description {
  padding-left: var(--left-gap);
}
.how-to-use ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}
.how-to-use li {
  padding: 0 24px;
}
.how-to-use img {
  width: 100%;
  margin-top: 16px;
}
.how-to-use p.step {
  font-size: 1.875vw;
}
.how-to-use p.desc {
  height: 40px;
  font-size: 16px;
}

/* products list */
.products-wrapper .products-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.products-wrapper .products-list li {
  width: 33.3333%;
  padding: 0 30px;
  margin-top: 60px;
}
.products-wrapper .products-list li a {
  display: block;
  height: 100%;
  background:#121212;
  border-radius: calc(2 * var(--border-radius));
}
.products-wrapper .product-card {
  padding: 3.125vw 1.458vw 3.229vw;
  position: relative;
  color: #87878B;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.products-wrapper .product-card .series {
  font-size: 16px;
}
.products-wrapper .product-card .img-box {
  margin-top: 1.563vw;
  position: relative;
}
.products-wrapper .product-card .img-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  mix-blend-mode: lighten;
  z-index: 999;
}
.products-wrapper .product-card .img-box img {
  width: 100%;
  display: inline-block;
  transition: transform 0.7s;
}
.products-wrapper .product-card:hover .img-box img {
  transform: scale(1.05);
  will-change: transform;
}
.products-wrapper .product-card .spu-name {
  font-size: 24px;
  margin-bottom: 8px;
  color: #fff;
}
.animation-img-box {
  overflow: hidden;
}
.animation-img-box:hover img {
  transform: scale(1.05);
}
.animation-img-box img {
  width: 100%;
  transition: transform 0.7s;
}


@media (max-width: 1200px) {
  :root {
    --left-gap: 60px;
    --border-radius: 4.3945vw;
  }
  .prev-btn,
  .next-btn {
    display: none !important;
  }
  .header-top {
    height: 72px;
  }

  .header-top .warning {
    font-size: 20px;
  }

  .public-header .header-content {
    height: 60px;
    padding: 0 40px;
  }
  .public-header .logo img,
  .showlanguagebox {
    width: 94px;
  }
  .main-content .floor-container .floor-title {
    font-size: 7.031vw;
    padding-top: 60px;
  }
  .follow-us-wrapper .title {
    font-size: 36px;
    margin-right: 60px;
  }
  .how-to-use {
    padding-bottom: 118px;
  }
  .how-to-use ul {
    margin-top: 60px;
  }
  /* products list */
  .products-wrapper .products-list {
      margin: 0 -20px;
  }
  .products-wrapper .products-list li {
      padding: 0 20px;
      margin-top: 40px;
  }
  .products-wrapper .product-card {
      padding: 40px 16px 28px;
  }
  
  .how-to-use p.step {
    font-size: 2.734vw;
  }
}

@media (max-width: 1023px) {
  :root {
    --left-gap: 30px;
    --border-radius: 7.2464vw;
  }
  .header-top {
    height: 60px;
  }
  .header-top .warning {
    font-size: 14px;
    line-height: 1.3;
  }
  .public-header .header-content {
    height: 56px;
    padding: 0 10px;
  }
  .public-header .toggle-menu {
    display: block;
    color: #fff;
    font-size: 20px;
  }
  .public-header .toggle-menu,
  .showlanguagebox {
    width: 40px;
    text-align: center;
  }
  .language_a {
    float: none;
  }

  .public-header .toggle-menu.spread .icon-menu:before {
    content: "\e90c";
  }

  .public-header .header-nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    display: block;
    overflow: hidden;
  }

  .public-header .header-nav ul {
    display: block;
    text-align: center;
    padding-top: 80px;
  }

  .public-header .header-nav li a {
    display: block;
    padding: 16px 0;
    color: #fff;
  }

  .footer-nav {
    display: block;
  }
  .follow-us-wrapper {
    margin-top: 30px;
  }
  .follow-us-wrapper ul {
    width: 100%;
  }
  .follow-us-wrapper ul li {
    margin-right: 40px;
  }
  .footer .footer-bottom .description {
    display: block;
  }
  .footer .footer-bottom .description div {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer .footer-bottom .description .last {
    margin-top: 16px;
  }
  .how-to-use ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .how-to-use li {
    width: 100%;
    margin-bottom: 24px;
  }
  .how-to-use img {
    max-width: 227px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 90px 0 60px;
  }

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

  .footer .input-group button {
    width: 94px;
    height: 40px;
    line-height: 40px;
  }

  .footer .input-group input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 94px);
  }

  .footer-nav {
    margin: 30px 0 18px;
  }

  .footer-nav ul.nav-items {
    display: block;
  }

  .footer-nav li {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .footer .footer-bottom {
    padding-top: 30px;
    font-size: 14px;
  }
  .copyright ul li {
    margin-right: 20px;
  }
  .footer-bottom .copyright li:first-child:after {
    right: -11px;
  }

  .copyright .date {
    margin-bottom: 8px;
  }

  .back-top-wrapper {
    margin-top: 40px;
  }

  .back-top-wrapper .content {
    width: 40px;
    font-size: 12px;
  }

  .back-top-wrapper .content img {
    margin-bottom: 16px;
  }
  .main-content .floor-container .floor-title {
    font-size: 7.729vw;
  }
  .follow-us-wrapper .title {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .how-to-use {
    padding-bottom: 56px;
  }
  .how-to-use .description, .floor5-container .description {
    padding-right: 30px;
  }
  .how-to-use p.step {
    font-size: 24px;
  }
  .how-to-use img {
    display: block;
    margin: 16px auto 0;
  }
  /* products list */
  .products-wrapper .products-list li {
    width: 50%;
    padding: 0 6px;
    margin-top: 12px;
  }
  .products-wrapper .products-list {
      margin: 0 -6px;
  }
  .products-wrapper .product-card {
      padding: 30px 10px 32px;
  }
  .products-wrapper .product-card .spu-name {
      font-size: 16px;
  }
  .products-wrapper .product-card .img-box {
      margin-top: 16px;
  }
  .products-wrapper .product-card .series {
      font-size: 12px;
  }
}

/*---分页样式---*/
.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---*/
.layui-tips-success,
.layui-tips-error,
.layui-tips-warning {
  box-shadow: none !important;
  overflow: hidden !important;
  display: table !important;
  min-width: 140px !important;
}

.layui-tips-warning {
  width: auto !important;
}

.layui-tips-success .layui-layer-content i {
  color: #00C325;
}


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

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

.layui-tips-error .layui-layer-content i {
  color: #ea4949;
}

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

.layui-tips-warning .layui-layer-content i {
  color: #E6A23C;
}

.layui-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;
  color: #000;
}


.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;
  width: 100%;
  max-width: 640px;
  padding: 0 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  color: #fff;
  box-sizing: content-box;
}

.welcome-box .logo {
  width: 175px;
  margin: 0 auto 40px auto;
}

.welcome-box .welcome-icon p {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.25;
}

.welcome-box button {
  width: 100%;
  max-width: 200px;
  margin: 40px 10px 0;
}

.welcome-box .btn-border {
  color: #fff;
  border-color: #fff;
}

.accept-cookies {
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  padding: 0 12px;
  z-index: 9999;
  transition: all 0.6s ease;
}

.accept-cookies.add {
  bottom: 0;
}

.accept-cookies .center {
  max-width: 1260px;
  background-color: var(--theme-color);
  border-radius: 30px;
  padding: 32px 40px;
  margin: 20px auto;
  color: #333;
  display: -webkit-flex;
  display: flex;
}

.accept-cookies p {
  width: calc(100% - 158px);
  padding-right: 20px;
}

.accept-cookies .btn-border {
  width: 158px;
  color: #333;
  border-color: #333;
  height: 40px;
}

.accept-cookies .btn-border:hover {
  border-color: #333 !important;
}

.accept-cookies a {
  color: #333;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .accept-cookies .center {
    border-radius: 21px;
    display: block;
    padding: 20px 24px;
  }

  .accept-cookies p {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }

  .accept-cookies .btn-border {
    display: block;
    margin: 16px auto 0;
  }
}

@media (max-width: 767px) {
  .welcome-box {
    top: 40%;
  }
  .welcome-box p {
    font-size: 16px;
  }
  .welcome-box .welcome-icon p {
    font-size: 22px;
    padding: 0 24px;
  }

  .welcome-box .logo {
    width: 120px;
    margin-bottom: 28px;
  }

  .welcome-box button {
    display: block;
    max-width: 160px;
    margin: 20px auto;
  }
}

/* 文字动效 */
.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 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.pic-view:after {
  content: '';
  width: 0;
  display: inline-block;
  padding-top: 100%;
  vertical-align: middle;
}

.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);
  }
}
.round-page {
  border-radius: var(--border-radius);
  background-color: #000;
  position: relative;
}
.inner-pagebox {
  padding: 76px 0 200px;
}
.inner-title {
  font-size: 40px;
  text-align: center;
  max-width: 660px;
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .inner-pagebox {
    padding: 40px 0 80px;
  }

  .inner-title {
    font-size: 6.763vw;
    margin-bottom: 24px;
    padding: 0 30px;
    text-align: left;
  }
}

/*---rich text---*/
.rich-text-page {
  max-width: 900px;
  padding: 80px 0 134px;
  box-sizing: content-box;
  margin: 0 auto;
}

.rich-text-page .inner-title {
  margin-bottom: 20px;
  padding: 0 !important;
  text-align: left;
}

.rich-text-page .rich-text {
  margin-top: 40px;
  padding-top: 40px;
}

.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: 18px !important;
}

.rich-text-page img {
  max-width: 100%;
  margin: 48px 0;
}
.rich-text-page h1,
.rich-text-page h2,
.rich-text-page h3,
.rich-text-page h4,
.rich-text-page h5,
.rich-text-page h6 {
  margin-bottom: 16px;
  color: #fff;
}

.rich-text-page h1 {
  font-size: 26px !important;
}

.rich-text-page h2 {
  font-size: 24px !important;
}

.rich-text-page h3 {
  font-size: 22px !important;
}

.rich-text-page h4 {
  font-size: 20px !important;
}

.rich-text-page h5 {
  font-size: 18px !important;
}

.rich-text-page h6 {
  font-size: 16px !important;
}

@media (max-wdith: 1023px) {
  .rich-text-page .rich-text {
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .rich-text-page {
    padding: 40px 30px 50px;
    font-size: 16px;
  }
  .rich-text-page .inner-title {
    margin-bottom: 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;
  }
  .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;
  }
}
