@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #09111d;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "PingFang SC";
  src: url("/assets/PingFang-SC-Regular.woff") format("woff"), url("/assets/PingFang-SC-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "PingFang SC Medium";
  src: url("/assets/PingFang-SC-Medium.woff") format("woff"), url("/assets/PingFang-SC-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
a {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

button,
a {
  cursor: pointer;
}

.divider {
  background: var(--blue01, linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%));
  width: 0.816px;
  height: 30px;
  opacity: 0.5;
}

.container {
  max-width: 1228px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.button {
  outline: none;
  border-radius: 38px;
  background: var(--blue01, linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%));
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.button:hover {
  color: #fff;
  cursor: pointer;
}

.heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading h1 {
  font-size: 42px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.heading h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin-bottom: -2px;
  background: linear-gradient(206deg, #35a3f2 -15.83%, #41adfc 104.69%);
}
.heading h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.card:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.02);
}

.card:hover .h-hidden {
  display: none;
}
.card:hover .h-show {
  display: flex;
}

.h-hidden {
  display: flex;
}

.h-show {
  display: none;
}

.fav {
  cursor: pointer;
  color: lightgray;
}
.fav:hover {
  color: white;
}

nav {
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  background: linear-gradient(90deg, #09090b 0%, #2b2a35 61%, #08090a 100%), #fff;
}
nav .container {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: flex;
  padding: 16px 22px;
  justify-content: space-between;
  align-items: center;
}
nav .container .left {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
nav .container a {
  padding-bottom: 0px;
  border-bottom: 2px solid transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
nav .container a:hover,
nav .container a .active {
  color: #47b2ff;
  border-bottom: 2px solid #2595e6;
  padding-bottom: 14px;
  transition: padding-bottom 0.3s;
}
nav .container a.button {
  color: #fff;
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 10px;
  padding: 10px 34px;
}

.hero {
  position: relative;
  z-index: 3;
}
.hero::after {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -55px;
  left: 0px;
  content: "";
  background-color: #09111d;
}
.hero #bgVideo {
  filter: blur(25px);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container {
  z-index: 2;
  position: relative;
}
.hero .container .video {
  width: 100%;
  max-height: 610px;
  height: 610px;
  position: relative;
}
.hero .container .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -50px;
}
.hero .container .video::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/assets/kaiyun_pc/vbg.svg") no-repeat;
  left: -10px;
  bottom: -36px;
}
.hero .container .video .overlay {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -20%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero .container .video .overlay .small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero .container .video .overlay h1 {
  font-size: 68px;
  font-weight: 400;
}
.hero .container .video .overlay p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  letter-spacing: 1.95px;
}
.hero .container .video .overlay .teams {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .container .video .overlay .teams .team {
  width: 64px;
  height: 64px;
  background: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 10px;
}

.linkSection {
  z-index: 2;
  padding-top: 50px;
  position: relative;
  background: url(/assets/kaiyun_pc/bg1.webp) no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #09111d;
}
.linkSection > div {
  margin-top: 59px;
}
.linkSection > div .links {
  border-radius: 24px;
  background: #1e345f;
  padding: 46px 66px;
}
.linkSection > div .links .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
.linkSection > div .links .card {
  border-radius: 20px;
  background: #142442;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  flex: 1;
}
.linkSection > div .links .card .h-show {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.linkSection > div .links .card .h-show a {
  display: flex;
  justify-content: space-between;
  width: 75%;
  padding: 10px 41px;
  color: white;
  border-radius: 16px;
}
.linkSection > div .links .card .h-show a:nth-child(1) {
  background: linear-gradient(90deg, #28CBFF 0%, #2898FF 100%);
}
.linkSection > div .links .card .h-show a:nth-child(2) {
  background: linear-gradient(90deg, #C728FF 0%, #9428FF 100%);
}
.linkSection > div .links .card .h-show a:nth-child(3) {
  background: linear-gradient(90deg, #FFCC48 0%, #FFA048 100%);
}
.linkSection > div .links .card .h-hidden {
  justify-content: space-between;
  width: 100%;
}
.linkSection > div .links .card .sideImg {
  width: 122px;
  height: 128px;
  padding: 16px;
  margin: 12px;
  border-radius: 12.688px;
  background: #21375f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkSection > div .links .card .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
.linkSection > div .links .card .text .title {
  font-size: 22px;
  font-weight: 500;
}
.linkSection > div .links .card .text .description {
  font-size: 14px;
  font-weight: 400;
}
.linkSection > div .links .card .text .hint {
  color: #4692ca;
  font-size: 12px;
  font-weight: 400;
}
.linkSection > div .links .card .chevron {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  background: #21375f;
}
.linkSection > div .share {
  display: flex;
  flex-direction: row;
  margin-top: 38px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.linkSection > div .share .invite {
  display: flex;
  flex-direction: column;
}
.linkSection > div .share .invite p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.linkSection > div .share .invite > div {
  border-radius: 16.327px;
  justify-content: space-between;
  border: 0.816px solid #4a64a5;
  background: #17294a;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.linkSection > div .share .invite > div .btn-grp {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.linkSection > div .share .invite > div .btn-grp button {
  width: 80px;
  outline: none;
  border: none;
  border-radius: 38px;
  padding: 8px 0px;
}
.linkSection > div .share .invite > div .btn-grp button.primary {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.linkSection > div .share .invite > div .btn-grp button.default {
  background: linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.linkSection > div .share .cs a {
  padding: 15px 10px;
  border: none;
  outline: none;
  color: white;
  background: linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.linkSection > div .share .cs a span {
  border-radius: 20px;
  background: #46b7ff;
  padding: 10px;
  font-size: 22px;
}
.linkSection > div .share .cs a img {
  width: 50px;
  height: 50px;
}
.linkSection > div .schedules {
  text-align: center;
}
.linkSection > div .schedules .header {
  z-index: 10;
  position: relative;
  height: 380px;
}
.linkSection > div .schedules .header .left {
  position: absolute;
  left: 13px;
  bottom: -70px;
  height: 360px;
}
.linkSection > div .schedules .header .right {
  position: absolute;
  right: 20px;
  bottom: -70px;
}
.linkSection > div .schedules .header .center {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
}
.linkSection > div .schedules .header .center h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.linkSection > div .schedules .games {
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  background: var(--02, linear-gradient(180deg, #1b3fca -0.07%, #1935a2 62.43%, #1b3fca 99.93%));
  box-shadow: 0px 4px 24.3px 0px rgba(1, 21, 73, 0.5);
  position: relative;
}
.linkSection > div .schedules .games::before {
  position: absolute;
  content: "";
  left: -350px;
  top: 50%;
  width: 350px;
  height: 150px;
  background-image: url(/assets/kaiyun_pc/image\ 25.webp);
}
.linkSection > div .schedules .games::after {
  position: absolute;
  content: "";
  width: 350px;
  right: -350px;
  top: 50%;
  height: 150px;
  background-image: url(/assets/kaiyun_pc/image\ 25.webp);
  transform: scaleX(-1);
}
.linkSection > div .schedules .games .game {
  margin-bottom: 6px;
  padding: 10px 50px;
  display: flex;
  width: 100%;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.linkSection > div .schedules .games .game .time {
  padding: 5px 20px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--02, linear-gradient(180deg, #1b3fca -0.07%, #1935a2 62.43%, #1b3fca 99.93%));
  display: flex;
  flex-direction: column;
}
.linkSection > div .schedules .games .game .time span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.linkSection > div .schedules .games .game .time span:first-child {
  font-size: 17.859px;
  font-style: normal;
  font-weight: 700;
}
.linkSection > div .schedules .games .game .group {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.linkSection > div .schedules .games .game .group > span {
  margin-left: 20px;
  gap: 5px;
  display: flex;
  align-items: center;
}
.linkSection > div .schedules .games .game .group .home,
.linkSection > div .schedules .games .game .group .away {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 37px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 20px;
  gap: 30px;
  min-width: 250px;
}
.linkSection > div button {
  border-radius: 10px;
  background: var(--blue01, linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%));
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
}

.productSection {
  background: url(/assets/kaiyun_pc/bg2.webp) no-repeat;
  background-size: 100%;
}
.productSection .products {
  padding-top: 120px;
}
.productSection .products .cards {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.productSection .products .cards .card {
  border-radius: 24.49px;
  width: 220px;
  height: 360px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.productSection .products .cards .card:first-child {
  background-image: url(/assets/kaiyun_pc/Rectangle\ 22.webp);
}
.productSection .products .cards .card:nth-child(2) {
  background-image: url(/assets/kaiyun_pc/Rectangle\ 23.webp);
}
.productSection .products .cards .card:nth-child(3) {
  background-image: url(/assets/kaiyun_pc/Rectangle\ 24.webp);
}
.productSection .products .cards .card:nth-child(4) {
  background-image: url(/assets/kaiyun_pc/Rectangle\ 25.webp);
}
.productSection .products .cards .card:nth-child(5) {
  background-image: url(/assets/kaiyun_pc/Rectangle\ 26.webp);
}
.productSection .products .cards .card .label {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productSection .products .cards .card .label span {
  display: block;
  font-size: 20px;
}
.productSection .products .cards .card .label span:first-child {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2.5px solid #fff;
}
.productSection .products .cards .card .label span:last-child {
  font-size: 14px;
}

.screenshotSection {
  padding-top: 120px;
  background-image: url(/assets/kaiyun_pc/bg1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.screenshotSection .screenshots {
  padding-top: 50px;
  text-align: center;
}
.screenshotSection .screenshots > img {
  max-width: 564px;
  width: 564px;
}
.screenshotSection .screenshots > div {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.screenshotSection .screenshots > div figcaption {
  margin-top: 46px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.faqSection {
  padding-top: 120px;
  background-image: url(/assets/kaiyun_pc/图层\ 1\ 3.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.faqSection .faq {
  padding-top: 30px;
  padding-bottom: 290px;
  list-style: none;
}
.faqSection .faq li {
  counter-increment: h3;
  position: relative;
  padding: 15px 20px 15px 90px;
  border-radius: 2px;
}
.faqSection .faq li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.faqSection .faq li:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.faqSection .faq li::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "0" counter(h3) " ";
  font-size: 20px;
  display: block;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: linear-gradient(351deg, #2595e6 2.36%, #45b1ff 53%, #45deff 100%);
}

footer {
  background: black;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 23px;
}
footer .authorities, footer .providers {
  gap: 10px;
  display: flex;
}
footer p {
  color: #a1a1a1;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}/*# sourceMappingURL=styles.css.map */