@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input,
select,
a img {
  vertical-align: middle;
}

:root {
  --remBasicSize: 16px;
}

.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_peacock, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_snake, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_fox, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_elephant, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_koala, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_tiger, .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .qz_result_title {
  text-indent: -999999px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
textarea,
button,
option,
li {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #212121;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-appearance: none;
  cursor: pointer;
}
a:focus, a:hover, a:active,
button:focus,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

.ctr_both {
  clear: both;
}

.m_auto {
  display: block;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

.container {
  margin: 0 auto;
  height: auto;
  position: relative;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn_return {
  background: url(../images/golden_line.png) repeat-x center;
  background-size: contain;
  height: calc(6.375 * var(--remBasicSize));
  margin: 0;
  padding-top: calc(1.875 * var(--remBasicSize));
  margin-top: calc(5 * var(--remBasicSize));
  margin-bottom: calc(8.75 * var(--remBasicSize));
}
.btn_return > a {
  width: calc(21.25 * var(--remBasicSize));
  height: calc(7 * var(--remBasicSize));
  background: url(../images/btn_return.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  line-height: calc(6.25 * var(--remBasicSize));
  font-size: calc(2 * var(--remBasicSize));
  letter-spacing: 0.05em;
  color: #fff;
  border: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .btn_return {
    height: 80px;
    padding-top: 30px;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .btn_return:hover a {
    -webkit-filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
            filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
  }
  .btn_return > a {
    height: 80px;
    background: url(../images/btn_return.png) no-repeat center;
    background-size: contain;
    line-height: 78px;
    font-size: 20px;
  }
}
.dark_bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.58);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

footer {
  width: 100%;
  height: 80px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}
footer.hearst {
  height: 80px;
  overflow: auto;
}
footer.hearst .copyright {
  margin-top: -22px;
}
footer.mobile {
  height: 70px;
}
footera {
  text-decoration: none;
}
footera:link {
  text-decoration: none;
}
footer .copyright {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 28px;
  color: #212121;
}
footer .logo {
  line-height: 70px;
  margin-right: 5px;
  vertical-align: middle;
}
footer .logo.icon-elle-logo {
  color: #db0029;
  font-size: 29px;
}
footer .logo.icon-cosmo-logo,
footer .logo.icon-cosmocom-logo {
  color: #f8199d;
  font-size: 29px;
}
footer .logo.icon-bazaar-logo {
  color: #000;
  font-size: 40px;
}
footer .logo.icon-wh-logo {
  color: #000;
  font-size: 29px;
}

@media screen and (max-width: 768px) {
  footer {
    height: calc(5 * var(--remBasicSize));
  }
  footer.hearst {
    height: calc(5 * var(--remBasicSize));
  }
  footer.hearst .copyright {
    margin-top: calc(-1.375 * var(--remBasicSize));
  }
  footer.mobile {
    height: calc(3.75 * var(--remBasicSize));
  }
  footer .copyright {
    display: none;
  }
  footer .logo {
    line-height: calc(4.375 * var(--remBasicSize));
    margin-right: calc(0.3125 * var(--remBasicSize));
  }
  footer .logo.icon-elle-logo {
    font-size: calc(2.5 * var(--remBasicSize));
  }
  footer .logo.icon-cosmo-logo,
footer .logo.icon-cosmocom-logo {
    font-size: calc(2.5 * var(--remBasicSize));
  }
  footer .logo.icon-bazaar-logo {
    font-size: calc(3.3125 * var(--remBasicSize));
  }
  footer .logo.icon-wh-logo {
    font-size: calc(2.5 * var(--remBasicSize));
  }
}
footer {
  position: relative;
  padding-top: 0.390625vw;
  padding-bottom: 0.390625vw;
  bottom: 0;
  z-index: 1;
  height: 2.578125vw;
  overflow: visible;
}
footer::before {
  width: 7.1875vw;
  height: 2.6953125vw;
  background: url(../images/footer/footer_left.png) no-repeat bottom center;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
footer::after {
  width: 6.5234375vw;
  height: 2.734375vw;
  background: url(../images/footer/footer_right.png) no-repeat bottom center;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .logo.icon-elle-logo {
  width: 3.515625vw;
  height: 1.953125vw;
  background: url(../images/footer/footer_elleshop.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
footer .logo.icon-elle-logo::before {
  content: "";
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
    height: calc(8.125 * var(--remBasicSize));
    padding-top: calc(1.25 * var(--remBasicSize));
    padding-bottom: calc(1.875 * var(--remBasicSize));
  }
  footer::before {
    width: calc(11.6875 * var(--remBasicSize));
    height: calc(5.5625 * var(--remBasicSize));
    left: calc(-1.75 * var(--remBasicSize));
  }
  footer::after {
    width: calc(12.4375 * var(--remBasicSize));
    height: calc(5.5 * var(--remBasicSize));
    right: calc(-1.75 * var(--remBasicSize));
  }
  footer .logo.icon-elle-logo {
    width: calc(8.75 * var(--remBasicSize));
    height: calc(4.625 * var(--remBasicSize));
  }
}
/* -------------------------

      modal css

------------------------- */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal {
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  position: relative;
  width: 800px;
  margin: 0 auto;
  top: 0;
}
.modal .modal-dialog .close {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: -30px;
  right: -60px;
  width: 221px;
  height: 82px;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: url(../images/pop_btn_close.png) no-repeat;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.modal .modal-dialog .close:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 37px;
  right: 57px;
  display: block;
  width: 38px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal .modal-dialog .close:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 20px;
  right: 75px;
  display: block;
  height: 38px;
  width: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .modal-dialog .close:hover:after, .modal .modal-dialog .close:focus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal .modal-dialog .close:hover:before, .modal .modal-dialog .close:focus:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: 0px;
  outline: 0;
}
.modal .modal-content .modal-body {
  position: relative;
  width: 800px;
  height: auto;
  padding: 35px;
  border-radius: 20px;
  border: 3px solid #fff;
  margin-top: 50px;
}
.modal .modal-content .modal-body::before {
  width: 760px;
  height: 96%;
  position: absolute;
  top: 13px;
  left: 12px;
  content: "";
  background: url(../images/bg_paper.jpg) no-repeat center;
  border-radius: 20px;
}
.modal .modal-content .modal-body > h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.333em;
  position: relative;
  margin-bottom: 10px;
}
.modal .modal-content .modal-body > h3::before {
  position: absolute;
  top: -4px;
  left: 0;
  content: ".............................";
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #292931;
}
.modal .modal-content .modal-body > h3::after {
  position: absolute;
  top: -4px;
  right: 0;
  content: ".............................";
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #292931;
}
.modal .modal-content .modal-body ul {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #292931;
  position: relative;
  z-index: 2;
}
.modal .modal-content .modal-body ul li {
  font-weight: 400;
}
.modal .modal-content .modal-body ul li span {
  font-weight: bold;
  display: block;
}
.modal .modal-content .modal-body ul li span.txt_bg_yellow {
  display: inline-block;
  font-weight: 400;
  background: #f1e281;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
}
.modal .modal-content .modal-body ul li span.txt_r {
  font-weight: 400;
  color: #9c1e29;
}
.modal .modal-content .modal-body .divide_line {
  width: 720px;
  height: 20px;
  background: url(../images/img_divide.png) repeat-x center;
  background-size: contain;
  margin: 5px auto;
  display: block;
  position: relative;
}
.modal .modal-content .modal-body ol {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.modal .modal-content .modal-body ol li {
  margin-left: 20px;
  list-style-type: decimal;
  font-weight: 400;
}
.modal .modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal .modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal .modal-scrollbar-measure {
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .modal .modal-dialog {
    width: calc(43.75 * var(--remBasicSize));
  }
  .modal .modal-dialog .close {
    top: calc(-1.875 * var(--remBasicSize));
    right: calc(-1.875 * var(--remBasicSize));
    width: calc(13.1875 * var(--remBasicSize));
    height: calc(5.125 * var(--remBasicSize));
  }
  .modal .modal-dialog .close:before {
    top: calc(2.3125 * var(--remBasicSize));
    right: calc(2.9375 * var(--remBasicSize));
    width: calc(2.375 * var(--remBasicSize));
    height: calc(0.25 * var(--remBasicSize));
  }
  .modal .modal-dialog .close:after {
    top: calc(1.375 * var(--remBasicSize));
    right: calc(4 * var(--remBasicSize));
    height: calc(2.375 * var(--remBasicSize));
    width: calc(0.25 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body {
    width: calc(43.75 * var(--remBasicSize));
    padding: calc(3.125 * var(--remBasicSize)) calc(1.875 * var(--remBasicSize));
    border-radius: calc(1.25 * var(--remBasicSize));
    border: calc(0.1875 * var(--remBasicSize)) solid #fff;
    margin-top: calc(2.5 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body::before {
    width: calc(41.875 * var(--remBasicSize));
    height: 98%;
    top: calc(0.875 * var(--remBasicSize));
    left: calc(0.75 * var(--remBasicSize));
    background: url(../images/bg_paper.jpg) center;
    background-size: cover;
    border-radius: calc(1.25 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body > h3 {
    font-size: calc(2 * var(--remBasicSize));
    margin-bottom: calc(0.625 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body > h3::before {
    top: calc(-0.3125 * var(--remBasicSize));
    content: "...........................";
    font-size: calc(1.5 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body > h3::after {
    top: calc(-0.3125 * var(--remBasicSize));
    content: "...........................";
    font-size: calc(1.5 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body ul {
    font-size: calc(1.75 * var(--remBasicSize));
    line-height: calc(2.75 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body ul li span {
    display: block;
  }
  .modal .modal-content .modal-body ul li span.txt_bg_yellow {
    padding: 0 calc(0.625 * var(--remBasicSize));
    line-height: calc(1.875 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body .divide_line {
    width: calc(39.375 * var(--remBasicSize));
    height: calc(1.375 * var(--remBasicSize));
    background: url(../images/img_divide.png) repeat-x center;
    background-size: contain;
    margin: calc(0.3125 * var(--remBasicSize)) auto;
  }
  .modal .modal-content .modal-body ol {
    font-size: calc(1.75 * var(--remBasicSize));
    line-height: calc(2.25 * var(--remBasicSize));
  }
  .modal .modal-content .modal-body ol li {
    margin-left: calc(1.875 * var(--remBasicSize));
  }
}
body,
html {
  font-family: "Noto Serif TC", sans-serif, "cwTeXMing", serif, "新細明體", "Times New Roman", Times;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.bg_all {
  width: 100vw;
  height: 100vh;
  background: url(../images/kv/kv_bg.jpg) top center;
  background-size: cover;
  position: fixed;
  z-index: 0;
  top: 0;
}

.quiz_zone {
  position: relative;
  z-index: 1;
}
.quiz_zone .quiz_clound {
  width: calc(18.375 * var(--remBasicSize));
  height: calc(7.375 * var(--remBasicSize));
  background: url(../images/img_clound.png) no-repeat;
  background-size: contain;
  display: block;
  position: fixed;
  z-index: 1;
}
.quiz_zone .clound1 {
  top: calc(7.1875 * var(--remBasicSize));
  left: calc(3.625 * var(--remBasicSize));
  -webkit-animation: 10s ease-in-out infinite an_clound1;
          animation: 10s ease-in-out infinite an_clound1;
}
@-webkit-keyframes an_clound1 {
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@keyframes an_clound1 {
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.quiz_zone .clound2 {
  top: calc(1.0625 * var(--remBasicSize));
  right: calc(1.9375 * var(--remBasicSize));
  -webkit-animation: 11s ease-in-out infinite an_clound1;
          animation: 11s ease-in-out infinite an_clound1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.quiz_zone .quiz {
  width: calc(46.875 * var(--remBasicSize));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quiz_zone .quiz .qz-cover {
  width: calc(46.875 * var(--remBasicSize));
  position: relative;
  z-index: 1;
}
.quiz_zone .quiz .qz-cover .quiz_img_circus {
  width: calc(47.375 * var(--remBasicSize));
  height: calc(41.8125 * var(--remBasicSize));
  background: url(../images/quiz/quiz_img_circus.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(2.5 * var(--remBasicSize));
  left: 0;
}
.quiz_zone .quiz .qz-cover h2 {
  font-size: calc(2.25 * var(--remBasicSize));
  line-height: calc(4.3125 * var(--remBasicSize));
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: calc(32.0625 * var(--remBasicSize));
  display: block;
  margin: 0 auto;
  margin-top: calc(28.125 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover h2::before {
  position: absolute;
  content: "";
  background: url(../images/quiz/quiz_title_left.png) no-repeat;
  background-size: contain;
  display: block;
  width: calc(1.6875 * var(--remBasicSize));
  height: calc(2.3125 * var(--remBasicSize));
  top: calc(1.375 * var(--remBasicSize));
  left: calc(4.375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover h2::after {
  position: absolute;
  content: "";
  background: url(../images/quiz/quiz_title_right.png) no-repeat;
  background-size: contain;
  display: block;
  width: calc(1.9375 * var(--remBasicSize));
  height: calc(2 * var(--remBasicSize));
  top: calc(1.5 * var(--remBasicSize));
  right: calc(4.75 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover h2 span {
  display: block;
  color: #d15068;
}
.quiz_zone .quiz .qz-cover .line_blue {
  width: calc(27.9375 * var(--remBasicSize));
  height: calc(2 * var(--remBasicSize));
  background: url(../images/line_blue.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  margin-top: calc(0.625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover p {
  font-size: calc(2 * var(--remBasicSize));
  line-height: calc(3.5 * var(--remBasicSize));
  font-weight: 500;
  text-align: center;
  margin-top: calc(1.875 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover p span {
  background-color: #fff;
  padding: 0 calc(0.375 * var(--remBasicSize));
  line-height: calc(2.25 * var(--remBasicSize));
  display: inline-block;
}
.quiz_zone .quiz .qz-cover .quiz_info {
  font-size: calc(1.75 * var(--remBasicSize));
  letter-spacing: 0.08em;
  color: #292931;
  display: block;
  width: calc(9.375 * var(--remBasicSize));
  height: calc(2.8125 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  border: 1px solid #292931;
  margin: 0 auto;
  text-align: center;
  margin-top: calc(1.25 * var(--remBasicSize));
  top: calc(28.75 * var(--remBasicSize));
  font-weight: 500;
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .quiz_info:hover, .quiz_zone .quiz .qz-cover .quiz_info:active {
  border: 1px solid transparent;
  background-color: #292931;
  color: #fff;
  border: none;
  border-radius: 20px;
}
.quiz_zone .quiz .qz-cover .share_gift {
  font-weight: 500;
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .share_gift span {
  font-weight: bold;
  position: relative;
}
.quiz_zone .quiz .qz-cover .share_gift span:before {
  position: absolute;
  content: "";
  width: 110%;
  left: -5%;
  height: calc(1.25 * var(--remBasicSize));
  background-color: #ffe65e;
  bottom: 0;
  z-index: -1;
}
.quiz_zone .quiz .qz-cover .share_gift img {
  width: 70%;
  display: block;
  margin: auto;
  margin-top: calc(-1.875 * var(--remBasicSize));
  position: relative;
  z-index: -1;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.quiz_zone .quiz .qz-cover .btn_box {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(18.75 * var(--remBasicSize));
  display: block;
  margin: 0 auto;
  position: relative;
}
.quiz_zone .quiz .qz-cover .btn_box .cover-next {
  width: calc(24.375 * var(--remBasicSize));
  height: calc(6.25 * var(--remBasicSize));
  position: absolute;
  z-index: 4;
  font-family: "Noto Serif TC", sans-serif, "cwTeXMing", serif, "新細明體", "Times New Roman", Times;
  font-size: calc(2.75 * var(--remBasicSize));
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  background: transparent;
  top: calc(6.6875 * var(--remBasicSize));
  left: calc(11.875 * var(--remBasicSize));
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.quiz_zone .quiz .qz-cover .btn_box .cover-next::before {
  width: calc(4 * var(--remBasicSize));
  height: calc(3 * var(--remBasicSize));
  position: absolute;
  content: "";
  background: url(../images/quiz/btn_quiz_icon_love.png) no-repeat;
  background-size: contain;
  top: calc(1.25 * var(--remBasicSize));
  left: calc(18.125 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple {
  width: calc(28.5 * var(--remBasicSize));
  height: calc(16 * var(--remBasicSize));
  position: absolute;
  background: url(../images/quiz/btn_arrow_purple.png) no-repeat;
  background-size: contain;
  top: calc(1.3125 * var(--remBasicSize));
  left: calc(10 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple::before {
  width: calc(10.75 * var(--remBasicSize));
  height: calc(11.8125 * var(--remBasicSize));
  position: absolute;
  content: "";
  background: url(../images/quiz/quiz_img_tree.png) no-repeat;
  background-size: contain;
  top: calc(4.375 * var(--remBasicSize));
  left: calc(-12.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple::after {
  width: calc(10.75 * var(--remBasicSize));
  height: calc(11.8125 * var(--remBasicSize));
  position: absolute;
  content: "";
  background: url(../images/quiz/quiz_img_tree.png) no-repeat;
  background-size: contain;
  top: calc(4.375 * var(--remBasicSize));
  left: calc(-4.375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .btn_box .btn_quiz_tiger {
  width: calc(13.6875 * var(--remBasicSize));
  height: calc(19.25 * var(--remBasicSize));
  position: absolute;
  background: url(../images/quiz/btn_quiz_tiger.png) no-repeat;
  background-size: contain;
  top: calc(-1.875 * var(--remBasicSize));
  left: calc(3.125 * var(--remBasicSize));
  z-index: 2;
}
.quiz_zone .quiz .qz-cover .btn_box .btn_quiz_tiger::before {
  width: calc(4 * var(--remBasicSize));
  height: calc(3 * var(--remBasicSize));
  position: absolute;
  content: "";
  background: url(../images/quiz/btn_quiz_love.png) no-repeat;
  background-size: contain;
  top: calc(4.375 * var(--remBasicSize));
  left: calc(13.75 * var(--remBasicSize));
  -webkit-animation: btn_box_heart 1s infinite ease-in;
          animation: btn_box_heart 1s infinite ease-in;
}
@-webkit-keyframes btn_box_heart {
  50% {
    -webkit-transform: none;
            transform: none;
  }
  51% {
    -webkit-transform: translateY(-33px) translateX(-112px) rotate(-32deg);
            transform: translateY(-33px) translateX(-112px) rotate(-32deg);
  }
  99% {
    -webkit-transform: translateY(-33px) translateX(-112px) rotate(-32deg);
            transform: translateY(-33px) translateX(-112px) rotate(-32deg);
  }
}
@keyframes btn_box_heart {
  50% {
    -webkit-transform: none;
            transform: none;
  }
  51% {
    -webkit-transform: translateY(-33px) translateX(-112px) rotate(-32deg);
            transform: translateY(-33px) translateX(-112px) rotate(-32deg);
  }
  99% {
    -webkit-transform: translateY(-33px) translateX(-112px) rotate(-32deg);
            transform: translateY(-33px) translateX(-112px) rotate(-32deg);
  }
}
.quiz_zone .quiz .qz-cover .quiz_lips {
  width: calc(3.375 * var(--remBasicSize));
  height: calc(5.875 * var(--remBasicSize));
  background: url(../images/quiz/quiz_lips.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 4;
  top: calc(49.875 * var(--remBasicSize));
  left: calc(4.125 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-cover .quiz_shoe {
  width: calc(7.3125 * var(--remBasicSize));
  height: calc(5.75 * var(--remBasicSize));
  background: url(../images/quiz/quiz_shoe.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: calc(2.5 * var(--remBasicSize));
  right: calc(0.9375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question {
  width: calc(46.875 * var(--remBasicSize));
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}
.quiz_zone .quiz .qz-question.active {
  display: block;
}
.quiz_zone .quiz .qz-question .question-text {
  display: block;
  margin: 0 auto;
  font-size: calc(2.625 * var(--remBasicSize));
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  line-height: calc(4.875 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q1 {
  width: 100%;
  height: calc(4.5625 * var(--remBasicSize));
  position: relative;
  background: url(../images/quiz/quiz_img_q1.png) no-repeat center;
  background-size: contain;
  top: calc(18 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q2 {
  width: 100%;
  height: calc(4.625 * var(--remBasicSize));
  position: relative;
  z-index: 0;
  background: url(../images/quiz/quiz_img_q2.png) no-repeat center;
  background-size: contain;
  top: calc(18 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q3 {
  width: 100%;
  height: calc(4.5625 * var(--remBasicSize));
  position: relative;
  z-index: 0;
  background: url(../images/quiz/quiz_img_q3.png) no-repeat center;
  background-size: contain;
  top: calc(18 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q4 {
  width: 100%;
  height: calc(4.6875 * var(--remBasicSize));
  position: relative;
  z-index: 0;
  background: url(../images/quiz/quiz_img_q4.png) no-repeat center;
  background-size: contain;
  top: calc(18 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q5 {
  width: 100%;
  height: calc(4.5 * var(--remBasicSize));
  position: relative;
  z-index: 0;
  background: url(../images/quiz/quiz_img_q5.png) no-repeat center;
  background-size: contain;
  top: calc(18 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .quiz_q_box {
  width: calc(21.75 * var(--remBasicSize));
  height: calc(19 * var(--remBasicSize));
  background: url(../images/quiz/quiz_img_circus.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  top: calc(2.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .line_purplepink {
  width: calc(45.5 * var(--remBasicSize));
  height: calc(3.25 * var(--remBasicSize));
  background: url(../images/line_purplepink.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  top: calc(1.375 * var(--remBasicSize));
  overflow: visible;
  margin-bottom: calc(4.75 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .line_purplepink .quiz_img_tigerlips {
  position: relative;
  width: calc(10 * var(--remBasicSize));
  height: calc(7.5 * var(--remBasicSize));
  background: url(../images/quiz/quiz_img_tigerlips.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  top: calc(-2.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .options {
  width: calc(46.875 * var(--remBasicSize));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: calc(3.75 * var(--remBasicSize));
  margin-bottom: calc(2.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-question .options .option {
  position: relative;
  width: calc(43.125 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  display: block;
  margin: 0 auto;
  margin-bottom: calc(1.5625 * var(--remBasicSize));
  background-color: #fff;
  border-radius: calc(0.625 * var(--remBasicSize));
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}
.quiz_zone .quiz .qz-question .options .option:before {
  content: "";
  width: calc(0.125 * var(--remBasicSize));
  padding-top: 100%;
  float: left;
}
.quiz_zone .quiz .qz-question .options .option .option-input {
  color: #000;
}
.quiz_zone .quiz .qz-question .options .option .option-input:checked ~ .option-label::after {
  background: rgba(0, 0, 0, 0.7);
}
.quiz_zone .quiz .qz-question .options .option .option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(5 * var(--remBasicSize));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.quiz_zone .quiz .qz-question .options .option .option-label:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.quiz_zone .quiz .qz-question .options .option .option-text {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  width: 100%;
  font-size: calc(2.125 * var(--remBasicSize));
  position: relative;
  display: block;
  z-index: 100;
  letter-spacing: 0.03em;
  text-align: center;
}
.quiz_zone .quiz .qz-question .options .option input {
  display: none;
}
.quiz_zone .quiz .qz-result {
  display: block;
  position: relative;
  z-index: 1;
}
.quiz_zone .quiz .qz-result .qz-result-content {
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  padding-bottom: calc(5 * var(--remBasicSize));
  padding-top: calc(4.375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(51.875 * var(--remBasicSize));
  position: relative;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_tiger {
  background: url(../images/quiz/an_img_tiger.gif) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_koala {
  background: url(../images/quiz/an_img_koala.gif) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_fox {
  background: url(../images/quiz/an_img_fox.gif) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_elephant {
  background: url(../images/quiz/an_img_elephant.gif) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_peacock {
  background: url(../images/quiz/an_peecock.png) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_snake {
  background: url(../images/quiz/an_img_snake.gif) no-repeat;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .an_peacock {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(51.875 * var(--remBasicSize));
  background: url(../images/quiz/an_img_peacock2.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-1.875 * var(--remBasicSize));
  left: calc(1.875 * var(--remBasicSize));
  z-index: 2;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .qz_result_title {
  width: calc(25.0625 * var(--remBasicSize));
  height: calc(10.375 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_h2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(5 * var(--remBasicSize));
  left: calc(2.875 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_tiger {
  width: calc(10.75 * var(--remBasicSize));
  height: calc(15.8125 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_tiger.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(7.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_koala {
  width: calc(16.25 * var(--remBasicSize));
  height: calc(15.875 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_koala.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(6.5625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_elephant {
  width: calc(10.8125 * var(--remBasicSize));
  height: calc(15.875 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_elephant.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(8.4375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_fox {
  width: calc(11.0625 * var(--remBasicSize));
  height: calc(15.9375 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_fox.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(10.625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_snake {
  width: calc(8.625 * var(--remBasicSize));
  height: calc(14.375 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_snake.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(11.75 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_peacock {
  width: calc(11.625 * var(--remBasicSize));
  height: calc(15.875 * var(--remBasicSize));
  background: url(../images/quiz/quiz_an_peacock.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  left: calc(6.25 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qu_result_p {
  font-size: calc(1.875 * var(--remBasicSize));
  line-height: calc(3.5 * var(--remBasicSize));
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
  color: #212121;
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_word {
  width: calc(38.125 * var(--remBasicSize));
  display: block;
  margin: 0 auto;
  font-size: calc(2.125 * var(--remBasicSize));
  line-height: calc(2.875 * var(--remBasicSize));
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
  color: #212121;
  border: 1px solid #212121;
  background-color: #fff;
  position: relative;
  margin-top: calc(5 * var(--remBasicSize));
  padding: calc(0.5 * var(--remBasicSize)) calc(0.375 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .qz_word:before {
  position: absolute;
  content: "";
  background: url(../images/quiz/golden_word.png) no-repeat;
  background-size: contain;
  width: calc(21.5 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  top: calc(-3.625 * var(--remBasicSize));
  left: calc(-1.25 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .flex_r {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: calc(2.8125 * var(--remBasicSize));
  font-size: calc(2 * var(--remBasicSize));
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.quiz_zone .quiz .qz-result .qz-result-content .flex_r > div {
  width: 48%;
}
.quiz_zone .quiz .qz-result .qz-result-content .btn_replay {
  font-family: "Noto Serif TC", sans-serif, "cwTeXMing", serif, "新細明體", "Times New Roman", Times;
  width: 100%;
  height: calc(6.875 * var(--remBasicSize));
  background: url(../images/btn_yellow.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-weight: 500;
}
.quiz_zone .quiz .qz-result .qz-result-content .btn_share_fb {
  font-family: "Noto Serif TC", sans-serif, "cwTeXMing", serif, "新細明體", "Times New Roman", Times;
  width: 100%;
  height: calc(6.875 * var(--remBasicSize));
  background: url(../images/btn_blue.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-weight: 500;
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group {
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  font-size: calc(2.875 * var(--remBasicSize));
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: calc(10.625 * var(--remBasicSize));
  padding-left: calc(6.25 * var(--remBasicSize));
  color: #292931;
  margin-bottom: calc(2.5 * var(--remBasicSize));
  margin-top: calc(3.75 * var(--remBasicSize));
  background: url(../images/golden_line.png) no-repeat center bottom;
  background-size: contain;
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .btn_more {
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3.125 * var(--remBasicSize));
  letter-spacing: 0.08em;
  border: 1px solid #292931;
  display: inline-block;
  padding: 0 calc(0.9375 * var(--remBasicSize));
  color: #292931;
  cursor: pointer;
  margin-top: calc(-0.625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_tiger_small {
  width: calc(14.4375 * var(--remBasicSize));
  height: calc(7.5625 * var(--remBasicSize));
  background: url(../images/quiz/an_tiger_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-1.25 * var(--remBasicSize));
  left: calc(-5.625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_koala_small {
  width: calc(10.0625 * var(--remBasicSize));
  height: calc(8.3125 * var(--remBasicSize));
  background: url(../images/quiz/an_koala_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-1.25 * var(--remBasicSize));
  left: calc(0.5 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_elephant_small {
  width: calc(8.625 * var(--remBasicSize));
  height: calc(8.5 * var(--remBasicSize));
  background: url(../images/quiz/an_elephant_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-1.25 * var(--remBasicSize));
  left: calc(0.3125 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_fox_small {
  width: calc(11.375 * var(--remBasicSize));
  height: calc(6.6875 * var(--remBasicSize));
  background: url(../images/quiz/an_fox_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-0.625 * var(--remBasicSize));
  left: calc(-1.5625 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_snake_small {
  width: calc(9.25 * var(--remBasicSize));
  height: calc(7.875 * var(--remBasicSize));
  background: url(../images/quiz/an_snake_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-1.25 * var(--remBasicSize));
  left: calc(0 * var(--remBasicSize));
}
.quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_peacock_small {
  width: calc(8.25 * var(--remBasicSize));
  height: calc(8.5 * var(--remBasicSize));
  background: url(../images/quiz/an_peacock_small.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(-1.25 * var(--remBasicSize));
  left: calc(-0.5625 * var(--remBasicSize));
}

.list_group {
  width: calc(40 * var(--remBasicSize));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_group .pd_list_item {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  width: calc(19.375 * var(--remBasicSize));
  margin-bottom: calc(3.125 * var(--remBasicSize));
}
.list_group .pd_list_item img {
  width: calc(19.375 * var(--remBasicSize));
  height: auto;
  margin: 0 auto;
}
.list_group .pd_list_item p {
  width: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  color: #292931;
  margin-top: calc(0.625 * var(--remBasicSize));
}
.list_group .pd_list_item .price_group {
  width: calc(17.5 * var(--remBasicSize));
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: calc(1.625 * var(--remBasicSize));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(1.125 * var(--remBasicSize));
}
.list_group .pd_list_item .price_group .del_price {
  color: #888;
}
.list_group .pd_list_item .price_group .price {
  color: #212121;
}

.qz-q-prev,
.qz-q-next {
  display: none;
}

@media screen and (min-width: 1024px) {
  .quiz_zone .quiz_clound {
    width: 17.0703125vw;
    height: 5.0390625vw;
  }
  .quiz_zone .clound1 {
    top: 70px;
    left: 50px;
  }
  .quiz_zone .clound2 {
    top: 20px;
    right: 31px;
  }
  .quiz_zone .quiz {
    width: 1200px;
    margin: 0 auto;
  }
  .quiz_zone .quiz .qz-cover {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 80px;
  }
  .quiz_zone .quiz .qz-cover .quiz_img_circus {
    width: 550px;
    left: 100px;
    top: -60px;
  }
  .quiz_zone .quiz .qz-cover h2 {
    font-size: 24px;
    line-height: 1.5em;
    width: calc(32.0625 * var(--remBasicSize));
    margin-top: 300px;
  }
  .quiz_zone .quiz .qz-cover h2::before {
    width: 15px;
    height: 20px;
    top: 10px;
    left: 140px;
  }
  .quiz_zone .quiz .qz-cover h2::after {
    width: 17px;
    height: 22px;
    top: 12px;
    right: 140px;
  }
  .quiz_zone .quiz .qz-cover .line_blue {
    width: 350px;
    height: 32px;
    margin-top: 0px;
  }
  .quiz_zone .quiz .qz-cover .share_gift {
    font-size: 22px;
    margin-bottom: calc(1.25 * var(--remBasicSize));
  }
  .quiz_zone .quiz .qz-cover .share_gift span:before {
    position: absolute;
    content: "";
    width: 110%;
    left: -5%;
    height: 10px;
    background-color: #ffe65e;
  }
  .quiz_zone .quiz .qz-cover .share_gift img {
    margin-top: -25px;
  }
  .quiz_zone .quiz .qz-cover p {
    font-size: 22px;
    line-height: 1.6em;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
  .quiz_zone .quiz .qz-cover p span {
    padding: 0 5px;
    line-height: 19px;
  }
  .quiz_zone .quiz .qz-cover .quiz_info {
    font-size: 20px;
    padding: 0 14px;
    width: 140px;
    height: auto;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .quiz_zone .quiz .qz-cover .quiz_info:hover {
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
  }
  .quiz_zone .quiz .qz-cover .btn_box {
    height: 180px;
    margin-top: -30px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .cover-next {
    width: 300px;
    height: 80px;
    font-size: 25px;
    letter-spacing: 0.1em;
    top: 49px;
    left: 225px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .cover-next:hover {
    -webkit-filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
            filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
  }
  .quiz_zone .quiz .qz-cover .btn_box .cover-next::before {
    width: 30px;
    height: 24px;
    top: 30px;
    left: 205px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple {
    width: 248px;
    height: 128px;
    top: 21px;
    left: 276px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple::before {
    width: 86px;
    height: 99px;
    top: 35px;
    left: -130px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .btn_arrow_purple::after {
    width: 86px;
    height: 99px;
    top: 30px;
    left: -60px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .btn_quiz_tiger {
    width: 109px;
    height: 154px;
    top: -15px;
    left: 185px;
  }
  .quiz_zone .quiz .qz-cover .btn_box .btn_quiz_tiger::before {
    width: 32px;
    height: 24px;
    top: 35px;
    left: 110px;
  }
  .quiz_zone .quiz .qz-cover .quiz_lips {
    width: 27px;
    height: 67px;
    top: 600px;
    left: 163px;
  }
  .quiz_zone .quiz .qz-cover .quiz_shoe {
    width: 58px;
    height: 46px;
    bottom: 30px;
    right: 145px;
  }
  .quiz_zone .quiz .qz-question {
    width: 750px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .quiz_zone .quiz .qz-question .question-text {
    font-size: 24px;
    line-height: 1.6em;
  }
  .quiz_zone .quiz .qz-question .quiz_q1 {
    width: 100%;
    height: 36px;
    top: 145px;
  }
  .quiz_zone .quiz .qz-question .quiz_q2 {
    width: 100%;
    height: 36px;
    top: 145px;
  }
  .quiz_zone .quiz .qz-question .quiz_q3 {
    width: 100%;
    height: 36px;
    top: 145px;
  }
  .quiz_zone .quiz .qz-question .quiz_q4 {
    width: 100%;
    height: 36px;
    top: 145px;
  }
  .quiz_zone .quiz .qz-question .quiz_q5 {
    width: 100%;
    height: 36px;
    top: 145px;
  }
  .quiz_zone .quiz .qz-question .quiz_q_box {
    width: 170px;
    height: 152px;
    top: 20px;
  }
  .quiz_zone .quiz .qz-question .line_purplepink {
    width: 500px;
    height: 30px;
    top: 10px;
    margin-bottom: 30px;
  }
  .quiz_zone .quiz .qz-question .line_purplepink .quiz_img_tigerlips {
    width: 90px;
    height: 80px;
    top: -30px;
  }
  .quiz_zone .quiz .qz-question .options {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quiz_zone .quiz .qz-question .options .option {
    width: 390px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  .quiz_zone .quiz .qz-question .options .option:hover {
    background: #d15068;
    color: #fff;
  }
  .quiz_zone .quiz .qz-question .options .option:before {
    content: "";
    width: 2px;
    padding-top: 100%;
    float: left;
  }
  .quiz_zone .quiz .qz-question .options .option .option-label {
    height: 40px;
  }
  .quiz_zone .quiz .qz-question .options .option .option-label:after {
    width: 100%;
    left: 0;
  }
  .quiz_zone .quiz .qz-question .options .option .option-text {
    font-size: 18px;
  }
  .quiz_zone .quiz .qz-result {
    width: 1000px;
    margin: 0 auto;
  }
  .quiz_zone .quiz .qz-result .qz-result-content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 35px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box {
    width: 750px;
    margin: 0 auto;
    height: 415px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_tiger {
    background: url(../images/quiz/an_img_tiger.gif) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_koala {
    background: url(../images/quiz/an_img_koala.gif) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_fox {
    background: url(../images/quiz/an_img_fox.gif) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_elephant {
    background: url(../images/quiz/an_img_elephant.gif) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_peacock {
    background: url(../images/quiz/an_peecock.png) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box.an_snake {
    background: url(../images/quiz/an_img_snake.gif) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .an_peacock {
    width: 100%;
    height: 415px;
    background: url(../images/quiz/an_img_peacock2.gif) no-repeat right center;
    background-size: contain;
    top: -10px;
    left: -125px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .qz_result_title {
    width: 200px;
    height: 84px;
    background: url(../images/quiz/quiz_an_h2.png) no-repeat;
    background-size: contain;
    top: 35px;
    left: 210px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_tiger {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_tiger.png) no-repeat center;
    background-size: contain;
    top: 140px;
    left: 225px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_koala {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_koala.png) no-repeat;
    background-size: contain;
    top: 140px;
    left: 245px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_elephant {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_elephant.png) no-repeat;
    background-size: contain;
    top: 140px;
    left: 245px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_fox {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_fox.png) no-repeat;
    background-size: contain;
    top: 140px;
    left: 265px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_snake {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_snake.png) no-repeat;
    background-size: contain;
    top: 140px;
    left: 250px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_an_box .quiz_an_peacock {
    width: 120px;
    height: 140px;
    background: url(../images/quiz/quiz_an_peacock.png) no-repeat;
    background-size: contain;
    top: 140px;
    left: 260px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qu_result_p {
    font-size: 20px;
    line-height: 1.6em;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_word {
    width: 380px;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 55px;
    padding: 8px 6px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .qz_word:before {
    width: 200px;
    height: 44px;
    top: -30px;
    left: -10px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .flex_r {
    margin: 0 auto;
    margin-top: 25px;
    font-size: 20px;
    width: 500px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .btn_replay {
    height: 70px;
    background: url(../images/btn_yellow.png) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .btn_replay:hover {
    -webkit-filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(-20deg);
            filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(-20deg);
  }
  .quiz_zone .quiz .qz-result .qz-result-content .btn_share_fb {
    height: 70px;
    background: url(../images/btn_blue.png) no-repeat center;
    background-size: contain;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .btn_share_fb:hover {
    -webkit-filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
            filter: drop-shadow(4px 3px 0px rgba(0, 0, 0, 0.4)) hue-rotate(50deg);
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group {
    width: 500px;
    height: 88px;
    font-size: 26px;
    line-height: 80px;
    padding-left: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .btn_more {
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 10px;
    margin-top: 0;
    margin-right: 30px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .btn_more:hover {
    background-color: #000;
    color: #fff;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_tiger_small {
    width: 150px;
    height: 78px;
    background: url(../images/quiz/an_tiger_small.png) no-repeat;
    background-size: contain;
    bottom: -10px;
    left: -35px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_koala_small {
    width: 128px;
    height: 78px;
    background: url(../images/quiz/an_koala_small.png) no-repeat;
    background-size: contain;
    bottom: 0px;
    left: 40px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_elephant_small {
    width: 148px;
    height: 88px;
    background: url(../images/quiz/an_elephant_small.png) no-repeat;
    background-size: contain;
    bottom: -10px;
    left: 30px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_fox_small {
    width: 128px;
    height: 88px;
    background: url(../images/quiz/an_fox_small.png) no-repeat;
    background-size: contain;
    bottom: -10px;
    left: -10px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_snake_small {
    width: 138px;
    height: 98px;
    background: url(../images/quiz/an_snake_small.png) no-repeat;
    background-size: contain;
    bottom: -10px;
    left: 10px;
  }
  .quiz_zone .quiz .qz-result .qz-result-content .list_title_group .an_peacock_small {
    width: 138px;
    height: 98px;
    background: url(../images/quiz/an_peacock_small.png) no-repeat;
    background-size: contain;
    bottom: -10px;
    left: 14px;
  }
  .list_group {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list_group .pd_list_item {
    width: 250px;
  }
  .list_group .pd_list_item img {
    width: 220px;
    display: block;
    margin: 0 auto;
  }
  .list_group .pd_list_item p {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .list_group .pd_list_item .price_group {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 25px;
  }
  .list_group .pd_list_item .price_group .del_price {
    color: #888;
  }
  .list_group .pd_list_item .price_group .price {
    color: #212121;
  }
}
@media screen and (min-width: 1440px) {
  .quiz_zone .quiz .qz-cover .quiz_img_circus {
    top: 0px;
  }
  .quiz_zone .quiz .qz-cover h2 {
    margin-top: 350px;
  }
  .quiz_zone .quiz .qz-question {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .quiz_zone .quiz .qz-cover .quiz_img_circus {
    top: 80px;
  }
  .quiz_zone .quiz .qz-cover h2 {
    margin-top: 450px;
  }
  .quiz_zone .quiz .qz-question {
    padding-top: 150px;
  }
  .quiz_zone .quiz .qz-question .question-text {
    line-height: 1.8em;
  }
  .quiz_zone .quiz .qz-question .options {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quiz_zone .quiz .qz-question .options .option {
    width: 520px;
    height: 50px;
    margin-bottom: 25px;
  }
  .quiz_zone .quiz .qz-question .options .option .option-label {
    height: 50px;
  }
  .quiz_zone .quiz .qz-question .options .option .option-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 2560px) {
  .quiz_zone .quiz .qz-cover .quiz_img_circus {
    top: 140px;
  }
  .quiz_zone .quiz .qz-cover h2 {
    margin-top: 510px;
  }
}/*# sourceMappingURL=quiz.css.map */