@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Zen+Maru+Gothic&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: arial, "Zen Maru Gothic", 'Microsoft Jheng Hei', sans-serif;
  font-weight: 800;
}
/**root**/ :root {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  :root {
    font-size: 8px;
  }
}
body {
  width: 100vw;
  overflow-x: hidden;
}
.pk-wrapper {
  max-width: 1200px;
  width: 95vw;
  margin: 0 auto;
}
.pk-wrapper .title-img {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 15px;
}
.pk-wrapper .title-img img {
  width: 100%;
  max-width: 744px;
}
/**pk-container**/
.pk-container {
  background-size: 100%;
  background-position: center top;
  position: relative;
  height: calc(1200px * 0.36 + 20px);
}
@media screen and (max-width: 800px) {
  .pk-container {
    height: calc(95vw * 0.75 + 20px);
    background-size: 100%;
    top: 0px;
  }
}
/**status**/
.pk-container .status {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 66px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pk-container .status {
    bottom: 15vw;
  }
}
@media screen and (max-width: 576px) {
  .pk-container .status {
    width: calc(100% - 30px);
  }
}
/**info**/
.pk-container .status .info {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .pk-container .status .info {
    width: 70%;
    justify-content: space-around;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .pk-container .status .info {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pk-container .status .info {
    width: 95%;
  }
}
/**name**/
.pk-container .status .info .name {
  color: #fff;
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  width: 3em; /*** width: 2em;*/
  align-items: center;
}
.pk-container .status .info .name::before {
  content: attr(data-stroke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 10px #000;
  text-stroke: 10px #000;
}
.pk-container .status .info .name span {
  position: relative;
  display: none;
}
.pk-container .status .info .name span::before {
  content: attr(data-stroke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 10px #000;
  text-stroke: 10px #000;
  display: none;
}
@media screen and (max-width: 768px) {
  .pk-container .status .info .name {
    font-size: 2rem;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .pk-container .status .info .name {
    font-size: 1.5rem;
  }
  .pk-container .status .info .name::before, .pk-container .status .info .name span::before {
    -webkit-text-stroke: 5px #000;
    text-stroke: 5px #000;
  }
}
/**team**/
.pk-container .status .info .team {
  min-width: 250px;
  min-height: 110px;
  text-align: center;
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pk-container .status .info .team.team1 {}
.pk-container .status .info .team.team2 {}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .pk-container .status .info .team {
    min-width: 50%;
    font-size: 1.2rem;
    min-height: calc(23vw * 100 / 250);
  }
}
@media screen and (max-width: 800px) {
  .pk-container .status .info .team {
    min-width: 40%;
    min-height: calc(35vw * 100 / 250);
  }
}
@media screen and (max-width: 768px) {
  .pk-container .status .info .team {}
}
/**add-btn,registered**/
.pk-container .status .info .team .add-btn, .pk-container .status .info .team .registered {
  position: relative;
  border: 2px solid transparent;
  border-radius: 20px;
  color: #cd0000;
  font-size: 1.5rem;
  z-index: 1;
  margin: 5px auto;
  width: max-content;
  padding: 10px 30px 16px 15px;
  display: flex;
  align-items: center;
  background: url(../images/btn_red.png) no-repeat;
  background-size: contain;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .pk-container .status .info .team .add-btn, .pk-container .status .info .team .registered {
    margin: 0px auto;
  }
}
@media screen and (max-width: 400px) {
  .pk-container .status .info .team .add-btn {
    padding: 8px 28px 12px 17px;
  }
  .pk-container .status .info .team .registered {
    padding: 8px 22px 12px;
  }
}
.pk-container .status .info .team .add-btn img, .pk-container .status .info .team .registered img {
  position: absolute;
  right: 7px;
  width: 24px;
  transform: translate(5px, 5px);
}
@media screen and (max-width: 400px) {
  .pk-container .status .info .team .add-btn img{
    width: 20px;
    transform: translate(5px, 3px);
  }
}
.pk-container .status .info .team .add-btn {
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.pk-container .status .info .team .add-btn:hover {
  transform: scale(1.01);
  filter: brightness(1.1);
}
.pk-container .status .info .team .registered {
  padding: 10px 22px 16px;
  /**display: none;**/
}
@media screen and (max-width: 400px) {
  .pk-container .status .info .team .registered {
    padding: 2.5px 15px;
  }
}
/**bar-container, acc**/
.pk-container .status .bar-container {
  width: 100%;
  margin: auto;
}
.pk-container .status .bar-container .acc {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  box-shadow: 0px 4px 4px 0px #00000040;
}
@media screen and (max-width: 800px) and (min-width: 600px) {
  .pk-container .status .bar-container .acc {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.pk-container .status .bar-container .acc.team1 {
  left: -28px;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 576px) {
  .pk-container .status .bar-container .acc.team1 {
    left: -20px;
  }
}
.pk-container .status .bar-container .acc.team2 {
  right: -28px;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 576px) {
  .pk-container .status .bar-container .acc.team2 {
    right: -20px;
  }
}
.pk-container .status .bar-container .acc::before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.pk-container .status .bar-container .acc::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  border: 2px solid #fff;
}
.pk-container .status .bar-container .acc.team1::before {
  background-color: #1B3375;
}
.pk-container .status .bar-container .acc.team2::before {
  background-color: #86100F;
}
.pk-container .status .bar-container .acc.team1::after {
  background: linear-gradient(0deg, #0527a0, #012593), linear-gradient(0deg, #fff, #fff);
}
.pk-container .status .bar-container .acc.team2::after {
  background: linear-gradient(0deg, #f21300, #c71000), linear-gradient(0deg, #fff, #fff);
}
.pk-container .status .bar-container .bar {
  width: 100%;
  height: 30px;
  background: #000;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}
@media screen and (max-width: 400px) {
  .pk-container .status .bar-container .bar {
    height: 25px;
  }
}
.pk-container .status .bar-container .bar .bar-thumb {
  height: 80%;
  border: 3px solid white;
  position: relative;
}
.pk-container .status .bar-container .bar .bar-thumb.team1 {
  width: 50%;
  background: #82D0F7;
}
.pk-container .status .bar-container .bar .bar-thumb.team2 {
  width: 50%;
  background: #FD9893;
}
.pk-container .status .bar-container .bar .bar-thumb .bar-rate {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .pk-container .status .bar-container .bar .bar-thumb .bar-rate img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pk-container .status .bar-container .bar .bar-thumb .bar-rate .text {
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  background: transparent;
  margin-left: 5px;
  z-index: 0;
}
.pk-container .status .bar-container .bar .bar-thumb .bar-rate .text:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 5px #fff;
  left: 0;
  z-index: -1;
}
.pk-container .status .bar-container .bar .bar-thumb .bar-rate .text.team1 {
  color: #0F476B;
}
.pk-container .status .bar-container .bar .bar-thumb .bar-rate .text.team2 {
  color: #91140E;
}
.pk-container .status .bar-container .bar::before {
  content: '';
  width: 140px;
  height: 140px;
  background: url(../images/extraPrice.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}
@media screen and (max-width: 800px) {
  .pk-container .status .bar-container .bar::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pk-container .status .bar-container .bar::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  .pk-container .status .bar-container .bar::before {
    width: 80px;
    height: 80px;
  }
}
/**modal**/
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 100;
}
.modal .modal-container {
  width: 90%;
  max-width: 400px;
  min-height: 150px;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .result {
  font-size: 24px;
  color: #993030;
  text-align: center;
}
.modal .reminder {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
/*
==============================================
wobble-vertical
==============================================
*/
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  33.3% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  49.95% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}