body {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  }
  div,
  span,
  a {
    font-size: unset;
  }
  .layui-icon {
    font-size: unset;
  }


  .main-body {
    position: relative;
    background: url(/assets/abc2020/discount/252/images/backgroundImg.webp) top center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
  }
  .top-banner {
    width: 100%;
  }

  body div,body span {
    color: unset;
    font-family: PingFang SC;
}

  .main-content {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    align-items: center;
    padding: 0 0.14rem;
  }

  .main-content .match-card{
    /* width: 100%; */
    width: 87%;
    /* margin: 5rem; */
    height: 2.25rem;
    /* background: url(../images/match-info-bg.webp) no-repeat center/cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.5rem;
  }
  .main-content .match-card p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .main-content .match-coming-soon {
    /* background: url(../images/match-coming-bg.png) no-repeat center/cover;
    position: relative;
    height: 15.25rem; */

    background: url(../images/match-coming-bg.png) no-repeat center/cover;
    position: relative;
    height: 13.25rem;
  }
  
  .main-content .match-info {
    background: url(../images/match-info-bg.png) no-repeat center/cover;
    margin-bottom: 0.3rem;
    height: 241px;
    width: 87%;
  }
  
  .cardWidth {
    width: 87%;
    margin: 0.8rem 0;
  }
  
  .spaceBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tableDisplayText{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353858;
    margin-right: 1rem;
  }
  
  .match-coming-soon .match-coming-header {
    width: 20.74rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.05rem;
  }

  .match-coming-soon .match-coming-soon-icon {
    width: 16.76rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.62rem;
  }

  .match-card .team-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.14rem;
    padding-top: 0.1rem;
  }
  .match-card .team-info .team-logo-container {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .match-card .team-info .team-logo {
    width: 0.8rem;
  }
  .match-card .team-info .team-name {
    font-size: 0.26rem;
    max-width: 2.1rem;
  }
  .match-card .match-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .match-card .match-detail .match-league-name {
    width: 220px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 0.6rem;
    text-align: center;

    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }

  .match-card .match-detail .match-time {
    font-size: 1rem;
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.05rem 2.1rem;
    color: #096ED6;
    max-width: 16rem;
    margin-top: 1rem;
  }
  .match-card .match-detail img{
    /* height: 4rem; */
    /* padding-bottom: 0.35rem; */
    padding-top: 0.26rem;
    width: 7rem;
  }


  .teamLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }

  .teamLeft{
    margin-right: auto !important;
    margin-left: 4rem;
  }

  .teamRight {
    margin-left: auto !important;
    margin-right: 4rem;
  }

  .logoContainer{
    width: 6rem;
    height: 6rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .teamLogo .logoContainer img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .teamLogo .team-alias {
    text-align: center;
    color: white;
    width: 15rem;
    font-size: 22px;
  }

  .btnsBGColor {
    background: #ffffff !important ;
  }
  .lastRow {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .content-card {
    /* TODO: the border is for showing the box size, remove it later  */
    border: 0.03rem solid #000000;
    margin: 0 0.06rem;
  }
  
  .content-table {
    padding: 0;
    border-radius: 0.25rem;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding-bottom: 0.3rem;
    width: 100%;
  }
  
  .title-side {
    height: 1.2rem;
    margin-left: 1rem;
  }

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

  .title-side-line {
    width: 0.08rem;
    height: 0.3rem;
    background: #9a1032;
    border-radius: 0.06rem;
    margin-right: 0.1rem;
  }
  .title-side-left-fonts {
    color: #2a2a2a;
    font-size: 0.32rem;
  }
  .title-side-right {
    color: #463420;
    font-size: 0.28rem;
    font-weight: 500;
  }
  .to-game-btn {
    width: 70%;
    height: 0.8rem;
    color: #ffffff;
    background: #4768c7;
    border-radius: 10px;
    font-size: 0.3rem;
    margin: 0.26rem auto 0;
  }
  .rules-icon {
    margin-left: 0.1rem;
    height: 1rem;
    width: 1rem;
  }
  
  .rules-info{
    font-size: 0.8rem;
  }
  
  .closeOpen{
    width: 1rem;
    height: 0.5rem;
    margin-left: 0.1rem;
  }
  
  .table-list-box {
    margin: 0 auto;
    border-radius: 0.5rem;
    width: calc(100% - 0.2rem);
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  
  .table-list-title {
    background: linear-gradient(180deg, #BADDFE, #FFFFFF);
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    /* border-bottom: #D9D9D9 1px solid; */
    height: 2.8rem;
    font-size: 17.28rem;
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: bold;
    color: #353858;
  }
  
  #prizeListBox{
    width: 100%;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.2);
    background-color: white;
    /* border-bottom-left-radius: 0.13rem;
    border-bottom-right-radius: 0.13rem;
    border-top-left-radius: 0.13rem;
    border-top-right-radius: 0.13rem; */
    border-radius: 0.5rem;
  }
  
  
  
  .table-list-content {
    background: #f5f5f5;
    height: 0.88rem;
    color: #747474;
  }
  
  .table-content-list-left {
    font-size: 0.3rem;
  }
  .table-list-content2 {
    background: #ffffff;
  }
  .table-sub-btn {
    height: 0.68rem;
    width: 68%;
    background: linear-gradient(97deg, #c13c5c 0%, #da4369 100%);
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: #ffffff;
  }
  .table-sub-btn-disable {
    background: #d7d7d8;
    color: #7e7e7e;
  }
  .chose-btn-box {
    border: 1px solid #eeeeee;
    background: #ffffff;
    border-radius: 0.46rem;
    color: #6e6e6e;
    font-size: 0.28rem;
    width: 72%;
    height: 0.68rem;
  }
  .chose-btn-box .chose-icon {
    font-size: 0.24rem;
    color: #ecc190;
    font-weight: bold;
    margin-left: 0.1rem;
  }
  
  
  .intro-content {
    border-radius: 0.16rem;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #D3C9BB;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 0.2rem;
  }
  
  .innerContainer{
    padding-top: 0.33rem;
    padding-left: 0.33rem;
    padding-right: 0.7rem;
    padding-bottom: 1.5rem;
  }
  
  .rules-open{
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
  }
  
  
  .rules-list-left {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #6DB8FB;
    margin-left: 0.6rem;
  }
  .rules-list-right {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #353858;
    margin-left: 5px;
  }
  .rules-content-fonts {
    margin-top: 0.5rem;
    color: #7c8591;
    font-size: 0.8rem;
    margin-left: 1.2rem;
  
  }
  .rules-content-fonts p {
    line-height: 0.38rem;
  }
  .rules-list-box {
    margin-top: 0.5rem;
  }

  .rules-close-icon {
    position: absolute;
    right: 1.6rem;
    top: 0.9rem;
    height: 0.8rem;
    cursor: pointer;
  }
  
  .rules-title-box{
    height: 3rem;
    background: linear-gradient(180deg, #BADDFE, #FFFFFF);
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  
  .rules-title-img{
    display: block;
    margin: 0.1rem auto;
    height: 1.5rem;
    width: 7rem;
  }
  
  .rules-content-box {
    width:100;

    padding: 0.1rem 0 0.4rem;
    color: #939393;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.2);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    min-height: 13rem;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
  }
  
  
  .rules-inner-container{
    padding: 0.5rem 2rem;
  }
  
  .contentTitle{
    width: 1.2rem;
  }

  .table-title-font{
    width: 50%;
    color: #7c8591;
    font-size: 1.2rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #353858;
    height: 2.5rem;
  }
  
  .rules-content-list {
    font-size: 0.8rem;
    color: #939393;
    margin-top: 0.5rem;
    word-break: break-all;
    line-height: 1.2rem;
  }
  .rules-popup.rules-popup {
    border-radius: 0.5rem;
  }
  .sub-pop-box {
    border-radius: 0.16rem;
    overflow: hidden;
  }
  .sub-pop-line {
    height: 0.16rem;
    background: linear-gradient(90deg, #8b2235 0%, #8a2234 100%);
  }
  .sub-pop-title {
    height: 1rem;
  }
  .sub-pop-title-line {
    width: 0.08rem;
    height: 0.34rem;
    border-radius: 0.06rem;
    background: #9a1032;
  }
  .sub-pop-title-fonts {
    color: #303030;
    margin-left: 0.1rem;
    font-size: 0.32rem;
  }
  #subPopBox_1,
  #subPopBox_2 {
    border-radius: 0.16rem;
    overflow: hidden;
    width: 5.8rem;
  }
  .sub-pop-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .sub-pop-content-right {
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    max-width: 3.8rem;
  }
  .sub-pop-content-left {
    color: #939293;
  }
  .sub-pop-bottom {
    border-top: 1px solid #c3cad7;
    margin-top: 0.2rem;
  }
  .sub-btn {
    width: 50%;
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .sub-btn-1 {
    border-right: 1px solid #c3cad7;
    color: #939293;
  }
  .sub-btn-2 {
    color: #303030;
  }
  .sub-popup-body {
    display: none;
    padding: 15px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
  }
  .success-icon,
  .status-check-icon {
    height: 0.34rem;
    margin-right: 0.14rem;
  }
  

  .layui-layer{
    border-radius: 0.5rem;
  }
  
  #rulsePopBody {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    width: 750px;
    background: #ffffff;
    /* padding: 0.3rem 0 0; */
    position: relative;
  }
  
  
  .content-title-box {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.15rem;
  }

  /* .column-title {
    height: 2.5rem;
  } */

  .table-title-row{
    height: 2.5rem ;
  }

  .title-toggle-list{
    height: 2.5rem;
    background: #ffffff;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353858;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }

  .toggle-list {
    height: 2.5rem;
    background: #ffffff;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353858;
  }
  .table-title-row{
    height: 3.2rem ;
  }
  .toggle-list:nth-child(odd) {
    background: #EDF5FC ;
  }
  
  /* .topTableRadius:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  } */

  .toggle-list-title:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  
  .toggle-list:last-child{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }


  .toggle-btn {
    color: #4d4d4d;
    font-size: 0.3rem;
    height: 0.88rem;
    margin: -0.1rem 0 -0.3rem;
  }
  .toggle-icon {
    height: 0.4rem;
  }
  .toggle-icon2 {
    height: 0.4rem;
    transform: rotate(180deg);
  }
  .table-list-side {
    width: 50%;
    font-size: 1rem;
    font-family: PingFang SC;
    /* font-weight: bold; */
    color: #353858
  }
  .table-list-title-side {
    width: 50%;
    font-size: 0.28rem;
    color: #50556d;
  }
  .no-data-list {
    height: 0.88rem;
  }
  /* .table-list-side {
    width: 50%;
    font-size: 0.28rem;
  } */
  .title-side-right {
    margin-right: 0.24rem;
  }
  .title-left-line {
    width: 0.05rem;
    height: 0.27rem;
    background: #E6B987;
    border-radius: 0.13rem;
  }
  .rules-title-fonts {
    font-size: 0.34rem;
    color: #693B06;
    margin-left: 0.14rem;
    line-height: 0.51rem;
    font-weight: bold;
  }
  .records-fonts {
    color: #7c8591;
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }
  .prize-list-box .table-list:nth-child(even) {
    /* background: #F5FAFF; */
  }
  .loading-icon {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.4rem;
    display: none;
  }
  
  .green-status {
    color: #24a110;
  }
  .red-status {
    color: #c60813;
  }
  .gray-status {
    color: #4d4d4d;
  }
  .flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gap{
    gap: 5px;
    color: #666666;
  }
  .text-c {
    text-align: center;
  }
  .w50 {
    width: 50%;
  }
  .w33 {
    width: 33.3%;
  }
  .bold {
    font-weight: bold;
  }
  .single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .primary-button {
    width: 100%;
    height: 0.82rem;
    background: linear-gradient(180deg, #eec392 0%, #ca975e 100%);
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.4rem;
  }
  .primary-button:hover {
    color: #ffffff;
  }
  .primary-button img {
    width: 0.46rem;
    height: 0.46rem;
  }
  article {
    display: flex;
    flex-direction: column;
    gap:0.36rem;
  }
  article .step {
    position: relative;
    height: 0.72rem;
    border-radius: 0.1rem;
    border: 0.03rem solid #E4D5C0;
    box-shadow: 0rem 0.04rem 0.04rem 0rem rgba(204,124,5,0.08);
    display: flex;
    align-items: center;
    margin: 0 0.2rem 0 0.5rem;
  }
  article p {
    padding-left: 0.8rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #463420;
    line-height: 0.42rem;
  }
  article .step img {
    width: 0.96rem;
    height: 0.96rem;
    position: absolute;
    z-index: 10;
    top: -0.09rem;
    left: -0.35rem;
  }
  article .detail {
    border-radius: 0 0 0.1rem 0.1rem;
    border: 0.03rem solid #E4D5C0;
    border-top-width: 0;
    margin: 0 0.34rem 0 1.1rem;
    padding: 0.1rem 0;
  }
  article .detail p {
    font-size: 0.22rem;
    padding-left: 0.18rem;
  }
  article .detail .additional {
    padding: 0.15rem 0 0 0.25rem;
    color: #C16800;
  }
  article .step-with-detail {
    flex-direction: column;
    align-items: start;
  }
  
  