@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal; }

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; }

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; }

#mb_menu {
  display: none; }

#rwd_menu {
  display: none; }

header {
  background: #fff; }
  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: 116px;
      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; }
      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 #ccc;
      background: #fff;
      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; }
          header #pc_menu ul.sub_menu li a:hover {
            background: #eee; }

#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: 150px; }
    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; }
        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); }

@media (max-width: 1024px) {
  .container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
@media (max-width: 990px) {
  header #pc_menu {
    display: none; }

  header #mb_menu {
    display: block; }

  .container-full {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
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 #eee; }
  footer .fbox_inner {
    display: flex;
    justify-content: space-between; }
  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 span {
        margin: 0 10px; }
    footer .footer_social .footer_social {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social a {
        display: block;
        margin-left: 10px; }
        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%; } }
#perfect_match.cht > p {
  line-height: 1.6; }

#perfect_match {
  max-width: 1460px;
  margin: auto auto 50px;
  padding: 60px 15px; }
  #perfect_match > h3 {
    max-width: 1400px;
    margin: auto;
    font-size: 50px;
    line-height: 1.2;
    color: #7637A9;
    margin-bottom: 5px; }
  #perfect_match > p {
    max-width: 1400px;
    margin: auto;
    font-size: #333;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 50px; }
  #perfect_match .all-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #perfect_match .all-cards .card {
      width: calc(33.33% - 20px);
      max-width: 480px; }
      #perfect_match .all-cards .card img {
        display: block;
        width: 100%;
        height: auto; }
      #perfect_match .all-cards .card h3 {
        margin-top: 15px;
        font-size: 28px;
        color: #666;
        text-align: center;
        font-weight: 500;
        line-height: 1.3; }
  #perfect_match .pics {
    border-radius: 45px;
    overflow: hidden; }
    #perfect_match .pics .swiper-slide {
      border-radius: 45px;
      background: #eee;
      overflow: hidden; }

@media (max-width: 768px) {
  #perfect_match .all-cards .card {
    width: 100%;
    margin: auto; } }
@media (max-width: 450px) {
  #perfect_match > h3 {
    font-size: 36px; }

  #perfect_match > p {
    font-size: 20px; }

  #pslider2 .swiper-slide {
    max-width: 100%; }
    #pslider2 .swiper-slide img {
      left: 50%;
      transform: translate(-50%, 0px);
      position: relative; } }
#get_one_free {
  padding: 60px 15px;
  background: #d62223; }
  #get_one_free > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  #get_one_free > p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #get_one_free #form_box {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center; }
    #get_one_free #form_box .card1 {
      width: 33.3%;
      position: relative;
      border-radius: 16px;
      overflow: hidden; }
      #get_one_free #form_box .card1 img {
        display: block;
        width: 100%; }
      #get_one_free #form_box .card1 .caption {
        position: absolute;
        color: #fff;
        text-align: center;
        bottom: 40px;
        font-size: 40px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        text-shadow: 0 2px 8px #3911ff;
        line-height: 1.2;
        letter-spacing: 1px; }
        #get_one_free #form_box .card1 .caption img {
          width: 95%;
          display: inline-block; }
    #get_one_free #form_box .my_step {
      display: flex;
      width: calc(66.66%); }
      #get_one_free #form_box .my_step .step {
        width: 33.33%;
        padding: 0 15px;
        box-sizing: border-box; }
        #get_one_free #form_box .my_step .step .card {
          width: 100%;
          height: 420px;
          border-radius: 16px; }
          #get_one_free #form_box .my_step .step .card .sp {
            padding: 25% 10px 10px;
            margin-bottom: 25px; }
            #get_one_free #form_box .my_step .step .card .sp img {
              max-width: 150px;
              display: block;
              margin: auto;
              width: 100%; }
          #get_one_free #form_box .my_step .step .card h3 {
            color: #fff;
            font-size: 25px;
            line-height: 1.2;
            text-align: center;
            font-weight: 500;
            margin-bottom: 0.8em; }
          #get_one_free #form_box .my_step .step .card p {
            color: #fff;
            font-weight: 300;
            line-height: 1.3;
            text-align: center;
            font-size: 18px; }
          #get_one_free #form_box .my_step .step .card .action {
            padding: 0 15px; }
            #get_one_free #form_box .my_step .step .card .action a {
              display: block;
              color: #fff;
              background-color: #FF00E1;
              background-image: url(../images/xclickx.png);
              background-position: calc(100% - 20px) center;
              background-repeat: no-repeat;
              height: 56px;
              border-radius: 10px;
              display: flex;
              padding-left: 30px;
              box-sizing: border-box;
              align-items: center;
              font-size: 26px;
              font-weight: 600;
              max-width: 215px;
              margin: auto;
              box-shadow: 0 0 10px #3b3b3b;
              transition: 0.3s; }
              #get_one_free #form_box .my_step .step .card .action a:hover {
                background-color: #fff;
                color: #006AFF;
                background-image: url(../images/blclickx.png); }
        #get_one_free #form_box .my_step .step.st1 .card {
          background: linear-gradient(156.13deg, #006AFF 0.97%, #3911FF 99.95%); }
        #get_one_free #form_box .my_step .step.st2 .card {
          background: linear-gradient(156.13deg, #3511FF 0.97%, #7C11FF 99.95%); }
        #get_one_free #form_box .my_step .step.st3 .card {
          background: linear-gradient(156.13deg, #7710FF 0.97%, #DD00E5 99.95%); }

@media (max-width: 1000px) {
  #get_one_free #form_box {
    flex-wrap: wrap; }

  #get_one_free #form_box .card1 {
    width: 100%;
    margin: auto auto 20px; }

  #get_one_free #form_box .my_step {
    width: 100%; } }
@media (max-width: 768px) {
  #get_one_free #form_box .my_step {
    flex-wrap: wrap; }

  #get_one_free #form_box .my_step .step {
    width: 100%; }

  #get_one_free #form_box .card1 {
    max-width: 500px;
    margin: auto auto 20px; }

  #get_one_free #form_box .my_step .step .card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 400px; }

  #get_one_free #form_box .card1 .caption {
    bottom: 30px;
    font-size: 34px; }

  #get_one_free #form_box .my_step .step .card .sp {
    padding: 20% 10px 10px; }

  #get_one_free #form_box .my_step .step .card {
    height: 400px; }

  #get_one_free #form_box .my_step .step {
    padding: 0; } }
@media (max-width: 450px) {
  #get_one_free > h3 {
    font-size: 36px; }

  #get_one_free > p {
    font-size: 20px; } }
#get_yours_today {
  padding: 60px 0px 0; }
  #get_yours_today > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #7637A9;
    text-align: center;
    margin-bottom: 20px; }
  #get_yours_today > p {
    font-size: #333;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #get_yours_today #region_api {
    max-width: 1400px;
    margin: auto; }
    #get_yours_today #region_api .tabs {
      margin: auto;
      display: flex;
      gap: 20px;
      justify-content: center; }
      #get_yours_today #region_api .tabs a {
        font-size: 23px;
        display: inline-block;
        text-align: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: #7637A9;
        border: 2px solid #7637A9;
        border-radius: 6px;
        width: 100%;
        max-width: 270px;
        transition: 0.3s;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        line-height: 1.2;
        align-items: center; }
        #get_yours_today #region_api .tabs a.active {
          color: #fff;
          background: #7637A9; }
  #get_yours_today #regions {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #e2def6;
    padding: 30px;
    margin-top: 40px; }
    #get_yours_today #regions .reg_card {
      width: 16.666%;
      margin-bottom: 50px; }
    #get_yours_today #regions h3 {
      text-align: center;
      color: #666666;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 15px;
      height: 2em;
      display: flex;
      justify-content: center; }
    #get_yours_today #regions .logos {
      padding: 0 7px; }
      #get_yours_today #regions .logos a {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px #d8d7d7;
        overflow: hidden; }
        #get_yours_today #regions .logos a img {
          display: block;
          width: 100%; }

.cselect {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23d62223" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  /* Adjust padding to make space for the arrow */
  border: 2px solid #d62223;
  border-radius: 4px;
  padding: 8px 10px;
  color: #d62223;
  width: 100%;
  font-size: 18px;
  display: none;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

#get_yours_today #region_api .tabs {
  display: flex; }

@media (max-width: 768px) {
  #get_yours_today #regions .reg_card {
    width: 33.333%; }

  #get_yours_today #region_api .tabs a {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }

  #get_yours_today #regions {
    padding: 30px 15px; }

  #get_yours_today #regions {
    justify-content: flex-start; }

  #get_yours_today {
    padding: 20px 0 0; }

  #get_yours_today > h3 {
    font-size: 32px;
    padding: 0 15px;
    text-align: left; }

  #get_yours_today > p {
    font-size: 20px;
    padding: 0 15px;
    text-align: left; }

  #get_yours_today #region_api .tabs {
    flex-wrap: wrap; } }
@media (max-width: 450px) {
  #get_yours_today #regions .reg_card {
    width: 50%; } }
#ex1.modal {
  padding: 0;
  max-width: 1200px;
  overflow: hidden; }

#ex1 {
  padding-left: 0px !important;
  padding-right: 0 !important; }

#region_api {
  max-width: none !important; }

#pslider1 {
  margin-bottom: 50px; }
  #pslider1 .photo .pic {
    position: relative;
    background-size: cover;
    min-height: 452px;
    background-position: center;
    border-top-left-radius: 80px;
    overflow: hidden; }
    #pslider1 .photo .pic img {
      width: 100%;
      display: block; }
    #pslider1 .photo .pic .tag {
      position: absolute;
      color: #fff;
      background: #7637A9;
      border-radius: 20px;
      position: absolute;
      right: 15px;
      bottom: 14px;
      font-size: 20px;
      text-transform: uppercase;
      padding: 7px 13px;
      border-radius: 20px; }
  #pslider1 .photo h3 {
    padding-top: 20px;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px; }
  #pslider1 .photo .pt {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }

#p1_outter {
  position: relative;
  padding: 0 30px; }
  #p1_outter .swiper-button-prev {
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../images/ssd/left_x.png);
    background-size: cover; }
    #p1_outter .swiper-button-prev:after {
      display: none; }
  #p1_outter .swiper-button-next {
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(../images/ssd/right_x.png);
    background-size: cover; }
    #p1_outter .swiper-button-next:after {
      display: none; }

#products {
  padding: 60px 15px; }
  #products > h3 {
    max-width: 1400px;
    margin: auto;
    font-size: 50px;
    line-height: 1.2;
    color: #7637A9;
    margin-bottom: 5px; }
  #products > p {
    max-width: 1400px;
    margin: auto;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300; }
  #products .all_products {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto; }
    #products .all_products .item {
      width: 33.33%;
      text-align: center; }
      #products .all_products .item .pic {
        position: relative;
        margin-bottom: 20px; }
        #products .all_products .item .pic img {
          display: block;
          width: 100%; }
        #products .all_products .item .pic .meta {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center; }
          #products .all_products .item .pic .meta h3 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px; }
          #products .all_products .item .pic .meta p {
            line-height: 1.2;
            font-size: 16px;
            color: #666;
            font-weight: 300; }
      #products .all_products .item a {
        text-transform: uppercase;
        max-width: 159px;
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
        margin: auto auto 20px;
        background: #7637A9;
        color: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        display: block; }

.my_action {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  flex-wrap: wrap; }

.fx_btn {
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 50%;
  height: 0;
  padding-bottom: 140px;
  background: linear-gradient(270deg, #96A8FF 0%, #AEABEC 95.61%);
  box-shadow: 0px 0px 35px 0px #00000040;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  max-width: 650px; }
  .fx_btn span {
    display: inline-flex;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%); }
    .fx_btn span img {
      width: 70px;
      display: block;
      margin-right: 10px; }

@media (max-width: 1100px) {
  .fx_btn span {
    font-size: 35px; }

  .fx_btn span img {
    width: 50px; } }
@media (max-width: 1024px) {
  .my_action {
    justify-content: center;
    align-items: center; }
    .my_action .fx_btn {
      width: 700px; } }
@media (max-width: 768px) {
  #products {
    background-image: url(../images/ssd/mbbk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 318px auto; }

  #products > h3 {
    font-size: 32px;
    font-weight: 800; }

  #products > p {
    font-size: 16px; }

  #products .all_products {
    flex-wrap: wrap; }

  #products .all_products .item {
    width: 50%; }

  #products .all_products .item .pic .meta h3 {
    font-size: 20px; }

  #products .all_products .item .pic .meta p {
    font-size: 14px; }

  #products .all_products .item a {
    font-size: 16px;
    max-width: 90px; }

  #products .all_products .item .pic .meta {
    position: relative;
    margin-top: -30px; }

  .fx_btn {
    padding-bottom: 110px; }
    .fx_btn span {
      padding-left: 50px;
      font-size: 22px;
      justify-content: flex-start;
      width: calc(100% - 50px); } }
#top_img .pc_img {
  position: relative; }
  #top_img .pc_img .bk {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top; }
  #top_img .pc_img > img {
    opacity: 0;
    display: block;
    width: 100%; }
  #top_img .pc_img .metaz {
    position: absolute;
    width: 100%;
    max-width: 637px;
    left: 60px;
    bottom: 50px; }
    #top_img .pc_img .metaz h2 > div {
      font-size: 43px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 0px 0px 9px #000000; }
      #top_img .pc_img .metaz h2 > div.p1 {
        font-size: 48px;
        margin-bottom: 0px;
        text-transform: uppercase; }
      #top_img .pc_img .metaz h2 > div.p2 {
        font-size: 75px;
        margin-bottom: 0.2em;
        text-transform: uppercase; }
    #top_img .pc_img .metaz p {
      color: #fff;
      font-size: 20px;
      line-height: 1.5em; }
    #top_img .pc_img .metaz .pd_list {
      display: flex; }
      #top_img .pc_img .metaz .pd_list .pd {
        width: 50%;
        text-align: center;
        position: relative; }
        #top_img .pc_img .metaz .pd_list .pd img {
          display: block;
          width: 100%; }
        #top_img .pc_img .metaz .pd_list .pd h3 {
          transform: translate(0, -45px);
          width: 100%;
          color: #fff;
          font-size: 24px;
          background-image: url(../images/ssd/bk_pp.png);
          background-position: center;
          background-size: 100% auto;
          padding: 6px 0;
          width: 85%;
          margin: auto;
          text-align: center; }

#top_img .mb_img {
  display: none; }

@media (max-width: 1400px) {
  #top_img .pc_img .metaz {
    max-width: 500px;
    left: 20px; } }
@media (max-width: 1280px) {
  #top_img .pc_img .metaz {
    max-width: 400px;
    left: 20px;
    bottom: 0px; }
    #top_img .pc_img .metaz h2 div.p1 {
      font-size: 30px; }
    #top_img .pc_img .metaz h2 div.p2 {
      font-size: 60px; }
    #top_img .pc_img .metaz p {
      font-size: 16px; }

  #top_img .pc_img .metaz .pd_list .pd h3 {
    bottom: 10px; } }
@media (max-width: 768px) {
  #top_img .pc_img {
    display: none; }
  #top_img .mb_img {
    display: block; }
    #top_img .mb_img div {
      font-size: 43px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 1px 2px 5px #737272; }
    #top_img .mb_img h2 img {
      display: none; }

  #top_img .mb_img {
    position: relative; }
    #top_img .mb_img > img {
      opacity: 0;
      display: block;
      width: 100%; }
    #top_img .mb_img .bk {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center top; }
    #top_img .mb_img .metaz {
      position: absolute;
      width: calc(100% - 15px);
      bottom: 75px;
      padding-left: 15px; }
      #top_img .mb_img .metaz h2 > div {
        font-size: 43px;
        line-height: 1.2;
        color: #fff;
        text-shadow: 0px 0px 9px #000000; }
        #top_img .mb_img .metaz h2 > div.p1 {
          text-transform: uppercase;
          font-size: 40px;
          margin-bottom: 0px; }
        #top_img .mb_img .metaz h2 > div.p2 {
          text-transform: uppercase;
          font-size: 40px;
          margin-bottom: 0.2em; }
      #top_img .mb_img .metaz p {
        color: #fff;
        font-size: 16px;
        line-height: 1.5em;
        max-width: 300px; }
      #top_img .mb_img .metaz .pd_list {
        display: flex;
        justify-content: center; }
        #top_img .mb_img .metaz .pd_list .pd {
          width: 50%;
          text-align: center;
          position: relative; }
          #top_img .mb_img .metaz .pd_list .pd img {
            display: block;
            width: 100%;
            max-width: 150px;
            margin: auto; }
          #top_img .mb_img .metaz .pd_list .pd h3 {
            text-shadow: 0px 0px 9px #000000;
            bottom: 10px;
            position: absolute;
            width: 100%;
            color: #fff;
            font-size: 16px; } }
.scrollbar-thumb {
  background: #7637A9 !important; }

#ex2 {
  max-width: 1440px;
  background-image: url(../images/ssd/modal_bk.png);
  background-size: 100% auto;
  background-position: center;
  }
  #ex2 .ibox {
     min-height: 800px;
    display: flex;
   }
    #ex2 .ibox .left {
      width: calc(100% - 720px);
      padding-right: 20px;
      padding-top: 30px;
      padding-left: 20px;
      padding-bottom: 10px;
      box-sizing: border-box; }
      #ex2 .ibox .left h3 {
        font-size: 48px;
        color: #7637A9;
        margin-bottom: 15px; }
      #ex2 .ibox .left .use_pd {
        font-size: 20px;
        margin-bottom: 15px; }
      #ex2 .ibox .left #pditext {
        background: rgba(158, 141, 222, 0.1);
        padding: 20px;
        margin-bottom: 20px;
        line-height: 1.5;
        max-height: 500px;
        border-radius: 16px; }
      #ex2 .ibox .left #zb_pic {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between;  */
      }


        #ex2 .ibox .left #zb_pic .item{
          margin-left: 5px;
          margin-right: 5px;
          width: calc(25% - 10px);
          height: 90px;  
          margin-bottom: 10px;        
        }


        #ex2 .ibox .left #zb_pic .item a {
          display: block;
          width: 100%;
          height: 100%;;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border: 2px solid #FFFFFF;
          box-shadow: 0px 1px 4px 0px #00000040;
          margin-bottom: 15px;
          position: relative; 

          max-width: 133px;
          margin: auto;          
        }
          #ex2 .ibox .left #zb_pic .item a img {
            opacity: 0;
            display: block;
            height: 90px; }
          #ex2 .ibox .left #zb_pic .item a:before {
            z-index: 0;
            position: absolute;
            content: '';
            background-size: cover;
            width: 28px;
            height: 31px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            transition: 0.3s;
            background-image: url(../images/ssd/play.png); }
          #ex2 .ibox .left #zb_pic .item a:hover:before {
            transform: translate(-50%, -50%) scale(1.1); }
          #ex2 .ibox .left #zb_pic .item a:active:before {
            transform: translate(-50%, -50%) scale(1.15); }
    #ex2 .ibox .right {
      width: 720px;
      display: flex;
      flex-wrap: wrap; }
      #ex2 .ibox .right .md_pd {
        padding-top: 0px;
        width: 50%;
        text-align: center;
        padding-bottom: 30px;
        max-height:50%;
       }
        #ex2 .ibox .right .md_pd .pic {
          position: relative;
          margin-bottom: 35px; }
          #ex2 .ibox .right .md_pd .pic img {
            width: 100%;
            display: block;
            max-width: 300px;
            margin: auto; }
          #ex2 .ibox .right .md_pd .pic .meta {
            transform: translate(0, 15px);
            position: absolute;
            width: 100%;
            bottom: 0; }
        #ex2 .ibox .right .md_pd h3 {
          font-size: 24px;
          font-weight: bold;
          color: #333;
          margin-bottom: 8px; }
        #ex2 .ibox .right .md_pd p {
          line-height: 1.2;
          font-size: 16px;
          color: #666;
          font-weight: 300; }
        #ex2 .ibox .right .md_pd a {
          max-width: 119px;
          box-sizing: border-box;
          text-align: center;
          font-size: 20px;
          margin: auto auto 20px;
          background: #7637A9;
          color: #fff;
          padding: 10px 15px;
          border-radius: 20px;
          display: block; }
        #ex2 .ibox .right .md_pd:nth-child(1) {
          background: linear-gradient(180deg, rgba(101, 71, 215, 0.3) 41.43%, rgba(174, 171, 236, 0) 100%);
          border-bottom-left-radius: 200px;
          overflow: hidden;
          border-bottom-right-radius: 200px; }
        #ex2 .ibox .right .md_pd:nth-child(4) {
          background: linear-gradient(180deg, rgba(174, 171, 236, 0) 7%, rgba(83, 38, 255, 0.3) 100%);
          border-top-left-radius: 200px;
          overflow: hidden;
          border-top-right-radius: 200px; }

.modal {
  padding: 0px 20px 0 !important; }

.modal a.close-modal {
  background-image: url(../images/ssd/cross.svg) !important;
  top: 20px !important;
  right: 20px !important; }

@media (max-width: 1300px) {
  #ex2 {
    max-width: 100%;
    width: 100%; } }
@media (max-width: 1200px) {
  #ex2 .ibox .right {
    width: 600px; }

  #ex2 .ibox .left {
    width: calc(100% - 600px); }

  #ex2 .ibox .left #pditext {
    height: 420px; } }
@media (max-width: 950px) {
  #ex2 .ibox {
    flex-wrap: wrap; }
    #ex2 .ibox .left {
      width: 100%;
      padding: 30px 0 0; }
    #ex2 .ibox .right {
      width: 100%; }

  #ex2 .ibox .right .md_pd.pv1 {
    background: none;
    border-bottom-left-radius: 0px;
    overflow: auto;
    border-bottom-right-radius: 0px; }

  #ex2 .ibox .right .md_pd.pv4 {
    background: none;
    border-bottom-left-radius: 0px;
    overflow: auto;
    border-bottom-right-radius: 0px; } }
@media (max-width: 768px) {

   #ex2 .ibox .left #zb_pic .item{
    width: calc(50% - 10px);;
   }

   #ex2 .ibox .right .md_pd{
    max-height: none;
   }


  #perfect_match > h3 {
    font-size: 32px; }

  #perfect_match > p {
    font-size: 16px; }

  #perfect_match > p br {
    display: none; }

  #ex2 .ibox .right .md_pd .pic .meta {
    position: relative;
    transform: translate(0, 0px); }

  #ex2 .ibox .right .md_pd {
    width: calc(50% - 20px); }

  #ex2 .ibox .right .md_pd .pic {
    margin-bottom: 15px; }

  #mod_pd {
    justify-content: space-between; }

  #ex2 .ibox .right .md_pd {
    padding-top: 0; }

  #ex2 .ibox .left h3 {
    font-size: 32px; }

  #ex2 .ibox .left .use_pd {
    font-size: 20px; }

  #ex2 .ibox .left #zb_pic .item a:before {
    width: 30px;
    height: 33px; } }
:root {
  --swiper-material-scale: 1;
  --swiper-material-slide-size: 100%;
  --swiper-material-slide-border-radius: 32px ; }

.swiper-material-wrapper {
  border-radius: var(--swiper-material-slide-border-radius);
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  pointer-events: auto; }

.swiper-material-content {
  position: absolute;
  transform: translate3d(0, 0, 0);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-horizontal .swiper-material-content {
  height: 100%;
  width: var(--swiper-material-slide-size);
  left: calc(50% - var(--swiper-material-slide-size)/ 2);
  top: 0; }

.swiper-vertical .swiper-material-content {
  width: 100%;
  height: var(--swiper-material-slide-size);
  top: calc(50% - var(--swiper-material-slide-size)/ 2);
  left: 0; }

.demo-slider {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 10;
  min-height: 0; }

.swiper-material {
  height: 500px;
  width: calc(100% - 32px);
  max-width: 100%; }

.demo-material-image {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: var(--swiper-material-slide-border-radius); */ }

.swiper-material-content {
  position: absolute;
  transform: translate3d(0, 0, 0);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.demo-material-label {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%); }

#cp_banner .top {
  font-size: 32px;
  text-align: center;
  background: #CFABEC;
  color: #fff;
  font-weight: 600;
  padding: 15px; }
#cp_banner img {
  display: block;
  width: 100%; }

#cp_banner .mb_bn {
  display: none; }

#cp_banner .pc_bn {
  display: block; }

.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) {
  #cp_banner .top {
    font-size: 20px; }

  #cp_banner .mb_bn {
    display: block; }

  #cp_banner .pc_bn {
    display: none; } }
.blocker {
  z-index: 10 !important; }

#page {
  z-index: 0;
  position: relative; }
  #page:after {
    content: '';
    z-index: -1;
    width: 926px;
    height: 1420px;
    background: radial-gradient(32.39% 32.39% at 103.24% 64.08%, rgba(207, 171, 236, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
    position: absolute;
    bottom: 50vh;
    right: 0; }

/*# sourceMappingURL=style.css.map */


