@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: 'Heebo', 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: #713FFF;
  --theme-color-hover: #652EF3;
  --localnav-height: 72px;
}
@media (max-width:1100px) {
  :root {
    --localnav-height: 60px;
  }
}
.overflow-hide {
  overflow: hidden;
}
@media (max-width:768px) {
  body{
    overflow-x: hidden;
  }
}
.displayNone {
  display: none !important;
}
.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;
} */

.banner_list_icons {
  position: relative;
}

.banner_list_icon {
  position: absolute;
  left: 0;
  top: 0;
  position: relative;
  background: url(../../images/web/arrow-down.svg) 100% 50% no-repeat;
}

.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;
}
.marginAuto {
  margin: 0 auto;
}
.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: 400;
  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: 400;
  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;
}
.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: 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: 72px;
  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: 660px;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.welcome-box .logo {
  float: none;
  width: 224px;
  height: 64px;
  margin:0 auto 40px auto;
  background-position: center;
}
.welcome-icon b {
  font-weight: 700;
}
.welcome-box  p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.welcome-box  p.sure {
  font-weight: 600;
  margin-bottom: 24px;
}
.welcome-box .welcome-icon p {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;;
}
.welcome-box .btn{
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  background: rgba(124, 79, 250, 1);
  text-transform: uppercase;
}
.welcome-box .btn:hover {
  background: #652EF3;
}
.welcome-box .btn-box {
  margin-top: 48px;
}
.welcome-box .btn-border {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 20px auto 0;
  color: #7C4FFA;
  text-transform: uppercase;
}
.welcome-box .btn-border:hover {
  background: #DED3FD;
}
.welcome-box a {
  text-decoration: underline;
}
.agelimit-bottom {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #fff;
  padding: 32px 32px 0;
  z-index: 99999;
  width: calc(100% - 80px);
  border-radius: 24px;
  animation-delay:2s;
  -webkit-animation-delay:2s;
  text-align: center;
  max-width: 600px;
  opacity: 0;
}
.agelimit-bottom.add {
  opacity: 1;
}

.agelimit-bottom p {
  color:#333;
  display: block;
  font-size: 14px;
  text-align: left;
}

.agelimit-bottom p a{
  text-decoration: underline;
  color:#333;
}
.agelimit-bottom .center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}

.agelimit-bottom .btn-border {
  display: block;
  width: 160px;
  background: #000;
  color: #fff;
  margin: 24px 0;
}

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

}
@media (max-width: 1024px) {
  .agelimit-bottom br.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .welcome-box .logo {
    height: 36px;
    margin-bottom: 20px;
  }
  .welcome-box p {
    font-size: 16px;
  }
  .welcome-box .welcome-icon p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .agelimit-bottom{
    height:auto;
  }
  .agelimit-bottom {
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .welcome-box .btn-box {
    margin-top: 24px;
  }
  .welcome-box .btn-box button {
    font-size: 14px;
    max-width: 290px;
    line-height: 44px;
    height: 44px;
  }
  .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: var(--theme-color);
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: not-allowed;
  border-radius: 24px;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@media (max-width: 767px) {
  .is-loading {
    height: 40px;
    line-height: 40px;
  }
}

/* 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;
  }
}
/* article */
 /*---text-editbox---*/
.textbox {
  margin: 80px auto 100px auto;
  max-width: 880px;
  color: #fff;
}
.textbox .inner-title{
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
  line-height: 1.225;
  font-size: 40px;
}
.textbox .date {
  text-align: center;
  font-size: 16px;
}
.text-editbox{
  width: 880px;
  max-width: 100%;
  margin: 20px auto 0;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.02);
  padding: 40px 40px 0 40px;
}
.centerbox {
  width: 800px;
  margin:0 auto;
}
.text-editbox img{
  margin: 36px auto;
  display: block;
  max-width:100%;
}
.text-editbox img:first-child{
  margin-top:0;
}
.text-editbox b,.text-editbox h3 {
  margin-top: 32px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  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-editbox video{
  max-width: 100%;
}

.text-editbox p b {
  margin: 0;
  display: inline;
  font-size: 16px;
}
.text-editbox em {
  font-style: italic;
}
.text-editbox ul,
.text-editbox ol {
  padding-left: 20px;
}
.text-editbox li {
  list-style: inherit;
  margin-bottom: 24px;
}
.text-editbox table,
.text-editbox td {
  border: 1px solid rgb(204, 204, 204);
}
.text-editbox td {
  padding-left: 16px;
}
@media (max-width: 1023px) {
  .textbox .inner-title {
      font-size: 36px;
  }
  .textbox {
      margin: 48px auto 40px auto;
  }
  .text-editbox {
      margin-top: 48px;
  }
}
@media (max-width:767px) {

  .textbox {
      margin: 32px auto 20px auto;
  }
  .textbox .inner-title{
      margin-bottom: 4px;
      font-size: 26px;
  }
  .text-editbox {
      padding: 0;
      margin-top: 32px;

  }

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

@media (max-width:420px) {
  .text-editbox img {
      max-width: 400px;
      width: 100%;
  }
}
/*---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 a:first-child {
  margin-right: 20px;
}

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

/* subscribe layer */
.subscribeLayer{
  width: 420px;
  position: fixed;
  z-index: 9998;
  left:16px;
  bottom:-500px;
  background: #fff;
  padding: 40px 32px 0 32px;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.1);
  border-radius: 12px;
  color: #000;
  text-align: center;
  overflow: hidden;
}
.subscribeLayer.up{
  bottom:16px;
}
.subscribeLayer .icon-close{
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right:12px;
  top:12px;
  font-size: 14px;
  color:#999;
}
.subscribeLayer .subscribeLayer-title{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}
.subscribeLayer .subscribeLayer-title span {
  /* background: linear-gradient(136deg, #FF5EA7 0%, #C85AFF 60%, #5A74FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: var(--theme-color);
}
.subscribeLayer .subscribeLayer-des{
  font-size: 15px;
  margin-bottom:20px;
}
.subscribeLayer .input-group {
  height: 40px;
  line-height: 40px;
  margin-bottom:20px;
}
.subscribeLayer .input-group input {
  float: left;
  height: 100%;
  width: calc(100% - 54px);
  border: 1px solid #CCCCCC;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  padding-left: 10px;
}
.subscribeLayer .input-group button {
  width: 54px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  background: #000000;
  color: #fff;
  font-size: 18px;
  float: left;
  position: relative;
}
.subscribeLayer .subscribeLayer-welcome{
  width: 100%;
  margin-bottom:-50px
}
.subscribeLayer label{
  text-align: left;
  display: block;
}
.subscribeLayer .subscribeLayer-success{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.subscribeLayer .icon-check{
  font-size:40px;
  color:#36B800;
  margin-bottom:20px;
  display: block;
}
.subscribeLayer .exposubscribe-success-des {
  color:#36B800;
  font-size: 18px;
  font-weight: 500;
  margin-bottom:20px;
}
.subscribeLayer .btn{
  width: 120px;
}
@media (max-width: 767px) {
  .subscribeLayer{
    left:32px;
    right:32px;
    width: auto;
  }
  .subscribeLayer .subscribeLayer-title{
    font-size: 24px;
  }
}

