body {
  /* background-position-y: 76px; */
  background-color: #fff;
}

.g-footer {
  background: #fff;
}

.navbar .sb {
  background-size: 100% 100%;
  background-color: #006ff4;
}

.main {
  background: url(../img/bg03.png) repeat top center;
}

.main .vote-rules .title {
  text-align: center;
  padding-bottom: 75px;
  position: relative;
}

.main .vote-rules .title .title_img {
  position: absolute;
  top: -110px;
  right: 0;
}

.main .vote-rules .rules-detail {
  margin-bottom: 50px;
  padding: 115px 50px 45px;
  background: url(../img/bbbbb.png) no-repeat top center;

}

.rules-detail p {
  position: relative;
  padding: 5px 0 10px 35px;
  border-bottom: 1px dashed #9a7133;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;

}

.rules-detail p span {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: #fff;
}

.rules-tips p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

.rules-code {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(550px);
  width: 144px;
  height: 192px;
  /* background: url('../images/vote/rules-fixed.png') no-repeat center center; */
  background-size: 100% 100%;
  z-index: 10;
  text-align: center;
}

.rules-code img {
  width: 130px;
  margin-top: 10px;
}

.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: 63px;
  width: 100%;
}

.block.block1 {
  padding-top: 0;
}

.award-nav {
  width: 996px;
  margin: 30px auto 0;
  border: 1px solid #ffc489;
  display: flex;
  flex-wrap: wrap;
}

.award-nav .nav-item {
  width: 249px;
  height: 85px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  color: #ffc489;
  background: url("../images/icon_yellow.png?v=2") #050503 no-repeat center;
  text-align: center;
  border: 1px solid #ffc489;
  cursor: pointer;
  font-family: "Microsoft YaHei";
}

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

.award-nav .nav-item.active {
  background: url("../images/icon_black.png?v=2") #ffc489 no-repeat center;
  color: #050503;
  font-weight: 600;
}

.sub-block-wrap {
  /* width: 1140px;
  margin: 0 auto; */
}

._super_nav .nav-item {
  flex: 50%;
}

.vote-area {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.vote-area li {
  /* width: 226px; */
  width: 232px;
  /* margin-right: 32px; */
  margin-right: 23px;
  margin-bottom: 25px;
}

.vote-area li:nth-child(4n) {
  margin-right: 0px;
}

.vote-area li.vote-person {
  width: 220px;
  margin: 0 15px 21px;
}

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

.vote-area li h3 a img {
  /* width: 224px;
  height: 182px; */
  width: 232px;
  height: 175px;
}

.vote-area li .img-cont {
  padding: 20px 23px;
  height: 250px;
  text-align: center;
  background: url('../images/vote/person-bg.png') no-repeat top center;
}

.vote-area li .img-cont h3 a img {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.vote-area li .img-cont .company {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fccd82;
  margin-bottom: 5px;
}

.vote-area li .img-cont .product {
  font-size: 12px;
  color: #fff;
}

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

.vote-area li.vote-person .ope {
  margin-top: 0;
  height: 115px;
}

.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.vote-person .ope .product {
  width: auto;
}

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

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

.vote-area li.vote-person .ope .company {
  margin: 0;
}

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

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

.vote-area li .ope p .num {
  color: #fff;
  background: #ff1818;
}

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

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

.vote-bottom-tips {
  padding: 40px 0 65px;
  text-align: center;
}

.vote-bottom-tips a.tips-btn {
  display: block;
  width: 273px;
  height: 46px;
  line-height: 46px;
  background: url('../images/vote/vote-bottom-btn.png') no-repeat center center;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.vote-bottom-tips a.tips-text {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
  background: transparent;
}

.vote-bottom-tips a.tips-text:hover {
  color: #c00;
}

/*# 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;
}

/* 打分弹窗 */
.dialog-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}

.dialog-grade,
.dialog-verify {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -250px;
  width: 500px;
  padding: 20px;
  background: #fff;
  border: 1px solid #333;
}

.grade-title {
  text-align: center;
  font-size: 22px;
  color: #333;
}

.dialog-tips {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #f00;
}

.dialog-grade ul {
  margin: 20px 0;
}

.dialog-grade ul li {
  float: left;
  font-size: 20px;
  background: #e5e5e5;
  color: #333;
  margin-right: 14px;
  padding: 0 8px;
  cursor: pointer;
}

.dialog-grade ul li.active {
  background: #e9a81b;
  color: #fff;
}

.grade-btns div {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  color: #fff;
  background: #2b66c4;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
}

.grade-btns div.grade-sure,
.grade-btns div.verifyId {
  background: #e9a81b;
}

.dialog-verify input {
  display: block;
  margin: 20px auto;
  height: 30px;
  line-height: 30;
  font-size: 14px;
  color: #333;
  outline: none;
}

.right_gg {
  right: 35px;
  top: 67%;
}

.right_gg .navbar_ul {
  position: relative;
}

.right_gg .navbar_ul li {
  position: relative;
  width: 155px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: url('../img/aaa_06.png') no-repeat;
}

.right_gg .navbar_ul ._qr {
  width: 155px;
  position: absolute;
  top: -154px;
}

.right_gg .navbar_ul li a {
  color: #fff;
}

.right_gg .navbar_ul li img {
  position: absolute;
  left: 0;
  top: 22px;
  display: none;
}

.vote-rules {
  display: none;
}

.hide {
  display: none;
}