.subs_container{
    padding: 10px 20px 30px;
    max-height: 600px;
    overflow-y: auto;
}
.subs_container .subs_list{
    display: block;
    background-color: #fff;
}
.subs_container .subs_list .sub_anchor{
    display: flex;
    align-items: center;
    width: 686px;
    height: 144px;
    border-radius: 16px 2px 16px 2px;
    border: 1px solid #E5E6EB;
    background-color: #F7F8FA;
    margin: 15px 0px;
}
.subs_container .subs_list .sub_anchor .sub_anchor_left{
    height: 60px;
    width: 160px;
    border-right: 1px solid #E5E6EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subs_container .subs_list .sub_anchor .sub_anchor_left .sub_text{
    width: 120px;
    overflow: hidden !important;
    display: -webkit-box !important;
    white-space: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: pre-wrap !important;
}
.subs_container .subs_list .sub_anchor .sub_anchor_left .sub_tags{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999999;
    overflow: hidden !important;
    display: -webkit-box !important;
    white-space: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: pre-wrap !important;
}
.subs_container .subs_list .sub_anchor .sub_anchor_left .sub_date{
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #333333;
}
.subs_container .subs_list .sub_anchor .sub_anchor_center{
    width: 250px;
}
.subs_container .subs_list .sub_anchor .sub_anchor_center .sub_center_item{
    display: flex;
    align-items: center;
    padding: 5px 0 5px 20px;
}
.subs_container .subs_list .sub_anchor .sub_anchor_center .sub_center_item .sub_center_text{
    width: calc(100% - 50px);
    overflow: hidden !important;
    display: -webkit-box !important;
    white-space: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: pre-wrap !important;
}
.subs_container .subs_list .sub_anchor .sub_anchor_center .sub_center_item img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.subs_container .subs_list .sub_anchor .sub_anchor_item{

}
.subs_container .subs_list .sub_anchor .sub_anchor_item .anchor_box{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.subs_container .subs_list .sub_anchor .sub_anchor_item .anchor_box img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.subs_container .subs_list .sub_anchor .sub_anchor_item .anchor_box .anchor_name{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #333333;
    overflow: hidden !important;
    display: -webkit-box !important;
    white-space: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    white-space: pre-wrap !important;
}

.subs_container .subs_list .sub_anchor button{
    width: 72px;
}

.subs_container .subs_list .sub_anchor .nosub{
    color: #F93B45;
    border: 1px solid #F93B45;
    border-radius: 4px;
    margin-top: 10px;
}
.subs_container .subs_list .sub_anchor .sub{
    background: none;
    color: #999999;
    border: 1px solid #E5E6EB;
    border-radius: 4px;
    margin-top: 10px;
}
.subs_container .subs_list .sub_anchor .isSub{
    color: #999999;
    border: 1px solid #E5E6EB;
}
.make_container .layui-layer-title{
    min-width: 440px;
    border-top: 3px solid var(--theme-color-red);
    border-radius: 5px;
    padding: 0px 16px;
}
.make_container .layui-layer-title{
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score_preview{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    width: 160px;
    height: 120px;
}
.score_preview .match_status{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
    color: #1D2129;
}
.score_preview .match_houe{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #1D2129;
}