html {
  font-size: 14px;
  overflow-y: scroll;
  min-height: 101%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 101vh;
  background-image: url("../../images/usercenter/patvscore/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container {
  z-index: 500;
}

.back-button {
  position: fixed;
  left: 1%;
  top: 45px;
  display: block;
  width: 5.6%;
}

.back-button img {
  width: 100%;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav-menu .nav-item {
  width: 100px;
  height: 80px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  margin-right: 25px;
}

.nav-menu .active {
  color: #663500;
  background-image: url("../../images/usercenter/patvscore/bg_li.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.match-banner {
  width: 100%;
  margin-top: 25px;
}

.match-banner img {
  width: 100%;
}

.pagination-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  margin: 25px 0 15px;
}

.pagination-box .page-link {
  font-size: 1.2rem;
  color: #b4ccff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.pagination-box .page-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.pagination-box .page-item.disabled .page-link {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
}

.pagination-box .page-item.active .page-link {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #004391;
  border-color: #004391;
}

.tab-menu {
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(123, 58, 255, 1) 0%,
    rgba(0, 116, 255, 1) 100%
  );
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.tab-menu .tab-item {
  width: 7%;
  height: 26px;
  line-height: 26px;
  color: #ddd;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
}

.tab-menu .active {
  background-color: #ffd500;
  color: #000;
}

/*score page*/
.score-page .rank-table table {
  width: 100%;
  cursor: default;
}

.score-page .rank-table table th {
  text-align: center;
  color: #fff793;
  font-size: 1.6rem;
  font-weight: bold;
}

.score-page .rank-table table td {
  text-align: center;
  color: #eef7ff;
  font-size: 1.6rem;
  font-weight: bold;
}

.score-page .rank-table table thead tr {
  width: 100%;
  height: 60px;
  background-image: url("../../images/usercenter/patvscore/bg_thead.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.score-page .rank-table table tbody tr {
  width: 100%;
  height: 45px;
  background-image: url("../../images/usercenter/patvscore/bg_tbody.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.score-page .rank-table .rank-round {
  text-align: left;
  padding-left: 5%;
}

.score-page .rank-table .rank-num {
  text-align: right;
  font-size: 1.6rem;
}

.score-page .rank-table .player-name {
  text-align: left;
  padding-left: 4%;
  font-weight: normal;
}

/*roundscore page*/
.roundscore-page .rank-table table {
  width: 100%;
  cursor: default;
}

.roundscore-page .rank-table table thead td {
  color: #eee;
  text-align: center;
  font-size: 1rem;
}

.roundscore-page .rank-table table tbody td {
  color: #ddd;
  text-align: center;
  font-size: 1rem;
}

.roundscore-page .rank-table table thead tr {
  height: 40px;
  background: rgb(0, 51, 110);
}

.roundscore-page .rank-table table tbody tr {
  height: 55px;
  background-color: #0052b2;
}

.roundscore-page .rank-table table tbody .active {
  background-color: #004391;
}

.roundscore-page .text-green {
  color: #62ffa3 !important;
}

.roundscore-page .par {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}

.roundscore-page .lower_1 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.roundscore-page .lower_2 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.roundscore-page .lower_3 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/lower_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.roundscore-page .higher_1 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.roundscore-page .higher_2 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.roundscore-page .higher_3 {
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/patvscore/higher_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
