@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Dots&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: Outfit,Helvetica-r,微軟正黑體,Noto Sans,Noto Sans CJK TC,Helvetica Neue,Arial;
  background: #000; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.mx_1480 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

:focus {
  outline: none; }

.hideme {
  display: none !important; }

#page {
  width: 100%;
  min-height: 1024px; }

.container-full {
  width: 85%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

/* Loading mask styles */
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out; }

.loading-spinner {
  border: 5px solid #433e88;
  border-top: 5px solid #0FFFE7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px; }

.loading-text {
  color: white;
  font-size: 1.2em;
  font-family: Arial, sans-serif; }

.shop_now {
  background-color: #E7000D;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px; }

#mb_menu .shop_now {
  background-color: #E7000D;
  color: #fff;
  padding: 0px 8px !important; }

header #mb_menu nav.mobile_nav ul li a {
  box-sizing: border-box; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#mb_menu {
  display: none; }

#rwd_menu {
  display: none; }

#oc_mb_logo {
  display: flex;
  max-width: 312px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #oc_mb_logo a {
    padding: 0 5px;
    display: block;
    position: relative; }
    #oc_mb_logo a:first-child:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #5b5b5b;
      position: absolute;
      top: 0;
      right: 0; }
    #oc_mb_logo a img {
      width: auto;
      display: block;
      height: 25px; }

#oc_logo {
  display: flex;
  max-width: 312px; }
  #oc_logo a {
    padding: 0 5px;
    display: block;
    position: relative; }
    #oc_logo a:first-child:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #5b5b5b;
      position: absolute;
      top: 0;
      right: 0; }
    #oc_logo a img {
      width: auto;
      display: block;
      height: 28px; }

header {
  background: #000; }
  header .fbox-top-out {
    height: 62px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  header .fbox-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  header .logo a {
    display: block; }
    header .logo a img {
      max-width: 312px;
      display: block; }
  header #pc_menu {
    display: flex;
    width: 100%;
    align-items: center; }
    header #pc_menu ul.main-menu {
      display: flex;
      align-items: center; }
      header #pc_menu ul.main-menu li {
        padding: 15px 10px;
        position: relative;
        color: #fff; }
        header #pc_menu ul.main-menu li a {
          color: #fff;
          transition: 0.3s; }
          header #pc_menu ul.main-menu li a:hover {
            color: #E7000D;
            background: none; }
      header #pc_menu ul.main-menu li.has_child ul {
        display: none; }
      header #pc_menu ul.main-menu li.has_child:hover ul {
        display: block; }
    header #pc_menu ul.sub_menu {
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #000;
      background: #000;
      position: absolute;
      z-index: 2; }
      header #pc_menu ul.sub_menu li {
        padding: 0;
        margin: 0; }
        header #pc_menu ul.sub_menu li a {
          display: block;
          padding: 5px 7px;
          white-space: nowrap;
          cursor: pointer;
          color: #fff; }

#video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

header #mb_menu {
  position: relative;
  width: 100%; }
  header #mb_menu > button {
    width: 40px;
    border: 0px;
    background: none; }
    header #mb_menu > button img {
      display: block;
      width: 100%; }
  header #mb_menu .mb_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 272px; }
    header #mb_menu .mb_logo img {
      width: 100%; }
  header #mb_menu nav.mobile_nav {
    padding: 20px 27px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(102%, 0);
    background: #fff;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 18;
    transition: 0.3s; }
    header #mb_menu nav.mobile_nav .exit_btn {
      padding: 3px;
      background: #efefef;
      border-radius: 8px;
      display: block;
      border: 0px;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header #mb_menu nav.mobile_nav .exit_btn img {
        width: 34px;
        height: 34px; }
    header #mb_menu nav.mobile_nav ul {
      padding-top: 10px; }
      header #mb_menu nav.mobile_nav ul li {
        display: flex;
        height: 48px;
        flex-wrap: wrap; }
        header #mb_menu nav.mobile_nav ul li a.link {
          padding: 5px 10px;
          position: relative;
          display: flex;
          width: 100%; }
          header #mb_menu nav.mobile_nav ul li a.link svg {
            top: 10px;
            position: absolute;
            right: 15px;
            width: 30px; }
        header #mb_menu nav.mobile_nav ul li a {
          padding: 5px 10px;
          height: 48px;
          display: flex;
          align-items: center;
          font-size: 17px;
          transition: 0.3s; }
          header #mb_menu nav.mobile_nav ul li a:hover {
            color: #E7000D;
            background: none; }
        header #mb_menu nav.mobile_nav ul li .sub-menu {
          display: none;
          padding-top: 10px; }
          header #mb_menu nav.mobile_nav ul li .sub-menu ul {
            display: block;
            padding: 0px; }

header.open_mb #mb_menu nav.mobile_nav {
  transform: translate(0%, 0); }

#temp_header_mb {
  display: none;
  position: relative; }
  #temp_header_mb .in {
    background-size: cover;
    background-position: center bottom;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #temp_header_mb .in img {
      display: block;
      width: 90%; }
  #temp_header_mb:after {
    content: '';
    width: 100%;
    height: 54px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(82, 64, 137, 0) 0%, #524089 100%); }

@media (max-width: 1310px) {
  .container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
@media (max-width: 1170px) {
  header #pc_menu {
    display: none; }

  header #mb_menu {
    display: block; }

  .container-full {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 768px) {
  #temp_header {
    display: none; }

  #temp_header_mb {
    display: block; }

  header #mb_menu .mb_logo {
    width: 240px; } }
header #mb_menu nav.mobile_nav ul li .sub-menu {
  width: 100%; }
  header #mb_menu nav.mobile_nav ul li .sub-menu li {
    display: flex;
    height: auto; }
    header #mb_menu nav.mobile_nav ul li .sub-menu li a {
      display: flex; }

footer {
  padding: 18px 0;
  box-shadow: 0 -4px 4px #000;
  color: #fff; }
  footer .fbox_inner {
    display: flex;
    justify-content: space-between; }
  footer .footer_copy {
    color: #fff; }
  footer .footer_social {
    display: flex;
    align-items: center; }
    footer .footer_social .footer_social-terms {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social-terms a {
        color: #fff; }
      footer .footer_social .footer_social-terms span {
        margin: 0 10px;
        color: #fff; }
    footer .footer_social .footer_social {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social a {
        display: block;
        margin-left: 10px;
        color: #fff; }
        footer .footer_social .footer_social a img {
          display: block;
          max-width: 25px; }

@media (max-width: 768px) {
  footer .container-full {
    width: 100%;
    line-height: 1.5; }

  footer .fbox_inner {
    flex-direction: column-reverse; }

  footer .footer_social {
    width: 100%;
    flex-wrap: wrap; }

  footer .footer_social .footer_social {
    margin-bottom: 0; }

  footer .footer_social .footer_social a {
    margin-left: 0;
    margin-right: 10px; }

  footer .footer_social .footer_social-terms {
    margin-bottom: 10px;
    width: 100%; }

  footer .footer_social {
    margin-bottom: 10px;
    width: 100%; } }
#two_box {
  display: flex; }
  #two_box #girl {
    width: 50%;
    position: relative; }
    #two_box #girl .svg_img {
      width: 100%;
      display: block;
      height: auto; }
  #two_box #boy {
    width: 50%;
    position: relative; }
    #two_box #boy .svg_img {
      width: 100%;
      display: block;
      height: auto; }
  #two_box .mb_btn {
    position: absolute;
    right: 20px;
    bottom: 25px;
    display: none;
    z-index: 1; }

.girl_btn,
.boy_btn {
  cursor: pointer;
  transition: 0.3s;
  z-index: 99; }

#boy_btn,
#girl_btn {
  cursor: pointer;
  transition: 0.3s;
  z-index: 99; }

@media (max-width: 768px) {
  #two_box svg .boy_btn,
  #two_box svg .girl_btn {
    opacity: 0; }

  #two_box .mb_btn {
    display: block; }
    #two_box .mb_btn img {
      max-width: 140px; } }
#filter_pd {
  position: relative; }
  #filter_pd .inner1 {
    background-image: url(../images/r_bk.svg);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    #filter_pd .inner1 .inner2 {
      padding-top: 100px;
      padding-bottom: 70px;
      padding-left: 15px;
      padding-right: 15px;
      background-image: url(../images/l_bk.svg);
      background-position: left 80%;
      background-size: auto 75%;
      background-repeat: no-repeat; }
      #filter_pd .inner1 .inner2 h3 {
        font-size: 50px;
        color: #E8462F;
        text-align: center;
        font-weight: bold;
        margin-bottom: 50px; }
  #filter_pd .fzbox {
    padding: 40px;
    max-width: 1200px;
    margin: auto auto 50px;
    background: #FFEDD3;
    border-radius: 10px; }
    #filter_pd .fzbox .fbox h4 {
      font-size: 36px;
      color: #E8462F;
      margin-bottom: 30px; }
    #filter_pd .fzbox .fbox .filter {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      #filter_pd .fzbox .fbox .filter a {
        background: #fff;
        display: inline-block;
        margin-right: 20px;
        font-size: 24px;
        border-radius: 50px;
        padding: 8px 18px;
        margin-bottom: 20px; }
        #filter_pd .fzbox .fbox .filter a.active {
          background: #008453;
          color: #fff; }
          #filter_pd .fzbox .fbox .filter a.active:hover {
            color: #fff; }
        #filter_pd .fzbox .fbox .filter a:hover {
          color: #008453; }
        #filter_pd .fzbox .fbox .filter a:active {
          background: #008453;
          color: #fff; }
  #filter_pd #action {
    margin-bottom: 50px; }
    #filter_pd #action a {
      margin: auto;
      max-width: 300px;
      padding: 10px 0;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 20px;
      background: #E8462F;
      border-radius: 50px; }

@media (max-width: 1400px) {
  #filter_pd .fzbox {
    max-width: 980px; } }
@media (max-width: 768px) {
  #filter_pd .inner1 .inner2 {
    display: none; } }
#products {
  background: #FFEDD3;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px; }
  #products h3 {
    font-size: 50px;
    color: #E8462F;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px; }
  #products .results_pc,
  #products .results_mb {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    #products .results_pc .pd,
    #products .results_mb .pd {
      max-width: 450px;
      width: 31.33%;
      /* gap: 3%; */
      padding: 0 1% 0; }

.pd {
  max-width: 450px;
  margin-bottom: 100px; }
  .pd h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 10px; }
  .pd .color {
    padding: 20px 0 40px 20px;
    display: flex; }
    .pd .color .ut {
      margin-right: 10px;
      width: 40px;
      height: 40px; }
  .pd .spec {
    padding: 0 5px 0 40px;
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    min-height: 7.5em;
    list-style-type: disc;
    padding-left: 40px; }
  .pd .pdpic {
    position: relative;
    max-width: 450px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF6E9;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 30px; }
    .pd .pdpic img {
      transition: 0.3s; }
    .pd .pdpic .more_link {
      width: 143px;
      height: 109px;
      position: absolute;
      opacity: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      background: #000;
      color: #fff;
      border-radius: 10px; }
      .pd .pdpic .more_link .tx {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 24px; }
      .pd .pdpic .more_link .cross {
        width: 100%;
        height: 60%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .pd .pdpic .more_link .cross:before {
          content: '';
          position: absolute;
          width: 30px;
          height: 2px;
          background: #fff; }
        .pd .pdpic .more_link .cross:after {
          content: '';
          position: absolute;
          height: 30px;
          transform: rotate(90deg);
          height: 2px;
          width: 30px;
          background: #fff; }
    .pd .pdpic img.pic1 {
      position: absolute;
      display: block;
      opacity: 1;
      top: 50%;
      left: 50%;
      max-width: 400px;
      max-height: 400px;
      transform: translate(-50%, -50%);
      width: 100%; }
    .pd .pdpic img.pic2 {
      position: absolute;
      display: block;
      opacity: 0;
      top: 50%;
      left: 50%;
      max-width: 400px;
      max-height: 400px;
      transform: translate(-50%, -50%);
      width: 100%; }
    .pd .pdpic:hover img.pic1 {
      opacity: 1; }
    .pd .pdpic:hover img.pic2 {
      opacity: 1; }
    .pd .pdpic:hover .more_link {
      opacity: 1; }
  .pd .action a.more_link {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #E8462F;
    width: 100%;
    height: 50px;
    font-size: 30px;
    max-width: 400px;
    margin: auto auto 20px;
    text-align: center;
    border-radius: 50px; }
  .pd .action a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8462F;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 20px;
    max-width: 400px;
    margin: auto;
    text-align: center;
    border-radius: 50px; }

#products .results_mb {
  display: none; }

#filter_pd_mb {
  display: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  #filter_pd_mb h3 {
    text-align: center;
    color: #E8462F;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px; }
  #filter_pd_mb .fd1 {
    margin-bottom: 40px; }
  #filter_pd_mb .fd2 {
    margin-bottom: 30px; }
  #filter_pd_mb .fd2,
  #filter_pd_mb .fd1 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 380px; }
    #filter_pd_mb .fd2 label,
    #filter_pd_mb .fd1 label {
      display: block;
      margin-bottom: 20px;
      color: #333; }
    #filter_pd_mb .fd2 .select,
    #filter_pd_mb .fd1 .select {
      margin-bottom: 40px;
      color: #666; }
  #filter_pd_mb #action_mb a {
    margin: auto;
    max-width: 300px;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #E8462F;
    border-radius: 50px; }

#filter_pd_mb #action_mb.disable,
#filter_pd #action.disable {
  position: relative;
  opacity: 0.2; }

#filter_pd_mb #action_mb.disable:before,
#filter_pd #action.disable:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8; }

@media (max-width: 1024px) {
  #products .results_pc .pd,
  #products .results_mb .pd {
    width: 48%;
    padding: 0 1% 0; } }
@media (max-width: 768px) {
  .pd .action a.more_link {
    display: flex; }

  #filter_pd_mb {
    display: block; }

  #filter_pd_pc {
    display: none; }
    #filter_pd_pc .title_pc {
      display: none; }

  #products .results_pc {
    display: none; }

  #products .results_mb {
    align-items: center;
    display: flex;
    justify-content: center; }

  #products .results_mb .pd {
    width: 100%; }

  #filter_pd .title_pc {
    display: none; }

  #action {
    display: none; }

  #filter_pd {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }

  #products {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px; }

  .results_mb .pd {
    margin-bottom: 40px; }

  #products h3 {
    font-size: 40px;
    font-weight: 500; }

  /*    PD  */
  .pd .pdpic {
    margin-bottom: 24px; }
  .pd h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px; }
  .pd .color {
    padding: 20px 0 30px 10px; }
  .pd .spec {
    font-size: 18px;
    min-height: auto; }
  .pd .action a {
    height: 44px;
    font-size: 24px; } }
:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

/* Reset <select> defaults */
select {
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  font-size: 20px; }

select::-ms-expand {
  display: none; }

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 92%;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

.select select {
  flex: 1;
  padding: 12px 18px;
  cursor: pointer; }

.select::after {
  content: "\25BC";
  position: absolute;
  right: 1rem;
  color: #ccc;
  top: 0.7rem;
  font-size: 16px;
  transition: 0.25s all ease;
  pointer-events: none; }

#awards {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px; }
  #awards > h3 {
    font-size: 50px;
    color: #E8462F;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px; }
  #awards .adata_slider {
    max-width: 1550px;
    margin: auto;
    position: relative; }
    #awards .adata_slider .swiper-horizontal {
      width: calc(100% - 150px); }
    #awards .adata_slider .swiper-wrapper {
      padding-top: 80px;
      padding-bottom: 80px; }
    #awards .adata_slider .award_box {
      border: 1px solid #eee;
      box-sizing: border-box;
      border-radius: 20px;
      min-height: 450px;
      padding: 50px 20px;
      min-height: 480px;
      transform: scale(0.9);
      transition: 0.3s; }
      #awards .adata_slider .award_box.swiper-slide-active {
        transform: scale(1.15); }
      #awards .adata_slider .award_box h3 {
        color: #00A7EA;
        font-size: 24px;
        margin-bottom: 1em;
        text-align: center; }
      #awards .adata_slider .award_box .pic {
        margin-bottom: 30px; }
        #awards .adata_slider .award_box .pic img {
          display: block;
          width: auto;
          max-height: 130px;
          margin: auto;
          max-width: 100%; }
      #awards .adata_slider .award_box .award_desc {
        font-size: 16px;
        line-height: 1.5; }
  #awards .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #999;
    background: #fff; }
    #awards .swiper-button-prev:after {
      font-size: 25px;
      color: #999; }
  #awards .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #999;
    background: #fff; }
    #awards .swiper-button-next:after {
      font-size: 25px;
      color: #999; }

@media (max-width: 769px) {
  #awards .adata_slider .swiper-wrapper {
    padding-top: 0px;
    padding-bottom: 0px; }

  #awards > h3 {
    font-size: 40px;
    font-weight: 500; }

  #awards .swiper-button-next {
    right: 1px;
    width: 40px;
    height: 40px; }

  #awards .swiper-button-prev {
    left: 1px;
    width: 40px;
    height: 40px; }

  #awards .adata_slider .award_box.swiper-slide-next {
    width: 100% !important; }

  #awards .adata_slider .award_box.swiper-slide-active {
    width: 100% !important;
    padding: 30px 30px;
    min-height: auto;
    transform: translate(0, 0px); }

  #awards .adata_slider .award_box.swiper-slide-prev {
    width: 100% !important; }

  #awards .adata_slider .swiper-horizontal {
    width: calc(100% - 50px); }

  #awards {
    padding-left: 2px;
    padding-right: 2px; } }
#boy_slide {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  transform: translate(100%, 0);
  transition: 0.5s;
  background: #FFDAA6;
  background-image: url(../images/slide1.svg);
  background-size: 50% auto;
  background-position: top right;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  /*
  .text{
      .action{
          a.slide_back{
              background-image: url(../images/icon.svg);
              background-position: 10px center;
              padding: 10px 20px 10px 40px;
              display: inline-block;
              color: #fff;
              background-color: #E8462F;
              border-radius: 50px;
              background-repeat: no-repeat;
              background-size: 15px;
          }
      }
  }
      */ }
  #boy_slide.open {
    transform: translate(0, 0); }
  #boy_slide .text .desc {
    width: 50%; }
    #boy_slide .text .desc img {
      display: block;
      width: 100%; }
  #boy_slide .text .pcdesc {
    font-size: 22px;
    line-height: 1.5;
    width: 55%;
    margin-bottom: 5%;
    color: #666; }
  #boy_slide .text .product {
    max-width: 40%;
    margin-bottom: 5%;
    display: grid;
    flex-wrap: wrap;
    gap: 20px 50px;
    grid-template-columns: auto auto; }
    #boy_slide .text .product a {
      display: block; }
      #boy_slide .text .product a img {
        display: block;
        width: 100%; }
  #boy_slide .text .action {
    padding-bottom: 100px; }
    #boy_slide .text .action a.slide_back {
      background-image: url(../images/icon.svg);
      background-position: 30px center;
      padding: 10px 20px 10px 40px;
      display: inline-flex;
      color: #fff;
      background-color: #E8462F;
      border-radius: 50px;
      background-repeat: no-repeat;
      background-size: auto 50%;
      width: calc(20% - 25px);
      font-size: 32px;
      box-sizing: border-box;
      justify-content: center; }

#girl_slide {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  transform: translate(-100%, 0);
  overflow-y: scroll;
  transition: 0.5s;
  background: #FBA0B1;
  box-sizing: border-box;
  background-image: url(../images/slide2.svg);
  background-size: 50% auto;
  background-position: top right;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 20px; }
  #girl_slide.open {
    transform: translate(0, 0); }
  #girl_slide .text .desc {
    width: 50%; }
    #girl_slide .text .desc img {
      display: block;
      width: 100%; }
  #girl_slide .text .pcdesc {
    font-size: 22px;
    line-height: 1.5;
    width: 55%;
    margin-bottom: 5%;
    color: #666; }
    #girl_slide .text .pcdesc.ptdesc {
      width: 48%; }
  #girl_slide .text .product {
    max-width: 40%;
    margin-bottom: 5%;
    display: grid;
    flex-wrap: wrap;
    gap: 20px 50px;
    grid-template-columns: auto auto; }
    #girl_slide .text .product a {
      display: block; }
      #girl_slide .text .product a img {
        display: block;
        width: 100%; }
  #girl_slide .text .action {
    padding-bottom: 100px; }
    #girl_slide .text .action a.slide_back {
      background-image: url(../images/icon.svg);
      background-position: 30px center;
      padding: 10px 20px 10px 40px;
      display: inline-flex;
      color: #fff;
      background-color: #E8462F;
      border-radius: 50px;
      background-repeat: no-repeat;
      background-size: auto 50%;
      width: calc(20% - 25px);
      font-size: 32px;
      box-sizing: border-box;
      justify-content: center; }

.mb_girl_top_header {
  display: none; }

.mb_boy_top_header {
  display: none; }

@media (max-width: 768px) {
  .container-full {
    width: 100%; }

  #two_box {
    flex-wrap: wrap; }

  #two_box #girl,
  #two_box #boy {
    width: 100%; }

  #girl_slide {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px; }

  #boy_slide {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px; }

  .mb_boy_top_header {
    display: block; }
    .mb_boy_top_header .exit1 {
      position: absolute;
      top: 15px;
      right: 15px;
      transform: rotate(0deg); }
    .mb_boy_top_header img {
      display: block;
      width: 100%; }

  #boy_slide .text .pcdesc {
    font-size: 22px;
    line-height: 33px;
    color: #666;
    width: 100%;
    padding-top: 20px; }

  #boy_slide .text .desc {
    display: none; }

  #boy_slide .text .product {
    width: 100%;
    max-width: none; }

  #boy_slide .text .action a.slide_back {
    width: 118px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-position: 13px; }

  #boy_slide .text .product {
    margin-bottom: 40px; }

  .mb_girl_top_header {
    display: block; }
    .mb_girl_top_header .exit1 {
      position: absolute;
      top: 15px;
      right: 15px;
      transform: rotate(0deg); }
    .mb_girl_top_header img {
      display: block;
      width: 100%; }

  #girl_slide .text .pcdesc {
    font-size: 22px;
    line-height: 33px;
    color: #666;
    width: 100%;
    padding-top: 20px; }

  #girl_slide .text .pcdesc.ptdesc {
    width: 100%; }

  #girl_slide .text .desc {
    display: none; }

  #girl_slide .text .product {
    width: 100%;
    max-width: none; }

  #girl_slide .text .action a.slide_back {
    width: 118px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-position: 13px; }

  #girl_slide .text .product {
    margin-bottom: 40px; }

  #girl_slide .text .product,
  #boy_slide .text .product {
    padding-top: 10px;
    gap: 20px 20px; } }
#layer_1 {
  background: url("../img/layer1_bk.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white; }
  #layer_1 .inner {
    width: 100%;
    padding-top: 70px;
    background: linear-gradient(180deg, rgba(111, 56, 124, 0.5) 0%, rgba(16, 21, 61, 0.5) 100%); }
  #layer_1 h3 {
    text-align: center;
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 70px; }
  #layer_1 .pouter {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.8s;
    opacity: 0;
    transform: translate(0, 0px);
    min-height: 598px; }
  #layer_1.enable .pouter {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_1 .swiper {
    max-width: 1280px;
    padding: 20px 0; }
    #layer_1 .swiper .swiper-slide {
      display: flex;
      justify-content: center; }
  #layer_1 .card {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #00FFFF;
    border-radius: 8px;
    text-align: center;
    padding: 0px;
    position: relative;
    overflow: hidden; }
    #layer_1 .card img {
      width: 100%;
      display: block;
      object-fit: cover; }
    #layer_1 .card .label {
      position: absolute;
      top: 10px;
      left: 10px;
      background: orange;
      color: black;
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold; }
    #layer_1 .card .desc {
      padding: 20px 20px 25px; }
    #layer_1 .card h4 {
      background-image:url(../img/dot_o.svg);
      background-position: 3px 0px;;
      background-repeat:no-repeat;
      color: #fff;
      /* margin: 15px 0; */;
      padding: 0 10px 0 50px;
      margin: 15px 0px 15px 0px;;
      box-sizing: border-box;
      font-size: 22px;
      font-weight: 300;
      line-height: 1.6;
      font-family: "Roboto", sans-serif;
      display: -webkit-box;
      height: auto;
      overflow: hidden;
      position: relative;
      text-align: left;
      /* -webkit-line-clamp: 2;
      /* 限制显示的行数 */
      /* -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; */      
      /* 超出部分显示省略号 */ }
      #layer_1 .card h4:after{
        content: '';
        width: 16px;
        height: 13px;
        bottom: 0.6em;
        right: 0px;
        background-image: url(../img/dots.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin-left: 10px;
      }
    #layer_1 .card button {
      font-family: "Roboto", sans-serif;
      background: linear-gradient(180deg, #FF8800 0%, #DD5500 100%);
      transition: 0.3s;
      color: black;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
      width: calc(100% - 30px);
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      font-weight: 400; }
      #layer_1 .card button:hover {
        background: linear-gradient(180deg, #f4f4f4 0%, #d8d8d8 100%);
        color: #000; }
  #layer_1 .swiper-button-next,
  #layer_1 .swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 70px !important;
    height: 70px !important;
    top: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0FFFE7;
    color: #0FFFE7;
    transition: 0.3s;
    opacity: 1; }
    #layer_1 .swiper-button-next::after,
    #layer_1 .swiper-button-prev::after {
      font-size: 20px; }
    #layer_1 .swiper-button-next:hover,
    #layer_1 .swiper-button-prev:hover {
      opacity: 1; }
    #layer_1 .swiper-button-next.swiper-button-disabled,
    #layer_1 .swiper-button-prev.swiper-button-disabled {
      opacity: 0.5; }
  #layer_1 .swiper-pagination-bullet {
    background: #00FFFF;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: 0.3s;
    margin: 0 15px; }
  #layer_1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
    border-radius: 5px; }
  #layer_1 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }

#layer_2 .man_desc .tl h4 a {
  color: #0FFFE7;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif; }

#layer_2 {
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 70px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 0px);
  min-height: 649px; }
  #layer_2.enable {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_2 > h3 {
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 70px; }
  #layer_2 > p {
    color: #fff; }
  #layer_2 img {
    display: block;
    max-width: 100%; }
  #layer_2 #amazing {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #layer_2 .card {
    border-radius: 10px;
    border: 2px solid #0FFFE7;
    overflow: hidden;
    margin-bottom: 30px; }
    #layer_2 .card a {
      display: block;
      position: relative; }
      #layer_2 .card a .yt {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 75px;
        height: 75px;
        background-image: url(../img/yticon.png);
        background-size: cover; }
  #layer_2 .man_desc {
    display: flex; }
    #layer_2 .man_desc .author {
      margin-right: 20px; }
      #layer_2 .man_desc .author img {
        width: 100px;
        height: 100px;
        max-width: 100px;
        display: block;
        border-radius: 50%;
        border: 2px solid #0FFFE7; }
    #layer_2 .man_desc .tl h4 {
      color: #0FFFE7;
      font-size: 24px;
      line-height: 1.5;
      font-family: "Roboto", sans-serif; }
    #layer_2 .man_desc .tl p {
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      line-height: 1.5;
      font-weight: 300;
      color: #fff; }
  #layer_2 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }
  #layer_2 .swiper-pagination-bullet {
    background: #667EEA;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: 0.3s;
    margin: 0 15px; }
  #layer_2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
    border-radius: 5px; }
  #layer_2 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }

#bk_outer {
  background: url(../img/l2.jpg) no-repeat center center;
  background-size: 100% auto;
  padding-bottom: 100px; }

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next {
  opacity: 1; }

#layer_2 .swiper_az1,
#layer_2 .swiper_az2 {
  top: 280px !important; }

.swiper_az1,
.swiper_az2,
.swiper_az3,
.swiper_az4,
.swiper_az5,
.swiper_az6 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  border: 2px solid #0FFFE7;
  background: rgba(0, 0, 0, 0.5);
  top: 230px !important;
  transition: 0.3s;
  z-index: 50; }
  .swiper_az1:hover,
  .swiper_az2:hover,
  .swiper_az3:hover,
  .swiper_az4:hover,
  .swiper_az5:hover,
  .swiper_az6:hover {
    opacity: 1; }
  .swiper_az1:after,
  .swiper_az2:after,
  .swiper_az3:after,
  .swiper_az4:after,
  .swiper_az5:after,
  .swiper_az6:after {
    color: #0FFFE7; }

@media (max-width: 768px) {
  #layer_2 .swiper_az1,
  #layer_2 .swiper_az2 {
    top: 230px !important; } }
#layer_3 {
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 50px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 0px);
  min-height: 596px; }
  #layer_3.enable {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_3 #experts {
    position: relative;
    width: 100%;
    /* max-width: 1150px; */
    max-width: 1320px;

    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #layer_3 img {
    display: block;
    max-width: 100%; }
  #layer_3 > h3 {
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 70px; }
  #layer_3 > p {
    color: #fff; }
  #layer_3 .card {
    border-radius: 10px;
    border: 2px solid #0FFFE7;
    overflow: hidden;
    margin-bottom: 20px; }
  #layer_3 .desc {
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    color: #fff;
    font-family: "Roboto", sans-serif; }
  #layer_3 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }
  #layer_3 .swiper-pagination-bullet {
    background: #0FFFE7;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: 0.3s;
    margin: 0 15px; }
  #layer_3 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
    border-radius: 5px; }
  #layer_3 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }

@media (max-width: 768px) {
  #layer_3 .swiper_az3,
  #layer_3 .swiper_az4 {
    top: 200px !important; } }
#layer_4 {
  background-size: cover;
  margin: 0 0 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 50px;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 0px);
  min-height: 649px; }
  #layer_4.enable {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_4 > h3 {
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0.5em; }
  #layer_4 > p {
    color: #fff;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    max-width: 1280px;
    margin-left: auto;
    line-height: 1.8;
    margin-right: auto;
    text-align: center; }
  #layer_4 .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1280px;
    padding: 20px 0;
    gap: 24px; }
    #layer_4 .product-container .product-card {
      width: calc(33.3% - 18px);
      z-index: 0;
      padding-top: 50px;
      position: relative; }
      #layer_4 .product-container .product-card .box {
        padding: 120px 30px 25px;
        border-radius: 6.2px;
        box-sizing: border-box;
        position: relative;
        z-index: -2;
        background: #f5f5f5; }
        #layer_4 .product-container .product-card .box h4 {
          font-size: 24px;
          color: #000;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          margin-bottom: 0.3em; }
        #layer_4 .product-container .product-card .box p {
          font-family: "Roboto", sans-serif;
          font-size: 17px;
          font-weight: 300;
          line-height: 1.5;
          min-height: 4.5em;
          margin-bottom: 10px; }
        #layer_4 .product-container .product-card .box a {
          font-family: "Roboto", sans-serif;
          height: 52px;
          border-radius: 8px;
          background: linear-gradient(180deg, #666666 20%, #000000 100%);
          display: flex;
          font-size: 20px;
          align-items: center;
          justify-content: center;
          color: #fff;
          transition: 0.3s; }
          #layer_4 .product-container .product-card .box a:hover {
            background: linear-gradient(180deg, #FF8800 0%, #DD5500 100%); }
      #layer_4 .product-container .product-card .pic {
        display: block;
        position: absolute;
        width: 100%; }
        #layer_4 .product-container .product-card .pic img {
          display: block;
          max-height: 130px;
          max-width: 100%;
          margin: auto;
          transform: translate(0px, -40px); }
  #layer_4 .swiper_az5,
  #layer_4 .swiper_az6 {
    z-index: 10; }

@media (max-width: 768px) {
  #layer_4 .product-container .product-card {
    width: 100%; } }
/*  Learn Extreme OC  */
#layer_5 {
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  transform: translate(0, 0px);
  min-height: 605px;
  transition: 0.8s; }
  #layer_5.enable {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_5 > h3 {
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 70px; }
  #layer_5 #learn {
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #layer_5 img {
    display: block;
    max-width: 100%; }
  #layer_5 .card {
    min-height: 300px;
    box-shadow: 0px 10px 10px 0px #00000040;
    color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), radial-gradient(50% 50% at 50% 0%, rgba(15, 255, 231, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }
    #layer_5 .card .ask {
      color: #fff; }
      #layer_5 .card .ask.hide {
        display: none; }
      #layer_5 .card .ask .title {
        color: #fff;
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 16px;
        line-height: 1.5;
        height: 3em;
        overflow: hidden;
        font-family: "Roboto", sans-serif; }
      #layer_5 .card .ask .read_more {
        font-family: "Roboto", sans-serif;
        height: 52px;
        border-radius: 8px;
        background: #2C2C2C;
        display: flex;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: 0.3s; }
        #layer_5 .card .ask .read_more:hover {
          background: #FF6F00; }
    #layer_5 .card .ans {
      color: #fff; }
      #layer_5 .card .ans.hide {
        display: none; }
      #layer_5 .card .ans .title {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        background: #FF6F00;
        color: #fff;
        margin-bottom: 20px;
        padding: 10px; }
      #layer_5 .card .ans .content {
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        font-family: "Roboto", sans-serif; }
  #layer_5 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }
  #layer_5 .swiper-pagination-bullet {
    background: #0FFFE7;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: 0.3s;
    margin: 0 15px; }
  #layer_5 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
    border-radius: 5px; }
  #layer_5 .swiper-pagination {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px; }
  #layer_5 .card {
    border-radius: 10px;
    border: 2px solid #0FFFE7;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 20px; 
  }
  #layer_5 #learn .swiper {
    overflow: visible; }

#bk_outer2 .layer_5_out {
  width: 100%;
  overflow-x: hidden; }

/*    Shop Now   */
#layer_6 {
  background-size: cover;
  margin: 0;
  padding: 50px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 50px;
  opacity: 0;
  transform: translate(0, 0px);
  transition: 0.8s;
  /*  Select  */ }
  #layer_6.enable {
    opacity: 1;
    transform: translate(0, 0px); }
  #layer_6 > h3 {
    background: linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    font-size: 48px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.2em; }
  #layer_6 #shop_now {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1280px;
    padding: 20px 0 50px;
    gap: 24px;
    width: 100%; }
    #layer_6 #shop_now .product-card {
      width: calc(33.3% - 18px);
      z-index: 0; }
      #layer_6 #shop_now .product-card.hd {
        display: none; }
      #layer_6 #shop_now .product-card .box {
        padding: 60px 30px 35px;
        border-radius: 6.2px;
        box-shadow: 6.28px 6.28px 3.14px 0px #00000040;
        border: 1.74px solid #0FFFE7;
        box-sizing: border-box;
        min-height: 300px;
        position: relative;
        z-index: -2;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), radial-gradient(62.2% 80.11% at 50% 0%, #0FFFE7 -30%, rgba(0, 0, 0, 0) 70%); }
        #layer_6 #shop_now .product-card .box h4 {
          font-size: 24px;
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 500; }
        #layer_6 #shop_now .product-card .box .shops .shop {
          display: block;
          margin-top: 30px; }
          #layer_6 #shop_now .product-card .box .shops .shop img {
            border-radius: 8px;
            display: block;
            width: 100%; }
      #layer_6 #shop_now .product-card .pic {
        display: block;
        width: 90%;
        transform: translate(5%, 25px); }
        #layer_6 #shop_now .product-card .pic img {
          display: block;
          width: 100%;
          max-height: 120px; }
  #layer_6 .custom-select {
    position: relative;
    width: 500px;
    margin-bottom: 20px;
    height: 64px; }
  #layer_6 .select-selected {
    padding: 10px 20px 10px 30px;
    border: 1px solid #ccc;
    background: #EBECF0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    border-radius: 50px;
    box-shadow: 5px 3px 10px 0px #1A0B3A; }
  #layer_6 .select-options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    z-index: 100;
    max-width: calc(100% - 40px);
    left: 20px; }
  #layer_6 .option {
    padding: 10px;
    cursor: pointer; }
  #layer_6 .option:hover {
    background: #f0f0f0; }
  #layer_6 .arrow {
    font-size: 12px;
    background-image: url(../img/down.svg);
    background-size: cover;
    width: 30px;
    height: 30px; }

#bk_outer2 {
  background: url("../img/bk2.jpg") no-repeat center center;
  position: relative;
  background-size: cover; }
  #bk_outer2 .inner {
    padding-top: 70px;
    background: linear-gradient(180deg, rgba(112, 93, 187, 0.7) 0%, rgba(51, 42, 85, 0.7) 100%); }

#layer_6 .select-options {
  max-height: 360px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  #layer_6 .select-options::-webkit-scrollbar {
    width: 3px; }
  #layer_6 .select-options::-webkit-scrollbar-track {
    /* background: #f1f1f1;  */ }
  #layer_6 .select-options::-webkit-scrollbar-thumb {
    background: #555; }
  #layer_6 .select-options::-webkit-scrollbar-thumb:hover {
    background: #555; }

@media (max-width: 768px) {
  #layer_1 .inner {
    padding-top: 40px; }

  #layer_6 #shop_now .product-card {
    width: 100%; }

  #layer_6 .custom-select {
    width: 300px;
    font-size: 20px; } }
.xbtn {
  position: relative;
  overflow: hidden; }

.xbtn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  padding: 1rem 2rem;
  outline: 0;
  border: 0;
  cursor: pointer; }

span.ripple {
  position: absolute;
  /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7); }

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0; } }
.mb_aspect-ratio-box {
  width: 100%;
  padding-bottom: 177.78%;
  /* 1920 / 1080 = 1.7778 */
  position: relative; }

.pc_aspect-ratio-box {
  width: 100%;
  /* Adjust based on parent container */
  /* max-width: 1920px; */
  aspect-ratio: 16 / 9;
  position: relative; }

@media (max-width: 768px) {
  #layer_1 .inner .pouter,
  #layer_2,
  #layer_3,
  #layer_4 .product-container,
  #layer_5,
  #layer_6 {
    padding: 0 30px; }

  #layer_1 .inner > h3,
  #layer_2 > h3,
  #layer_3 > h3,
  #layer_4 > h3,
  #layer_5 > h3,
  #layer_6 > h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3; }

  #layer_2 {
    padding-top: 30px; }

  #layer_6 .swiper-pagination-bullet-active,
  #layer_5 .swiper-pagination-bullet-active,
  #layer_4 .swiper-pagination-bullet-active,
  #layer_3 .swiper-pagination-bullet-active,
  #layer_2 .swiper-pagination-bullet-active,
  #layer_1 .swiper-pagination-bullet-active {
    width: 100px; }

  #layer_1 .swiper-button-next, #layer_1 .swiper-button-prev,
  .swiper_az1, .swiper_az2, .swiper_az3, .swiper_az4, .swiper_az5, .swiper_az6 {
    width: 45px !important;
    height: 45px !important;
    background: #000;
    opacity: 1; }
    #layer_1 .swiper-button-next:after, #layer_1 .swiper-button-prev:after,
    .swiper_az1:after, .swiper_az2:after, .swiper_az3:after, .swiper_az4:after, .swiper_az5:after, .swiper_az6:after {
      font-size: 25px !important; }

  #layer_4 > p {
    font-size: 20px;
    padding: 0 30px;
    font-weight: 400; }

  #layer_4 .product-container .product-card .pic img {
    max-height: 110px; }

  #layer_4 .product-container .product-card .box {
    padding: 100px 30px 20px; }
    #layer_4 .product-container .product-card .box h4 {
      font-size: 20px; }
    #layer_4 .product-container .product-card .box p {
      font-size: 13px; }
    #layer_4 .product-container .product-card .box .shop_btn {
      height: 39px;
      font-size: 20px; }

  #layer_3 {
    margin-bottom: 0; }

  #layer_1 .card h4 {
    font-size: 20px;
    font-weight: 400; } }



    

/*# sourceMappingURL=style.css.map */


#layer_5   .card {
  min-height:460px;
}


@media (max-width:768px){
  /* #layer_1 .card h4:after {
    content: '';
    width: 16px;
    height: 13px;
     position: relative;
    bottom: 0.6em;
    right: 0px;
    background-image: url(../img/dots.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;

    margin-left: 10px;
  } */
}




#layer_3 .meta{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;;
}
#layer_3 .meta .mt{
  display: flex;
}
#layer_3 .meta .mt  svg{
  width: 13px;
  height: auto;
  display: block;
  margin:0 2px;
}

#layer_3 .meta .mx img  {
  height: 35px;
  width: auto;
  padding-right: 8px;
}
#layer_3 .author{
  padding-top:1.5em;
  display: block;
  color:#fff;
  font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    color: #fff;
}
#layer_3 #experts .desc{
  padding:0 5px;
}
#layer_3 #experts .desc img{
  display: inline-block;
  width: 18px;
  margin-left: 10px;
}

#experts  .swiper-slide{
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px 15px;
  box-sizing: border-box;
}
#layer_3 .meta{
  padding:0 5px;
}


    #layer_3  .swiper-button-prev,
    #layer_3  .swiper-button-next{
      top:250px ! important;
    }

@media(max-width:768px){

  #layer_1 .swiper-pagination-bullet,
  #layer_2 .swiper-pagination-bullet,
  #layer_3 .swiper-pagination-bullet,
  #layer_5 .swiper-pagination-bullet{

  }

  #layer_1 .swiper-pagination-bullet,
  #layer_2 .swiper-pagination-bullet,
  #layer_3 .swiper-pagination-bullet,
  #layer_5 .swiper-pagination-bullet{
    margin: 0 8px;
  }
}
