.mian {
  background: url(../images/vote/vote_bg.png) repeat-y center top;
}

.mian .vote-rules {
  padding: 90px 0;
  /* background: url("../images/vote/vote-rules-bg.png") bottom center no-repeat; */
}

.mian .vote-rules .wrap {
  position: relative;
}

.hide {
  display: none;
}

.rules-detail {
  padding-top: 35px;
  padding-left: 38px;
  width: auto;
}

.rules-detail .title {
  display: block;
  width: 101px;
  height: 27px;
  font-size: 14px;
  color: #040000;
  line-height: 27px;
  text-align: center;
  border-radius: 27px;
  background: #fccd82;
  margin-bottom: 12px;
}

.rules-detail .detail-item {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}

.rules-detail .note {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 22px;
}

.vote-rules .erwei-code {
  position: absolute;
  top: 172px;
  right: 64px;
  background-color: red;
  width: 179px;
  height: 179px;
}

.vote-rules .erwei-code img {
  width: 100%;
  height: 100%;
}

.block {
  padding-top: 45px;
}

.block .super-title {
  height: 67px;
  width: 100%;
  font-size: 20px;
  color: #fccd82;
  line-height: 67px;
  text-align: center;
  background: url(../images/vote/titlebg.png) no-repeat center top;
}

/* .block.block1 .super-title {
  background: url("../images/vote/sp1.png") center no-repeat;
}

.block.block2 .super-title {
  background: url("../images/vote/sp2.png") center no-repeat;
}

.block.block3 .super-title {
  background: url("../images/vote/sp3.png") center no-repeat;
}

.block.block4 .super-title {
  background: url("../images/vote/sp4.png") center no-repeat;
} */

.award-nav {
  margin-top: 30px;
}

.award-nav .nav-item {
  width: 238px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #472e07;
  text-align: center;
  margin-right: 13px;
  margin-bottom: 13px;
  cursor: pointer;
  border: 1px solid #fccd82;
}

.award-nav .nav-item.last {
  margin-right: 0;
}

.award-nav .nav-item.active {
  background-color: #fccd82;
  color: #000;
}

.vote-area {
  padding-top: 50px;
}

.vote-area li {
  float: left;
  width: 226px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 21px;
}

.vote-area li h3 a {
  background-color: transparent;
  text-decoration: none;
}

.vote-area li h3 a img {
  width: 224px;
  height: 182px;
  border: 1px solid #999;
}

.vote-area li .ope {
  margin-top: 10px;
  height: 105px;
  position: relative;
  overflow: hidden;
}

.vote-area li .ope > a {
  padding-left: 0px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.vote-area li .ope > p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 122px;
  height: 24px;
  /* border: 1px solid #ff1818; */
  line-height: 24px;
  text-align: center;
}

.vote-area li .ope input {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
}

.vote-area li .ope .product {
  font-weight: bold;
}

.vote-area li .ope .company {
  margin-top: 8px;
}

.vote-area li .ope p > span {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 14px;
}

.vote-area li .ope p > span.over {
  background: #e5e5e5;
  color: #241441;
  cursor: pointer;
}

.vote-area li .ope p .num {
  color: #1b1b42;
  background: #f4ed68;
}

.vote-area li .ope p .vo-btn {
  color: #fff;
  background: #ed1b1b;
  cursor: pointer;
}

.vote-area li .ope p .vo-btn:hover {
  background: #ed1b1b;
}

.block4 .ope .company {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fccd82;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
  margin: 0 auto;
}

.block4 .ope .product {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 170px;
  margin: 0 auto;
}
/*# sourceMappingURL=vote.css.map */


.pop_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
.pop_block {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -250px;
  width: 500px;
  padding: 20px;
  background: #fff;
  border: 1px solid #333;
}
.pop_block p {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pop_btn {
  font-size: 0;
  text-align: right;
}
.pop_btn a {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  color: #fff;
  background: #2b66c4;
  border-radius: 3px;
  margin-left: 15px;
}
.pop_btn a:first-child {
  background: #e9a81b;
}

.danwei {
  margin-top: 40px;
  padding-left: 38px;
}
.danwei li {
  float: left;
  margin-right: 45px;
}
.danwei li img {
  vertical-align: middle;
}
.danwei li > img:first-child {
  margin-right: 15px;
}