.vote-banner {
  background: url('../images/banner.png?v=202307031548') no-repeat center;
  height: 650px;
}

.main {
  background: #fff;
}

.guize-wrap {
  height: 900px;
  background: url('../images/rule_bg.png?v=2') no-repeat center;
}

.qongqi {
  position: relative;
  top: -73px;
  width: 1219px;
  height: 198px;
  margin: -73px auto 0;
  background: url('../images/tongqi.png?v=2') no-repeat center;
}
.qongqi ul {
  position: relative;
}
.qongqi ul li {
  position: absolute;
  top: 40px;
  font-size: 17px;
  color: #fff4be;
  line-height: 1.5;
}
.qongqi ul li:nth-child(1) {
  left: 110px;
}
.qongqi ul li:nth-child(2) {
  left: 298px;
}
.qongqi ul li:nth-child(3) {
  left: 520px;
}
.qongqi ul li:nth-child(4) {
  left: 743px;
}
.qongqi ul li:nth-child(5) {
  left: 950px;
}


.rule-wrap {
  position: relative;
  width: 1200px;
  height: 453px;
  margin: 0 auto 0;
  background: url('../images/rule.png?v=2') no-repeat center;
}
.rule-wrap p {
  position: absolute;
  left: 180px;
  font-size: 19px;
  color: #ffcb70;
  line-height: 1.5;
}
.rule-wrap p:nth-child(1) {
  top: 169px;
}
.rule-wrap p:nth-child(2) {
  top: 229px;
}
.rule-wrap p:nth-child(3) {
  top: 315px;
}
.rule-bottom {
  width: 1000px;
  margin: 12px auto 0;
  font-size: 16px;
  color: #fcc388;
  line-height: 1.8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.vote-body {
  background: url('../images/vote_bg.png?v=2') repeat-y top center;
}

.vite-title {
  position: relative;
  top: -50px;
  font-size: 0;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.navbar .wrap .navbar_ul li {
  width: 130px;
  font-size: 20px;
}

.right_gg .navbar_ul li img {
  display: block;
}
.right_gg .navbar_ul li a {
  background-color: #ffcb70;
  margin: 0;
  color: #35241a;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.right_gg .navbar_ul li a::after {
  content: '';
  width: 90%;
  height: 10px;
  background-color: #cd853d;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: skew(-60deg, 0) translateX(8px);
}
.right_gg .navbar_ul li:last-child a {
  text-decoration: none;
}
.right_gg .navbar_ul li:last-child a::after {
  display: none;
}
.vote-area li .ope > a {
  font-size: 16px;
  line-height: 30px;
}

.navbar {
  height: 78px;
  background-color: #02091c;
}
.navbar .wrap .navbar_ul {
  align-items: center;
}
.navbar .wrap .navbar_ul .toupiao {
  width: 195px;
  height: 78px;
}
.navbar .wrap .navbar_ul .toupiao a {
  position: relative;
  display: inline-block;
  width: 195px;
  height: 78px;
  line-height: 78px;
  text-align: left;
  background-color: #ffcb70;
}
.navbar .wrap .navbar_ul .toupiao a span {
  font-size: 22px;
  color: #02091c;
  padding: 0 10px;
  font-weight: bold;
  line-height: 1;
}
.navbar .wrap .navbar_ul .toupiao a i {
  content: '';
  position: absolute;
  top: 18px;
  right: 0px;
  width: 88px;
  height: 42px;
  background: url('../images/hot.png') no-repeat;
}
.navbar .wrap .navbar_ul .toupiao:hover {
  background-color: transparent;
}

.aboutUs {
  width: 100%;
  height: 483px;
  padding-top: 46px;
  box-sizing: border-box;
  background: url('../images/us_bg.png') no-repeat center top;
  background-size: 100% 100%;
}
.aboutUs .wrap {
  width: 1000px;
}
.aboutUs .content {
  width: 1000px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.aboutUs .content .usT {
  font-size: 75px;
  line-height: 75px;
  color: #ffcb70;
}
.aboutUs .content .uswe {
  padding: 45px 0;
  line-height: 33px;
  font-size: 33px;
  color: #fff;
}
.aboutUs .content ul {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutUs .content ul li p {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.aboutUs .content ul li p img {
  margin-right: 8px;
}
.aboutUs .content ul li p:first-child {
  font-size: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.aboutUs .content ul li p:first-child::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #bc8f51;
  bottom: 8px;
  left: 0;
  z-index: 1;
}
.aboutUs .content ul li p:first-child span {
  position: relative;
  z-index: 9;
  font-size: 26px;
  display: inline-block;
  padding: 0 10px;
}

.aboutUs .qr-wrap {
  width: 275px;
  justify-content: flex-end !important;
}

.aboutUs .qr-wrap li {
  text-align: center;
}

.aboutUs .qr-wrap li p {
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
}

.vote-tips {
  font-size: 14px;
  color: #ffcb70;
  text-align: right;
  padding-top: 40px;
}

.vite-center-wrap {
  position: relative;
  width: 998px;
  margin: 0 auto;
}

.vite-center-wrap #vite {
  position: absolute;
  left: 0;
  top: -85px;
  width: 0;
  height: 0;
}