.vote-head {
  width: 100%;
  height: 374px;
}
.vote-bg {
  background: url('../assets/vote-bg.png') center/100% no-repeat;
}
.exhibit-bg {
  background: url('../assets/exhibit-bg.png') center/100% no-repeat;
}

.vote-content {
  position: relative;
  margin-top: -100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  min-height: 100px;
}
.exhibit-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  width: 178px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  background: url('../assets/head-bg.png') center/100% no-repeat;
}
.exhibit-desc {
  width: 100%;
  padding: 40px 60px 0;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  box-sizing: border-box;
}
.exhibit-box + .exhibit-box {
  margin-top: 20px;
}
.exhibit-box .swiper {
  position: relative;
}
.exhibit-box .swiper-button-disabled {
  display: none;
}
.exhibit-box .swiper-prev {
  position: absolute;
  left: 10px;
  top: 30%;
  z-index: 1001;
  cursor: pointer;
}
.exhibit-box .swiper-next {
  position: absolute;
  right: 10px;
  top: 30%;
  z-index: 1001;
  cursor: pointer;
}
.exhibit-category {
  margin-bottom: 20px;
  font-size: 21px;
  color: #0787ff;
  font-weight: bold;
  text-align: center;
}
.exhibit-category span {
  position: relative;
}
.exhibit-category span::after,
.exhibit-category span::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.exhibit-category span::before {
  left: -78px;
  background-image: linear-gradient(270deg, #0787ff 0%, #fff 100%);
}
.exhibit-category span::after {
  right: -78px;
  background-image: linear-gradient(270deg, #fff 0%, #0787ff 100%);
}
.vote-content-head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 60px 0 32px;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.vote-content-head::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fafafa;
  z-index: 1;
}
.vote-content-head .content-search {
  display: flex;
  align-items: center;
  width: 240px;
  height: 26px;
  background-color: #eceff2;
  overflow: hidden;
}
.content-search .icon-search {
  margin: 0 4px 0 10px;
  width: 10px;
  height: 10px;
  background-image: url('../assets/search.png');
}
.content-search .search-input {
  flex: 1;
}
.content-search .search-input .el-input__inner {
  border: none;
  background: none;
  height: 26px;
  line-height: 26px;
}
.content-search .search-input input::-webkit-input-placeholder {
  font-size: 10px;
}
.content-search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  width: 38px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  outline: none;
  border: none;
  background-color: #1390ff;
  cursor: pointer;
}

.search-select {
  width: 80px;
  margin-right: 16px;
}

.search-select .el-input__inner {
  padding: 0 8px;
  background-color: #eceff2;
  border: #eceff2;
  font-size: 11px;
}

.search-select .el-input--small, .search-select .el-input__inner, .search-select .el-input__icon {
  height: 26px;
  line-height: 26px;
}

.vote-content-head .vote-tabs {
  flex: 1;
}
.vote-tabs .el-tabs__header {
  margin: 0;
}
.vote-tabs .el-tabs__header .el-tabs__item {
  height: 50px;
  line-height: 50px;
  outline: none;
}
.vote-tabs .el-tabs__nav-wrap::after {
  content: none;
}
.vote-tabs .el-tabs__nav-scroll {
  display: flex;
}

.vote-tabs-pane {
  display: flex;
  flex-wrap: wrap;
  padding: 0 32px;
}
.vote-tabs-pane .word-card .winning-tips {
  position: absolute;
  right: -4px;
  top: -5px;
}
.vote-tabs-pane .word-card {
  box-sizing: border-box;
  width: 190px;
  cursor: pointer;
  margin-right: 36px;
  margin-bottom: 36px;
  position: relative;
}
.vote-tabs-pane .word-card:nth-child(4n) {
  margin-right: 0;
}
.word-card .cover-image {
  position: relative;
  width: 100%;
  height: 170px;
  margin-bottom: 8px;
  background-color: #f4f6f8;
}
.word-card .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.word-card .card-tips {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #fff;
  width: 62px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: url('../assets/tips-type.png') center/100% no-repeat;
}
.word-card .card-content {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  box-sizing: border-box;
}
.word-card .card-content .card-title {
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.word-card .card-content .card-desc {
  font-size: 12px;
  color: #000;
}
.word-card .card-content .card-desc.unit {
  position: relative;
  padding-right: 60px;
  box-sizing: border-box;
}
.word-card .card-content .card-desc .thumbs {
  position: absolute;
  top: 0;
  right: 0;
}
.exhibit-box .word-card {
  width: 266px;
}
.thumbs {
  display: flex;
  align-items: center;
  color: #979797;
  cursor: pointer;
}
.thumbs .icon {
  margin-right: 4px;
}
.icon-vote-on,
.icon-vote-off {
  width: 12px;
  height: 12px;
}
.icon-vote-on {
  background-image: url('../assets/vote-on.png');
}
.icon-vote-off {
  background-image: url('../assets/vote-off.png');
}

.vote-pagination {
  padding: 0 40px 80px;
  text-align: right;
}

.dialog-content {
  padding: 0 20px;
}
.dialog-content .dialog-content-info {
  width: 50%;
  margin: 0 auto;
}
.dialog-content-info .dialog-content-title {
  margin-bottom: 12px;
  font-size: 21px;
  color: #1390ff;
  font-weight: bold;
}
.dialog-content-info .dialog-content-desc {
  margin-bottom: 6px;
  font-size: 12px;
  color: #000;
}
.dialog-content .media-content {
  margin-top: 30px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}
