.liucheng {
  padding-bottom: 60px;
}

.vote-rules .w1000 {
  position: relative;
}

.vote-rules .vote-rules-title {
  width: 548px;
  height: 63px;
  background: url("../images/vote-rules-title.png") center top no-repeat;
  margin: 0 auto;
  padding-bottom: 62px;
}

.vote-rules .vote-erweima {
  position: absolute;
  width: 172px;
  top: 146px;
  right: 56px;
}

.vote-rules .vote-erweima img {
  display: block;
  width: 172px;
  height: 172px;
  background-color: #fff;
}

.vote-rules .vote-erweima .text1 {
  color: #fec500;
  font-size: 16px;
  padding-bottom: 6px;
  padding-top: 14px;
  text-align: center;
  line-height: 1;
}

.vote-rules .vote-erweima .text2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.rules .rules-title {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}

.rules .rules-detail {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  width: 625px;
}

.rules .rules-detail.state {
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rules .note {
  height: 30px;
  background-color: #9d2443;
  line-height: 30px;
  color: #fff;
  text-indent: 6px;
  font-size: 12px;
  width: 706px;
}

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

.vote-area .vote-area-title {
  width: 867px;
  height: 82px;
  margin: 0 auto;
  background: url("../images/vote-title.png") center no-repeat;
  margin-bottom: 75px;
}

.vote-area .vote-area-nav {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 62px;
}

.vote-area .vote-area-nav .nav-item {
  width: 183px;
  height: 48px;
  border-right: 1px solid #00a2e9;
  background-color: #0468b8;
  color: #d7d7d7;
  text-align: center;
  font-size: 14px;
  padding-top: 14px;
  font-weight: bold;
  cursor: pointer;
}

.vote-area .vote-area-nav .nav-item.last {
  border-right: none;
}

.vote-area .vote-area-nav .nav-item.active {
  background-color: #00a2e9;
  color: #fff;
  position: relative;
}

.vote-area .vote-area-nav .nav-item.active::before {
  content: '';
  background-color: #00a2e9;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  left: 85px;
  bottom: -7px;
}

.vote-box > ul {
  margin-left: -8px;
  margin-right: -8px;
  display: none;
  padding-bottom: 200px;
}

.vote-box > ul.active {
  display: block;
}

.vote-box > ul li {
  float: left;
  padding: 0 13px;
  width: 225px;
  margin-top: 20px;
}

.vote-box > ul li .vote-box-img-a {
  width: 225px;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  height: 171px;
  overflow: hidden;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}

.vote-box img {
  max-width: 225px;
  height: 171px;
}

.vote-box .pro-name,
.vote-box .com-name {
  /*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
  text-align: center;
  line-height: 18px;
  min-height: 38px;
  font-size: 14px;
}

.vote-box .pro-name input {
  vertical-align: middle;
}

.vote-box .com-name {
  font-size: 14px;
}

.vote-box .com-name a:hover {
  text-decoration: underline;
}

.vote-box .vote-ope {
  width: 124px;
  margin: 0 auto;
}

.vote-box .vote-ope span {
  display: inline-block;
  color: #000000;
  line-height: 24px;
  border: 1px solid #1c76dd;
  width: 60px;
  text-align: center;
}

.vote-box li a {
  color: #fff;
  font-size: 14px;
}

.vote-box li a:hover {
  text-decoration: underline;
}

.vote-ope .count {
  background: #DCDCDC;
}

.vote-ope .btn {
  border-left: none;
  background: #fdcb01;
  cursor: pointer;
}

.vote-ope .btn:hover {
  background: #f00;
  color: #fff;
}

.vote-ope .over {
  background: #999 !important;
  color: #000 !important;
}

.award-con .btn-group a {
  display: inline-block;
  width: 255px;
  height: 64px;
  margin: 0 20px;
}
/*# sourceMappingURL=vote.css.map */