@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0;
  margin: 0;
}

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

#Vote-for-audio-dramas {
  position: relative;
  color: #666;
}
#Vote-for-audio-dramas .color-main {
  color: #ff9179;
}
#Vote-for-audio-dramas .color-sub {
  color: #9a7ebe;
}
#Vote-for-audio-dramas .text-center {
  text-align: center;
}
#Vote-for-audio-dramas .bg {
  background-image: url("../image/bg_m.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 216.8%;
}
#Vote-for-audio-dramas main {
  position: relative;
  z-index: 2;
  padding: 16px;
  width: 100%;
}
#Vote-for-audio-dramas .banner {
  width: 100%;
  max-width: 750px;
  margin: 120px auto 0;
}
#Vote-for-audio-dramas .banner__image {
  background-image: url("../image/banner_m.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 53.07%;
}
#Vote-for-audio-dramas .status {
  width: 46.6666666667vw;
  max-width: 350px;
  margin: 10px auto 0;
}
#Vote-for-audio-dramas .status__image {
  width: 100%;
  padding-top: 92.57%;
  background-size: cover;
  background-position: center;
}
#Vote-for-audio-dramas .status__image--1 {
  background-image: url("../image/status_1_m.png");
}
#Vote-for-audio-dramas .status__image--2 {
  background-image: url("../image/status_2_m.png");
}
#Vote-for-audio-dramas .status__image--3 {
  background-image: url("../image/status_3_m.png");
}
#Vote-for-audio-dramas .status__image--4 {
  background-image: url("../image/status_4_m.png");
}
#Vote-for-audio-dramas section {
  padding: 40px 16px;
  margin: 60px auto 0;
  max-width: 750px;
  border-radius: 2rem;
  border: 1px solid #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(233, 233, 233, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(233, 233, 233, 0.5) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
#Vote-for-audio-dramas section.section-1 {
  padding: 40px 32px;
}
#Vote-for-audio-dramas section.section-1 .feature-1 {
  width: 48vw;
  max-width: 360px;
  margin: 0 auto 60px;
}
#Vote-for-audio-dramas section.section-1 .feature-1__image {
  background-image: url("../image/feature_1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
}
#Vote-for-audio-dramas section.section-2 {
  border: 1px solid #e9e9e9;
  position: relative;
  z-index: 10;
}
#Vote-for-audio-dramas section.section-3 .authorize-box {
  margin-top: 20px;
}
#Vote-for-audio-dramas section.section-4 .no-data {
  margin: 0 auto;
}
#Vote-for-audio-dramas section.section-4 .is-loading {
  background-size: cover;
  background-position: center;
  background-image: url("../image/tab.gif");
  width: 30px;
  height: 30px;
  margin: 60px auto;
}
#Vote-for-audio-dramas section.section-4 .work-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#Vote-for-audio-dramas section.section-4 .feature-2 {
  width: 48vw;
  max-width: 360px;
  margin: 0 auto;
}
#Vote-for-audio-dramas section.section-4 .feature-2__image {
  background-image: url("../image/feature_2.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
}
#Vote-for-audio-dramas section.section-4 .more-button {
  margin: 16px auto 0;
  border-radius: 2rem;
  border: 2px solid #9a7ebe;
  color: #9a7ebe;
  padding: 10px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#Vote-for-audio-dramas section .section-title {
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
#Vote-for-audio-dramas section .section-title--1 {
  width: 191px;
  height: 84px;
  margin-top: 60px;
  margin-bottom: 16px;
  background-image: url("../image/section_title_1_m.png");
}
#Vote-for-audio-dramas section .section-title--2 {
  width: 191px;
  height: 84px;
  margin-bottom: 40px;
  background-image: url("../image/section_title_2_m.png");
}
#Vote-for-audio-dramas section .section-title--3 {
  width: 126px;
  height: 84px;
  margin-bottom: 20px;
  background-image: url("../image/section_title_3_m.png");
}
#Vote-for-audio-dramas section .section-title--4 {
  width: 159px;
  height: 84px;
  margin-bottom: 20px;
  background-image: url("../image/section_title_4_m.png");
}
#Vote-for-audio-dramas section .slogen {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
#Vote-for-audio-dramas section .sub-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
#Vote-for-audio-dramas section .list-title {
  font-weight: 700;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
#Vote-for-audio-dramas section .desc {
  font-size: 14px;
  line-height: 20px;
}
#Vote-for-audio-dramas section .desc ol li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
}
#Vote-for-audio-dramas section .desc ol li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-num) ".";
}
#Vote-for-audio-dramas section .vote-box {
  position: relative;
  max-width: 640px;
  margin: 40px auto;
  border-radius: 2rem;
  padding: 64px 16px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe9e6), to(#fff3f1)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ff9179), to(#ffd2cb)) border-box;
  background: linear-gradient(180deg, #ffe9e6 0%, #fff3f1 100%) padding-box, linear-gradient(180deg, #ff9179 0%, #ffd2cb 100%) border-box; /* 內部背景（調淺） */
  border: 6px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
#Vote-for-audio-dramas section .vote-box .vote-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 42px;
  color: #fff;
  background-color: #ff9179;
  line-height: 28px;
  top: -26px;
  left: 50%;
  margin-left: -90px;
  position: absolute;
}
#Vote-for-audio-dramas section .vote-box .vote-input {
  width: 100%;
  border-radius: 2rem;
  font-size: 16px;
  line-height: 19px;
  padding: 16.5px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(242, 242, 242, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
  border: 2px solid #e9e9e9;
  color: #999;
  position: relative;
}
#Vote-for-audio-dramas section .vote-box .vote-input__option {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  padding: 6px 0;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #ff9179;
  background-color: #fff;
  z-index: 100;
}
#Vote-for-audio-dramas section .vote-box .vote-input__option-item {
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
  line-height: 24px;
}
#Vote-for-audio-dramas section .vote-box .vote-input__option-item:hover {
  background-color: #ff9179;
  color: #fff;
}
#Vote-for-audio-dramas section .vote-box .vote-input__option-oops {
  padding: 12px 20px;
  color: #999;
}
#Vote-for-audio-dramas section .vote-box .vote-input--disabled {
  text-decoration: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.5)), to(rgba(156, 156, 156, 0.5)));
  background: linear-gradient(180deg, rgba(235, 235, 235, 0.5) 0%, rgba(156, 156, 156, 0.5) 100%);
  border: 2px solid #fff;
}
#Vote-for-audio-dramas section .vote-box .vote-input--disabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.8)), to(rgba(156, 156, 156, 0.8)));
  background: linear-gradient(180deg, rgba(235, 235, 235, 0.8) 0%, rgba(156, 156, 156, 0.8) 100%);
}
#Vote-for-audio-dramas section .vote-box .vote-input--input:focus-within {
  border: 2px solid #ff9179;
}
#Vote-for-audio-dramas section .vote-box .vote-input--input:focus-within .vote-input__option {
  display: block;
}
#Vote-for-audio-dramas section .vote-box .vote-input__icon {
  display: none;
}
#Vote-for-audio-dramas section .vote-box .vote-input input {
  width: 100%;
  font-size: 16px;
  border: none;
  background-color: transparent;
  outline: none;
  color: #ff9179;
}
#Vote-for-audio-dramas section .vote-box .vote-btn {
  cursor: pointer;
  color: #fff;
  background-color: #9a7ebe;
  margin: 16px auto 0;
  border-radius: 2rem;
  width: 100%;
  max-width: 210px;
  font-size: 20px;
  line-height: 24px;
  padding: 9px;
  text-align: center;
}
#Vote-for-audio-dramas section .vote-box .vote-btn--disabled {
  cursor: not-allowed;
  background-color: #999;
}
#Vote-for-audio-dramas section .vote-box .vote-btn__loading {
  background-size: cover;
  background-position: center;
  background-image: url("https://cxc.today/event/2025/Vote-for-audio-dramas/image/tab.gif");
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
#Vote-for-audio-dramas section .tabs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
}
#Vote-for-audio-dramas section .tabs .tab {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(242, 242, 242, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  border-radius: 2rem;
  padding: 11px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  line-height: 30px;
}
#Vote-for-audio-dramas section .tabs .tab__icon {
  display: none;
  background-size: cover;
  background-position: center;
  background-image: url("https://cxc.today/event/2025/Vote-for-audio-dramas/image/tab.gif");
  width: 30px;
  height: 30px;
}
#Vote-for-audio-dramas section .tabs .tab:hover {
  color: #ff9179;
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
#Vote-for-audio-dramas section .tabs .tab--active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 210, 203, 0.2)), to(rgba(255, 145, 121, 0.2)));
  background: linear-gradient(180deg, rgba(255, 210, 203, 0.2) 0%, rgba(255, 145, 121, 0.2) 100%);
  color: #ff9179;
  border: 1px solid rgba(255, 145, 121, 0.6);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#Vote-for-audio-dramas section .tabs .tab--active:hover {
  color: #ff9179;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#Vote-for-audio-dramas section .tabs .tab--active .tab__icon {
  display: block;
}
#Vote-for-audio-dramas section .work-item {
  padding: 16px;
}
#Vote-for-audio-dramas section .work-item__rank {
  width: 41px;
  height: 54px;
  margin: 0 auto 8px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/icon_ranking.png");
  position: relative;
}
#Vote-for-audio-dramas section .work-item__rank::after {
  width: 100%;
  display: block;
  content: attr(data-num);
  position: absolute;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
#Vote-for-audio-dramas section .work-item__cover {
  width: 240px;
  margin: 0 auto;
  position: relative;
}
#Vote-for-audio-dramas section .work-item__cover-image {
  background-size: cover;
  background-position: center;
  background-image: url("../image/work_cover.png");
  width: 100%;
  padding-top: 100%;
  border-radius: 1rem;
}
#Vote-for-audio-dramas section .work-item__cover-authorize-image {
  position: absolute;
  right: -36px;
  bottom: -21px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/authorize.png");
  width: 130px;
  padding-top: 107px;
}
#Vote-for-audio-dramas section .work-item__info {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Vote-for-audio-dramas section .work-item__info-author {
  color: #9a7ebe;
  font-size: 12px;
  line-height: 16px;
}
#Vote-for-audio-dramas section .work-item__info-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#Vote-for-audio-dramas section .work-item__info-intro {
  font-size: 12px;
  line-height: 16px;
}
#Vote-for-audio-dramas section .work-item__info-button {
  border-radius: 2rem;
  border: 2px solid #9a7ebe;
  color: #9a7ebe;
  padding: 10px;
  max-width: 320px;
  width: 100%;
  display: block;
  text-decoration: none;
}
#Vote-for-audio-dramas section .work-item__info-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#Vote-for-audio-dramas section .rank-item {
  display: grid;
  grid-template-columns: 20px 50px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 8px;
  text-decoration: none;
}
#Vote-for-audio-dramas section .rank-item__icon {
  min-width: 0;
  width: 20px;
  height: 27px;
  margin: 0 auto 8px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/icon_ranking-3.png");
  position: relative;
}
#Vote-for-audio-dramas section .rank-item__icon--2 {
  background-image: url("../image/icon_ranking-1.png");
}
#Vote-for-audio-dramas section .rank-item__icon--3 {
  background-image: url("../image/icon_ranking-2.png");
}
#Vote-for-audio-dramas section .rank-item__icon::after {
  width: 100%;
  display: block;
  content: attr(data-num);
  position: absolute;
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  text-align: center;
  color: #fff;
}
#Vote-for-audio-dramas section .rank-item__cover {
  min-width: 0;
  background-size: cover;
  background-position: center;
  background-image: url("../image/work_cover.png");
  width: 50px;
  padding-top: 50px;
  border-radius: 6px;
}
#Vote-for-audio-dramas section .rank-item__info {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#Vote-for-audio-dramas section .rank-item__info-author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #9a7ebe;
  font-size: 12px;
  line-height: 15px;
}
#Vote-for-audio-dramas section .rank-item__info-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #333;
}
#Vote-for-audio-dramas footer {
  padding: 60px 16px;
  background-color: #ff9179;
  color: #333;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
#Vote-for-audio-dramas footer .footer-text {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
}
#Vote-for-audio-dramas footer .footer-text .list-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
#Vote-for-audio-dramas footer .footer-text ol li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 24px;
}
#Vote-for-audio-dramas footer .footer-text ol li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-num) ".";
}
#Vote-for-audio-dramas footer .host {
  width: 300px;
  margin: 0 auto;
}
#Vote-for-audio-dramas footer .host__label {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 40px 0;
}
#Vote-for-audio-dramas footer .host__image {
  width: 300px;
}
#Vote-for-audio-dramas footer .host__image img {
  width: 100%;
  height: auto;
}
#Vote-for-audio-dramas .menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 8px;
  right: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 153, 153, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(180deg, rgba(153, 153, 153, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  border: 1px solid #e4e2e3;
  border-radius: 2rem;
  z-index: 101;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
#Vote-for-audio-dramas .menu__icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/menu_1.png");
}
#Vote-for-audio-dramas .menu .navbar {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#Vote-for-audio-dramas .menu .navbar__nav {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 0px 6px #000000;
}
#Vote-for-audio-dramas .menu .navbar__nav-icon {
  margin-left: 6px;
  display: inline-block;
  border-bottom: 16px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5019607843));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5019607843));
}
#Vote-for-audio-dramas .menu--open {
  width: calc(100% - 30px);
  height: auto;
  border-radius: 2rem;
  padding: 60px 16px;
}
#Vote-for-audio-dramas .menu--open .menu__icon {
  background-image: url("../image/menu_2.png");
}
#Vote-for-audio-dramas .menu--open .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #Vote-for-audio-dramas section {
    padding: 40px 32px;
  }
  #Vote-for-audio-dramas footer {
    padding: 40px 32px;
  }
}
@media (min-width: 1024px) {
  #Vote-for-audio-dramas .bg {
    background-image: url("../image/bg.png");
    background-size: contain;
    background-position: top;
    height: 100vh;
  }
  #Vote-for-audio-dramas .banner {
    max-width: 1200px;
    margin: 120px auto 0;
  }
  #Vote-for-audio-dramas .banner__image {
    background-image: url("../image/banner.gif");
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 48.333%;
  }
  #Vote-for-audio-dramas .status {
    width: 630px;
    max-width: 630px;
    margin: 0 auto;
  }
  #Vote-for-audio-dramas .status__image {
    padding-top: 227px;
  }
  #Vote-for-audio-dramas .status__image--1 {
    background-image: url("../image/status_1.png");
  }
  #Vote-for-audio-dramas .status__image--2 {
    background-image: url("../image/status_2.png");
  }
  #Vote-for-audio-dramas .status__image--3 {
    background-image: url("../image/status_3.png");
  }
  #Vote-for-audio-dramas .status__image--4 {
    background-image: url("../image/status_4.png");
  }
  #Vote-for-audio-dramas section {
    padding: 40px;
    max-width: 1200px;
    border-radius: 2rem;
  }
  #Vote-for-audio-dramas section.section-1 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
  }
  #Vote-for-audio-dramas section.section-1 .feature-1 {
    width: 300px;
    max-width: 300px;
    margin: 0;
  }
  #Vote-for-audio-dramas section.section-4 .no-data {
    margin: 80px auto 16px;
  }
  #Vote-for-audio-dramas section.section-4 .feature-2 {
    width: 300px;
    max-width: 300px;
  }
  #Vote-for-audio-dramas section.section-4 .more-button {
    max-width: 200px;
    margin-top: 32px;
  }
  #Vote-for-audio-dramas section.section-4 .more-button:hover {
    background-color: #9a7ebe;
    color: #fff;
  }
  #Vote-for-audio-dramas section .section-title--1 {
    width: 462px;
    height: 88px;
    margin-bottom: 24px;
    background-image: url("../image/section_title_1.png");
  }
  #Vote-for-audio-dramas section .section-title--2 {
    width: 500px;
    height: 88px;
    margin-bottom: 60px;
    background-image: url("../image/section_title_2.png");
  }
  #Vote-for-audio-dramas section .section-title--3 {
    width: 424px;
    height: 88px;
    margin-bottom: 24px;
    background-image: url("../image/section_title_3.png");
  }
  #Vote-for-audio-dramas section .section-title--4 {
    width: 462px;
    height: 88px;
    margin-bottom: 24px;
    background-image: url("../image/section_title_4.png");
  }
  #Vote-for-audio-dramas section .slogen {
    font-size: 30px;
  }
  #Vote-for-audio-dramas section .sub-title {
    font-size: 24px;
  }
  #Vote-for-audio-dramas section .list-title {
    font-size: 20px;
  }
  #Vote-for-audio-dramas section .desc {
    font-size: 16px;
    line-height: 30px;
  }
  #Vote-for-audio-dramas section .desc ol {
    width: 630px;
    margin: 0 auto;
  }
  #Vote-for-audio-dramas section .desc ol li {
    padding-left: 20px;
    font-size: 16px;
  }
  #Vote-for-audio-dramas section .vote-box {
    padding: 80px 16px 40px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-title {
    padding: 12px 62px;
    margin-left: -110px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input {
    display: grid;
    text-align: left;
    padding: 20px 40px;
    grid-template-columns: 30px 1fr;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    max-width: 450px;
    border-radius: 35px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input__icon {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../image/icon_search_2.png");
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input__icon::after {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    top: 50%;
    margin-top: -15px;
    right: -16px;
    background-color: #999;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input__option {
    top: 80px;
    padding: 10px 0;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input__option-item {
    padding: 16px 20px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input input {
    font-size: 20px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input--input:focus-within {
    border: 2px solid #ff9179;
  }
  #Vote-for-audio-dramas section .vote-box .vote-input--input:focus-within .vote-input__icon {
    background-image: url("../image/icon_search_1.png");
  }
  #Vote-for-audio-dramas section .vote-box .vote-input--input:focus-within .vote-input__icon::after {
    background-color: #ff9179;
  }
  #Vote-for-audio-dramas section .vote-box .vote-btn {
    margin: 32px auto 0;
    max-width: 320px;
    font-size: 24px;
    line-height: 30px;
    padding: 11px;
  }
  #Vote-for-audio-dramas section .vote-box .vote-btn:hover {
    background-color: #6d5788;
  }
  #Vote-for-audio-dramas section .vote-box .vote-btn--disabled:hover {
    background-color: #999;
  }
  #Vote-for-audio-dramas section .tabs {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    font-size: 20px;
  }
  #Vote-for-audio-dramas section .work-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Vote-for-audio-dramas section .work-item--rank {
    grid-template-columns: 41px 200px 1fr;
  }
  #Vote-for-audio-dramas section .work-item__rank {
    margin: 0;
  }
  #Vote-for-audio-dramas section .work-item__cover {
    width: 100%;
    margin: 0;
  }
  #Vote-for-audio-dramas section .work-item__cover-authorize-image {
    right: 116px;
    bottom: 141px;
    width: 130px;
    padding-top: 107px;
  }
  #Vote-for-audio-dramas section .work-item__info {
    margin-top: 0;
    gap: 12px;
    text-align: left;
    color: #333;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Vote-for-audio-dramas section .work-item__info-author {
    font-size: 16px;
    line-height: 20px;
  }
  #Vote-for-audio-dramas section .work-item__info-name {
    font-size: 24px;
    line-height: 30px;
  }
  #Vote-for-audio-dramas section .work-item__info-intro {
    font-size: 16px;
    line-height: 20px;
  }
  #Vote-for-audio-dramas section .work-item__info-button {
    padding: 11px;
    max-width: 132px;
    text-align: center;
    cursor: pointer;
  }
  #Vote-for-audio-dramas section .work-item__info-button:hover {
    background-color: #9a7ebe;
    color: #fff;
  }
  #Vote-for-audio-dramas section .work-item__info-buttons {
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: 132px 132px;
    gap: 10px;
  }
  #Vote-for-audio-dramas section .rank-item {
    display: grid;
    grid-template-columns: 41px 80px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
  }
  #Vote-for-audio-dramas section .rank-item:hover {
    background-color: #9a7ebe;
  }
  #Vote-for-audio-dramas section .rank-item:hover .rank-item__info-author {
    color: #fff;
  }
  #Vote-for-audio-dramas section .rank-item:hover .rank-item__info-author::after {
    background-color: #fff;
  }
  #Vote-for-audio-dramas section .rank-item__icon {
    width: 41px;
    height: 54px;
    margin: 0;
  }
  #Vote-for-audio-dramas section .rank-item__icon::after {
    line-height: 30px;
    font-size: 24px;
    margin-top: 10px;
  }
  #Vote-for-audio-dramas section .rank-item__cover {
    width: 80px;
    padding-top: 80px;
    border-radius: 10px;
  }
  #Vote-for-audio-dramas section .rank-item__info {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  #Vote-for-audio-dramas section .rank-item__info-author {
    font-size: 16px;
    line-height: 19px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 16px;
    position: relative;
  }
  #Vote-for-audio-dramas section .rank-item__info-author::after {
    display: block;
    content: "";
    height: 30px;
    width: 1px;
    background-color: #9a7ebe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
  #Vote-for-audio-dramas section .rank-item__info-name {
    font-size: 20px;
    line-height: 24px;
    margin-right: 16px;
  }
  #Vote-for-audio-dramas footer .footer-text ol li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  #Vote-for-audio-dramas footer .host {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Vote-for-audio-dramas footer .host__label {
    margin: 0;
  }
  #Vote-for-audio-dramas .menu {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  #Vote-for-audio-dramas .menu__icon {
    display: none;
  }
  #Vote-for-audio-dramas .menu .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 20px;
  }
  #Vote-for-audio-dramas .menu .navbar__nav {
    padding: 13px;
    font-size: 20px;
    color: #666;
    text-shadow: none;
    width: 160px;
    border: 1px solid #d0d0d0;
    border-radius: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(242, 242, 242, 0.5)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  }
  #Vote-for-audio-dramas .menu .navbar__nav-icon {
    border-bottom: 16px solid #9a7ebe;
    -webkit-filter: none;
            filter: none;
  }
  #Vote-for-audio-dramas .menu .navbar__nav:hover {
    color: #ff9179;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  }
  #Vote-for-audio-dramas .menu .navbar__nav:last-child {
    border: none;
    color: #9a7ebe;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #Vote-for-audio-dramas .menu .navbar__nav:last-child:hover {
    color: #6d5788;
  }
  #Vote-for-audio-dramas .menu .navbar__nav:last-child:hover .navbar__nav-icon {
    border-bottom: 16px solid #6d5788;
  }
  #Vote-for-audio-dramas .menu--open {
    width: auto;
    height: auto;
    border-radius: 2rem;
    padding: 0;
  }
}