.vote-list-center-box {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.vote-center-box {
  width: 1470px;
  margin: 0 auto;
  box-sizing: border-box;
}
.vote-content-box {
  width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* 导航栏 */
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 32px;
  z-index: 1000;
}
.header.header-fixed {
  position: fixed;
  top: 0;
}
.header .navbar {
  width: 100%;
  height: 80px;
  background: #fff;
}
.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%;
}
.header .navbar .wrap .navbar_ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 43px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.header .navbar .wrap .navbar_ul > li > span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.header .navbar .wrap .navbar_ul > li > span::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 4px;
  transform: translateX(-50%);
  width: 0;
  background: linear-gradient(-90deg, #27367a 0%, #14e595 100%);
  content: '';
  transition: width 0.2s;
}
.header .navbar .wrap .navbar_ul > li:hover > span::after {
  width: 100%;
}
.header .navbar .wrap .navbar_ul > li:last-child {
  margin-right: 0;
}
.header .navbar .wrap .navbar_ul .btn {
  font-size: 20px;
  color: #ffffff;
  height: 35px;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar .wrap .navbar_ul .btn1 {
  background: #ff0000;
  border-radius: 10px;
}
.header .navbar .wrap .navbar_ul .btn2 {
  background: #ff6c00;
  border-radius: 10px;
}
.header .navbar .wrap #search-item {
  display: flex;
  padding-right: 0;
  align-items: center;
}
.header .navbar .wrap #search-item .search-btn {
  width: 60px;
  height: 32px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: #e24b2d;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header .navbar .wrap #search-item > div {
  font-size: 0;
}
.header .navbar .wrap #search-item .search-input {
  width: 150px;
}
.header .navbar .wrap #search-item .search-input .el-input__inner {
  color: #808181;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 38px;
  border-radius: 4px 0 0 4px;
  background: url(../images/search-icon.png) no-repeat 10px center, #e9e9e9;
}
.header .navbar .wrap #search-item .search-input .el-input__inner::-webkit-input-placeholder {
  /* Chrome/Safari */
  color: #808181;
}
.header .navbar .wrap #search-item .search-input .el-input__inner:-moz-placeholder {
  /* Firefox 18- */
  color: #808181;
  opacity: 1;
}
.header .navbar .wrap #search-item .search-input .el-input__inner::-moz-placeholder {
  /* Firefox 19+ */
  color: #808181;
  opacity: 1;
}
.header .navbar .wrap #search-item .search-input .el-input__inner:-ms-input-placeholder {
  /* IE 10+ */
  color: #808181;
}
.header .navbar .wrap #search-item .search-input .el-input__inner::placeholder {
  color: #808181;
  opacity: 1;
}
/* 搜索下拉列表 */
.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 {
  width: 100%;
  height: 825px;
  background: url('../images/banner.jpg') no-repeat center top / cover;
}
#banner .vote-list-center-box {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#banner .vote-list-center-box a {
  margin-bottom: 53px;
  box-sizing: border-box;
}
/* 投票规则 */
#selection-rules {
  width: 100%;
  min-height: 605px;
  background: #000330;
}
#selection-rules .vote-list-center-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#selection-rules .vote-list-center-box .titleCommon {
  margin-top: 99px;
  margin-bottom: 54px;
  width: 100%;
  box-sizing: border-box;
}
#selection-rules .vote-list-center-box .titleCommon .titleText {
  margin: 0 auto;
  text-align: center;
}
#selection-rules .vote-list-center-box .titleCommon .titleText .cn {
  font-size: 52px;
  font-weight: 700;
  color: #fadeaa;
  letter-spacing: 5.2px;
}
#selection-rules .vote-list-center-box .titleCommon .titleText .cn span {
  position: relative;
}
#selection-rules .vote-list-center-box .titleCommon .titleText .cn span::after {
  content: '';
  width: 375px;
  height: 47px;
  position: absolute;
  top: 10px;
  left: -393px;
  box-sizing: border-box;
  background: url('../images/title-left.png') no-repeat center;
}
#selection-rules .vote-list-center-box .titleCommon .titleText .cn span::before {
  content: '';
  width: 375px;
  height: 47px;
  position: absolute;
  top: 10px;
  right: -393px;
  box-sizing: border-box;
  background: url('../images/title-right.png') no-repeat center;
}
#selection-rules .vote-list-center-box .titleCommon .titleText .en {
  opacity: 0.1;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2.4px;
}
#selection-rules .vote-list-center-box .content {
  width: 100%;
  height: 370px;
  background: url('../images/rules-content-bg.png') no-repeat center top;
  padding: 47px 58px 0 58px;
  box-sizing: border-box;
}
#selection-rules .vote-list-center-box .content p {
  font-size: 18px;
  color: #ffffff;
}
#selection-rules .vote-list-center-box .content p span {
  font-size: 18px;
  font-weight: 500;
  color: #aafced;
}
#selection-rules .vote-list-center-box .content p:nth-child(n+2) {
  padding-top: 15px;
  box-sizing: border-box;
}
.main {
  padding: 0 0 45px;
  background: #000330;
}
.main .vote-bottom-btn {
  padding: 55px 0 30px;
  display: flex;
  justify-content: center;
}
.main .vote-bottom-btn a {
  display: block;
  width: 268px;
  height: 60px;
  margin: 0 42px;
  background: url(../images/btn2.png) no-repeat center;
  cursor: pointer;
}
.main .vote-bottom-btn a:last-child {
  background: url(../images/btn3.png) no-repeat center;
}
/* 投票专区 */
.vote-body {
  padding-top: 90px;
}
.vote-body .vite-center-wrap {
  width: 1470px;
  margin: 0 auto;
}
.vote-body .prize-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vote-body .prize-title-box span {
  font-size: 28px;
  font-weight: 700;
  color: #fadeaa;
  letter-spacing: 2.8px;
  padding: 0 55px;
  box-sizing: border-box;
}
.vote-body .block {
  margin-top: 20px;
}
.vote-body .block:nth-of-type(2) .prize-title-box span,
.vote-body .block:nth-of-type(3) .prize-title-box span,
.vote-body .block:nth-of-type(4) .prize-title-box span {
  padding: 0 25px;
}
.vote-body .sub-block-wrap {
  padding: 35px 0;
  width: 1340px;
  margin: 0 auto;
  position: relative;
}
.vote-body .sub-block-wrap .sub-block {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.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;
}
.vote-body .sub-block-wrap .sub-block .next-btn {
  right: -70px;
  background: url(../images/next.png) no-repeat center;
}
.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 50px;
  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;
}
/* 联系我们 */
#aboutUs {
  width: 100%;
  height: 460px;
  background: url('../images/about-us.jpg') no-repeat center top / cover;
}
#aboutUs .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
#aboutUs .content .title {
  margin-top: 90px;
  margin-bottom: 62px;
  box-sizing: border-box;
}
#aboutUs .content .title p {
  text-align: center;
}
#aboutUs .content .title p:first-child {
  font-size: 40px;
  letter-spacing: 8px;
}
#aboutUs .content .title p:last-child {
  font-size: 14px;
}
#aboutUs .content ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#aboutUs .content ul li {
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#aboutUs .content ul li h3 {
  font-size: 23px;
  letter-spacing: 1.2px;
}
#aboutUs .content ul li p {
  font-size: 23px;
  line-height: 48px;
  letter-spacing: 1.2px;
}
#aboutUs .content ul li:last-child {
  padding-top: 0;
}
#aboutUs .content ul .line {
  margin: 0 45px;
  width: 1px;
}
#aboutUs .content ul .qr {
  margin-left: 61px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aboutUs .content ul .qr p {
  padding-top: 13px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
}
/* 右侧悬浮窗 */
.right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 240px;
  background: url('../images/right_nav.png') no-repeat center;
  z-index: 99;
  display: none;
}
.right_gg .navbar_ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.right_gg .navbar_ul li {
  position: absolute;
  width: 100%;
  height: 39px;
  left: 0;
  top: 0;
}
.right_gg .navbar_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
}
.right_gg .navbar_ul .wap-qr {
  width: 134px;
  height: 134px;
  left: 8px;
  top: 69px;
}
.right_gg .navbar_ul .wap-qr img {
  width: 100%;
  height: 100%;
}
.right_gg .navbar_ul .qr-text {
  top: 211px;
  font-size: 18px;
  color: #000;
  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;
}
.vote-list-main {
  width: 100%;
  min-height: 600px;
  background: url('../images/voteList/content-bg.jpg') no-repeat center top / cover;
}
.company-list-wrap {
  width: 1200px;
  margin: 0 auto;
}
.company-list-wrap .title {
  position: relative;
  text-align: center;
  padding-top: 121px;
  box-sizing: border-box;
}
.company-list-wrap .title > h3 {
  font-size: 34px;
  color: #fdec9d;
}
.company-list-wrap .title > img {
  margin: 42px 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 0;
  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;
  line-height: 1.5em;
}
.company-wrap .vote-btn {
  display: block;
  width: 286px;
  height: 61px;
  background: url(../images/btn4.png) no-repeat center;
  margin: 100px auto 0;
  cursor: pointer;
}
