/*
1ã€å¯¼èˆªæ æ‚¬æµ®å±•ç¤ºæ›´å¤š
2ã€è¶³çƒèµ„æ–™
3ã€å…¨éƒ¨æ¯”èµ›
4ã€è¶³çƒè§†é¢‘
5ã€æ¯”èµ›è¯¦æƒ…
6ã€è”èµ›æŽ’è¡Œæ¦œ
*/

/*å¯¼èˆªæ æ‚¬æµ®å±•ç¤ºæ›´å¤šå¼€å§‹*/
.header_item {
  position: relative;
  cursor: pointer
}

.gs_divA a {
    width: 10%;
    text-align: center;
    padding: 8px 10px;
    line-height: 1.188rem;
    border-radius: 5px;
    margin: 0 0 0 auto;
    font-size: 13px;
    color: #ffff;
    background-color: #FF7517;
    border: 1px solid;
}

.header_item .a69_djQ5_bWVudV9pdGVtX3VscA li {
  flex: 1;
  white-space: nowrap
}

.header_item .a69_djQ5_bWVudV9pdGVtX3VscA li a {
  line-height: 40px;
  font-size: 14px;
  color: #803600;
}

.header_item .a69_djQ5_bWVudV9pdGVtX3VscA li a:hover {
  color: #fff;
  font-weight: bold
}

.header_item .a69_djQ5_bWVudV9pdGVtX3VscA li a {
  line-height: 35px;
  width: 100px !important;
}

.top-a69_djQ5_bmF2LWl0ZW1w.last-item {
  margin: 0;
}

.header_item .a69_djQ5_bWVudV9pdGVtX3VscA {
  position: absolute;
  display: none;
  background: var(--bg-color);
  width: 100px;
  flex-flow: column;
  z-index: 999;
  left: 18px;
  top: 35px;
}

.a69_djQ5_bWVudV9pdGVtX3VscA .a69_djQ5_bWVudS1pdGVtcA {
  width: 100px;
  text-align: center;
}

.header_item:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 86%;
}

@media screen and (max-width: 640px) {
  .header_item .a69_djQ5_bWVudV9pdGVtX3VscA li {
    flex: unset;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .header_item {
    min-width: 80px !important;
  }
}

/*å¯¼èˆªæ æ‚¬æµ®å±•ç¤ºæ›´å¤šç»“æŸ*/

/*è¶³çƒèµ„æ–™å¼€å§‹*/

.a69_djQ5_dGl0bGVfc2VjdGlvbnA {
  font-size: 16px;
  font-weight: bold;
  color: #c5643a;
}

.a69_djQ5_bGlzdF93aW5uZXJw {
  font-size: 16px;
  line-height: 20px;
}

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

.margin_top_2rem {
  margin-top: 2rem;
}

.a69_djQ5_c2Vhc29uX2FyZWFw {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.a69_djQ5_c2Vhc29uX2FyZWFw a {
  color: #ffffff;
  float: left;
  margin-left: 0.5rem;
  text-decoration: none;
  background-color: #c5643a;
  border-radius: 5px;
  margin-top: 5px;
  margin-top: 5px;
  padding: 2px 10px;
}

/* .a69_djQ5_c2Vhc29uX2FyZWFw a:hover{ color:#ffffff !important;} */
.mastch_list_round_area {
  margin: 0 auto;
}

.mastch_list_round_area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mastch_list_round_area ul li {
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.5rem;
}

.mastch_list_round_area ul li a {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 2px 10px;
  white-space: normal;
}

.current_select {
  background-color: #ffffff;
  color: #c5643a;
}


.a69_djQ5_bGlzdF93aW5uZXJw_history,
.a69_djQ5_Y3VycmVudF9zZWxlY3RfYXA {
  display: flex !important;
  align-items: center !important;
}

.a69_djQ5_bmV3cy16dWl4aW5w ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.a69_djQ5_bmV3cy16dWl4aW5w li {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.a69_djQ5_bmV3cy16dWl4aW5w li section {
  border-bottom: #eee 1px solid;
  overflow: hidden;
}

.a69_djQ5_bmV3cy16dWl4aW5w h2 {
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  margin: 3px 0 5px 0;
}

.a69_djQ5_bmV3cy16dWl4aW5w p {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
}

.a69_djQ5_bmV3cy16dWl4aW5w-pic {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin-right: 10px;
}


.a69_djQ5_bmV3cy16dWl4aW5w li img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  vertical-align: middle;
  transition: .5s;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .1);
}

.gd-title-box b {
  font-size: 16px;
  margin-right: 20px;
  padding: 0 10px 10px;

}

#tab li {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap
}

#a69_djQ5_dGFiLWNvbnRlbnRw section {
  display: none;
}

#a69_djQ5_dGFiLWNvbnRlbnRw1 section {
  display: none;
}

#a69_djQ5_dGFiLWNvbnRlbnRw section:nth-child(1) {
  display: block
}

#a69_djQ5_dGFiLWNvbnRlbnRw1 section:nth-child(1) {
  display: block
}

#tab {
  border-bottom: #e4e3e3 1px solid;
  margin: 20px
}

#tab li {
  font-size: 16px;
  margin-right: 20px;
  padding: 0 10px 10px;
  position: relative
}

#tab li:after {
  content: "";
  background: #c5643a;
  background: var(--data-tab-after-bg-color);
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 40%;
  opacity: 0;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#tab li:hover:after,
#tab li.a69_djQ5_dGFiLWN1cnJlbnRw:after {
  opacity: 1;
  width: 100%;
  margin: auto;
  display: block;
  left: 0;
}

#tab li.a69_djQ5_dGFiLWN1cnJlbnRw {
  color: #292b2c;
}

.tab-a-more {
  position: absolute;
  right: 20px;
  top: 16px;
}

.tab-a-more a {
  display: block;
  background-size: 32px;
  overflow: hidden;
  width: 50px;
  height: 30px;
}

#a69_djQ5_dGFiLWNvbnRlbnRw {
  margin: 20px;
  overflow: hidden;
}

#a69_djQ5_dGFiLWNvbnRlbnRw1 {
  margin: 20px;
  overflow: hidden;
}

.tab-a-more a i {
  position: absolute;
  top: 16px;
  width: 8px;
  height: 8px;
  animation: bounce_fountainG 1.2s linear infinite;
  border-radius: 8px;
  background: #09F;
}

.tab-a-more a i:first-child {
  right: 20px;
  animation-delay: .4s;
  background: #09F;
}

.tab-a-more a i:nth-child(2) {
  right: 10px;
  animation-delay: .6s;
  background: #3c0;
}

.tab-a-more a i:nth-child(3) {
  right: 0;
  animation-delay: .8s;
  background: #f60;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 195px;
  background-image: var(--header-bg);
  border-radius: 13px;
  margin: 1rem auto;
  background-size: cover;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw {
  background-color: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_title {
  width: 90%;
  padding-top: 2rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_back {
  width: 5%;
  display: none;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_back img {
  cursor: pointer;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_cname {
  width: 90%;
  line-height: 25px;
  vertical-align: middle;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.a69_djQ5_c2Vhc29uX2FyZWFw {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.a69_djQ5_c2Vhc29uX2FyZWFw a {
  color: #ffffff;
  float: left;
  margin-left: 0.5rem;
  text-decoration: none;
  background-color: var(--primary-color);
  border-radius: 5px;
  margin-top: 5px;
  font-size: 15px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_competition {
  width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.per-24 {
  width: 24%;
}

.a69_djQ5_bmV3X3RhYmxlcA_title {
  width: 100%;
  min-height: 3rem;
  line-height: 1.5rem;
  font-size: 1rem;
  background: #F8F8F8;
  vertical-align: middle;
  display: table;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.a69_djQ5_bmV3X3RhYmxlcA_title_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
}

.a69_djQ5_bmV3X3RhYmxlcA_row {
  width: 100%;
  min-height: 2.5rem;
  line-height: 1.2rem;
  font-size: 1rem;
  background: rgba(248, 248, 248, 0.00);
  vertical-align: middle;
  display: table;
  border-bottom: solid 0.1rem #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.a69_djQ5_bmV3X3RhYmxlcA_row_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}

.per-10 {
  width: 10%;
}

.per-18 {
  width: 18%;
}

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

.whitebg {
  background: initial;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.box,
article {
  margin: auto;
  overflow: hidden;
}

.content {
  width: 100%;
  margin: 0 auto;
  border: 0px solid #AAAA00;
  border-top: none;
  background-color: #FFFFFF;
  overflow: hidden;
}

.toggle {
  width: 100%;
  margin: 20px auto;
}

.toggle dl dt {
  background: #e6e6e6 url('/static/images/v24/bg_toggle_up.gif') no-repeat scroll 8px 14px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  margin: 8px 0;
  padding-left: 25px;
  display: block;
}

.toggle dl dt.current {
  background: #e6e6e6 url('/static/images/v24/bg_toggle_down.gif') no-repeat scroll 8px 14px;
}

.toggle dl dd {
  padding-left: 10px;
  line-height: 24px;
}

.toggle dl dd h2 {
  font-size: 15px;
}

.toggle dl dd ul {
  padding-bottom: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.toggle dl dd ul li {
  list-style: none;
}

.page {
  overflow: hidden;
  padding: 20px;
}

.a69_djQ5_cGFnZS10aXRsZXA {
  width: 230px;
  float: left;
}

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

.a69_djQ5_cGFnZS10aXRsZXA li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border: #f1f1f1 1px solid;
  border-radius: 3px;
}

.a69_djQ5_cGFnZS1ib3hw {
  width: 830px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #eee 1px solid;
  min-height: 500px;
}


.a69_djQ5_cGFnZS1ib3hw-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.a69_djQ5_cGFnZS1ib3hw-content {
  line-height: 26px;
}

.page {
  overflow: hidden;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  #comments-title {
    padding-top: 0 !important;
    margin-top: 0 !important
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .a69_djQ5_bWFpbi1wYWdlcA {
    padding: 10px !important;
  }

  .box,
  article {
    width: 100%;
  }

  #pageContents {
    overflow-x: scroll;
  }

  #pageContents ul {
    width: 100%
  }

  .a69_djQ5_cGFnZS10aXRsZXA {
    width: 100%;
    float: left;
  }

  .a69_djQ5_cGFnZS1ib3hw {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none !important;
    margin-top: 10px;
  }

  .a69_djQ5_cGFnZS10aXRsZXA li {
    width: 100px;
    float: left;
    margin-right: 10px
  }


  .a69_djQ5_bmV3cy16dWl4aW5w li {
    width: 100%;
  }

  #a69_djQ5_dGFiLWNvbnRlbnRw {
    margin: 0;
    padding: 0 10px
  }

  #a69_djQ5_dGFiLWNvbnRlbnRw1 {
    margin: 0;
    padding: 0 10px
  }

  .a69_djQ5_Z2QtYm94cA {
    overflow-x: auto;
  }

  .a69_djQ5_Z2QtYm94cA::-webkit-scrollbar {
    display: none
  }

  #tab {
    width: 800px;
  }

  #a69_djQ5_Z2QtYm94cA #tab {
    width: 100px;
  }

  .whitebg {
    border: none;
    padding: 0;
    overflow: hidden;
    margin-top: 15px !important;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match {
    width: 95%;
    min-height: 195px;
    border-radius: 13px;
    margin: 1rem auto;
    background-size: cover;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_title {
    width: 90%;
    padding-top: 1rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_back {
    width: 10%;
    display: block;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_back img {
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_cname {
    width: 80%;
    line-height: 21px;
    vertical-align: middle;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_share {
    width: 10%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_competition {
    width: 95%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_team {
    width: 25%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info {
    width: 50%;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_logo {
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 28px;
    margin: auto;
    line-height: 42px;
    padding: 7px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_tname {
    line-height: 20px;
    min-height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0.5rem;
    word-break: break-all;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_1 {
    padding-bottom: 0.6rem;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    min-height: 2rem;
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_2 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;

  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_3 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_4 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_5 {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid #FFFFFF;
    border-radius: 13.5px;
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab {
    width: 100%;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    overflow: auto;
    display: -webkit-box;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    height: 0px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab_item {
    padding: 0.6rem;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab .active {
    color: var(--stream-page-tab-active-color);
    font-weight: 700;
    border-bottom: 3px solid #cccccc;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_blank {
    width: 100%;
    height: 0.7rem;
  }

  .box {
    width: 100%;
  }

}

/*è¶³çƒèµ„æ–™ç»“æŸ*/

/*å…¨éƒ¨æ¯”èµ›å¼€å§‹*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
em,
i,
th,
td {
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}

a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
  color: #fff;
}

.a69_djQ5_bGl2ZS1saXN0cA ul {
  padding: 12px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

img {
  border-style: none;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  margin: 0;
  padding: 0;
}

audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.toTop {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toTop::before {
  content: '\e64a';
}

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

::-webkit-scrollbar {
  width: 10px;
  height: 40;
  background-color: #ddd;
}

::-webkit-scrollbar-thumb {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
  background-color: #999;
  border-radius: 0;
}

::-webkit-scrollbar-track {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
  background: #ededed;
}

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

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

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

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

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

.flex-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.color__main {
  color: #c5643a;
}

.win {
  color: #dd4b39;
}

.lose {
  color: #008000;
}

.f-left {
  text-align: left !important;
  justify-content: flex-start;
}

.f-right {
  text-align: right !important;
  justify-content: flex-end;
}

a:active,
a:hover {
  color: #c5643a;
}

.no-live {
  padding: 90px;
  text-align: center;
  color: #999;
}

.no-live dt {
  background: url(/Public/static/img/no_data.svg) no-repeat;
  width: 49px;
  height: 32px;
  display: block;
  transform: scale(2.5);
  margin: 0 auto;
}

.no-live dd {
  margin-top: 40px;
}

.a69_djQ5_YnJlYWRjcnVtYnNw {
  font-size: 14px;
  line-height: 30px;
  /* background: #f7f9fa; */
  padding: 2px 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  color: #fff;
}

.a69_djQ5_YnJlYWRjcnVtYnNw a {
  padding-left: 5px;
  display: flex;
  align-items: center;
  color: #fff;
}

.a69_djQ5_YnJlYWRjcnVtYnNw a:hover {
  color: #666699;
}

.a69_djQ5_YnJlYWRjcnVtYnNw a:last-child::after {
  content: '';
  background: none;
}

.sload {
  display: block;
  text-align: center;
  color: #99cc33;
  line-height: 30px;
}

.no-data {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}

.no-data img {
  width: 60px;
  display: block;
  margin: 0 auto;
}

.living::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
}

.living .status-text,
.status-0 .status-text {
  color: #f00 !important;
}

.no-start .status-text,
.status-1 .status-text {
  color: #c5643a !important;
}

.no-start .zhibo-name,
.status-1 .zhibo-name {
  color: #4180ff !important;
}

.over-btn .status-text,
.status-2 .status-text {
  color: #999 !important;
}

.over-btn .zhibo-name,
.status-2 .zhibo-name {
  background: #f2f2f2 !important;
  color: #666 !important;
}

.livelist-box .live-status0 strong,
.livelist-box .living {
  color: #f00;
}

.livelist-box .no-start {
  color: #4180ff;
}

.arrow-right {
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.a69_djQ5_YnJlYWRjcnVtYnNw h1 {
  font-size: 14px;
  padding-left: 5px;
  color: #fff;
}

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA {
  padding: 20px 10px;
  margin-top: 20px;
  border-radius: 8px;
}

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

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A span,
.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A a {
  display: inline-block;
  border: 1px solid #eef3f8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  margin: 0 3px;
  color: #fff;
}

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A span:hover,
.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A a:hover {
  background: var(--pagination-bg-hover-color);
  color: #fff !important;
}

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A .current {
  background: #c5643a;
  color: #fff;
  font-weight: bold;
}

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A .fa-angle-double-left::before {
  content: '<';
}

.a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A .fa-angle-double-right::before {
  content: '>';
}

.live_gybf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}

.live_gybf h3 {
  font-size: 16px;
  background: #c5643a;
  line-height: 28px;
  color: #fff;
}

.live_gybf .mxg li {
  display: flex;
  padding: 5px 24px;
  border-bottom: 1px solid #eef3f8;
}

.live_gybf .mxg li h4 {
  width: 110px;
  text-align-last: left;
  line-height: 30px;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.live_gybf .mxg li h4 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}

.live_gybf .mxg li span {
  background: #eef3f8;
  flex: 1;
  line-height: 30px;
}

.live_gybf .mxg .to span {
  background: rgba(249, 117, 34, 0.1);
}

.live_gybf .mxg .to .gao {
  background: #f97522;
}

.live_gybf .mxg .tw span {
  background: rgba(39, 197, 195, 0.1);
}

.live_gybf .mxg .tw .gao {
  background: #c5643a;
}

.live_lqbf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}

.live_lqbf h3 {
  font-size: 16px;
  background: #c5643a;
  line-height: 28px;
  color: #fff;
}

.live_lqbf .bft {
  display: flex;
  background: #eef3f8;
}

.live_lqbf .bft h4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 3px 0;
}

.live_lqbf .bft h4 img {
  width: 20px;
  margin-right: 3px;
}

.live_lqbf .msg li {
  padding: 0 4px;
  border-top: 1px solid #eef3f8;
  display: flex;
}

.live_lqbf .msg li span {
  flex: 1;
}

.data-title {
  padding: 24px;
}

.info-wrap {
  padding: 0 12px;
}

.info-wrap .flex-between .text-left {
  margin-left: 10px;
}

.info-wrap .flex-between .text-right {
  margin-right: 10px;
}

.info-wrap .flex .t-logo {
  width: 50px;
  height: 50px;
}

.info-wrap .flex dt {
  font-weight: bold;
}

.info-wrap .flex dd {
  color: #999;
}

.data-compare,
.overview-detail {
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  border-radius: 8px;
}

.overview-detail {
  padding: 0 12px 12px 12px;
}

.overview-detail .f-left {
  color: #c5643a;
}

.overview-detail .f-right {
  color: #f97522;
}

.overview-description {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin: 0 0.32rem;
}

.data-compare .overview-detail {
  box-shadow: none;
}

.data-compare .rate {
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
}

.data-compare .data {
  color: #666;
  width: 48px;
}

.data-progress .home-info,
.data-progress .away-info {
  flex-grow: 1;
}

.data-progress .home-info .stat,
.data-progress .away-info .stat {
  align-items: center;
}

.data-progress .overview-description {
  width: 44px;
  margin: 5px;
}

.data-progress .progress {
  position: relative;
  width: 100%;
  height: 14px;
  flex: 1;
  background: rgba(39, 197, 195, 0.1);
}

.data-progress .progress-portion {
  position: absolute;
  height: 100%;
}

.left .progress-portion {
  left: 0;
  background: #c5643a;
}

.data-progress .progress.right {
  background: rgba(249, 117, 34, 0.1);
}

.right .progress-portion {
  right: 0;
  background: #f97522;
}

.article-detail {
  padding: 10px;
}

.article-detail p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.article-detail iframe,
.article-detail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.tag {
  margin-top: 10px;
}

.tag a {

  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag a:hover {
  opacity: 0.8;
  background: #eee;
}

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

.livelist-box li {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eee;
}

.livelist-box li:first-child {
  border-top: none;
}

.livelist-box li:hover {
  background: #f2f6ff;
}

.livelist-box li .t-logo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.livelist-box li h2 {
  font-size: 14px;
}

.livelist-box li h3 {
  font-weight: normal;
  font-size: 14px;
}

.livelist-box li time {
  color: #666;
  margin-right: 10px;
  display: inline-block;
}

.livelist-box li a:hover {
  color: #333;
}

.livelist-box li .team {
  margin-top: 4px;
  align-items: center;
}

.livelist-box .live-hot-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.livelist-box .hot-live-side {
  width: 300px;
  padding-right: 50px;
}

.livelist-box .hot-live-side.text-right {
  text-align: right;
}

.livelist-box .hot-live-match {
  flex-grow: 1;
}

.livelist-box .score-wrap {
  width: 100px;
  text-align: center;
  flex-grow: 1;
}

.livelist-box .score-wrap span,
.livelist-box .score-wrap strong {
  display: block;
  width: 100%;
}

.livelist-box .team-wrap {
  display: flex;
  align-items: center;
  flex-grow: 0;
  width: 200px;
}

.livelist-box .team-wrap.text-right {
  justify-content: flex-end;
}

.hot-match {
  overflow: hidden;
  position: relative;
  width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

.hot-match .swiper {
  width: 100%;
  height: 100%;
  height: 120px;
  overflow: hidden;
}

.hot-match .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.hot-match .swiper-slide:hover {
  background-color: #38c0be;
  transition: all 0.3s ease;
}

.hot-match .swiper-slide:hover a {
  color: #fff;
}

.hot-match .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.hot-match .swiper-slide .live-btn {
  font-size: 14px;
}

.hot-match .match-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.hot-match .match-name h3 {
  font-size: 14px;
}

.hot-match .hot-game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.hot-match .hot-game-info img {
  width: 40px;
  height: 40px;
}

.hot-match .hot-game-info .team dd {
  margin-top: 8px;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hot-match .hot-game-info .match-score {
  flex-shrink: 0;
  font-size: 18px;
}

.hot-label {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd4b39;
  padding: 2px 20px;
  border-radius: 5px;
}

.hot-category-list {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}

.hot-category-list .hot-item {
  margin: 10px;
  width: 72px;
}

.hot-category-list .hot-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hot-category-list .hot-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.show-all-btn-container {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.show-all-btn {
  background: #c5643a;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.show-all-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  font-weight: bold;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA {
  position: relative;
  width: 100%;
  background: var(--bg-light-color);
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA a:hover {
  color: #c5643a;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .riqi {
  color: #c5643a;
  display: block;
  width: 100%;
  font-weight: 500;
  padding-bottom: 0.3rem;
  background: #f5f5f5 !important;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .riqi .riqi-label {
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 0 20px 20px 0;
  background: #c5643a;
  color: #ffffff;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .riqi p {
  height: 100%;
  padding: 10px 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .riqi span {
  margin-left: 0.5rem;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item {
  padding: 10px 20px;
  /* height: 50px; */
  border-top: 2px solid #c5643a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item:hover {
  background: #f2f6ff;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item:hover .zhibo-name {
  opacity: 0.8;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item .status-text {
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
  background: #f8f8f8;
  color: #666;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item h2 {
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #666;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item .time {
  width: 15rem;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item .time .live-time {
  display: flex;
  font-weight: 600;
  color: #666;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item .time .live-time .live-link {
  margin-left: 1rem;
  font-weight: 600;
  color: #666;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .a69_djQ5_c3RhdHVzLWJhcnA {
  height: 44px;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .a69_djQ5_c3RhdHVzLWJhcnA span {
  font-weight: bold;
  color: #dd4b39;
  padding-left: 10px;
  display: block;
  position: relative;
  font-size: 18px;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .a69_djQ5_c3RhdHVzLWJhcnA span::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #dd4b39;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 560px;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .live-link {
  width: 100%;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .score-wrap {
  width: 100px;
  text-align: center;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .score-wrap span,
.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .score-wrap strong {
  display: block;
  width: 100%;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .f-left,
.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .f-right {
  display: flex;
  align-items: center;
  flex: 1;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .f-left .team-logo {
  margin-right: 1rem;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .f-right .team-logo {
  margin-left: 1rem;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .duizhen .team-logo {
  width: 36px;
  height: 36px;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .live-btn {
  width: 120px;
  text-align: right;
}

.a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .zhibo-name {
  color: #c5643a;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.box {
  margin: 0 auto;
}

.a69_djQ5_Ym94LXJpZ2h0cA {
  background: var(--bg-light-color);
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}

.a69_djQ5_Ym94LXJpZ2h0cA a:hover {
  color: #c5643a;
}

.a69_djQ5_Ym94LXJpZ2h0cA .box-title {
  padding: 10px;
  font-size: 18px;
  color: #c5643a;
  border-bottom: 1px solid #eeeeee;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate::after {
  content: '';
  width: 78px;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate .li-data {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate li {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate li:hover {
  background: #f2f6ff;
}

.a69_djQ5_Ym94LXJpZ2h0cA .hot-cate li a {
  display: block;
}

.banner-info {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}

.banner-info .banner-info-ico {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}

.banner-info .banner-info-name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}

.lanqiu-bar {
  background-size: 100%;
}

.zuqiu-bar {
  background-size: 100%;
}

.news-box {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 5px;
}

.news-box img {
  width: 300px;
}

.news-box ul {
  padding: 5px 0;
}

.news-box ul li {
  position: relative;
  font-size: 16px;
  padding: 5px 8px;
}

.news-box ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0;
  margin-right: 8px;
  margin-bottom: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}

.xinwen-list {
  padding-bottom: 10px;
}

.xinwen-list li {
  margin: 10px 10px 0 10px;
}

.xinwen-list li a {
  position: relative;
  display: block;
}

.xinwen-list li a:hover {
  color: #fff;
}

.xinwen-list li img {
  width: 100%;
  height: 100px;
  display: none;
}

.xinwen-list .hover-news img {
  display: block;
}

.xinwen-list .hover-news a {
  color: #fff;
}

.xinwen-list .hover-news span {
  width: calc(100% - 10px);
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
  left: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}

.article-content {
  width: 1200px;
  margin: 0 auto;
}

.article-list {
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}

.article-list .no-live {
  margin: 0 auto;
}

.article-list li {
  padding: 24px;
  width: 100%;
}

.article-list .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-list .msg span {
  color: #666;
}

.article-list .imga img {
  width: 200px;
  height: 100px;
  margin-right: 20px;
}

.article-detail-main {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.article-detail-main .title-bar {
  text-align: center;
}

.article-detail-main .news-time {
  text-align: right;
  margin-top: 10px;
}

.article-detail-main .news-time p {
  line-height: 28px;
}

.article-detail-main .news-time time {
  color: #999;
}

.a69_djQ5_bWF0Y2gtbmF2cA {
  background: var(--bg-light-color);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.a69_djQ5_bWF0Y2gtbmF2cA li {
  margin-right: 20px;
}

.a69_djQ5_bWF0Y2gtbmF2cA a {
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
  /* color: #fff; */
}

.a69_djQ5_bWF0Y2gtbmF2cA .active {
  border: #00c0ff solid 1px;
  color: #fff;
}

.a69_djQ5_bWF0Y2gtbmF2cA .icon-quanbu,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-remen,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-zuqiu,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-lanqiu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a69_djQ5_bWF0Y2gtbmF2cA .icon-quanbu::before,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-remen::before,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-zuqiu::before,
.a69_djQ5_bWF0Y2gtbmF2cA .icon-lanqiu::before {
  margin-right: 4px;
  font-size: 18px;
}

.reverse .left-main {
  width: 960px;
}

.reverse .right-main {
  width: 220px;
}

.date-list {
  padding: 10px;
  box-sizing: border-box;
  /* background-color: #f7f9fa; */
  border-radius: 8px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: stretch;
}

.date-list li {
  flex-grow: 1;
}

.date-list a {
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}

.date-list a:hover {
  color: var(--all-game-data-list-a-hover-color);
}

.date-list .active {
  background: #00c0ff;
  color: var(--all-game-data-list-a-active-color);
}

.date-list .active:hover {
  color: var(--all-game-data-list-a-active-hover-color);
}

@media screen and (max-width: 1080px) {
  .main {
    width: 100%
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .a69_djQ5_bGl2ZS1jb250ZW50cA {
    width: unset !important;
  }

  .a69_djQ5_bGl2ZS1saXN0cA {
    display: flex;
    flex-direction: column;
  }

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

  .date-list {
    overflow-x: auto;
    width: 100%;
  }

  .date-list::-webkit-scrollbar {
    display: none;
  }

  .a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .item {
    display: flex;
    flex-wrap: wrap;
  }

  .a69_djQ5_bGl2ZS1jb250ZW50cA .a69_djQ5_bGl2ZS1saXN0cA .live-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .a69_djQ5_cGFnaW5nLWNsc3A {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A span,
  .a69_djQ5_cGFnaW5hdGlvbi13cmFwcA .a69_djQ5_cGFnaW5nLWNsc3A a {
    display: inline-block;
    border: 1px solid #eef3f8;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    margin: 3px;
  }


  .a69_djQ5_bWF0Y2gtbmF2cA ul {
    overflow-x: auto;
    width: 100%;
  }

  .a69_djQ5_bWF0Y2gtbmF2cA ul::-webkit-scrollbar {
    display: none;
  }
}


.a69_djQ5_cGFnaW5nLWNsc3A {
  display: flex;
  align-items: center;
  justify-content: center;
}

.active a {
  background-color: #fff;
  color: #000 !important;
}

/*å…¨éƒ¨æ¯”èµ›ç»“æŸ*/


/*è¶³çƒè§†é¢‘å¼€å§‹*/
@media screen and (max-width: 1080px) {
  .article iframe {
    width: 100%;
    height: auto !important;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }
}

/*è¶³çƒè§†é¢‘ç»“æŸ*/

/*æ¯”èµ›è¯¦æƒ…å¼€å§‹*/
body {
  background: var(--bg-color)
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match {
  width: 100%;
  min-height: 195px;
  border-radius: 13px;
  margin: 1rem auto;
  background-size: cover;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw {
  background-color: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_title {
  width: 90%;
  padding-top: 2rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_back {
  width: 5%;
  display: none;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_back img {
  cursor: pointer;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_cname {
  width: 90%;
  line-height: 25px;
  vertical-align: middle;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_share {
  width: 5%;
  display: none;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_competition {
  width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_team {
  width: 30%;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info {
  width: 40%;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info a {
  text-decoration: none;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_logo {
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 28px;
  margin: auto;
  line-height: 42px;
  padding: 7px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_tname {
  line-height: 24px;
  min-height: 40px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 0.5rem;
  word-break: break-all;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_1 {
  padding-bottom: 0.6rem;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  min-height: 2rem;
  cursor: pointer;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;

}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_3 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_4 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_5 {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid #FFFFFF;
  border-radius: 13.5px;
  cursor: pointer;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_tab {
  width: 100%;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  overflow: auto;
  display: -webkit-box;
  padding: 0 10px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_tab::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  height: 0px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_tab_item {
  padding: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-right: 5px;
  cursor: pointer;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_tab .active {
  color: var(--stream-page-tab-active-color);
  font-weight: 700;
  border-bottom: 3px solid #a5b957;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_blank {
  width: 100%;
  height: 0.5rem;
}

.a69_djQ5_bmV3X3RhYmxlcA {
  margin-bottom: 1rem;
  display: none;
}

.a69_djQ5_bmV3X3RhYmxlcA_active {
  display: block;
}

.a69_djQ5_bmV3X3RhYmxlcA_active a {
  text-decoration: none;
}

.match_daohang {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 1.88rem;
  line-height: 1.88rem;
  margin-bottom: 1rem;
}

.match_daohang div {
  margin-left: 0.94rem;
  margin-right: auto;
  text-align: left;
  font-size: 0.88rem;
}


.a69_djQ5_bmV3X3RhYmxlcA_title {
  width: 100%;
  min-height: 50px;
  line-height: 1.5rem;
  font-size: 1rem;
  background: #F8F8F8;
  vertical-align: middle;
  display: table;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.a69_djQ5_bmV3X3RhYmxlcA_title_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
}

.per-10 {
  width: 10%;
}

.per-24 {
  width: 24%;
}

.per-20 {
  width: 20%;
}

.per-30 {
  width: 30%;
}


.per-15 {
  width: 15%;
}

.per-38 {
  width: 38%;
}


.per-13 {
  width: 13%;
}

.img-42 {
  width: 54px;
  height: 54px;
}

.per-18 {
  width: 18%;
}

.a69_djQ5_bmV3X3RhYmxlcA_row {
  width: 100%;
  min-height: 2.5rem;
  line-height: 1.2rem;
  font-size: 1rem;
  background: rgba(248, 248, 248, 0.00);
  vertical-align: middle;
  display: table;
  border-bottom: solid 0.1rem #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.a69_djQ5_bmV3X3RhYmxlcA_row a {
  text-decoration: none;
}

.a69_djQ5_bmV3X3RhYmxlcA_row_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #292b2c;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}

.a69_djQ5_bmV3X3RhYmxlcA_row_all {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  border-bottom: dashed 0.2rem #ccc;
  font-size: 1.2rem;
  font-weight: bold;
}

.a69_djQ5_bmV3X3RhYmxlcA_no {
  width: 100%;
  text-align: center;
  color: #999;
  line-height: 50px;
  background-color: #fff;
  height: 50px;
  vertical-align: middle;
}

.a69_djQ5_bWF0Y2hfaW5mb18wMDFw {
  font-size: 18px;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 50px;
  line-height: 4rem;
}

.a69_djQ5_bWF0Y2hfaW5mb18wMDFw img {
  margin-right: 1rem !important;
  margin-left: 1rem;
}

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

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0.5rem 0;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_img {
  margin: 0.3rem;
  width: 5%;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_img img {
  width: 25px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_left {
  margin: 0.3rem;
  width: 45%;
  text-align: left;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 25px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_right {
  margin: 0.3rem;
  width: 42%;
  text-align: right;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 20px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_ngay {
  width: 100%;
  height: 34px;
  background: #F8F8F8;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 34px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_info {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid rgba(244, 244, 244, 1);
  background: rgba(248, 248, 248, 0.00);
  display: flex;
  text-align: center;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_value {
  width: 30%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_key {
  width: 40%;
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_key2 {
  width: 40%;
  font-family: Helvetica-Bold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon {
  width: 73%;
  line-height: 16px;
  margin-top: 0.5rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item {
  width: 33.3%;
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item1 {
  width: 100%;
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item img {
  height: 16px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item1 img {
  height: 16px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_data {
  width: 100%;
  background: rgba(248, 248, 248, 0.00);
  border-top: 1px solid rgba(244, 244, 244, 1);
  display: flex;
  padding: 0.5rem 0;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_icon {
  width: 15%;
  text-align: right;
  margin-right: 20px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_icon img {
  height: 14px;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_text {
  width: 60%;
  text-align: left;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}

.a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_time {
  width: 15%;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
}


@media only screen and (max-width:640px) {
  .top-a69_djQ5_bmF2LWl0ZW1w.last-item {
    margin: 0 15px;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match {
    width: 95%;
    min-height: 195px;
    border-radius: 13px;
    margin: 1rem auto;
    background-size: cover;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_title {
    width: 90%;
    padding-top: 1rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_back {
    width: 10%;
    display: block;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_back img {
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_cname {
    width: 80%;
    line-height: 21px;
    vertical-align: middle;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_share {
    width: 10%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_competition {
    width: 95%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_team {
    width: 25%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info {
    width: 50%;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_logo {
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 28px;
    margin: auto;
    line-height: 42px;
    padding: 7px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_tname {
    line-height: 20px;
    min-height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0.5rem;
    word-break: break-all;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_1 {
    padding-bottom: 0.6rem;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    min-height: 2rem;
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_2 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;

  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_3 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_4 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_match_info_5 {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid #FFFFFF;
    border-radius: 13.5px;
    cursor: pointer;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab {
    width: 100%;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    overflow: auto;
    display: -webkit-box;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    height: 0px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab_item {
    padding: 0.6rem;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_tab .active {
    color: var(--stream-page-tab-active-color);
    font-weight: 700;
    border-bottom: 3px solid #a5b957;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_blank {
    width: 100%;
    height: 0.7rem;
  }

  .a69_djQ5_bmV3X3RhYmxlcA {
    margin-bottom: 1rem;
    display: none;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_active {
    margin-bottom: 1rem;
    display: block;
    margin: 0 30px;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_title {
    width: 100%;
    min-height: 3rem;
    line-height: 1.5rem;
    font-size: 1rem;
    background: #F8F8F8;
    vertical-align: middle;
    display: table;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_title_col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
  }

  .per-10 {
    width: 10%;
  }

  .per-24 {
    width: 24%;
  }

  .per-20 {
    width: 20%;
  }

  .per-30 {
    width: 30%;
  }


  .per-15 {
    width: 15%;
  }

  .per-38 {
    width: 38%;
  }


  .per-13 {
    width: 13%;
  }

  .img-42 {
    width: 54px;
  }

  .per-18 {
    width: 18%;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_row {
    width: 100%;
    min-height: 2.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
    background: rgba(248, 248, 248, 0.00);
    vertical-align: middle;
    display: table;
    border-bottom: solid 0.1rem #eeeeee;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_row_col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_row_all {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: #fff;
    border-bottom: dashed 0.2rem #ccc;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .a69_djQ5_bmV3X3RhYmxlcA_no {
    width: 100%;
    text-align: center;
    color: #999;
    line-height: 3rem;
    background-color: #fff;
    height: 3rem;
    vertical-align: middle;
  }

  .a69_djQ5_bWF0Y2hfaW5mb18wMDFw {
    font-size: 1rem;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 4rem;
    line-height: 4rem;
  }

  .a69_djQ5_bWF0Y2hfaW5mb18wMDFw img {
    margin-right: 1rem !important;
    margin-left: 1rem;
  }

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

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_title {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0.5rem 0;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_img {
    margin: 0.3rem;
    width: 8%;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_img img {
    width: 20px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_left {
    margin: 0.3rem;
    width: 42%;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_title_right {
    margin: 0.3rem;
    width: 42%;
    text-align: right;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_ngay {
    width: 100%;
    height: 34px;
    background: #F8F8F8;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_info {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid rgba(244, 244, 244, 1);
    background: rgba(248, 248, 248, 0.00);
    display: flex;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_value {
    width: 30%;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_key {
    width: 40%;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_key2 {
    width: 40%;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 17px;
    font-weight: 700;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon {
    width: 95%;
    line-height: 16px;
    margin-top: 0.5rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item {
    width: 33.3%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item1 {
    width: 100%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item img {
    height: 16px;
    margin-right: 0.2rem;
    vertical-align: middle;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_icon_item1 img {
    height: 16px;
    margin-right: 0.2rem;
    vertical-align: middle;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_data {
    width: 100%;
    background: rgba(248, 248, 248, 0.00);
    border-top: 1px solid rgba(244, 244, 244, 1);
    display: flex;
    padding: 0.5rem 0;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_icon {
    width: 15%;
    text-align: center;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_icon img {
    height: 14px;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_text {
    width: 70%;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
  }

  .a69_djQ5_bGl2ZV9kZXRhaWxw_text_data_time {
    width: 15%;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
  }

}

/*æ¯”èµ›è¯¦æƒ…ç»“æŸ*/
.page {
  overflow: hidden;
  padding: 20px;
}

.a69_djQ5_cGFnZS10aXRsZXA {
  width: 230px;
  float: left
}

.a69_djQ5_cGFnZS10aXRsZXA li {
  margin-bottom: 10px
}

.a69_djQ5_cGFnZS10aXRsZXA li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border: #9E9E9E 1px solid;
  border-radius: 3px;
}

#pagecurrent,
.a69_djQ5_cGFnZS10aXRsZXA li a:hover {
  background: #a5b957;
  color: #fff;
  border: #fff 1px solid;
}

.a69_djQ5_cGFnZS1ib3hw {
  width: 830px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #bbb 1px solid;
  min-height: 500px;
}

.a69_djQ5_cGFnZS1ib3hw-title {
  font-size: 16px;
  border-bottom: 1px solid #bbb;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.a69_djQ5_cGFnZS1ib3hw-title:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 2px;
  content: "";
  background: #000;
  left: 0;
  bottom: -1px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.a69_djQ5_cGFnZS1ib3hw-title:hover:after {
  width: 80px;
}

.a69_djQ5_cGFnZS1ib3hw-content {
  line-height: 26px;
  ;
}

.a69_djQ5_cGFnZS1ib3hw-content p {
  margin-bottom: 15px;
}

.a69_djQ5_cGFnZS1ib3hw-content img {
  max-width: 100%;
  margin: 10px auto
}

.a69_djQ5_cGFnZS1ib3hw-content h2,
.a69_djQ5_cGFnZS1ib3hw-content h3,
.a69_djQ5_cGFnZS1ib3hw-content h4,
.a69_djQ5_cGFnZS1ib3hw-content h5,
.a69_djQ5_cGFnZS1ib3hw-content h6 {
  font-size: 16px;
  margin: 20px 0;
  position: relative;
}

.a69_djQ5_cGFnZS1ib3hw-content h2:before,
.a69_djQ5_cGFnZS1ib3hw-content h3:before,
.a69_djQ5_cGFnZS1ib3hw-content h4:before,
.a69_djQ5_cGFnZS1ib3hw-content h5:before,
.a69_djQ5_cGFnZS1ib3hw-content h6:before {
  position: absolute;
  content: "";
  background: #c5643a;
  width: 3px;
  height: 100%;
  left: -32px;
  bottom: 0;
}

.a69_djQ5_cGFnZS1ib3hw-content a {
  color: #39F
}

@media screen and (max-width: 640px) {
  .a69_djQ5_cGFnZS1ib3hw {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: unset !important;
    padding: 0 12px !important;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .box {
    width: 100%;
  }

  .a69_djQ5_c2Vhc29uX2FyZWFw {
    width: 100%;
  }
}


/*è”èµ›æŽ’è¡Œæ¦œå¼€å§‹*/

.a69_djQ5_bmV3X2NvbnRlbnRfaDFw h2 {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: var(--leaderboard-header-text-color);
  line-height: 50px;
  font-weight: 600;
  background: var(--header-bg);
  padding-left: 10px;
}

.a69_djQ5_cmFuay1saXN0cA-title {
  width: 100%;
  background-color: #ccc;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.a69_djQ5_cmFuay1saXN0cA-title div,
.a69_djQ5_cmFuay1saXN0cA-tr div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
}

.a69_djQ5_cmFuay1saXN0cA-tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 640px) {
  .news-ul li a span {
    display: inline-block;
    width: 100%;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .news-ul li {
    line-height: 35px;
  }

  .news-ul li b {
    text-align: right;
    display: block;
    float: unset;
  }

  .layui-tab-title {
    height: unset;
    white-space: unset
  }

  .bloglist .data {
    width: 33%;
    padding-left: 10px;
  }

  .bloglist li .a69_djQ5_bWF0Y2gtaXRlbXA,
  .bloglist li .a69_djQ5_bWF0Y2gtaXRlbXA div.live {
    display: block;
  }

  .bloglist li .a69_djQ5_bWF0Y2gtaXRlbXA .match-info .match {
    width: 45%;
  }

  .bloglist li span.r {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .bloglist li .a69_djQ5_bWF0Y2gtaXRlbXA div.match-info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rbox {
    display: unset;
    width: 100%;
  }

  li.news-ellipsis {
    -webkit-line-clamp: 1;
  }
}

/*è”èµ›æŽ’è¡Œæ¦œç»“æŸ*/

/*æœç´¢ å¼€å§‹*/
.a69_djQ5_aGVhZC1iYW5uZXJw {
  /* padding-top: 10px; */
  width: 300px;
}

.sall {
  width: 256px;
  BORDER: #494949 1px solid;
  MARGIN: 2px auto;
  HEIGHT: 28px;
  line-height: 28px;
  border-radius: 2px 2px 2px 2px;
}

.a69_djQ5_aW5wX2tleXA {
  LINE-HEIGHT: 26px;
  WIDTH: 200px;
  BACKGROUND: #fff;
  FLOAT: left;
  HEIGHT: 26px;
  COLOR: #999;
  outline: none;
  MARGIN-LEFT: 1px;
  FONT-SIZE: 12px;
  border: 1px solid #00000046;
  padding-left: 10px;
}

.a69_djQ5_c2VhcmNoX2J0bnA {
  BORDER-BOTTOM: #0173e6 0px;
  BORDER-LEFT: #0173e6 0px;
  PADDING-BOTTOM: 6px;
  MARGIN: 0px;
  PADDING-LEFT: 12px;
  WIDTH: 55px;
  PADDING-RIGHT: 12px;
  BACKGROUND: var(--search-btn-bg-color);
  HEIGHT: 28px;
  COLOR: var(--search-btn-text-color);
  FONT-SIZE: 14px;
  VERTICAL-ALIGN: top;
  BORDER-TOP: #0173e6 0px;
  CURSOR: pointer;
  BORDER-RIGHT: #0173e6 0px;
  PADDING-TOP: 4px;
  border-image: none;
}

/*æœç´¢ ç»“æŸ*/

/*è¿”å›žé¡¶éƒ¨ å¼€å§‹*/
.footnav {
  position: fixed;
  right: 40px;
  bottom: 15px;
  width: 60px;
  /* height: 296px; */
  border-radius: 6px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  z-index: 999;
  background: #ffffff;
}

.nav_lio {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #C3C3C3;
}

.kefu img {
  width: 24px;
  height: 24px;
}

.kefu_text {
  text-align: center;
  margin-top: 4px;
}

/*è¿”å›žé¡¶éƒ¨ ç»“æŸ*/

@media screen and (min-width: 640px) {
  .header_item:hover .a69_djQ5_bWVudV9pdGVtX3VscA {
    display: flex;
  }
}



.home {
  height: 37px;
  margin-bottom: 7px;
}

.home a {
  color: #fff;
}

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

/*ç”µè§† å¼€å§‹*/

.conn {
  MARGIN: 0px auto;
  WIDTH: 1200px;
  PADDING-RIGHT: 0px;
  HEIGHT: auto;
  display: flex;
  margin-top: 20px;
  flex-direction: var(--data-order-flex-direction);
  gap: 10px;
}

.a69_djQ5_Y29uLWxlZnQtbGlzdHA-tv {
  background: var(--bg-light-color);
  /* box-shadow: 0 5px 10px #eee; */
  border-radius: 8px;
  padding: 0 0px;
  width: 750px;
  float: left;
  margin: 0 20px 40px 0;
  display: flex;
  flex-direction: column;
}

.a69_djQ5_YnQtYzJw-sb {
  display: flex;
  justify-content: space-between;
}

.a69_djQ5_YnQtYzJw {
  /* border-bottom: 2px solid #3977ac;
  box-shadow: 0 5px 10px #eee; */
  float: left;
  /* background: #fff no-repeat; */
  width: 100%;
  height: 40px;
  margin: 0 0 0px 0;
  padding: 0px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;

}

.a69_djQ5_YnQtYzJw p {
  border-radius: 8px 8px 0 0;
  /* background: #3977ac; */
  height: 40px;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin: 0px 0 0px 0px;
  padding: 0 20px;
}

.a69_djQ5_YnQtYzJw p a {
  color: #fff;
}

.a69_djQ5_ZmxuYW1lcA {
  height: 42px;
  line-height: 42px;
  background: var(--bg-light-color);
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  /* border-bottom: 2px var(--tv-title-bg-border-bottom-color) solid; */
}

.flimg {
  margin: 0 12px 0 10px;
}

.a69_djQ5_ZmxuYW1lcA a {
  float: right;
  margin-right: 20px;
  font-size: 14px;
}

.gengduo {
  color: #fff !important;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxw {
  /* border-right: 1px #eee solid;
  border-left: 1px #eee solid; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxw li {
  width: 23%;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 11px;
  border: #fff 1px solid;
  padding: 2px;
  margin: 11px 4px;
}

a {
  text-decoration: none;
  font-size: 14px;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3Bob3RvcA {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3Bob3RvcA span {
  width: 100%;
  height: 90px;
  display: block;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3Bob3RvcA span img {
  width: 100%;
  height: 90px;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  border: 0;
  vertical-align: middle;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3Bob3RvcA .covermask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3Bob3RvcA .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 49px;
  height: 49px;
  opacity: 0;
  -webkit-transform: scale(.7);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: .5s;
  transform: scale(.7);
  transition-property: opacity, transform;
  transition-duration: .5s;
  zoom: 1;
  background-size: 100% 100%;
}

.a69_djQ5_ZHVhbnNwX2xpc3RfZmxwnr .a69_djQ5_ZHNwX3RpdGxlcA {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 26px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.a69_djQ5_Y29ubi1yaWdodHA {
  flex: var(--info-page-two-flex);
  float: right;
  display: flex;
  flex-direction: column;
}

.zhibo_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.zhibo_list li {
  border-bottom: 1px #eee solid;
  padding: 0 5px;
}

.a69_djQ5_emhpYm9fbGlzdF9mbHNqcA {
  color: #999;
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a69_djQ5_emhpYm9fbGlzdF9kd3Azb {
  height: 65px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a69_djQ5_emhpYm9fbGlzdF9kd3A {
  width: 220px;
}

.a69_djQ5_emhpYm9fbGlzdF9kd3A span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.a69_djQ5_emhpYm9fbGlzdF9kd3A span cite img {
  width: 22px;
  height: 22px;
  border-radius: 25em;
  margin-bottom: -4px;
  margin-right: 6px;
}

img {
  object-fit: cover;
  border: 0;
  vertical-align: middle;
}

.a69_djQ5_YnQtYzJw {
  /* border-bottom: 2px solid var(--primary-color);
      box-shadow: 0 5px 10px #eee; */
  background-image: url('/static/images/a69/topbaricon.png');
  background-repeat: no-repeat;
  float: left;
  /* background: #fff no-repeat; */
  width: 100%;
  height: 40px;
  margin: 0 0 0px 0;
  padding: 0px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.a69_djQ5_YnQtYzJw p {
  border-radius: 8px 8px 0 0;
  /* background: #a5b957; */
  height: 40px;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin: 0px 0 0px 0px;
  padding: 0 20px;
}

.a69_djQ5_bGlzdC1yaWdodHA {
  border-radius: 0 0 8px 8px;
  float: left;
  padding: 20px 15px;
  background: var(--bg-light-color);
  margin: 0 0 20px 0;
}

.a69_djQ5_bGlzdC1yaWdodHA li {
  float: left;
  width: 95%;
  padding: 0 0 0 20px;
  float: left;
  line-height: 35px;
  height: 35px;
  border-bottom: 0px dashed #CCC;
  overflow: hidden;
  background: url(/static/images/u16/d.jpg) 0 15px no-repeat;
}

.a69_djQ5_bGlzdC1yaWdodHA li:hover {
  background-color: #00c0ff;
}

.a69_djQ5_bGlzdC1yaWdodHA li a {
  color: #fff;
}

.right_team a {
  padding: 10px;
}

.a69_djQ5_Y29ubi1sZWZ0cA {
  background: var(--bg-light-color);
  /* box-shadow: 0 5px 10px #eee; */
  border-radius: 8px;
  padding: 0 0px;
  flex: var(--info-page-one-flex);
  float: left;
  margin: 0 20px 40px 0;
}

.spxh_lb {
  margin-bottom: 19px;
  padding-top: 20px;
  width: 100%;
  display: inline-block;
  float: left;
}

.spxh_lb h5 {
  font-size: 17px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-left: 12px;
  color: #666;
}

.singldl {
  margin: 0;
  float: left;
  color: #fff;
}

.singldl dd.active {
  background: var(--primary-color);
}

.singldl dd {
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
  color: var(--tv-item-text-color);
  background: var(--tv-item-bg-color);
  border-radius: 30px;
  padding: 0 6px;
  min-width: 60px;
  margin-left: 10px;
  cursor: pointer;
}

.zhixun {
  margin-bottom: 20px;
}

.right_team li {
  background: unset;
  padding: unset;
  width: unset;
}

.a69_djQ5_cGFnZS1oMS1kb21w {
  font-size: 20px;
  padding: 10px 0;
  margin-left: 10px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .conn {
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
    BACKGROUND: #F5F5F5;
    HEIGHT: auto;
    flex-direction: column;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .a69_djQ5_Y29uLWxlZnQtbGlzdHA-tv {
    width: 100%;
  }

  .a69_djQ5_YnQtYzJw {
    border-bottom: 2px solid #3977ac;
    box-shadow: 0 5px 10px #eee;
    float: left;
    background: #fff no-repeat;
    width: 100%;
    height: 40px;
    margin: 0 0 0px 0;
    padding: 0px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .a69_djQ5_YnQtYzJw p {
    border-radius: 8px 8px 0 0;
    /* background: #3977ac; */
    height: 40px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0px 0 0px 0px;
    padding: 0 20px;
  }

  .a69_djQ5_YnQtYzJw p a {
    color: #fff;
  }

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

  .a69_djQ5_ZHVhbnNwX2xpc3RfZmxw li {
    width: 46%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 11px;
    margin-left: 4px;
    margin-right: 4px;
    border: #ccc 1px solid;
    padding: 2px;
  }

  a {
    text-decoration: none;
    font-size: 14px;
  }

  img {
    object-fit: cover;
    border: 0;
    vertical-align: middle;
  }

  .a69_djQ5_Y29ubi1yaWdodHA {
    width: 100%;
    float: right;
    display: flex;
    flex-direction: column;
  }

  .a69_djQ5_YnQtYzJw {
    border-bottom: 2px solid #3977ac;
    box-shadow: 0 5px 10px #eee;
    float: left;
    background: #fff no-repeat;
    width: 100%;
    height: 40px;
    margin: 0 0 0px 0;
    padding: 0px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .a69_djQ5_YnQtYzJw p {
    border-radius: 8px 8px 0 0;
    /* background: #3977ac; */
    height: 40px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0px 0 0px 0px;
    padding: 0 20px;
  }

  .a69_djQ5_YnQtYzJw {
    border-bottom: 2px solid #803600;
    box-shadow: 0 5px 10px #eee;
    float: left;
    background: #fff no-repeat;
    width: 100%;
    height: 40px;
    margin: 0 0 0px 0;
    padding: 0px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .a69_djQ5_YnQtYzJw p {
    border-radius: 8px 8px 0 0;
    /* background: #a5b957; */
    height: 40px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0px 0 0px 0px;
    padding: 0 10px;
  }

  .a69_djQ5_bGlzdC1yaWdodHA {
    border-radius: 0 0 8px 8px;
    float: left;
    width: 86%;
    padding: 20px 7%;
    background: #fff;
    margin: 0 0 20px 0;
  }

  .a69_djQ5_bGlzdC1yaWdodHA li {
    float: left;
    width: 95%;
    padding: 0 0 0 5%;
    float: left;
    line-height: 35px;
    height: 35px;
    border-bottom: 0px dashed #CCC;
    overflow: hidden;
    background: url(/static/images/u16/d.jpg) 0 15px no-repeat;
  }

  .a69_djQ5_bGlzdC1yaWdodHA li a {
    color: #666;
  }

  .a69_djQ5_Y29ubi1sZWZ0cA {
    background: #fff;
    box-shadow: 0 5px 10px #eee;
    border-radius: 8px;
    padding: 0 0px;
    width: 100%;
    float: left;
    margin: 0 0px 10px 0;
  }

  .a69_djQ5_Y29udGVudF9uZXdzcA_tv iframe {
    width: 100%;
    height: auto !important;
  }

  .nav-link a {
    color: #fff;
  }

  .right_team li {
    background: unset;
    padding: unset;
    width: unset;
  }

  .dibu-wrapper {
    display: block;
  }

  .dibu-line {
    display: none;
  }

  .dibu-list {
    display: block;
    padding: 10px;
  }

  .dibu-container {
    width: 100%;
  }

  .dibu-list a {
    margin: 6px;
  }

  .dibu-area {
    margin-bottom: 10px;
  }
}

/*ç”µè§† ç»“æŸ*/

/*tag left-right å¼€å§‹*/
.area {
  display: flex;
  width: 1200px;
  margin: 10px auto;
}

.area .a69_djQ5_aS1tYWluLWxlZnRw {
  margin-right: 25px;
}

.a69_djQ5_aS1tYWluLXNpZGVw {
  width: 360px;
  float: right;
  display: flex;
  flex-direction: column;
}

.titleR {
  border-bottom: 2px solid #a5b957;
  box-shadow: 0 5px 10px #eee;
  float: left;
  background: #fff no-repeat;
  width: 100%;
  height: 40px;
  margin: 0 0 0px 0;
  padding: 0px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tt {
  border-radius: 8px 8px 0 0;
  background: #a5b957;
  height: 40px;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin: 0px 0 0px 0px;
  padding: 0 20px;
}

.a69_djQ5_Zm91cl9waWNw {
  border-radius: 0 0 8px 8px;
  float: left;
  width: 92%;
  padding: 20px 15px;
  background: #fff;
  margin: 0 0 20px 0;
}

.a69_djQ5_Zm91cl9waWNw ul li {
  height: unset;
  float: left;
  width: 100%;
  padding: 0 0 0 10px;
  float: left;
  line-height: 35px;
  height: 35px;
  border-bottom: 1px dashed #CCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .area {
    width: 100%;
    flex-direction: column;
  }

  .a69_djQ5_aGVhZC1iYW5uZXJw {
    padding-top: 0px;
    width: unset;
  }

  .area .a69_djQ5_aS1tYWluLWxlZnRw {
    margin-right: unset;
  }

  .a69_djQ5_aS1tYWluLXNpZGVw {
    width: 100%;
  }
}

/*tag left-right ç»“æŸ*/

.a69_djQ5_c2Vhc29uX2FyZWFw a:hover {
  color: var(--navbar-link-hover);
}

.a69_djQ5_cmVhZGluZ19ib3hw #comment_box {
  background: unset;
  border: 0;
}