.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: 42px;
    height: 60px;
    position: absolute;
    background: linear-gradient(180deg, #F9B702 0%, #E21C34 100%);
    top: -38px;
    left: -35px;
    transform: rotate(45deg);
}
.scheme_item_top_tag_text{
    position: absolute;
    top: -6px;
    left: -16px;
    transform: rotate(-45deg);
    font-family: 'HuXiaoBo-NanShen';
    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: "Noto Sans SC";
    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: "Noto Sans SC";
    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: "Noto Sans SC";
    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: 36px;
    height: 18px;
    background-color: #F7F8FA;
    border: 1px solid #1A5CED;
    font-family: "Noto Sans SC";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #1A5CED;
    display: block;
    min-width: 40px;
}
.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: "Noto Sans SC";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #86909C;
}
.scheme_item_content_bottom .show_scheme{
    width: 76px;
    height: 32px;
    background-color: #E21C34;
    color: #fff;
    border: none;
    border-radius: 2px;

    font-family: "Noto Sans SC";
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}


.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: 'SourceHanSansCN';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #fff;
    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/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: 'SourceHanSansCN';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #1D2129;
}
.recommended_plan_content_item_body{
    font-family: 'SourceHanSansCN';
    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: 'SourceHanSansCN';
    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: 'SourceHanSansCN';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #E21C34;
    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: 'SourceHanSansCN';
    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{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    background-color: #FCE8EB;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #E21C34;
}
.recommended_plan_content_item_right_bottom .scheme_icon img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}