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

.g-footer {
  background: #fff;
}

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

.vote-banner {
  background: url('../images/banner/banner.png?v=f79s8df4as5') #000 no-repeat center;
  height: 685px;
  margin-top: 44px;
}

.vote-banner .wrap {
  width: 750px;
  height: 100%;
  padding-left: 250px;
  position: relative;

}

.vote-banner .wrap .top>div:first-child {
  color: #000;
  background-color: #fff2d5;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  margin-right: 5px;
}

.vote-banner .wrap .top>div:last-child {
  color: #fff;
  line-height: 26px;
}

.vote-banner .wrap .top {
  display: flex;
  position: absolute;
  bottom: 200px;
  left: 0;
}

.vote-banner .wrap .zhuban {
  position: absolute;
  bottom: 150px;
  left: 0;
  color: #fff;
}

.vote-banner .wrap .center {
  color: #f3d286;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 90px;
  left: 0;
}

.vote-banner .wrap .bottom {
  position: absolute;
  bottom: 60px;
  left: 0;
}

.vote-banner .wrap .bottom img {
  position: absolute;
  right: 10px;
  top: -20px;
}

.vote-banner .wrap .bottom .applyBtn {
  display: block;
  width: 180px;
  padding-right: 10px;
  line-height: 38px;
  text-align: center;
  background-image: linear-gradient(to right, #f5dd97, #eda240);
  font-size: 20px;
  border-radius: 20px;
  font-weight: 600;
}


.vote-banner .wrap .center img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.vote-banner .wrap .center p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  vertical-align: bottom;
}

.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 .super-title {
  background: url("../img/title_img_03.png") center no-repeat;
}

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

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

.block.block4 .super-title {
  background: url("../img/rw_03.png") center no-repeat;
}

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

.award-nav .nav-item {
  width: 250px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: #0d1339;
  text-align: center;
  border: 1px solid #d49e59;
  cursor: pointer;
  font-family: "Microsoft YaHei";
}

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

.award-nav .nav-item.active {
  background-color: #d49e59;
  font-weight: 600;
}

._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;
  margin-right: 32px;
  margin-bottom: 24px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.applyWrap {
  padding: 40px 0;
  /* background: url(../img/apply_bg.png) no-repeat center; */
  /* background-size: cover; */
  background-color: #000;
}

.applyWrap .applyBtn {
  display: block;
  width: 200px;
  line-height: 42px;
  background-color: #f0d796;
  border-radius: 20px;
  margin: 40px auto;
  text-align: center;
  font-size: 24px;
}

.applyWrap .applyTitle {
  color: #f0dca4;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  width: 180px;
  position: relative;
  margin-bottom: 60px;
}

.applyWrap .applyTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(156, 72, 27, 0.5);
}

.applyWrap .fangshi1 {
  width: 480px;
  height: 140px;
  background: url(../images/apply2.png) no-repeat center;
}

.applyWrap .fangshi2 {
  width: 480px;
  height: 140px;
  background: url(../images/apply1.png) no-repeat center;
}

.applyWrap .text {
  font-size: 16px;
  color: #fff;
  padding: 50px 20px 0 100px;
}

.applyWrap .lianxi {
  width: 100%;
}

.applyWrap .lianxi .fr {
  width: 550px;
  text-align: center;
}

.applyWrap .lianxi .fr img {
  display: block;
  margin: 0 auto;
}

.applyWrap .lianxi .fr p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}

.applyWrap .lianxi .item {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.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;
}

.block3 .vote-area li {
  width: 224px;
  margin-right: 25px;
}

.block3 .vote-area li h3 a img {
  width: 222px;
  height: auto;
  /* border-radius: 50%; */
}

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

.vote-rules {
  display: none;
}

.hide {
  display: none;
}