<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  --main-color: crimson;
  --secondary-color: #e98708;
  --third-color: rgb(148, 7, 7);
  --qjfeqoije: ;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
.dateheader {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    margin: 5px 0%;
    background-color: #eee;
    color: #00008B;
    font-weight: 700;
    font-size: 16px;
}
/* é¡¶éƒ¨å¯¼èˆªæ&nbsp; */
header {
    background-color:#ed143d;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    justify-content: space-between;
}
.nav-menu a.active {
    background-color: #fff;
    color: #FFA500;
}
.logo {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
    margin-left: 25px;
}

.nav-menu a {
    color: #fff;
    font-size: 16px;
    transition: color 0.3s, background-color 0.3s;
    padding: 10px 15px;
    display: block;
    border-radius: 4px;
}

.nav-menu a:hover {
    background-color: rgba(245, 240, 240, 0.1);
    color: #fff;
}

/* äºŒçº§å¯¼èˆª */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ed143d; /* æ·±è“è‰² */
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.sub-menu li {
    margin: 0;
}

.sub-menu a {
    padding: 10px 15px;
    font-size: 14px;
}

.nav-menu li:hover .sub-menu {
    display: block;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

#hot_league {
    margin: 5px;
}
.header_newnav {
    width: 1200px;
    display: flex;
    align-items: center;
    background: #ffffff;
    margin: 0 auto;
}
.headline {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
/* æ·»åŠ&nbsp;å‘ä¸‹ç®­å¤´ */
.has-submenu &gt; a::after {
    content: "â–¼"; /* å‘ä¸‹ç®­å¤´ç¬¦å· */
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶æ—‹è½¬ç®­å¤´ */
.has-submenu:hover &gt; a::after {
    transform: rotate(180deg);
}
#newNav {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}
.teamslists{padding-right: 15px;}
@media (max-width: 768px) {
    .nav_reg, .header_newnav, .focus {
        width: 100%;
    }
    .headline {
        margin-right: 0;
        overflow: auto;
        padding: 4px;
    }
    #newNav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #ed143d;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        padding: 20px;
    }

    .nav-menu.active {
        display: flex;
        z-index: 1000;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .menu-toggle {
        display: block;
    }

    .container {
        flex-direction: column;
    }

    .sub-menu {
        position: static;
        display: none;
        background-color: rgba(0, 0, 0, 0.1);
        padding-left: 20px;
    }

    .nav-menu li:hover .sub-menu {
        display: none;
    }

    .nav-menu li.active .sub-menu {
        display: block;
    }
    .has-submenu &gt; a::after {
        content: "â–¶"; /* ç§»åŠ¨ç«¯æ”¹ä¸ºå‘å³ç®­å¤´ */
    }

    .has-submenu.active &gt; a::after {
        content: "â–¼"; /* å±•å¼€æ—¶æ”¹ä¸ºå‘ä¸‹ç®­å¤´ */
    }
}
.flex img{width: 20%;}
.xinhao{margin: 10px; font-size: 16px; font-weight: bold;}
.forms-grid {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto;
  max-width: 1200px;
  width: 100%;
}

.btn {
  align-items: center;
  background: var(--main-color);
  border-radius: 6px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  padding: 15px 45px;
  transition: 0.2s;
  font-weight: 600;
}

.btn:hover {
  background: #810f25;
  transform: translateY(-2px);
}

.register,
.login {
  border-radius: 5px;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 400px;
  padding: 40px 15px;
  text-align: center;
  width: 100%;
}

.register .fas,
.login .fas {
  color: #4d61fc;
  font-size: 30px;
  margin-bottom: 5px;
}

.register strong,
.login strong {
  color: #3b3663;
  display: block;
  font-size: 28px;
}

.register span,
.login span {
  color: #696687;
  font-size: 18px;
  opacity: 0.8;
}

.register .create-account,
.login .create-account {
  border-top: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding-top: 20px;
}

.register .create-account strong,
.login .create-account strong {
  font-size: 16px;
  margin-left: 5px;
  text-decoration: underline;
}

.register,
.login {
  background: #fff;
}

.register .form,
.login .form {
  margin-top: 30px;
  padding: 0 20px;
}

.register .form .form-row,
.login .form .form-row {
  position: relative;
  text-align: left;
}

.register .form .form-row .fas,
.login .form .form-row .fas {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 30px;
  color: #696687;
  opacity: 0.3;
}

.register .form .form-row.bottom,
.login .form .form-row.bottom {
  display: flex;
  justify-content: space-between;
}

.register .form .form-row.bottom .forgot,
.login .form .form-row.bottom .forgot {
  color: var(--third-color);
  font-size: 18px;
  opacity: 0.7;
}

.register .form .form-row.bottom .forgot:hover,
.login .form .form-row.bottom .forgot:hover {
  opacity: 1;
}

.register .form .form-row.button-login,
.login .form .form-row.button-login {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.register .form .form-row.button-login .fas,
.login .form .form-row.button-login .fas {
  position: static;
}

.register .form .form-row .form-check input[type="checkbox"] + label,
.login .form .form-row .form-check input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  color: #696687;
  font-size: 18px;
  opacity: 0.7;
}

.register .form .form-row .form-check input[type="checkbox"],
.login .form .form-row .form-check input[type="checkbox"] {
  display: none;
}

.register .form .form-row .form-check input[type="checkbox"] + label:before,
.login .form .form-row .form-check input[type="checkbox"] + label:before {
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  color: transparent;
  content: "\2714";
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  transition: 0.2s;
  vertical-align: inherit;
  width: 18px;
  text-align: center;
  line-height: 20px;
}

.register
  .form
  .form-row
  .form-check
  input[type="checkbox"]
  + label:active:before,
.login
  .form
  .form-row
  .form-check
  input[type="checkbox"]
  + label:active:before {
  transform: scale(1.1);
}

.register
  .form
  .form-row
  .form-check
  input[type="checkbox"]:checked
  + label:before,
.login
  .form
  .form-row
  .form-check
  input[type="checkbox"]:checked
  + label:before {
  background-color: #4d61fc;
  border-color: #4d61fc;
  color: #fff;
}

.register .form .form-label,
.login .form .form-label {
  color: #696687;
  font-size: 17px;
  opacity: 0.7;
}

.register .form-password,
.register .form-text,
.login .form-password,
.login .form-text {
  color: #696687;
  font-size: 18px;
  border: 0;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 40px 0 0px;
  width: 100%;
  background: white no-repeat;
  transition: 100ms all linear 0s;
  background-image: linear-gradient(
      to bottom,
      rgba(196, 32, 32, 0.63) 0%,
      #8d0d0d 90%
    ),
    linear-gradient(to bottom, #e1e1e1, #e1e1e1);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.register .form-password:focus,
.register .form-text:focus,
.login .form-password:focus,
.login .form-text:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.register {
  margin-left: 30px;
}

.register .form .form-row .button-login {
  margin-top: 20px;
}

.register .btn-login .fas.fa-arrow-right,
.login .btn-login .fas.fa-arrow-right {
  color: #fff;
  opacity: 1;
}

.register .social-media {
  font-size: 20px;
  margin-top: 10px;
}

.register .social-media .fab {
  margin: 0 5px;
}

.register .social-media a.fb span {
  color: #3b5998;
}

.register .social-media a.tw span {
  color: #1da1f2;
}

.register .social-media a.pi span {
  color: #e60023;
}

.ext_section {
  margin-top: 15px;
}

.btn .fas.fa-arrow-right {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 10px;
}

header {
  position: sticky;
  top: 0;
  background-color: var(--main-color);
}

#login_btn {
  color: white;
  margin-right: 10px;
}

.text-white {
  color: white;
}

.pb-10px {
  padding-bottom: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

a {
  text-decoration-line: none;
  color: unset;
}

h3 {
  margin: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

.login_btn {
  margin-left: 10px;
}

.iconfont {
  color: #999999;
}

.search_div {
}

.overflow-y-auto {
  overflow-y: auto;
}

#page_content {
  min-height: calc(100vh - 320px);
}

.ml-10px {
  margin-left: 10px;
}

.ml-30px {
  margin-left: 30px;
}

li {
  list-style-type: none;
}

.mr-10px {
  margin-right: 10px;
}

img {
  display: block;
}

.site_container {
  width: 100%;
  margin: 0 auto;
  color: var(--third-color);
  font-weight: bold;
  max-width: 1200px;
  padding: 0 15px;
}

.score {
  color: var(--main-color);
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.flex {
  display: flex;
  align-items: center;
}

.bread_crumbs {
  margin: 10px 0;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}
.mt-10px {
  margin-top: 10px;
}

.mt-30px {
  margin-top: 30px;
}

.gap-10px {
  gap: 10px;
}

.flex-1 {
  flex-grow: 1;
}

.hidden {
  display: none;
}

header {
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.35);
}

header nav {
  align-items: center;
  justify-content: space-between;
}

sidebar {
  min-width: 200px;
  border-radius: 20px;
  /* border: 1px solid black; */
}

sidebar li h3 {
  color: var(--secondary-color);
}

.sidebar_link {
  color: var(--main-color);
  font-size: 20px;
  line-height: 30px;
  width: 300px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

#tabs,
#tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 10px;
}

#tabs .tab_d,
#tab &gt; span {
  width: calc(100% / 3);
  color: var(--main-color);
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

#tabs .tab_d.active,
#tab &gt; span.b47_YjM4_dGFiLWN1cnJlbnRw {
  background-color: var(--main-color);
  color: white;
}

.content {
  width: 100%;
}

.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p {
  margin: 0;
}

.right-side {
  width: 300px;
}

.right-side &gt; li {
  border: 1px solid var(--main-color);
}

.right-side &gt; li &gt; h3 {
  background-color: var(--main-color);
  padding: 10px;
  color: white;
}

.right-side &gt; li &gt; ul {
  padding: 10px;
  font-size: 14px;
}

.fight {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.text-right {
  text-align: right;
  color: #ccc;
}

.text-left {
  text-align: left;
}

.hot-teams {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.tab_content,
.tab_content_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab_content_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  border: 1px solid var(--main-color);
  align-items: center;
  border-radius: 10px;
  margin-bottom: 5px;
}

.tab_content_item_head {
  background-color: var(--main-color);
  color: white;
  padding: 10px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.start{
  background-color: var(--main-color);
  color: white;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 120px;
  text-align: center;
}

.end{
    background-color: #666;
    color: white;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.tab_content_item_content {
  padding: 10px;
}

.MatchName {
  font-weight: bold;
  color: var(--secondary-color);
  width: 180px;
  display: block;
}

footer {
  background-color: var(--main-color);
  margin-top: 30px;
  padding: 10px;
  line-height: 1.5;
}

.team-item {
  border: 1px solid var(--main-color);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  color: var(--main-color);
}

.news li {
  margin-bottom: 10px;
}

.news li a {
  position: relative;
}

.news li img {
  width: 100%;
  position: relative;
}

.news li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.cccc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

.articale_section {
  display: flex;
  justify-content: space-between;
  color: var(--main-color);
  line-height: 2;
  align-items: end;
  border-bottom: 1px dashed var(--main-color);
}

.articale_section dl {
  padding: 0 10px;
}

.articale_section dl dt {
  font-weight: bold;
  color: var(--secondary-color);
  font-size: 18px;
}

.articale_section img {
  min-width: 100px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination &gt; .active {
  color: red;
}

.bread_crumbs_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab_link {
  color: white;
}

.articale_section_date {
  text-align: right;
  color: #ccc;
}

.w-full {
  width: 100%;
}

.tab_content_item.w-full {
  width: 100%;
  padding: 10px;
  text-align: left;
}

.articale-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-999999 {
  color: #999999;
}

#list li {
  margin-top: 10px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

#type-list,
#start-list,
.b47_YjM4_bGl2ZV9kZXRhaWxw_tab,
thead th {
  border-bottom: 2px solid var(--main-color);
}

#start-list li {
  width: calc(100% / 3);
  text-align: center;
  line-height: 50px;
}

#type-list li,
.b47_YjM4_bGl2ZV9kZXRhaWxw_tab li {
  width: calc(100% / 4);
  text-align: center;
  line-height: 50px;
}

.b47_YjM4_bGl2ZV9kZXRhaWxw_tab li.active,
#type-list li.active,
#start-list li.active,
#date-list li.active {
  color: white;
  background-color: var(--main-color);
}

#date-list {
  display: flex;
  gap: 10px;
}

#date-list li {
  border: 2px solid var(--main-color);
  width: calc(100% / 9);
  text-align: center;
}
.vs {
  width: 80px;
  display: inline-block;
  text-align: center;
}

.round {
  width: 80px;
  margin-right: 4px;
  display: inline-block;
}

.team {
  display: flex;
  align-items: center;
  width: 200px;
}

.team img {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.reverse {
  flex-direction: row-reverse;
}

.live_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.live_list li {
  width: calc((100% / 3) - (10px * 2) / 3);
  border: 1px solid var(--main-color);
  padding: 10px;
  text-align: center;
}

.live_list li span {
  text-align: left;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.signal_list,
.news_list,
.year_list {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

.gap-0px {
  gap: 0px;
}

.signal_list li,
.year_list li {
  width: calc(100% / 5);
  border: 1px solid var(--main-color);
  padding: 10px;
  text-align: center;
}

.signal_list li.active,
.year_list li.active {
  background-color: var(--main-color);
  color: white;
}

.text-center {
  text-align: center;
}

.logo_img {
  width: 30px;
  height: 30px;
}

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.live_team {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
}

.live_team img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.live_teams {
  padding-bottom: 10px;
  position: relative;
}

.live_teams::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid var(--main-color);
}

.tag_data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  align-items: flex-start;
  flex-grow: 1;
}

.tag_time {
  font-size: 14px;
}

.tag_info_img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}

thead th {
  line-height: 30px;
}

tbody tr {
  line-height: 30px;
}

tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.b47_YjM4_bG9nb19zdHlsZXA {
  width: 30px;
  height: 30px;
  display: inline;
  margin: 0 10px;
}

.to_top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 80px;
  cursor: pointer;
  background: url(/images/top.png) no-repeat center #fff;
  background-size: 22px;
  transition: all 0.3s;
  z-index: 9999999;
  border: #ccc 1px solid;
  border-radius: 100%;
}

.items-start {
  align-items: flex-start;
}

.pc_only {
  display: block;
}

.h5_only {
  display: none;
}

.input_block {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.hot_team_list {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.hot_team_list li {
  text-align: center;
  color: crimson;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid crimson;
}

.hot_team_list li:hover {
  background-color: crimson;
  color: white;
}

.MatchNameItem {
  border-bottom: 1px solid crimson;
  height: 40px;
}

.MatchNameItem:hover {
  background-color: #f8f8f8;
}

.hover:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

#mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.tab_link_content,
.search_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  color: var(--main-color);
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  gap: 10px;
}

.search_div {
  flex-direction: row;
}

ul.flex.flex-row.flex-wrap.text-white.hot_games {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  text-align: left;
  color: darkblue;
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  ul.flex.flex-row.flex-wrap.text-white.hot_games {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    margin-top: 10px;
  }

  nav.site_container img {
    width: 100%;
  }

  .h5_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  header nav.site_container {
    flex-direction: row;
    padding: 0 15px;
  }

  header nav.site_container h2 {
    font-size: 20px;
  }

  .login_btn {
    width: 85px;
  }
  /* .menu {
    display: block;
    width: 44px;
    height: 44px;
    background: url(/images/menu.png) no-repeat;
    background-position: center;
  } */
  .text-right {
    min-width: 175px;
  }
  header {
    position: relative;
  }

  sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    background: white;
    height: 100%;
  }

  sidebar ul li ul {
    display: flex;
    flex-wrap: wrap;
  }

  sidebar h3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  sidebar h3::after,
  sidebar h3::before {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--main-color);
    margin: 0 10px;
  }

  .sidebar_link {
    display: inline-block;
    line-height: 30px;
  }

  .hot_team_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .bread_crumbs_pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  #date-list {
    flex-wrap: wrap;
    gap: 0;
  }

  #date-list li {
    width: calc(100% / 3);
  }

  .pagination {
    flex-wrap: wrap;
  }

  .articale_section {
    flex-direction: column;
  }

  header &gt; div {
    padding: 15px;
  }

  .site_container {
    flex-direction: column;
    margin: 30px 0 0;
  }

  .tab_links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    column-gap: 10px;
  }

  .tab_links .cursor-pointer {
    margin-left: 0;
  }

  header .site_container {
    padding: 0;
    margin: 0;
  }

  .right-side {
    width: 100%;
  }

  .right-side h3 {
    text-align: center;
  }

  .right-side img {
    width: 100%;
  }

  .right-side .live_teams img {
    width: 20px;
    height: 20px;
  }

  .tab_content_item {
    width: 100%;
  }

  .articale_section.w-full {
    width: 100%;
    align-items: center;
  }

  .text-999999.single-ellipsis {
    max-width: 100%;
    white-space: unset;
  }

  .fqjweiofjoiw {
    max-width: 165px;
  }

  .MatchNameItem {
    flex-direction: column;
    height: 120px;
    padding-bottom: 10px;
  }

  .MatchNameItem .epjaifjpo {
    justify-content: center;
  }

  .MatchNameItem .epjaifjpo p:last-child {
    text-align: right;
  }

  .MatchNameItem .ddddddd {
    display: flex;
    flex-direction: column;
  }

  .articale-info {
    flex-direction: column;
    align-items: flex-start;
  }

  header h1 {
    margin: 0;
    font-size: 24px;
  }

  .arc_content-h1 {
    font-size: 20px;
  }

  div[name="material_home_zq"] #tabs .tab_d {
    font-size: 18px;
  }

  div[name="tv_list"] .live_list li {
    width: 100%;
  }

  .signal_list .b47_YjM4_aXRlbV9pcA {
    width: 50%;
  }
  .cccc,
  .input_block {
    display: block;
  }
}

@media (max-width: 870px) {
  .forms-grid {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 30px auto;
  }

  .register {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  a.brand-logo {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 415px) {
  a.brand-logo {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 384px) {
  section.forms {
    padding: 30px 15px;
  }

  .register,
  .login {
    padding: 35px 5px;
  }

  .register .form .form-row.bottom .forgot,
  .login .form .form-row.bottom .forgot,
  .register .form .form-row .form-check input[type="checkbox"] + label,
  .login .form .form-row .form-check input[type="checkbox"] + label {
    font-size: 17px;
  }

  .register strong,
  .login strong {
    font-size: 25px;
  }

  .register .fas,
  .login .fas {
    font-size: 25px;
  }
}
</pre></body></html>