.clm_theme_html_error{margin:50px auto;width:1200px;background:#ffffff;color:red;font-size:20px;text-align:center;padding:20px;border:1px solid #ccc;}
.skip-to-top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #636363;
    color: #636363;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    z-index: 9999;
}
.skip-to-top i{
    font-size: 20px;
}
.skip-to-top i.icon-angle-up:before{
    margin-top:8px;
}
.skip-to-top:hover {
    background: #d9232f;
    color: #ffffff;
    border-color: #d9232f;
}
.back-to-top.active.footer_in {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}


/* 翻页 */
.pages_nav {
  display: block;
  margin: 15px;
}

.pages_nav .pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pages_nav .pagination>li>a {
  margin: 0 4px;
  padding: 8px 14px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #999;
  color: #fff;
}

.pages_nav .pagination li span {
  border-radius: 2px;
}

.pages_nav .pagination>li>a:focus, .pages_nav .pagination>li>a:hover, .pages_nav .pagination>li>span:focus, .pages_nav .pagination>li>span:hover {
  background-color: #fff;
  color: #333 !important;
  border: solid 1px #fff;
}

.pages_nav .pagination li.active a {
  background-color: #fff;
  color: #333 !important;
  border: solid 1px #fff;
}

/* laydate */
.layui-laydate, .layui-laydate-hint{
    background-color: #222222 !important;
    color: #fff !important;
}

.layui-laydate-content td,.layui-laydate-content th  {
    color: #fff !important;
}
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
    color: #aaa !important;
}
.layui-laydate-header,.layui-laydate-content,.layui-laydate, .layui-laydate-hint{border:none !important;}
.layui-laydate .layui-laydate-content .layui-this {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 50px;
}
.layui-laydate .layui-laydate-content tr{height:35px;}
.empty_data{
    padding:5rem 2rem;
    text-align:center;
}
.ajax-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 405px;
    width: 100%;
    position: relative;
}
.ajax-loading .dot {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.1s ease infinite;
}
.ajax-loading .dot:nth-child(1) {
    animation-delay: 0s;
}
.ajax-loading .dot:nth-child(2) {
    animation-delay: 0.1s;
}
.ajax-loading .dot:nth-child(3) {
    animation-delay: 0.2s;
}
.ajax-loading .dot:nth-child(4) {
    animation-delay: 0.3s;
}
.ajax-loading .dot:nth-child(5) {
    animation-delay: 0.4s;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-60px);
    }
    60% {
        transform: translateY(25px);
    }
}

.matchinfo_module .m_item{
    display: none;
}
.matchinfo_module .m_item.active{
    display: block;
}

.matchinfo_module .m_item.m_lineup{
    padding:0;
}
.matchinfo_module .m_item.m_lineup .formation_formation__DHoFZ{
    display:none;
}

.matchinfo_module .m_item.m_lineup .line_list{
    display:flex;
    justify-content: space-between;
}
.matchinfo_module .m_lineup .line_list .home_lineup,.matchinfo_module .m_lineup .line_list .away_lineup{
    flex: 1 1 50%;
    position: relative;
}
.div_title{
    background: #252525;
    padding-top: 20px;
}
.matchinfo_module .m_lineup .fitst_players,.matchinfo_module .m_lineup .substitute_players{
    display:none;
}
.matchinfo_module .m_lineup .fitst_players .player_avatar img,.matchinfo_module .m_lineup .substitute_players .player_avatar img{
    width:64px;
    height: 64px;
}
.matchinfo_module .m_h2h .tabsh2h{
    display:none;
}

@media (max-width: 1024px) {
    .matchinfo_module .m_item.m_lineup .line_list {
            flex-direction: column;
    }
    .matchinfo_module .m_lineup .line_list .home_lineup,.matchinfo_module .m_lineup .line_list .away_lineup{
        flex: 0 1 50%;
    }
}

.league_module .league_item{display:none;}
.league_module .league_item.active{display:block;}

.meta_container .metaimg{
    height: 20px;
    visibility: initial !important;
}

.league-post-wapper{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}
.league-post-item{
    display:flex;
    gap:10px;
    flex: 0 0 calc(50% - 10px);
}
.league-post-item .post-item-thumbnail,.league-post-item .post-item-content{
    flex:0 0 50%;
}
.post-item-thumbnail img{
    width:100%;
    height:100%;
}
.post-item-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.post-item-content .post-item-data{
    flex:1 1 100%;
}

@media (max-width: 1024px) {
    .post-item-thumbnail img{
        flex:0 0 30%;
    }
   .post-item-content{
        flex:0 0 70%;
    }
}
@media (max-width: 768px) {
    .league-post-item{
        flex:1 1 100%;
    }
}