@charset "UTF-8";
/* ==========================================================================
    defualt
 ==========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap");
@import url("/css/vote2020/fonts/css/fontello.css");
.vote-wp {
  overflow-x: hidden;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
  color: #444343;
  font-size: 20px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  /* public */
  /*IE 10 */
}

.vote-wp select,
.vote-wp input,
.vote-wp textarea,
.vote-wp button {
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
}

.vote-wp img {
  max-width: 100%;
}

.vote-wp .hidden {
  display: none;
}

.vote-wp .container {
  max-width: 1075px;
  width: auto;
  margin: auto;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .vote-wp .container {
    max-width: 767px;
  }
}

@media (max-width: 600px) {
  .vote-wp .container {
    padding: 0 15px;
  }
}

.vote-wp .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.vote-wp a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.vote-wp .no-style {
  margin: 0;
  padding: 0;
}

.vote-wp .no-style > li {
  list-style: none;
}

.vote-wp .table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}

.vote-wp .table th,
.vote-wp .table td {
  padding: 10px;
}

.vote-wp select {
  padding-right: 35px !important;
  -webkit-appearance: none;
  /*隱藏箭頭*/
  -moz-appearance: none;
  /*Firefox*/
  background: url("../images/event/2020vote/select-tri.png") center right 15px no-repeat;
  cursor: pointer;
}

.vote-wp select::-ms-expand {
  display: none !important;
}

.vote-wp ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #adadad;
}

.vote-wp ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #adadad;
}

.vote-wp ::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #adadad;
}

.vote-wp ::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #adadad;
}

.vote-wp ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #adadad;
}

@media (max-width: 991px) {
  .vote-wp .for-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .vote-wp .for-mobile {
    display: none !important;
  }
}

.vote-wp .text-right {
  text-align: right !important;
}

.vote-wp .text-left {
  text-align: left !important;
}

.vote-wp .text-center {
  text-align: center !important;
}

/* ==========================================================================
* header
 ==========================================================================*/
.vote-header {
  width: 100%;
  min-width: 320px;
  height: 70px;
  padding-left: 170px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

@media (max-width: 1199px) {
  .vote-header {
    padding-left: 130px;
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .vote-header {
    padding-left: 0;
  }
}

.vote-header .logo {
  display: block;
  width: 108px;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 0;
  background: url("../images/event/2020vote/logo.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .vote-header .logo {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .vote-header .logo {
    left: 30px;
  }
}

@media (max-width: 600px) {
  .vote-header .logo {
    left: 15px;
  }
}

@media (max-width: 360px) {
  .vote-header .logo {
    width: 90px;
  }
}

.vote-header .right {
  margin-top: -15px;
  position: absolute;
  right: 30px;
  top: 50%;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .vote-header .right {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .vote-header .right {
    right: 30px;
  }
}

@media (max-width: 600px) {
  .vote-header .right {
    right: 15px;
  }
}

.vote-header .right .count,
.vote-header .right .vote-tools {
  display: inline-block;
  vertical-align: middle;
}

.vote-header .right .count {
  margin: 0 20px 0 0;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .vote-header .right .count {
    margin-right: 10px;
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .vote-header .right .count {
    margin-right: 0;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .vote-header .right .count {
    padding-left: 30px;
    font-size: 16px;
    line-height: 25px;
  }
}

.vote-header .right .count .icon-time {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/event/2020vote/icon-time.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 480px) {
  .vote-header .right .count .icon-time {
    width: 25px;
    height: 25px;
  }
}

.vote-header .right .count .days {
  padding: 0 5px;
  color: #e43144;
}

.vote-tools a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 3px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 34px;
  background-color: #444343;
  -webkit-transition: color 0.5s, border-color 0.5s, background 0.5s;
  transition: color 0.5s, border-color 0.5s, background 0.5s;
}

@media (max-width: 1199px) {
  .vote-tools a {
    margin-left: 1px;
  }
}

.vote-tools a:hover {
  color: #444343;
  border-color: #444343;
  background: #fff !important;
}

.vote-tools a.android, .vote-tools a.youtube {
  line-height: 25px;
}

.vote-tools a.android {
  background-color: #91cd37;
}

.vote-tools a.android:hover {
  color: #91cd37;
  border-color: #91cd37;
  background-color: #fff;
}

.vote-tools a.youtube {
  background-color: #eb5350;
}

.vote-tools a.youtube:hover {
  color: #eb5350;
  border-color: #eb5350;
  background-color: #fff;
}

.vote-tools a.facebook {
  background-color: #42659d;
}

.vote-tools a.facebook:hover {
  color: #42659d;
  border-color: #42659d;
  background-color: #fff;
}

.vote-tools a.twitter {
  background-color: #00aeef;
}

.vote-tools a.twitter:hover {
  color: #00aeef;
  border-color: #00aeef;
  background-color: #fff;
}

.vote-tools a.instagram {
  background: #d52e81;
  background: linear-gradient(45deg, #febe57 0%, #d52e81 52%, #823bab 100%);
  border: none;
  line-height: 34px;
}

.vote-tools a.instagram:hover {
  color: #d52e81;
  border: 2px solid #d52e81;
}

@media (min-width: 992px) {
  .vote-tools a.instagram:hover {
    line-height: 30px;
  }
}

/* ==========================================================================
* main
 ==========================================================================*/
.vote-menu {
  padding: 10px 30px;
}

@media (max-width: 1199px) {
  .vote-menu {
    padding: 10px 20px;
    font-size: 17px;
  }
}

.vote-menu ul.list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .vote-menu ul.list li {
    margin-right: 10px;
  }
}

.vote-menu ul.list li a {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #444343;
}

.vote-menu ul.list li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #e43144;
  opacity: 0;
  -webkit-transition: width 0.5s, left 0.5s, opacity 0.5s;
  transition: width 0.5s, left 0.5s, opacity 0.5s;
}

.vote-menu ul.list li a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.vote-menu ul.list li.active a {
  color: #110d49;
}

.vote-menu ul.list li.active a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.vote-wp {
  min-width: 320px;
}

.vote-wp.home {
  padding-top: 70px;
  position: relative;
  background: url("../images/event/2020vote/bg.jpg") center no-repeat;
}

@media (max-width: 991px) {
  .vote-wp.home {
    background: none;
  }
}

.vote-wp.home .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 10;
  background-color: #262626;
  -webkit-transition: opacity 0.5s, left 0s 0.5s;
  transition: opacity 0.5s, left 0s 0.5s;
}

.vote-wp.home .loading img {
  display: block;
  width: 100%;
  min-width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vote-wp.home .loading.is-hide {
  opacity: 0;
  left: -200%;
}

@media (max-width: 991px) {
  .vote-wp.home .loading {
    display: none;
  }
}

.vote-wp ul.immediate-list {
  padding-right: 15px;
}

.vote-wp ul.immediate-list li {
  margin-top: 15px;
  padding-left: 75px;
  position: relative;
  line-height: 40px;
}

@media (max-width: 600px) {
  .vote-wp ul.immediate-list li {
    line-height: 30px;
  }
}

.vote-wp ul.immediate-list li .name {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.vote-wp ul.immediate-list li .bar {
  height: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #dcdddd;
  font-size: 16px;
  text-align: right;
}

@media (max-width: 991px) {
  .vote-wp ul.immediate-list li .bar {
    font-size: 26px;
    font-weight: bold;
  }
}

@media (max-width: 600px) {
  .vote-wp ul.immediate-list li .bar {
    height: 30px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .vote-wp ul.immediate-list li .bar {
    font-size: 15px;
  }
}

.vote-wp ul.immediate-list li .bar .line {
  width: 0%;
  min-width: 5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}

.vote-wp ul.immediate-list li .bar .line .icon {
  width: 45px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  right: -22.5px;
  top: 50%;
  z-index: 2;
  background: center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .vote-wp ul.immediate-list li .bar .line .icon {
    width: 57px;
    height: 62px;
    margin-top: -31px;
  }
}

@media (max-width: 600px) {
  .vote-wp ul.immediate-list li .bar .line .icon {
    width: 40px;
    height: 48px;
    margin-top: -24px;
  }
}

.vote-wp ul.immediate-list li .bar .percent {
  margin: 0;
  position: relative;
  z-index: 5;
}

.vote-wp ul.immediate-list li .bar .percent:after {
  content: "%";
  padding-left: 2px;
}

.vote-wp ul.immediate-list li.song .name {
  color: #ff7700;
}

.vote-wp ul.immediate-list li.song .line {
  background-color: #ff7700;
}

.vote-wp ul.immediate-list li.song .line .icon {
  background-image: url("../images/event/2020vote/icon-song.png");
}

.vote-wp ul.immediate-list li.TPP .name {
  color: #42bbc4;
}

.vote-wp ul.immediate-list li.TPP .line {
  background-color: #42bbc4;
}

.vote-wp ul.immediate-list li.han .name, .vote-wp ul.immediate-list li.KMT .name {
  color: #5389e9;
}

.vote-wp ul.immediate-list li.han .line, .vote-wp ul.immediate-list li.KMT .line {
  background-color: #5389e9;
}

.vote-wp ul.immediate-list li.han .line .icon {
  background-image: url("../images/event/2020vote/icon-han.png");
}

.vote-wp ul.immediate-list li.tsai .name, .vote-wp ul.immediate-list li.DPP .name {
  color: #00c06d;
}

.vote-wp ul.immediate-list li.tsai .line, .vote-wp ul.immediate-list li.DPP .line {
  background-color: #00c06d;
}

.vote-wp ul.immediate-list li.tsai .line .icon {
  background-image: url("../images/event/2020vote/icon-tsai.png");
}

.vote-main .main-title {
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 600px) {
  .vote-main .main-title {
    margin-bottom: 20px;
  }
}

.vote-main .main-title .pic {
  width: 350px;
  height: 55px;
  margin: auto;
  background: url("../images/event/2020vote/title.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 600px) {
  .vote-main .main-title .pic {
    width: 300px;
    height: 45px;
  }
}

@media (max-width: 360px) {
  .vote-main .main-title .pic {
    width: 200px;
    height: 33px;
  }
}

.vote-main .main-title .name {
  margin: 10px 0 0 0;
  color: #110d49;
  font-size: 18px;
}

@media (max-width: 360px) {
  .vote-main .main-title .name {
    font-size: 14px;
  }
}

.vote-main .webtitle {
  padding: 10px 20px;
  color: #fff;
  font-size: 39px;
  text-align: center;
  background: url("../images/event/2020vote/webtitle-bg.jpg") center repeat;
}

@media (max-width: 767px) {
  .vote-main .webtitle {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .vote-main .webtitle {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .vote-main .webtitle {
    padding: 5px 20px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .vote-main .vote-menu {
    padding: 0;
    font-size: 0;
    text-align: center;
    border-bottom: 2px solid #efefef;
  }
}

@media (max-width: 991px) {
  .vote-main .vote-menu ul.list li {
    width: 32%;
    margin-right: 2%;
  }
  .vote-main .vote-menu ul.list li:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .vote-main .vote-menu ul.list li a {
    display: table;
    margin: auto;
    padding: 15px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .vote-main .vote-menu ul.list li a {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .vote-main .vote-menu ul.list li a {
    padding: 10px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .vote-main .vote-menu ul.list li a {
    padding: 10px;
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .vote-main .vote-menu ul.list li a {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .vote-main .vote-menu ul.list li a:after {
    height: 4px;
  }
}

.vote-main .support {
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  opacity: 0.6;
}

@media (max-width: 600px) {
  .vote-main .support {
    margin: 10px 0 !important;
    font-size: 15px !important;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .vote-main .support {
    font-size: 14px !important;
  }
}

.vote-main ul.candidates {
  margin: 0 -15px;
  font-size: 0;
}

.vote-main ul.candidates > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li {
    margin-bottom: 20px;
  }
}

.vote-main ul.candidates > li .group {
  min-height: 375px;
  padding: 20px;
  position: relative;
  border: 1px solid #00c06d;
  background-color: #fff;
}

@media (min-width: 992px) {
  .vote-main ul.candidates > li .group {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group {
    min-height: 0;
    padding: 30px;
    border-width: 2px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group {
    padding: 15px;
  }
}

.vote-main ul.candidates > li .group .no {
  width: 90px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .no {
    width: 70px;
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .no {
    width: 50px;
    font-size: 20px;
  }
}

.vote-main ul.candidates > li .group .no:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #00c06d transparent transparent transparent;
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .no:before {
    border-width: 70px 70px 0 0;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .no:before {
    border-width: 50px 50px 0 0;
  }
}

.vote-main ul.candidates > li .group .crown {
  display: none;
  width: 90px;
  height: 60px;
  position: absolute;
  right: 60px;
  top: 5px;
  background: url("../images/event/2020vote/crown.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .crown {
    width: 104px;
    height: 66px;
    right: 20px;
    top: 15px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .crown {
    width: 80px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .crown {
    width: 60px;
    height: 39px;
    top: 10px;
  }
}

@media (max-width: 360px) {
  .vote-main ul.candidates > li .group .crown {
    top: auto;
    bottom: 55px;
  }
}

.vote-main ul.candidates > li .group .votes {
  text-align: right;
  font-size: 23px;
}

@media (min-width: 992px) {
  .vote-main ul.candidates > li .group .votes {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 20px;
    top: 60px;
  }
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .votes {
    text-align: left;
  }
}

.vote-main ul.candidates > li .group .votes p {
  margin: 0;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .votes p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  .vote-main ul.candidates > li .group .votes p.get .num {
    color: #e43144;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .votes p {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .votes p {
    margin-right: 15px;
  }
}

@media (max-width: 360px) {
  .vote-main ul.candidates > li .group .votes p {
    display: block;
    margin-right: 0;
  }
}

.vote-main ul.candidates > li .group .votes p:last-of-type {
  margin-right: 0 !important;
}

.vote-main ul.candidates > li .group .votes .num {
  font-size: 42px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .votes .num {
    padding-right: 5px;
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .votes .num {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .votes .num {
    font-size: 20px;
  }
}

.vote-main ul.candidates > li .group .info {
  margin-top: 20px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .info {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .info {
    margin-left: 20px;
  }
}

.vote-main ul.candidates > li .group .info .partisan {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .info .partisan {
    display: none;
  }
}

.vote-main ul.candidates > li .group .info .name {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .info .name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .info .name {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .info .name {
    margin-right: 5px;
    font-size: 20px;
  }
}

.vote-main ul.candidates > li .group .info .name:last-of-type {
  margin-right: 0 !important;
}

.vote-main ul.candidates > li .group .info .name .badge {
  display: none;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .info .name .badge {
    display: inline-block;
    vertical-align: text-bottom;
    max-width: 53px;
    margin-right: 5px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .info .name .badge {
    max-width: 35px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .info .name .badge {
    max-width: 30px;
  }
}

.vote-main ul.candidates > li .group .info .icon-mark {
  display: none;
  margin-top: 20px;
  color: #dcdddd;
  font-size: 50px;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .info .icon-mark {
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: 5px;
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group .info .icon-mark {
    right: 30px;
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .vote-main ul.candidates > li .group .info .icon-mark {
    right: 15px;
    font-size: 40px;
  }
}

@media (max-width: 360px) {
  .vote-main ul.candidates > li .group .info .icon-mark {
    top: auto;
    bottom: 55px;
  }
}

.vote-main ul.candidates > li .group .pic {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .vote-main ul.candidates > li .group .pic {
    display: none;
  }
}

.vote-main ul.candidates > li .group ul.immediate-list {
  margin-top: 20px;
  padding: 0;
}

@media (max-width: 600px) {
  .vote-main ul.candidates > li .group ul.immediate-list {
    margin-top: 10px;
  }
}

.vote-main ul.candidates > li .group ul.immediate-list li {
  margin-top: 0;
  padding: 0;
}

.vote-main ul.candidates > li.song .group {
  border-color: #ff7700;
}

.vote-main ul.candidates > li.song .group .no:before {
  border-color: #ff7700 transparent transparent transparent;
}

.vote-main ul.candidates > li.TPP .group {
  border-color: #42bbc4;
}

.vote-main ul.candidates > li.TPP .group .no:before {
  border-color: #42bbc4 transparent transparent transparent;
}

.vote-main ul.candidates > li.han .group, .vote-main ul.candidates > li.KMT .group {
  border-color: #5389e9;
}

.vote-main ul.candidates > li.han .group .no:before, .vote-main ul.candidates > li.KMT .group .no:before {
  border-color: #5389e9 transparent transparent transparent;
}

.vote-main ul.candidates > li.is-lead .group .crown {
  display: block;
}

.vote-main ul.candidates > li.is-winner .group .info .icon-mark {
  display: inline-block;
  color: #e43144;
}

@media (min-width: 992px) {
  .vote-main ul.candidates.only-info > li .group {
    min-height: 300px;
    padding-top: 70px;
  }
}

.vote-main ul.candidates.only-info > li .group .crown {
  display: none !important;
}

@media (min-width: 992px) {
  .vote-main ul.candidates.only-info > li .group .votes {
    display: none !important;
  }
}

.vote-main ul.candidates.only-info > li .group .info .icon-mark {
  display: none !important;
}

@media (min-width: 481px) {
  .vote-main ul.candidates.mb-style > li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group {
    min-height: 0;
    padding: 30px;
    border-width: 2px;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .crown {
    width: 104px;
    height: 66px;
    right: 20px;
    top: 15px;
  }
}

@media (min-width: 992px) {
  .vote-main ul.candidates.mb-style > li .group .votes {
    position: relative;
    padding: 0;
    top: 0;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .votes {
    font-size: 32px;
    text-align: left;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .votes p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  .vote-main ul.candidates.mb-style > li .group .votes p.get .num {
    color: #e43144;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .votes .num {
    padding-right: 5px;
    font-size: 35px;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .info {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .info .name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 30px;
  }
}

.vote-main ul.candidates.mb-style > li .group .info .name .badge {
  max-width: 53px !important;
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .info .name .badge {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
  }
}

@media (min-width: 601px) {
  .vote-main ul.candidates.mb-style > li .group .info .icon-mark {
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: 5px;
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .vote-main ul.candidates.mb-style > li .group .pic {
    display: block;
  }
}

.vote-main ul.candidates.mb-style > li ul.immediate-list {
  margin-top: 0;
}

.vote-main .immediate {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 33%;
}

.vote-main .immediate .title {
  padding-right: 15px;
  line-height: 30px;
}

.vote-main .immediate .title .name {
  float: left;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.vote-main .immediate .title p {
  float: right;
  margin: 0;
  font-size: 16px;
}

.vote-main .immediate .title p .second {
  padding: 0 5px;
  color: #e43144;
}

.vote-main .vote-tools {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .vote-main .vote-tools {
    margin-bottom: 20px;
  }
}

.vote-main .vote-tools a {
  width: 82px;
  height: 82px;
  margin: 0 5px;
  font-size: 50px;
  line-height: 78px;
  border-radius: 82px;
}

.vote-main .vote-tools a:hover {
  line-height: 78px;
}

.vote-main .vote-tools a.instagram:hover {
  line-height: 72px;
}

@media (max-width: 600px) {
  .vote-main .vote-tools a {
    width: 60px;
    height: 60px;
    margin: 0 2px;
    font-size: 38px;
    line-height: 56px;
    border-radius: 82px;
  }
  .vote-main .vote-tools a:hover {
    line-height: 56px;
  }
  .vote-main .vote-tools a.instagram:hover {
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .vote-main .vote-tools a {
    width: 48px;
    height: 48px;
    margin: 0 2px;
    font-size: 30px;
    line-height: 44px;
    border-radius: 48px;
  }
  .vote-main .vote-tools a:hover {
    line-height: 44px;
  }
  .vote-main .vote-tools a.instagram:hover {
    line-height: 40px;
  }
}

@media (max-width: 360px) {
  .vote-main .vote-tools a {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 36px;
    border-radius: 40px;
  }
  .vote-main .vote-tools a:hover {
    line-height: 36px;
  }
  .vote-main .vote-tools a.instagram:hover {
    line-height: 32px;
  }
}

.vote-main .vote-tools a.ios, .vote-main .vote-tools a.android, .vote-main .vote-tools a.youtube {
  line-height: 70px;
}

.vote-main .vote-tools a.ios:hover, .vote-main .vote-tools a.android:hover, .vote-main .vote-tools a.youtube:hover {
  line-height: 70px;
}

@media (max-width: 600px) {
  .vote-main .vote-tools a.ios, .vote-main .vote-tools a.android, .vote-main .vote-tools a.youtube {
    line-height: 50px;
  }
  .vote-main .vote-tools a.ios:hover, .vote-main .vote-tools a.android:hover, .vote-main .vote-tools a.youtube:hover {
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .vote-main .vote-tools a.ios, .vote-main .vote-tools a.android, .vote-main .vote-tools a.youtube {
    line-height: 40px;
  }
  .vote-main .vote-tools a.ios:hover, .vote-main .vote-tools a.android:hover, .vote-main .vote-tools a.youtube:hover {
    line-height: 40px;
  }
}

@media (max-width: 360px) {
  .vote-main .vote-tools a.ios, .vote-main .vote-tools a.android, .vote-main .vote-tools a.youtube {
    line-height: 32px;
  }
  .vote-main .vote-tools a.ios:hover, .vote-main .vote-tools a.android:hover, .vote-main .vote-tools a.youtube:hover {
    line-height: 32px;
  }
}

.vote-main .vote_info {
  overflow: auto;
}

.vote-main .vote-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
}

@media (max-width: 480px) {
  .vote-main .vote-table {
    font-size: 16px;
  }
}

.vote-main .vote-table tr th,
.vote-main .vote-table tr td {
  font-weight: 400;
  border: 3px solid #fff;
  word-break: keep-all;
}

.vote-main .vote-table tr th {
  padding: 5px 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #aca89f;
}

@media (max-width: 480px) {
  .vote-main .vote-table tr th {
    padding: 5px 10px;
  }
}

.vote-main .vote-table tr td {
  padding: 10px 20px;
}

@media (max-width: 480px) {
  .vote-main .vote-table tr td {
    padding: 10px;
  }
}

.vote-main .vote-table tr:nth-of-type(even) td {
  background-color: #f7f8f8;
}

.vote-main .vote-table tr .badge-img,
.vote-main .vote-table tr .name {
  display: inline-block;
  vertical-align: middle;
}

.vote-main .vote-table tr .badge-img {
  max-width: 50px;
}

@media (max-width: 480px) {
  .vote-main .vote-table tr .badge-img {
    max-width: 35px;
  }
}

.vote-main .vote-table tr .icon-mark {
  display: none;
  color: #e43144;
  font-size: 30px;
}

.vote-main .vote-table tr .is-active .icon-mark {
  display: block;
}

.vote-main.legislator .container {
  width: 100%;
  padding: 0;
}

.vote-main.legislator .webtitle {
  font-size: 20px;
}

.vote-main.legislator .vote-menu {
  padding: 0;
  font-size: 0;
  border-bottom: 2px solid #efefef;
}

.vote-main.legislator .vote-menu ul.list li {
  width: 32%;
  margin-right: 2%;
}

.vote-main.legislator .vote-menu ul.list li:last-of-type {
  margin-right: 0;
}

.vote-main.legislator .vote-menu ul.list li a {
  display: table;
  margin: auto;
  padding: 15px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .vote-main.legislator .vote-menu ul.list li a {
    padding: 10px;
    font-size: 18px;
  }
}

.vote-main.legislator .vote-menu ul.list li a:after {
  height: 4px;
}

.vote-main.legislator .support {
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.vote-main.legislator .select-buttons {
  margin: 0 -3px;
  font-size: 0;
}

.vote-main.legislator .select-buttons select {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 6 - 6px);
  height: 50px;
  margin: 0 3px;
  padding: 0 20px;
  border-radius: 10px;
  border: none;
  color: #414979;
  font-size: 20px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.vote-main.legislator .select-buttons select:nth-of-type(odd) {
  background-color: #d5d2d8;
}

.vote-main.legislator .select-buttons select:nth-of-type(odd):hover {
  background-color: #cfc6d9;
}

.vote-main.legislator .select-buttons select:nth-of-type(even) {
  background-color: #e4d2cc;
}

.vote-main.legislator .select-buttons select:nth-of-type(even):hover {
  background-color: #e9cabf;
}

.vote-main.legislator .places {
  margin: 20px 0 10px 0;
}

@media (max-width: 480px) {
  .vote-main.legislator .places {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .vote-main.legislator .places .right {
    float: right;
  }
}

.vote-main.legislator .places select {
  min-width: 190px;
  height: 36px;
  padding: 0 55px 0 20px;
  border: 1px solid #414979;
  color: #414979;
  font-size: 18px;
  background: url("../images/event/2020vote/select-tri2.png") center right no-repeat;
}

@media (max-width: 991px) {
  .vote-main.legislator .places select {
    width: 100%;
    margin: 5px 0;
  }
}

.vote-main.legislator .places .name {
  margin: 0;
  font-weight: normal;
  color: #444343;
  font-size: 20px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .vote-main.legislator .places .name {
    float: left;
  }
}

@media (max-width: 991px) {
  .vote-main.legislator .places .name {
    margin-top: 10px;
  }
}

.vote-main.legislator .places .name .area {
  color: #414979;
}

.vote-main.legislator .vote-table {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .vote-main.legislator .vote-table {
    margin-bottom: 20px;
  }
}

.vote-main.party .container {
  width: 100%;
  padding: 0;
}

.vote-main.party .webtitle {
  font-size: 20px;
}

.vote-main.party .vote-menu {
  padding: 0;
  font-size: 0;
  border-bottom: 2px solid #efefef;
}

.vote-main.party .vote-menu ul.list li {
  width: 32%;
  margin-right: 2%;
}

.vote-main.party .vote-menu ul.list li:last-of-type {
  margin-right: 0;
}

.vote-main.party .vote-menu ul.list li a {
  display: table;
  margin: auto;
  padding: 15px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .vote-main.party .vote-menu ul.list li a {
    padding: 10px;
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .vote-main.party .vote-menu ul.list li a {
    padding: 10px 0;
  }
}

.vote-main.party .vote-menu ul.list li a:after {
  height: 4px;
}

.vote-main.party .support {
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.vote-main.party .vote-party {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .vote-main.party .vote-party {
    margin-bottom: 20px;
  }
}

.vote-main.party .vote-party .name {
  margin: 0;
  font-weight: normal;
  color: #444343;
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 991px) {
  .vote-main.party .vote-party .name {
    margin-top: 10px;
  }
}

.vote-main.party .vote-party ul.list {
  margin-top: 10px;
  border-top: 3px solid #efefef;
}

.vote-main.party .vote-party ul.list > li {
  border-bottom: 3px solid #efefef;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.vote-main.party .vote-party ul.list > li .toggle {
  padding: 20px 100px 20px 150px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle {
    padding: 10px 60px 10px 80px;
  }
}

.vote-main.party .vote-party ul.list > li .toggle:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -5.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #414979 transparent transparent transparent;
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle:after {
    right: 20px;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .pic {
  display: block;
  width: 90px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle .pic {
    width: 50px;
    left: 15px;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .title {
  margin: 0;
  font-size: 23px;
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle .title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .vote-main.party .vote-party ul.list > li .toggle .votes {
    margin-top: 5px;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .votes p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0 !important;
  font-size: 18px;
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle .votes p {
    margin-right: 10px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vote-main.party .vote-party ul.list > li .toggle .votes p {
    display: block;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .votes p:last-of-type {
  margin-right: 0 !important;
}

.vote-main.party .vote-party ul.list > li .toggle .votes p .num {
  color: #e43144;
}

.vote-main.party .vote-party ul.list > li .toggle .bar {
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  position: relative;
  background-color: #dcdddd;
}

@media (max-width: 480px) {
  .vote-main.party .vote-party ul.list > li .toggle .bar {
    height: 20px;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line {
  width: 0%;
  min-width: 2%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #414979;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line.orange {
  background-color: #ff7700;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line.yellow {
  background-color: #fcbe01;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line.blue {
  background-color: #5389e9;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line.green {
  background-color: #00c06d;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .line.tiffany {
  background-color: #42bbc4;
}

.vote-main.party .vote-party ul.list > li .toggle .bar .percent {
  margin: 0;
  color: #939394;
  font-size: 20px;
  text-align: right;
  line-height: 30px !important;
}

@media (max-width: 600px) {
  .vote-main.party .vote-party ul.list > li .toggle .bar .percent {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vote-main.party .vote-party ul.list > li .toggle .bar .percent {
    display: none;
  }
}

.vote-main.party .vote-party ul.list > li .toggle .bar .percent:after {
  content: '%';
  padding-left: 5px;
}

.vote-main.party .vote-party ul.list > li .toggle.is-active:after {
  border-width: 0 8.5px 11px 8.5px;
  border-color: transparent transparent #414979 transparent;
}

.vote-main.party .vote-party ul.list > li .toggle-block {
  display: none;
  overflow: auto;
}

.vote-main.party .vote-party ul.list > li .vote-table {
  line-height: 30px;
  background-color: #fff;
}

.vote-main.party .vote-party ul.list > li .vote-table th {
  width: 20%;
}

.vote-main.party .vote-party ul.list > li .vote-table th:last-of-type {
  width: auto;
}

.vote-main.party .vote-party ul.list > li:nth-of-type(odd) {
  background-color: #f7f8f8;
}

.vote-main.party .vote-party ul.list > li:first-of-type .toggle-block {
  display: block;
}

.vote-main.party .vote-party ul.list > li:hover {
  background-color: #eee;
}

.vote-main.recall .container {
  width: 100%;
  padding: 0;
}

.vote-main.recall .main-title .pic {
  width: 100%;
  height: 52px;
  background: url("../images/event/2020recall/title.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 600px) {
  .vote-main.recall .main-title .pic {
    height: 45px;
  }
}

@media (max-width: 360px) {
  .vote-main.recall .main-title .pic {
    height: 33px;
  }
}

.vote-main.recall .count_days {
  display: none;
  color: blue;
  font-size: 30px;
  font-weight: bold;
}

.vote-main.recall .count_days .days {
  padding: 0 5px;
  color: red;
}

.vote-main.recall .support {
  margin: 20px 0;
  font-size: 16px !important;
  text-align: left;
}

.vote-main.recall .vote-recall {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .vote-main.recall .vote-recall {
    margin-bottom: 20px;
  }
}

.vote-main.recall .vote-recall .name {
  margin: 0;
  font-weight: normal;
  color: #444343;
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 991px) {
  .vote-main.recall .vote-recall .name {
    margin-top: 10px;
  }
}

.vote-main.recall .vote-recall ul.list {
  margin-top: 10px;
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
}

.vote-main.recall .vote-recall ul.list > li .box {
  padding-left: 250px;
  position: relative;
  background-color: #f7f8f8;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box {
    padding-left: 0;
    padding-top: 20px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .group {
  padding: 20px 20px 20px 0;
  position: relative;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .group {
    padding: 10px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .group:last-of-type {
  border-top: 3px solid #efefef;
}

.vote-main.recall .vote-recall ul.list > li .box .group .icon-mark {
  display: none;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #e43144;
  font-size: 60px;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .group .icon-mark {
    top: 20px;
    font-size: 40px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .group.is-winner .icon-mark {
  display: block;
}

.vote-main.recall .vote-recall ul.list > li .box .pic {
  display: block;
  width: 210px;
  height: 230px;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  background-color: #fff;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .pic {
    position: relative;
    left: 0;
    top: 0;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .pic img {
  opacity: 0;
}

.vote-main.recall .vote-recall ul.list > li .box .title {
  margin: 0;
  font-size: 23px;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .title {
    font-size: 20px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .title.red {
  color: #FF2D2D;
}

.vote-main.recall .vote-recall ul.list > li .box .title.blue {
  color: #0000E3;
}

@media (max-width: 480px) {
  .vote-main.recall .vote-recall ul.list > li .box .votes {
    margin-top: 5px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .votes p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0 !important;
  font-size: 18px;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .votes p {
    margin-right: 10px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vote-main.recall .vote-recall ul.list > li .box .votes p {
    display: block;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .votes p:last-of-type {
  margin-right: 0 !important;
}

.vote-main.recall .vote-recall ul.list > li .box .votes p .num {
  color: #e43144;
}

.vote-main.recall .vote-recall ul.list > li .box .bar {
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  position: relative;
  background-color: #dcdddd;
}

@media (max-width: 480px) {
  .vote-main.recall .vote-recall ul.list > li .box .bar {
    height: 20px;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .bar .line {
  width: 0%;
  min-width: 2%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #414979;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
}

.vote-main.recall .vote-recall ul.list > li .box .bar .line.red {
  background-color: #FF2D2D;
}

.vote-main.recall .vote-recall ul.list > li .box .bar .line.blue {
  background-color: #0000E3;
}

.vote-main.recall .vote-recall ul.list > li .box .bar .percent {
  margin: 0;
  color: #939394;
  font-size: 20px;
  text-align: right;
  line-height: 30px !important;
  position: relative;
  z-index: 10;
}

@media (max-width: 600px) {
  .vote-main.recall .vote-recall ul.list > li .box .bar .percent {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vote-main.recall .vote-recall ul.list > li .box .bar .percent {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.vote-main.recall .vote-recall ul.list > li .box .bar .percent:after {
  content: '%';
  padding-left: 5px;
}

.vote-main.recall .vote-recall ul.list > li .box.is-active:after {
  border-width: 0 8.5px 11px 8.5px;
  border-color: transparent transparent #414979 transparent;
}

.vote-main.recall .vote-recall .notice {
  margin-top: 20px;
  color: #ADADAD;
  font-size: 16px;
  font-weight: normal;
}

.vote-main.recall .vote-recall .notice .title {
  margin-bottom: 10px;
  font-size: 18px;
}

.vote-main.recall .vote-recall .notice .big-txt {
  padding: 0 5px;
  color: #FF2D2D;
  font-size: 25px;
  font-weight: 500;
}

.vote-main.mayor .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.vote-main.mayor .main-title {
  padding: 0 15px;
}

.vote-main.mayor .main-title .pic {
  width: 100%;
  background-image: url("../../images/event/2020mayor/title.png");
}

.vote-main.mayor ul.candidates > li .group {
  padding-left: 240px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group {
    padding: 20px 20px 20px 170px;
  }
  .vote-main.mayor ul.candidates > li .group .no {
    width: 70px;
    font-size: 30px;
  }
  .vote-main.mayor ul.candidates > li .group .no:before {
    border-width: 70px 70px 0 0;
  }
}

.vote-main.mayor ul.candidates > li .group .info {
  margin-left: 0;
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group .info .name {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group .info .name .badge {
    max-width: 35px !important;
  }
}

.vote-main.mayor ul.candidates > li .group .pic {
  width: 200px;
  height: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group .pic {
    width: 150px;
  }
}

.vote-main.mayor ul.candidates > li .group .votes {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group .votes p.get {
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  .vote-main.mayor ul.candidates > li .group .votes p {
    display: block;
  }
  .vote-main.mayor ul.candidates > li .group .votes p.get {
    margin-right: 0;
  }
}

.vote-main.mayor ul.candidates > li .group .votes .num {
  line-height: 35px;
}

@media (max-width: 767px) {
  .vote-main.mayor ul.candidates > li .group .votes .num {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .vote-main.mayor ul.immediate-list li .bar {
    height: 30px;
  }
}

.vote-main.mayor ul.immediate-list li .bar .line {
  min-width: 2%;
}

/* ==========================================================================
* footer
 ==========================================================================*/
.vote-footer {
  padding: 24px 0 30px 0;
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .vote-footer {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .vote-footer {
    font-size: 15px;
  }
}

.vote-footer .container {
  position: relative;
}

.vote-footer .container .house {
  width: 328px;
  height: 170px;
  margin-left: -328px;
  position: absolute;
  left: 100%;
  top: -194px;
  background: url("../images/event/2020vote/house.png") center no-repeat;
}

@media (max-width: 991px) {
  .vote-footer .container .house {
    display: none;
  }
}

@media (max-width: 991px) {
  .vote-footer ul.links {
    display: none;
  }
}

.vote-footer ul.links li {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.vote-footer ul.links li a {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  -webkit-transition: text-shadow 0.5s, color 0.5s;
  transition: text-shadow 0.5s, color 0.5s;
}

.vote-footer ul.links li a i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  color: #e43144;
  font-size: 35px;
}

.vote-footer ul.links li a:hover {
  text-shadow: 0 0 10px #000, 0 0 20px rgba(0, 0, 0, 0.5);
}

.vote-footer ul.links li:nth-of-type(3n-2) i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.vote-footer ul.links li:nth-of-type(3n-1) i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vote-footer ul.links li:nth-of-type(3n) i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.vote-footer ul.links li.active a {
  color: #e43144;
}

.vote-footer ul.links li.active a i {
  color: #fff;
}

@media (min-width: 992px) {
  .vote-footer ul.rights {
    margin-top: 50px;
  }
}

.vote-footer ul.rights li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  font-weight: 400;
}

.vote-footer ul.rights li:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  margin-top: -7.5px;
  position: absolute;
  right: -10px;
  top: 50%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .vote-footer ul.rights li:after {
    height: 30px;
    margin-top: -15px;
  }
}

@media (max-width: 991px) {
  .vote-footer ul.rights li:after {
    height: 16px;
    margin-top: -8px;
  }
}

.vote-footer ul.rights li:first-of-type {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .vote-footer ul.rights li:first-of-type {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.vote-footer ul.rights li:first-of-type:after {
  content: normal;
}

.vote-footer ul.rights li:last-of-type {
  margin-right: 0;
}

.vote-footer ul.rights li:last-of-type:after {
  content: normal;
}

.vote-footer ul.rights li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.vote-footer ul.rights li a:hover {
  border-color: #fff;
}

@media (max-width: 991px) {
  .vote-footer ul.rights li .t-eng {
    display: block;
  }
}

.right_2020recall {
  margin-top: -100px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 99;
  opacity: 0;
}

@media (max-width: 1500px) {
  .right_2020recall {
    display: none !important;
  }
}

.top_2020recall {
  overflow: hidden;
  opacity: 0;
}

.top_2020recall a {
  display: block;
  height: 90px;
  position: relative;
}

@media (max-width: 767px) {
  .top_2020recall a {
    height: 70px;
  }
}

@media (max-width: 540px) {
  .top_2020recall a {
    height: auto;
  }
}

.top_2020recall .for-desktop {
  display: block !important;
  min-width: 1903px;
  width: 100%;
  margin-left: -960.5px;
  position: absolute;
  left: 50%;
  top: 0;
}

@media (max-width: 767px) {
  .top_2020recall .for-desktop {
    min-width: 1480px;
    margin-left: -785px;
  }
}

@media (max-width: 540px) {
  .top_2020recall .for-desktop {
    display: none !important;
  }
}

.top_2020recall .for-mobile {
  display: none !important;
  width: 100%;
}

@media (max-width: 540px) {
  .top_2020recall .for-mobile {
    display: block !important;
  }
}

.recall_bar .irrigate, .recall_bar .goMessage, .recall_bar .goJoin {
  display: none !important;
}

#news_content.vote-wp .votes p {
  margin-bottom: 0 !important;
}

#news_content.vote-wp .percent {
  margin-bottom: 0 !important;
  line-height: 30px;
}

@media (max-width: 480px) {
  #news_content.vote-wp .mayor .votes p {
    font-size: 16px;
  }
}

#news_content.vote-wp .mayor .support {
  margin: 15px 0 !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  #news_content.vote-wp .mayor .support {
    margin: 10px 0 !important;
    font-size: 15px;
  }
}

#news_content.vote-wp .mayor .percent {
  line-height: 40px;
}

@media (max-width: 767px) {
  #news_content.vote-wp .mayor .percent {
    line-height: 30px;
  }
}

.recall_election_2020 .news-list-item {
  padding: 5px 15px;
}

.recall_election_2020 .news-list-item .text {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .recall_election_2020 .mb_padding_group {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=2020vote.css.map */