@charset "UTF-8";
/* 投票施策
------------------------------------------------------*/
/* searchCol
------------------------------------------------------*/
.searchCol {
  width: 640px;
  height: 101px;
  margin: 10px auto 62px;
  padding: 9px 0 0;
  background: url(../images/zb/news/vote_lr/bg_select.png) no-repeat top center;
}
.searchCol li {
  min-height: 47px;
  margin: 2px 0 14px;
  padding: 0px 1px 2px 248px;
}
.searchCol li input {
  width: 370px;
  height: 59px;
  color: #ffffff;
  background: #12121e;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 900;
}
.searchCol li select {
  width: 370px;
  height: 62px;
  color: #ffffff;
  background: #12121e;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 900;
}

.seriesTit {
  margin-bottom: 40px;
  padding: 25px 0;
  background: url(../images/zb/news/vote_lr/seriestit_bg.jpg) no-repeat top center;
  text-align: center;
}
.seriesTit .txt {
  font-weight: bold;
  font-size: 250%;
  text-shadow: 0px 0px 15px #f00, 0px 0px 10px #f00;
  color: #FFF;
}

.cardselectWrap .cardselect {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cardselectWrap .cardselect form {
  margin-right: 25px;
  margin-bottom: 40px;
}
.cardselectWrap .cardselect form:nth-child(3n) {
  margin-right: 0;
}
.cardselectWrap .cardselect form .cardImg {
  margin-bottom: 10px;
}
.cardselectWrap .cardselect form input {
  width: 180px;
  height: 60px;
  background: url(../images/zb/news/vote_lr/btn_submit.png) no-repeat top center;
  cursor: pointer;
  transition: filter 1s ease-out;
  border: none;
  outline: none;
  font-size: 0;
}
.cardselectWrap .cardselect form input:hover {
  filter: hue-rotate(30deg) brightness(150%);
  animation-duration: 1s;
  animation-name: flash;
}

.selectedCardCol {
  margin: 0 auto 28px;
  height: 440px;
  background: url(../images/zb/news/vote_lr/card_bg.png) no-repeat top;
}
.selectedCardCol .selectedCard {
  margin-bottom: 22px;
  padding-top: 27px;
  filter: drop-shadow(0px 0px 8px #fff);
  text-align: center;
}
.selectedCardCol .cardStatus {
  width: 100%;
  height: 124px;
  position: relative;
  background: url(../images/zb/news/vote_lr/cardname_bg.jpg) no-repeat top center;
}
.selectedCardCol .cardStatus .cardNumber {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100%;
  font-style: italic;
  color: #000;
}
.selectedCardCol .cardStatus .cardName {
  width: 550px;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 15px #fff, 0px 0px 10px #fff;
  font-size: 170%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #db0c24;
}

input.submitDecide {
  width: 640px;
  height: 92px;
  background: url(../images/zb/news/vote_lr/btn_next.png) no-repeat top center;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
}

input.submitBack {
  width: 640px;
  height: 92px;
  background: url(../images/zb/news/vote_lr/btn_back.png) no-repeat top center;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
}

.error_content {
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto 60px;
  padding-top: 60px;
  text-align: center;
  color: #000000;
}

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}
