/* 导航栏 */
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 32px;
  z-index: 1000;
}
.header.header-fixed {
  position: fixed;
  top: 0;
}
.header .navbar {
  width: 100%;
  height: 100px;
  background: #041242;
}
.header .navbar .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar .wrap .navbar_ul {
  display: flex;
  height: 100%;
}
.header .navbar .wrap .navbar_ul > li {
  padding: 0 25px;
  font-size: 20px;
  color: #ffe3be;
}
.header .navbar .wrap .navbar_ul > li > a,
.header .navbar .wrap .navbar_ul > li > .navbar-tq {
  display: block;
  padding: 45px 0 35px;
  cursor: pointer;
  line-height: 1em;
}
.header .navbar .wrap .navbar_ul > li > a:hover {
  text-decoration: underline;
}
.header .navbar .wrap .navbar_ul .nav-btn {
  display: flex;
  align-items: center;
  padding: 10px 0 0 25px;
  cursor: default;
}
.header .navbar .wrap .navbar_ul .nav-btn > a {
  width: 110px;
  height: 35px;
  padding: 0;
  background: url(../images/btn2.png) no-repeat;
}
.header .navbar .wrap #search-item {
  display: flex;
  padding-right: 0;
  padding-top: 10px;
  align-items: center;
}
.header .navbar .wrap #search-item .search-btn {
  width: 55px;
  height: 32px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: #e24b2d;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
.header .navbar .wrap #search-item .search-input {
  width: 155px;
}
.header .navbar .wrap #search-item .search-input .el-input__inner {
  padding-right: 10px;
  padding-left: 38px;
  border-radius: 4px 0 0 4px;
  background: url(../images/search.png) no-repeat 10px center, #fff;
}
/* 搜索下拉列表 */
.search-autocomplete {
  width: 310px !important;
}
.search-autocomplete .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-autocomplete .award-name {
  font-size: 12px;
  color: #b4b4b4;
  line-height: 12px;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 导航栏 同期活动 */
.navbar-tq {
  position: relative;
}
.navbar-tq::after {
  position: absolute;
  right: -17px;
  top: 55px;
  width: 0;
  height: 0;
  content: '';
  border: 6px solid transparent;
  border-top: 8px solid #ffe3be;
}
.navbar-tq ul {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 247px;
  display: none;
}
.navbar-tq ul li {
  margin-bottom: 1px;
}
.navbar-tq ul li a {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 16px;
  background: rgba(0, 20, 86, 0.85);
  font-size: 15px;
  color: #fdd783;
  text-align: center;
}
.navbar-tq ul li a:hover {
  background: rgba(4, 18, 65, 0.85);
}
.navbar-tq:hover ul {
  display: block;
}
/* 头图 */
.banner {
  position: relative;
  height: 650px;
  background: url('../images/banner.png') no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.banner #banner-btn {
  position: absolute;
  left: 50%;
  top: 316px;
  transform: translateX(-230px);
  width: 143px;
  height: 47px;
  background: url('../images/btn.png') no-repeat center;
  cursor: pointer;
}
/* 投票规则 */
.main {
  padding: 75px 0 45px;
  background: url(../images/bg1.png) repeat-y center top;
}
.main .guize-wrap {
  box-sizing: border-box;
  width: 1204px;
  height: 475px;
  padding: 120px 95px 0;
  margin: 0 auto;
  transform: translateX(-2px);
  background: url('../images/rule.png') no-repeat center;
}
.main .rule-wrap {
  padding-top: 10px;
}
.main .rule-wrap p {
  position: relative;
  padding: 12px 5px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
}
.main .rule-bottom {
  font-size: 15px;
  color: #efcf8a;
  line-height: 1.5em;
  margin-top: 20px;
}
.common-title {
  font-size: 0;
  text-align: center;
}
/* 投票专区 */
.vote-body {
  padding-top: 75px;
}
.vote-body .vite-center-wrap {
  width: 1200px;
  margin: 50px auto 0;
}
.vote-body .award-nav {
  display: flex;
  justify-content: center;
}
.vote-body .award-nav .nav-item {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 260px;
  height: 98px;
  border: 2px solid #cf9555;
  border-left: none;
  background: #0a102c;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.vote-body .award-nav .nav-item div {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 15px;
}
.vote-body .award-nav .nav-item:first-child {
  border-left: 2px solid #cf9555;
  border-radius: 15px 0 0 15px;
}
.vote-body .award-nav .nav-item:last-child {
  border-radius: 0 15px 15px 0;
}
.vote-body .award-nav .nav-item.active {
  background: #e2be86;
  color: #040300;
  font-weight: bold;
}
.vote-body .sub-block-wrap {
  padding: 40px 0;
  position: relative;
}
.vote-body .sub-block-wrap .sub-block {
  position: relative;
  width: 1200px;
}
.vote-body .sub-block-wrap .sub-block .prev-btn,
.vote-body .sub-block-wrap .sub-block .next-btn {
  position: absolute;
  top: 170px;
  width: 119px;
  height: 119px;
  cursor: pointer;
}
.vote-body .sub-block-wrap .sub-block .prev-btn {
  left: -65px;
  background: url(../images/left.png) no-repeat center;
}
.vote-body .sub-block-wrap .sub-block .next-btn {
  right: -65px;
  background: url(../images/right.png) no-repeat center;
}
.vote-body .sub-block-wrap .sub-block .swiper-pagination {
  width: 100%;
  bottom: -5px;
}
.vote-body .sub-block-wrap .sub-block .swiper-pagination-bullet {
  background: #e2be86;
  opacity: 0.4;
  margin: 0 3px;
}
.vote-body .sub-block-wrap .sub-block .swiper-pagination-bullet-active {
  background: #ff0000;
  opacity: 1;
}
.vote-body .sub-block-wrap .vote-area {
  display: flex;
  flex-wrap: wrap;
  padding: 0 51px;
}
.vote-body .sub-block-wrap .vote-area li {
  width: 230px;
  padding-top: 10px;
  margin: 0 22px 20px;
}
.vote-body .sub-block-wrap .vote-area li.search-item {
  position: relative;
}
.vote-body .sub-block-wrap .vote-area li.search-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 203, 112, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.07);
  animation: btn31-eff 1s linear infinite;
}
.vote-body .sub-block-wrap .vote-area li h3 a {
  display: block;
  width: 230px;
  height: 170px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.vote-body .sub-block-wrap .vote-area li h3 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
.vote-body .sub-block-wrap .vote-area li .ope {
  margin-top: 10px;
  height: 75px;
  position: relative;
  overflow: hidden;
}
.vote-body .sub-block-wrap .vote-area li .ope > a {
  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-body .sub-block-wrap .vote-area li .ope > p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 122px;
  height: 24px;
  border: 1px solid #ff0000;
  line-height: 24px;
  text-align: center;
}
.vote-body .sub-block-wrap .vote-area li .ope > p > span {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 14px;
}
.vote-body .sub-block-wrap .vote-area li .ope > p > span.over {
  background: #fadeba;
  cursor: pointer;
}
.vote-body .sub-block-wrap .vote-area li .ope > p .num {
  color: #fff;
  background: #ff0000;
}
.vote-body .sub-block-wrap .vote-area li .ope > p .vo-btn {
  background: #fadeba;
  color: #000;
  cursor: pointer;
}
@keyframes btn31-eff {
  0% {
    box-shadow: 0 0 2px rgba(255, 203, 112, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 203, 112, 0.5);
  }
  100% {
    box-shadow: 0 0 2px rgba(255, 203, 112, 0.5);
  }
}
/* 投票成功 弹框 */
.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_wrap .pop_block {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -250px;
  width: 500px;
  padding: 20px;
  background: #fff;
  border: 1px solid #333;
}
.pop_wrap p {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pop_wrap .pop_btn {
  font-size: 0;
  text-align: right;
}
.pop_wrap .pop_btn a {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  color: #fff;
  background: #2b66c4;
  border-radius: 3px;
  margin-left: 15px;
}
.pop_wrap .pop_btn a:first-child {
  background: #e9a81b;
}
.pop_wrap .common-title {
  font-size: 0;
  text-align: center;
}
/* 同期活动 */
.tongqi {
  box-sizing: border-box;
  height: 805px;
  padding-top: 70px;
  background: url(../images/bg2.png) no-repeat center;
}
.tongqi .tq-list {
  box-sizing: border-box;
  width: 1200px;
  margin: 60px auto 0;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tongqi .tq-list li {
  background: #fff;
  margin-bottom: 10px;
}
.tongqi .tq-list li a {
  display: block;
  padding: 4px;
}
.tongqi .tq-list li a > div {
  width: 370px;
  height: 203px;
  overflow: hidden;
}
.tongqi .tq-list li a img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s;
}
.tongqi .tq-list li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-size: 14px;
  color: #151515;
  text-align: center;
}
.tongqi .tq-list li a:hover img {
  transform: scale(1.05);
}
/* 联系我们 */
.about-us {
  box-sizing: border-box;
  height: 405px;
  padding-top: 55px;
  background: url(../images/bg3.png) no-repeat center;
  color: #fff;
}
.about-us h3 {
  font-size: 44px;
  line-height: 1em;
  font-weight: 500;
}
.about-us h4 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  margin: 18px 0 22px;
}
.about-us .content {
  display: flex;
  align-items: center;
}
.about-us .content img {
  margin-right: 60px;
}
.about-us .content > div {
  margin-right: 100px;
}
.about-us .content > div h5 {
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 500;
}
.about-us .content > div p {
  height: 25px;
  margin-bottom: 13px;
  padding-left: 11px;
  border-left: 3px solid #807d7e;
  font-size: 16px;
  line-height: 25px;
}
.about-us .content > div p:last-child {
  margin-bottom: 0;
}
/* 右侧悬浮窗 */
.right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  z-index: 99;
  display: none;
}
.right_gg .navbar_ul li {
  position: relative;
  width: 100%;
  font-size: 0;
  border: 1px solid #bd7242;
  border-bottom: none;
  margin-bottom: 10px;
}
.right_gg .navbar_ul li img {
  display: inline-block;
  width: 130px;
}
.right_gg .navbar_ul li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  background: #ffcb70;
  font-size: 18px;
  color: #35241a;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.right_gg .navbar_ul li a::after {
  content: '';
  width: 90%;
  height: 10px;
  background: #cd853d;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: skew(-60deg, 0) translateX(8px);
}
.right_gg .navbar_ul li:last-child {
  border-bottom: 1px solid #bd7242;
}
.right_gg .navbar_ul li:last-child a::after {
  display: none;
}
.right_gg .navbar_ul .wap-qr {
  margin-bottom: 0;
  padding: 7px 0;
  background: #ffcb70;
  text-align: center;
}
.right_fx {
  position: relative;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}
.social-share .item {
  width: 100%;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item a:hover .share-n {
  color: black;
}
