:root {
  --white-border-width: 10px;
  --orange-border-width: 8px;
  --white-color: white;
  --stage-color-1: #f09b48;
  --stage-color-2: #90c621;
  --stage-color-3: #e57f83;
  --stage-color-4: #60a8e2;
  --stage-color-5: #cf7dff;
}

/* CSS */
.video_btn {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #ffc286 0,
    var(--stage-color-1) 100%
  );
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  padding: 0.7vw 0;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  margin: 0 0.5vw;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 1.2vw;
}
.text_box div{
  white-space: nowrap;
}
.stage-menu {
  display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 3%;
    padding-left: 5%;
  }

.video_btn:focus {
  box-shadow: #ca7c2f 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ce7f31 0 -3px 0 inset;
}

.video_btn:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ca7c2f 0 -3px 0 inset;
  transform: translateY(-2px);
}

.video_btn:active {
  box-shadow: #ca7c2f 0 3px 7px inset;
  transform: translateY(2px);
}
/*title-text test2*/
@font-face {
  font-family: TaiwanPearl-Regular;
  src: url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff)
      format("woff");
}
@font-face {
  font-family: "jf-openhuninn";
  src: url("../font/jf-openhuninn-2.1.ttf") format("truetype");
}
.video_box {
  height: 100%;
  overflow: hidden;
}
.sub_box_switch {
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  z-index: 99;
  padding: 0.25vw 0.5vw;
  position: relative;
  margin-right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  margin-left: 1vw;
}
.sub_box_switch,
.sub_box_in,
.video_btns_box {
  background-color: rgba(255, 255, 255, 0.8);
}

.sub_box_switch svg {
  width: 100%;
  fill: #3d3d3d;
  transition: transform 0.5s ease;
}
.align_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_box_in {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.5vw 0;
  padding-left: 3%;
  overflow: hidden;
  transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}

.video_btns > button {
  cursor: pointer;
}
.video_btns {
  text-align: center;
  flex: 1;
}
.video_btns_box {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  width: 100%;
  bottom: 0px;
  transition: bottom 0.5s ease;
  padding: 0.5vw 0;
}
.switch_in {
  cursor: pointer;
  transition: transform 0.5s ease;
}
.flip {
  transform: rotate(180deg);
}

.player_dark {
  filter: brightness(0.65);
}
.video_replay,
.video_control {
  font-weight: bold;
  border: 1px solid #7a7a7a;
  color: white;
  border-radius: 1vw;
  cursor: pointer;
}

.video_control {
  padding: 0.5vw 1.2vw;
  font-size: 1.2vw;
  margin-right: 1vw;
  background-color: var(--stage-color-1);
  box-shadow: 0.1vw 0.1vw 0.2vw rgba(128, 128, 128, 0.6);
  position: absolute;
  right: 0.5vw;
}

.video_replay {
  box-shadow: 0.3vw 0.3vw 0.5vw rgba(128, 128, 128, 0.6);
  background-color: var(--stage-color-5);
  display: none;
  padding: 0.5vw 1.5vw;
  font-size: 3vw;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.sub_box {
  position: absolute;
  bottom: 0;
  color: black;
  width: 100%;

  transition: bottom 0.5s ease;
}

.sub_ch_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
}
.sub_ch_box .chDisplay {
  width: 40px;
  margin-right: 3px;
}
.sub_box .role {
  margin-right: 1.5%;
}
.stroke-double {
  position: relative;
  background: transparent;
  z-index: 0;
  font-family: "jf-openhuninn";
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-weight: bold;
}
.tc_2 {
  font-size: 4.3vw;
  margin-left: 1.6vw;
}
.tc_3 {
  font-size: 3.5vw;
  margin-left: 1vw;
}
.tc_4 {
  font-size: 2.6vw;
  margin-left: 1vw;
}
.stroke-double[data-theme="1"],
.stroke-double[data-theme="1"]:after {
  -webkit-text-stroke-color: var(--stage-color-1);
  color: var(--stage-color-1);
}
.stroke-double[data-theme="2"],
.stroke-double[data-theme="2"]:after {
  -webkit-text-stroke-color: var(--stage-color-2);
  color: var(--stage-color-2);
}
.stroke-double[data-theme="3"],
.stroke-double[data-theme="3"]:after {
  -webkit-text-stroke-color: var(--stage-color-3);
  color: var(--stage-color-3);
}
.stroke-double[data-theme="4"],
.stroke-double[data-theme="4"]:after {
  -webkit-text-stroke-color: var(--stage-color-4);
  color: var(--stage-color-4);
}
/* add a single stroke */
.stroke-double:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.2em white;
  left: 0;
  z-index: -1;
}
/* add a double stroke */
.stroke-double:after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.3em;
  left: 0;
  z-index: -2;
}

/*switch設置*/
.switch {
  position: relative;
  display: inline-block;
  width: 2vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.mobileShow {
  display: none !important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1vw;
  width: 1vw;
  left: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  transform: translateX(1vw);
}

.slider.round {
  border-radius: 2vw;
}

.slider.round:before {
  border-radius: 50%;
}
.topBox > :nth-child(2) {
  margin-top: 1%;
  margin-right: 1%;
}
.topBox > :nth-child(2) > :nth-child(1) {
  box-shadow: 0.1vw 0.1vw 0.3vw grey;
  border: 0.1vw solid var(--stage-color-1);
  background-color: white;
  border-radius: 1vw;
  padding: 0.3vw 0.7vw;
  justify-content: center;
  color: #333;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.topBox > :nth-child(2) > :nth-child(1) input {
  padding: 0.23vw 0;
}
.topBox > :nth-child(2) > span {
  box-shadow: 0.1vw 0.1vw 0.3vw grey;
  border: 0.1vw solid var(--stage-color-1);
  background-color: white;
  border-radius: 1vw;
  padding: 0.2vw 0.5vw;
  justify-content: center;
  color: #333;
  font-weight: bolder;
  font-size: 1vw;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-logo img {
  width: 80px;
  height: 80px;
  margin-bottom: 2vw;
  animation: loading-logo-bounce 1.2s infinite alternate;
}

@keyframes loading-logo-bounce {
  0% { transform: translateY(0);}
  100% { transform: translateY(-20px);}
}

.loading-spinner {
  width: 64px;
  height: 64px;
  border: 8px solid #fff;
  border-top: 8px solid #f09b48;
  border-radius: 50%;
  animation: loading-spin 1s linear infinite;
  margin-bottom: 2vw;
}

@keyframes loading-spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

.loading-text {
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 1vw;
  text-shadow: 0 2px 8px #000;
}

/* 手機版 loading 畫面調整 */
@media screen and (max-width: 480px) {
  .loading-logo img {
    width: 60px;
    height: 60px;
    margin-bottom: 6vw;
  }
  .loading-spinner {
    width: 40px;
    height: 40px;
    border-width: 5px;
    margin-bottom: 6vw;
  }
  .loading-text {
    font-size: 6vw;
    margin-top: 3vw;
  }
}
.nextText {
  text-align: center;
  line-height: 1.7vw;
}
.nextBox {
  display: flex;
  align-items: center;
  margin-right: 1%;
}
.topBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.rTri,
.lTri {
  display: flex;
  justify-content: center;
  padding: 60% 0;
  border-radius: 0.7vw;
}

.preSen {
  border-radius: 0.7vw;
}

.rTri img,
.lTri img {
  width: 50%;
}

.lTri img {
  transform: scale(-1, 1);
}

/*
#container {
  width: 100%;
}
.dialector {
  width: 95% !important;
  margin: 0 auto;
}

.dialector .t {
  background: url("../../plugins/klokah/dialector/img/bg_title_r.png") repeat-x !important;
  border-radius: 0.4vw;
}

.dialector .m {
  background: url("../../plugins/klokah/dialector/img/bg_open_m.png") repeat !important;
}

.dialector .b {
  border-bottom-left-radius: 0.4vw;
  border-bottom-right-radius: 0.4vw;
  background: none !important;
  background-color: #ffdd43 !important;
}

.dialector .m .language {
  margin: 0 0.5vw;
}

.level_label {
  width: 95%;
  margin: 0 auto;
}

#footer {
  width: 100%;
  text-align: center;
}
*/
.hide {
  display: none;
}

.ltitle {
  display: flex;
  color: #9a8071;
  letter-spacing: 6px;
}

.ltitle :first-child {
  font-weight: bold;
  margin-right: 10px;
  font-size: 30px;
}

.ltitle :nth-child(2) {
  font-size: 28px;
}

.role-0 {
  color: black;
}

.role-1 {
  color: orangered;
}

.role-2 {
  color: cadetblue;
}

.role-3 {
  color: darkblue;
}

.conCh {
  width: 900px;
  margin: 0 auto;
}

.contentBox > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cTent-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menuBox {
  width: 23%;
  padding: 7% 2% 0 5%;
  margin-top: 3vw;
}

.lBtn {
  width: 90%;
  margin: 10% 0;
  cursor: pointer;
}

.lBtn img:first-child {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.lBtn[data-value="1"] {
  transform: rotate(2deg);
}

.lBtn[data-value="2"] {
  transform: rotate(-1deg);
}

.lBtn[data-value="3"] {
  transform: rotate(0deg);
}

.lBtn[data-value="4"] {
  transform: rotate(-3deg);
}

.tw4mobile {
  height: 88%;
  position: relative;
}
/*.sBtn[data-value="1"] .subBox div:nth-child(2){
    background-color: #F09B48;
}
.sBtn[data-value="2"] .subBox div:nth-child(2){
    background-color: #E57F83;
}
.sBtn[data-value="3"] .subBox div:nth-child(2){
    background-color: #90C621;
}
.sBtn[data-value="4"] .subBox div:nth-child(2){
    background-color: #60A8E2;
}*/

.subBox :nth-child(2)[data-theme="1"],
.nextSen[data-theme="1"] :first-child,
.preSen[data-theme="1"],
.stageTitle[data-theme="1"] > div,
.nextText[data-theme="1"] {
  background-color: var(--stage-color-1);
}

.stageTitle[data-theme="1"] > div > :first-child {
  border: 1px solid var(--stage-color-1);
}

.stageTitle[data-theme="1"] > div > :first-child > :first-child {
  color: var(--stage-color-1);
}

.subBox :nth-child(2)[data-theme="2"],
.nextSen[data-theme="2"] > :first-child,
.preSen[data-theme="2"] > :first-child,
.stageTitle[data-theme="2"] > div,
.nextText[data-theme="2"] {
  background-color: var(--stage-color-2);
}

.stageTitle[data-theme="2"] > div > :first-child {
  border: 1px solid var(--stage-color-2);
}

.stageTitle[data-theme="2"] > div > :first-child > :first-child {
  color: var(--stage-color-2);
}

.subBox :nth-child(2)[data-theme="3"],
.stageTitle[data-theme="3"] > div,
.nextQ[data-theme="3"] > :first-child,
.send[data-theme="3"],
.resultTitle[data-theme="3"],
.tw1Re,
.tw1NextStage,
.tw4Send,
.tw4Re,
.tw2Re,
.tw2PlayBox .send,
.tw3PlayAll .send,
.tw3Re,
.tw1showCon,
.tw2showCon,
.tw3showCon {
  background-color: var(--stage-color-3);
}

.stageTitle[data-theme="3"] > div > :first-child {
  border: 1px solid var(--stage-color-3);
}

.stageTitle[data-theme="3"] > div > :first-child > :first-child {
  color: var(--stage-color-3);
}

.subBox :nth-child(2)[data-theme="4"],
.stageTitle[data-theme="4"] > div,
.ts1btnBox[data-theme="4"] .send,
.ts1btnBox[data-theme="4"] .re,
.ts1btnBox[data-theme="4"] .allRe,
.ts1btnBox[data-theme="4"] .nextQ,
.nextQ[data-theme="4"] > :first-child {
  background-color: var(--stage-color-4);
}

.stageTitle[data-theme="4"] > div > :first-child {
  border: 1px solid var(--stage-color-4);
}

.stageTitle[data-theme="4"] > div > :first-child > :first-child {
  color: var(--stage-color-4);
}

.test-word-1-Box {
  display: contents;
}

.stage-talk,
.stage-word,
.stage-test-word-1,
.stage-test-word-2,
.stage-test-word-3,
.stage-test-word-4,
.stage-test-sentence-1 {
  width: 100%;
  justify-content: center;
}

.menuPicBox {
  width: 70%;
  justify-content: center;
}

.stage-talk {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.role {
  width: 8%;
  height: 6vw;
  margin: 0.5vw 0;
  border-radius: 50%;
  border: 0.3vw solid;
  box-shadow: inset 0vw 0vw 0.23vw #000;
  align-self: center;
}

.roleBorder-1 {
  border-color: #27a8a6;
}

.roleBorder-2 {
  border-color: var(--stage-color-3);
}

.roleBorder-3 {
  border-color: var(--stage-color-4);
}

.roleBorder-4 {
  border-color: var(--stage-color-1);
}

.cp,
.side-menu-box div {
  cursor: pointer;
}

.side-menu-box {
  display: flex;
  flex-direction: row;
  min-height: 100px;
}

.cTent-menu {
  margin-top: 4.5vw;
}

.cTent-menu > div {
  width: 22vw;
  margin: 2vw 4vw;
}

.tc {
  text-align: center;
}

.side-menu-toggle-box {
  display: flex;
  writing-mode: vertical-lr;
  justify-content: center;
}

.talkPic {
  width: 730px;
  height: 530px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
}

.stageTitle div :first-child {
  font-weight: bold;
  display: flex;
}

.stageTitle > div {
  display: flex;
  /* background-color: #f09b48;*/
  border-radius: 0.6vw;
}

.stageTitle {
  display: inline-block;
  margin: 2vw 0 0 5vw;
}

.info {
  font-weight: bold;
  font-size: 1.5vw;
  margin: 1vw 0 0 5vw;
  color: #333;
  display: flex;
  align-items: center;
}

.stageTitle > div > :first-child {
  background-color: white;
  border-radius: 0.6vw;
  /*border: 1px solid #f09b48;*/
}

.stageTitle > div > :first-child > :first-child {
  /*color: #f09b48;*/
  padding: 0.3vw 0.5vw;
  font-size: 1.8vw;
  letter-spacing: 0.1vw;
}

.stageTitle > div > :first-child > :nth-child(2) {
  color: #4d4d4d;
  font-size: 1.6vw;
  padding: 0.4vw 0.5vw;
  letter-spacing: 0.1vw;
}

.stageTitle > div > :nth-child(2) {
  color: white;
  font-size: 1.6vw;
  font-weight: bolder;
  padding: 0.5vw 1vw;
  letter-spacing: 0.2vw;
}

.talkContentBox,
.wordContentBox {
  display: flex;
  align-self: flex-end;
  width: 100%;
  position: absolute;
  flex-wrap: nowrap;
  bottom: 0;
  justify-content: space-between;
  z-index: 99;
}

.talkContentBox > :nth-child(3) > div {
  display: flex;
  align-items: center;
}
.talkContentBox > :nth-child(3) > :first-child,
.wordContentBox > :nth-child(2) > :first-child {
  margin-bottom: 0.5vw;
}
/*.wordContentBox>:first-child, .wordContentBox>:last-child {
  width: 4%;
  text-align: center;
}*/
.wordContentBox > :nth-child(2) {
  display: flex;
  flex-direction: column;
}

.wordContentBox > :nth-child(2) > div {
  display: flex;
  align-items: center;
}

.talkContentBox > :nth-child(3) > div > :first-child,
.wordContentBox > :nth-child(2) > div > :first-child {
  width: 4.5%;
  display: flex;
  align-items: center;
  margin-right: 0.5vw;
}

.talkContentBox > :nth-child(3) > div > :nth-child(2) {
  width: 95.5%;
}

.talkContentBox > :nth-child(3),
.wordContentBox > :nth-child(2),
.tw2PlayBox,
.tw3PlayAll {
  padding: 1vw 0;
}
.tw2PlayBox > :nth-child(2) {
  margin: auto 0;
}
.talkContentBox > :nth-child(4),
.talkContentBox > :first-child,
.testContentBox1 > :nth-child(4),
.tw2PlayBox .nextQ,
.ts1ansBox > :last-child,
.wordContentBox > :first-child,
.wordContentBox > :nth-child(3) {
  width: 3%;
  text-align: center;
  margin: auto 0.5%;
}

.wordPic {
  width: 40%;
  margin: 0 auto;
}
.no_text {
  text-align: center;
}
.wordPic img,
.qPicBox > :first-child img,
.tw4Qpic > div > :first-child img,
.qPicBoxTW2 > div > :first-child img,
.qPicBoxTW3 > :first-child img,
.ts1imgBox > :first-child img {
  width: 100%;
  border-radius: 1vw;
  box-shadow: 1vw 1vw 0 0 rgba(188, 167, 142, 0.5);
}

.qPicBox {
  width: 35%;
  margin: 0 auto;
  position: relative;
}

.ma {
  margin: 0 auto;
}

.testContentBox1,
.tw2PlayBox {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.tw2PlayBox > :first-child {
  margin-right: auto;
  width: 7%;
}

.tw1PlayBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 20%;
  justify-content: center;
  margin-bottom: 0.5vw;
}

.tw1PlayBox > :first-child,
.tw1PlayBox > :nth-child(2) {
  width: 50%;
}

.testContentBox1 > :first-child {
  margin-right: auto;
  width: 10%;
}

.audioBtnTW1 {
  width: 3.5%;
  align-self: center;
}

.testContentBox1 > :nth-child(4),
.tw2PlayBox .nextQ,
.ts1ansBox > :last-child {
  margin-left: auto;
}

.tw1Answer {
  width: 16%;
}

.resultConTW2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 4%;
}

.resultConTW3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.resultGroup-2 > :first-child,
.resultGroup-3 > :first-child {
  width: 20%;
}

.resultGroup-2 > :nth-child(2) {
  width: 80%;
}

.resultGroup-1,
.resultGroup-2,
.resultGroup-3 {
  width: 44%;
  margin: 3% 0% 1% 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.resultGroup-1 > :first-child {
  width: 20%;
}

.resultGroup-1 > :first-child > :first-child,
.resultConTW2 > div > :first-child > :first-child {
  width: 35%;
  margin: 0 auto;
  padding-top: 1vw;
}

.resultGroup-1 > :first-child > :nth-child(2),
.resultConTW2 > div > :first-child > :nth-child(2) {
  width: 80%;
  margin: 0 auto;
}

.resultGroup-1 > :nth-child(2) {
  width: 26%;
}

.resultGroup-1 > :nth-child(3),
.resultConTW2 > div > :nth-child(2) > :first-child,
.resultGroup-3 > :nth-child(3) > :first-child {
  width: 3%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
}

.resultGroup-1 > :nth-child(4) {
  width: 49%;
}

.resultGroup-1 > :nth-child(4) > :nth-child(2) {
  font-size: 1.5vw;
  font-weight: bold;
}

.resultGroup-1 > :nth-child(4) > :first-child {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
}

.resultGroup-1 > :nth-child(4) > :nth-child(3) > div,
.qPicBoxTW3 > :nth-child(2) {
  width: 30%;
}

.resultCon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.resultPicTW2 {
  width: 85%;
  display: flex;
  flex-direction: row;
  margin-top: 0.5vw;
}

.resultPic {
  width: 30%;
}

.resultPicTW2 div {
  margin-right: 5%;
  border-radius: 0.5vw;
}
.info img {
  width: 2.5%;
}
.resultPicTW2 img,
.resultPic img,
.resultGroup-3 > :nth-child(2) img {
  border-radius: 0.5vw;
  box-shadow: 0.3vw 0.3vw 0 0 rgba(188, 167, 142, 0.5);
}

.resultGroup-1 .resultPic {
  margin-right: 2%;
}
.op100 {
  opacity: 1;
}

.op50 {
  opacity: 0.8;
  filter: grayscale(1);
}

.op50_2 {
  opacity: 0.5;
}

.qNoBox,
.no_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2vw;
  margin: 1.5vw 0;
}

.qPicBoxTW2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

.qPicBoxTW2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.qPicBoxTW2 > div > :nth-child(2) {
  order: 30;
  position: absolute;
  bottom: -3vw;
  right: -1vw;
  width: 30%;
  z-index: 2;
}

.qPicBoxTW3 > :nth-child(2),
.qPicBox > :nth-child(2) {
  position: absolute;
  bottom: -4vw;
  right: -4vw;
  z-index: 2;
}

.qPicBox > :nth-child(2) {
  width: 30%;
}

.text-stroke {
  font-family: "Microsoft YaHei", "PingFang SC", "WenQuanYi Zen Hei", sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #f09b48;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  -webkit-filter: url(#smooth);
  filter: url(#smooth);
}

.qPicBoxTW2 > div > :first-child {
  width: 80%;
}

.qPicBoxTW3 {
  width: 35%;
  position: relative;
}

.qPicBoxTW2 div img,
.qPicBoxTW3> :first-child img,
.qPicBox>:nth-child(2) img,
.w100,
.w30 img,
.arrow img,
.ts1imgBox>:first-child img,
.ts1imgBox>:nth-child(2) img,
.side-menu-pic img,
/*.side-menu-down img,*/
.tw4QSpace>div> :first-child img,
.tw4ResultPic img,
.tw3in> :first-child img,
.test-word-3-result,
.resultGroup-3>:nth-child(2) img,
.ts1hintBox>:first-child img,
.qPicBoxTW2>div>:nth-child(2) img,
.qPicBox>div>:nth-child(2) img,
.resultPic img,
.resultPicTW2 img,
.resultGroup-1> :nth-child(4)> :nth-child(3) img,
.resultGroup-1> :first-child> :first-child img,
.resultConTW2>div> :first-child> :first-child img,
.resultGroup-1> :first-child> :nth-child(2) img,
.resultGroup-2>:first-child>:nth-child(2) img,
.resultGroup-3>:first-child img,
.tw1Answer img,
.audioBtnTW1 img,
.topBox,
.talkContentBox> :nth-child(3)>div> :first-child img,
.wordContentBox>:nth-child(2)>div>:first-child img,.cTent-menu>div>img,.lBtn img,.qPicBoxTW3> :nth-child(2) img, .sub_ch_box img {
  width: 100%;
}

.border_choosen {
  border: 0.23vw solid #29a0d7 !important;
}

.tw3PlayBox > div {
  display: flex;
  align-items: center;
}

.tw3PlayBox {
  align-self: center;
  justify-content: space-around;
  width: 50%;
}

.flexrow,
.subBox {
  display: flex;
  flex-direction: row;
}

.sBtn {
  position: relative;
}

.subBox {
  position: absolute;
  top: 1vw;
  left: -1.8vw;
  scale: 0.8;
  z-index: 1;
}

.subBox :nth-child(2) {
  font-weight: bold;
  color: white;
  font-size: 1.6vw;
  padding: 0 1.6vw;
  display: flex;
  align-items: center;
}

.subBox :nth-child(2),
#goto-test-word-box > div,
#goto-talk-box > div,
#goto-video-box > div,
.ltitle,
.chSen,
.talkContentBox > :nth-child(4),
.talkContentBox > :first-child,
.send,
.tw1showCon,
.tw2showCon,
.tw3showCon .resultGroup-1 > :nth-child(4) > :nth-child(2),
.dragCh,
.tw4Send,
.tw4Re,
.nextQ,
.tw3Re,
.info,
.allRe,
.re,
.ts1ch,
.wordContentBox > :first-child,
.wordContentBox > :last-child,
.topBox,
.stageTitle,
.side-menu-down > :nth-child(2),
.menu-btn-mobile,
.vBoxMobile,
.sub_ch {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.subBox img {
  height: 100%;
}

.send,
.tw1Re,
.tw1NextStage,
.tw4Send,
.tw4Re,
.tw2Re,
.tw2PlayBox .send,
.tw3Re,
.re,
.allRe,
.nextText,
.ts1btnBox .nextQ,
.tw1showCon,
.tw2showCon,
.tw3showCon {
  font-weight: bold;
  padding: 0.5vw 1.5vw;
  font-size: 1.5vw;
  border: 1px solid #7a7a7a;
  color: white;
  border-radius: 0.5vw;
  font-size: 1.5vw;
}

.fc {
  justify-content: center;
}

.fc div {
  margin: 0 0.7vw;
}

.sBtn :nth-child(2) img {
  border: 1px solid transparent;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
}

.stage-test-word-4 {
  flex-direction: column !important;
}

.jc {
  justify-content: center;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.tw4dropZone {
  width: 90%;
  border-bottom: 1px solid black;
  height: 80px;
  padding: 10px 0;
}

.cp2 {
  cursor: grab;
}

.tw4AZone {
  padding: 1vw 0;
  justify-content: space-around;
  text-align: center;
}

.tw4AZone,
.talkContentBox,
.tw4BtnBox,
.tw3PlayAll,
.ts1ansAll,
.wordContentBox {
  background-color: rgba(255, 255, 255, 0.8);
}

.poEnd,
.tw3PlayAll {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tw3PlayAll :first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.tw3PlayAll > :first-child > :first-child {
  margin-right: auto;
  width: 10%;
}

.tw3PlayAll > :first-child > :nth-child(3) {
  width: 3%;
  margin: auto 0.5% auto auto;
}

.tw3PlayAll > :nth-child(2) {
  display: flex;
  justify-content: center;
}

.tw4A {
  border: 1px solid #c1c1c1;
  padding: 5px;
  background-color: white;
}

.tw4BtnBox {
  display: flex;
  justify-content: center;
  padding-bottom: 1vw;
}

.tw4BtnBox > div {
  margin: 0 0.5vw;
}

.tw2wrong {
  display: flex;
}

.correct {
  border: 0.23vw solid #29a0d7 !important;
  /*box-shadow: 0 0 10px 3px rgba(0, 128, 0, 0.5);*/
}

.rg3correct {
  border-color: #29a0d7 !important;
  color: #29a0d7 !important;
  /*box-shadow: 0 0 10px 3px rgba(0, 128, 0, 0.5);*/
}

.wrong {
  border: 0.23vw solid rgba(255, 91, 91, 1) !important;
  /* box-shadow: 0 0 10px 3px rgba(255, 0, 0, 0.5);*/
}

.rg3wrong {
  border-color: rgba(255, 91, 91, 1) !important;
  color: rgba(255, 91, 91, 1) !important;
}

#ts1sen {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}

.border1 {
  padding: 0.5vw 1vw;
  border: 0.1vw solid rgba(51, 51, 51, 0.5);
  margin: 0.5vw;
  background-color: white;
  font-weight: bold;
  font-size: 2vw;
  color: #333;
  box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.15);
  align-self: center;
}

.arrow {
  width: 3vw;
  display: flex;
  align-items: center;
}

.ts1end {
  align-items: end;
  display: flex;
  padding-bottom: 1vw;
  font-size: 2vw;
  font-weight: bold;
}

.ts1wrong {
  background-color: #cd5b5b;
  color: white;
}

.ts1correct {
  background-color: rgb(69, 190, 69);
  color: white;
}

.ts1btnBox {
  justify-content: center;
  margin-top: 0.5vw;
}

.ts1btnBox div {
  margin: 0 0.5vw;
}

.ts1imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  margin: 0 auto;
  position: relative;
}

.ts1imgBox div {
  text-align: center;
}

.ts1imgBox > :nth-child(2) {
  width: 25%;
  position: absolute;
  bottom: -3vw;
  right: -3vw;
}

.side-menu-title img {
  width: 80%;
}

.side-menu-title {
  margin-left: 7%;
  margin-top: 5%;
}

.side-menu-pic {
  width: 100%;
  transform-origin: left;
  transform: rotate(1deg);
  height: 8%;
  margin: 7% 0;
  position: relative;
  left: -18%;
}

.side-menu-pic :first-child {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.stage-menu {
width: 100%;
  background-image: url("/img/pages/conversation/parent_child/menu/main_bkg_2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f1e8dd;
  margin: 0 auto;
  padding-bottom: 8.4vw;
}
.contentBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.side-menu {
  width: 14%;
  z-index: 1;
  background: no-repeat url("/img/pages/conversation/parent_child/side/sidemenu_2_bkg.png");
  background-size: 86% 100%;
  background-position: left bottom;
}

.stage-content-box {
  overflow: hidden;
  width: 88%;
  position: relative;
  margin-left: -1.9%;
}

.side-menu-box {
  margin-left: 0.1vw;
  overflow: hidden;
}

#goto-talk-box,
#goto-video-box,
#goto-test-word-box {
  display: flex;
  flex-direction: column;
}

#goto-test-word-box > div,
#goto-talk-box > div,
#goto-video-box > div {
  border: 1px solid black;
  flex-grow: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3vw;
  border-radius: 1vw;
  margin: 4% auto 0 auto;
  position: relative;
  right: 7%;
  white-space: nowrap;
}

#goto-test-word-box > div {
  display: inline-block;
  color: #e57f83;
  border: 1px solid #e57f83;
  width: 50%;
  padding: 2% 5%;
}

#goto-talk-box > div {
  letter-spacing: 0.2vw;
  padding: 2% 5%;
  width: 50%;
  display: inline-block;
  color: var(--stage-color-1);
  border: 1px solid var(--stage-color-1);
}

#goto-video-box > div {
  letter-spacing: 0.2vw;
  padding: 2% 5%;
  width: 50%;
  display: inline-block;
  color: var(--stage-color-5);
  border: 1px solid var(--stage-color-5);
}
#goto-test-word-box > div:hover,
.word-box-selected {
  background-color: #e57f83;
  color: white;
}

#goto-talk-box > div:hover,
.talk-box-selected {
  background-color: var(--stage-color-1);
  color: white;
}
#goto-video-box > div:hover,
.video-box-selected {
  background-color: var(--stage-color-5);
  color: white;
}
.h0 {
  height: 0;
  position: relative;
  top: 5vw;
}
.side-menu-content {
  position: relative;
}

.side-menu-down {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: 1vw;
  position: absolute;
  height: auto;
  bottom: 0%;
  height: 24%;
}
.side-menu-down img {
  height: 100%;
  object-fit: cover;
}
#volumeSlider {
  width: 100%;
  padding: 0;
}

.side-menu-down > :first-child {
  justify-content: space-around;
  display: flex;
  flex-direction: row;
  height: 60%;
}
.side-menu-down > :nth-child(2) {
  border-top: 0.1vw solid #4d4d4d;
  margin: 15% 0 5% 0;
}
.side-menu-down > :nth-child(2) > :first-child {
  text-align: center;
  margin: 0.5vw 0 0.3vw 0;
  font-size: 1.1vw;
  font-weight: bolder;
  color: #4d4d4d;
}
.abSen,
.sub_ab {
  font-size: 2.5vw;
  color: #333;
}

.abSen,
.resultGroup-1 > :nth-child(4) > :first-child,
.tw4A > :first-child,
.tw3a,
.rg3box > :first-child,
.hintText,
.sub_ab {
  font-family: "Times New Roman", Times, serif;
}

.chSen,
.sub_ch {
  font-weight: bold;
  font-size: 1.5vw;
  color: #4d4d4d;
  padding: 0.5vw 0;
}

/*.nextSen > :first-child,
.nextQ > :first-child {
 clip-path: polygon(0 0, 100% 0, 100% 100%, 1vw 100%);
  border-bottom-left-radius: 1vw;
  text-align: center;
}
.preSen > :first-child {
  border-bottom-right-radius: 1vw;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1vw) 100%, 0 100%);
  text-align: center;
}
.nextSen > :first-child > img,
.preSen > :first-child > img,
.nextQ > :first-child > img {
  width: 50%;
  padding: 7% 15%;
}
.nextSen > :first-child > img,
.nextQ > :first-child > img {
  margin-left: 17%;
}

.preSen > :first-child > img {
  margin-right: 17%;
}*/
.side-word-selected {
  background-color: #e57f83;
  color: white !important;
}

.talk-selected {
  background-color: var(--stage-color-1);
  color: white !important;
}
.video-selected {
  background-color: var(--stage-color-5);
  color: white !important;
}
.tw4QZone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tw4Qpic,
.tw4QSpace {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 90%;
}

.tw4Qpic {
  margin: 2vw 0;
}

.tw4Qpic > div,
.tw4QSpace > div {
  width: 30%;
  margin: 0 1%;
}

.tw4Qpic img,
.qPicBoxTW2 div > :first-child img,
.qPicBoxTW3 > :first-child img {
  border: 0.23vw solid transparent;
}

.tw4QSpace > div {
  display: flex;
  flex-direction: row;
}

.tw4QSpace > div > :first-child {
  width: 20%;
  margin-right: 3%;
  display: flex;
  align-items: center;
}

.tw4A > :first-child {
  font-size: 2vw;
}

.tw4A {
  padding: 0.5vw;
  border-radius: 0.5vw;
  color: #333;
}

.dragCh {
  font-size: 1.5vw;
  margin-top: 0.5vw;
  font-weight: bold;
  display: none;
}

.tw4ResultPic {
  position: absolute;
  width: 8vw;
  top: 19vw;
  left: 17vw;
  z-index: 10;
}

.tw4Qpic > div {
  position: relative;
}

.tw3in > :first-child {
  width: 35%;
  margin-right: 1vw;
}

.tw3a {
  font-size: 6vw;
  font-weight: bold;
  color: #333;
}

.tw3selected {
  color: #29a0d7;
}

.resultGroup-3 > :nth-child(3) > :nth-child(2) {
  display: flex;
  text-align: center;
  width: 100%;
}

.resultGroup-3 > :first-child {
  display: flex;
  align-items: center;
  z-index: 2;
}

.resultGroup-3 > :nth-child(2) {
  width: 28%;
  margin-left: -2.3vw;
}

.resultGroup-3 > :nth-child(3) {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.resultGroup-3 > :nth-child(3) > :first-child {
  margin: 0 0 0.2vw 0.5vw;
}

.rg3box {
  width: 30%;
  margin: 0 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rg3box > :nth-child(2) img {
  width: 80%;
}

.rg3box > :first-child {
  width: 80%;
  color: #333;
  font-size: 4vw;
  font-weight: bold;
  padding: 0.1vw 0;
  border: 0.2vw solid #333;
  border-radius: 50%;
  margin-bottom: 0.5vw;
}

.ts1ansAll {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1vw;
}

.ts1ansBox {
  display: flex;
}

.ts1ansBox > :first-child {
  width: 5%;
}

.ts1ansBox > :nth-child(2) {
  display: block;
  align-self: center;
  width: 4%;
}

.ts1ansBox > :nth-child(3) {
  max-width: 90%;
  margin-top: 0.5vw;
}

.ts1ansBox > :nth-child(2) img {
  width: 100%;
  height: auto;
}

.ts1ch {
  font-weight: bold;
  font-size: 1.5vw;
  color: #4d4d4d;
  margin: 0.5vw 0 0 0.5vw;
}

.ts1hintBox {
  margin-left: 5%;
  align-items: center;
  margin-top: 0.5vw;
}

.ts1hintBox > :first-child {
  width: 7%;
}

.hintText {
  font-size: 1.5vw;
  margin-left: 1vw;
  color: red;
}
.talkPicMobile {
  display: none;
}
.side-menu-content > :nth-child(3) {
  display: none;
}
.side-menu-content > :nth-child(4) {
  height: 80%;
}
.menu-btn-mobile {
  background-color: white;
  border: 2px solid #ff8c00;
  color: #ff8c00;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: none;
  font-weight: bold;
  font-size: 5vw;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 0px 1px rgba(85, 85, 85, 0.8));
}
@media screen and (max-width: 480px) {
  .side-menu-box {
    margin: 0 auto;
    min-height: auto;
  }
  .side-menu-content > :nth-child(4) {
    height: auto;
  }
  .vBoxMobile {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    font-size: 4vw;
  }
  .mobileShow {
    display: block !important;
    width: 20%;
  }
  .mobileShow img {
    width: 100%;
  }
  .stage-menu {
    flex-direction: column;
  }
  .contentBox,
  #container,
  .menuBox img {
    width: 100%;
  }

  .contentBox {
    background-image: none !important;
  }

  .menuBox {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .menuBox div {
    width: 46%;
    margin: 1% 2%;
    transform: rotate(0deg) !important;
    transition: none !important;
  }

  .lBtn {
    margin: 0;
  }

  .menuPicBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .ltitle {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .cTent-menu > div {
    width: 100%;
    margin: 0 4vw;
  }
  .subBox :nth-child(2) {
    font-size: 10vw;
    padding: 2vw 4vw;
    border-radius: 2vw;
    filter: drop-shadow(0.3vw 0.3vw 0.3vw grey);
  }
  .subBox :first-child {
    display: none;
  }
  .subBox {
    position: relative;
    top: 5vw;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sBtn :nth-child(2) img {
    border-radius: 5vw;
    filter: drop-shadow(0.3vw 0.3vw 0.3vw grey);
  }
  .contentBox {
    flex-direction: column;
  }
  .talkPicMobile {
    display: block;
  }
  .talkPicMobile img {
    width: 100%;
  }
  .side-menu {
    background: none;
    width: 100%;
  }
  .side-menu-title {
    margin: 0 auto;
    text-align: center;
    height: 25vw;
    width: 100%;
  }
  .side-menu-title img {
    width: auto;
    height: 100%;
  }
  .side-menu-pic {
    transform: rotate(0deg);
    width: 35%;
    height: auto;
    margin: 1vw 1%;
    left: 0;
  }
  .side-menu-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  #goto-talk-box,
  #goto-test-word-box,
  #goto-video-box {
    position: fixed;
    z-index: 99;
    width: 100%;
    display: flex;
    background-color: white;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1vw 0;
  }
  .mobileHide {
    display: none;
  }
  #goto-talk-box,
  #goto-test-word-box,
  #goto-video-box {
    top: 65vw;
    border-bottom: 2px solid var(--stage-color-1);
  }

  #goto-talk-box > div,
  #goto-test-word-box > div,
  #goto-video-box > div {
    width: 48%;
    font-size: 5vw;
    right: 0;
    padding: 1vw 0;
    margin: 1vw 0;
  }
  .stage-content-box {
    width: 100%;
    margin-left: 0;
  }
  .talkContentBox {
    position: initial;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    padding: 2vw 0;
    row-gap: 1vw;
    align-items: center;
  }
  .talkContentBox > :first-child {
    order: 4;
    margin: 0;
  }
  .talkContentBox > :last-child {
    margin: 0;
  }
  .talkContentBox > :nth-child(2) {
    width: 20vw;
    height: 20vw;
    margin: 0;
    padding: 0;
  }
  .talkContentBox > :nth-child(3) {
    width: 78%;
    margin: 0;
    padding: 0;
  }
  .talkContentBox > :nth-child(4),
  .talkContentBox > :nth-child(5) {
    order: 5;
  }
  .side-menu-down {
    position: initial;
    height: auto;
    width: 100%;
  }
  .side-menu-down > :first-child {
    height: auto;
    width: 100%;
  }
  .side-menu-content > :nth-child(4) {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    background-color: white;
    border-top: 2px solid var(--stage-color-1);
    border-bottom: 2px solid var(--stage-color-1);
    margin-top: 1vw;
    padding-top: 1vw;
  }
  .side-menu-content > :nth-child(3) {
    display: block;
    margin: 0 auto;
  }
  .stageTitle > div > :first-child > :first-child {
    font-size: 6vw;
  }
  .stageTitle > div > :first-child > :nth-child(2) {
    font-size: 6vw;
  }
  .stageTitle > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .stageTitle > div > :first-child {
    justify-content: center;
    width: 100%;
  }
  .stageTitle {
    margin: 1vw auto;
    width: 90%;
    display: flex;
  }
  .stageTitle > div > :nth-child(2) {
    font-size: 6vw;
    margin: 0 auto;
    padding: 1vw 0;
  }
  .stageTitle > div > :first-child > :first-child {
    padding: 1vw 0;
  }
  .talkContentBox > :nth-child(3) > div > :first-child,
  .wordContentBox > :nth-child(2) > div > :first-child,
  .audioBtnTW1 {
    width: 10%;
  }
  .talkContentBox > :nth-child(4),
  .talkContentBox > :first-child,
  .testContentBox1 > :nth-child(4),
  .tw2PlayBox .nextQ,
  .ts1ansBox > :last-child,
  .wordContentBox > :first-child,
  .wordContentBox > :nth-child(3),
  .wordContentBox > :nth-child(4) {
    width: 49%;
  }
  .talkContentBox > :nth-child(3) > div > :nth-child(2) {
    width: 86%;
  }
  .abSen {
    font-size: 6vw;
  }
  .chSen {
    font-size: 5vw;
  }
  .rTri img,
  .lTri img {
    width: 4vw;
  }
  .rTri,
  .lTri {
    padding: 1vw 0;
    border-radius: 3vw;
    height: 8vw;
  }
  .preSen {
    border-radius: 3vw;
  }
  .wordContentBox,
  .testContentBox1 {
    position: inherit;
  }
  .wordContentBox {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2vw;
    padding-bottom: 1vw;
    row-gap: 1vw;
  }
  .wordContentBox > :first-child {
    order: 2;
  }
  .wordContentBox > :nth-child(2) {
    order: 1;
  }
  .wordContentBox > :nth-child(3),
  .wordContentBox > :nth-child(4) {
    order: 3;
  }
  .wordContentBox > :first-child,
  .wordContentBox > :nth-child(3),
  .wordContentBox > :nth-child(4) {
    width: 49%;
  }
  .info {
    font-size: 5vw;
    display: inherit;
    text-align: justify;
    margin: 0 auto;
    width: 80%;
    line-height: 6vw;
  }
  .info img {
    width: auto; /* 自動調整寬度 */
    height: 5vw; /* 設置高度與文字相同 */
    margin: 0;
    position: relative;
    bottom: 0.5vw;
    vertical-align: middle;
  }
  .wordPic,
  .qPicBox {
    width: 60%;
  }
  .tw1PlayBox {
    width: 50%;
  }
  .testContentBox1 {
    margin-top: 1vw;
    padding: 1vw 0;
  }
  .qNoBox {
    font-size: 6vw;
    margin: 2vw 0;
  }
  .send,
  .tw1Re,
  .tw1NextStage,
  .tw4Send,
  .tw4Re,
  .tw2Re,
  .tw2PlayBox .send,
  .tw3Re,
  .re,
  .allRe,
  .nextText,
  .ts1btnBox .nextQ,
  .tw1showCon,
  .tw2showCon,
  .tw3showCon {
    font-size: 6vw;
    padding: 2vw 3vw;
    border-radius: 10px;
  }
  .vBoxMobile {
    width: 80%;
    font-size: 5vw;
  }
  .nextBox {
    width: 49%;
  }
  .nextText {
    width: 100%;
    border: none;
    border-radius: 3vw;
    padding: 4vw 0;
    font-size: 5vw;
  }
  .qPicBox > :nth-child(2) {
    width: 50%;
  }
  .qPicBoxTW3 > :nth-child(2),
  .qPicBox > :nth-child(2) {
    bottom: -8vw;
    right: -16vw;
  }

  .testContentBox1,
  .tw2PlayBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1vw;
    padding: 1vw 0 4vw 0;
  }
  .tw2PlayBox {
    position: initial;
    padding-top: 4vw;
    margin-top: 6vw;
  }
  .tw3PlayAll {
    position: initial;
    padding: 4vw 0;
    margin-top: 3vw;
  }
  .tw3PlayAll > :first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tw2PlayBox > :nth-child(2) {
    width: 100%;
  }
  .tw2PlayBox > :nth-child(2) > :nth-child(2),
  .tw2PlayBox > :nth-child(2) > :nth-child(3) {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .testContentBox1 > :first-child,
  .tw2PlayBox > :first-child {
    display: none !important;
  }
  .testContentBox1 > :nth-child(4),
  .tw2PlayBox > :nth-child(3) {
    margin: 0 auto;
  }
  .nextQ {
    margin: 0 auto;
  }

  .resultGroup-1,
  .resultGroup-2,
  .resultGroup-3 {
    width: 95%;
    align-items: center;
    margin: 0 auto;
  }
  .resultGroup-3 {
    margin: 2vw auto;
  }
  .resultGroup-1 > :nth-child(4) > :first-child {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  .resultGroup-1 > :nth-child(4) > :nth-child(2) {
    font-size: 5vw;
  }
  .resultGroup-2 {
    margin: 2vw 0;
  }
  .resultConTW2 {
    justify-content: center;
  }
  .resultGroup-1 > :first-child > :first-child,
  .resultConTW2 > div > :first-child > :first-child {
    width: 50%;
  }
  .fc {
    margin: 3vw 0;
  }
  .qPicBoxTW2 > div > :nth-child(2) {
    width: 50%;
    bottom: -7vw;
    right: -4vw;
  }
  .resultGroup-1 > :nth-child(3),
  .resultConTW2 > div > :nth-child(2) > :first-child,
  .resultGroup-3 > :nth-child(3) > :first-child {
    font-size: 6vw;
  }
  .tw3PlayBox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .tw3in > :first-child {
    width: 100%;
    margin-right: 2vw;
  }
  .tw3a {
    font-size: 12vw;
  }
  .tw3PlayAll > :first-child > :nth-child(3) {
    width: 50%;
    margin: 0 auto;
  }
  .qPicBoxTW3 > :nth-child(2) {
    width: 50%;
    bottom: -8vw;
    right: -10vw;
  }
  .rg3box > :first-child {
    font-size: 10vw;
  }
  .ts1btnBox {
    margin-bottom: 2vw;
  }
  .tw4dropZone {
    height: auto;
    min-height: 15vw;
  }
  .poEnd {
    position: initial;
    width: 100%;
  }
  .tw4A > :first-child {
    font-size: 8vw;
  }
  .tw4AZone {
    flex-wrap: wrap;
  }
  .tw4AZone > div {
    margin: 2vw;
  }
  .mobileHide {
    display: none;
  }
  .tw4mobile {
    display: flex;
    flex-direction: column;
    position: initial;
    height: auto;
  }
  .tw4AZone > div {
    margin: 0.5vw;
  }
  .tw4Qpic,
  .tw4QSpace {
    flex-direction: column;
  }
  .tw4QSpace {
    justify-content: space-between;
    height: 100%;
  }
  .tw4QSpace > div {
    display: flex;
    flex-direction: column;
    height: 33%;
    justify-content: space-between;
  }
  .tw4QSpace > div > :first-child {
    margin: 2vw auto;
    width: 28%;
  }

  .tw4QZone {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .tw4QSpace > div {
    width: 100%;
  }
  .tw4Qpic > div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 33%;
  }
  .tw4Qpic > div > :first-child img {
    width: 80%;
    margin: auto 0;
  }
  .tw4BtnBoxMobile {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 3vw;
    padding: 3vw 0;
    text-align: center;
  }
  .tw4BtnBoxMobile > div {
    display: inline-block;
    margin: 0 0.5vw;
  }
  .tw4ResultPic {
    width: 40%;
    top: 22vw;
    left: 33vw;
  }
  .ts1ansAll {
    position: initial;
  }
  .ts1imgBox {
    width: 80%;
  }
  .ts1ansBox > :nth-child(2) {
    width: 10%;
  }
  .border1,
  .ts1end {
    font-size: 6vw;
  }
  .ts1ch {
    font-size: 5vw;
  }
  .ts1hintBox > :first-child {
    width: 20%;
  }
  .arrow {
    width: 7vw;
  }
  .hintText {
    font-size: 6vw;
  }
  .goto-menu,
  .downloadPDF {
    margin-left: 2%;
  }
  .sub_box {
    position: relative;
  }
  .sub_ab {
    font-size: 6vw;
  }
  .sub_ch {
    font-size: 4vw;
  }

  .no_text {
    font-size: 5vw;
  }
  .tc_2 {
    display: none;
  }
  .stage-video {
    width: 100%;
  }
  .role {
    width: 20vw;
    height: 20vw;
  }
  .sub_box_in > :nth-child(2) {
    width: 70%;
  }
  .sub_box_switch {
    display: none;
  }
  .video_replay {
    font-size: 6vw;
  }
  .video_btns_box {
    flex-direction: column;
    position: relative;
    bottom: 0;
  }
  .video_control {
    position: relative;
    font-size: 6vw;
  }
  .video_btn {
    font-size: 6vw;
  }
  .video_btns {
    margin-bottom: 3vw;
  }
  .video_box {
    height: auto;
    overflow: hidden;
  }
}
