.loader_container,
.id_input_container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease-out;
}
.loader_container {
  z-index: 99999;
  background-color: #fef9c16e;
}
.id_input_container {
  z-index: 99998;
  background-color: #fff2e7;
}
.id_input_card {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  position: relative;
  width: 320px;
  max-height: 90svh;
  padding: 42px 16px 24px;
  background-color: #ffcea9;
  border-radius: 16px;
  box-shadow: 2px 2px 10px 4px #00000039;
}
.id_label {
  display: block;
  margin-bottom: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #474747;
  font-size: 18px;
}
#id_number,
#userInput {
  display: block;
  width: 100%;
  padding: 8px 12px 2px;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #b04c00;
  background-color: transparent;
  font-size: 16px;
  color: #474747;
}
#id_number:focus,
#userInput:focus {
  outline: none; /* 移除預設的輪廓線 */
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #b04c00;
  background-color: #ff8e31; /* 改變背景顏色 */
  color: #161616;
}
#toggleButton {
  height: 28px;
  width: 44px;
  top: 80px;
  left: 264px;
  position: absolute;
  cursor: pointer;
  padding: 4px 12px;
}
#toggleButton > img {
  width: 100%;
  height: 100%;
  display: block;
}
.id_notice {
  padding-top: 2px;
  font-weight: 400;
  color: rgb(255, 21, 21);
  letter-spacing: 1px;
}
.id_submit {
  display: block;
  width: 120px;
  height: 37px;
  margin: 24px auto 0px auto;
  overflow: hidden;
  position: relative;
}

.desktop_container {
  display: block;
  margin: auto;
  max-width: 1800px;
  padding: 16px;
}
.mobile_container {
  display: none;
}
.d_main {
  padding: 24px;
  border-radius: 24px;
  background-color: rgb(234, 234, 234);
  box-shadow: 1px 1px 6px 2px #0000006d;
}
.dm_title {
  padding: 4px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgb(214, 214, 214),
    transparent 30%,
    transparent 70%,
    rgb(214, 214, 214)
  );
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}
.dm_title_span {
  text-align: center;
  font-size: 24px;
  display: block;
  margin: 4px;
  white-space: nowrap;
  padding: 0px 40px;
}
.dm_nav {
  width: 100%;
  display: flex;
  margin: 4px 0px 12px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 8px 12px;
  background: linear-gradient(to right, rgb(255, 212, 85), rgb(255, 136, 50));
}
.dmn_p_type {
  font-size: 32px;
  font-weight: 800;
  margin-right: 16px;
  margin-left: 16px;
}
.dmn_department {
  font-size: 24px;
  font-weight: 600;
}
.dmn_date {
  padding-left: 12px;
  font-size: 24px;
  font-weight: 600;
}
.dm_nav_option {
  display: flex;
  align-items: center;
}
.dmn_all_voice,
.dmn_med_like,
.dmn_list,
.dmn_lang {
  font-size: 20px;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.dmn_all_voice_img {
  margin-right: 4px;
  display: block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
  padding: 4px;
  background-color: rgb(51, 74, 94);
  border-radius: 50%;
}
.dmn_med_like_img,
.dmn_list_img {
  margin-right: 4px;
  display: block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
}
.dmn_device_line {
  margin: 0px 6px;
}
.dmn_lang_option_container {
  z-index: 800;
  background-color: rgb(224, 145, 89);
  position: absolute;
  top: 52px;
  right: -12px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
  height: 0px;
}
.dmn_lang_option {
  text-align: center;
  width: 220px;
  padding: 6px;
  transition: all 0.2s;
  margin: 4px 6px;
}
.dmn_lang_option_underline {
  background-color: rgb(238, 196, 71);
  border-radius: 8px;
}
.dmn_lang_option_underline_nor {
  background-color: rgb(71, 238, 210) !important;
}
.dmn_lang_option:hover {
  background-color: rgb(228, 206, 139);
  transition: all 0.2s;
  border-radius: 8px;
}

.dm_main_med_info_container {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 200px;
  margin-bottom: 32px;
}
.dm_main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dmm_med_name {
  padding-left: 24px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}
.dmm_med_dianame {
  padding-left: 24px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.dmmt_notice {
  width: 40%;
  font-size: 24px;
  padding: 4px 12px;
  text-align: right;
  background: linear-gradient(to right, transparent 20%, rgb(196, 196, 196));
  overflow: hidden;
  display: flex;
}
.dmmt_notice > .dmmt_notice_span {
  white-space: nowrap;
  min-width: 100%;
  padding: 0px 16px;
}
.dmm_med_pic_container {
  display: flex;
  width: 520px;
  height: 520px;
  justify-content: center;
  margin: auto;
}
.dmm_med_pic {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dmm_right {
  height: 520px;
  padding-right: 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
}
/* 設定滾動條的寬度 */
.dmm_right::-webkit-scrollbar {
  width: 6px;
}

/* 設定滾動條軌道的樣式 */
.dmm_right::-webkit-scrollbar-track {
  background: #d1d1d1;
  border-radius: 10px;
}

/* 設定滾動條滑塊的樣式 */
.dmm_right::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* 設定滾動條滑塊在懸停時的樣式 */
.dmm_right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dmmr_title {
  display: flex;
  padding: 4px 16px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 16px;
  background: linear-gradient(to right, rgb(255, 212, 85), rgb(255, 136, 50));
  border-radius: 12px;
  font-size: 24px;
  font-weight: 800;
}
.dmmr_title_img,
.mmmt_title_img {
  display: block;
  padding: 4px;
  background-color: rgb(51, 74, 94);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.dmmr_content {
  font-size: 24px;
  padding-left: 16px;
  margin-bottom: 24px;
}
/* 調整分頁器點點的大小 */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b0b0b0; /* 設置未激活點點的顏色 */
  opacity: 1; /* 設置點點的透明度 */
  margin: 0 5px; /* 設置點點之間的間距 */
  box-shadow: 1px 1px 2px 1px #00000062;
}

/* 調整激活狀態的點點樣式 */
.swiper-pagination-bullet-active {
  background-color: #464646; /* 設置激活點點的顏色 */
}

audio {
  background-color: #fff;
}

.logo_footer {
  bottom: 0px;
  z-index: 8888;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 4px 20px;
  background-color: #fff;
}
.footer_logo {
  height: 100%;
  object-fit: cover;
  margin-right: 12px;
  padding: 4px;
}
.footer_content {
  display: flex;
  align-items: center;
}
.footer_cht_name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  margin-right: 16px;
}
.footer_eng_name {
  font-size: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #f8f8f8;
  border-radius: 5px;
  width: 36px;
  height: 62px;
  background-color: #24242486;
}

.swiper-button-prev_img,
.swiper-button-prev_img_m {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  color: #ffffff;
  border-radius: 5px;
  width: 32px;
  height: 48px;
  background-color: #24242486;
}
.swiper-button-next_img,
.swiper-button-next_img_m {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
  width: 32px;
  height: 48px;
  background-color: #24242486;
}
.swiper-button-prev_img::after,
.swiper-button-prev_img_m::after {
  content: 'prev';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 32px;
}
.swiper-button-next_img::after,
.swiper-button-next_img_m::after {
  content: 'next';
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
}
.swiper-button-prev_img_m,
.swiper-button-next_img_m {
  width: 24px;
  height: 42px;
}
.swiper-button-prev_img_m::after,
.swiper-button-next_img_m::after {
  font-size: 24px;
  font-weight: 800;
}

.blue_bgc {
  background: linear-gradient(
    to right,
    rgb(120, 207, 250),
    rgb(68, 150, 222)
  ) !important;
}
#captchaImage{
  border: 1px solid #000; width: 150px; height: 60px
}

.popup_img_display {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  background-color: #000000e7;
  display: flex;
  width: 100%;
  width: 100vw;
  width: 100svw;
  height: 100%;
  height: 100vh;
  height: 100svh;
  align-items: center;
  justify-content: center;
  display: none;
}
.ppid_btn {
  position: absolute;
  display: block;
  top: 24px;
  right: 24px;
  width: 32px;
}
.ppid_img_src {
  display: block;
  width: 100%;
}

@media (max-width: 1600px) {
  .id_input_card {
    /* display: flex;
  flex-direction: column;
  align-items: center; */
    position: relative;
    width: 320px;
    max-height: 90svh;
    padding: 42px 16px 24px;
    background-color: #ffcea9;
    border-radius: 16px;
    box-shadow: 2px 2px 10px 4px #00000039;
  }
  .id_label {
    display: block;
    margin-bottom: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #474747;
    font-size: 18px;
  }
  #id_number,
  #userInput {
    display: block;
    width: 100%;
    padding: 8px 12px 2px;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 1px solid #b04c00;
    background-color: transparent;
    font-size: 16px;
    color: #474747;
  }
  #id_number:focus,
  #userInput:focus {
    outline: none; /* 移除預設的輪廓線 */
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 1px solid #b04c00;
    background-color: #ff8e31; /* 改變背景顏色 */
    color: #161616;
  }
  .id_notice {
    padding-top: 2px;
    font-weight: 400;
    color: rgb(255, 21, 21);
    letter-spacing: 1px;
  }
  .id_submit {
    display: block;
    width: 120px;
    height: 37px;
    margin: 24px auto 0px auto;
    overflow: hidden;
    position: relative;
  }
  .desktop_container {
    display: block;
    margin: auto;
    max-width: 1200px;
    padding: 16px;
  }
  .mobile_container {
    display: none;
  }
  .d_main {
    padding: 16px;
    border-radius: 12px;
    background-color: rgb(234, 234, 234);
    box-shadow: 1px 1px 6px 2px #0000006d;
  }
  .dm_title {
    padding: 4px;
    width: 100%;
    background: linear-gradient(
      to right,
      rgb(214, 214, 214),
      transparent 30%,
      transparent 70%,
      rgb(214, 214, 214)
    );
    border-radius: 8px;
  }
  .dm_title_span {
    font-size: 20px;
    display: block;
    margin: 4px;
  }
  .dm_nav {
    width: 100%;
    display: flex;
    margin: 12px 0px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 12px;
    background: linear-gradient(to right, rgb(255, 212, 85), rgb(222, 131, 68));
  }
  .dmn_p_type {
    font-size: 24px;
    font-weight: 800;
    margin-right: 8px;
    margin-left: 16px;
  }

  .dmn_department {
    font-size: 20px;
  }

  .dmn_date {
    padding-left: 12px;
    font-size: 20px;
  }
  .dm_nav_option {
    display: flex;
    align-items: center;
  }
  .dmn_all_voice,
  .dmn_med_like,
  .dmn_list,
  .dmn_lang {
    font-size: 16px;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .dmn_all_voice_img {
    margin-right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
    padding: 4px;
    background-color: rgb(51, 74, 94);
    border-radius: 50%;
  }
  .dmn_med_like_img,
  .dmn_list_img {
    margin-right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
  }
  .dmn_device_line {
    margin: 0px 6px;
  }
  .dmn_lang_option_container {
    z-index: 800;
    background-color: rgb(224, 145, 89);
    position: absolute;
    top: 44px;
    right: -12px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s;
    height: 0px;
  }
  .dmn_lang_option {
    text-align: center;
    width: 160px;
    padding: 6px;
    transition: all 0.2s;
    margin: 4px 6px;
  }
  .dmn_lang_option_underline {
    background-color: rgb(238, 196, 71);
    border-radius: 8px;
  }
  .dmn_lang_option:hover {
    background-color: rgb(228, 206, 139);
    transition: all 0.2s;
    border-radius: 8px;
  }

  .dm_main_med_info_container {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 200px;
    margin-bottom: 32px;
  }
  .dm_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dmm_med_name {
    padding-left: 24px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .dmm_med_dianame {
    padding-left: 24px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .dmmt_notice {
    width: 40%;
    font-size: 20px;
    padding: 4px 12px;
    text-align: right;
    background: linear-gradient(to right, transparent 20%, rgb(196, 196, 196));
  }
  .dmm_med_pic_container {
    display: flex;
    width: 360px;
    height: 360px;
    margin: auto;
    justify-content: center;
  }
  .dmm_med_pic {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .dmm_right {
    height: 360px;
    padding-right: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  /* 設定滾動條的寬度 */
  .dmm_right::-webkit-scrollbar {
    width: 6px;
  }

  /* 設定滾動條軌道的樣式 */
  .dmm_right::-webkit-scrollbar-track {
    background: #d1d1d1;
    border-radius: 10px;
  }

  /* 設定滾動條滑塊的樣式 */
  .dmm_right::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  /* 設定滾動條滑塊在懸停時的樣式 */
  .dmm_right::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .dmmr_title {
    display: flex;
    padding: 4px 16px;
    cursor: pointer;
    align-items: center;
    margin-bottom: 8px;
    background: linear-gradient(to right, rgb(255, 212, 85), rgb(222, 131, 68));
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
  }
  .dmmr_title_img,
  .mmmt_title_img {
    display: block;
    padding: 4px;
    background-color: rgb(51, 74, 94);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 8px;
  }
  .dmmr_content {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  /* 調整分頁器點點的大小 */
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #b0b0b0; /* 設置未激活點點的顏色 */
    opacity: 1; /* 設置點點的透明度 */
    margin: 0 5px; /* 設置點點之間的間距 */
    box-shadow: 1px 1px 2px 1px #00000062;
  }

  /* 調整激活狀態的點點樣式 */
  .swiper-pagination-bullet-active {
    background-color: #464646; /* 設置激活點點的顏色 */
  }

  audio {
    background-color: #fff;
  }

  .logo_footer {
    bottom: 0px;
    z-index: 8888;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    padding: 4px 20px;
    background-color: #fff;
  }
  .footer_logo {
    height: 100%;
    object-fit: cover;
    margin-right: 12px;
    padding: 4px;
  }
  .footer_content {
    display: block;
  }
  .footer_cht_name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    margin-right: 0px;
  }
  .footer_eng_name {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .dm_title_span {
    font-size: 20px;
    display: block;
    margin: 4px;
  }
  .dmn_p_type {
    font-size: 24px;
  }
  .dmn_department {
    font-style: 20px;
  }
  .dm_nav {
    flex-direction: column;
  }
  .dm_nav_title {
    margin-bottom: 8px;
  }
  .dm_nav_option {
    width: 100%;
    justify-content: space-evenly;
  }
  .dm_main_med_info_container {
    display: flex;
    flex-direction: column;
  }
  .dmm_med_name {
    font-size: 20px;
  }
  .dmm_med_dianame {
    font-size: 18px;
  }
  .dmmt_notice {
    font-size: 20px;
    width: 40%;
  }
  .dmm_med_pic_container {
    height: 360px;
    width: 360px;
    margin: 0px auto 12px;
  }
  .dmm_right {
    height: 340px;
  }
  /* 調整分頁器點點的大小 */
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 550px) {
  .desktop_container {
    display: none;
  }
  .mobile_container {
    display: block;
    min-height: 100svh;
    max-height: 100svh;
  }
  .m_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mm_med_card {
    width: 100%
  }
  .mmm_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, rgb(255, 136, 50), rgb(255, 212, 85));
    padding: 8px 0px;
    position: relative;
  }
  .mmmt_prescription_type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
  }
  .mmmt_prescription_type > span {
    font-size: 16px;
    font-weight: 400;
  }
  .mmmt_lang {
    position: relative;
    display: flex;
    align-items: center;
  }
  .mmmt_med_like_img {
    margin-right: 4px;
    display: block;
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
  }
  .mmmt_med_img_btn_container {
    padding: 8px 40px 0px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .mmmt_med_list > img,
  .mmmt_med_like > img {
    width: 24px;
    height: 24px;
  }
  .mmmt_med_list,
  .mmmt_med_like {
    /* max-width: 180px; */
    padding: 4px 12px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    /* background-color: rgb(216, 216, 216); */
    box-shadow: 2px 2px 4px 0px #00000081;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    justify-content: center;
    border: #c9c9c942 1px solid;
    border-radius: 5px;
    /* width: 90%; */
  }
  .mmmt_lang_picked {
    font-size: 16px;
  }
  .mmmt_lang_option_container {
    z-index: 800;
    background: linear-gradient(to right, rgb(222, 131, 68), rgb(255, 212, 85));
    position: absolute;
    top: 32px;
    right: -40px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s;
    height: 0px;
  }
  .mmmt_voice_icon {
    position: absolute;
    height: 36px;
    width: 36px;
    padding: 6px;
    background-color: rgb(51, 74, 94);
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    box-shadow: 1px 1px 4px 2px #0000006d;
  }
  .mmmt_lang_option {
    text-align: center;
    width: 160px;
    padding: 6px;
    transition: all 0.2s;
    margin: 4px 6px;
    font-size: 14px;
  }
  .mmmt_lang_option:hover {
    background-color: rgb(228, 206, 139);
    transition: all 0.2s;
    border-radius: 8px;
  }
  .mmmt_med_img_container {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .mmmt_title_notice_container {
    font-size: 20px;
    width: 100%;
    margin-bottom: 4px;
  }
  .mmmt_med_img {
    display: block;
    margin: auto;
    height: 260px;
    border-radius: 8px;
    object-fit: cover;
  }
  .mmmt_med_pic_container {
    margin: auto;
    height: 260px;
    width: 260px;
    border-radius: 8px;
  }
  .mmmt_med_pic {
    display: block;
    height: 260px;
    width: 260px;
    border-radius: 8px;
    object-fit: cover;
  }
  .mmmt_title_notice {
    width: 100%;
    text-align: center;
    padding: 2px;
    font-weight: normal;
    background-color: #c6c6c62f;
    margin: 2px 0px;
    overflow: hidden;
    display: flex;
  }
  .mmmt_title_notice > .marquee_div {
    white-space: nowrap;
    padding: 0px 40px;
    text-align: center;
  }
  .mmmt_med_name_container {
    width: 99%;
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(to right, rgb(255, 212, 85), rgb(222, 131, 68));
    padding: 8px 0px 8px 16px;
    box-shadow: 1px 1px 4px 1px #00000062;
    margin-bottom: 8px;
  }
  .mmmt_med_name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .mmmt_med_dianame {
    padding-left: 8px;
    font-size: 14px;
  }
  .mmmt_med_notice_container {
    max-height: 70svh;
    width: 100%;
    padding: 0px 16px 62px 6px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* 設定滾動條的寬度 */
  .mmmt_med_notice_container::-webkit-scrollbar {
    width: 6px;
  }

  /* 設定滾動條軌道的樣式 */
  .mmmt_med_notice_container::-webkit-scrollbar-track {
    background: #d1d1d1;
    border-radius: 10px;
  }

  /* 設定滾動條滑塊的樣式 */
  .mmmt_med_notice_container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  /* 設定滾動條滑塊在懸停時的樣式 */
  .mmmt_med_notice_container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mmmt_med_notice_container {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .mmmt_title_img {
    display: block;
    padding: 4px;
    background-color: rgb(51, 74, 94);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 4px;
  }
  .mmmt_title {
    display: flex;
    padding: 4px 8px;
    cursor: pointer;
    align-items: center;
    margin-bottom: 4px;
    background: linear-gradient(to right, rgb(255, 212, 85), rgb(222, 131, 68));
    border-radius: 12px;
    font-weight: 600;
  }
  .mmmt_content {
    width: 100%;
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .swiper-pagination {
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 42px !important;
  }
  /* 調整分頁器點點的大小 */
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1; /* 設置點點的透明度 */
    margin: 0 5px; /* 設置點點之間的間距 */
    box-shadow: 1px 1px 2px 1px #00000062;
    background-color: #a4c0cf; /* 設置激活點點的顏色 */
  }

  /* 調整激活狀態的點點樣式 */
  .swiper-pagination-bullet-active {
    background-color: #0050c7; /* 設置未激活點點的顏色 */
  }

  .logo_footer {
    position: fixed;
    width: 100%;
    height: 42px;
    padding: 4px 20px;
    background-color: #fff;
  }
  .footer_logo {
    height: 100%;
    object-fit: cover;
    margin-right: 12px;
    padding: 4px;
  }
  .footer_cht_name {
    text-align: left;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .footer_eng_name {
    font-size: 12px;
  }
}

/* 隱藏 summary 元素的默認箭頭 */
summary::-webkit-details-marker {
  display: none;
}

summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

/* 使用偽元素創建新的箭頭 */
summary::after {
  content: '▶';
  font-size: 12px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  margin-left: 4px;
}

/* 展開狀態下旋轉箭頭 */
details[open] summary::after {
  transform: rotate(90deg);
}
