*{transition:0.2s;}
@font-face {
  font-family:'Manjari';
  font-style: NORMAL;
  font-weight: light;
  src:url('./font/Manjari-Thin.ttf') format('truetype');
}
@font-face {
  font-family:'Manjari';
  font-style: NORMAL;
  font-weight: normal;
  src:url('./font/Manjari-Regular.ttf') format('truetype');
}
@font-face {
  font-family:'Manjari';
  font-style: NORMAL;
  font-weight: bold;
  src:url('./font/Manjari-Bold.ttf') format('truetype');
}
@font-face {
  font-family:'Nunito';
  font-style: NORMAL;
  font-weight: light;
  src:url('./font/static/Nunito-Light.ttf') format('truetype');
}
@font-face {
  font-family:'Nunito';
  font-style: NORMAL;
  font-weight: normal;
  src:url('./font/static/Nunito-Regular.ttf') format('truetype');
}
@font-face {
  font-family:'Nunito';
  font-style: NORMAL;
  font-weight: bold;
  src:url('./font/static/Nunito-Bold.ttf') format('truetype');
}
body{
  font-family:'Maven Pro','Nunito','Manjari';
  font-weight:normal;
}
.global-button-loading {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  text-indent: -999px;
}

.global-button-loading:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  animation: spin 1s infinite linear;
}

.global-button-loading2 {
  text-indent: -999px;
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.global-button-loading2:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #000;
  border-top-color: transparent;
  animation: spin 1s infinite linear;
}

.global-button-loading3 {
  text-indent: -999px;
}

.global-button-loading3 .jtimg {
  opacity: 0;
  ;
}


.global-button-loading3:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  animation: spin 1s infinite linear;
}

/*è½¬åœˆåœˆ*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.formoner input:-webkit-autofill,
.formoner textarea:-webkit-autofill,
.formoner select:-webkit-autofill {
  -webkit-text-fill-color: #ededed !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul {
  padding: 0px;
  margin: 0px;
}

/* banner */
.banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index:1;
}
.banner.between{
  justify-content: space-between;
}
.banner.bg-black{
  background:#0c0c0c;
}
.banner img{
  width:100%;
}
.banner .content{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner.bg-black .content{
  color:#fff;
}
.banner.text-center{
  text-align:center;
}

.banner .bannerc {
  margin:auto;
  text-align:center;
  width:700px;
  background:#00000080;
  padding:70px 0px;
}

.banner .bannerc1 {
  width: 100%;
  font-weight: 700;
  font-size: 50px;
  line-height:1.2;
}
.banner .bannerc1.mini {
  font-size: 32px;
}


.banner .bannerc2 {
  width: 100%;
  font-weight:400;
  margin-top:20px;
}

.banner .bannerc3 {
  width: 100%;
  margin-top:30px;
}

.banner .bannerc3 a {
  font-style: normal;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  flex-grow: 0;
  background: #000;
  border-radius: 25px;
  display:inline-block;
  width: 160px;
  height: 50px;
  line-height:50px;
  margin:auto;
  font-weight: 400;
  transition: all 0.3s ease;
}

.banner .bannerc3 a:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.banner.bg-black .bannerc3 a {
  color: #000;
  background: #fff;
}

.banner.bg-black .bannerc3 a:hover {
  background-color:#fff;
  color:#000;
}

.bg-white{
  background: #fff;
  color:#000!important;
}
.breadcrumb-box{
  width:1140px;
  margin:auto;
  padding:24px;
  color:#0006;
}
.breadcrumb-box a{color:#0006;}
@media screen and (max-width: 992px) {
  .breadcrumb-box{
    max-width:960px;
  }
}

.get-blindbox{position: relative;}
.get-blindbox .content-box{width:75%;}
.get-blindbox .get-blindbox-bg{display:none;position:absolute;top:0;z-index:1;width:100%;height:100%;}
@media screen and (max-width: 768px) {
  .breadcrumb-box{
    max-width:100%;
  }
  .breadcrumb-box .dropdown{display:none;}
  
  .get-blindbox .content-box{width:100%;}
  .get-blindbox .blindbox-img{padding-bottom:80px;padding-top:10px;}
  .get-blindbox .get-blindbox-bg{display:block;}
  .get-blindbox .get-blindbox-bg svg{position:absolute;}
  .get-blindbox .get-blindbox-bg svg:nth-child(1){top:43%;left:0;}
  .get-blindbox .get-blindbox-bg svg:nth-child(2){top:5%;right:0;}
  .get-blindbox .get-blindbox-bg svg:nth-child(3){bottom:1%;right:0;}
  .get-blindbox .get-blindbox-bg svg:nth-child(4){bottom:0;left:0;}
  .w-50{
    width:100%!important;
  }
  .banner{
    display: block;
  }
  .banner.reversal{
    display:flex;
    flex-direction: column-reverse;
  }
  .banner .content{
    position: relative;
    padding:40px 0;
  }
  .banner .content.absolute{
    position:absolute;
  }
  .banner .bannerc {
    padding:50px 0px;
    width:80%;
  }

  .banner .bannerc1 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner .bannerc2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }

  .banner .bannerc3 button {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    height: 40px;
  }
  .banner .bannerc3 a {
    font-size: 16px;
    line-height: 3;
    width: 100%;
    height:auto;
  }
}

/* banner end */
/* ea_h */
#ea_h {
  width: 100%;
  position: relative;
}


.ea_hc2 {
  background: none !important;
  min-height: auto !important;
}

@media screen and (max-width: 768px) {
  .ea_hc {
    background: url(img/DSC03337.png) no-repeat;
    background-size: auto, cover;
    background-blend-mode: normal;
    background-position: top center;
    min-height: 600px;
  }
}

/* titleMsg */
.titleMsg a {
  width: 100%;
  height: 37px;
  /*background: linear-gradient(90.14deg, #190429 -0.11%, #010528 97.88%);*/
  background: #000;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  /*color: rgb(236, 236, 237);*/
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .titleMsg a {
    height: auto;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* titleMsg end */
/* nav */
.nav {
  width: 100%;
  box-sizing: border-box;
  height: 62px;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index:20;
}

.navc {
  width: 100%;
  background:#fff;

  /* Note: backdrop-filter has minimal browser support */
  height: 100%;
  padding: 12px 0px;
}
.w-50{
  width:50%;
}
@media screen and (max-width: 768px) {
  .w-50{
    width:100%!important;
  }
  .nav {
    height: auto;
  }

  .navc {
    padding: 5px 15px;
  }
}

/* nav end */
/* modeil */
.modeil {
  display: none;
}

@media screen and (max-width: 768px) {
  .modeil {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .modeilDHQh,.modeilCart{
    width: 40px;
    height: 40px;
  }

  .modeilDHQhsvg,
  .modeilCartsvg {
    padding: 6px;
    letter-spacing: 1px;
  }

  .modeilLogo {
    padding:0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
  }

  .modeilLogo h3 {
    font-size: 12px;
    letter-spacing: 4px;
    color: rgb(236, 236, 237);
    font-weight: 700;
  }
}

/* modeil end */
/* navigation */
.navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease-in-out;
    padding-top: 72px;
    z-index: 10002;
    font-size: 16px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    display: block;
    transform: translateX(-249vw);
  }

  .navigationcur {
    transform: translateX(0);
  }

  .navigationClose {
    width: 40px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .navigationC {
    width: 100%;
    padding: 0px 24px;
  }

  .navigationCul,
  .menuitem {
    width: 100%;
    list-style: none;
  }

  .menuitema {
    font-size: 18px;
    color: #737373;
    font-weight: 400;
    padding: 25px 0px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
  }

  .navigationAccount {
    width: 100%;
    font-weight: 400;
    color: rgb(27, 27, 27);
    text-align: center;
    font-size: 16px;
    padding: 6px 0px 8px 0px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(185, 185, 185, 0.5);
    text-transform: uppercase;
  }

  .menuitema>span {
    display: inline-block;
    position: relative;
  }

  .menuitemcur .menuitema>span:before {
    display: block;
    content: "";
    margin-right: 0.5em;
    height: 2px;
    width: 0.5em;
    background-color: rgb(119, 119, 119);
    position: absolute;
    right: 100%;
    top: 50%;
  }

  .menuitemcur .menuitema {
    color: black;
    font-weight: 700;
  }

  .navigationSs {
    width: 100%;
    position: relative;
    display: none !important;
  }

  .navigationSs input {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px;
    outline: none !important;
    border: 0px !important;
    color: rgb(115, 115, 115);
    font-weight: 400;
    background-color: rgb(245, 245, 245) !important;
  }

  .navigationSs input:focus {
    border: 0px;
    background-color: rgb(245, 245, 245);
  }

  .IconSearch {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    font-size: 16px;
    color: rgb(27, 27, 27);
  }
}

/* navigation end */

/* ContainerNav */
.ContainerNav {
  width: 100%;
  padding: 0px 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ContainerNav .dropdown{
  margin:0 30px;
  line-height:40px;
}
.ContainerNav .nav-item{
  margin-right:30px;
  line-height:40px;
  color: #000;
  text-decoration:none!important;
}
.ContainerNavLogo {
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgb(236, 236, 237);
}

.ContainerNavLogo a {
  display:block;
}

.ContainerNavul {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}

.ContainerNavli {
  padding:0 40px;
  height: 24px;
  list-style: none;
}

.ContainerNavlia {
  outline: none;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: rgb(236, 236, 237);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 
.ContainerNavlia::before {
  display: block;
  margin-right: 0.5em;
  width: 0.5em;
  content: "";
  background-color: rgb(236, 236, 237);
  height: 1px;
  opacity: 0;
  transform: translateY(-50%);
} */

.ContainerNavlia:hover {
  color: rgb(236, 236, 237);
  opacity: 0.5;
  text-decoration: none;
}

.ContainerNavlicur .ContainerNavlia::before {
  opacity: 1;
  height: 2px;
}

.ContainerNavR {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  gap:0 15px;
  margin-left:30px;
}
.ContainerNavMe {
  width: 40px;
  height: 40px;
  position: relative;
}

.ContainerNavSsicon {
  width: 40px;
  height: 40px;
  color: #000;
  padding: 5px;
}

/* .ContainerNavMe:hover .ContainerNavSsicon {
  opacity: 0.5;
  color: rgb(236, 236, 237);
} */

.NavMeUl {
  width: 240px;
  z-index: 1003;
  box-shadow: 0 3px 6px 3px rgb(0 0 0 / 24%);
  border-radius: 4px;
  position: absolute;
  background-color: rgb(4, 13, 27);
  letter-spacing: normal;
  text-transform: none;
  padding: 16px;
  position: absolute;
  right: 0px;
  top: initial;
  display: none;
}

.NavMeUlli {
  width: 100%;
  list-style: none;
  padding: 0px 8px 16px 8px;
}

.NavMeUllia {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: rgb(236, 236, 237);
  overflow-wrap: break-word;
  background-color: transparent;
  line-height: 22px;
  display:block;
}

.NavMeUllixt {
  border-bottom: 1px solid rgb(16, 35, 61);
  margin-bottom: 16px;
}

.NavMeUlliBk {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.NavMeUlli:hover .NavMeUllia {
  opacity: 0.5;
  color: rgb(236, 236, 237);
  text-decoration: none;
}

.NavSs {
  flex:1;
  height: 40px;
  background: #F0F0F0;
  border-radius:20px;
  border:none;
  padding: 0px 8px;
  overflow: hidden;
}

.NavSsL {
  width: 40px;
  height: 40px;
  padding: 6px;
  color: rgb(27, 27, 27);
  opacity:0.4;
  float: left;
}

.NavSsFrom {
  width: calc(100% - 80px);
  height: 40px;
  float: left;
}

.NavSsInput {
  width: 100%;
  font-size: 18px;
  border: 0px;
  height: 40px;
  line-height: 40px;
  outline: none;
  background:transparent;
  padding: 0px;
  box-shadow: none;
  color: rgb(115, 115, 115);
  overflow: hidden;
  font-weight: 400;
}
.NavSsInput::placeholder{
  font-weight:lighter;
  font-size:16px;
}

.NavSsR {
  width: 40px;
  height: 40px;
  padding: 8px;
  color: rgb(115, 115, 115);
  float: left;
}

.NavSsR:hover {
  color: rgb(171, 178, 178);
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .ContainerNav {
    display: none;
  }
}

/* ContainerNav end */

/* ea_h end */

/* main */
.main {
  width: 100%;
  overflow: hidden;
}

/* 输入框input公共样式 */
.inputLi {
  width: calc(100% - 185px);
  position: relative;
  height: 100%;
}
.bold{font-weight:bold!important;}
.inputLiLabel {
  width: 100%;
  position: absolute;
  color: rgb(255, 255, 255);
  left: 0;
  pointer-events: none;
  transition: all 0.15s ease 0s;
  font-weight: 400;
  text-transform: none;
}

.inputLi .inputLiLabel {
  top: 28%;
  font-size: 18px;
}

.inputLiCur .inputLiLabel {
  top: 5px;
  font-size: 12px;
}

.inputLi:hover .inputLiSR,
.inputLiCur .inputLiSR {
  /* background-color: rgb(10, 25, 45); */
}

.inputLiInput {
  width: 100%;
  height: 56px;
  background: none;
  border: 0px;
  border-bottom: 1px solid rgb(236, 236, 237);
  outline: none;
  padding-top: 23px;
  color: rgb(251, 251, 251);
  font-size: 18px;
  padding-bottom: 8px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.inputLiP {
  width: 100%;
  position: absolute;
  left: 0px;
  font-size: 18px;
  color: rgb(255, 12, 12);
  bottom: -35px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  display: none;
}

.Subscribejy small {
  width: 100%;
  position: absolute;
  left: 0px;
  font-size: 18px;
  color: rgb(255, 12, 12);
  bottom: -35px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.inputLitextarea {
  width: 100%;
  padding: 8px;
  line-height: 1.75;
  border: 0px;
  border-bottom: 0.04rem solid rgb(115, 115, 115);
  outline: none;
  font-size: 18px;
  font-weight: 400;
  height: inherit;
  color: rgb(21, 21, 21);
}

/* 设置textarea框提示内容的样式 */
textarea::-webkit-input-placeholder {
  color: rgb(21, 21, 21);
}

/*webkit 内核浏览器*/
textarea::-moz-placeholder {
  color: rgb(21, 21, 21);
}

/*Mozilla Firefox 19+*/
textarea:-moz-placeholder {
  color: rgb(21, 21, 21);
}

/*Mozilla Firefox 4 to 18*/
textarea:-ms-input-placeholder {
  color: rgb(21, 21, 21);
}


#SubscribeForm .inputLi:hover #SubscribeForm .inputLiSR,
#SubscribeForm .inputLiCur .inputLiSR {
  /* background-color: rgb(10, 25, 45); */
}

@media screen and (max-width: 768px) {
  .inputLi {
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 25px;
  }

  .inputLiLabel {
    width: 100%;
    transition: all 0.15s ease 0s;
  }

  .inputLi .inputLiLabel {
    top: 30%;
    font-size: 16px;
  }

  .inputLiCur .inputLiLabel {
    top: 5px;
    font-size: 12px;
  }

  .inputLi:hover .inputLiSR,
  .inputLiCur .inputLiSR {
    background-color: rgb(10, 25, 45);
  }

  #SubscribeForm .inputLi:hover .inputLiSR,
  #SubscribeForm .inputLiCur .inputLiSR {
    background: none;
  }

  .inputLiInput {
    font-size: 16px;
  }

  .inputLiP {
    width: 100%;
    position: relative;
    left: inherit;
    font-size: 16px;
    color: rgb(255, 12, 12);
    bottom: inherit;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    display: none;
  }

  .Subscribejy small {
    width: 100%;
    position: relative;
    left: inherit;
    font-size: 16px;
    color: rgb(255, 12, 12);
    bottom: inherit;
    padding: 0px;
    margin: 5px 0px 0px 0px;
  }

  .inputLitextarea {
    width: 100%;
    padding: 8px;
    line-height: 1.75;
    border: 0px;
    border-bottom: 0.04rem solid rgb(115, 115, 115);
    outline: none;
    font-size: 16px;
    font-weight: 100;
    height: inherit;
    color: rgb(21, 21, 21);
  }
}

/* 输入框input公共样式 end*/
/* main end*/

/* ea_d */
#ea_d {
  width: 100%;
}

/* regemail */
.regemail {
  width: 100%;
  padding: 72px 0px;
  background:#000;
}

.regemailc {
  width: 1170px;
  position: relative;
  margin: 0px auto;
  height: 135px;
}

.regemailcbd {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 56px;
}

.regemailcl {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(236, 236, 237);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.regemailcFrom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.regemailcFrom button {
  width: 160px;
  height: 56px;
  font-size: 18px;
  text-shadow: none;
  border-radius: 48px;
  border: 2px solid rgb(236, 236, 237);
  background: none;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  font-weight: 400;
  color: rgb(236, 236, 237);
  overflow-wrap: break-word;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.regemailcFrom button:hover {
  background: #fff;
  color: #000000;
}

.regemailcwz {
  width: 100%;
  font-size: 14px;
  padding: 40px 0px 0px 0px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  color: rgb(236, 236, 237);
}

@media screen and (max-width: 768px) {
  .regemail {
    width: 100%;
    padding: 40px 25px;
    background-color: rgb(4, 13, 27);
    overflow: hidden;
  }

  .regemailc {
    width: 100%;
    height: auto;
  }

  .regemailcbd {
    width: 100%;
    display: inherit;
    flex-direction: inherit;
    height: auto;
  }

  .regemailcl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .regemailcFrom {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
  }

  .regemailcFrom button {
    width: 100%;
    height: 56px;
    font-size: 16px;
    overflow-wrap: break-word;
    color: #fff;
  }

  .regemailcwz {
    font-size: 12px;
  }
}

/* regemail end */

/* contactus */
.contactuscL2 {
  width: 100%;
}

.contactuscL2From {
  width: 100%;
}

.contactuscL2From button {
  width: 100%;
  font-size: 18px;
  text-shadow: none;
  padding: 8px 40px;
  min-height: 56px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  color: rgb(27, 27, 27);
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50px;
  background: none;
  position: relative;
  overflow: hidden;
}

.contactuscL2From button:hover {
  background: #000;
  color: #fff;
}

.contactuscL2From .inputLi {
  width: 100%;
  min-height: 55px;
  padding: 0px 0px 35px 0px;
  height: initial;
  margin-bottom: 0px;
  position: relative;
}

.contactuscL2From .inputLi:hover .inputLiSR,
.contactuscL2From .inputLiCur .inputLiSR {
  background-color: rgb(246, 246, 246);
}

.contactuscL2From .inputLiLabel {
  color: rgb(21, 21, 21);
  top: 20px;
}

.contactuscL2From .inputLiCur .inputLiLabel {
  top: 5px;
}

.contactuscL2From .inputLiInput {
  border-bottom: 1px solid rgb(115, 115, 115);
  color: rgb(21, 21, 21);
}

.contactuscL2From .inputLiP {
  position: relative;
  display: none;
  bottom: inherit;
  margin-top: 5px;
  left: inherit;
}

#ContactUs small {
  width: 100%;
  color: rgb(255, 12, 12);
  line-height: 35px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.contactuscL2From .formP {
  margin-bottom: 25px;
}

.contactusc {
  position: relative;
  display: flex;
  flex-direction: row;
}

.contactuscL {
  width: 50%;
  padding-right: 25px;
}

.contactuscR {
  width: 50%;
  padding-left: 25px;
}

.contactuscR1 {
  width: 100%;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.005em;
  line-height: 1.25;
  color: rgb(27, 27, 27);
  font-weight: 700;
}

.contactuscR2 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 0.005em;
  line-height: 1.8;
  color: rgb(27, 27, 27);
  padding-top: 20px;
}

.contactuscR2li {}

.contactuscR2li2 {
  font-weight: 300;
}

.contactuscR2li1 {
  font-size:16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.contactuscR3 {
  width: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.25;
  color: rgb(27, 27, 27);
  font-weight: 400;
}

.contactuscL1 {
  width: 100%;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.005em;
  line-height: 1.25;
  color: rgb(27, 27, 27);
  font-weight: 700;
}

.contactus {
  width: 100%;
  padding: 100px 0px;
}

@media screen and (max-width: 768px) {
  .contactuscL2 {
    width: 100%;
  }

  .contactuscL2From {
    width: 100%;
    text-align: center;
  }

  .contactuscL2From button {
    width: 100%;
    font-size: 16px;
    text-shadow: none;
    padding: 8px 30px;
    min-height: 45px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    font-weight: 400;
    letter-spacing: 1px;
    border: 2px solid rgb(0, 0, 0);
    background: #000;
    color: #fff;
    border-radius: 50px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contactuscL2From button:hover {
    background: #000;
    color: #fff;
  }

  .contactuscL2From .inputLi {
    width: 100%;
    height: initial;
    text-align: left;
  }

  .contactuscL2From .inputLi:hover .inputLiSR,
  .contactuscL2From .inputLiCur .inputLiSR {
    background-color: rgb(246, 246, 246);
  }

  .contactuscL2From .inputLiLabel {
    color: rgb(21, 21, 21);
    top: 20px;
  }

  .contactuscL2From .inputLiCur .inputLiLabel {
    top: 5px;
  }

  .contactuscL2From .inputLiInput {
    border-bottom: 1px solid rgb(115, 115, 115);
    color: rgb(21, 21, 21);
  }

  .contactuscL2From .inputLiP {
    position: relative;
    display: none;
    bottom: inherit;
    margin-top: 5px;
    left: inherit;
    text-align: left;
  }

  #ContactUs small {
    font-size: 13px;
  }

  .contactusc {
    width: 100%;
    position: relative;
    margin: 0px auto;
    display: inherit;
    flex-direction: inherit;
  }

  .contactuscL {
    width: 100%;
    padding-right: inherit;
  }

  .contactuscR {
    width: 100%;
    padding-left: 0px;
    padding-top: 24px;
  }

  .contactuscR1 {
    width: 100%;
    /* font-size: 16px;
    text-align: center; */
    padding-top: 20px;
  }

  .contactuscR2 {
    width: 100%;
    /* font-size: 12px;
    text-align: center; */
    padding-top: 0px;
  }

  .contactuscR3 {
    width: 100%;
    /* font-size: 16px;
    text-align: center; */
  }

  .contactuscL1 {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .contactus {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
  }
}

/* contactus end*/

/* Tart */
.Tart {
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.TartC {
  width: 1320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.swiper-container3 {
  width: 100%;
}

.swiper-container3 .swiper-slide {
  height: auto;
}

.swiper-pagination3 {
  height: 22px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination3 .swiper-pagination-bullet {
  height: 1.14583vw;
  width: 1.14583vw;
  background: #4f4f4f;
  opacity: 0.5;
  margin: 0px 15px !important;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}

.Tartbtutext {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  /* or 24px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  width: 100%;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.TartCli {}

.TartCli3::before {
  background: url("img/Group 595.png") no-repeat 100%;
  border-radius: 1.82291vw;
  background-size: 100% 100%;
}

.TartCli2::before {
  background: url("img/Group 596.png") no-repeat 100%;
  border-radius: 1.82291vw;
  background-size: 100% 100%;
}

.TartCli1::before {
  background: url("img/Group 597.png") no-repeat 100%;
  border-radius: 10px;
  background-size: 100% 100%;
}

.TartCli {
  padding: 30px 0px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.TartCli::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.TartClic {
  position: relative;
  z-index: 2;
  padding: 0px 1.302083vw;
}

.TartCimg1 img {
  max-height: 6.3541vw;
}

.TartCimg1 {
  width: 100%;
  text-align: center;
  height: 6.3541vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TartCimg2 {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  height: 14.583vw;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TartCimg2 img {
  max-height: 100%;
}

.TartCimg2text {
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2.188vw;
  line-height: 2.552vw;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.Tartbtu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0px 0px 0px;
  position: relative;
  z-index: 2;
  height: 80px;
}

.Tartbtu a {
  width: 7.60416vw;
  min-width: 100px;
  height: 45px;
  border: 1.64122px solid #ffffff;
  filter: drop-shadow(0px 3.03932px 3.03932px rgba(255, 255, 255, 0.25));
  border-radius: 56.9873px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 166.19%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
  transition: all 0.5s ease;
}

.Tartbtu a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .Tart {
    width: 100%;
    padding: 40px 0px;
  }

  .TartC {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .swiper-container3 {
    width: 100%;
  }

  .swiper-container3 .swiper-slide {
    height: auto;
  }

  .swiper-pagination3 {
    height: 15px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-pagination3 .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background: #4f4f4f;
    opacity: 0.5;
    margin: 0px 10px !important;
  }

  .swiper-pagination3 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
  }

  .Tartbtutext {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    /* or 24px */
    height: auto;
  }

  .TartCli {}

  .TartCli3::before {
    background: url("img/Group 595.png") no-repeat 100%;
    border-radius: 10px;
    background-size: 100% 100%;
  }

  .TartCli2::before {
    background: url("img/Group 596.png") no-repeat 100%;
    border-radius: 10px;
    background-size: 100% 100%;
  }

  .TartCli1::before {
    background: url("img/Group 597.png") no-repeat 100%;
    border-radius: 10px;
    background-size: 100% 100%;
  }

  .TartCli {
    padding: 25px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .TartCli::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .TartClic {
    position: relative;
    z-index: 2;
  }

  .TartCimg1 img {
    max-height: 100%;
    max-width: 100%;
  }

  .TartCimg1 {
    width: 100%;
    text-align: center;
    height: 50px;
  }

  .TartCimg2 {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    height: 140px;
  }

  .TartCimg2 img {
    max-width: 100%;
    height: 20.583vmax;
    max-height: inherit;
  }

  .TartCimg2text {}

  .Tartbtu {
    padding: 35px 0px 0px 0px;
    height: 75px;
  }

  .Tartbtu a {
    width: 120px;
    height: 40px;
    font-weight: 100;
    font-size: 14px;
  }
}

/* Tart end*/

.footer {
  width: 100%;
}

/* footerhr */
.footerhr {
  width: 100%;
  background: #000;
  padding: 100px 0px 65px 0px;
}

.footerhrT {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footerhrTa {
  margin: 0px 22px;
  color: #fff !important;
}

.footerhrC {
  padding: 30px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
}

.footerhrCB {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerhrCB span {
  width: auto;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 111.3%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footerhr {
    height: auto;
    padding: 40px 25px;
  }

  .footerhrTa {
    margin: 0px 10px;
    color: #fff !important;
    width: 30px;
  }

  .footerhrTa svg {
    width: 100%;
  }

  .footerhrC {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0px;
  }

  .footerhrCB {}

  .footerhrCB span {
    font-size: 18px;
  }
}

/* footerhr end*/

/* ea_d end*/
/* 修改密码弹框样式 */
.chgPasswordForm,
.chgAddressForm {
  width: 100%;
}

.chgPasswordForm .inputLi,
.chgAddressForm .inputLi {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 35px 0px;
  position: relative;
}

.chgPasswordForm .inputLiSR,
.chgAddressForm .inputLiSR {
  width: 100%;
}

.chgPasswordForm .inputLi .inputLiLabel,
.chgAddressForm .inputLi .inputLiLabel {
  top: 20px;
}

.chgPasswordForm .inputLiLabel,
.chgAddressForm .inputLiLabel {
  color: #0a0a0a;
  text-transform: uppercase;
}

.chgPasswordForm .inputLiCur .inputLiLabel,
.chgAddressForm .inputLiCur .inputLiLabel {
  top: 0px;
  letter-spacing: 2px;
  font-size: 12px;
}

.chgPasswordForm .inputLiInput,
.chgAddressForm .inputLiInput {
  border-bottom: 1px solid #0a0a0a;
  color: #0a0a0a;
}

.regemailcFrombtu {
  width: 100%;
  font-size: 18px;
  color: rgb(255, 12, 12);
  font-weight: 400;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  display: block;
  position: relative;
  bottom: inherit;
  left: inherit;
  line-height: 2;
}

.chgPasswordForm small,
.chgAddressForm small {
  color: rgb(255, 12, 12);
  line-height: 35px;
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

#PasswordSave,
#AddressSave,
#DelressSave {
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  position: relative;
  overflow: hidden;
  outline-style: none;
  opacity: 1;
}

#PasswordSave:hover,
#AddressSave:hover,
#DelressSave:hover {
  background: #fff;
  color: #000000;
  border: 1px solid #000;
  outline-style: none;
}

.chgPasswordForm .inputLi:hover .inputLiSR,
.chgAddressForm .inputLi:hover .inputLiSR,
.chgPasswordForm .inputLiCur .inputLiSR,
.chgAddressForm .inputLiCur .inputLiSR {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .chgPasswordForm .inputLi {
    /* padding-top: 0px; */
  }

  .regemailcFrombtu {
    width: 100%;
    font-size: 13px;
    color: rgb(255, 12, 12);
    font-weight: inherit;
    padding: 0px;
    display: block;
    position: relative;
    bottom: inherit;
    left: inherit;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
  }

  .chgPasswordForm small,
  .chgAddressForm small {}
}

/* 修改密码弹框样式 end*/

/* 收货地址列表 */
.addressCen {
  padding-bottom: 30px;
}

.addressCenAdd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 30px 0px 20px 0px;
}

.addressCenAdd button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100px;
  justify-content: center;
  height: 40px;
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 86.18%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    radial-gradient(65.28% 65.28% at 26.39% 20.83%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    #d458ff;
  box-shadow: 4px 38px 62px rgb(0 0 0 / 50%);
  border-radius: 109px;
  outline: none;
  border: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.addressCenList {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.form-check-input {}

.addressCenListName {}

.addressCenListYx {
  margin-left: 10px;
}

.addressCenListdz {
  line-height: 30px;
  padding: 10px 0px;
  margin-left: 10px;
}

.form-check-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.addressCenListL {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
}

.addressCenListDel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.addressCenListEdit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

/* 收货地址列表 end*/

.alert {
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .alert {
    width: 90%;
  }
}





/* addressList */
.addressList {
  width: 100%;
}

.addressListTitle {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.addressListTitle a {
  color: #FFFFFF;
  opacity: 0.5;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

.addressListczdz {
  width: 100%;
  text-align: center;
}

.addressListczdz a {
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

.addressListCen {
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.addressListCenlist {
  width: 100%;
  height: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  margin: 16px 0px 0px 0px;
  position: relative;
  z-index:1;
  padding: 0px 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 8px 40px 0px #8A959E33;
}

.addressListCenlist:hover,
.addressListCenlistCur {
  border:1px solid rgba(0, 0, 0, 0.5);
  z-index:10;
}

.addressListCenlist1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  margin: 8px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.addressListCenlist1 a {
  width: auto;
  margin-left: 10px;
}

.addressListCenlist2 {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}

.addressListCensh {
  padding: 10px 15px;
  box-shadow: 0px 8px 40px 0px #8A959E33;
}

.songhuolist {
  padding: 10px 0px;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.songhuolist1 {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 30px;
  margin-top:-5px;
  transition: all 0.3s ease;
}

.songhuolist2 {}

.songhuolist:hover .songhuolist1,
.songhuolistCur .songhuolist1 {
  background: #000;
}

@media screen and (max-width: 768px) {
  .addressList {}

  .addressListTitle {
    width: 100%;
    height: 35px;
    font-weight: 500;
    font-size: 16px;
  }

  .addressListTitle a {
    font-weight: 200;
    font-size: 16px;
  }

  .addressListczdz {
    width: 100%;
    text-align: center;
  }

  .addressListczdz a {
    font-weight: 200;
    font-size: 16px;
  }

  .addressListCen {}

  .addressListCenlist {
    height: auto;
    padding: 10px 15px;
  }
  .addressListCenlist1 {
    font-weight: 200;
    font-size: 14px;
  }


  .addressListCenlist2 {
    width: 100%;
    font-weight: 100;
    font-size: 12px;
    line-height: 20px;
  }

  .addressListCensh {
    
  }

  .songhuolist {
    padding: 5px 0px;
    font-weight: 200;
    font-size: 16px;
  }

  .songhuolist1 {
    width: 8px;
    height: 8px;
    margin-right: 15px;
  }

  .songhuolist2 {}

  .songhuolist:hover .songhuolist1,
  .songhuolistCur .songhuolist1 {}
}

/* addressList end*/



/* noData */
.noData {
  width: 100%;
}

.noData1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  /* or 133% */
  letter-spacing: 0.873016px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.noData2 {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.noData2 a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 13.9683px;
  text-decoration: revert;
  line-height: 25px;
  display: block;
}

.noData2 a:hover {
  color: #FFF
}

.noData2 {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.noData2 a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 13.9683px;
  text-decoration: revert;
  line-height: 25px;
  display: block;
}

.noData2 a:hover {
  color: #FFF
}

@media screen and (max-width: 768px) {
  .noData1 {
    font-weight: 100;
    font-size: 12px;
    line-height: 20px;
    /* or 133% */
    width: 100%;
    margin-bottom: 20px;
  }

}

/* noData  end*/

/* ages */
.ages {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.agesc {
  position: absolute;
  width: 45.990vw;
  height: 24.160vw;
  left: 50%;
  top: 50%;
  background: linear-gradient(180deg, #030824 0%, #2F0144 100%);
  mix-blend-mode: multiply;
  border-radius: 2.759vw;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agesc1 {
  width: 5.886vw;
  height: 5.886vw;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agesc1 img {}

.agesc2 {
  width: 20.021vw;
  font-style: normal;
  font-weight: 500;
  font-size: 0.935vw;
  line-height: 147.8%;
  /* or 1.406vw */
  text-align: center;
  color: #FFFFFF;
  padding: 1.927vw 0px;
}

.agesc3 {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 0.613vw;
  line-height: 147.8%;
  /* or 0.885vw */
  text-align: center;
  padding: 0px 0px 1.302vw 0px;
}

.agesc4 {}

.agesc4 button {
  padding: 0.912vw 1.824vw;
  width: 5.054vw;
  height: 2.775vw;
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    , radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    , #D458FF;
  box-shadow: 0.140vw 0.050vw 0.397vw rgba(148, 148, 148, 0.5);
  border-radius: 3.823vw;
  font-style: normal;
  font-weight: 700;
  font-size: 0.842vw;
  line-height: 1.198vw;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0.035vw 0.035vw 0.035vw rgba(0, 0, 0, 0.25);

  /* Inside auto layout */
  border: 0px;
  margin: 0px 3.125vw;
}

@media screen and (max-width: 768px) {

  .ages {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .agesc {
    width: 45.990vmax;
    height: auto;
    border-radius: 2.759vmax;
    padding: 2vmax 0px;
  }

  .agesc1 {
    width: 5.886vmax;
    height: 5.886vmax;
  }

  .agesc1 img {
    width: 70%;
  }

  .agesc2 {
    width: 100%;
    font-weight: 100;
    font-size: 12px;

    /* or 1.406vw */
    padding: 1.927vmax 0px;
  }

  .agesc3 {
    width: 100%;
    font-weight: 300;
    font-size: 0.613vmax;

    /* or 0.885vw */
    padding: 0px 0px 1.302vmax 0px;
  }

  .agesc4 {}

  .agesc4 button {
    padding: 0.912vmax 1.824vmax;
    height: 2.775vmax;
    box-shadow: 0.14vmax 0.05vmax 0.397vmax rgb(148 148 148 / 50%);
    border-radius: 3.823vmax;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.198vmax;
    /* identical to box height */
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0.035vmax 0.035vmax 0.035vmax rgb(0 0 0 / 25%);

    /* Inside auto layout */
    border: 0px;
    margin: 0px 3.125vmax;
    width: auto;
  }


}

/* ages_end */


/* commentbox */

.comment-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.comment-box .container{
  display: flex;
  justify-content:space-between;
  gap:0 15px;
  align-items: end;
}
.comment-box .reviews{
  flex:1;
  color: black;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  word-wrap: break-word;
  line-height: 1;
}
.comment-box .reviews small{display:none;}
.comment-box .prev-comment,.comment-box .prev-comment{

}
.comment-box .reviewsc{
color: black;
 font-size: 16px;
 font-weight: 250;
 word-wrap: break-word
}
.comment-box .reviewsr{
  color: black;
 font-size: 16px;
 font-weight: 700;
 word-wrap: break-word;
 margin-top:15px;
}
.comment-box .reviewsr svg{
  margin-top:-4px;
}
.comment-box .commentbox{
  width:55%;
}
.comment-box .commentc{
 color: black;
 font-size: 30px;
 font-weight: 500;
 word-wrap: break-word;
 margin-bottom:50px;
}
.comment-box .commenta{
 color: black;
 font-size: 20px;
 line-height:2;
 font-weight: 500;
 word-wrap: break-word
}
.comment-box .commentl{
  color: black;
  font-size: 16px;
  font-weight: 250;
  word-wrap: break-word
}
.comment-box .swiper-wrapper{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap:0 15px;
}
.comment-box .swiper-slide{
  width:400px;
  border-radius:20px;
  border:1px solid #0000001A;
  padding:28px 32px;
}
.comment-box .swiper-comment{
  padding: 30px 0;
  box-sizing: border-box;
  margin: 0px auto;
}
.comment-box .prev-comment,.comment-box .next-comment{
  position:absolute;
  top:45%;
  z-index:10;
}
.comment-box .prev-comment{
  right:30px;
}
.comment-box .next-comment{
  right:0px;
}
@media screen and (max-width: 768px) {
  .comment-box {
    width: 100%;
  }
  .comment-box .reviews small{display:inline-block;font-size:14px;color:#00000099;}
  .comment-box .prev-comment,.comment-box .next-comment{display:none;}
  .comment-box .swiper-comment{
    width: 100%;
    padding:0;
  }
  .swiper-comment .swiper-wrapper{display:block;}
  .swiper-comment .swiper-wrapper .swiper-slide{
    margin:15px;
    width:auto;
    padding:30px;
  }
  .comment-box .reviewsr{margin:0;}
  .comment-box .reviews{font-size:18px;}
  .comment-box .reviewsc{font-size:14px;}
  .comment-box .commentc{
    font-size:16px;
    margin:30px 0;
  }
  
.comment-box .commenta{
  font-size: 14px;
 }
 .comment-box .commentl{
   font-size: 14px;
 }
  .comment-box .commentbox,
  .comment-box .reviewsbox{
    width:100%;
  }
}
/* commentbox end */





.age_tip{
  position:fixed;
  padding:50px;
  z-index:1000;
  top:30%;
  left:0;
  right:0;
  margin:auto;
  width:500px;
  background:#000;
  border-radius:15px;
  color:#fff;
  line-height:1.5;
  text-align:center;
  display: none;
}
.age_tip .age{
  border-radius:100%;
  width:80px;
  height:80px;
  line-height:1;
  font-size:32px;
  text-align: center;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  margin-bottom:15px;
}
.age_tip .age div{margin-top:10px;}
.age_tip .age div:nth-child(2){
  position: relative;
  top:-3px;
}
.age_tip .title{font-size:18px;}
.age_tip .intro{font-size:12px;margin:30px 0;}
.age_tip .btn{font-size:24px;line-height:24px;color:#000;background:#fff;border-radius:30px;padding:10px 50px;padding-top:15px;}

@media screen and (max-width: 768px) {
  .age_tip{
    width:80%;
    padding:30px;
  }
  .age_tip .age{
    width:60px;
    height:60px;
    font-size:24px;
    margin-bottom:10px;
  }
  
  .age_tip .title{font-size:16px;}
  .age_tip .btn{font-size:18px;line-height:18px;border-radius:30px;padding:8px 30px;padding-top:10px;}
}