.scheme_item{
    background-color: #fff;
    transition: all .4s ease-in-out;
    padding: 15px 20px;
    border-radius:4px;
    overflow: hidden;
}
.scheme_item:hover{
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .44);
}
.scheme_item_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E6EB;
    position: relative;
}
.scheme_item_top_tag::before{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    /*background: linear-gradient(180deg, #F9B702 0%, #E21C34 100%);*/
    /*background-image: url("/static/img/yn/scheme_icon.png");*/
    background-image: url("/static/index/img/vi-vn/scheme_icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    top: -15px;
    left: -20px;

    /*top: -38px;*/
    /*left: -35px;*/
    /*transform: rotate(45deg);*/
}
.scheme_item_top_tag_text{
    position: absolute;
    /*top: -6px;*/
    /*left: -16px;*/

    /*top: -7px;*/
    /*left: -26px;*/
    /*transform: rotate(-45deg);*/
    /*font-family: var(--theme-global-content-font), system-ui;*/
    /*font-size: 12px;*/
    /*font-weight: 400;*/
    /*line-height: 15.6px;*/
    /*text-align: left;*/
    /*color: #fff;*/

}
.scheme_item_top_left{
    display: flex;
    align-items: center;
}
.scheme_item_top_left_cover{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 10px;
}
.scheme_item_top_left_name{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1D2129;
}
.scheme_item_content{
}
.scheme_item_content .scheme_item_title{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1D2129;
    margin: 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.scheme_item_content .scheme_item_content_body{
    background-color: #F7F8FA;
    padding: 10px;
    display: flex;
    align-items: center;

    font-family: var(--theme-global-content-font), system-ui;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #86909C;
}
.scheme_item_content .scheme_item_content_body .match_type_tag{
    /*width: 70px;*/
    /*min-width: 50px;*/
    height: 18px;
    padding: 0 5px;
    background-color: #F7F8FA;
    border: 1px solid #1A5CED;
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #1A5CED;
    display: inline-block; /* 修改为 inline-block */
    white-space: nowrap; /* 防止文本换行 */
}
.scheme_item_content .scheme_item_content_body .match_date{
    margin: 0 0 0 10px;
    min-width: 90px;
}
.scheme_item_content .scheme_item_content_body .match_name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.scheme_item_content .scheme_item_content_bottom{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 10px;
}
.scheme_item_content_bottom .scheme_item_content_bottom_left{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #86909C;
}
.scheme_item_content_bottom .show_scheme{
    width: 76px;
    height: 32px;
    border: none;
    border-radius: 2px;

    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;

    background: var(--button-color-gradient-bg);
    color: var(--button-color-gradient-text);
}


.recommended_plan_content_item{
    /*height: 240px;*/
    margin-top: 3rem;
    position: relative;
    padding: 16px;
    background-color: #fff;
    transition: all .4s ease-in-out;
}
.recommended_plan_content_item:hover{
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .44);
}
.recommended_plan_top{
    position: absolute;
    top: -25px;
    left: -15px;
    z-index: 1;
}
.recommended_plan_content_item_tag{
    width: 240px;
    height: 24px;
    font-family: var(--theme-global-title-font), system-ui;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    /*color: #fff;*/
    color: var(--tag-color-text);
    display: block;
    position: relative;
    padding-left: 15px;
}
.text_overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommended_plan_content{
    display: flex;
    align-items: flex-start;
}
.recommended_plan_content_item_tag::after{
    content: '';
    width: 240px;
    height: 56px;
    background-image: url(/static/index/img/recommend/recommended_plan_top_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
    top: -7px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.recommended_plan_list .recommended_plan_content_item .recommended_plan_content_item_left{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommended_plan_list .recommended_plan_content_item .recommended_plan_content_item_left img {
    width: 337px;
    height: 208px;
    margin-right: 20px;
    border-radius: 5px;
}
.recommended_plan_list .recommended_plan_content_item .recommended_plan_content_item_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 337px - 20px);
    height: 208px;
}
.recommended_plan_content_item_right_top{
    font-family: var(--theme-global-title-font), system-ui;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #1D2129;
}
.recommended_plan_content_item_body{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #86909C;
    margin: 8px 0 16px 0;
    max-height: 44px;

    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.recommended_plan_content_item_body span {
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.recommended_plan_content_item_right_middle{
    height: 56px;
    background-color: #F7F8FA;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #E5E6EB;
}
.recommended_plan_content_item_right_middle .recommended_plan_teamData{
    display: flex;
    align-items: center;
    width: 100%;
}
.recommended_plan_content_item_right_middle .recommended_plan_home{
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.recommended_plan_content_item_right_middle .recommended_plan_teamData_center{
    width: 128px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #86909C;
}
.recommended_plan_content_item_right_middle .recommended_plan_teamData_name{
    width: calc((50% - 64px));
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1D2129;

    display: flex;
    align-items: center;
}
.recommended_plan_content_item_right_middle .match_name{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: var(--title-color-text);
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recommended_plan_teamData_logo{
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.recommended_plan_content_item_right_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}
.recommended_plan_content_item_right_bottom .anchor_cover{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.created_time{
    font-family: var(--theme-global-content-font), system-ui;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #86909C;
}
.anchor_info{
    display: flex;
    align-items: center;
}

.recommended_plan_content_item_right_bottom .scheme_icon{
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 64px;*/
    height: 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tag-color-text);
    background: var(--tag-color-bg);
}
.recommended_plan_content_item_right_bottom .scheme_icon .scheme_icon2{
    fill: var(--tag-color-text); /* 设置 SVG 的填充颜色为 #EC300C */
    /*fill: red;*/
    width: 16px;
    height: 16px;
    margin-right: 5px;
}