.content-body {
    width: var(--layout-page-width);
    margin: 0 auto;
    margin-top: auto;
}
.live_title_box{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.live_title_bg{
    height: 48px;
    background: #333;
    opacity: 0.6;
}
.live_title_container{
    color: #fff;
    position: absolute;
    top: 0px;
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    line-height: 48px;
    margin-left: 21px;
}

.team_content {
    position: relative;
    flex: 1;
    /*margin-top: 20px;*/
    /*margin-bottom: 24px;*/
    overflow: hidden;
    /*overflow: unset;*/
}


.horz_scroll {
    line-height: 175px;
    margin: 0 10px;
    /*margin-top: 20px;*/
    cursor: pointer;
    width: 24px;
    height: 175px;
    border-radius: 4px;
    background: #333333;
}

.icon_left {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.saishiitem {
    border-radius: 12px;
    background: #fff;
    width: 250px;
    height: 156px;
    margin: 0 2px;
    display: inline-block;
    box-shadow: 0px 4px 4px 2px #dfdddd;
}

.saishiitem_bg .saishiitem_body{
    width: 100%;
    height: calc(100% - 49px);
    display: flex;
}
.saishiitem_bg .saishiitem_body .saishi_body_left{
    display: inline-block;
    width: calc(100% - 88px);
}
.saishiitem_bg .saishiitem_body .saishi_body{
    display: inline-block;
    width: 100%;
    margin: 0;
}
.saishiitem_bg .saishiitem_body .saishi_body .team_data{
    height: 50%;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    /*color: #fff;*/
}
.saishiitem_bg .saishiitem_body .saishi_body .team_data .team_score{
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
}
.saishiitem_bg .saishiitem_body .saishi_body_left .team_data{
    height: 50%;
    width: calc(100% - 16px);
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.saishiitem_bg .saishiitem_body .team_name{
    width: calc(100% - 60px);
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: pre-wrap !important;
}
.saishiitem_bg .saishiitem_body .saishi_body_right{
    display: flex;
    align-items: center;
    padding: 0 16px 0 10px;
}
.saishiitem_bg .saishiitem_body .saishi_body_right .saishi_make_btn{
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    /*height: 28px;*/
}
.saishiitem_bg .saishiitem_body .saishi_body_right .saishi_make_btn img{
    margin-right: 5px;
}
.saishiitem_bg .saishiitem_body .saishi_body_right .saishi_no_make_btn{
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    /*height: 28px;*/
}
.saishiitem_bg .saishiitem_body .team_icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.saishiitem .team_item{
    border: none;
}
.saishiitem_bg{
    width: 250px;
    height: 156px;
    border-radius: 4px;
    border: none;
    background-image: url("/static/index/img/lives_list/booked_bg.png"),var(--card-color-gradient-bg2);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: var(--card-color-gradient-border2);
}
.saishiitem_bg .saishi_item_title{
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
    width: 100%;
    box-sizing: border-box;
}
.saishiitem_bg .saishi_item_title .text_black{
    display: inline-block;
    width: 56%;
    text-align: right;
}

.saishiitem_bg .saishi_item_title .saishi_mark{
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0rem;
    text-align: left;
    /*color: #fff;*/
    width: 44%;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.saishiitem_bg .saishi_item_title .saishi_date{
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0rem;
    text-align: right;
    /*color: #fff;*/
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}