/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes wavewave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
@keyframes fadeDots {
  0%, 90% {
    visibility: hidden;
  }
  95% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes fadeDots {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes changeImg {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 0;
  }
}
@keyframes changeImg01 {
  0% {
    z-index: 0;
  }
  100% {
    z-index: -1;
  }
}
@keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 0;
  }
}
@keyframes changeImg2 {
  0% {
    z-index: 0;
  }
  50% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}
@keyframes changeImg3 {
  0% {
    z-index: 0;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}
@keyframes wave {
  0% {
    transform: translate(15%, 0%);
  }
  100% {
    transform: translate(-15, 0%);
  }
}
@keyframes animateBubble {
  0% {
    top: 80%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}
@keyframes float {
  0% {
    transform: translate(0%, -10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    background: url(../images/bg01.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/bg00.png);
    background-size: 100% 100%;
  }
}
@keyframes zoom-in-zoom-out1 {
  0% {
    background: url(../images/bg09_m.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/bg009_m.png);
    background-size: 100% 100%;
  }
}
@keyframes zoom-in-zoom-out2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoom-in-zoom-out3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes zoom-in-zoom-out4 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes img-ani {
  0%, 25% {
    z-index: 0;
  }
  35%, 60% {
    z-index: 0;
  }
  70%, 100% {
    z-index: 1;
  }
}
.navbar_mob {
  max-width: 414px;
  width: 100%;
  height: 100%;
  background: #8187ea;
  position: fixed;
  top: 0;
  z-index: 999;
}

.navbar_mob_wrap {
  max-height: 100%;
  overflow-y: scroll;
}
.navbar_mob_wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
.navbar_mob_wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.navbar_mob_wrap img {
  height: 100%;
}
.navbar_mob_wrap ul {
  width: 85%;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar_mob_wrap ul li {
  width: 100%;
  position: relative;
}
.navbar_mob_wrap ul li a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 30px 0;
}
.navbar_mob_wrap ul li a::before {
  content: "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
  position: absolute;
  color: #98d0f9;
  left: 0;
  bottom: 0;
  font-size: 8px;
  height: 10px;
  letter-spacing: 2px;
  display: block;
  overflow: hidden;
}
.navbar_mob_wrap ul .sstar {
  max-width: 75px;
  max-height: 58px;
  position: absolute;
  object-fit: contain;
  right: 0%;
  bottom: 17%;
  width: 16vw;
}
.navbar_mob_wrap .m_logo {
  position: absolute;
  top: 50px;
  max-width: 115px;
  max-height: 33px;
  left: 45px;
  width: 50vw;
  height: 40vw;
}
.navbar_mob_wrap .navbar_mob_close {
  width: 52px;
  height: 54px;
  position: absolute;
  right: 24px;
  top: 35px;
}
.navbar_mob_wrap .menu-bottom {
  position: absolute;
  bottom: 1vw;
}

footer {
  background: #a89d8b;
}
footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0;
}
footer .logo-links {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .logo-links .link-item {
  margin-left: 48px;
}
footer .logo-links .link-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer_bottom {
  padding: 20px 0;
  background: #475149;
}
footer .footer_bottom .container,
footer .footer_bottom .socila-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom .container span,
footer .footer_bottom .container a,
footer .footer_bottom .socila-btns span,
footer .footer_bottom .socila-btns a {
  margin-right: 30px;
}
footer .footer_bottom .container img,
footer .footer_bottom .socila-btns img {
  max-width: 42px;
}
footer .footer_bottom p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  scroll-behavior: smooth;
  touch-action: manipulation;
  background-color: #8187ea;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

input {
  border-radius: 0;
}
input:focus-visible {
  outline: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
button[disabled] {
  cursor: no-drop;
}
button[disabled]:hover {
  background: #999999 !important;
}

.act-btn {
  position: relative;
}
.act-btn img {
  position: absolute;
  top: 0;
  left: 0;
}
.act-btn img:first-child {
  z-index: -1;
}
.act-btn:hover img:first-child {
  z-index: 2;
}

.outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #8187ea;
}
.bg-cover img {
  position: absolute;
  max-width: 263px;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-cover .bg_l {
  left: 0;
}
.bg-cover .bg_r {
  right: 0;
}

.main-wrap {
  position: relative;
  max-width: 414px;
  width: 80vw;
  z-index: 1;
}

#Banner img,
#Test img {
  height: 100%;
}

.menu {
  position: sticky;
  top: 10px;
  left: 0;
  text-align: end;
  margin-top: 10px;
  z-index: 99;
}
.menu .ham {
  max-width: 60px;
  max-height: 60px;
  width: 30vw;
  height: 30vw;
  margin-right: 10px;
}

#Test {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  margin-top: -83px;
}
#Test .btn-start {
  position: absolute;
  max-width: 184px;
  max-height: 61px;
  width: 50vw;
  height: 50vw;
  bottom: 19.3%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#Test .btn-start img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#Test .btn-start img:first-child {
  animation: changeImg 1s linear infinite;
}
#Test .btn-start img:nth-child(2) {
  animation: changeImg01 1s linear infinite;
}
#Test .test-item {
  position: relative;
  width: 100%;
  opacity: 0;
  animation: fadeIn 0.5s linear forwards;
}
#Test .test-btns {
  position: absolute;
  display: flex;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
#Test .test-btns button {
  position: relative;
  margin: 0 10px;
  max-width: 158px;
  width: 38vw;
  max-height: 40px;
  width: 50vw;
  height: 50vw;
}

#Loading {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#Loading .heart-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Loading .heart-group img {
  max-width: 50px;
  margin: 0 10px;
  animation: wavewave 1.3s linear infinite;
}
#Loading .heart-group img:nth-child(2) {
  animation-delay: -1.1s;
}
#Loading .heart-group img:nth-child(3) {
  animation-delay: -0.9s;
}

#Articles {
  position: relative;
  padding-top: 36px;
  margin-bottom: 150px;
}
#Articles::after {
  content: "";
  position: absolute;
  background: url(../images/deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 94px;
  max-height: 90px;
  width: 22vw;
  height: 18vw;
  top: -22px;
  right: 2vw;
  z-index: 13;
}
#Articles .slick-track {
  display: flex;
}
#Articles .article_wrap {
  padding-left: 38px;
}
#Articles h2 {
  max-width: 390px;
  min-width: 312px;
  width: 15vw;
}
#Articles .article_group {
  overflow: hidden;
  margin-top: 36px;
}
#Articles .article_info {
  display: block;
  max-width: 320px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-right: 20px;
  cursor: pointer;
}
#Articles .article_info .article_img {
  width: 320px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
}
#Articles .article_info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Articles h3,
#Articles p {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
#Articles h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
}
#Articles p {
  text-align: justify;
}
#Articles .btn-more {
  display: inline-block;
  max-width: 133px;
  width: 40vw;
}
#Articles .reels {
  min-width: 313px;
  max-width: 313px;
  margin-right: 20px;
}
#Articles .reels h3 {
  font-size: 18px;
  font-weight: 700;
}
#Articles .reels p {
  font-size: 15px;
}
#Articles .reels-wrap {
  position: relative;
  height: 557px;
  overflow: hidden;
}
#Articles .reels-wrap iframe {
  position: absolute;
  width: 143%;
  height: 140%;
  top: -55px;
  left: -67px;
  overflow-y: hidden;
}
#Articles .reels_group {
  overflow-x: hidden;
}

#ForDimmies {
  position: absolute;
  top: -150px;
}

#forDimmies {
  position: relative;
  background: #66b0f2;
  padding-top: 141px;
  padding-left: 38px;
}
#forDimmies .deco02 {
  position: absolute;
  max-width: 359px;
  width: 85vw;
  top: -122px;
  z-index: 3;
  transform: translateY(-2px);
}
#forDimmies .forDimmies_wrap {
  margin-top: -31px;
  overflow: hidden;
  padding-bottom: 40px;
}
#forDimmies .slick-track {
  display: flex;
}
#forDimmies .item {
  position: relative;
  max-width: 322px;
  min-width: 322px;
  margin-right: 20px;
  width: 70vw;
}
#forDimmies .box {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  max-width: 250px;
  width: 65vw;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#forDimmies .item_img {
  height: 50%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
#forDimmies .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#forDimmies .info {
  height: 60%;
  margin-top: 26px;
}
#forDimmies h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
#forDimmies p,
#forDimmies span {
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#forDimmies span,
#forDimmies .price {
  font-weight: 700;
}
#forDimmies .price {
  text-align: end;
  margin-top: 4px;
  color: #66b0f2;
}
#forDimmies .star-group {
  display: flex;
  margin-left: 10px;
}
#forDimmies .star-group img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#forDimmies hr {
  height: 1px;
  background-color: #000;
}
#forDimmies button {
  position: absolute;
  max-width: 114px;
  /* min-width: 100px; */
  max-height: 61px;
  width: 50vw;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 15vw;
}

#Time {
  padding-top: 50px;
  background: #66b0f2;
}
#Time img {
  min-width: 311px;
  width: 95%;
  padding-left: 38px;
}
#Time a {
  position: relative;
  max-width: 140px;
  min-width: 130px;
  max-height: 65px;
  height: 100vw;
}
#Time a img {
  width: 100%;
  min-width: 1px;
  padding: 0;
}

#Sponsor {
  background: #000;
  padding: 28px 25px;
}
#Sponsor .girlsTalk {
  max-width: 125px;
}
#Sponsor .elemis_london {
  max-width: 231px;
  margin-top: 40px;
}
#Sponsor p,
#Sponsor span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
#Sponsor .social-groups {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#Sponsor .social-groups span {
  margin: 0;
}
#Sponsor .social-groups a {
  width: 64px;
  height: 64px;
}
#Sponsor .footer_info p {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 10px 0;
}

#Result {
  height: 100%;
}
#Result .result_top {
  position: relative;
  height: 100%;
}
#Result .result_bottom {
  width: 100%;
  position: absolute;
  bottom: 4.5%;
  padding: 0 30px;
}
#Result .result_bottom button {
  max-height: 50px;
  height: 50vw;
}
#Result .result-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
#Result .result-btns button {
  width: 48%;
}

@media (min-height: 1080px) {
  #Banner,
  #Test {
    height: auto;
  }
}
@media (max-width: 990px) {
  .main-wrap {
    width: 80vw;
  }
  #Test .test-outer {
    padding: 0 70px;
  }
  #Test .last-step {
    right: 70px;
  }
  .ham {
    left: 77vw;
  }
  .container-fluid {
    padding: 0;
  }
  .bg-cover {
    display: none;
  }
  #Result .result_top {
    position: relative;
  }
  #Result .result_top a {
    position: absolute;
  }
  #Result .result_top a.podcast-link {
    width: 44.5vw;
    height: 17vw;
  }
  #Result .result_top a.products-link {
    width: 44.5vw;
    height: 24vw;
  }
}
@media (max-width: 767px) {
  #Test button .ans {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #Test .test-outer {
    padding: 0 20px;
  }
  #Test .last-step {
    right: 20px;
  }
  .ham {
    left: 84vw;
  }
  #Start button {
    width: 61vw;
    height: 20vw;
  }
  #Articles .reels_group {
    display: flex;
    overflow-x: scroll;
  }
  #Articles .reels_group::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  #Articles .reels_group::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  #forDimmies h3 {
    font-size: 16px;
  }
  #forDimmies p,
  #forDimmies span {
    font-size: 14px;
  }
  #forDimmies .forDimmies_wrap {
    display: flex;
    overflow-x: scroll;
  }
  #forDimmies .forDimmies_wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  #forDimmies .forDimmies_wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .main-wrap,
  .navbar_mob_wrap,
  .navbar_mob {
    max-width: 100%;
    width: 100%;
  }
  .bg-cover {
    width: 100dvw;
  }
  #Articles {
    margin-bottom: 130px;
  }
  #Result .result_bottom {
    bottom: 4.5%;
    padding: 0 25px;
  }
  #Result .result-btns button {
    height: 12vw;
  }
}
@media (max-width: 500px) {
  #forDimmies .deco02 {
    top: -86px;
  }
  #forDimmies .forDimmies_wrap {
    margin-top: -1px;
  }
}
@media (max-width: 380px) {
  #Start button {
    width: 49vw;
    height: 16vw;
  }
  #Result .result-btns p span {
    font-size: 16px;
  }
  #forDimmies .forDimmies_wrap {
    margin-top: -20px;
  }
}
@media (max-width: 374px) and (min-height: 576px) {
  .main-wrap {
    height: 100%;
  }
  #Banner,
  #Test {
    height: 100%;
  }
  #Test .btn-start {
    width: 13.5dvh;
    height: 5dvh;
  }
}/*# sourceMappingURL=style.css.map */