.vote-banner {
  height: 670px;
  margin-top: 0;
}
.vote-banner .wrap {
  width: 1200px;
  height: 100%;
  padding: 0;
  position: relative;
}
.vote-banner .wrap .toupiao {
  display: inline-block;
  width: 450px;
  height: 100px;
  position: absolute;
  bottom: 112px;
  left: 80px;
  cursor: pointer;
}
.leimu {
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  background: url('../20220816/titleBg.png') no-repeat center;
  text-align: center;
  color: #fff;
  line-height: 92px;
  font-size: 24px;
  margin-top: 90px;
}
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
.vote-area li h3 {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: center;
}
.vote-area li h3 a {
  width: 224px;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #3463c4;
  box-sizing: border-box;
  overflow: hidden;
}
.vote-area li h3 a img {
  width: 100%;
  height: auto;
}
.people li h3 a {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 1000px;
  display: inline-block;
}
.main {
  background: url('../20220816/VCG211341461792.png?v=sssss') repeat top center;
}
.award-nav {
  width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
.award-nav .nav-item {
  color: #fff;
  font-size: 14px;
  height: 70px;
  width: auto;
  padding: 0;
  flex: 1;
}
.award-nav .active {
  color: #17171a;
}
.award-nav .nav-item {
  box-sizing: border-box;
}
.award-nav .nav-item.active {
  background-color: #ffdd97;
}
#g-footer {
  margin-top: 0;
}
.applyWrap {
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(160deg, #3b4a98, #b77c40);
  padding: 65px 0;
}
.applyWrap .wrap {
  width: 1000px;
}
.applyWrap .wrap .lianxi {
  text-align: center;
}
.applyWrap .wrap .baomingbtn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.applyWrap .wrap .baomingbtn a {
  display: inline-block;
  color: #fff;
  background-color: #ffa200;
  border-radius: 24px;
  line-height: 50px;
  padding: 0 95px;
  font-size: 24px;
}
.applyWrap .wrap .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.applyWrap .wrap .content li {
  width: 50%;
}
.applyWrap .wrap .content .usName {
  text-align: left;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  padding-left: 145px;
}
.applyWrap .wrap .content .usName > span {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 34px;
}
.applyWrap .wrap .content .usName > span > div:first-child {
  font-weight: 600;
}
.applyWrap .wrap .content .qrBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.applyWrap .wrap .content .qrBox > div {
  margin-bottom: 25px;
}
.right_gg .navbar_ul li img {
  display: block;
}
.right_gg .navbar_ul li a {
  background-color: #a47542;
  margin: 0;
  line-height: 50px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.right_gg .navbar_ul li a::after {
  content: '';
  width: 90%;
  height: 8px;
  background-color: #f0dca4;
  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: 24px;
}
.navbar {
  height: 65px;
  box-sizing: border-box;
  background-color: #17171a;
}
.navbar .wrap .navbar_ul {
  align-items: center;
}
.navbar .wrap .navbar_ul li {
  width: auto;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-right: 40px;
}
.navbar .wrap .navbar_ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.navbar .wrap .navbar_ul #toupiaoBtn {
  color: #000;
  cursor: pointer;
}
.navbar .wrap .navbar_ul #toupiaoBtn img {
  margin-left: 5px;
  transform: translateY(-5px);
}
.navbar .wrap .navbar_ul li:last-child {
  margin-right: 0;
}
.navbar .wrap .navbar_ul .toupiao {
  width: 110px;
  height: auto;
}
.navbar .wrap .navbar_ul .toupiao a {
  color: #fff2d0;
  border-radius: 4px;
  display: inline-block;
  height: 42px;
  line-height: unset;
  padding: 0 10px;
  font-size: 16px;
  position: relative;
  background-color: #ff0000;
}
.navbar .wrap .navbar_ul .toupiao a::after {
  content: '';
  position: absolute;
  top: -25px;
  right: -10px;
  width: 30px;
  height: 33px;
  background: url('../20220816/hot.png') no-repeat;
}
.navbar .wrap .navbar_ul .toupiao:hover {
  background-color: transparent;
}
