<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&amp;display=swap'); */
@import './google-fonts.css';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  overflow:hidden;
}

 /*鎵撳紑姝ody浼氬奖鍝嶅叏灞忔寜閽�*/
/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}  */


.container {
  position: relative;
  width:90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
}



/*glass1*/
.container .glass1 {
  position: relative;
  width: 15%;
  height: 340px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border-radius: 10px;
  margin: 1% 1%;
  padding:0 ;
  /* transform: rotate(calc(var(--r) * 1deg)); */
}
@media only screen and (max-width: 767px){
	.container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    /* border:1px red solid */
  }

  .glass1 {
    display: none !important;
  }
  .glass1 img{
    display: none !important;
  }
}
.container .glass1::before {
  content: attr(data-text);
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #85a0a1;
}

.container .glass1 i {
  font-size: 4em;
  color: #fff;
  margin-top: -40px;
}

.container:hover .glass1 {
  transform: rotate(0deg);
  margin: 5px 10px;
}

/*glass2*/
.container .glass2 {
  position: relative;
  width: 75%;
  height: 340px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border-radius: 10px;
  margin: 1% 1%;
  /* transform: rotate(calc(var(--r) * 1deg)); */
}
@media only screen and (max-width: 767px){
	.container .glass2 {
    position: relative;
    width: 100%;
    height: 340px;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 10px;
    margin: 1% 1%;
    /* transform: rotate(calc(var(--r) * 1deg)); */
  }
}
.container .glass2::before {
  /* content: attr(data-text); */
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #85a0a1;
}

.container .glass2 i {
  font-size: 4em;
  color: #fff;
  margin-top: -40px;
}
.fontsize2_5rem{
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px){
	.fontsiz2rem{
    /* border: 1px yellow solid; */
    margin: 0 auto !important;
  }
  .fontsize2_5rem{
    font-size: 2rem;
    text-align: center;
    /* border: 1px green solid; */
    width: 100px;
    margin: 0 auto;
    font-weight: bold;
  }
}
.fontsize1_5rem{
  font-size: 1.5rem;
}
.fontsize2rem{
  font-size: 2rem;
}
.s_score0{
  color: #fff;
  font-size: 2.5rem ;
  font-weight: bold !important;
  width: 96%;
  height: 22%;
  /* border: 1px red solid; */
  margin-top: 0.5%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* background-color: #24b269; */
  background-image: url(../img/t_score.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
	.s_score0{
    color: #fff;
    font-size: 2rem ;
    font-weight: bold !important;
    width: 96%;
    height: 22%;
    /* border: 1px red solid; */
    margin-top: 0.5%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background-color: #24b269; */
    background-image: url(../img/t_score.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.s_score1{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 0 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s_score2{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 0 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s_score3{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 1% 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s_score4{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 0 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s_score5{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 1% 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s_score6{
  color: #fff;
  width: 47%;
  height: 22%;
  /* border: 1px red solid; */
  margin: 0 1% 1% 1%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/s_score4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
	.s_score1{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 0 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  .s_score2{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 0 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  .s_score3{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 1% 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  .s_score4{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 0 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  .s_score5{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 1% 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  .s_score6{
    color: #fff;
    width: 47%;
    height: 22%;
    /* border: 1px red solid; */
    margin: 0 1% 1% 1%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(../img/s_score4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
}
.container:hover .glass2 {
  transform: rotate(0deg);
  margin: 5px 10px;
}


/*glass3*/
.container .glass3 {
  position: relative;
  width: 30%;
  height: 540px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border-radius: 10px;
  margin: 1% 1%;
  /* transform: rotate(calc(var(--r) * 1deg)); */
}
@media only screen and (max-width: 767px){
	.container .glass3 {
    position: relative;
    width: 100%;
    height: 540px;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 10px;
    margin: 1% 1%;
    /* transform: rotate(calc(var(--r) * 1deg)); */
  }
}

.container .glass3::before {
  content: attr(data-text);
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #85a0a1;
}

.container .glass3 i {
  font-size: 4em;
  color: #fff;
  margin-top: -40px;
}

.container:hover .glass3 {
  transform: rotate(0deg);
  margin: 5px 10px;
}
.p_list{
  color: #fff;
  font-size: 2rem;
  width: 90%;
  height: 85%;
  /* border: 1px red solid; */
  margin: 7% 1% 15% 1%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #24b269; */
  background-image: url(../img/player_list.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
  .p_list{
    color: #fff;
    font-size: 2rem;
    width: 90%;
    height: 75%;
    /* border: 1px red solid; */
    margin: 7% 1% 15% 1%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #24b269; */
    background-image: url(../img/player_list.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .p_list ul{
    /* border: 1px red solid; */
    width: 80%;
    margin-top: 0;
    margin-right: 1%;
  }
}
.p_list ul{
  /* border: 1px red solid; */
  width: 80%;
  margin-top: 0;
  margin-right: 5%;
}
.p_list ul li{
  list-style-type: none;
  text-align: center;
  line-height: 50px;
}
.player{
  background-color: #85a0a1;
  width: 100%;
  /* text-align: center; */
}

/*glass4*/
.container .glass4 {
  position: relative;
  width: 60%;
  height: 540px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border-radius: 10px;
  margin: 1% 1%;
  /* transform: rotate(calc(var(--r) * 1deg)); */
}
@media only screen and (max-width: 767px){
	.glass4 {
    display: none !important;
  }
}
.container .glass4::before {
  content: attr(data-text);
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #85a0a1;
}

.container .glass4 i {
  font-size: 4em;
  color: #fff;
  margin-top: -40px;
}

.container:hover .glass4 {
  transform: rotate(0deg);
  margin: 5px 10px;
}</pre></body></html>