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

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

html {
  height:auto !important;
}

body {
  font-family: 'Montserrat', sans-serif!important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5!important;
  background-color: #000;
  width: 100%;
  height: 100%;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
:root {
  --theme-color: #983BF2;
  --theme-color-hover: #8128D8;
  --localnav-height: 72px;
}
.overflow-hide {
  overflow: hidden;
}
@media (max-width:768px) {
  body{
    overflow-x: hidden;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
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, textarea {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button{
  display: none;
}

select {
  padding-right: 14px;
}

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

select::-ms-expand {
  display: none;
}
/* h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
} */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
a:hover {
  color: initial;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

.bold {
  font-weight: 500;
}

.show {
  display: block!important
}

.hide {
  display: none!important
}

.table{
  display: table;
}

.title{
  font-size: 28px;
}

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

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

.fixed {
  position: fixed;
}

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

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

.btn {
  color: #fff;
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 24px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background-color: #000;
  transition: all .2s ease;
  /* -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;
}
.btn-border {
  background: #fff;
  color: var(--theme-color);
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
}
.btn-border:hover {
  background: #E8D0FF;
}
.btn-theme {
  background: var(--theme-color);
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  max-width: 220px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.btn-theme:hover {
  background-color: var(--theme-color-hover);
}
/*---main-content---*/
  .main-content{
    margin-bottom: 120px;
  }
  .main-content.home{
    margin:0 !important;
  }
@media (max-width: 767px) {
  .main-content{
    margin-bottom: 100px !important;
  }
  .main-content.homepage{
    margin:0 !important;
  }
}
@media (max-width: 767px) {
  .main-content{
    margin-bottom: 64px !important;
  }
  .main-content.homepage{
    margin:0 !important;
  }
}
.main-content.homepage{
  margin:0
}
  /*---transition---*/

.transition{
  transition: all .36s ease;
}
.transition2{
  transition: all .6s ease;
}
.transition3{transition:all 0.2s ease-out;}

/* 超出不换行 */
.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;
}

.frame-adaption {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 767px) {
  .frame-adaption {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}



/*---分页样式---*/
.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: #000;
}

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

/*---videobox---*/
.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}

.videobox {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.videobox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top:5vh;
  left:4vw;
  z-index: 2;
  overflow-y: hidden;
  max-height: 90vh;
  max-width: 92vw;
}

.videobox .videobox-over {
  transition: all 0.4s;
}

.video-masker {
  background: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.video-close .icon-close {
  cursor: pointer;
  font-size: 2em;
  color: #fff;
}

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


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

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

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

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

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

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

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

.normal-dialog {
  border-radius: 16px !important;
  text-align: center;
  max-width: 90%;
}
.normal-dialog .layui-layer-btn .layui-layer-btn0 {
  border: none;
  background-color: #121212;
  border-radius: 24px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  margin: 0;
}
.normal-dialog .layui-layer-content {
  padding: 40px 40px 32px !important;
}
.normal-dialog .layui-layer-btn {
  padding: 0 20px 40px;
}
.normal-dialog .layui-layer-setwin .layui-layer-ico {
  background-position: unset;
  background: none;
  color: #fff;
  font-size: 20px;
}
.normal-dialog .layui-layer-setwin {
  top: 0;
}
.form-dialog {
  border-radius: 0!important;
}
.form-dialog .layui-layer-content {
  padding: 56px 40px !important;
}
.form-dialog .icon-close {
  display: none!important;
}
.form-dialog .layui-layer-btn {
  background: #F7F7F7;
  padding: 20px 40px!important;
}
.normal-dialog .layui-layer-btn .layui-layer-btn0 {
  border-radius: 0;
}
.result-box i, .result-box p {
  color: rgba(54, 184, 0, 1)
}
.result-error i, .result-error p {
  color: #D50000;
}
.result-box i {
  display: block;
  font-size: 76px;
  margin-bottom: 12px;
}
.result-box p.title {
  font-size: 38px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.result-box p.des {
  font-size: 14px;
  color: #4D4D4D;
}

@media (max-width: 767px) {
  .normal-dialog .layui-layer-content {
    padding: 24px 20px !important;
  }
  .normal-dialog .layui-layer-btn {
    padding: 0 20px 32px;
  }
  .result-box i {
    font-size: 42px;
  }
  .result-box p.title {
    font-size: 28px;
  }
}

.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.95);
}
.agelimit .q-icon {
  width: 90%;
  max-width: 1194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 0.08;
}
.welcome-box {
  position: absolute;
  max-width: 620px;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.welcome-box .logo {
  float: none;
  width: 224px;
  height: 36px;
  margin:0 auto 44px auto;
}
.welcome-icon b {
  font-weight: 700;
}
.welcome-box  p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.welcome-box  p.sure {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.welcome-box .welcome-icon p {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}
.welcome-box .btn{
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  margin-top: 48px;
}
.welcome-box .btn-box {
  margin-top: 48px;
}
.welcome-box .btn-border {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 20px auto 0;
}
.welcome-box a {
  text-decoration: underline;
}
.agelimit-bottom {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  background: rgba(150,58,239,0.9);
  height: 80px;
  z-index: 99999;
  animation-delay:2s;
  -webkit-animation-delay:2s;
  text-align: center;
}

.agelimit-bottom.add {
  bottom: 0;
}
.agelimit-bottom .center {
  font-size: 0;
}
.agelimit-bottom p {
  color:#fff;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 206px);
  font-size: 14px;
}

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

.agelimit-bottom .btn-border {
  display: inline-block;
  width: 174px;
  margin-left: 32px;
}

.agelimit-bottom .center{
  max-width: 1100px;
  margin: 20px auto;
}
.agelimit-bottom .btn-border {
  border: none;
}
@media (max-width: 1024px) {
  .agelimit-bottom .frame-adaption {
    padding-left: 20px!important;
    padding-right: 20px !important;
  }
}
@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%;
  }
  .agelimit-bottom .btn-border {
    display: block;
    width: 156px;
    margin-top:10px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin:16px auto;
  }
}
@media (max-width: 1024px) {
  .agelimit-bottom br.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .welcome-box .welcome-icon p {
    font-size: 20px;
    line-height: 1.2;
  }
  .agelimit-bottom{
    height:auto;
  }
  .agelimit-bottom .icon-close{
    position: absolute;
    right: 0;
    top:0;
  }
}
/*---productdetail---*/
.wapper-container {
  overflow-x: hidden;
}

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

.pic_view {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  display: block;
}

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

/* bottom-communitylink */
.bottom-communitylink{
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 100px;
  height: 100px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(152, 59, 242, 0.50);
  border-radius: 10px;
}
.bottom-communitylink a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/images/web/communitylink.gif) no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
.bottom-communitylink span{
  position: absolute;
  right: 0;
  top: -8px;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #333;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.bottom-communitylink i {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bottom-communitylink{
    right: 4px;
    bottom: 40px;
    width: 18vw;
    height: 22vw;
  }
}

/* bottom-drogue */
/* .bottom-drogue-lists {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99999;
  cursor: pointer;
}
.bottom-drogue{
  position: relative;
  margin-top: 36px;
  box-shadow: 0 0 20px 0 rgba(152, 59, 242, 0.50);
  border-radius: 10px;
}
.bottom-drogue a{
  display: block;
  width: 100px;
  border-radius: 10px;
}
.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: #333;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.bottom-drogue span i {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bottom-drogue-lists {
    bottom: 40px;
  }
  .bottom-drogue {
    margin-top: 20px;
  }
  .bottom-drogue a {
      width: 18vw;
      height: 18vw;
  }
} */
/* back to top */
.back-top-wrapper {
  position: fixed;
  bottom: 20px;
  width: 48px;
  height: 48px;
  right: 42px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.back-top-wrapper:hover .back-top {
  background: var(--theme-color);
}
.back-top-wrapper:hover i {
  color: #fff;
}
.back-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #333;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
  transition: all .2s ease;
}
@media (max-width: 767px) {
  .back-top-wrapper {
    display: none;
  }
}

/*---unsubscribe---*/
.unsubscribe-box {
  background: #fff;
  color: #000;
}
.unsubscribe {
  text-align: center;
  display: table;
  padding-top: 40px;
  padding-bottom: 96px;
  margin: 0 auto;
}

.unsubscribe .title {
  font-size: 36px;
  margin-bottom: 32px;
}

.unsubscribe .des {
  font-size: 14px;
  margin-bottom: 48px;
}
.unsubscribe-iconbox {
  display: table;
  width: 100%;
}
.unsubscribe-iconbox li{
  display: table-cell;
  width: 33.33333%;
  text-align: center;
}

.unsubscribe-iconbox i{
  font-size: 48px;
  color:#121212;
}

.unsubscribe-iconbox p{
  margin-top: 20px;
}

.unsubscribe-select {
  font-size: 18px;
  margin-top: 48px;
}

.unsubscribe-btngroup {
  display: table;
  margin:0 auto;
}

.unsubscribe-btngroup [class^='btn']{
  display: block;
  width: 160px;
  margin-top: 32px;
  float: left;
}
.unsubscribe-btngroup .btn-border {
  border: 1px solid #000;
  color: #000;
}
.unsubscribe-btngroup .btn-border:hover {
  background: #fff;
}
.unsubscribe-btngroup a:first-child {
  margin-right: 20px;
}

@media (max-width:768px) {
  .unsubscribe .title {
    font-size: 24px;
    font-weight: 400;
  }
}

@media (max-width:380px) {
  .unsubscribe-btngroup {
    display: block;
  }
  .unsubscribe-btngroup [class^='btn']{
    width:calc(50% - 10px);
  }
}


