#g-footer {
  margin-top: 0;
  background-color: #fff;
}
#voteApp,
#header,
#g-footer,
.top-bar {
  min-width: 1590px;
}
/* 导航栏 */
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header .navbar {
  width: 100%;
  height: 80px;
  background: #1d0057;
}
.header .navbar .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar .wrap .navbar_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
  justify-content: space-between;
}
.header .navbar .wrap .navbar_ul > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.header .navbar .wrap .navbar_ul > .item > span {
  position: relative;
}
.header .navbar .wrap .navbar_ul > .item > span::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  border-top: 1px solid #fff;
  content: '';
  transition: width 0.2s;
}
.header .navbar .wrap .navbar_ul > .item:hover > span::after {
  width: 100%;
}
.header .navbar .wrap .navbar_ul .btn {
  width: 120px;
  height: 100%;
  padding: 0;
  color: #000;
  background-image: linear-gradient(to right, #e7b99c, #eed5c1);
}
.header .navbar .wrap .navbar_ul .btn2 {
  background-image: linear-gradient(to right, #fe3017, #f96815);
}
.header .navbar .wrap #search-item {
  display: flex;
  padding-right: 0;
  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;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(to bottom, #ff7200, #ff0000);
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
.header .navbar .wrap #search-item > div {
  font-size: 0;
}
.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;
}
/* 头图 */
.banner {
  position: relative;
  height: 800px;
  background: url('../images/banner.png') no-repeat center;
}
.guize-wrap {
  box-sizing: border-box;
  width: 100%;
  background: #00043e;
  padding: 60px 0;
}
.guize-wrap .wrap {
  height: 387px;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 100px;
  background: url('../images/rule.png') no-repeat center;
}
.guize-wrap p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-indent: 2em;
}
/* 投票规则 */
.main {
  position: relative;
  background: #00043e url(../images/bg1.png) center top;
  padding-top: 50px;
}
.main .vote-bottom-btn {
  padding: 55px 0 100px;
  display: flex;
  justify-content: center;
}
.main .vote-bottom-btn a {
  display: block;
  width: 268px;
  height: 60px;
  margin: 0 42px;
  background: url(../images/btn1.png) no-repeat center;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.15s;
}
.main .vote-bottom-btn a.btn2 {
  background: url(../images/btn2.png) no-repeat center;
}
.main .vote-bottom-btn a:hover {
  transform: scale(1.03);
}
.main .vote-bottom-btn .click-btn {
  font-size: 0;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to bottom, #158eff, #0c42bd);
}
.main .vote-bottom-btn .click-btn span {
  font-size: 33px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
}
.main .vote-bottom-btn .click-btn i {
  display: inline-block;
  width: 32px;
  height: 34px;
  background: url(../images/click.png) no-repeat center;
  vertical-align: middle;
  margin: 2px 0 0 3px;
}
/* 投票专区 */
.vote-body .vite-center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.vote-body .common-title {
  font-size: 28px;
  color: #fad996;
  text-align: center;
  padding-bottom: 35px;
  background: url(../images/title_bg.png) no-repeat center bottom;
}
.vote-body .block {
  margin-top: 20px;
}
.vote-body .sub-block-wrap {
  padding: 35px 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: 35px;
  width: 36px;
  height: 75px;
  cursor: pointer;
}
.vote-body .sub-block-wrap .sub-block .prev-btn.swiper-button-disabled,
.vote-body .sub-block-wrap .sub-block .next-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.vote-body .sub-block-wrap .sub-block .prev-btn {
  left: -70px;
  background: url(../images/prev.png) no-repeat center, rgba(255, 255, 255, 0.3);
}
.vote-body .sub-block-wrap .sub-block .next-btn {
  right: -70px;
  background: url(../images/next.png) no-repeat center, rgba(255, 255, 255, 0.3);
}
.vote-body .sub-block-wrap .all-btn {
  display: block;
  width: 250px;
  height: 42px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 42px;
  background: #fad996;
  margin: 35px auto 0;
  cursor: pointer;
}
.vote-body .sub-block-wrap .vote-area {
  display: flex;
  flex-wrap: wrap;
}
.vote-body .sub-block-wrap .vote-area li {
  width: 198px;
  padding: 10px 0;
  margin: 0 21px;
}
.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: 198px;
  height: 135px;
  padding: 5px;
  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: #e5e5e5;
  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: #e5e5e5;
  color: #000;
  cursor: pointer;
}
.vote-body .sub-block-wrap .vote-area li .ope-h {
  height: 100px;
}
@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;
}
/* 联系我们 */
.contact {
  box-sizing: border-box;
  height: 461px;
  padding-top: 85px;
  background: url(../images/bg2.png) no-repeat center;
}
.contact .contact-title {
  text-align: center;
}
.contact .contact-title p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-transform: lowercase;
}
.contact .contact-title p:first-child {
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-top: 50px;
}
.contact .content .contact-tel {
  display: flex;
  align-items: center;
}
.contact .content .contact-tel li {
  padding-left: 60px;
}
.contact .content .contact-tel li p {
  font-size: 24px;
  line-height: 46px;
}
.contact .content .contact-tel li:first-child {
  padding-right: 60px;
  padding-left: 0;
  border-right: 1px dashed #555279;
}
.contact .content .contact-qr {
  display: flex;
}
.contact .content .contact-qr li {
  font-size: 0;
  margin-right: 60px;
  text-align: center;
}
.contact .content .contact-qr li:last-child {
  margin-right: 0;
}
.contact .content .contact-qr li p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  margin-top: 8px;
}
/* 右侧悬浮窗 */
.right_gg {
  display: none;
  padding-top: 15px;
  position: fixed;
  top: 30%;
  right: 10px;
  width: 92px;
  height: 323px;
  background: url('../../images/right-panel.png?v=1') no-repeat top center;
  background-size: 92px 323px;
  z-index: 3;
}
.right_gg .right-panel-item {
  height: 51px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.right_gg .right-panel-item:hover a {
  color: #F5D0A5;
  position: relative;
}
.right_gg .right-panel-item:hover a::after {
  background: #F5D0A5;
  width: 20px;
  height: 1px;
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
.right_gg .wap-qr {
  width: 100%;
}
.right_gg .wap-qr img {
  display: block;
  width: 100%;
}
.right_gg .wap-qr p {
  font-size: 12px;
  text-align: center;
  padding: 1px 0 5px;
  background: #fff;
}
.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;
}
.company-list-wrap {
  width: 1200px;
  margin: 0 auto;
}
.company-list-wrap .title {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.company-list-wrap .title > h3 {
  font-size: 34px;
  color: #fdec9d;
}
.company-list-wrap .title > img {
  margin: 35px 0 55px;
}
.company-list-wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.company-list-wrap .company-list-item {
  width: 254px;
  margin-right: 60px;
  margin-bottom: 70px;
}
.company-list-wrap .company-list-item:nth-child(4n) {
  margin-right: 0;
}
.company-list-wrap .company-list-item.search-item {
  position: relative;
}
.company-list-wrap .company-list-item.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;
}
.company-list-wrap .company-list-item .company-logo {
  box-sizing: border-box;
  height: 183px;
  border: 1px solid #fff;
}
.company-list-wrap .company-list-item .company-logo a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.company-list-wrap .company-list-item .company-logo a > div {
  width: 212px;
  height: 147px;
  margin: 17px auto 0;
  background: #fff;
}
.company-list-wrap .company-list-item .company-logo a > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-list-wrap .company-list-item .name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-list-wrap .company-list-item .desc {
  font-size: 16px;
  color: #ccc;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-list-wrap .company-list-item .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.company-list-wrap .company-list-item .btn > span {
  font-size: 20px;
  color: #c81a19;
}
.company-list-wrap .company-list-item .btn > div {
  height: 32px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  background: #c81a19;
  cursor: pointer;
}
.company-wrap {
  position: relative;
  width: 1200px;
  padding: 45px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.company-wrap .title {
  font-size: 36px;
  color: #dba000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.company-wrap .title2 {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.company-wrap .photo {
  width: 280px;
  height: 240px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  margin: 0 auto 15px;
}
.company-wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
}
.company-wrap .num {
  font-size: 24px;
  color: #ff0000;
  text-align: center;
  margin-bottom: 15px;
}
.company-wrap .award-name {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.company-wrap .text {
  margin-bottom: 30px;
}
.company-wrap .text h3 {
  font-size: 18px;
  color: #000;
}
.company-wrap .text p {
  font-size: 14px;
  color: #333;
}
.company-wrap .vote-btn {
  display: block;
  width: 286px;
  height: 61px;
  background: url(../images/btn4.png) no-repeat center;
  margin: 100px auto 0;
  cursor: pointer;
}
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
#posterWrap {
  width: 720px;
  height: 1280px;
  box-sizing: border-box;
  padding: 0 140px;
  padding-top: 510px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  background: url(../images/share_bg.png) no-repeat center top;
  background-size: cover;
}
#posterWrap #posterCon {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}
#posterWrap #posterCon #qrcode {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#posterWrap #posterCon #qrcode img {
  width: 100%;
  box-sizing: border-box;
}
#posterWrap #posterCon .saoma-tips {
  font-size: 24px;
}
#posterWrap #posterCon .companyText {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#posterWrap #posterCon .companyText .companyName {
  font-weight: 600;
  font-size: 22px;
}
#posterWrap #posterCon .companyText .companyName3 {
  font-size: 22px;
}
#posterWrap #posterCon .companyText .companyName3 i {
  color: #c81a19;
}
#posterWrap #posterCon .companyLogo {
  width: 258px;
  height: 240px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#posterWrap #posterCon .companyLogo img {
  width: 100%;
  margin: auto;
}
