/*!****************************************************************************************************************!*\
  !*** 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: "Roboto", serif!important;
}

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

html {
  height:auto !important;
}

body {
  font-family: "Roboto", serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #222!important;
  -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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0
}

li {
  list-style: none
}

a {
  color: #222;
  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;
}



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

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

.fixed {
  position: fixed;
}

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

.error-tips {
  color: #FA3333;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
label.error-tips {
  margin-top:6px;
  display: block;
}
textarea ~ label.error-tips {
  top: 96px;
}
:root {
  --theme-color: #000;
  --color-primary: #000;
  --color-secondary: #1F1F21;
  --color-regular: #222;
  --color-placeholder: #87878B;
  --padding-gap: 40px;
}

.btn {
  min-width: 172px;
  height: 48px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background-color: var(--theme-color);
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
.btn:hover {
  background-color: #2A2A2A;
  color: #fff;
}

.btn-border {
  min-width: 180px;
  height: 48px;
  line-height: 1;
  border-radius: 24px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 1px solid #B4B4B4;
  color: #000;
  border-radius: 24px;
  display: inline-block;
  font-weight: 400;
  background-color: transparent;
  transition: all .1s ease;
}
@media (min-width: 1200px) {
  .btn-border:hover {
    background-color: #000!important;
    color: #fff!important;
    border-color: #000 !important;
  }
}
.main-title {
  font-size: 3.3333vw;
  font-weight: 700;
  line-height: 1.125;
}
.title {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2;
  
}
.description {
  font-size: 18px;
  line-height: 1.33;
}
.wrapper {
  max-width: 73.9%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media (max-width: 1400px) {
  .wrapper {
      max-width: 80%;
  }
}
@media (max-width: 1200px) {
  .main-title {
    font-size: 3.32vw;
  }
  .title {
    font-size: 3.125vw;
  }
  .wrapper {
    max-width: 100%;
    padding: 0 var(--padding-gap);
    box-sizing: border-box;
  }
  .description {
    font-size: 16px;
  }
}
@media (max-width: 828px) {
  .btn, .btn-border {
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0 24px;
    min-width: initial;
  }
  .main-title {
    font-size: 6.7633vw;
  }
  .title {
    font-size: 5.7971vw;
  }
  .description {
    font-size: 3.8647vw;
  }
}

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

 /* 改变所有输入框的 placeholder 颜色和大小 */
 input::placeholder,
 input::-webkit-input-placeholder,
 input:-ms-input-placeholder,
 input::-moz-placeholder {
  color: var(--color-placeholder);
}

/* 超出不换行 */
.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: 70px;
  background: #000;
  color:#fff;
  position: relative;
  z-index: 1111;
}
.header-top .top-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.header-top .warning {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}
.header-wrapper {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 999;
}
.public-header {
  padding: 0 40px;
  padding-top: 34px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* transition: transform 0.5s; */
}
.public-header.wrapper {
  max-width: 100%;
}
.public-header .logo-box {
  position: relative;
  z-index: 99;
  width: 60px;
  overflow: hidden;
}
.public-header .logo-box .logo {
  position: absolute;
  left: 0;
  font-size: 45px;
  pointer-events: all;
  /* transform-origin: 0 ; */
  /* clip-path: inset(0%);
  transition: all .4s cubic-bezier(.77,0,.175,1); */

}
.public-header .logo-box .icon-tacja {
  font-size: 42px;
}
.public-header .logo-box a,
.public-header .logo-box a:hover {
  color: #000;
}
.public-header .logo-box .mobile-tools {
  display: none;
}
.public-header .header-content {
  pointer-events: all;
  /* padding: 0 80px; */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  
}
.public-header.slide-up {
  /* height: 0; */
  position: relative;
  z-index: 9;
}
.public-header .header-nav li  {
  overflow: hidden;
}
.public-header .header-nav li a {
  display: inline-block;
}
.public-header .logo-box .logo,
.public-header .logo-box .mobile-tools,
.public-header .header-nav li a {
  opacity: 1;
  transform: translateY(0);
  transition: transform .4s cubic-bezier(.47,0,.745,.715), opacity .4s cubic-bezier(.47,0,.745,.715);
  /* transition: all .4s cubic-bezier(.77,0,.175,1); */
}

.public-header.slide-up .logo, .public-header.slide-up .mobile-tools, .public-header.slide-up .header-nav li a {
  opacity: 0;
  transform: translateY(-100%);
}

/* .public-header.slide-up .header-nav li {
  opacity: 0;
} */
 
.public-header .header-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.public-header .header-nav li {
  padding: 0 0 0 40px;
  text-align: right;
  /* clip-path: inset(0% 0% 0% 0%)!important;
  transition: all .5s cubic-bezier(.77,0,.175,1); */
}
.public-header .header-nav li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.public-header .header-nav li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
.showlanguagebox {
  position: relative;
  height: 40px;
  padding-left: 48px;
}
.language_a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
.showlanguagebox .icon-language {
  color: #333;
  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-banner-frame.skiptranslate {display: none !important;}


/* footer */
.footer {
  background: #F5F5F7;
  color: #222;
  text-align: left;
  padding: 6.25vw 0 5.4688vw;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.footer .subscribe {
  position: relative;
  max-width: 600px;
}
.footer .desc {
  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 #1F1F21;
  border-right: 0;
  border-radius: 0;
}
.footer .input-group button {
  width: 180px;
  height: 50px;
  background-color: #1F1F21;
  line-height: 50px;
  color: #fff;
}
.footer-nav {
  margin: 3.125vw 0 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.footer-nav .footer-nav-list li {
  margin-right: 4vw;
}
.footer-nav a {
  color: #222;
  font-weight: 500;
}
.footer-nav a:hover {
  color: #222;
  text-decoration: underline;
}
.footer .footer-bottom {
  padding-top: 30px;
  border-top: 2px solid #1F1F21;
}
.footer .footer-bottom p {
  max-width: 960px;
}
.copyright {
  margin-bottom: 30px;
}
.copyright ul {
  display: inline-block;
  vertical-align: middle;
}
.copyright ul li {
  float: left;
  margin-right: 32px;
  position: relative;
}
.copyright a:hover {
  color: #222;
}
.footer-bottom .bottom-des {
  display: flex;
  gap: 40px;
}
.footer-bottom .copyright li:first-child:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #707070;
}
.footer-bottom .copyright li:first-child:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #707070;
}
.footer-bottom .copyright li:nth-child(2):after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #707070;
}
.copyright .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.back-top-wrapper {
  margin-top: 3.125vw;
  font-size: 14px;
}
.back-top-wrapper .content {
  width: 84px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.back-top-wrapper .content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.top-nav-bg {
  position: absolute;
  z-index: 0;
  background: #000;
  top: 0;
  height: 100vh;
  right: 0;
  left: 0;
  transform: translateY(-100%);
}


@media (max-width: 1200px) {
  :root {
    --padding-gap: 4.8309vw;
  }
  .public-header .header-nav li a:hover {
    color: #fff;
  }
  .public-header.openmenu .top-nav-bg {
    transform: translateY(0);
  }
  .public-header.openmenu .logo-box, .public-header.openmenu .logo-box .logo {
    color: #fff;
  }
  .header-top {
    height: 60px;
  }
  
  .public-header {
    pointer-events: initial;
    padding: 0;
    height: 56px;
  }
  .public-header .logo-box  {
    padding: 0 var(--padding-gap);
  }
  .public-header .logo-box .logo {
    margin-top: 16px;
  }
  .public-header .logo-box .logo i {
    display: block;
  }
  .public-header .logo-box {
    width: 100%;
  }
  .header-content .showlanguagebox,
  .public-header .header-content .go-store {
    display: none;
  }
  .public-header .logo-box .mobile-tools {
    display: block;
    position: absolute;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .public-header .header-nav li a {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(.47,0,.745,.715), opacity .4s cubic-bezier(.47,0,.745,.715);
  }
  .public-header.openmenu .header-nav li a {
    transform: translateY(0);
    opacity: 1;
  }
  .public-header .logo-box .mobile-tools i {
    display: block;
  }
  .public-header .logo-box .mobile-tools.right {
    right: calc(var(--padding-gap) - 1.9324vw);
  }
  .public-header .logo-box .logo {
    left: var(--padding-gap);
  }
  .public-header .toggle-menu.spread .icon-menu:before {
    content: "\e915";
  }
  .public-header .logo-box .showlanguagebox {
    padding: 10px;
  }
  .public-header .header-content {
    position: fixed;
    top: 56px;
    width: 100%;
    height: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.85); */
    backdrop-filter: blur(6px);
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  .public-header .header-nav li {
    padding: 0 var(--padding-gap);
    text-align: left;
  }
  .public-header .header-content a {
    color: #fff;
  }
  .public-header .header-nav ul {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  .public-header .header-nav li a {
    display: block;
    padding: 8px 0;
    font-size: 6.7633vw;
    line-height: 1.71;
  }

  .header-top {
    height: 60px;
  }
  .header-top .warning {
    font-size: 20px;
  }
  
  .public-header .logo-box .logo {
    font-size: 36px;
  }
  .footer {
    padding: 80px 0 65px;
  }
  .footer .title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .back-top-wrapper {
    margin-top: 80px;
  }
  .btn, .btn-border {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 828px) {
  .header-top .warning {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer-nav {
    display: block;
  }
  .footer {
    padding: 40px 0 45px;
  }
  .footer .desc {
    font-size: 16px;
    margin-bottom: 4.8309vw;
  }
  .footer .input-group button {
    width: 94px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .footer-bottom .bottom-des {
    flex-direction: column;
    gap: 16px;
  }
   /* 改变所有输入框的 placeholder 颜色和大小 */
   input::placeholder,
   input::-webkit-input-placeholder,
   input:-ms-input-placeholder,
   input::-moz-placeholder {
    font-size: 3.8647vw;
  }
  .footer .input-group input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 94px);
  }
  .footer-nav {
    margin: 30px 0;
  }
  .footer-nav>ul {
    display: block;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer .footer-bottom {
    padding-top: 30px;
    font-size: 14px;
  }
  .copyright .date {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .copyright ul li {
    margin-right: 24px;
  }
  .back-top-wrapper {
    margin-top: 30px;
  }
  .back-top-wrapper .content {
    width: 64px;
    font-size: 12px;
  }
  .back-top-wrapper .content img {
    margin-bottom: 16px;
  }
  .footer-bottom .copyright li:first-child:after {
    right: -13px;
  }
}



/*---分页样式---*/
.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-radius: 3px !important;
  overflow: hidden !important;
  display: table !important;
  min-width: 140px !important;
  background: transparent !important;
}
.kizoku-tips-warning{
  border: 1px solid #FFDEAF;
  width: auto !important;
}

.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-success .layui-layer-content .layui-layer-ico1 {
  font-size: 24px;
  color:#00AE22;
}

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

.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;
  background: #000;
  color:#fff;
  font-size:16px !important;
  border-radius: 10px
}


.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(255,255,255,0.95);
  backdrop-filter: blur(6px);
}
.welcome-box {
  position: absolute;
  width: 100%;
  max-width: 640px;
  padding: 0 30px;
  left: 50%;
  top: 42%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  font-size: 16px;
  color: #222;
  box-sizing: content-box;
}

.welcome-box .logo {
  width: 45px;
  margin: 0 auto 40px auto;
}
.welcome-box .welcome-icon p {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.welcome-box button {
  width: 100%;
  max-width: 180px;
  margin: 40px 10px 0;
}

.accept-cookies {
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  padding: 0 40px;
  z-index: 9999;
  transition: all 0.6s ease;
}
.accept-cookies.add {
  bottom: 0;
}
.accept-cookies .center {
  max-width: 1400px;
  background-color: #fff;
  border: 1px solid #1F1F21;
  border-radius: 24px;
  padding: 30px;
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
}
.accept-cookies p {
  /* width: calc(100% - 158px); */
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
}
.accept-cookies .btn {
  min-width: 146px;
  font-size: 14px;
  height: 36px;
  color: #fff;
  background: #000;
}
.accept-cookies a {
  color: #222;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .welcome-box .btn:hover {
    background-color: #2A2A2A;
  }
}

/* bottom-drogue */
.bottom-drogue-lists {
  position: fixed;
  right: 20px;
  bottom: 160px;
  z-index: 9997;
  cursor: pointer;
}

.bottom-drogue {
  position: relative;
  margin-top: 36px;
}

.bottom-drogue a {
  display: block;
  width: 100px;
  border-radius: 16px;
}

.bottom-drogue img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.bottom-drogue span {
  position: absolute;
  right: 0;
  top: -8px;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #000;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .bottom-drogue-lists {
    bottom: 100px;
    right: 16px;
    width: 18vw;
  }

  .bottom-drogue {
    margin-top: 20px;
  }

  .bottom-drogue a {
    width: 18vw;
    height: 18vw;
  }
}
@media (max-width: 767px) {
  .welcome-box {
    top: 38%;
    font-size: 3.3816vw;
    max-width: 100%;
  }
  .accept-cookies {
    padding: 0 12px;
  }
  .accept-cookies .center {
    display: block;
    margin: 12px auto;
    /* padding: 7.2464vw 5.7971vw; */
    padding: 30px 24px;
  }
  .accept-cookies p {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 3.3816vw;
  }
  .accept-cookies .btn {
    display: block;
    width: 100%;
    max-width: 38.6473vw;
    /* margin: 7.2464vw auto 0; */
    margin: 30px auto  0;
    font-size: 3.3816vw;
  }
  .welcome-box .welcome-icon p {
    font-size: 4.83vw;
    margin-bottom: 3.8647vw;
  }
  .agelimit .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.4154vw;
  }
  .welcome-box .logo {
    width: 10.8697vw;
    margin-bottom: 6.7633vw;
  }
  .welcome-box button {
    margin: 4.8309vw 0 0;
    max-width: 38.6473vw;
  }
  .accept-cookies {
    bottom: -440px;
  }
}

/* 文字动效 */
.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);
  }
}

.inner-pagebox {
  margin: 160px auto 240px;
}
.inner-title {
  font-size: 2.5vw;
  line-height:1.2;  
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .inner-pagebox{
    margin-top: 104px;
  }
}
@media (max-width: 828px) {
  .inner-pagebox{
    margin: 80px 0;
    padding: 0 20px;
  }
  .inner-title{
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}

/*---rich text---*/
.rich-text-page {
  max-width: 900px;
  padding: 160px 40px 240px;
  box-sizing: content-box;
  margin: 0 auto;
  font-weight: 600;
}

.rich-text-page .inner-title {
  margin-bottom: 30px;
  padding: 0 !important;
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}
.rich-text-page .date{
  font-size:18px;
}
.rich-text-page .rich-text {
  margin-top:60px;
}

.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;
  line-height: 1.5;
  color:#666;
}

.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: 20px 0;
  font-weight:700;
}

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

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

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

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

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

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


@media (max-width: 1200px) {
  .rich-text-page {
    padding: 80px 20px 120px;
  }
  .rich-text-page .date{
    font-size: 16px;
  }
  .rich-text-page .rich-text {
    margin-top: 20px;
    padding-top: 20px;
  }

  .rich-text-page h1 {
    font-size: 28px !important;
    margin-bottom: 16px;
  }
  .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:16px 0;
  }
  .rich-text-page h2 {
    font-size: 20px !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: 15px !important;
  }
}
