.vote-banner {
  height: 805px;
  margin-top: 0;
}
.vote-banner .wrap {
  height: 100%;
  padding: 0;
}
.vote-banner .wrap .bottom {
  bottom: 400px;
  left: -30px;
  opacity: 0;
}
.main {
  background: url('../20220816/main_bg.png') repeat top center;
}
.award-nav .nav-item {
  background-color: #1e1a17;
}
.award-nav .nav-item.active {
  background-color: #b68b3f;
}
.main_img {
  text-align: center;
  width: 1000px;
  margin: auto;
  padding: 25px 0;
}
.navbar .wrap .navbar_ul li {
  width: 130px;
  font-size: 20px;
}
.applyWrap {
  height: 530px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: url('../20220816/we_bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 65px 0;
}
.applyWrap .wrap {
  width: 1145px;
}
.applyWrap .lianxi {
  width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 60px;
  padding-bottom: 35px;
  background: url('../20220816/us_bg.png') no-repeat;
  background-size: 100% 100%;
}
.applyWrap .lianxi .tt_img {
  margin-bottom: 25px;
}
.applyWrap .lianxi .title {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 45px;
  position: relative;
}
.applyWrap .lianxi .title span {
  position: relative;
  z-index: 2;
}
.applyWrap .lianxi .title::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #333336;
  position: absolute;
  bottom: -50%;
  left: -2%;
  z-index: 0;
}
.applyWrap .lianxi .tt {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.applyWrap .lianxi .tt span {
  position: relative;
  z-index: 2;
}
.applyWrap .lianxi .tt::after {
  content: '';
  width: 110%;
  height: 100%;
  background-color: #333336;
  position: absolute;
  bottom: -50%;
  left: -5%;
  z-index: 0;
}
.applyWrap .lianxi > li ul li {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.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;
}
.right_gg .navbar_ul li a::after {
  content: '';
  width: 90%;
  height: 10px;
  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: 30px;
}
.navbar {
  height: 100px;
  background-color: #17171a;
}
.navbar .wrap .navbar_ul {
  align-items: center;
}
.navbar .wrap .navbar_ul .toupiao {
  width: 110px;
  height: auto;
}
.navbar .wrap .navbar_ul .toupiao a {
  color: #fff2d0;
  border-radius: 4px;
  display: inline-block;
  line-height: 42px;
  padding: 0 10px;
  font-size: 22px;
  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;
}
