li{
    list-style: none;
}
.w_full {width: 100%;}
.mb_32 {margin-bottom: 32px;}
.mb_15 {margin-bottom: 15px;}
.mr_16 {margin-right: 16px;}
.w_h_full{width: 100%;height: 100%;}
.flex_1 {flex: 1;}
.center_wrap {
    width: 100%;
}
.home-background {
    width: 100%;
    min-width: 1200px;
    /* height: calc(100vh - 152px - 130px); */
    min-height: 360px;
    background: #f8f8f8;
    /*background: #f8f8f8 url("../images/2022/home-background.png") no-repeat top;*/
    /*padding-top: 360px;*/
    /*background-size: contain;*/
    position: relative;
}
.index_banner {
    width: 100%;
    height: 360px;
    background: #D7000F;
}
/* 活动征集 */
.index_banner.collect {
    height: auto;
}
.index_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-card{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(58,4,8,0.04);
    margin-bottom: 32px;
    /*overflow: hidden;*/
}
/* 导航 */
.nav_wrap {
    background-color: #ffffff;
    margin-bottom: 15px;
}
.nav_box .nav_item {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    padding: 0 10px;
    margin-right: 15px;
    position: relative;
}
.nav_box .nav_item::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: transparent;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav_box .nav_item.active,
.nav_box .nav_item:hover {
    color: #D7000F;
    cursor: pointer;
}
.nav_box .nav_item.active::after,
.nav_box .nav_item:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #D7000F;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav_box .l_btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D7000F;
    font-size: 18px;
    color: #D7000F;
    cursor: pointer;
}
.nav_box .l_btn.active {
    background: #D7000F;
    border: 1px solid #D7000F;
    color: white;
    margin-right: 20px;
}
.activity{
    /*height: 295px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
}
.box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-title h2{
    font-size: 24px;
    color: #222222;
    position: relative;
    padding-left: 15px;
    /*float: left;*/
}

.box-title h2:after {
    display: block;
    content: "";
    width: 6px;
    height: 16px;
    background: #D7000F;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box-title a{
    font-size: 16px;
    color: #D7000F;
    /*float: right;*/
}
.box-btn-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-title a.box-btn{
    /*background: url(../images/indexIcon.png) no-repeat;*/
    width: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    background: #D7000F;
    border-radius: 4px;
    margin-right: 20px;
}
#eventNotification{
    margin-top: 20px;
}
/*参与流程*/
.schedule_box {
    width: 100%;
    height: 460px;
    background: #D7000F;
    position: relative;
    text-align: center;
}
.schedule_box .schedule_box_bg {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.schedule_list {
    position: absolute;
    /* bottom: 65px; */
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.schedule_list .item_link {
    min-width: 172px;
    height: 38px;
    padding: 0 10px;
    background: linear-gradient(180deg, #FCEBD3 0%, #F8E0B8 100%);
    box-shadow: 0px 4px 8px 0px #B1000C;
    border-radius: 20px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 800;
    color: #D7000F;
}
.schedule_box .schedule_center {
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
}
.schedule_t_text {
    font-size: 28px;
    color: #ffffff;
    font-weight: 800;
    padding-top: 30px;
}
.schedule_num {
    min-width: 205px;
    height: 50px;
    background: linear-gradient(180deg, #FCEBD3 0%, #F8E0B8 100%);
    box-shadow: 0px 4px 8px 0px #B1000C;
    border-radius: 30px;
    margin-bottom: 15px;
}
.schedule_num .t1 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FB733E 0%, #D7000F 100%);
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 3px;
    /* margin-right: 5px; */
}
.schedule_num .t2 {
    font-size: 20px;
    color: #D7000F;
    font-weight: 800;
    padding-right: 15px;
}
.schedule_t1 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    min-height: 160px;
}
.schedule_top {
    margin-bottom: 30px;
    margin-top: 45px;
    padding-left: 50px;
    padding-right: 10px;
}
.schedule_top .schedule_c2 {
    margin-left: 100px;
}
.schedule_bom_text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 800;
}
.schedule_box .schedule_center.schedule_center_t1 {
    display: flex;
    width: 900px;
    align-items: center;
    justify-content: flex-end;
    top: 32px;
    right: 70px;
    color: #D7000F;
    font-weight: 900;
}
.schedule_center_t1 .t1 {
    width: 380px;
    text-align: center;
}
.schedule_center_t1 .t2 {
    width: 250px;
    text-align: center;
    margin-top: 2px;
}
.schedule_box .schedule_center.schedule_center_t2 {
    display: flex;
    justify-content: flex-end;
    top: 122px;
    right: 75px;
    color: #D7000F;
    font-weight: 900;
}
.center_box {
    display: flex;
    justify-content: space-between;
}
.center_box .box-card {
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.center_box .song.box-card {
    padding: 15px 0 10px 20px;
}
.center_box .t_border {
    width: 100%;
    height: 15px;
    background: #D7000F;
    border-radius: 4px;
}
.center_box .t_border + .box-card {
    margin-top: -10px;
}
.song,.match{
    /*float: left;*/
    min-height: 126px;
}
.song-title{
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin: 10px auto 0;
}
.song-title .text {
    font-size: 16px;
    color: #4d4df3;
    line-height: 24px;
    font-weight: 800;
}

.song_img {
    width: 120px;
    height: 120px;
}
.elegant-demeanour{
    /*height: 380px;*/
}
.elegant-demeanour-content{
    margin-top: 15px;
}
.elegant-demeanour-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.elegant-demeanour-content li{
   width: 45%;
    /* flex: 1; */
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.elegant-demeanour-content li:hover {
    cursor: pointer;
}
.elegant-demeanour-content li:hover .t2 ,
.elegant-demeanour-content li:hover .t3 {
    color: #D7000F;
}
.elegant-demeanour-content .t2 {
    flex: 1;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    font-weight: 600;
    /* margin-right: 50px; */
}
.elegant-demeanour-content .t3 {
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.group_top {
    text-align: center;
}
.group_top .t1 {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 800;
    color: #D7000F;
    line-height: 40px;
}
.group_top .t2 {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D7000F;
    line-height: 22px;
    margin: 10px auto 30px;
}
.group_top .t3 {
    width: 550px;
    height: 80px;
    background: #D7000F;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
}
.group_top .right_img {
    position: absolute;
    right: -85px;
    bottom: -20px;
}
.group_top .left_img {
    position: absolute;
    left: -75px;
    bottom: -20px;
}
.group_content .group_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 22px;
    margin: 10px auto 5px;
}
.group_content .group_content {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.group_content .group_content .group_num {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 900;
    color: #222222;
    line-height: 22px;
    margin-right: 15px;
}
.group_bottom {
    margin-bottom: 20px;
}
.group_bottom_list {
    margin-top: 10px;
}
.group_bottom_list .item {
    width: 200px;
    height: 80px;
    padding: 16px;
    box-sizing: border-box;
    background: #D7000F;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.group_bottom_list.collect .item {
    height: 100px;
}
.group_bottom_list .item .num {
    /* width: 100%;
    text-align: right; */
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.group_bottom_line {
    width: 100%;
}
.group_bottom_line .line_1 {
    width: 1px;
    height: 42px;
    border-left: 2px #D7000f dashed;
    margin: 0 auto -2px;
}
.group_bottom_line .line_2 {
    width: calc(100% - 200px);
    height: 2px;
    margin: 0 auto;
    border-bottom: 2px #D7000f dashed;
}
.group_bottom_line .line_3 {
    width: 1px;
    height: 42px;
    border-left: 2px #D7000f dashed;
    margin: -2px auto 0;
}
.group_bottom_line .ball_3 {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 2px solid #D7000F;
    border-radius: 50%;
    margin: -2px auto 0;
}

/* 右侧固定 */
.right_fixed {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right_fixed .right_box {
    width: 110px;
    font-size: 16px;
    color: #666666;
}
.right_fixed .right_box .btn_1 {
    height: 40px;
    background: #D7000F;
    color: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
}
.right_fixed .right_box .btn_2 {
    background: #ffffff;
    height: 40px;
    color: #D7000F;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #D7000F;
    margin: 10px auto;
}
.right_fixed .right_box .btn_list {
    padding: 10px;
    background-color: #ffffff;
}
.right_fixed .right_box .btn_list .btn_item {
    height: 32px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
}
.right_fixed .right_box .btn_list .btn_item:hover {
    cursor: pointer;
    color: #D7000F;
}
.right_fixed .right_box .btn_list .btn_item:hover path {
    fill: #D7000F;
}