@charset "UTF-8";
@import url(./reset.css);
@font-face {
  font-family: "SourceHanSansCN";
  src: url("./SourceHanSansCN-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SourceHanSansCN", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.page {
  min-height: 100vh;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.page .container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.page .kv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1080px;
  height: 1080px;
}

.page .kv-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-header.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1080px;
  pointer-events: none;
}

.page .kv-inner {
  height: 1080px;
  position: relative;
  z-index: 1;
}

.page .kv-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: unset;
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
}

.page .kv-main-login-group {
  display: flex;
  flex-direction: column;
}

.page .kv-main-login-group .kv-date {
  color: #ffecc7;
  font-size: 30px;
}

.page .main .s1 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1051px;
  height: 1051px;
}

.page .main .s1 .kv-main-btns {
  display: flex;
  justify-content: center;
}

.page .main .s1 .kv-main-btns .btn-login-official,
.page .main .s1 .kv-main-btns .btn-login-kadela {
  width: 408px;
  height: 79px;
  min-width: 180px;
  font-size: 36px;
  color: #7d3519;
  text-align: center;
}

.page .main .s1 .kv-main-btns .btn-login-official {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/btn-login-official.png);
}

.page .main .s1 .kv-main-btns .btn-login-kadela {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/btn-login-kadela.png);
}

.page .main .s1 .user-info-group {
  text-align: center;
}

.page .main .s1 .user-info-group .user-info a {
  color: #fff;
  text-decoration: none;
}

.page .main .s1 .signin-content {
  position: absolute;
  top: 170px;
  display: block;
  width: 100%;
}

.page .main .s1 .signin-content .signin-header-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 84px;
  padding: 0 20px;
}

.page .main .s1 .signin-content .signin-header-group .signin-header {
  text-align: left;
}

.page .main .s1 .signin-content .signin-header-group .signin-header .signin-reward-summary {
  font-size: 30px;
  color: #ffffdc;
  margin-bottom: 28px;
  padding-left: 332px;
  font-weight: bold;
}

.page .main .s1 .signin-content .signin-header-group .signin-header .signin-tips {
  font-size: 22px;
  padding-left: 30px;
}

.page .main .s1 .signin-content .signin-header-group .btn-signin-now {
  display: block;
  width: 316px;
  height: 128px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/btn-signin-now.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page .main .s1 .signin-content .signin-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 37px;
  box-sizing: border-box;
}

.page .main .s1 .signin-content .signin-body .signin-rewards {
  width: 638px;
  display: flex;
  justify-content: space-between;
}

.page .main .s1 .signin-content .signin-body .signin-rewards .reward-card {
  position: relative;
  width: 189px;
  height: 390px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page .main .s1 .signin-content .signin-body .signin-rewards .reward-card-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
  z-index: 0;
}

.page .main .s1 .signin-content .signin-body .signin-rewards .reward-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}

.page .main .s1 .signin-content .signin-body .signin-rewards .reward-card-desc {
  margin-top: auto;
  margin-bottom: 60px;
  font-size: 22px;
  color: #ac431a;
  line-height: 1.4;
}

.page .main .s1 .signin-content .signin-body .signin-rewards .reward-card .btn-claim-small {
  width: 205px;
  height: 62px;
  padding: 0;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/btn-claim.png");
  background-size: 100% 100%;
  background-color: transparent;
}

.page .main .s1 .signin-content .signin-body .task-list {
  width: 590px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px 0 24px;
  width: 590px;
  height: 95px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-task-item.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item:hover {
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-task-item-hover.png");
}

.page .main .s1 .signin-content .signin-body .task-list .task-item:hover .btn-claim-task {
  color: #f4c578;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item-main {
  flex: 1;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item-title {
  font-size: 16px;
  color: #955a39;
  margin-bottom: 6px;
  font-weight: bold;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item-reward {
  font-size: 13px;
  color: #ac431a;
}

.page .main .s1 .signin-content .signin-body .task-list .task-item .btn-claim-task {
  width: 167px;
  height: 78px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #7e2300;
}

.page .main .s2 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  min-height: 2716px;
  padding-top: 174px;
  box-sizing: border-box;
}

.page .main .s2 .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.page .main .s2 .s2-header {
  text-align: center;
  margin-bottom: 40px;
}

.page .main .s2 .s2-header .s2-subtitle {
  font-size: 30px;
  color: #ba0000;
  font-weight: bold;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
}

.page .main .s2 .guild-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.page .main .s2 .guild-grid .guild-card {
  width: 370px;
  overflow: hidden;
}

.page .main .s2 .guild-grid .guild-card-header {
  background-color: #f4c578;
  color: #5a1a05;
  text-align: center;
  padding: 8px 0 1px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2;
}

.page .main .s2 .guild-grid .guild-card-body {
  background-color: #f4c578;
  padding: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page .main .s2 .guild-grid .guild-card-body .guild-card-img {
  width: 356px;
  height: 200px;
  background-color: #333;
  margin-bottom: 10px;
  border: 1px solid #c9a76e;
  position: relative;
}

.page .main .s2 .guild-grid .guild-card-body .guild-card-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.page .main .s2 .guild-grid .guild-card-body .guild-card-desc {
  height: 88px;
  font-size: 18px;
  color: #5a1a05;
  text-align: left;
  width: 100%;
  line-height: 1.7;
  overflow: hidden;
}

.page .main .s2 .guild-grid .guild-card-footer {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/s2-tag.png);
  width: 370px;
  height: 47px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page .main .s2 .guild-grid .guild-card-footer .guild-vote-count {
  color: #5a1a05;
  padding-left: 30px;
  font-size: 24px;
}

.page .main .s2 .guild-grid .guild-card-footer .btn-vote {
  color: #e0c48f;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.2s;
  border: 0;
  width: 149px;
}

.page .main .s2 .s2-footer {
  text-align: center;
}

.page .main .s2 .s2-footer .btn-reward-details {
  display: inline-block;
  width: 311px;
  height: 94px;
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/card-reward-4.png);
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f7e8c6;
  transition: transform 0.1s;
}

.page .main .s2 .s2-footer .btn-reward-details:active {
  transform: translateY(2px);
}

.page .main .s3 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  min-height: 1200px;
  padding-top: 200px;
  color: #5a1a05;
  height: 2102px;
}

.page .main .s3 .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.page .main .s3 .s3-header {
  height: 100px;
}

.page .main .s3 .rank-table {
  background-color: #ffe5b5;
  border: 2px solid #f19c57;
  overflow: hidden;
}

.page .main .s3 .rank-table#rank-table-4 {
  width: 1158px;
  height: 822px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.page .main .s3 .rank-table .rank-header {
  display: flex;
  background-color: #f4c578;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #f19c57;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.page .main .s3 .rank-table .rank-row {
  display: flex;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border-color: #f3c48c;
  border-bottom: 1px solid #f3c48c;
  border-right: 1px solid #f3c48c;
  font-size: 16px;
  background-color: #ffe5b5;
}

.page .main .s3 .rank-table .rank-row:last-child {
  border-bottom: none;
}

.page .main .s3 .rank-table .rank-row .col-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.page .main .s3 .rank-table .rank-row .col-rank.rank-1, .page .main .s3 .rank-table .rank-row .col-rank.rank-2, .page .main .s3 .rank-table .rank-row .col-rank.rank-3 {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.page .main .s3 .rank-table .rank-row .col-rank.rank-1 {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/rank-1.png);
}

.page .main .s3 .rank-table .rank-row .col-rank.rank-2 {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/rank-2.png);
}

.page .main .s3 .rank-table .rank-row .col-rank.rank-3 {
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/rank-3.png);
}

.page .main .s3 .rank-table .col {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #f3c48c;
  padding: 0 10px;
}

.page .main .s3 .rank-table .col.col-rank {
  flex: 0 0 100px;
}

.page .main .s3 .rank-table .col.col-name {
  flex: 2;
}

.page .main .s3 .rank-table .col.col-server {
  flex: 1;
}

.page .main .s3 .rank-table .col.col-score, .page .main .s3 .rank-table .col.col-time {
  flex: 1;
}

.page .main .s3 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 15px;
}

.page .main .s3 .pagination .page-link {
  color: #fcdca2;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}

.page .main .s3 .pagination .page-link:hover {
  color: #fff;
}

.page .main .s3 .pagination .page-numbers {
  display: flex;
  gap: 10px;
}

.page .main .s3 .pagination .page-numbers .page-num {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #c9a76e;
  background-color: transparent;
  color: #fcdca2;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 18px;
}

.page .main .s3 .pagination .page-numbers .page-num.active {
  background-color: #eeb44f;
  border-color: #eeb44f;
  color: #5a1a05;
  font-weight: bold;
}

.page .main .s3 .pagination .page-numbers .page-num:hover:not(.active) {
  background-color: rgba(201, 167, 110, 0.2);
}

.page .main .s3 .race-main-rank {
  margin-bottom: 60px;
}

.page .main .s3 .race-main-rank .rank-table .rank-header .col,
.page .main .s3 .race-main-rank .rank-table .rank-row .col {
  border-right: 1px solid rgba(249, 210, 146, 0.4);
}

.page .main .s3 .race-main-rank .rank-table .rank-header .col:last-child,
.page .main .s3 .race-main-rank .rank-table .rank-row .col:last-child {
  border-right: none;
}

.page .main .s3 .race-sub-ranks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.page .main .s3 .race-sub-ranks .sub-rank-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-rank-title {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-rank-title.title-red {
  background-color: #6d0800;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-rank-title.title-orange {
  background-color: #a74700;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-rank-title.title-green {
  background-color: #3a4a43;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table {
  margin-bottom: 20px;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-header {
  background-color: #f4c578;
  font-size: 16px;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-row {
  font-size: 14px;
  height: 62px;
  line-height: 62px;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-header .col,
.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-row .col {
  border-right: 1px solid #f3c48c;
}

.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-header .col:last-child,
.page .main .s3 .race-sub-ranks .sub-rank-group .sub-table .rank-row .col:last-child {
  border-right: none;
}

.page .main .s3 .s3-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.page .main .s3 .s3-footer .btn-reward-details-s3,
.page .main .s3 .s3-footer .btn-rules-s3 {
  display: inline-block;
  width: 260px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #5a1a05;
  background-size: 100% 100%;
}

.page .main .s3 .s3-footer .btn-reward-details-s3 {
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/card-reward-1.png");
}

.page .main .s3 .s3-footer .btn-rules-s3 {
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/card-reward-2.png");
}

.page .main .s4 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 3033px;
  padding-top: 216px;
  padding-bottom: 60px;
  color: #5a1a05;
}

.page .main .s4 .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.page .main .s4 .friendship-guild {
  margin-bottom: 180px;
  display: flex;
  justify-content: center;
}

.page .main .s4 .friendship-guild .guild-display-card {
  width: 855px;
  height: 561px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-friendship-guild.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page .main .s4 .friendship-guild .guild-display-card .guild-header {
  font-size: 30px;
}

.page .main .s4 .friendship-guild .guild-display-card .guild-video-placeholder {
  cursor: pointer;
  width: 639px;
  height: 402px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(14px);
}

.page .main .s4 .friendship-guild .guild-display-card .guild-video-placeholder .btn-play {
  pointer-events: none;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/icon-play.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.page .main .s4 .friendship-guild .guild-display-card .guild-video-placeholder .btn-play:hover {
  opacity: 1;
}

.page .main .s4 .friendship-guild .guild-display-card .guild-declaration {
  font-size: 14px;
  color: #f7e8c6;
  text-align: center;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page .main .s4 .popular-player .player-category {
  margin-bottom: 60px;
}

.page .main .s4 .popular-player .player-category .category-header {
  height: 150px;
  text-align: center;
  margin-bottom: 10px;
}

.page .main .s4 .popular-player .player-category .my-votes {
  text-align: center;
  color: #ba0000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page .main .s4 .popular-player .player-category .my-votes span {
  color: #ba0000;
}

.page .main .s4 .popular-player .player-category .player-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 3px;
  width: 237px;
  height: 374px;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  width: 237px;
  height: 374px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-player-card.png");
  background-size: 100% 100%;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card-img {
  width: 232px;
  height: 370px;
  background-color: #333;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card .player-info {
  background: linear-gradient(to bottom, rgba(172, 67, 26, 0) 0%, #5d1d00 60%);
  height: 200px;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card .player-info .player-name {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffe5b4;
  margin-bottom: 5px;
  position: absolute;
  bottom: 80px;
  text-align: center;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card .player-info .player-votes {
  position: absolute;
  bottom: 20px;
  left: -14px;
  z-index: 11;
  width: 262px;
  height: 51px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/s3-vote-num.png");
  background-size: 100% 100%;
  font-size: 24px;
  color: #ac431a;
  line-height: 48px;
  padding: 2px 10px;
  display: inline-block;
}

.page .main .s4 .popular-player .player-category .player-grid .player-card .btn-vote-s {
  width: 193px;
  height: 55px;
  background-color: #a63419;
  border-radius: 30px 0 30px 0;
  border: none;
  color: #ffe5b4;
  font-size: 27px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.page .main .s4 .s4-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.page .main .s4 .s4-footer .btn-reward-details-s4,
.page .main .s4 .s4-footer .btn-rules-s4 {
  display: inline-block;
  width: 260px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #5a1a05;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/btn-claim.png");
  background-size: 100% 100%;
}

.page .main .s5 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s5.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 1726px;
  padding-top: 285px;
  padding-bottom: 60px;
  color: #5a1a05;
}

.page .main .s5 .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.page .main .s5 .popular-player .player-category {
  margin-bottom: 172px;
}

.page .main .s5 .popular-player .player-category .category-header {
  height: 47px;
  text-align: center;
  margin-bottom: 32px;
}

.page .main .s5 .popular-player .player-category .my-votes {
  text-align: center;
  color: #ffd38c;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page .main .s5 .popular-player .player-category .my-votes span {
  color: #ffd38c;
}

.page .main .s5 .popular-player .player-category .player-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 3px;
  width: 237px;
  height: 374px;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  width: 237px;
  height: 374px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-player-card.png");
  background-size: 100% 100%;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .btn-play {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/icon-play.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .5s;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .btn-play:hover {
  filter: brightness(1.5);
}

.page .main .s5 .popular-player .player-category .player-grid .player-card-img {
  width: 232px;
  height: 370px;
  background-color: #333;
  margin-bottom: 10px;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card-img.v {
  filter: brightness(0.5);
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .player-info {
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(172, 67, 26, 0) 20%, #5d1d00 60%);
  height: 200px;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .player-info .player-name {
  width: 100%;
  background-color: #5a1a05;
  font-size: 16px;
  line-height: 46px;
  color: #ffe5b4;
  height: 48px;
  margin-bottom: 5px;
  position: absolute;
  top: -174px;
  text-align: center;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .player-info .player-votes {
  position: absolute;
  bottom: 20px;
  left: -14px;
  z-index: 11;
  width: 262px;
  height: 51px;
  font-size: 24px;
  color: #ffe5b4;
  line-height: 48px;
  padding: 2px 10px;
  display: inline-block;
}

.page .main .s5 .popular-player .player-category .player-grid .player-card .btn-vote-s {
  width: 193px;
  height: 55px;
  background-color: #f4c578;
  color: #a63419;
  border-radius: 30px 0 30px 0;
  border: none;
  font-size: 27px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.page .main .s5 .s5-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.page .main .s5 .s5-footer .btn-reward-details-s4,
.page .main .s5 .s5-footer .btn-rules-s4 {
  display: inline-block;
  width: 260px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #5a1a05;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/btn-claim.png");
  background-size: 100% 100%;
}

.page .main .s6 {
  position: relative;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/bg-main-s6.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 2269px;
  padding-top: 216px;
  padding-bottom: 60px;
  color: #5a1a05;
  /* wrap7 */
}

.page .main .s6 .rule {
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote/rule.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 80px auto 125px;
  width: 1188px;
  height: 962px;
}

.page .main .s6 .wrap7 {
  overflow: hidden;
  height: 800px;
  position: relative;
}

.page .main .s6 .wrap7 .btn-wx {
  position: absolute;
  top: 346px;
  left: 270px;
  width: 150px;
  height: 185px;
}

.page .main .s6 .wrap7 .btn-tap {
  position: absolute;
  top: 346px;
  left: 423px;
  width: 150px;
  height: 185px;
}

.page .main .s6 .wrap7 .btn-dy {
  position: absolute;
  top: 346px;
  left: 924px;
  width: 150px;
  height: 185px;
}

.page .main .s6 .wrap7 .code1 {
  position: absolute;
  top: 367px;
  left: 96px;
  width: 127px;
  height: 127px;
}

.page .main .s6 .wrap7 .code2 {
  position: absolute;
  top: 367px;
  left: 1119px;
  width: 127px;
  height: 127px;
}

.sidebar {
  width: 204px;
  height: 730px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: linear-gradient(to right, rgba(172, 67, 26, 0) 0%, #721a05 60%);
  padding: 31px 0;
  font-size: 20px;
}

.sidebar:after {
  content: "";
  width: 23px;
  height: 821px;
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote/float-border.png);
  position: absolute;
  right: -12px;
  top: -55px;
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  position: relative;
  height: 82px;
  line-height: 78px;
}

.sidebar-nav li a {
  display: block;
  padding: 10px 14px 10px 0;
  color: #ea8c5f;
  font-size: 20px;
  text-align: right;
  transition: all 0.2s;
  border-right: 3px solid transparent;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.sidebar-nav li.active a {
  color: #ffcda3;
  font-size: 24px;
}

.sidebar-nav li.back-to-top {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.sidebar-nav li.back-to-top a::before {
  content: "▲";
  display: block;
  margin-bottom: 4px;
  font-size: 29px;
  position: absolute;
  right: 39px;
  top: -10px;
}

.dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.dialog-overlay .dialog {
  position: relative;
  width: 1041px;
  height: 1001px;
  background-image: url("https://static.web.sdo.com/dnworld/pic/01vote//dialog-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 76px 30px;
  box-sizing: border-box;
}

.dialog-overlay .dialog-close {
  position: absolute;
  top: 39px;
  right: 29px;
  width: 34px;
  height: 34px;
  background-image: url(https://static.web.sdo.com/dnworld/pic/01vote//btn-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.dialog-overlay .dialog-body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-color: #fcdca2 rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}

.dialog-overlay .dialog-body::-webkit-scrollbar {
  width: 6px;
}

.dialog-overlay .dialog-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.dialog-overlay .dialog-body::-webkit-scrollbar-thumb {
  background-color: #fcdca2;
  border-radius: 3px;
}

.dialog-overlay .dialog-body img {
  margin: 0 auto;
}

.dialog-overlay .dialog.dialog-video-content {
  width: 960px;
  height: 540px;
  padding: 0;
  background: none;
}

.dialog-overlay .dialog.dialog-video-content .dialog-body {
  background: black;
  width: 100%;
  height: 100%;
}

.dialog-overlay .dialog.dialog-video-content .dialog-close {
  top: -40px;
  right: -40px;
}
