.udn-vote__count {
  width: 130px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  font-size: 13px;
  line-height: 1.2;
}
.udn-vote__percent {
  font-size: 18px;
  margin: 0 5px;
}
.udn-vote__quantity::before,
.udn-vote__quantity::after {
  display: inline-block;
}
.udn-vote__quantity::before {
  content: ' ( ';
}
.udn-vote__quantity::after {
  content: '票 ) ';
}
.udn-vote__body {
  counter-reset: vote;
}
.udn-vote__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 8px 0 3px;
  border-bottom: 2px solid #efefef;
}
.udn-vote__list:empty {
  border-color: transparent;
}
.udn-vote__list h5 {
  margin: 0;
  line-height: 1.4;
  font-weight: 300;
  font-size: 15px;
  padding: 6px 0;
  width: calc(100% - 130px);
  max-height: calc(calc(1em * 1.4 * 2) + 12px);
}
.udn-vote__list:last-child {
  margin-bottom: 20px;
}
.udn-vote__progress {
  position: absolute;
  bottom: -2px;
  left: 0;
  max-width: 100%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  height: 2px;
  background: rgba(#ee5103, .7));
  background: rgba(var(--widget-main-color), .7));
  background: #ee5103;
  background: var(--widget-main-color);
}
.udn-vote__header {
  padding: 10px 0;
}
.udn-vote__total {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.udn-vote__total span {
  font-size: 17px;
  font-weight: 400;
}
.udn-vote__title {
  font-size: 21px;
  margin: 10px 0;
  font-weight: 300;
  width: calc(100% - 140px);
}
.udn-vote__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.udn-vote__header .vote-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.udn-vote__header .vote-img--filled {
  -webkit-animation: none;
          animation: none;
  background-position: center;
  background-size: cover;
}
.udn-vote .btn-holder .btn {
  padding: 6px 20px;
}
.vote-validation,
.vote-rules,
.vote-email {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.vote-validation input,
.vote-rules input,
.vote-email input {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 30px;
}
.vote-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  max-width: 100%;
}
.vote-rules span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.vote-rules span::before {
  content: '▪';
  color: #c7c7c7;
  display: inline-block;
  margin-right: 5px;
}
.vote-rules .udn-vote__total {
  position: static;
  font-size: 15px;
}
.vote-validation {
  color: var(--dark-grey);
}
.vote-validation img {
  max-width: 72px;
  margin: 0 10px;
  cursor: pointer;
}
.vote-validation input {
  width: 80px;
}
.vote-holder {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .vote-holder {
    padding: 0;
  }
}
.vote-holder .btn-submit {
  width: 220px;
  outline: 0;
  border: 0;
  line-height: 45px;
  font-size: 18px;
  padding: 0;
  background: #ee5103;
  background: var(--widget-main-color);
  border-radius: 3px;
}
.vote-questions {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
}
.vote-embedded .vote-questions,
.article-content__editor .vote-questions {
  font-size: 20px;
}
.vote-selection {
  padding: 0 30px;
  font-size: 15px;
}
@media screen and (max-width: 1297px) {
  .vote-selection {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .vote-selection {
    padding: 0;
  }
}
.vote-selection__type {
  color: #d64937;
}
.vote-selection__lists {
  padding: 20px 0;
}
.vote-selection .input-holder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1297px) {
  .vote-selection .input-holder {
    margin-bottom: 25px;
  }
}
.vote-percent-show.vote-selection .input-holder label {
  max-width: calc(100% - 130px);
}
.vote-percent-show.vote-selection .input-holder.udn-vote__image label {
  max-width: 100%;
}
.vote-selection .vote-image__wrapper {
  margin: 1px 1px 5px;
  outline: transparent 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 0;
}
.vote-selection .udn-vote__image {
  width: 31%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3.5%;
  --left-margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (max-width: 1297px) {
  .vote-selection .udn-vote__image {
    width: 49%;
    margin-right: 1%;
  }
}
.vote-selection .udn-vote__image::after {
  width: 100%;
  margin-left: 0;
}
.vote-selection .udn-vote__image:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 1297px) {
  .vote-selection .udn-vote__image:nth-child(3n+3) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1297px) {
  .vote-selection .udn-vote__image:nth-child(2n+2) {
    margin-right: 0;
  }
}
.vote-end .vote-selection .udn-vote__image.udn-vote__list {
  --left-margin: 0;
}
.vote-end .vote-selection .udn-vote__image.udn-vote__list::before {
  display: none;
}
.vote-end .vote-selection .udn-vote__image.udn-vote__list label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vote-selection .udn-vote__image .udn-vote__count {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  margin-bottom: 5px;
}
.vote-selection .udn-vote__image .vote-checkbox:checked + label .vote-image__wrapper,
.vote-selection .udn-vote__image .vote-radio:checked + label .vote-image__wrapper {
  outline-color: #ee5103;
  outline-color: var(--widget-main-color);
}
.vote-selection .udn-vote__image .vote-checkbox:checked + label img,
.vote-selection .udn-vote__image .vote-radio:checked + label img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.vote-selection .udn-vote__image .vote-checkbox:checked + label::after,
.vote-selection .udn-vote__image .vote-radio:checked + label::after {
  display: none;
}
.vote-selection .udn-vote__image .vote-checkbox + label,
.vote-selection .udn-vote__image .vote-radio + label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-width: 100%;
  margin: 0 0 5px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.vote-selection .udn-vote__image .vote-checkbox + label::before,
.vote-selection .udn-vote__image .vote-radio + label::before {
  display: none;
}
.udn-vote__progress {
  bottom: 0;
  height: 7px;
  max-width: calc(100% - 29px);
  margin-left: 29px;
  z-index: 1;
}
.udn-vote__image .udn-vote__progress {
  max-width: 100%;
  margin-left: 0;
}
.udn-vote__list {
  border-bottom: 0;
}
.vote-end .udn-vote__list::before {
  content: '▪';
  color: #c7c7c7;
  display: inline-block;
  margin-right: 5px;
}
.vote-end .udn-vote__list::before {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.udn-vote__list::after {
  content: '';
  height: 7px;
  background: #efefef;
  width: calc(100% - 29px);
  margin-left: 29px;
  position: relative;
  top: 3px;
}
.vote-selection .udn-vote__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vote-selection .udn-vote__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.vote-end .input-holder label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}
.vote-end .input-holder label::before {
  content: '';
  width: 17px;
  height: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  line-height: 24px;
  font-size: 14px;
  visibility: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vote-percent-none .vote-selection .input-holder label {
  max-width: 100%;
}
.btn {
  cursor: pointer;
  line-height: 1.25;
  font-size: 15px;
  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;
  padding: 0 10px;
  text-align: center;
  border: 0;
  outline: 0;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s linear, border 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  transition: background-color 0.3s ease-in-out, color 0.3s linear, border 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-decoration: none;
}
.btn[data-state='loading'] {
  position: relative;
  cursor: not-allowed;
}
.btn[data-state='loading']::before,
.btn[data-state='loading']::after {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  margin-top: 0;
  visibility: visible;
}
.btn[data-state='loading']::before {
  background: #c7c7c7;
  content: '';
}
.btn[data-state='loading']::after {
  content: '\E834';
  font-family: 'fontello';
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.is-active {
  color: #ee5103;
  color: var(--widget-main-color);
}
.btn--selection {
  padding: 0;
  font-weight: 200;
  background: transparent;
}
.btn--selection i {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  display: inline-block;
  color: #ee5103;
  color: var(--widget-main-color);
}
.btn--selection i::before {
  margin: 0;
}
.btn--selection-open.btn--selection i {
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.btn-lg {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    font-size: 16px;
  }
}
.btn-more {
  padding: 12px 40px;
  overflow: hidden;
  background: #c6c6c6;
  color: #fff;
  width: 100%;
  text-decoration: none;
}
.btn-more .i-arrow5-down::after {
  margin-right: 0;
}
.btn-more i {
  pointer-events: none;
  width: 18px;
}
.btn-more[data-state='finished'],
.btn-more[data-state='fetching'] {
  display: none;
}
.btn-more[data-state='loading'] {
  opacity: 0.7;
}
.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.btn-holder--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-holder--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-holder .btn-more {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-red {
  background: #ee5103;
  background: var(--widget-main-color);
  color: #fff;
}
.btn-blue {
  background: #579fd4;
  color: #fff;
}
.btn-grey {
  background: #c0bfbd;
  color: #fff;
}
.btn-dark-grey {
  background: #707070;
}
.btn-border {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 5px 10px;
}
.btn-border--blue {
  color: #579fd4;
  border-color: #579fd4;
}
.btn-border--blue:visited {
  color: #579fd4;
  opacity: 0.9;
}
.btn-border--blue:hover {
  color: #ee5103;
  color: var(--widget-main-color);
  border-color: #ee5103;
  border-color: var(--widget-main-color);
}
@-webkit-keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.udn-box {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-transition: -webkit-backdrop-filter 0.2s ease-in;
  transition: -webkit-backdrop-filter 0.2s ease-in;
  transition: backdrop-filter 0.2s ease-in;
  transition: backdrop-filter 0.2s ease-in, -webkit-backdrop-filter 0.2s ease-in;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
}
.udn-box .btn-box {
  padding: 5px 20px;
  font-size: 14px;
  margin: 0 5px;
}
.alert-open .udn-box {
  z-index: 12;
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(2px) opacity(0.7);
          backdrop-filter: blur(2px) opacity(0.7);
}
.udn-box__title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1;
}
.udn-box__content {
  font-size: 15px;
  text-align: center;
  margin: 0 0 20px;
}
.udn-box__content .icon {
  display: block;
  margin: 0 auto;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.udn-box__container {
  width: 350px;
  max-width: calc(100% - 20px);
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}
.notifier-container {
  z-index: 999;
  position: fixed;
  bottom: 4px;
  right: 4px;
  padding: 4px;
  width: 300px;
  max-width: 98%;
  font-family: '黑體-繁', 'Apple LiGothic Medium', 'PingFang', '微軟正黑體', 'Microsoft JhengHei', 'WenQuanYi Zen Hei', helvetica, Arial, sans-serif;
}
.notifier {
  position: relative;
  width: 100%;
  min-height: 62px;
  margin-bottom: 12px;
  padding: 8px;
  background: #fff;
  color: #000;
  border-left: 4px solid #ee5103;
  border-left: 4px solid var(--widget-main-color);
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1), 0 2px 15px 0 rgba(0,0,0,0.05);
          box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1), 0 2px 15px 0 rgba(0,0,0,0.05);
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.5, -0.5, 0.3, 1.4), opacity 0.6s ease;
  transition: all 0.6s cubic-bezier(0.5, -0.5, 0.3, 1.4), opacity 0.6s ease;
}
.notifier.shown {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.notifier.shown:hover {
  opacity: 1;
}
.notifier-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #aaa;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.notifier-close:hover,
.notifier-close:focus {
  opacity: 1;
  color: #000;
  background: #eee;
}
.notifier-img {
  float: left;
  margin-right: 8px;
  vertical-align: middle;
}
.notifier-img .img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notifier-title {
  margin: 3px 0 5px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
.notifier-body {
  font-size: 13px;
}
.notifier.info {
  border-left-color: #ee5103;
  border-left-color: var(--widget-main-color);
}
.notifier.success {
  border-left-color: #ee5103;
  border-left-color: var(--widget-main-color);
}
.notifier.warning {
  border-left-color: #ee5103;
  border-left-color: var(--widget-main-color);
}
.notifier.danger {
  border-left-color: #ee5103;
  border-left-color: var(--widget-main-color);
}
.input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}
.input-holder label {
  cursor: pointer;
}
.input-holder .vote-radio,
.input-holder .tick-radio,
.input-holder .vote-checkbox {
  left: -9999px;
  position: absolute;
}
.input-holder .vote-radio:not(:checked) + label::after,
.input-holder .tick-radio:not(:checked) + label::after,
.input-holder .vote-checkbox:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
.input-holder .vote-radio:checked + label::after,
.input-holder .tick-radio:checked + label::after,
.input-holder .vote-checkbox:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
.input-holder .vote-radio + label,
.input-holder .tick-radio + label,
.input-holder .vote-checkbox + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  max-width: calc(100% - 130px);
}
.input-holder .vote-radio + label::before,
.input-holder .tick-radio + label::before,
.input-holder .vote-checkbox + label::before,
.input-holder .vote-radio + label::after,
.input-holder .tick-radio + label::after,
.input-holder .vote-checkbox + label::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.input-holder .vote-radio + label::before,
.input-holder .tick-radio + label::before,
.input-holder .vote-checkbox + label::before {
  content: '';
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  line-height: 24px;
  color: #7e7e7e;
  font-size: 14px;
  border: 1px solid #ababab;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.input-holder .vote-checkbox + label::after,
.input-holder .vote-radio + label::after {
  content: '';
  background: #ee5103;
  background: var(--widget-main-color);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 9px;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-holder .vote-checkbox:checked + label::before,
.input-holder .vote-radio:checked + label::before {
  border-color: #ee5103;
  border-color: var(--widget-main-color);
}
.input-holder .vote-checkbox:checked + label::after,
.input-holder .vote-radio:checked + label::after {
  opacity: 1;
}
.input-holder .vote-checkbox + label::before,
.input-holder .vote-checkbox + label::after {
  border-radius: 0;
}
.input-holder .tick-radio:checked + label::before {
  content: '\e805';
  font-family: 'fontello';
}
.input-holder .tick-radio + label:first-of-type::before {
  margin-left: 0;
}
.input-holder .tick-radio + label::before {
  width: 24px;
  height: 24px;
}
.input-holder input {
  padding: 12px 0;
  background: transparent;
  border: 0;
  outline: 0;
  max-width: 100%;
}
.input-holder input::-webkit-input-placeholder {
  font-weight: 300;
  width: 100%;
}
.input-holder input::-moz-placeholder {
  font-weight: 300;
  width: 100%;
}
.input-holder input:-ms-input-placeholder {
  font-weight: 300;
  width: 100%;
}
.input-holder input::-ms-input-placeholder {
  font-weight: 300;
  width: 100%;
}
.input-holder input::placeholder {
  font-weight: 300;
  width: 100%;
}
.input-holder .btn-search {
  font-size: 30px;
  padding: 0;
}
.input-holder .btn-search i {
  pointer-events: none;
}
:root {
  --widget-main-color: var(--widget-scheme, #ee5103);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#udnVote {
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
  padding: 20px;
}
#udnVote .context-box {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
}
#udnVote .context-box__more::before {
  content: '\72';
  font-family: fontello;
  display: inline-block;
  color: #7e7e7e;
}
#udnVote .context-box__title {
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #ee5103;
  border-bottom: 1px solid var(--widget-main-color);
  display: inline-block;
  font-size: 21px;
}
#udnVote .context-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

