* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
  -ms-scrollbar-face-color: transparent;
}

img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
}

body {
  min-height: 100vh;
}

.hide {
  display: none;
}

.app-download {
  display: none;
}

.bottom-logo {
  width: 1.6rem;
  position: absolute;
  left: 50%;
  bottom: .4rem;
  transform: translateX(-50%);
}

.container {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background: #34abb6 url(bg.png) top center no-repeat;
  background-size: 100%;
  padding-top: 3.84rem;
  padding-bottom: 2.2rem;
}

.container .banner-cont {
  width: 6.90rem;
  margin: 0 auto .36rem;
  display: block;
  position: relative;
}

.container .banner-cont img {
  display: block;
  width: 100%;
}

.container .rounds-container {
  width: 100%;
  position: relative;
}

.container .rounds-container .round {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0;
}

.container .rounds-container .round .round-title {
  width: auto;
  height: .54rem;
  line-height: .54rem;
  font-size: .32rem;
  color: #ffffff;
  display: inline-block;
  background: url(title.png) right center no-repeat;
  background-size: auto 100%;
  padding: 0 .87rem 0 .42rem;
  margin-bottom: .21rem;
}

.container .rounds-container .round .matches-carousel-container {
  width: calc(100% - .36rem);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: .3rem;
}

.container .rounds-container .round .matches-carousel-container .matches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.16rem;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover {
  position: relative;
  width: 100%;
  height: 1.96rem;
  border-radius: 0.12rem;
  overflow: hidden;
  cursor: pointer;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover .match-status {
  position: absolute;
  top: 0.09rem;
  left: 0.12rem;
  padding: 0 0.14rem;
  border-radius: 0.09rem;
  font-size: 0.2rem;
  font-weight: bold;
  z-index: 10;
  background: #fd2754;
  color: #ffffff;
  height: .28rem;
  line-height: .28rem;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover .status-preview {
  background-color: #e8c351;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover .status-live {
  background-color: #fd2754;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-cover .status-replay {
  background-color: #10bd77;
}

.container .rounds-container .round .matches-carousel-container .matches-grid .match-subtitle {
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.14rem;
  font-weight: 500;
  cursor: pointer;
}

.matches-carousel {
  display: flex;
  transition: transform 0.3s ease;
}

.matches-page {
  flex: 0 0 100%;
  width: 100%;
}

.matches-carousel-container {
  touch-action: pan-y;
}

.round-pagination {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0 0.3rem 0;
}

.pagination-track {
  position: relative;
  width: 1.5rem;
  height: 0.06rem;
  background: #1e208c;
  border-radius: 0.06rem;
}

.pagination-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fd2754;
  border-radius: 0.06rem;
  transition: width 0.3s ease;
}

@media (max-width: 750px) {
  .matches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.playerAlert {
  width: 100%;
  height: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.playerAlert .playerAlert-content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.playerAlert .playerAlert-content .cont-close {
  width: .46rem;
  height: .46rem;
  position: absolute;
  top: -.93rem;
  right: .36rem;
  cursor: pointer;
  background: url(close.png) no-repeat;
  background-size: 100%;
}

.playerAlert .playerAlert-content .cont-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  align-items: center;
}

.playerAlert .playerAlert-content .cont-header .cont-logo {
  width: 1.89rem;
}

.playerAlert .playerAlert-content .cont-header .cont-status {
  height: .33rem;
  border-bottom-left-radius: .16rem;
  border-top-left-radius: .16rem;
  font-size: 12px;
  color: #ffffff;
  padding: 0 .12rem 0 .06rem;
  line-height: .33rem;
  display: flex;
  align-items: center;
  background-color: #102b48;
}

.playerAlert .playerAlert-content .cont-header .cont-status .loader {
  width: .26rem;
  height: .26rem;
  border-radius: 50%;
  background: #ff902b;
  margin-right: .06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.04rem 0.06rem;
  overflow: hidden;
}

.playerAlert .playerAlert-content .cont-header .cont-status .loader .line {
  width: 0.8px;
  height: 0.09rem;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 0.8px;
  -webkit-animation: expand 1s ease-in-out infinite;
  animation: expand 1s ease-in-out infinite;
}

.playerAlert .playerAlert-content .cont-header .cont-status .loader .line:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.playerAlert .playerAlert-content .cont-header .cont-status .loader .line:nth-child(3) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

@keyframes expand {
  0% {
    transform: scale(1);
    transform-origin: translateX(0);
  }
  25% {
    transform: scale(2);
    transform-origin: translateX(0);
  }
}

.playerAlert .playerAlert-content .cont-video {
  width: 100%;
  height: auto;
}

.playerAlert .playerAlert-content .cont-video video, .playerAlert .playerAlert-content .cont-video img {
  width: 100%;
  display: block;
}

.playerAlert .playerAlert-content .cont-title {
  font-size: .3rem;
  color: #fff;
  margin-top: .2rem;
  padding: 0 .3rem;
}

.playerAlert #playerBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.playerAlert #playerBtn svg {
  width: 30px;
  height: 30px;
  margin: 15px 0 0 17px;
  display: block;
}
